@charset "UTF-8";
/*! 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 {
  margin: 0.67em 0;
  font-size: 2em;
}

/* 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 */
  -webkit-text-decoration: underline dotted;
          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 {
  position: relative;
  font-size: 75%;
  line-height: 0;
  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 {
  margin: 0;
  /* 2 */
  font-family: inherit;
  /* 1 */
  font-size: 100%;
  /* 1 */
  line-height: 1.15;
  /* 1 */
}

/**
 * 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 {
  padding: 0;
  border-style: none;
}

/**
 * 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 {
  display: table;
  /* 1 */
  box-sizing: border-box;
  /* 1 */
  max-width: 100%;
  /* 1 */
  padding: 0;
  /* 3 */
  color: inherit;
  /* 2 */
  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, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font: inherit;
  font-size: 100%;
  vertical-align: baseline;
}

html {
  overflow-y: scroll;
  line-height: 1;
}

ol, ul {
  list-style: none;
}

table {
  border-spacing: 0;
  border-collapse: collapse;
}

caption, th, td {
  /*text-align: left;*/
  font-weight: normal;
  vertical-align: middle;
}

q, blockquote {
  quotes: none;
}

q:before, q:after, blockquote:before, blockquote:after {
  content: "";
  content: none;
}

a img {
  border: none;
}

a {
  text-decoration: none;
}

img {
  vertical-align: bottom;
}

article, aside, details, figcaption, figure, footer, header, menu, nav, section, summary {
  display: block;
}

html {
  height: 100%;
}

body {
  position: relative;
  height: 100%;
  background: #fff;
  color: #000;
  font-family: -apple-system, BlinkMacSystemFont, arial, "Yu Gothic Medium", "游ゴシック Medium", "游ゴシック体", "游ゴシック", "Yu Gothic", YuGothic, "メイリオ", Meiryo, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", sans-serif;
  font-size: 16px;
  line-height: 20px;
  word-wrap: break-word;
  -webkit-text-size-adjust: 100%;
  overflow-wrap: break-word;
}

@font-face {
  font-family: "OlympicSans-Regular";
  src: url("../font/OlympicSans-Regular.woff") format("woff");
}
@font-face {
  font-family: "OlympicSans-Bold";
  src: url("../font/OlympicSans-Bold.woff") format("woff");
}
/* --------------------------------------------------------------
>>> TABLE OF CONTENTS:
----------------------------------------------------------------
1.0  Layout
   1.1  Layout - Header
   1.2  Layout - Footer
   1.3  Layout - Content
   		1.3.1	Layout - Content - 共通・汎用
   		1.3.3	Layout - Content - ランキング
   		1.3.4	Layout - Content - 総合TOP
   		1.3.5	Layout - Content - 部門TOP
-------------------------------------------------------------- */
/* --------------------------------------------------------------
1.1  Layout - Header
-------------------------------------------------------------- */
/* --------------------------------------------------------------
1.2  Layout - Footer
-------------------------------------------------------------- */
/* --------------------------------------------------------------
1.3.1	Layout - Content - 共通・汎用
-------------------------------------------------------------- */
.l-wrapper {
  position: relative;
  width: 100%;
  overflow: hidden;
}

/* 内容部分 */
.l-content {
  padding: 20px 0;
}

.l-content-inner {
  max-width: 860px;
  margin: 0 auto;
  padding: 0 15px;
}

/* --------------------------------------------------------------
1.3.3	Layout - Content - ランキング
-------------------------------------------------------------- */
.l-ranking {
  max-width: 720px;
  margin: 30px auto 0;
}

.l-loading {
  padding: 30px 0;
}

.l-ranking_readmore {
  width: 130px;
  margin: 15px auto 0;
  text-align: center;
}

.l-ranking_back {
  margin: 20px 10px 0;
  padding: 15px 0 0;
  border-top: 4px solid #fff;
  text-align: center;
}

.l-ranking-nodata {
  margin: 20px auto 0;
  max-width: 600px;
}

.l-ranking-myrank-note_about_entry {
  margin: 10px 0 0;
}

