/*! normalize.css v8.0.0 | MIT License | github.com/necolas/normalize.css */
/* Document
   ========================================================================== */
/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */
html {
  line-height: 1.15;
  /* 1 */
  -webkit-text-size-adjust: 100%;
  /* 2 */ }

/* Sections
   ========================================================================== */
/**
 * Remove the margin in all browsers.
 */
body {
  margin: 0; }

/**
 * 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; }

/* Grouping content
   ========================================================================== */
/**
 * 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 */ }

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

/* Text-level semantics
   ========================================================================== */
/**
 * Remove the gray background on active links in IE 10.
 */
a {
  background-color: transparent; }

/**
 * 1. Remove the bottom border in Chrome 57-
 * 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 */ }

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

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

/**
 * 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; }

/* Forms
   ========================================================================== */
/**
 * 1. Change the font styles in all browsers.
 * 2. Remove the margin in Firefox and Safari.
 */
button,
input,
optgroup,
select,
textarea {
  font-family: inherit;
  /* 1 */
  font-size: 100%;
  /* 1 */
  line-height: 1.15;
  /* 1 */
  margin: 0;
  /* 2 */ }

/**
 * 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; }

/**
 * Correct the inability to style clickable types in iOS and Safari.
 */
button,
[type="button"],
[type="reset"],
[type="submit"] {
  -webkit-appearance: button; }

/**
 * 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; }

/**
 * Correct the padding in Firefox.
 */
fieldset {
  padding: 0.35em 0.75em 0.625em; }

/**
 * 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 */ }

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

/**
 * Remove the default vertical scrollbar in IE 10+.
 */
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 */ }

/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */
[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none; }

/**
 * 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 */ }

/* Interactive
   ========================================================================== */
/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */
details {
  display: block; }

/*
 * Add the correct display in all browsers.
 */
summary {
  display: list-item; }

/* Misc
   ========================================================================== */
/**
 * Add the correct display in IE 10+.
 */
template {
  display: none; }

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

html, body {
  font-size: calc(100vw / 160);
  color: #ffffff;
  width: 100%;
  min-height: 100%;
  background-color: #000000; }

body {
  min-width: 1100px; }

h1, h2, h3, h4, p {
  margin: 0;
  padding: 0; }

a {
  text-decoration: none;
  outline: none;
  color: #ffffff;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0); }
  a.btn {
    display: inline-block;
    padding: 6px 10px;
    border-radius: 2px;
    border: 1px solid #007491;
    background-image: -webkit-linear-gradient(#007491, #13526c);
    background-image: linear-gradient(#007491, #13526c);
    font-size: 16px;
    box-shadow: 0px 2px 1px rgba(0, 0, 0, 0.35); }
    a.btn:hover {
      background: #509eb1; }

br.for-sp {
  display: none; }

picture {
  width: 100%; }
  picture img {
    width: 100%;
    height: auto; }

img {
  vertical-align: top; }

ul, li {
  margin: 0;
  padding: 0;
  list-style: none; }

table {
  border-collapse: collapse; }

#main-container {
  padding-top: calc(50px + 4rem + 16px); }

#container {
  background-color: #24334a; }

header#lower-header {
  padding-top: calc(50px + 4rem + 16px);
  background-image: -webkit-linear-gradient(330deg, rgba(67, 164, 239, 0.45) 40%, rgba(0, 85, 124, 0.45) 70%);
  background-image: linear-gradient(120deg, rgba(67, 164, 239, 0.45) 40%, rgba(0, 85, 124, 0.45) 70%); }
  header#lower-header .inner {
    width: 1100px;
    margin: 0 auto;
    padding: 35px 0 10px;
    line-height: 1; }
    header#lower-header .inner h2 {
      font-size: 32px;
      text-shadow: 1px 1px 2px #000000; }
    header#lower-header .inner .breadcrumb {
      margin-top: 15px; }
      header#lower-header .inner .breadcrumb li {
        font-size: 12px;
        display: inline-block; }
        header#lower-header .inner .breadcrumb li:last-child .arrow {
          display: none; }
        header#lower-header .inner .breadcrumb li .text {
          color: #ffffff;
          display: inline-block; }
        header#lower-header .inner .breadcrumb li .arrow {
          display: inline-block;
          padding: 0 2px; }
    header#lower-header .inner .select-area {
      display: none; }