@media only screen and (min-width: 768px) {
  .l-ranking {
    margin-top: 45px;
  }
}
.footer_nav_icon {
  max-width: 760px;
  padding: 15px 15px 25px;
  margin: 0 auto;
}
.footer_nav_icon a {
  display: block;
  background-color: #eee;
  color: #000;
  margin-top: 10px;
  transition: opacity 0.5s;
}
.footer_nav_icon a:hover {
  opacity: 0.8;
}
.footer_nav_icon dl {
  display: flex;
}
.footer_nav_icon dt {
  flex: 0 0 80px;
}
.footer_nav_icon dt img {
  width: 100%;
  height: auto;
}
.footer_nav_icon dd {
  font-size: 0.6875rem;
  line-height: 1.2727272727;
  padding: 10px;
}
.footer_nav_icon dd .bl {
  display: inline-block;
}

@media only screen and (min-width: 600px) {
  .footer_nav_icon {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
  }
  .footer_nav_icon a {
    width: calc(50% - 10px);
  }
  .footer_nav_icon dd {
    font-size: 0.75rem;
  }
}
.footer_nav {
  max-width: 400px;
  margin: 0 auto;
  padding: 3px 10px 30px;
}
.footer_nav .footer_nav-coming_soon {
  position: relative;
  width: 100%;
  height: 100%;
  min-height: 40px;
  margin: 10px 0 0;
}
.footer_nav .footer_nav-coming_soon p {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  width: 140px;
  height: 18px;
  margin: auto;
  padding: 1px 4px;
  border: 1px solid rgba(0, 0, 0, 0.2);
  border-radius: 5px;
  color: rgba(0, 0, 0, 0.3);
  font-size: 0.875rem;
  line-height: 1.2857142857;
  text-align: center;
}
.footer_nav dl {
  width: 100%;
  min-width: 300px;
  color: #000;
}
.footer_nav dl dt {
  padding: 17px 0 9px;
  font-size: 0.75rem;
  line-height: 1.5;
  text-align: center;
}
.footer_nav dl dd {
  padding: 4px 8px 14px;
  background-color: #eee;
  font-size: 0.625rem;
  line-height: 1.2;
}
.footer_nav dl dd ul.footer_nav-service-menu {
  padding-top: 4px;
  overflow: hidden;
}
.footer_nav dl dd ul.footer_nav-service-menu li {
  float: left;
  min-width: 50%;
  margin-top: 6px;
}
.footer_nav dl dd ul.footer_nav-service-menu li a {
  display: block;
  position: relative;
  padding: 0 10px;
  transition: color 0.3s;
  color: #000;
}
.footer_nav dl dd ul.footer_nav-service-menu li a:hover {
  color: rgba(0, 0, 0, 0.5);
}
.footer_nav dl dd ul.footer_nav-service-menu li a::before {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  width: 2px;
  background: #bbb;
}
.footer_nav dl dd ul.footer_nav-service-menu li .footer_nav-service-coming-soon {
  display: block;
  position: relative;
  padding-left: 10px;
  color: rgba(0, 0, 0, 0.3);
}
.footer_nav dl dd ul.footer_nav-service-menu li .footer_nav-service-coming-soon::before {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  width: 2px;
  background: rgba(187, 187, 187, 0.3);
}
.footer_nav dl dd ul.footer_nav-service-menu li .footer_nav-service-coming-soon::after {
  content: "Coming Soon";
  display: inline-block;
  margin: 0 0 0 6px;
  padding: 1px 4px;
  border: 1px solid rgba(0, 0, 0, 0.2);
  border-radius: 5px;
  color: rgba(0, 0, 0, 0.3);
  font-size: 0.625rem;
}
.footer_nav dl dd ul.footer_nav-service-menu.footer_nav-service-menu-places li {
  min-width: 25%;
}
.footer_nav dl dd ul.footer_nav-service-menu.footer_nav-service-menu-events li, .footer_nav dl dd ul.footer_nav-service-menu.footer_nav-service-menu-final li {
  width: 100%;
}
.footer_nav dl dd ul.footer_nav-service-menu + .footer_nav-sub_title {
  margin-top: 18px;
}
.footer_nav dl dd .footer_nav-sub_title {
  clear: both;
  margin-top: 6px;
}
.footer_nav dl dd .footer_nav-sub_title a {
  transition: color 0.3s;
  color: #000;
}
.footer_nav dl dd .footer_nav-sub_title a:hover {
  color: rgba(0, 0, 0, 0.5);
}

@media only screen and (min-width: 640px) {
  .footer_nav {
    display: flex;
    box-sizing: border-box;
    flex-wrap: wrap;
    justify-content: space-between;
    max-width: 800px;
    padding: 12px 20px 30px;
  }
  .footer_nav dl {
    display: flex;
    box-sizing: border-box;
    flex-flow: column;
    width: calc(50% - 6px);
    min-width: auto;
    overflow: hidden;
  }
  .footer_nav dl dt {
    padding: 24px 0 16px;
    font-size: 0.875rem;
    line-height: 0.8888888889;
  }
  .footer_nav dl dd {
    flex: 1 0 auto;
    padding: 2px 18px 16px;
    font-size: 0.75rem;
    line-height: 1.3333333333;
  }
  .footer_nav dl dd ul.footer_nav-service-menu {
    padding-top: 6px;
  }
  .footer_nav dl dd ul.footer_nav-service-menu li {
    margin-top: 8px;
  }
  .footer_nav dl dd ul.footer_nav-service-menu + .footer_nav-sub_title {
    margin-top: 25px;
  }
  .footer_nav dl dd .footer_nav-sub_title {
    margin-top: 8px;
  }
  .footer_nav dl.footer_nav-service-proleague {
    width: 100%;
  }
  .footer_nav dl.footer_nav-service-proleague dd ul.footer_nav-service-menu li {
    min-width: 25%;
  }
}
.footer_recommend {
  background-color: #bbb;
}
.footer_recommend ul {
  max-width: 650px;
  margin: 0 auto;
  padding: 20px 38px;
  text-align: center;
  box-sizing: border-box;
}
.footer_recommend ul li {
  display: inline-block;
  width: 50%;
  max-width: 205px;
  padding: 2px;
  box-sizing: border-box;
}
.footer_recommend ul li a {
  display: block;
  transition: opacity 0.3s;
  border: 1px solid #fff;
}
.footer_recommend ul li a:hover {
  opacity: 0.7;
}
.footer_recommend ul li a img {
  width: 100%;
  height: auto;
}

@media only screen and (min-width: 700px) {
  .footer_recommend ul {
    max-width: 900px;
    padding: 25px 16px;
  }
  .footer_recommend ul li {
    width: 25%;
    max-width: none;
    padding: 0 3px;
  }
}
.footer_share ul {
  padding: 10px 0;
  text-align: center;
}
.footer_share li {
  display: inline-block;
  margin: 0 6px;
}
.footer_share li a {
  display: block;
  width: 30px;
  height: 30px;
  transition: opacity 0.3s;
}
.footer_share li a:hover {
  opacity: 0.8;
}
.footer_share li img {
  width: 100%;
  height: auto;
  border-radius: 4px;
  vertical-align: top;
}

@media only screen and (min-width: 768px) {
  .footer_share ul {
    padding: 20px 0;
  }
}
.footer {
  padding: 20px 0 70px;
  /* TOP に戻るボタンにフッターメニューがかぶらないくらい下部に余白をとった*/
  color: #828282;
  font-size: 0.6875rem;
  line-height: 1.4545454545;
  text-align: center;
}
.footer .footer-banner a {
  display: block;
  width: 182.5px;
  margin: 0 auto;
}
.footer .footer-banner img {
  width: 100%;
  height: auto;
  border: 0;
  vertical-align: top;
}
.footer .footer-banner + .footer-menu + p.footer-copyright {
  margin-top: 20px;
}
.footer .footer-menu {
  margin-top: 15px;
}
.footer .footer-menu li {
  display: inline-block;
}
.footer .footer-menu li a {
  transition: color 0.3s;
  color: #000;
}
.footer .footer-menu li a:hover {
  color: #ccc;
}
.footer .footer-menu li:not(:last-child)::after {
  content: "|";
  padding: 0 6px;
}
.footer .footer-copyright .bl {
  display: inline-block;
}
.footer .footer-copyright .bl:first-child {
  margin-right: 10px;
}