.tooltip,
.tooltip-r,
.tooltip-l {
  position: relative; }
  .tooltip::after,
  .tooltip-r::after,
  .tooltip-l::after {
    content: attr(data-tooltip);
    width: auto;
    padding: 5px 10px;
    background: #24334a;
    border-radius: 6px;
    visibility: hidden;
    text-align: center;
    position: absolute;
    top: 0;
    left: 50%;
    z-index: 2;
    opacity: 0;
    white-space: nowrap;
    -webkit-transition: opacity 500ms;
    transition: opacity 500ms;
    -webkit-transform: translate(-50%, calc(-100% - 6px));
            transform: translate(-50%, calc(-100% - 6px));
    box-shadow: 0 0 5px #000000; }
  .tooltip::before,
  .tooltip-r::before,
  .tooltip-l::before {
    content: " ";
    visibility: hidden;
    position: absolute;
    top: -6px;
    left: 50%;
    z-index: 3;
    opacity: 0;
    -webkit-transition: opacity 500ms;
    transition: opacity 500ms;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
    border-width: 5px;
    border-style: solid;
    border-color: #24334a transparent transparent transparent; }
  .tooltip:hover::after, .tooltip:hover::before,
  .tooltip-r:hover::after,
  .tooltip-r:hover::before,
  .tooltip-l:hover::after,
  .tooltip-l:hover::before {
    visibility: visible;
    opacity: 1; }

.ko header#lower-header .inner .breadcrumb li {
  white-space: nowrap; }

header#site-header {
  background-color: rgba(0, 0, 0, 0.6);
  width: 100%;
  height: 50px;
  position: fixed;
  top: 0px;
  z-index: 8000;
  min-width: 1100px; }
  header#site-header .for-tl,
  header#site-header .for-sp {
    display: none; }
  header#site-header .logo-third {
    position: absolute;
    top: 0;
    left: 0; }
    header#site-header .logo-third a {
      display: block; }
  header#site-header .fixcenter {
    position: relative;
    margin: 0 auto;
    text-align: center;
    -webkit-transform: translateZ(0);
            transform: translateZ(0); }
    header#site-header .fixcenter #global-navi > ul {
      letter-spacing: -1rem;
      position: relative; }
      header#site-header .fixcenter #global-navi > ul:not(.sns-list) li {
        display: inline-block;
        height: 50px;
        box-sizing: border-box;
        vertical-align: top;
        overflow: hidden;
        letter-spacing: normal; }
        header#site-header .fixcenter #global-navi > ul:not(.sns-list) li:not(.nav-esports) {
          padding: 17px 10px; }
          header#site-header .fixcenter #global-navi > ul:not(.sns-list) li:not(.nav-esports) a::after {
            content: '';
            position: absolute;
            z-index: 1;
            top: -17px;
            -webkit-transition: opacity 0.5s linear;
            transition: opacity 0.5s linear;
            opacity: 0; }
          header#site-header .fixcenter #global-navi > ul:not(.sns-list) li:not(.nav-esports) a:hover::after {
            opacity: 1; }
        header#site-header .fixcenter #global-navi > ul:not(.sns-list) li.nav-home {
          display: none; }
        header#site-header .fixcenter #global-navi > ul:not(.sns-list) li.nav-esports {
          margin-left: 10px; }
      header#site-header .fixcenter #global-navi > ul:not(.sns-list) a {
        position: relative;
        display: block;
        color: transparent;
        z-index: 2; }
      header#site-header .fixcenter #global-navi > ul.sns-list {
        display: none; }
        header#site-header .fixcenter #global-navi > ul.sns-list li {
          letter-spacing: normal; }
  header#site-header .rightside {
    position: absolute;
    top: 0;
    right: 0;
    letter-spacing: -1rem; }
    header#site-header .rightside li {
      letter-spacing: normal; }
    header#site-header .rightside .nav-twitter-link-new {
      position: absolute;
      right: 128px;
      top: 12px; }
      header#site-header .rightside .nav-twitter-link-new a {
        display: block;
        color: transparent; }
    header#site-header .rightside .nav-language-new {
      position: absolute;
      right: 17px;
      top: 18px; }
      header#site-header .rightside .nav-language-new #open-lang {
        display: block;
        color: transparent; }
      header#site-header .rightside .nav-language-new .lang-list {
        box-sizing: border-box;
        position: absolute;
        top: 38px;
        left: 0;
        width: 90px;
        background: rgba(0, 0, 0, 0.5);
        padding: 0 6px 6px;
        display: none; }
        header#site-header .rightside .nav-language-new .lang-list li {
          font-size: 12px;
          text-align: center;
          border-bottom: 1px solid rgba(255, 255, 255, 0.5);
          line-height: normal; }
          header#site-header .rightside .nav-language-new .lang-list li a {
            display: block;
            padding: 6px 0;
            color: #fff; }
  header#site-header #sub-menu {
    background: -webkit-linear-gradient(left, #081a3a, #284b74, #081a3a);
    background: linear-gradient(90deg, #081a3a, #284b74, #081a3a);
    text-align: center; }
    header#site-header #sub-menu ul {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-pack: center;
          -ms-flex-pack: center;
              justify-content: center;
      letter-spacing: -1rem; }
      header#site-header #sub-menu ul li {
        letter-spacing: normal; }
      header#site-header #sub-menu ul a {
        position: relative;
        font-size: 16px;
        line-height: 1;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
            -ms-flex-align: center;
                align-items: center;
        padding: 2rem 1rem;
        color: #ffffff;
        font-weight: bold; }
        header#site-header #sub-menu ul a.current::after, header#site-header #sub-menu ul a:hover::after {
          content: '';
          position: absolute;
          bottom: 0;
          left: 0;
          right: 0;
          border-bottom: 2px solid #ffffff; }