@media only screen and (min-width: 768px) {
  .footer {
    max-width: 862px;
    margin: 0 auto;
    padding: 20px 20px 70px;
  }
  .footer .footer-banner {
    float: left;
  }
  .footer .footer-banner + .footer-menu + p.footer-copyright {
    margin: 0 0 0 205px;
    text-align: left;
  }
  .footer .footer-menu {
    margin: 0 0 5px 205px;
    text-align: left;
  }
}
.konami_header {
  overflow: hidden;
}
.konami_header .konami_header-logo {
  float: left;
}
.konami_header .konami_header-logo > a {
  display: block;
}
.konami_header .konami_header-logo img {
  width: 130px;
  height: auto;
}
.konami_header .konami_header-sns {
  float: right;
  padding: 3px 15px 0 0;
}
.konami_header .konami_header-sns li {
  display: inline-block;
  margin-left: 12px;
}
.konami_header .konami_header-sns li a {
  display: block;
  width: 30px;
  height: 30px;
  transition: opacity 0.3s;
}
.konami_header .konami_header-sns li a:hover {
  opacity: 0.7;
}
.konami_header .konami_header-sns li img {
  width: 100%;
  height: auto;
  border-radius: 4px;
  vertical-align: top;
}

@media only screen and (min-width: 980px) {
  .konami_header-logo {
    margin-left: -15px;
  }

  .konami_header .konami_header-sns {
    padding-right: 0;
  }
}
/* root用 */
@media only screen and (min-width: 980px) {
  .konami_header.konami_header-root .konami_header-logo {
    margin-left: 0;
  }
  .konami_header.konami_header-root .konami_header .konami_header-sns {
    padding-right: 15px;
  }
}
@media only screen and (min-width: 1080px) {
  .konami_header-logo {
    margin-left: -15px;
  }

  .konami_header .konami_header-sns {
    padding-right: 0;
  }
}
ul.list {
  margin: 15px;
}
ul.list li {
  margin: 0 0 6px;
  font-size: 0.8125rem;
  line-height: 1.3076923077;
}

ul.list.list-dot > li {
  position: relative;
  padding: 0 0 0 1em;
}
ul.list.list-dot > li::after {
  content: "•";
  position: absolute;
  top: 0;
  left: 0.2em;
}

ul.list.list-dot-min > li {
  position: relative;
  padding: 0 0 0 1em;
  font-size: 0.6875rem;
}
ul.list.list-dot-min > li::after {
  content: "•";
  position: absolute;
  top: 0;
  left: 0;
}

ul.list.list-note > li {
  position: relative;
  padding: 0 0 0 1em;
}
ul.list.list-note > li::after {
  content: "※";
  position: absolute;
  top: 0;
  left: 0;
}

ul.list.list-note-min > li {
  position: relative;
  padding: 0 0 0 1em;
  font-size: 0.6875rem;
}
ul.list.list-note-min > li::after {
  content: "※";
  position: absolute;
  top: 0;
  left: 0;
}

ol.list {
  margin: 15px;
}
ol.list > li {
  margin: 0 0 6px;
  font-size: 0.8125rem;
  line-height: 1.3076923077;
}

ol.list.list-num > li {
  position: relative;
  padding: 0 0 0 1em;
  counter-increment: list-index;
}
ol.list.list-num > li::after {
  content: counter(list-index) ".";
  position: absolute;
  top: 0;
  left: 0;
}

ol.list.list-num.list-num-brackets > li {
  padding: 0 0 0 2em;
}
ol.list.list-num.list-num-brackets > li::after {
  content: "(" counter(list-index) ")";
  position: absolute;
  top: 0;
  left: 0;
}

.list > li > .list {
  margin-top: 8px;
  margin-left: 0;
  margin-right: 0;
}

@media only screen and (min-width: 768px) {
  ul.list > li {
    font-size: 0.875rem;
    line-height: 1.2857142857;
  }

  ol.list > li {
    font-size: 0.875rem;
    line-height: 1.2857142857;
  }
}
p.par {
  margin: 15px;
  font-size: 0.8125rem;
  line-height: 1.5384615385;
}

@media only screen and (min-width: 768px) {
  p.par {
    font-size: 0.875rem;
    line-height: 1.5;
  }
}
.region_message {
  background: #364350;
  color: #fff;
}
.region_message .region_message-inner {
  max-width: 860px;
  margin: 0 auto;
  padding: 5px;
  box-sizing: border-box;
}
.region_message .region_message-inner .region_message-text {
  text-align: center;
  font-size: 0.75rem;
  line-height: 1.3333333333;
}

@media only screen and (min-width: 768px) {
  .region_message .region_message-inner {
    padding: 7px;
  }
  .region_message .region_message-inner .region_message-text {
    font-size: 0.8125rem;
    line-height: 1.3076923077;
  }
}
.thumb img {
  width: 100%;
}

.video {
  width: 100%;
  max-width: 400px;
  margin: 0 auto;
  background: #000;
}
.video a,
.video .video-inner {
  display: block;
  position: relative;
}
.video a::before, .video a::after,
.video .video-inner::before,
.video .video-inner::after {
  content: "";
  display: block;
  position: absolute;
  z-index: 2;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  margin: auto;
}
.video a::before,
.video .video-inner::before {
  width: 80px;
  height: 80px;
  border: 4px #fff solid;
  border-radius: 80px;
}
.video a::after,
.video .video-inner::after {
  width: 0;
  height: 0;
  transform: translateX(10%);
  border-width: 20px 0 20px 34px;
  border-style: solid;
  border-color: transparent #fff;
}
.video a img,
.video .video-inner img {
  width: 100%;
  height: auto;
  transition: opacity 0.3s;
  opacity: 0.8;
  vertical-align: bottom;
}
.video a:hover img,
.video .video-inner:hover img {
  opacity: 1;
}
.video a:hover::after, .video a:hover::before,
.video .video-inner:hover::after,
.video .video-inner:hover::before {
  opacity: 0.7;
}

.video.video-topics a::after,
.video.video-topics .video-inner::after {
  border-width: 18px 0 18px 27px;
}

@media only screen and (min-width: 768px) {
  .video a,
.video .video-inner {
    max-width: 600px;
  }
}
.video.video-coming_soon {
  position: relative;
}
.video.video-coming_soon::before, .video.video-coming_soon::after {
  content: "";
  display: block;
  position: absolute;
  z-index: 2;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  margin: auto;
  opacity: 0.1;
}
.video.video-coming_soon::before {
  width: 80px;
  height: 80px;
  border: 4px #fff solid;
  border-radius: 80px;
}
.video.video-coming_soon::after {
  width: 0;
  height: 0;
  transform: translateX(10%);
  border-width: 20px 0 20px 34px;
  border-style: solid;
  border-color: transparent #fff;
}
.video.video-coming_soon img {
  width: 100%;
  height: auto;
  vertical-align: bottom;
}

/* vue.jsと連動したfadeアニメーション 汎用 */
.fade-enter-active,
.fade-enter-to {
  opacity: 1;
}

.fade-enter,
.fade-enter-active,
.fade-leave,
.fade-leave-active {
  transition: opacity 0.5s;
}

.fade-enter,
.fade-leave-to {
  opacity: 0;
}

.fade2-enter-active,
.fade2-enter-to {
  opacity: 1;
}

.fade2-enter,
.fade2-enter-active,
.fade2-leave,
.fade2-leave-active {
  transition: opacity 2s;
}

.fade2-enter,
.fade2-leave-to {
  opacity: 0;
}