#site-footer {
  position: relative;
  background: #1a1a1a;
  padding: 65px 0 30px; }
  #site-footer .sns {
    text-align: center; }
    #site-footer .sns p {
      font-size: 24px; }
    #site-footer .sns ul {
      margin: 10px auto 38px;
      letter-spacing: -1rem; }
      #site-footer .sns ul li {
        display: inline-block;
        letter-spacing: normal; }
        #site-footer .sns ul li:first-child {
          margin-right: 20px; }
        #site-footer .sns ul li a {
          display: block;
          color: transparent; }
          #site-footer .sns ul li a.ico-tw {
            background-image: url(/public/images/sprites/common/sprite.png?1688022073006);
            background-position: -54px 0px;
            width: 50px;
            height: 50px; }
          #site-footer .sns ul li a.ico-fb {
            background-image: url(/public/images/sprites/common/sprite.png?1688022073006);
            background-position: 0px 0px;
            width: 50px;
            height: 50px; }
  #site-footer .share p {
    text-align: center; }
    #site-footer .share p img {
      width: 3.9%; }
  #site-footer .share ul {
    text-align: center;
    margin: 0.7rem 0 2rem; }
    #site-footer .share ul li {
      display: inline-block;
      margin: 0 0.5%;
      width: 3.1%; }
      #site-footer .share ul li img {
        width: 100%; }
  #site-footer .logo {
    width: 200px;
    margin: 0 auto 28px; }
    #site-footer .logo img {
      width: 100%; }
  #site-footer .cyg-logo {
    width: 100px;
    margin: 0 auto 38px; }
    #site-footer .cyg-logo img {
      width: 100%; }
  #site-footer .announce {
    text-align: center;
    margin: 0 auto 17px;
    letter-spacing: -1rem; }
    #site-footer .announce li {
      display: inline-block;
      font-size: 12px;
      padding: 0 15px;
      border-right: 1px solid #ffffff;
      line-height: 1;
      letter-spacing: normal; }
      #site-footer .announce li:last-child {
        border-right: none; }
    #site-footer .announce a {
      color: #ffffff; }
  #site-footer .copy {
    font-size: 12px;
    color: #a5a5a5;
    text-align: center; }
  #site-footer .page-top {
    width: 50px;
    height: 50px;
    background: #8d740e;
    border-radius: 25px;
    position: absolute;
    top: 0;
    left: 50%;
    z-index: 2;
    -webkit-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%); }
    #site-footer .page-top::before {
      content: '';
      display: block;
      width: 16px;
      height: 3px;
      background: #fff;
      position: absolute;
      top: 50%;
      left: 37%;
      -webkit-transform: translate(-37%, -50%) rotate(-45deg);
              transform: translate(-37%, -50%) rotate(-45deg); }
    #site-footer .page-top::after {
      content: '';
      display: block;
      width: 16px;
      height: 3px;
      background: #fff;
      position: absolute;
      top: 50%;
      right: 37%;
      -webkit-transform: translate(37%, -50%) rotate(45deg);
              transform: translate(37%, -50%) rotate(45deg); }