.webfont {
  display: none;
}
.webfont.webfont-fontShinMaruGoB {
  font-family: "Shin Maru Go Bold";
}
.webfont.webfont-fontShinGoB {
  font-family: "Shin Go Bold JIS2004";
}
.webfont.webfont-fontShinGoH {
  font-family: "Shin Go Heavy JIS2004";
}
.webfont.webfont-fontShinGoExL {
  font-family: "Shin Go ExLight JIS2004";
}
.webfont.webfont-fontKakuMinB {
  font-family: "Kakumin Bold";
}
.webfont.webfont-fontFolkB {
  font-family: "Folk Bold";
}
.webfont.webfont-fontFolkH {
  font-family: "Folk Heavy";
}
.webfont.webfont-fontG2SansB {
  font-family: GSanSerif-B, "Shin Go Heavy JIS2004";
}
.webfont.webfont-fontG2SansU {
  font-family: GSanSerif-U, "Shin Go Ultra JIS2004";
}
.webfont.webfont-fontG2SansB-JIS2004 {
  font-family: "G2サンセリフ B JIS2004";
}
.webfont.webfont-fontG2SansU-JIS2004 {
  font-family: "G2サンセリフ U JIS2004";
}
.webfont.webfont-fontKakuminM {
  font-family: "カクミン M";
}
.webfont.webfont-fontSoftGothicU {
  font-family: "Soft Gothic Ultra", "Shin Maru Go Ultra JIS2004";
}
.webfont.webfont-fontFbShimanoSLN {
  font-family: "FB Shimano Square Light Narrow";
}
.webfont.webfont-fontNowGU {
  font-family: "NOW-GU", "Shin Go Heavy JIS2004";
}
.webfont.webfont-fontNotoSans {
  font-family: "noto-sans-cjk-jp";
}
.webfont.webfont-fontOlympicSansR {
  font-family: "OlympicSans-Regular";
}
.webfont.webfont-fontOlympicSansB {
  font-family: "OlympicSans-Bold";
}
.webfont.webfont-fontDinCond {
  font-family: "din-condensed";
}
.webfont.webfont-fontUrwDinSemiCond {
  font-family: "urw-din-semi-condensed";
}
.webfont.webfont-fontVdlLogoJrB {
  font-family: "vdl-logojrblack";
}
.webfont.webfont-fontSuiryuAtlasR {
  font-family: "Suiryu Atlas Regular";
}
.webfont.webfont-fontSuiryuAtlasB {
  font-family: "Suiryu Atlas Bold";
}

/* YouTubeエンベッド */
.yt_embed {
  position: relative;
  height: 0;
  padding-top: 56.25%;
  overflow: hidden;
  background: #000;
}
.yt_embed iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.btn {
  display: inline-block;
}
.btn > a,
.btn > span {
  display: block;
  position: relative;
  padding: 8px 15px;
  transition: all 0.3s;
  border: 1px solid #000;
  background: #fff;
  color: #000;
  font-family: "OlympicSans-Bold", "noto-sans-cjk-jp";
  font-weight: 700;
  font-size: 0.875rem;
  line-height: 1.1428571429;
  text-align: center;
  border-radius: 5px;
}
.btn > a {
  cursor: pointer;
}
.btn:hover > a {
  background: #000;
  color: #fff;
}
.btn .btn-sup {
  display: inline-block;
  font-size: 0.625rem;
  line-height: 1.2;
}
.btn .btn-badge {
  position: absolute;
  top: -14px;
  right: -15px;
  padding: 1px 8px;
  background: #f0282d;
  color: #fff;
  font-size: 0.625rem;
  line-height: 1.3;
  border-radius: 15px;
}
.btn .btn-badge.btn-badge_green {
  background: #00b34c;
}
.btn .btn-badge.btn-badge_yellow {
  background: #fdd929;
  color: #002a6e;
}
.btn.is-disabled > a,
.btn.is-disabled > span {
  border-color: #ededed;
  background: #e2e2e2;
  color: #9a9a9a;
}
.btn.is-disabled:hover > a {
  background: #e2e2e2;
}
.btn.btn-block {
  display: block;
}
.btn.btn-readmore > a,
.btn.btn-readmore > span {
  border-color: #000;
  background: #fff;
  color: #000;
}
.btn.btn-readmore:hover > a {
  color: #959595;
}

/* 差し込み先がheight もしくは min-heightをもっている */
.loading {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 100%;
  box-sizing: border-box;
}
.loading .loading-item {
  width: 8px;
  height: 40px;
  margin: 0 1px;
  -webkit-animation: loading-anime 1.2s infinite ease-in-out;
          animation: loading-anime 1.2s infinite ease-in-out;
  border-radius: 10px;
  background: #aaa;
}
.loading .loading-item2 {
  -webkit-animation-delay: -1.1s;
          animation-delay: -1.1s;
}
.loading .loading-item3 {
  -webkit-animation-delay: -1s;
          animation-delay: -1s;
}
.loading .loading-item4 {
  -webkit-animation-delay: -0.9s;
          animation-delay: -0.9s;
}
.loading .loading-item5 {
  -webkit-animation-delay: -0.8s;
          animation-delay: -0.8s;
}

@-webkit-keyframes loading-anime {
  0%, 40%, 100% {
    transform: scaleY(0.5);
  }
  20% {
    transform: scaleY(1);
  }
}