@media screen and (max-width: 1024px) {
  html, body {
    font-size: calc(100vw / 100); }
  a.btn {
    font-size: 1.2rem; }
    a.btn.on {
      background: #509eb1; }
  header#lower-header {
    padding-top: calc(4.8% + 3.6rem + 1.8rem); }
    header#lower-header .inner {
      position: relative;
      width: 95%;
      padding: 23px 0 10px; }
      header#lower-header .inner h2 {
        font-size: 2.5rem; }
      header#lower-header .inner .breadcrumb {
        margin-top: 10px; }
        header#lower-header .inner .breadcrumb li {
          font-size: 1.1rem; } }

@media screen and (max-width: 1024px) {
  body {
    min-width: initial;
    min-width: auto; }
  header#site-header {
    min-width: initial;
    min-width: auto;
    height: auto;
    background: #141414; }
    header#site-header .for-tl,
    header#site-header .for-sp {
      display: block; }
    header#site-header .logo-third {
      position: relative;
      width: 15.2%;
      padding: 1.4% 0 1.4% 1.3%;
      z-index: 1; }
      header#site-header .logo-third picture img {
        vertical-align: middle; }
    header#site-header #menu-badge {
      position: absolute;
      right: 0;
      top: 0;
      width: 4.8%;
      height: auto;
      padding-top: 4.8%;
      display: block;
      background: #072b46;
      border: 1px solid #143f60;
      letter-spacing: -1rem;
      -webkit-transform: translateZ(0);
              transform: translateZ(0);
      cursor: pointer; }
      header#site-header #menu-badge [class^=bar-] {
        width: 67%;
        height: 3px;
        background: #fff;
        position: absolute;
        left: 50%;
        top: 50%;
        -webkit-transform: translateX(-50%);
                transform: translateX(-50%);
        letter-spacing: normal; }
        header#site-header #menu-badge [class^=bar-]:nth-child(1) {
          top: 27.4%; }
        header#site-header #menu-badge [class^=bar-]:nth-child(2) {
          top: 47.4%; }
        header#site-header #menu-badge [class^=bar-]:nth-child(3) {
          top: 67.4%; }
      header#site-header #menu-badge.open .bar-top {
        -webkit-transform: rotate(-45deg);
                transform: rotate(-45deg);
        top: 47%;
        left: 18%; }
      header#site-header #menu-badge.open .bar-middle {
        display: none; }
      header#site-header #menu-badge.open .bar-bottom {
        -webkit-transform: rotate(45deg);
                transform: rotate(45deg);
        top: 47%;
        left: 18%; }
    header#site-header .fixcenter {
      height: 100%;
      background: #141414;
      box-sizing: border-box;
      border-bottom: 1px solid #292929;
      z-index: 1; }
      header#site-header .fixcenter #global-navi {
        display: none;
        position: absolute;
        top: 4.8%;
        left: 0px;
        width: 100%;
        background: rgba(0, 0, 0, 0.8);
        overflow-y: auto;
        font-family: "Playfair Display SC", serif; }
        header#site-header .fixcenter #global-navi > ul:not(.sns-list) {
          width: 100%; }
          header#site-header .fixcenter #global-navi > ul:not(.sns-list) li.nav-home {
            display: block; }
          header#site-header .fixcenter #global-navi > ul:not(.sns-list) li.nav-esports {
            display: none; }
          header#site-header .fixcenter #global-navi > ul:not(.sns-list) li:not(.nav-esports) {
            display: inline-block;
            width: 50%;
            height: auto;
            padding: 0;
            box-sizing: border-box;
            border-bottom: 2px solid #4e5052; }
            header#site-header .fixcenter #global-navi > ul:not(.sns-list) li:not(.nav-esports):nth-child(odd) {
              border-right: 1px solid #4e5052; }
            header#site-header .fixcenter #global-navi > ul:not(.sns-list) li:not(.nav-esports):nth-child(even) {
              border-left: 1px solid #4e5052; }
            header#site-header .fixcenter #global-navi > ul:not(.sns-list) li:not(.nav-esports) a {
              display: block;
              position: relative;
              width: 100%;
              height: auto;
              padding: 12.9% 0 12.9% 18.8%;
              box-sizing: border-box;
              text-align: left;
              color: #fff;
              background: none;
              font-size: 2.1rem;
              -webkit-transform: translateZ(0);
                      transform: translateZ(0); }
              header#site-header .fixcenter #global-navi > ul:not(.sns-list) li:not(.nav-esports) a::after {
                display: none; }
              header#site-header .fixcenter #global-navi > ul:not(.sns-list) li:not(.nav-esports) a::before {
                content: '';
                position: absolute;
                top: 50%;
                right: 5%;
                width: 3.5%;
                height: 9.4%;
                -webkit-transform: translateY(-50%);
                        transform: translateY(-50%); }
        header#site-header .fixcenter #global-navi > ul.sns-list {
          display: block;
          width: 82%;
          margin: 5% auto 0; }
          header#site-header .fixcenter #global-navi > ul.sns-list > li:not(:last-child) {
            margin-bottom: 3%; }
          header#site-header .fixcenter #global-navi > ul.sns-list > li a {
            display: block; }
    header#site-header .rightside [class^=nav-] {
      display: none; }
    header#site-header #sub-menu {
      position: relative; }
      header#site-header #sub-menu ul a {
        font-size: 1.8rem;
        padding: 1.8rem 1rem; }
  html.tab header#site-header #sub-menu ul a:not(.current):hover::after, html.sp header#site-header #sub-menu ul a:not(.current):hover::after {
    border-bottom: none; }
  html.tab header#site-header #sub-menu ul a:not(.current).on::after, html.sp header#site-header #sub-menu ul a:not(.current).on::after {
    border-bottom: 2px solid #ffffff; } }