@keyframes loading-anime {
  0%, 40%, 100% {
    transform: scaleY(0.5);
  }
  20% {
    transform: scaleY(1);
  }
}
.loading.loading-page {
  position: fixed;
  top: calc(50% - 50px);
  left: calc(50% - 50px);
  width: 100px;
  height: 100px;
  border-radius: 10px;
  background-color: rgba(0, 0, 0, 0.3);
}
.loading.loading-page .loading-item {
  background-color: #fff;
}

.ranking {
  margin: 0 auto;
  max-width: 600px;
  padding: 15px;
}
.ranking h1 {
  font-family: "OlympicSans-Bold";
  font-weight: 700;
  font-size: 0.875rem;
  line-height: 1;
  margin-bottom: 5px;
}
.ranking .ranking-update {
  text-align: right;
}
.ranking .ranking-update span {
  font-size: 0.625rem;
  background: #eee;
  display: inline-block;
  padding: 0 8px;
  margin-bottom: 5px;
}
.ranking .ranking-list-headline {
  display: flex;
  align-items: flex-end;
  margin: 0 auto;
  padding: 4px 0;
  font-size: 0.625rem;
  line-height: 1.4;
  text-align: center;
}
.ranking .ranking-list-headline dt {
  flex: 0 0 auto;
  width: 40px;
}
.ranking .ranking-list-name {
  flex: 1 1 auto;
}
.ranking .ranking-list-sp {
  flex: 0 0 auto;
  width: 100px;
}
.ranking .ranking-list-sp span {
  display: block;
  font-size: 0.625rem;
}
.ranking .ranking-list-item {
  display: block;
  -webkit-animation: ranking-fade 0.5s 0s 1 ease;
          animation: ranking-fade 0.5s 0s 1 ease;
}
.ranking .ranking-list-item dl {
  display: table;
  width: 100%;
}
.ranking .ranking-list-item dt {
  display: table-cell;
  width: 32px;
  font-family: "OlympicSans-Bold";
  font-weight: 700;
  font-size: 0.875rem;
  line-height: 1;
  text-align: center;
  vertical-align: middle;
  background: #000;
  color: #fff;
  padding: 3px 0 0;
  border-top: 1px solid #fff;
}
.ranking .ranking-list-item:first-child dt {
  border-top: 1px solid #000;
}
.ranking .ranking-list-item:last-child {
  border-bottom: 1px solid #000;
}
.ranking .ranking-list-item-rank {
  display: table-cell;
  width: 14px;
  padding: 7px 4px;
  vertical-align: middle;
  border-top: 1px solid #000;
}
.ranking .ranking-list-item-rank p {
  display: inline-block;
  width: 14px;
  height: 14px;
  color: #fff;
  font-family: "OlympicSans-Bold", "noto-sans-cjk-jp";
  font-weight: 400;
  font-size: 0.625rem;
  line-height: 1.4;
  text-align: center;
  vertical-align: middle;
}
.ranking .ranking-list-item-rank p span {
  display: none;
}
.ranking .ranking-list-item-rank.is-rank_S p {
  background-image: linear-gradient(to top, #ff439b, #ff81f7);
}
.ranking .ranking-list-item-rank.is-rank_A p {
  background-image: linear-gradient(to top, #cb4ec4, #f46ff2);
}
.ranking .ranking-list-item-rank.is-rank_B p {
  background-image: linear-gradient(to top, #e7092c, #f95175);
}
.ranking .ranking-list-item-rank.is-rank_C p {
  background-image: linear-gradient(to top, #d46200, #f99800);
}
.ranking .ranking-list-item-rank.is-rank_D p {
  background-image: linear-gradient(to top, #c7891b, #f3c725);
}
.ranking .ranking-list-item-rank.is-rank_E p {
  background-image: linear-gradient(to top, #24760c, #3fbe13);
}
.ranking .ranking-list-item-rank.is-rank_F p {
  background-image: linear-gradient(to top, #2367c7, #3aaaf6);
}
.ranking .ranking-list-item-rank.is-rank_G p {
  background-image: linear-gradient(to top, #5d5d5d, #949494);
}
.ranking .ranking-list-item-team {
  display: table-cell;
  width: 25px;
  padding: 7px 5px 7px 0;
  vertical-align: middle;
  border-top: 1px solid #000;
}
.ranking .ranking-list-item-team img {
  width: 100%;
  border: 1px solid #ddd;
  image-rendering: -webkit-optimize-contrast;
  -webkit-backface-visibility: hidden;
}
.ranking .ranking-list-item-name {
  display: table-cell;
  position: relative;
  width: auto;
  height: auto;
  padding: 7px 10px;
  font-size: 0.75rem;
  line-height: 1.3333333333;
  vertical-align: middle;
  border-top: 1px solid #000;
}
.ranking .ranking-list-item-sp {
  display: table-cell;
  width: 80px;
  padding: 7px 10px 7px 0;
  font-family: "noto-sans-cjk-jp";
  font-weight: 700;
  font-size: 0.9375rem;
  line-height: 1.3333333333;
  text-align: right;
  vertical-align: middle;
  transition: background-color 0.3s;
  border-top: 1px solid #000;
}
.ranking .ranking-list-item-sp span {
  display: block;
  font-size: 0.625rem;
  line-height: 1.2727272727;
}
.ranking .ranking-list-advance {
  display: flex;
  align-items: center;
  padding: 15px 0;
  color: #000;
  font-family: "OlympicSans-Bold", "noto-sans-cjk-jp";
  font-weight: 700;
  font-size: 0.625rem;
  border-top: 1px solid #000;
}
.ranking .ranking-list-advance::before, .ranking .ranking-list-advance::after {
  content: "";
  display: block;
  flex: 1 1 auto;
  height: 4px;
  background: #000;
}
.ranking .ranking-list-advance span {
  display: inline-block;
  padding: 0 5px;
  background: #000;
  color: #fff;
  border-radius: 30px;
}
.ranking .ranking-list-advance + .ranking-list-item dt {
  border-top: 1px solid #000;
}
.ranking .ranking-nodata {
  padding: 30px 0;
  background: rgba(0, 0, 0, 0.1);
  color: #666;
  font-size: 0.8125rem;
  text-align: center;
}
.ranking .ranking-nodata .ranking-nodata-comingsoon {
  font-family: "OlympicSans-Bold", "noto-sans-cjk-jp";
  font-size: 1rem;
  margin-bottom: 5px;
}

@media only screen and (min-width: 460px) {
  .ranking .ranking-list-item-sp {
    width: 160px;
  }
  .ranking .ranking-list-item-sp span {
    display: inline-block;
    margin-left: 5px;
  }
}
@media only screen and (min-width: 768px) {
  .ranking {
    padding: 15px 15px 50px;
  }
  .ranking h1 {
    font-size: 1rem;
  }
  .ranking .ranking-list-headline {
    font-size: 0.875rem;
    margin-bottom: 5px;
  }
  .ranking .ranking-list-headline dt {
    width: 70px;
  }
  .ranking .ranking-list-sp {
    width: 170px;
  }
  .ranking .ranking-list-item dt {
    width: 50px;
    border-right-width: 5px;
    font-size: 1.125rem;
  }
  .ranking .ranking-list-item-rank {
    padding: 0 6px;
  }
  .ranking .ranking-list-item-rank p {
    width: 30px;
    height: 19px;
    font-size: 0.75rem;
  }
  .ranking .ranking-list-item-rank p span {
    display: inline;
  }
  .ranking .ranking-list-item-rank.is-lang_en p {
    width: 45px;
  }
  .ranking .ranking-list-item-team {
    width: 36px;
  }
  .ranking .ranking-list-item-name {
    font-size: 0.875rem;
  }
  .ranking .ranking-list-item-sp {
    font-size: 1.125rem;
  }
  .ranking .ranking-list-item-sp span {
    font-size: 0.75rem;
    line-height: 1.3333333333;
    margin-left: 5px;
  }
  .ranking .ranking-list-advance {
    font-size: 0.8125rem;
  }
  .ranking .ranking-list-advance::before, .ranking .ranking-list-advance::after {
    height: 6px;
  }
  .ranking .ranking-list-advance span {
    padding: 2px 10px;
  }
}
@-webkit-keyframes ranking-fade {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes ranking-fade {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}

/*# sourceMappingURL=oes_2023_style.css.map*/