@media screen and (max-width: 1024px) {
  #site-footer {
    padding: 4.7% 0 2.5%; }
    #site-footer .sns p {
      font-size: 1.8rem; }
    #site-footer .sns ul {
      margin: 1% auto 2.2%; }
      #site-footer .sns ul li {
        position: relative;
        width: 5.5%; }
        #site-footer .sns ul li:first-child {
          margin-right: 1.6%; }
        #site-footer .sns ul li::before {
          content: '';
          display: block;
          padding-top: 100%; }
        #site-footer .sns ul li a {
          position: absolute;
          top: 0;
          right: 0;
          bottom: 0;
          left: 0; }
          #site-footer .sns ul li a.ico-tw {
            background-image: url("/public/images/sprites/common/sprite.png?1688022073006");
            background-size: 326% 228%;
            background-position: 47.78761% 0%;
            background-repeat: no-repeat;
            width: auto;
            height: auto; }
          #site-footer .sns ul li a.ico-fb {
            background-image: url("/public/images/sprites/common/sprite.png?1688022073006");
            background-size: 326% 228%;
            background-position: 0% 0%;
            background-repeat: no-repeat;
            width: auto;
            height: auto; }
    #site-footer .share p img {
      width: 4.7%; }
    #site-footer .share ul {
      margin: 1rem 0 2rem; }
      #site-footer .share ul li {
        width: 5.5%; }
    #site-footer .logo {
      width: 20%;
      margin: 0 auto 0.5%; }
    #site-footer .cyg-logo {
      width: 10%;
      margin: 0 auto 2.3%; }
    #site-footer .page-top {
      width: 5.5%;
      height: auto;
      padding-top: 5.5%;
      border-radius: 50%; }
      #site-footer .page-top::before, #site-footer .page-top::after {
        content: '';
        display: block;
        width: 30%;
        height: auto;
        padding-top: 5.5%; }
    #site-footer .announce {
      margin: 0 auto 1%; }
      #site-footer .announce a {
        font-size: 1.2rem; }
    #site-footer .copy {
      font-size: 1.1rem; } }

@media screen and (max-width: 768px) {
  html, body {
    font-size: calc(100vw / 37.5); }
  a.btn {
    font-size: 1rem; }
  header#lower-header {
    padding-top: calc(11.4% + 3.4rem + 1.6rem); }
    header#lower-header .inner h2 {
      font-size: 2.3rem; }
    header#lower-header .inner .breadcrumb li {
      font-size: 1rem; }
  br.for-sp {
    display: block; }
  .tooltip-r::after {
    top: 50%;
    right: 0;
    left: inherit;
    -webkit-transform: translate(100%, -50%);
            transform: translate(100%, -50%); }
  .tooltip-r::before {
    top: 50%;
    right: 0;
    left: inherit;
    -webkit-transform: translate(0, -50%);
            transform: translate(0, -50%);
    border-color: transparent #24334a transparent transparent; }
  .tooltip-l::after {
    top: 50%;
    right: inherit;
    left: 1px;
    -webkit-transform: translate(-100%, -50%);
            transform: translate(-100%, -50%); }
  .tooltip-l::before {
    top: 50%;
    right: inherit;
    left: 0;
    -webkit-transform: translate(0, -50%);
            transform: translate(0, -50%);
    border-color: transparent transparent transparent #24334a; } }

@media screen and (max-width: 768px) {
  header#site-header .logo-third {
    width: 36.8%;
    padding: 2.8% 0 2.8% 2.7%; }
  header#site-header #menu-badge {
    width: 11.4%;
    padding-top: 11.4%; }
  header#site-header .fixcenter #global-navi > ul:not(.sns-list) li:not(.nav-esports) a {
    padding: 12.5% 0 12.5% 10.9%;
    font-size: 1.9rem; }
  header#site-header #sub-menu ul a {
    font-size: 1.6rem;
    padding: 1.7rem 1rem; } }

@media screen and (max-width: 768px) {
  #site-footer {
    padding: 12% 0 6%; }
    #site-footer .sns p {
      font-size: 1.6rem; }
    #site-footer .sns ul {
      margin: 2.7% auto 5.3%; }
      #site-footer .sns ul li {
        width: 13%; }
        #site-footer .sns ul li:first-child {
          margin-right: 4%; }
        #site-footer .sns ul li::before {
          padding-top: 100%; }
    #site-footer .share p img {
      width: 11.2%; }
    #site-footer .share ul {
      margin: 0.9rem 0 2rem; }
      #site-footer .share ul li {
        margin: 0 1.2%;
        width: 13.3%; }
    #site-footer .logo {
      width: 40%;
      margin: 0 auto 1.3%; }
    #site-footer .cyg-logo {
      width: 25%;
      margin: 0 auto 5%; }
    #site-footer .page-top {
      width: 13.5%;
      height: auto;
      padding-top: 13.5%;
      border-radius: 50%; }
      #site-footer .page-top::before, #site-footer .page-top::after {
        content: '';
        display: block;
        width: 31%;
        height: auto;
        padding-top: 6%; }
    #site-footer .announce {
      margin: 0 auto 2.6%; }
      #site-footer .announce li {
        padding-left: 10px;
        padding-right: 10px; }
      #site-footer .announce a {
        font-size: 1.1rem; }
    #site-footer .copy {
      font-size: 1rem; } }
