/*! sanitize.css v6.0.0 | CC0 License | github.com/csstools/sanitize.css */

/* Document
 * ========================================================================== */

/**
 * 1. Remove repeating backgrounds in all browsers (opinionated).
 * 2. Add border box sizing in all browsers (opinionated).
 */

*,
::before,
::after {
  background-repeat: no-repeat; /* 1 */
  box-sizing: border-box; /* 2 */
}

/**
 * 1. Add text decoration inheritance in all browsers (opinionated).
 * 2. Add vertical alignment inheritance in all browsers (opinionated).
 */

::before,
::after {
  text-decoration: inherit; /* 1 */
  vertical-align: inherit; /* 2 */
}

/**
 * 1. Correct the line height in all browsers.
 * 2. Add the default cursor in all browsers (opinionated).
 * 3. Prevent adjustments of font size after orientation changes in
 *    IE on Windows Phone and in iOS.
 * 4. Breaks words to prevent prevent overflow in all browsers (opinionated).
 */

html {
  line-height: 1.15; /* 1 */
  cursor: default; /* 2 */
  -ms-text-size-adjust: 100%; /* 3 */
  -webkit-text-size-adjust: 100%; /* 3 */
  word-break: break-word; /* 4 */
}

/* Sections
 * ========================================================================== */

/**
 * Remove the margin in all browsers (opinionated).
 */

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

/**
 * Add the correct display in IE.
 */

main {
  display: block;
}

/**
 * Remove the list style on navigation lists in all browsers (opinionated).
 */

nav ol,
nav ul {
  list-style: none;
}

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

/**
 * Add the correct text decoration in Edge, IE, Opera, and Safari.
 */

abbr[title] {
  text-decoration: underline;
  -webkit-text-decoration: underline dotted;
          text-decoration: underline dotted;
}

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

/*
 * Remove the text shadow on text selections in Firefox 61- (opinionated).
 * 1. Restore the coloring undone by defining the text shadow
 *    in all browsers (opinionated).
 */

::selection {
  background-color: #b3d4fc; /* 1 */
  color: #000; /* 1 */
  text-shadow: none;
}

/* Embedded content
 * ========================================================================== */

/*
 * Change the alignment on media elements in all browers (opinionated).
 */

audio,
canvas,
iframe,
img,
svg,
video {
  vertical-align: middle;
}

/**
 * Add the correct display in IE 9-.
 */

audio,
video {
  display: inline-block;
}

/**
 * Add the correct display in iOS 4-7.
 */

audio:not([controls]) {
  display: none;
  height: 0;
}

/**
 * Remove the border on images inside links in IE 10-.
 */

img {
  border-style: none;
}

/**
 * Change the fill color to match the text color in all browsers (opinionated).
 */

svg {
  fill: currentColor;
}

/**
 * Hide the overflow in IE.
 */

svg:not(:root) {
  overflow: hidden;
}

/* Tabular data
 * ========================================================================== */

/**
 * Collapse border spacing in all browsers (opinionated).
 */

table {
  border-collapse: collapse;
}

/* Forms
 * ========================================================================== */

/**
 * Remove the margin in Firefox and Safari.
 */

button,
input,
optgroup,
select,
textarea {
  margin: 0;
}

/**
 * Inherit styling in all browsers (opinionated).
 */

button,
input,
select,
textarea {
  font-family: inherit;
  font-size: inherit;
  line-height: inherit;
}

/**
 * 1. Show the overflow in IE.
 * 2. Remove the inheritance of text transform in Edge, Firefox, and IE.
 */

button {
  overflow: visible; /* 1 */
  text-transform: none; /* 2 */
}

/**
 * Correct the inability to style clickable types in iOS and Safari.
 */

button,
[type="button"],
[type="reset"],
[type="submit"] {
  -webkit-appearance: button;
}

/**
 * Restore the focus styles unset by the previous rule in Firefox.
 */

button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
  outline: 1px dotted ButtonText;
}

/**
 * Remove the inner border and padding in Firefox.
 */

::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

/**
 * Correct the padding in Firefox.
 */

fieldset {
  padding: 0.35em 0.75em 0.625em;
}

/**
 * Show the overflow in Edge and IE.
 */

input {
  overflow: visible;
}

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

/**
 * 1. Add the correct display in Edge and IE.
 * 2. Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */

progress {
  display: inline-block; /* 1 */
  vertical-align: baseline; /* 2 */
}

/**
 * Remove the inheritance of text transform in Firefox.
 */

select {
  text-transform: none;
}

/**
 * 1. Remove the default vertical scrollbar in IE.
 * 2. Change the resize direction on textareas in all browsers (opinionated).
 */

textarea {
  overflow: auto; /* 1 */
  resize: vertical; /* 2 */
}

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

::-webkit-inner-spin-button,
::-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.
 */

::-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 and IE.
 */

details {
  display: block;
}

/*
 * Add the correct styles in Edge, IE, and Safari.
 */

dialog {
  background-color: white;
  border: solid;
  color: black;
  display: block;
  height: -moz-fit-content;
  height: -webkit-fit-content;
  height: fit-content;
  left: 0;
  margin: auto;
  padding: 1em;
  position: absolute;
  right: 0;
  width: -moz-fit-content;
  width: -webkit-fit-content;
  width: fit-content;
}

dialog:not([open]) {
  display: none;
}

/*
 * Add the correct display in all browsers.
 */

summary {
  display: list-item;
}

/* Scripting
 * ========================================================================== */

/**
 * Add the correct display in IE 9-.
 */

canvas {
  display: inline-block;
}

/**
 * Add the correct display in IE.
 */

template {
  display: none;
}

/* User interaction
 * ========================================================================== */

/*
 * 1. Remove the tapping delay on clickable elements in all browsers (opinionated).
 * 2. Remove the tapping delay in IE 10.
 */

a,
area,
button,
input,
label,
select,
summary,
textarea,
[tabindex] { /* 1 */
  touch-action: manipulation; /* 2 */
}

/**
 * Add the correct display in IE 10-.
 */

[hidden] {
  display: none;
}

/* Accessibility
 * ========================================================================== */

/**
 * Change the cursor on busy elements in all browsers (opinionated).
 */

[aria-busy="true"] {
  cursor: progress;
}

/*
 * Change the cursor on control elements in all browsers (opinionated).
 */

[aria-controls] {
  cursor: pointer;
}

/*
 * Change the cursor on disabled, not-editable, or otherwise
 * inoperable elements in all browsers (opinionated).
 */

[aria-disabled],
[disabled] {
  cursor: disabled;
}

/*
 * Change the display on visually hidden accessible elements
 * in all browsers (opinionated).
 */

[aria-hidden="false"][hidden]:not(:focus) {
  clip: rect(0, 0, 0, 0);
  display: inherit;
  position: absolute;
}

/* clearfix */
.clearfix::after {
  content: "";
  display: block;
  clear: both;
}

/*
ブレイクポイントに関する記述
https://material.io/design/layout/responsive-layout-grid.html#breakpoints
*/

:root {
  /* @see http://kromatic.thoughtbot.com/ */

  /* 色定義 */
  --palette-black: #000;
  --palette-mine-shaft: #2d2d2d;
  --palette-storm-dust: #616161;
  --palette-gray: #7e7e7e;
  --palette-silver-chalice: #a9a9a9;
  --palette-cloud: #ccc;
  --palette-alto: #dfdfdf;
  --palette-seashell: #f1f1f1;
  --palette-alabaster: #f9f9f9;
  --palette-white: #fff;
  --palette-steel-blue: #4e90c7;
  --palette-sunglo: #e36765;
  --palette-yellow-orange: #ffa940;
  --palette-puerto-rico: #44c6ac;
  --palette-conifer: #a9cf55;
  --palette-snow-drift: #fafaf6;
  --palette-wheatfield: #f0e7c9;
  --palette-galliano: #e6b422;
  --palette-flesh: #f2bb95;
  --palette-monza: #cc1325;
  --palette-ultramarine: #1e00a1;
  --palette-starship: #ffff56;
  --palette-eucalyptus: #007d56;
  --palette-crusta: #fb7636;
  --palette-hot-pink: #fb76c7;
  --parette-chalky: #ecd386;

  /* 透過色定義 */
  --palette-black-a10: rgba(0, 0, 0, 0.1);
  --palette-black-a20: rgba(0, 0, 0, 0.2);
  --palette-black-a30: rgba(0, 0, 0, 0.3);
  --palette-black-a40: rgba(0, 0, 0, 0.4);
  --palette-black-a50: rgba(0, 0, 0, 0.5);
  --palette-black-a60: rgba(0, 0, 0, 0.6);
  --palette-black-a70: rgba(0, 0, 0, 0.7);
  --palette-black-a80: rgba(0, 0, 0, 0.8);
  --palette-black-a90: rgba(0, 0, 0, 0.9);
  --palette-mine-shaft-a90: rgba(45, 45, 45, 0.9);
  --palette-white-a10: rgba(255, 255, 255, 0.1);
  --palette-white-a20: rgba(255, 255, 255, 0.2);
  --palette-white-a30: rgba(255, 255, 255, 0.3);
  --palette-white-a40: rgba(255, 255, 255, 0.4);
  --palette-white-a50: rgba(255, 255, 255, 0.5);
  --palette-white-a60: rgba(255, 255, 255, 0.6);
  --palette-white-a70: rgba(255, 255, 255, 0.7);
  --palette-white-a80: rgba(255, 255, 255, 0.8);
  --palette-white-a90: rgba(255, 255, 255, 0.9);

  /* メインカラー */
  --color-primary: #2d2d2d;
  --color-primary: var(--palette-mine-shaft);
  --color-accent: #e36765;
  --color-accent: var(--palette-sunglo);
  --color-active: #44c6ac;
  --color-active: var(--palette-puerto-rico);
  --color-selected: #e6b422;
  --color-selected: var(--palette-galliano);
  --color-link: #4e90c7;
  --color-link: var(--palette-steel-blue);

  /* テキストカラー */
  --color-text: #2d2d2d;
  --color-text: var(--palette-mine-shaft);

  /* グレードカラー */
  --color-g1: #4e90c7;
  --color-g1: var(--palette-steel-blue);
  --color-g2: #e36765;
  --color-g2: var(--palette-sunglo);
  --color-g3: #44c6ac;
  --color-g3: var(--palette-puerto-rico);

  /* 曜日カラー */
  --color-saturday: #4e90c7;
  --color-saturday: var(--palette-steel-blue);
  --color-sunday: #e36765;
  --color-sunday: var(--palette-sunglo);

  /* 枠番カラー */
  --color-post-no1: #fff;
  --color-post-no1: var(--palette-white);
  --color-post-no2: #000;
  --color-post-no2: var(--palette-black);
  --color-post-no3: #cc1325;
  --color-post-no3: var(--palette-monza);
  --color-post-no4: #1e00a1;
  --color-post-no4: var(--palette-ultramarine);
  --color-post-no5: #ffff56;
  --color-post-no5: var(--palette-starship);
  --color-post-no6: #007d56;
  --color-post-no6: var(--palette-eucalyptus);
  --color-post-no7: #fb7636;
  --color-post-no7: var(--palette-crusta);
  --color-post-no8: #fb76c7;
  --color-post-no8: var(--palette-hot-pink);

  /* テーブルカラー */
  --color-table-th-background: #f0e7c9;
  --color-table-th-background: var(--palette-wheatfield);
  --color-table-td-background1: #fff;
  --color-table-td-background1: var(--palette-white);
  --color-table-td-background2: #f9f9f9;
  --color-table-td-background2: var(--palette-alabaster);
  --color-table-border: #616161;
  --color-table-border: var(--palette-storm-dust);

  /* フォームカラー */
  --color-form-label-border: #616161;
  --color-form-label-border: var(--palette-storm-dust);
  --color-form-label-background: #f0e7c9;
  --color-form-label-background: var(--palette-wheatfield);
  --color-form-input-border: #dfdfdf;
  --color-form-input-border: var(--palette-alto);
  --color-form-input-background: #f1f1f1;
  --color-form-input-background: var(--palette-seashell);
  --color-form-text-border: #616161;
  --color-form-text-border: var(--palette-storm-dust);
  --color-form-text-background: #fff;
  --color-form-text-background: var(--palette-white);

  /* チャート */
  --color-chart-border: #616161;
  --color-chart-border: var(--palette-storm-dust);
  --color-chart-background: #fafaf6;
  --color-chart-background: var(--palette-snow-drift);

  /* フォントファミリー */
  --font-family-gothic: 'Hiragino Kaku Gothic Pro', 'ヒラギノ角ゴ Pro W3', Meiryo, 'メイリオ', Osaka, 'MS PGothic', arial, helvetica, sans-serif;
  --font-family-mincho: Georgia, '游明朝体', 'YuMincho', '游明朝', 'Yu Mincho', 'ヒラギノ明朝 ProN W3', 'Hiragino Mincho ProN W3', HiraMinProN-W3, 'ヒラギノ明朝 ProN', 'Hiragino Mincho ProN', 'ヒラギノ明朝 Pro', 'Hiragino Mincho Pro', 'HGS明朝E', 'ＭＳ Ｐ明朝', 'MS PMincho', serif;

  /* サイト幅 */
  --site-width: 1000px;

  /* ボックスシャドウ */
  --box-shadow-wide: 0 0 26px -6px #616161;
  --box-shadow-wide: 0 0 26px -6px var(--palette-storm-dust);
  --box-shadow-thin: 0 1px 8px -3px #616161;
  --box-shadow-thin: 0 1px 8px -3px var(--palette-storm-dust);
}

body {
  font-family: 'Hiragino Kaku Gothic Pro', 'ヒラギノ角ゴ Pro W3', Meiryo, 'メイリオ', Osaka, 'MS PGothic', arial, helvetica, sans-serif;
  font-family: var(--font-family-gothic);
  font-size: 14px;
  line-height: 1.44;
  color: #2d2d2d;
  color: var(--color-text);
  letter-spacing: 0.01em;
  background-color: #fff;
  background-color: var(--palette-white);
}

body.uma-detail {
  position: absolute;
  width: 100%;
  min-width: 1400px;
}

@media (max-width: 767px) {

  body.uma-detail {
    min-width: inherit;
    }
      }


button,
input,
select {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  padding: 0;
  cursor: pointer;
  background: transparent;
  border: none;
  border-radius: 0;
  outline: none;
}

fieldset {
  padding: 0;
  margin: 0;
  border: none;
}

table,
thead,
tbody,
tfoot,
tr,
th,
td {
  padding: 0;
  margin: 0;
}

a,
button {
  text-decoration: none;
  transition: all 0.3s;
}

a:hover, button:hover {
    opacity: 0.5;
  }

@media (max-width: 767px) {

a:hover, button:hover {
      opacity: 1
  }
    }

iframe {
  border: none;
}

.blocker {
  position: fixed;
  top: 0; right: 0; bottom: 0; left: 0;
  width: 100%; height: 100%;
  overflow: auto;
  z-index: 1;
  padding: 20px;
  box-sizing: border-box;
  background-color: rgb(0,0,0);
  background-color: rgba(0,0,0,0.5);
  text-align: center;
}

.blocker:before{
  content: "";
  display: inline-block;
  height: 100%;
  vertical-align: middle;
  margin-right: -0.05em;
}

.blocker.behind {
  background-color: transparent;
}

.modal {
  display: none;
  vertical-align: middle;
  position: relative;
  z-index: 2;
  box-sizing: border-box;
  background: #fff;
  padding: 15px 30px;
  border-radius: 8px;
  box-shadow: 0 0 10px #333;
  text-align: left;
}

@media (max-width: 767px) {

.modal {
    width: 90%
}
  }

.modal a.close-modal {
  position: absolute;
  top: -12.5px;
  right: -12.5px;
  display: block;
  width: 30px;
  height: 30px;
  text-indent: -9999px;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center center;
  background-image: url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAADwAAAA8CAYAAAA6/NlyAAAAAXNSR0IArs4c6QAAA3hJREFUaAXlm8+K00Acx7MiCIJH/yw+gA9g25O49SL4AO3Bp1jw5NvktC+wF88qevK4BU97EmzxUBCEolK/n5gp3W6TTJPfpNPNF37MNsl85/vN/DaTmU6PknC4K+pniqeKJ3k8UnkvDxXJzzy+q/yaxxeVHxW/FNHjgRSeKt4rFoplzaAuHHDBGR2eS9G54reirsmienDCTRt7xwsp+KAoEmt9nLaGitZxrBbPFNaGfPloGw2t4JVamSt8xYW6Dg1oCYo3Yv+rCGViV160oMkcd8SYKnYV1Nb1aEOjCe6L5ZOiLfF120EjWhuBu3YIZt1NQmujnk5F4MgOpURzLfAwOBSTmzp3fpDxuI/pabxpqOoz2r2HLAb0GMbZKlNV5/Hg9XJypguryA7lPF5KMdTZQzHjqxNPhWhzIuAruOl1eNqKEx1tSh5rfbxdw7mOxCq4qS68ZTjKS1YVvilu559vWvFHhh4rZrdyZ69Vmpgdj8fJbDZLJpNJ0uv1cnr/gjrUhQMuI+ANjyuwftQ0bbL6Erp0mM/ny8Fg4M3LtdRxgMtKl3jwmIHVxYXChFy94/Rmpa/pTbNUhstKV+4Rr8lLQ9KlUvJKLyG8yvQ2s9SBy1Jb7jV5a0yapfF6apaZLjLLcWtd4sNrmJUMHyM+1xibTjH82Zh01TNlhsrOhdKTe00uAzZQmN6+KW+sDa/JD2PSVQ873m29yf+1Q9VDzfEYlHi1G5LKBBWZbtEsHbFwb1oYDwr1ZiF/2bnCSg1OBE/pfr9/bWx26UxJL3ONPISOLKUvQza0LZUxSKyjpdTGa/vDEr25rddbMM0Q3O6Lx3rqFvU+x6UrRKQY7tyrZecmD9FODy8uLizTmilwNj0kraNcAJhOp5aGVwsAGD5VmJBrWWbJSgWT9zrzWepQF47RaGSiKfeGx6Szi3gzmX/HHbihwBser4B9UJYpFBNX4R6vTn3VQnez0SymnrHQMsRYGTr1dSk34ljRqS/EMd2pLQ8YBp3a1PLfcqCpo8gtHkZFHKkTX6fs3MY0blKnth66rKCnU0VRGu37ONrQaA4eZDFtWAu2fXj9zjFkxTBOo8F7t926gTp/83Kyzzcy2kZD6xiqxTYnHLRFm3vHiRSwNSjkz3hoIzo8lCKWUlg/YtGs7tObunDAZfpDLbfEI15zsEIY3U/x/gHHc/G1zltnAgAAAABJRU5ErkJggg==');

}

.modal a.close-modal:hover {
  opacity: 1;
}

.modal-spinner {
  display: none;
  position: fixed;
  top: 50%;
  left: 50%;
  transform: translateY(-50%) translateX(-50%);
  padding: 12px 16px;
  border-radius: 5px;
  background-color: #111;
  height: 20px;
}

.modal-spinner > div {
  border-radius: 100px;
  background-color: #fff;
  height: 20px;
  width: 2px;
  margin: 0 1px;
  display: inline-block;
  animation: sk-stretchdelay 1.2s infinite ease-in-out;
}

.modal-spinner .rect2 {
  animation-delay: -1.1s;
}

.modal-spinner .rect3 {
  animation-delay: -1.0s;
}

.modal-spinner .rect4 {
  animation-delay: -0.9s;
}

@keyframes sk-stretchdelay {
  0%, 40%, 100% {
    transform: scaleY(0.5);
    -webkit-transform: scaleY(0.5);
  }  20% {
    transform: scaleY(1.0);
    -webkit-transform: scaleY(1.0);
  }
}

/* ==========================================================================
   $BASE-PICKER
   ========================================================================== */

/**
 * Note: the root picker element should *NOT* be styled more than what’s here.
 */

.picker {
  position: absolute;
  width: 400px;
  font-size: 16px;
  text-align: left;
  line-height: 1.2;
  color: #000000;
  position: absolute;
  z-index: 10000;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
}

@media (max-width: 767px) {

.picker {
    width: 100%
}
  }

/**
 * The picker input element.
 */

.picker__input {
  cursor: default;
}

/**
 * When the picker is opened, the input element is “activated”.
 */

.picker__input.picker__input--active {
  border-color: #0089ec;
}

/**
 * The holder is the only “scrollable” top-level container element.
 */

.picker__holder {
  width: 100%;
  overflow-y: auto;
  -webkit-overflow-scrolling: touch;
}

/*!
 * Classic picker styling for pickadate.js
 * Demo: http://amsul.github.io/pickadate.js
 */

/**
 * Note: the root picker element should *NOT* be styled more than what’s here.
 */

.picker {
  /* width: 100%; */
}

/**
 * The holder is the base of the picker.
 */

.picker__holder {
  position: absolute;
  background: #ffffff;
  border: 1px solid #aaaaaa;
  border-top-width: 0;
  border-bottom-width: 0;
  border-radius: 0 0 5px 5px;
  box-sizing: border-box;
  min-width: 176px;
  max-width: 466px;
  max-height: 0;
  /* -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  filter: alpha(opacity=0); */
  -moz-opacity: 0;
  opacity: 0;
  transform: translateY(-1em) perspective(600px) rotateX(10deg);
  transition: transform 0.15s ease-out, opacity 0.15s ease-out, max-height 0s 0.15s, border-width 0s 0.15s;
}

/**
 * The frame and wrap work together to ensure that
 * clicks within the picker don’t reach the holder.
 */

.picker__frame {
  padding: 1px;
}

.picker__wrap {
  margin: -1px;
}

/**
 * When the picker opens...
 */

.picker--opened .picker__holder {
  max-height: 25em;
  /* -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
  filter: alpha(opacity=100); */
  -moz-opacity: 1;
  opacity: 1;
  border-top-width: 1px;
  border-bottom-width: 1px;
  transform: translateY(0) perspective(600px) rotateX(0);
  transition: transform 0.15s ease-out, opacity 0.15s ease-out, max-height 0s, border-width 0s;
  box-shadow: 0 6px 18px 1px rgba(0, 0, 0, 0.12);
  outline: none;
}

/* ==========================================================================
   $BASE-DATE-PICKER
   ========================================================================== */

/**
 * The picker box.
 */

.picker__box {
  padding: 0 1em;
}

/**
 * The header containing the month and year stuff.
 */

.picker__header {
  text-align: center;
  position: relative;
  margin-top: .75em;
}

/**
 * The month and year labels.
 */

.picker__month,
.picker__year {
  font-weight: 500;
  display: inline-block;
  margin-left: .25em;
  margin-right: .25em;
}

.picker__year {
  color: #999999;
  font-size: .8em;
  font-style: italic;
}

/**
 * The month and year selectors.
 */

.picker__select--month,
.picker__select--year {
  border: 1px solid #b7b7b7;
  height: 2em;
  padding: 0 .5em;
  margin-left: .25em;
  margin-right: .25em;
}

@media (min-width: 24.5em) {
  .picker__select--month,
  .picker__select--year {
    margin-top: -0.5em;
  }
}

.picker__select--month {
  width: 35%;
}

.picker__select--year {
  width: 22.5%;
}

.picker__select--month:focus,
.picker__select--year:focus {
  border-color: #0089ec;
}

/**
 * The month navigation buttons.
 */

.picker__nav--prev,
.picker__nav--next {
  position: absolute;
  padding: .5em 1.25em;
  width: 1em;
  height: 1em;
  box-sizing: content-box;
  top: -0.25em;
}

@media (min-width: 24.5em) {
  .picker__nav--prev,
  .picker__nav--next {
    top: -0.33em;
  }
}

.picker__nav--prev {
  left: -1em;
  padding-right: 1.25em;
}

@media (min-width: 24.5em) {
  .picker__nav--prev {
    padding-right: 1.5em;
  }
}

.picker__nav--next {
  right: -1em;
  padding-left: 1.25em;
}

@media (min-width: 24.5em) {
  .picker__nav--next {
    padding-left: 1.5em;
  }
}

.picker__nav--prev:before,
.picker__nav--next:before {
  content: " ";
  border-top: .5em solid transparent;
  border-bottom: .5em solid transparent;
  border-right: 0.75em solid #000000;
  width: 0;
  height: 0;
  display: block;
  margin: 0 auto;
}

.picker__nav--next:before {
  border-right: 0;
  border-left: 0.75em solid #000000;
}

.picker__nav--prev:hover,
.picker__nav--next:hover {
  cursor: pointer;
  color: #000000;
  background: #b1dcfb;
}

.picker__nav--disabled,
.picker__nav--disabled:hover,
.picker__nav--disabled:before,
.picker__nav--disabled:before:hover {
  cursor: default;
  background: none;
  border-right-color: #f5f5f5;
  border-left-color: #f5f5f5;
}

/**
 * The calendar table of dates
 */

.picker__table {
  text-align: center;
  border-collapse: collapse;
  border-spacing: 0;
  table-layout: fixed;
  font-size: inherit;
  width: 100%;
  margin-top: .75em;
  margin-bottom: .5em;
}

@media (min-height: 33.875em) {
  .picker__table {
    margin-bottom: .75em;
  }
}

.picker__table td {
  margin: 0;
  padding: 0;
}

/**
 * The weekday labels
 */

.picker__weekday {
  width: 14.285714286%;
  font-size: .75em;
  padding-bottom: .25em;
  color: #999999;
  font-weight: 500;
  /* Increase the spacing a tad */
}

@media (min-height: 33.875em) {
  .picker__weekday {
    padding-bottom: .5em;
  }
}

/**
 * The days on the calendar
 */

.picker__day {
  padding: .3125em 0;
  font-weight: 200;
  border: 1px solid transparent;
}

.picker__day--today {
  position: relative;
}

.picker__day--today:before {
  content: " ";
  position: absolute;
  top: 2px;
  right: 2px;
  width: 0;
  height: 0;
  border-top: 0.5em solid #0059bc;
  border-left: .5em solid transparent;
}

.picker__day--disabled:before {
  border-top-color: #aaaaaa;
}

.picker__day--outfocus {
  color: #dddddd;
}

.picker__day--infocus:hover,
.picker__day--outfocus:hover {
  cursor: pointer;
  color: #000000;
  background: #b1dcfb;
}

.picker__day--highlighted {
  border-color: #0089ec;
}

.picker__day--highlighted:hover,
.picker--focused .picker__day--highlighted {
  cursor: pointer;
  color: #000000;
  background: #b1dcfb;
}

.picker__day--selected,
.picker__day--selected:hover,
.picker--focused .picker__day--selected {
  background: #0089ec;
  color: #ffffff;
}

.picker__day--disabled,
.picker__day--disabled:hover,
.picker--focused .picker__day--disabled {
  background: #f5f5f5;
  border-color: #f5f5f5;
  color: #dddddd;
  cursor: default;
}

.picker__day--highlighted.picker__day--disabled,
.picker__day--highlighted.picker__day--disabled:hover {
  background: #bbbbbb;
}

/**
 * The footer containing the "today", "clear", and "close" buttons.
 */

.picker__footer {
  text-align: center;
}

.picker__button--today,
.picker__button--clear,
.picker__button--close {
  border: 1px solid #ffffff;
  background: #ffffff;
  font-size: .8em;
  padding: .66em 0;
  font-weight: 700;
  width: 33%;
  display: inline-block;
  vertical-align: bottom;
}

.picker__button--today:hover,
.picker__button--clear:hover,
.picker__button--close:hover {
  cursor: pointer;
  color: #000000;
  background: #b1dcfb;
  border-bottom-color: #b1dcfb;
}

.picker__button--today:focus,
.picker__button--clear:focus,
.picker__button--close:focus {
  background: #b1dcfb;
  border-color: #0089ec;
  outline: none;
}

.picker__button--today:before,
.picker__button--clear:before,
.picker__button--close:before {
  position: relative;
  display: inline-block;
  height: 0;
}

.picker__button--today:before,
.picker__button--clear:before {
  content: " ";
  margin-right: .45em;
}

.picker__button--today:before {
  top: -0.05em;
  width: 0;
  border-top: 0.66em solid #0059bc;
  border-left: .66em solid transparent;
}

.picker__button--clear:before {
  top: -0.25em;
  width: .66em;
  border-top: 3px solid #ee2200;
}

.picker__button--close:before {
  content: "\D7";
  top: -0.1em;
  vertical-align: top;
  font-size: 1.1em;
  margin-right: .35em;
  color: #777777;
}

.picker__button--today[disabled],
.picker__button--today[disabled]:hover {
  background: #f5f5f5;
  border-color: #f5f5f5;
  color: #dddddd;
  cursor: default;
}

.picker__button--today[disabled]:before {
  border-top-color: #aaaaaa;
}

/* ==========================================================================
   $CLASSIC-DATE-PICKER
   ========================================================================== */

.button-base {
  display: inline-block;
  padding: 12px 30px;
  line-height: 1;
  text-align: center;
  text-decoration: none;
  cursor: pointer;
  background-color: transparent;
  border: none;
  outline: none;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
}

.button-base.-register {
    display: flex;
    align-items: center;
    height: 46px;
    font-family: Georgia, '游明朝体', 'YuMincho', '游明朝', 'Yu Mincho', 'ヒラギノ明朝 ProN W3', 'Hiragino Mincho ProN W3', HiraMinProN-W3, 'ヒラギノ明朝 ProN', 'Hiragino Mincho ProN', 'ヒラギノ明朝 Pro', 'Hiragino Mincho Pro', 'HGS明朝E', 'ＭＳ Ｐ明朝', 'MS PMincho', serif;
    font-family: var(--font-family-mincho);
    font-size: 18px;
    font-weight: 700;
    color: #fff;
    color: var(--palette-white);
    background: rgba(242, 189, 151, 1);
    background: linear-gradient(to bottom, rgba(242, 189, 151, 1) 0%, rgba(242, 189, 151, 1) 2%, rgba(230, 127, 101, 1) 4%, rgba(227, 102, 100, 1) 100%);
    border: 1px solid #e36765;
    border: 1px solid var(--palette-sunglo);
    border-radius: 3px;
    box-shadow: 0 1px 20px rgba(0, 0, 0, 0.4);
    box-shadow: 0 1px 20px var(--palette-black-a40);
  }

.button-base.-register:hover {
    background: rgba(245, 203, 113, 1);
    background: linear-gradient(to bottom, rgba(245, 203, 113, 1) 0%, rgba(237, 157, 77, 1) 3%, rgba(237, 120, 81, 1) 100%);
    border-color: #e38c65;
    opacity: 1;
  }

.button-base.-basic {
    display: flex;
    align-items: center;
    justify-content: center;
    min-width: 200px;
    padding-left: 40px;
    font-size: 18px;
    color: #fff;
    color: var(--palette-white);
    background-color: #e36765;
    background-color: var(--palette-sunglo);
    border-radius: 4px;
    box-shadow: 0 0 26px -6px #616161;
    box-shadow: 0 0 26px -6px var(--palette-storm-dust);
  }

.button-base.-basic::after {
    display: inline-block;
    width: 17px;
    height: 9px;
    margin-right: -10px;
    margin-left: 10px;
    content: '';
    background-image: url(../assets/images/_style_sprites@2x.png);
    background-position: -65px -50px;
    background-size: 115.5px 80px;
  }

.button-base.-normal {
    font-size: 14px;
    color: #2d2d2d;
    color: var(--color-text);
    background-color: #f0e7c9;
    background-color: var(--palette-wheatfield);
    border-radius: 4px;
    box-shadow: 0 1px 8px -3px #616161;
    box-shadow: var(--box-shadow-thin);
  }

.button-base.-download {
    display: flex;
    align-items: center;
    justify-content: center;
    min-width: 300px;
    padding: 8px 30px 8px 40px;
    font-size: 18px;
    color: #fff;
    color: var(--palette-white);
    background-color: #e36765;
    background-color: var(--palette-sunglo);
    border-radius: 4px;
    box-shadow: 0 0 26px -6px #616161;
    box-shadow: 0 0 26px -6px var(--palette-storm-dust);
  }

.button-base.-download.-period {
    background-color: #a9cf55;
    background-color: var(--palette-conifer);
  }

.button-base.-download::after {
    display: inline-block;
    width: 30px;
    height: 30px;
    margin-right: -10px;
    margin-left: 10px;
    content: '';
    background-image: url(../assets/images/_style_sprites@2x.png);
    background-position: 0px -50px;
    background-size: 115.5px 80px;
  }

.button-base.-download.-disabled {
    pointer-events: none;
    background-color: #ccc;
    background-color: var(--palette-cloud);
    box-shadow: none;
  }

.button-group {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}

.button-group.-register {
    margin-top: -33px;
    margin-bottom: 10px;
  }

@media (max-width: 767px) {

.button-group.-register {
      margin-bottom: 30px
  }
    }

.button-group.-alignleft {
    justify-content: flex-start;
  }

.button-group > .button {
    margin: 0 10px 14px;
  }

@media (max-width: 767px) {
  .checkbox-base {
    display: inline-block;
  }
}

.checkbox-base > .checkbox[type='checkbox'] {
    display: none;
  }

.checkbox-base > .checkbox[type='checkbox'] + .label {
    position: relative;
    display: block;
    padding: 8px 0 8px 30px;
    cursor: pointer;
  }

.checkbox-base > .checkbox[type='checkbox'] + .label::before {
    position: absolute;
    top: 7px;
    left: 0;
    display: block;
    width: 19px;
    height: 19px;
    content: '';
    border: 1px solid #e6b422;
    border: 1px solid var(--color-selected);
    border-radius: 3px;
  }

.checkbox-base > .checkbox[type='checkbox']:checked + .label::before {
    background-color: #e6b422;
    background-color: var(--color-selected);
  }

.checkbox-base > .checkbox[type='checkbox']:checked + .label::after {
    position: absolute;
    top: 11px;
    left: 4px;
    box-sizing: border-box;
    display: block;
    width: 12px;
    height: 7px;
    content: '';
    border-bottom: 2px solid #fff;
    border-bottom: 2px solid var(--palette-white);
    border-left: 2px solid #fff;
    border-left: 2px solid var(--palette-white);
    transform: rotate(-45deg);
  }

.container-block {
  max-width: 1000px;
  max-width: var(--site-width);
  padding: 10px 20px;
  margin: 0 auto;
}

@media (max-width: 767px) {

.container-block {
    padding: 10px
}
  }

.container-block.-top {
    min-height: 50px;
    margin: -50px auto 50px;
    background-color: #fafaf6;
    background-color: var(--palette-snow-drift);
  }

.container-block.-basic {
    padding: 20px;
    margin-bottom: 20px;
    background-color: #fafaf6;
    background-color: var(--palette-snow-drift);
  }

.container-block.-basic:last-child {
    margin-bottom: 0;
  }

.container-block.-race {
    padding: 20px;
    margin-bottom: 20px;
    background-color: #f0e7c9;
    background-color: var(--palette-wheatfield);
  }

@media (max-width: 767px) {
  .container-block.-race {
    padding: 10px;
  }
}

.container-block.-race:last-child {
    margin-bottom: 0;
  }

.uma-detail .container-block.-race {
    max-width: none;
  }

.date-picker {
  position: relative;
  display: inline-block;
}

@media (max-width: 767px) {

.date-picker {
    display: block
}
  }

.date-picker::after {
    position: absolute;
    top: 0;
    right: 34px;
    display: inline-block;
    width: 2px;
    height: calc(100% - 2px);
    margin: 1px 0;
    content: '';
    background-color: #a9a9a9;
    background-color: var(--palette-silver-chalice);
    border-right: 1px #fff solid;
    border-right: 1px var(--palette-white) solid;
  }

.date-picker::before {
    position: absolute;
    top: 50%;
    right: 13px;
    display: inline-block;
    width: 0;
    height: 0;
    margin-top: -3px;
    content: '';
    border-color: #7e7e7e transparent transparent transparent;
    border-color: var(--palette-gray) transparent transparent transparent;
    border-style: solid;
    border-width: 6px 5px 0 5px;
  }

.date-picker > .datepicker {
    width: 170px;
    padding: 8px 46px 8px 12px;
    font-size: 14px;
    color: #616161;
    color: var(--palette-storm-dust);
    cursor: pointer;
    background: linear-gradient(to bottom, rgba(255, 255, 255, 1) 0%, rgba(233, 233, 233, 1) 1%, rgba(207, 208, 211, 1) 100%);
    background-repeat: no-repeat;
    border: 1px solid #a9a9a9;
    border: 1px solid var(--palette-silver-chalice);
    border-radius: 4px;
    box-shadow: 0 1px 8px -3px #616161;
    box-shadow: var(--box-shadow-thin);
    transition: border-color 0.1s linear;
    -webkit-appearance: none;
       -moz-appearance: none;
            appearance: none;
  }

@media (max-width: 767px) {

.date-picker > .datepicker {
      width: 100%
  }
    }

.date-picker > .form > .datepicker {
    width: 170px;
    padding: 8px 46px 8px 12px;
    font-size: 14px;
    color: #616161;
    color: var(--palette-storm-dust);
    cursor: pointer;
    background: linear-gradient(to bottom, rgba(255, 255, 255, 1) 0%, rgba(233, 233, 233, 1) 1%, rgba(207, 208, 211, 1) 100%);
    background-repeat: no-repeat;
    border: 1px solid #a9a9a9;
    border: 1px solid var(--palette-silver-chalice);
    border-radius: 4px;
    box-shadow: 0 1px 8px -3px #616161;
    box-shadow: var(--box-shadow-thin);
    transition: border-color 0.1s linear;
    -webkit-appearance: none;
       -moz-appearance: none;
            appearance: none;
  }

@media (max-width: 767px) {

.date-picker > .form > .datepicker {
      width: 100%
  }
    }

.grid-block {
  display: flex;
}

@media (max-width: 767px) {

.grid-block {
    display: block
}
  }

.grid-block.-box2 {
    margin: 0 -20px;
  }

@media (max-width: 767px) {

.grid-block.-box2 {
      margin: 0
  }
    }

.grid-block.-box2 > .box {
    width: 50%;
    margin: 0 20px;
  }

@media (max-width: 767px) {

.grid-block.-box2 > .box {
      width: 100%;
      margin: 0
  }
    }

.grid-block.-box2.-small {
    margin: 0;
  }

@media (max-width: 767px) {

.grid-block.-box2.-small {
      margin: 0
  }
    }

.grid-block.-box2.-small > .box {
    width: 50%;
    margin: 0 50px;
  }

@media (max-width: 767px) {

.grid-block.-box2.-small > .box {
      width: 100%;
      margin: 0
  }
    }

.grid-block.-box2.-small > .box:first-child {
    margin-left: 0;
  }

.grid-block.-box2.-small > .box:last-child {
    margin-right: 0;
  }

.heading-base.-type1 {
    font-family: Georgia, '游明朝体', 'YuMincho', '游明朝', 'Yu Mincho', 'ヒラギノ明朝 ProN W3', 'Hiragino Mincho ProN W3', HiraMinProN-W3, 'ヒラギノ明朝 ProN', 'Hiragino Mincho ProN', 'ヒラギノ明朝 Pro', 'Hiragino Mincho Pro', 'HGS明朝E', 'ＭＳ Ｐ明朝', 'MS PMincho', serif;
    font-family: var(--font-family-mincho);
    font-size: 18px;
    text-align: center;
  }

.heading-base.-type2 {
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0;
    font-family: Georgia, '游明朝体', 'YuMincho', '游明朝', 'Yu Mincho', 'ヒラギノ明朝 ProN W3', 'Hiragino Mincho ProN W3', HiraMinProN-W3, 'ヒラギノ明朝 ProN', 'Hiragino Mincho ProN', 'ヒラギノ明朝 Pro', 'Hiragino Mincho Pro', 'HGS明朝E', 'ＭＳ Ｐ明朝', 'MS PMincho', serif;
    font-family: var(--font-family-mincho);
    font-size: 18px;
    text-align: center;
    border-bottom: 6px #616161 solid;
    border-bottom: 6px var(--palette-storm-dust) solid;
  }

.heading-base.-type2::before,
  .heading-base.-type2::after {
    display: inline-block;
    width: 34px;
    height: 40px;
    margin: 0 10px;
    content: '';
    background-image: url(../assets/images/_style_sprites@2x.png);
    background-position: 0px 0px;
    background-size: 115.5px 80px;
  }

.heading-base.-type3 {
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0;
    font-family: Georgia, '游明朝体', 'YuMincho', '游明朝', 'Yu Mincho', 'ヒラギノ明朝 ProN W3', 'Hiragino Mincho ProN W3', HiraMinProN-W3, 'ヒラギノ明朝 ProN', 'Hiragino Mincho ProN', 'ヒラギノ明朝 Pro', 'Hiragino Mincho Pro', 'HGS明朝E', 'ＭＳ Ｐ明朝', 'MS PMincho', serif;
    font-family: var(--font-family-mincho);
    font-size: 18px;
    color: #fff;
    color: var(--palette-white);
    text-align: center;
  }

.heading-base.-type3::before,
  .heading-base.-type3::after {
    display: inline-block;
    width: 30px;
    height: 40px;
    margin: 0 20px;
    content: '';
    background-image: url(../assets/images/_style_sprites@2x.png);
    background-position: -44px 0px;
    background-size: 115.5px 80px;
  }

.heading-base.-type4 {
    margin: 0;
    font-size: 16px;
    line-height: 1.3;
    text-align: center;
  }

.heading-base.-type4 > .inner {
    display: inline-block;
    padding: 0 10px 5px;
    border-bottom: 2px #e36765 solid;
    border-bottom: 2px var(--color-accent) solid;
  }

.heading-base.-type5 {
    display: flex;
    align-items: center;
    padding-bottom: 2px;
    border-bottom: 2px #e6b422 solid;
    border-bottom: 2px var(--color-selected) solid;
  }

.heading-base.-type5::before {
    display: block;
    margin: 0 6px -2px 0;
    width: 32px;
    height: 30px;
    font-size: 16px;
    content: '';
    background-image: url(../assets/images/_style_sprites@2x.png);
    background-position: -83.5px 0px;
    background-size: 115.5px 80px;
  }

.heading-base.-type5 > .inner {
    display: inline-block;
    width: calc(100% - 32px);
  }

.heading-base.-type6 {
    font-size: 14px;
    font-weight: 700;
  }

@media (max-width: 767px) {

.heading-base.-type6 {
      border-bottom: 4px #f0e7c9 solid;
      border-bottom: 4px var(--palette-wheatfield) solid
  }
    }

.help-base {
  display: inline-block;
  line-height: 1;
}

.help-base:hover {
    opacity: 0.8;
  }

.help-base > .icon {
    width: 21px;
    height: 21px;
    border-radius: 21px;
    box-shadow: 0 1px 8px -3px #616161;
    box-shadow: var(--box-shadow-thin);
  }

.menu-button {
  display: none;
}

@media (max-width: 767px) {

.menu-button {
    top: 0;
    right: 0;
    position: absolute;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 60px;
    height: 60px
}
  }

.menu-button > .inner {
    position: relative;
    box-sizing: border-box;
    display: inline-block;
    width: 26px;
    height: 19px;
    transition: all 0.4s;
  }

.menu-button > .inner > .line {
    left: 0;
    position: absolute;
    box-sizing: border-box;
    display: inline-block;
    width: 100%;
    height: 3px;
    background-color: #fff;
    background-color: var(--palette-white);
    transition: all 0.4s;
  }

.menu-button > .inner > .line:nth-of-type(1) {
    top: 0;
  }

.menu-button > .inner > .line:nth-of-type(2) {
    top: 8px;
  }

.menu-button > .inner > .line:nth-of-type(3) {
    bottom: 0;
  }

.menu-button.-closebutton > .inner > .line:nth-of-type(1) {
    transform: translateY(8px) rotate(-45deg);
  }

.menu-button.-closebutton > .inner > .line:nth-of-type(2) {
    opacity: 0;
  }

.menu-button.-closebutton > .inner > .line:nth-of-type(3) {
    transform: translateY(-8px) rotate(45deg);
  }

@media (max-width: 767px) {
  .historyBack-btn {
    position: absolute;
    right: 0;
    margin: 13px 3px;
    padding: 5px 5px 5px 22px;
    background: rgba(45, 45, 45, 0.9);
    background: var(--palette-mine-shaft-a90);
    color: #fff;
    color: var(--palette-white);
    border-radius: 11px;
    font-size: 0.6rem;
  }

  .historyBack-btn::after {
      position: absolute;
      content: '';
      width: 5px;
      height: 5px;
      border-bottom: solid 1px #fff;
      border-left: solid 1px #fff;
      border-bottom: solid 1px var(--palette-white);
      border-left: solid 1px var(--palette-white);
      color: var(--palette-white);
      -webkit-transform: rotate(45deg);
      transform: rotate(45deg);
      top: 50%;
      left: 11px;
      margin-top: -2px;
  }
}

.page-content {
  padding: 100px 0;
}

.uma-detail .page-content {
  width: auto;
  min-width: 1400px;
}

@media (max-width: 767px) {

  .uma-detail .page-content {
    min-width: inherit;
  }
    }

@media (max-width: 767px) {

.page-content {
    padding: 20px 0
}
  }

.page-heading {
  background-color: #44c6ac;
  background-color: var(--color-active);
}

.page-heading.-red {
    background-color: #e36765;
    background-color: var(--color-accent);
  }

.page-heading > .inner {
    display: flex;
    align-items: center;
    max-width: 1000px;
    max-width: var(--site-width);
    height: 50px;
    margin: 0 auto;
  }

.uma-detail .page-heading > .inner {
    margin: 0 80px;
  }

@media (max-width: 767px) {

.uma-detail .page-heading > .inner {
    margin: 0 auto;
  }
    }

.page-heading > .inner::before,
  .page-heading > .inner::after {
    width: 0;
    height: 0;
    content: '';
    border-style: solid;
  }

.page-heading > .inner::before {
    margin-left: -80px;
    border-color: transparent transparent #fafaf6 transparent;
    border-color: transparent transparent var(--palette-snow-drift) transparent;
    border-width: 0 0 50px 80px;
  }

@media (max-width: 767px) {

.page-heading > .inner::before {
      margin-left: 0
  }
    }

.page-heading > .inner::after {
    border-color: #fafaf6 transparent transparent transparent;
    border-color: var(--palette-snow-drift) transparent transparent transparent;
    border-width: 50px 80px 0 0;
  }

.page-heading > .inner > .title {
    display: flex;
    align-items: center;
    height: 100%;
    padding: 0 30px;
    margin: 0;
    font-size: 16px;
    background-color: #fafaf6;
    background-color: var(--palette-snow-drift);
  }

@media (max-width: 767px) {

.page-heading > .inner > .title {
      padding: 0
  }
    }

.radio-base > .radio[type='radio'] {
    display: none;
  }

.radio-base > .radio[type='radio'] + .label {
    position: relative;
    display: block;
    padding: 8px 0 8px 30px;
    cursor: pointer;
  }

.radio-base > .radio[type='radio'] + .label::before {
    position: absolute;
    top: 7px;
    left: 0;
    display: block;
    width: 21px;
    height: 21px;
    content: '';
    border: 1px solid #e6b422;
    border: 1px solid var(--color-selected);
    border-radius: 20px;
  }

.radio-base > .radio[type='radio']:checked + .label::before {
    border-color: #e6b422;
    border-color: var(--color-selected);
  }

.radio-base > .radio[type='radio']:checked + .label::after {
    position: absolute;
    top: 11px;
    left: 4px;
    box-sizing: border-box;
    display: block;
    width: 13px;
    height: 13px;
    content: '';
    background-color: #e6b422;
    background-color: var(--color-selected);
    border-radius: 15px;
  }

.select-base {
  position: relative;
  display: inline-block;
}

@media (max-width: 767px) {
  .select-base {
      display: block;
  }

  .select-base.short {
    display: inline-block;
  }
}

.select-base::after {
    position: absolute;
    top: 0;
    right: 34px;
    display: inline-block;
    width: 2px;
    height: calc(100% - 2px);
    margin: 1px 0;
    content: '';
    background-color: #a9a9a9;
    background-color: var(--palette-silver-chalice);
    border-right: 1px #fff solid;
    border-right: 1px var(--palette-white) solid;
  }

.select-base::before {
    position: absolute;
    top: 50%;
    right: 13px;
    display: inline-block;
    width: 0;
    height: 0;
    margin-top: -3px;
    content: '';
    border-color: #7e7e7e transparent transparent transparent;
    border-color: var(--palette-gray) transparent transparent transparent;
    border-style: solid;
    border-width: 6px 5px 0 5px;
  }

.select-base > .select {
    width: 170px;
    padding: 8px 46px 8px 12px;
    font-size: 14px;
    color: #616161;
    color: var(--palette-storm-dust);
    background: linear-gradient(to bottom, rgba(255, 255, 255, 1) 0%, rgba(233, 233, 233, 1) 1%, rgba(207, 208, 211, 1) 100%);
    background-repeat: no-repeat;
    border: 1px solid #a9a9a9;
    border: 1px solid var(--palette-silver-chalice);
    border-radius: 4px;
    box-shadow: 0 1px 8px -3px #616161;
    box-shadow: var(--box-shadow-thin);
    transition: border-color 0.1s linear;
    -webkit-appearance: none;
       -moz-appearance: none;
            appearance: none;
  }

@media (max-width: 767px) {

.select-base > .select {
      width: 100%
  }
    }

.select-base > .select::-ms-expand {
    display: none;
  }

.select-base > .form > .select {
    width: 170px;
    padding: 8px 46px 8px 12px;
    font-size: 14px;
    color: #616161;
    color: var(--palette-storm-dust);
    background: linear-gradient(to bottom, rgba(255, 255, 255, 1) 0%, rgba(233, 233, 233, 1) 1%, rgba(207, 208, 211, 1) 100%);
    background-repeat: no-repeat;
    border: 1px solid #a9a9a9;
    border: 1px solid var(--palette-silver-chalice);
    border-radius: 4px;
    box-shadow: 0 1px 8px -3px #616161;
    box-shadow: var(--box-shadow-thin);
    transition: border-color 0.1s linear;
    -webkit-appearance: none;
       -moz-appearance: none;
            appearance: none;
  }

@media (max-width: 767px) {

.select-base > .form > .select {
      width: 100%
  }
    }

.select-base > .form > .select::-ms-expand {
    display: none;
  }

.site-logo > .link > .image {
    height: 46px;
  }

@media (max-width: 767px) {

.site-logo > .link > .image {
      height: 36px
  }
    }

.twitter-logo > .link > .image {
  height: 25px
}
@media (max-width: 767px) {
  .twitter-logo {
    margin-right: 55px
  }

  .twitter-logo > .link > .image {
    height: 30px
  }
}

.tab-block > .tab {
    display: flex;
    min-height: 24px;
    margin: 0 2px -18px;
  }

@media (max-width: 767px) {

.tab-block > .tab {
      margin: 0 10px -18px
  }
    }

.tab-block > .tab > .item {
    z-index: 1;
    height: 34px;
    padding: 8px 20px;
    font-size: 14px;
    font-weight: 700;
    line-height: 1.25;
    color: #2d2d2d;
    color: var(--color-text);
    text-align: center;
    cursor: pointer;
    background-color: #fafaf6;
    background-color: var(--palette-snow-drift);
    border: 1px #e6b422 solid;
    border: 1px var(--color-selected) solid;
  }

.tab-block > .tab > .item:not(:last-child) {
    margin-right: 14px;
  }

@media (max-width: 767px) {

.tab-block > .tab > .item:not(:last-child) {
      margin-right: 10px
  }
    }

.tab-block > .tab > .item:hover,
  .tab-block > .tab > .item.-selected {
    color: #fff;
    color: var(--palette-white);
    background-color: #e6b422;
    background-color: var(--color-selected);
    opacity: 1;
    transition: all 0.3s;
  }

.tab-block > .content {
    padding: 10px;
    background-color: #fff;
    background-color: var(--palette-white);
    border: 2px #e6b422 solid;
    border: 2px var(--color-selected) solid;
  }

.tab-block > .content > .contentitem {
    display: none;
  }

.tab-block > .content > .contentitem.-nodata {
    display: block;
    padding: 20px 0;
    margin-top: -20px;
    font-size: 16px;
    color: #a9a9a9;
    color: var(--palette-silver-chalice);
    text-align: center;
  }

.tab-block.-link > .content > .contentitem {
    display: block;
  }

.tab-block > .content > .contentitem.-active {
    display: block;
    animation: show 0.5s linear 0s;
  }

@keyframes show {
  from {
    opacity: 0;
  }

  to {
    opacity: 1;
  }
}

.analogic-menu {
  display: none;
}

.analogic-menu > .list {
    padding: 0;
    margin: 0 30px;
    list-style: none;
  }

.analogic-menu > .list > .item {
    display: inline-block;
    width: calc(100% / 3 - 16px);
    margin: 6px;
    text-align: center;
  }

@media screen and (max-width: 900px) {

.analogic-menu > .list > .item {
      width: calc(100% / 2 - 16px)
  }
    }

.analogic-menu > .list > .item > .button {
    display: block;
    width: 100%;
    padding: 5px;
    font-weight: 700;
    background-color: #fff;
    background-color: var(--palette-white);
    border: 1px solid #e6b422;
    border: 1px solid var(--palette-galliano);
    transition: all 0.3s;
  }

.analogic-menu > .list > .item > .button:hover {
    color: #fff;
    color: var(--palette-white);
    background-color: #e6b422;
    background-color: var(--palette-galliano);
  }

@media (max-width: 767px) {

.analogic-menu > .list > .item > .button:hover {
      color: #2d2d2d;
      color: var(--color-text);
      background-color: #fff;
      background-color: var(--palette-white)
  }
    }

.analysis-navigation > .list {
    padding: 0;
    margin: 10px 0 0;
  }

@media (max-width: 767px) {

.analysis-navigation > .list {
      display: flex;
      flex-wrap: wrap;
      margin: 5px 5px 0
  }
    }

.analysis-navigation > .list > .item {
    display: inline-block;
    margin-bottom: 10px;
  }

@media (max-width: 767px) {

.analysis-navigation > .list > .item {
      display: block;
      margin: 0 2px 2px
  }
    }

@media (max-width: 767px) {

.analysis-navigation > .list > .item:nth-child(odd) {
      width: calc(35% - 4px)
  }
    }

@media (max-width: 767px) {

.analysis-navigation > .list > .item:nth-child(even) {
      width: calc(65% - 4px)
  }
    }

.analysis-navigation > .list > .item > .button {
    position: relative;
    display: block;
    padding: 2px 10px;
    font-size: 12px;
    font-weight: 700;
    color: #2d2d2d;
    color: var(--color-text);
    text-align: center;
    background-color: #fafaf6;
    background-color: var(--palette-snow-drift);
    border: 1px #e6b422 solid;
    border: 1px var(--color-selected) solid;
  }

@media (max-width: 767px) {

.analysis-navigation > .list > .item > .button {
      width: 100%;
      min-width: inherit;
      padding: 2px
  }
    }

.analysis-navigation > .list > .item > .button:hover,
  .analysis-navigation > .list > .item.-selected > .button {
    color: #fff;
    color: var(--palette-white);
    background-color: #e6b422;
    background-color: var(--color-selected);
    opacity: 1;
  }

.analysis-navigation > .list > .item.-selected > .button::after {
    position: absolute;
    bottom: -10px;
    left: 50%;
    display: block;
    margin-left: -5px;
    content: '';
    width: 0;
    height: 0;
    border-color: #e6b422 transparent transparent transparent;
    border-color: var(--color-selected) transparent transparent transparent;
    border-style: solid;
    border-width: 10px 6px 0 6px;
  }

@media (max-width: 767px) {

.analysis-navigation > .list > .item.-selected > .button::after {
      display: none
  }
    }

/* stylelint-disable rscss/class-format  */

.analysis-table > thead > tr > th {
    background-color: #f0e7c9;
    background-color: var(--color-table-th-background);
  }

.analysis-table > thead > tr > .post,
  .analysis-table > thead > tr > .no,
  .analysis-table > thead > tr > .kol {
    width: 20px;
  }

.analysis-table > thead > tr > .name {
    padding: 10px;
    text-align: left;
  }

.analysis-table > thead > tr > .analysis {
    vertical-align: middle;
  }

.analysis-table > thead > tr > .rate {
    font-size: 13px;
    font-weight: 300;
    vertical-align: bottom;
    cursor: pointer;
    outline: none;
  }

.analysis-table > thead > tr > th > .tablesorter-header-inner > .inner {
    display: flex;
    justify-content: center;
  }

.analysis-table > thead > tr > th > .tablesorter-header-inner > .inner > .text {
    -webkit-writing-mode: vertical-rl;
        -ms-writing-mode: tb-rl;
            writing-mode: vertical-rl;
  }

.analysis-table > thead > tr > .post > .tablesorter-header-inner > .inner > .text,
  .analysis-table > thead > tr > .no > .tablesorter-header-inner > .inner > .text,
  .analysis-table > thead > tr > .kol > .tablesorter-header-inner > .inner > .text {
    width: 20px;
    white-space: nowrap;
  }

.analysis-table > thead > tr > .premiumname {
    width: 20px;
    vertical-align: bottom;
  }

.analysis-table > thead > tr > .premiumname > .tablesorter-header-inner > .inner {
    position: relative;
    bottom: -10px;
    display: flex;
    justify-content: center;
    min-height: 90px;
    padding: 5px 0;
    line-height: 1;
    background-color: #fff;
    background-color: var(--palette-white);
    border: 1px #e6b422 solid;
    border: 1px var(--color-selected) solid;
    box-shadow: 0 0 11px -4px #000;
    box-shadow: 0 0 11px -4px var(--palette-black);
  }

.analysis-table > thead > tr > .premiumname > .tablesorter-header-inner > .inner > .text {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: flex-end;
    padding: 0 5px;
    line-height: 1;
    -webkit-writing-mode: vertical-rl;
        -ms-writing-mode: tb-rl;
            writing-mode: vertical-rl;
  }

.analysis-table > thead > tr > .post,
  .analysis-table > thead > tr > .no,
  .analysis-table > thead > tr > .premium,
  .analysis-table > thead > tr > .kol,
  .analysis-table > thead > tr > .name,
  .analysis-table > thead > tr > .premiumname {
    border: 1px #616161 solid;
    border: 1px var(--color-table-border) solid;
  }

.analysis-table > thead > tr > .premium {
    padding: 3px 0 2px;
    background-color: #ecd386;
    background-color: var(--parette-chalky);
  }

@media (max-width: 767px) {

.analysis-table > thead > tr > .name > .tablesorter-header-inner > .title {
      margin: 10px 0 30px
  }
    }

.analysis-table > thead > tr > .rate,
  .analysis-table > thead > tr > .analysis {
    background-color: #fff;
    background-color: var(--palette-white);
  }

.analysis-table > thead > tr > .rate > .tablesorter-header-inner {
    color: #4e90c7;
    color: var(--palette-steel-blue);
    text-decoration: underline;
  }

.analysis-table > thead > tr > .rate > .tablesorter-header-inner:hover {
    text-decoration: none;
  }

.analysis-table > tbody > tr > td {
    text-align: center;
    border: 1px #616161 solid;
    border: 1px var(--color-table-border) solid;
  }

.analysis-table > tbody > tr > .post.-no1 {
    background-color: #fff;
    background-color: var(--color-post-no1);
  }

.analysis-table > tbody > tr > .post.-no2 {
    color: #fff;
    color: var(--palette-white);
    background-color: #000;
    background-color: var(--color-post-no2);
  }

.analysis-table > tbody > tr > .post.-no3 {
    color: #fff;
    color: var(--palette-white);
    background-color: #cc1325;
    background-color: var(--color-post-no3);
  }

.analysis-table > tbody > tr > .post.-no4 {
    color: #fff;
    color: var(--palette-white);
    background-color: #1e00a1;
    background-color: var(--color-post-no4);
  }

.analysis-table > tbody > tr > .post.-no5 {
    background-color: #ffff56;
    background-color: var(--color-post-no5);
  }

.analysis-table > tbody > tr > .post.-no6 {
    color: #fff;
    color: var(--palette-white);
    background-color: #007d56;
    background-color: var(--color-post-no6);
  }

.analysis-table > tbody > tr > .post.-no7 {
    color: #fff;
    color: var(--palette-white);
    background-color: #fb7636;
    background-color: var(--color-post-no7);
  }

.analysis-table > tbody > tr > .post.-no8 {
    color: #fff;
    color: var(--palette-white);
    background-color: #fb76c7;
    background-color: var(--color-post-no8);
  }

.analysis-table > tbody > tr > .name {
    min-width: 310px;
    padding: 14px 10px;
    text-align: left;
    border-right: 1px #616161 dashed;
    border-right: 1px var(--color-table-border) dashed;
  }

@media (max-width: 767px) {

.analysis-table > tbody > tr > .name {
      min-width: inherit
  }
    }

.analysis-table > tbody > tr > .rate {
    padding: 14px 10px;
    font-size: 16px;
    font-weight: 700;
    white-space: nowrap;
    border-right: 1px #616161 dashed;
    border-right: 1px var(--color-table-border) dashed;
    border-left: 1px #616161 dashed;
    border-left: 1px var(--color-table-border) dashed;
  }

.banner-block.-premiumnavigation {
    margin-bottom: 10px;
  }

.banner-block > .list {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
    padding: 0;
    margin: 20px 0;
  }

.banner-block.-premiumnavigation > .list {
    margin-bottom: 10px;
  }

.banner-block > .list > .item {
    margin: 0 10px 20px;
    list-style: none;
    background-color: #fff;
    background-color: var(--palette-white);
  }

.banner-block.-premiumnavigation > .list > .item {
    box-shadow: 0 0 26px -6px #616161;
    box-shadow: var(--box-shadow-wide);
  }

.chart-block {
  position: relative;
}

.chart-block > .title {
    position: absolute;
    top: calc(-0.5em - 8px);
    left: -50px;
    display: inline-block;
    min-width: 100px;
    padding: 4px 10px;
    margin: 0;
    font-size: 14px;
    font-weight: 700;
    text-align: center;
    background-color: #f0e7c9;
    background-color: var(--palette-wheatfield);
    border: 1px #616161 solid;
    border: 1px var(--palette-storm-dust) solid;
  }

@media (max-width: 767px) {

.chart-block > .title {
      position: relative;
      top: auto;
      left: auto
  }
    }

.chart-block > .wrap {
    width: 370px;
    height: 390px;
    padding: 0 14px;
    background-color: #fafaf6;
    background-color: var(--palette-snow-drift);
    border: 1px #616161 solid;
    border: 1px var(--color-chart-border) solid;
  }

@media (max-width: 767px) {

.chart-block > .wrap {
      width: 100%;
      min-height: auto;
      margin-top: -1px
  }
    }

.chart-block > .wrap > .chart {
    height: 100%;
  }

.data-download {
  text-align: center;
  /* stylelint-enable */
}

.data-download > .headingbase {
    margin-bottom: 20px;
  }

.data-download > .message {
    max-width: 600px;
    padding: 15px 20px;
    margin: 0 auto 30px;
    text-align: left;
    border: 5px #f0e7c9 solid;
    border: 5px var(--palette-wheatfield) solid;
  }

.data-download > .message > p {
    margin-top: 0;
  }

.data-download > .message > p:last-child {
    margin-bottom: 0;
  }

.data-download > .gridblock.-box2 {
    justify-content: center;
  }

.data-download > .gridblock.-box2 > .box {
    width: auto;
    text-align: left;
  }

@media (max-width: 767px) {

.data-download > .gridblock.-box2 > .box {
      margin-bottom: 10px
  }
    }

.data-download > .gridblock > .box > .wrap {
    margin-bottom: 20px;
  }

/* stylelint-disable */

@media (max-width: 767px) {

.data-download > .gridblock > .box > .button,
  .data-download > .gridblock > .box > .wrap > .button {
      width: 100%
  }
    }

/* stylelint-enable */

.data-download > .gridblock > .box:first-child > .button {
    position: relative;
    top: calc(1em + 10px);
  }

@media (max-width: 767px) {

.data-download > .gridblock > .box:first-child > .button {
      top: auto;
      margin-bottom: 20px
  }
    }

/* stylelint-disable */

.data-download > .gridblock > .box > .wrap > .title {
    margin-bottom: 10px;
  }

.data-format {
  text-align: center;
  /* stylelint-enable */
}

.data-format > .headingbase {
    margin-bottom: 20px;
  }

.data-format > .message {
    max-width: 600px;
    padding: 15px 20px;
    margin: 0 auto 30px;
    text-align: left;
    border: 5px #f0e7c9 solid;
    border: 5px var(--palette-wheatfield) solid;
  }

.data-format > .message > p {
    margin-top: 0;
  }

.data-format > .message > p:last-child {
    margin-bottom: 0;
  }

.data-format > .dataformatselect {
    display: inline-block;
    margin: 0 auto;
    text-align: center;
  }

@media (max-width: 767px) {

.data-format > .dataformatselect {
      display: block
  }
    }

/* stylelint-disable */

.data-format > .dataformatselect > .form > .fieldset > .selectbase {
    margin-bottom: 18px;
  }

.data-header > .datatitle {
    margin-bottom: 20px;
  }

.data-header > .profilewrap {
    display: flex;
  }

@media (max-width: 767px) {

.data-header > .profilewrap {
      display: block
  }
    }

.data-header > .profilewrap > .dataprofile.-uma:first-child {
    margin-right: 20px;
  }

@media (max-width: 767px) {

.data-header > .profilewrap > .dataprofile.-uma:first-child {
    margin-right: 0;
  }
    }

.data-header > .profilewrap > .dataprofile.-uma:last-child {
    margin-left: 20px;
  }

@media (max-width: 767px) {

.data-header > .profilewrap > .dataprofile.-uma:last-child {
    margin-left: 0;
  }
    }

.data-header > .profilewrap > .chartblock {
    margin-top: 15px;
  }

.data-profile {
  margin: 0;
}

.data-profile > .title {
    float: left;
    width: 100px;
    min-height: 30px;
    padding: 4px 8px;
    margin: 0 -1px -1px 0;
    clear: both;
    font-weight: 700;
    text-align: center;
    background-color: #f0e7c9;
    background-color: var(--palette-wheatfield);
    border: 1px #616161 solid;
    border: 1px var(--palette-storm-dust) solid;
  }

@media (max-width: 767px) {

.data-profile > .title {
      width: 30%;
  }
    }

.data-profile > .item {
    float: left;
    width: 160px;
    min-height: 30px;
    padding: 4px 8px;
    margin: 0 0 -1px;
    background-color: #fafaf6;
    background-color: var(--palette-snow-drift);
    border: 1px #616161 solid;
    border: 1px var(--palette-storm-dust) solid;
  }

@media (max-width: 767px) {

.data-profile > .item {
      width: 70%;
  }
    }

.data-profile > .item.-wide {
    width: 360px;
  }

@media (max-width: 767px) {

.data-profile > .item.-wide {
      width: 70%
  }
    }

/* stylelint-disable rscss/class-format  */

.data-table a { /* stylelint-disable-line */
    color: #4e90c7;
    color: var(--color-link);
    text-decoration: underline;
  }

.data-table a:hover {
      text-decoration: none;
      opacity: 1;
    }

@media (max-width: 767px) {

.data-table {
    width: 100%
}
  }

.data-table.-uma {
    width: calc(50% - 20px);
  }

@media (max-width: 767px) {

.data-table.-uma {
      width: 100%
  }
    }

.data-table.-uma:first-child {
    margin-right: 20px;
  }

@media (max-width: 767px) {

.data-table.-uma:first-child {
      margin-right: 0
  }
    }

.data-table.-uma:last-child {
    margin-left: 20px;
  }

@media (max-width: 767px) {

.data-table.-uma:last-child {
      margin-left: 0
  }
    }

.data-table.-pedigree {
    width: 100%;
  }

.data-table.-record {
    width: 580px;
  }

@media (max-width: 767px) {

.data-table.-record {
      width: 100%
  }
    }

.data-table.-umaresult {
    width: 100%;
  }

.data-table > .caption {
    padding: 6px 4px 4px;
    margin-bottom: -1px;
    font-size: 13px;
    font-weight: 700;
    background-color: #f0e7c9;
    background-color: var(--color-table-th-background);
    border: 1px #616161 solid;
    border: 1px var(--color-table-border) solid;
  }

.data-table > thead > tr > th,
  .data-table > tbody > tr > th,
  .data-table > tbody > tr > td {
    padding: 6px 4px 4px;
    font-size: 13px;
    text-align: center;
    white-space: nowrap;
    border: 1px #616161 solid;
    border: 1px var(--color-table-border) solid;
  }

.data-table > thead > tr > th {
    background-color: #f0e7c9;
    background-color: var(--color-table-th-background);
  }

.data-table > tbody > tr > th {
    width: 94px;
    font-weight: 300;
    background-color: #fafaf6;
    background-color: var(--palette-snow-drift);
  }

.data-table > tbody > tr > .total {
    border-top: 2px #616161 solid;
    border-top: 2px var(--color-table-border) solid;
  }

@media (max-width: 767px) {

.data-table.-umaresult > thead > tr > th,
  .data-table.-umaresult > tbody > tr > td {
      font-size: 12px;
      text-align: left;
      vertical-align: top
  }
    }

@media (max-width: 767px) {

.data-table.-umaresult > thead > tr > th > .inner,
  .data-table.-umaresult > tbody > tr > td > .inner {
      margin-bottom: 18px
  }
    }

@media (max-width: 767px) {

.data-table.-umaresult > thead > tr > th > .inner:last-child,
  .data-table.-umaresult > tbody > tr > td > .inner:last-child {
      margin-bottom: 0
  }
    }

.data-table.-prize > tbody > tr > td {
    min-width: 110px;
  }

.data-title {
  background-color: #f0e7c9;
  background-color: var(--palette-wheatfield);
}

.data-title > .inner {
    display: flex;
    align-items: center;
    max-width: 1000px;
    max-width: var(--site-width);
    margin: 0 auto;
  }

@media (max-width: 767px) {

.data-title > .inner {
      padding: 0 10px
  }
    }

.data-title > .inner > .name {
    padding: 14px 0;
    margin: 0;
    font-size: 24px;
  }

.data-title > .inner > .name.-red {
    color: #e36765;
    color: var(--palette-sunglo);
  }

.data-title > .inner > .name.-blue {
    color: #4e90c7;
    color: var(--palette-steel-blue);
  }

.data-title > .inner > .name > .sup {
    display: block;
    font-size: 16px;
  }

.dataformat-select {
  /* stylelint-enable */
}

.dataformat-select > .form > .fieldset {
    margin-bottom: 30px;
  }

/* stylelint-disable */

.dataformat-select > .form > .fieldset > .title,
  .dataformat-select > .form > .fieldset > .selectwrap > .title {
    margin-bottom: 8px;
    font-weight: 700;
  }

.dataformat-select > .form > .fieldset > .selectwrap {
    display: inline-block;
    margin: 0 10px;
  }

@media (max-width: 767px) {

.dataformat-select > .form > .fieldset > .selectwrap {
      display: block;
      margin: 0 0 20px
  }
    }

.dataformat-select > .form > .fieldset > .selectwrap > .title > .require {
    color: #e36765;
    color: var(--color-accent);
  }

.dataformat-select > .form > .fieldset > .selectwrap > .title > .any {
    color: #4e90c7;
    color: var(--palette-steel-blue);
  }

.dataformat-select > .form > .fieldset > .selectwrap > .selectbase > .select {
    width: 200px;
  }

@media (max-width: 767px) {

.dataformat-select > .form > .fieldset > .selectwrap > .selectbase > .select {
      width: 100%
  }
    }

@media (max-width: 767px) {

.dataformat-select > .form > .fieldset > .wrap {
      margin: 0 -6px
  }
    }

.dataformat-select > .form > .fieldset > .wrap > .radio {
    display: none;
  }

.dataformat-select > .form > .fieldset > .wrap > .label {
    display: inline-block;
    min-width: 180px;
    padding: 8px 10px;
    margin: 0 6px;
    cursor: pointer;
    border: 1px #e6b422 solid;
    border: 1px var(--color-selected) solid;
  }

@media (max-width: 767px) {

.dataformat-select > .form > .fieldset > .wrap > .label {
      min-width: calc(50% - 15px)
  }
    }

.dataformat-select > .form > .fieldset > .wrap > .radio:checked + .label {
    color: #fff;
    color: var(--palette-white);
    background-color: #e6b422;
    background-color: var(--color-selected);
  }

.footer-block {
  overflow: hidden;
  background-color: #fafaf6;
  background-color: var(--palette-snow-drift);
}

.footer-block > .inner {
    width: 100%;
    max-width: 1000px;
    max-width: var(--site-width);
    padding: 20px 0;
    margin: 0 auto;
    text-align: center;
  }

@media (max-width: 767px) {

.footer-block > .inner {
      padding: 20px
  }
    }

.footer-block > .inner > .footernavigation {
    margin-bottom: 40px;
  }

.footer-block > .inner > .copyright {
    margin-bottom: 10px;
    font-size: 12px;
  }

.footer-navigation {
  text-align: center;
}

.footer-navigation > .list {
    padding: 0;
    margin: 0;
    list-style: none;
  }

.footer-navigation > .list > .item {
    display: inline-block;
    margin: 0 10px 8px;
    font-size: 12px;
    white-space: nowrap;
  }

@media (max-width: 767px) {

.footer-navigation > .list > .item {
      display: block;
      margin: 0 0 10px;
      font-size: 14px
  }
    }

.footer-navigation > .list > .item > .link {
    display: block;
    color: #616161;
    color: var(--palette-storm-dust);
  }

@media (max-width: 767px) {

.footer-navigation > .list > .item > .link {
      padding: 10px 0
  }
    }

.global-navigation > .list {
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-end;
    padding: 0;
    margin: 6px 0 0;
    list-style: none;
    font-size: 0.9em;
    text-align: center;
}

@media (max-width: 767px) {

.global-navigation > .list {
      justify-content: center;
      width: 350px;
      margin: 0 auto 10px
  }
    }

.global-navigation > .list > .item {
    margin-bottom: 8px;
    white-space: nowrap;
    width: 11%;
    display: table;
    border-left: 1px solid #616161;
    border-left: 1px solid var(--palette-storm-dust);
  }

@media (max-width: 767px) {

.global-navigation > .list > .item {
      margin: 4px;
      white-space: normal;
      display: initial;
      width: initial;
  }
    }

.global-navigation > .list > .item:first-child {
    border-left: 0px;
  }

@media (max-width: 767px) {

.global-navigation > .list > .item:not(:first-child) {
      margin-left: 4px
  }
    }

.global-navigation > .list > .item > .link {
    color: #f0e7c9;
    color: var(--palette-wheatfield);
    display: table-cell;
    vertical-align: middle;
    height: 36px;
  }

@media (max-width: 767px) {

.global-navigation > .list > .item > .link {
      display: flex;
      align-items: center;
      justify-content: center;
      width: 80px;
      height: 80px;
      font-weight: 700;
      text-align: center;
      border: 2px #f0e7c9 solid;
      border: 2px var(--palette-wheatfield) solid
  }
    }

.global-navigation > .list > .item > .link.-active {
    color: #44c6ac;
    color: var(--color-active);
  }

@media (max-width: 767px) {

.global-navigation > .list > .item > .link.-active {
      color: #f0e7c9;
      color: var(--palette-wheatfield)
  }
    }

.header-block {
  overflow: hidden;
  background-color: #2d2d2d;
  background-color: var(--palette-mine-shaft);
}

.header-block > .inner {
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 100%;
    max-width: 1000px;
    max-width: var(--site-width);
    height: 80px;
    padding: 0 10px;
    margin: 0 auto;
  }

@media (max-width: 767px) {

.header-block > .inner {
      height: 60px
  }
    }

.uma-detail .header-block > .inner {
    margin: 0 10px;
  }

@media (max-width: 767px) {

.uma-detail .header-block > .inner {
    margin: 0 auto;
  }
    }

.header-block > .inner > .sitelogo {
    margin: 15px 0;
  }

@media (max-width: 767px) {

.header-block > .inner > .sitelogo {
      margin: 0
  }
    }

.header-block > .inner > .navigationwrap {
  width: 75%;
}

@media (max-width: 767px) {

.header-block > .inner > .navigationwrap {
      top: 60px;
      left: 0;
      position: absolute;
      z-index: 9999;
      display: none;
      flex-wrap: wrap;
      width: 100%;
      padding-top: 20px;
      background: rgba(45, 45, 45, 0.9);
      background: var(--palette-mine-shaft-a90)
  }
    }

@media (max-width: 767px) {

.header-block > .inner > .navigationwrap > .usernavigation {
      order: 2;
      width: 100%
  }
    }

@media (max-width: 767px) {

.header-block > .inner > .navigationwrap > .globalnavigation {
      order: 1;
      width: 100%
  }
    }

.hero-visual {
  text-align: center;
  background: url('../assets/images/background.jpg') no-repeat center center;
  background-size: cover;
}

.hero-visual > .summary {
    display: inline-block;
    padding: 12px 0;
    margin: 45px 0 120px;
    font-family: Georgia, '游明朝体', 'YuMincho', '游明朝', 'Yu Mincho', 'ヒラギノ明朝 ProN W3', 'Hiragino Mincho ProN W3', HiraMinProN-W3, 'ヒラギノ明朝 ProN', 'Hiragino Mincho ProN', 'ヒラギノ明朝 Pro', 'Hiragino Mincho Pro', 'HGS明朝E', 'ＭＳ Ｐ明朝', 'MS PMincho', serif;
    font-family: var(--font-family-mincho);
    font-size: 18px;
    font-weight: 700;
    line-height: 1.44;
    color: #fff;
    color: var(--palette-white);
    border-top: 4px #44c6ac solid;
    border-top: 4px var(--palette-puerto-rico) solid;
    border-bottom: 4px #44c6ac solid;
    border-bottom: 4px var(--palette-puerto-rico) solid;
  }

@media (max-width: 767px) {

.hero-visual > .summary {
      margin: 30px 0 100px
  }
    }

.hero-visual > .summary > .highlight {
    color: #e36765;
    color: var(--color-accent);
  }

.hit-information > .result {
    margin-bottom: 2px;
    font-weight: 700;
    color: #e36765;
    color: var(--color-accent);
  }

.hit-information > .title {
    line-height: 1.44;
  }

.hit-information > .title > .name {
    font-weight: 700;
    color: #e6b422;
    color: var(--palette-galliano);
  }

.hit-result > .heading {
    margin-bottom: 20px;
  }

.hit-result > .list {
    height: 460px;
    padding: 0;
    overflow-y: scroll;
    -webkit-overflow-scrolling: touch;
  }

@media (max-width: 767px) {

.hit-result > .list {
      height: 300px
  }
    }

.hit-result > .list::-webkit-scrollbar {
    width: 4px;
  }

.hit-result > .list::-webkit-scrollbar-track {
    background: #dfdfdf;
    background: var(--palette-alto);
    border-radius: 4px;
  }

.hit-result > .list::-webkit-scrollbar-thumb {
    background: #a9a9a9;
    background: var(--palette-silver-chalice);
    border-radius: 4px;
  }

.hit-result > .list > .item {
    list-style: none;
  }

.hit-result > .list > .item:not(:last-child) {
    margin-bottom: 20px;
  }

.hit-result > .nodata {
    padding: 80px 0 100px;
    font-size: 18px;
    color: #a9a9a9;
    color: var(--palette-silver-chalice);
    text-align: center;
  }

@media (max-width: 767px) {

.hit-result > .nodata {
      padding: 60px 0 100px
  }
    }

.input-field > .wrap {
    display: flex;
    flex-wrap: wrap;
    align-items: flex-start;
  }

@media (max-width: 767px) {

.input-field > .wrap {
      display: block;
      margin-bottom: 20px
  }
    }

.input-field > .wrap > .label,
  .input-field > .wrap > .detail > .input,
  .input-field > .wrap > .detail > .text {
    font-size: 14px;
    font-weight: 700;
  }

.input-field > .wrap > .label {
    width: 35%;
    padding: 5px 10px;
    margin: 5px 8px 5px 0;
    background-color: #f0e7c9;
    background-color: var(--color-form-label-background);
    border: 1px solid #616161;
    border: 1px solid var(--color-form-label-border);
  }

@media (max-width: 767px) {

.input-field > .wrap > .label {
      display: inline-block;
      width: auto;
      margin: 0 0 5px
  }
    }

.input-field > .wrap > .detail {
    width: calc(65% - 8px);
  }

@media (max-width: 767px) {

.input-field > .wrap > .detail {
      width: 100%;
      margin-bottom: 5px
  }
    }

.input-field > .wrap > .detail > .input,
  .input-field > .wrap > .detail > .text {
    width: 100%;
    padding: 5px 20px;
    margin: 5px 0;
    white-space: nowrap;
    background-color: #f1f1f1;
    background-color: var(--color-form-input-background);
    border: 1px solid #dfdfdf;
    border: 1px solid var(--color-form-input-border);
  }

@media (max-width: 767px) {

.input-field > .wrap > .detail > .input,
  .input-field > .wrap > .detail > .text {
      padding: 12px;
      margin: 0;
      white-space: normal
  }
    }

.input-field > .wrap > .detail > .text {
    background-color: transparent;
    border: 1px solid #616161;
    border: 1px solid var(--color-form-text-border);
  }

.input-field > .wrap > .detail > .fieldset {
    display: flex;
  }

/* stylelint-disable */

.input-field > .wrap > .detail > .fieldset > .radiobase {
    margin: 3px 10px;
  }

.input-field > .wrap > .detail > .fieldset > .checkboxbase {
    margin: 3px 10px;
  }

/* stylelint-enable */

.input-field > .wrap > .error {
    width: 100%;
    padding: 0 10px;
    margin-bottom: 5px;
    font-size: 12px;
    color: #cc1325;
    color: var(--palette-monza);
  }

.input-field > .wrap > .note {
    padding: 0 10px;
    margin-bottom: 15px;
    font-size: 13px;
    color: #616161;
    color: var(--palette-storm-dust);
  }

.input-field > .wrap > .note::before {
    color: #e36765;
    color: var(--color-accent);
    content: '*';
  }

.input-field > .buttongroup {
    margin-top: 45px;
  }

.keydata-navigation > .list {
    padding: 0;
    margin-bottom: 0;
  }

@media (max-width: 767px) {

.keydata-navigation > .list {
      display: flex;
      margin: 0 -2px
  }
    }

.keydata-navigation > .list > .item {
    display: inline-block;
    margin-bottom: 10px;
  }

@media (max-width: 767px) {

.keydata-navigation > .list > .item {
      display: block;
      width: 25%;
      margin: 0 2px 10px
  }
    }

.keydata-navigation > .list > .item > .button {
    display: block;
    min-width: 100px;
    padding: 6px 10px;
    font-size: 14px;
    font-weight: 700;
    color: #2d2d2d;
    color: var(--color-text);
    text-align: center;
    background-color: #fafaf6;
    background-color: var(--palette-snow-drift);
    border: 1px #e6b422 solid;
    border: 1px var(--color-selected) solid;
  }

@media (max-width: 767px) {

.keydata-navigation > .list > .item > .button {
      width: 100%;
      min-width: inherit
  }
    }

.keydata-navigation > .list > .item > .button:hover,
  .keydata-navigation > .list > .item.-selected > .button {
    color: #fff;
    color: var(--palette-white);
    background-color: #e6b422;
    background-color: var(--color-selected);
    opacity: 1;
  }

.login-block {
  padding: 25px;
  background-color: #fafaf6;
  background-color: var(--palette-snow-drift);
}

.login-block > .headingbase {
    margin-bottom: 30px;
  }

@media (max-width: 767px) {

.login-block > .headingbase {
      display: none
  }
    }

.login-block > .message {
    padding: 15px 20px;
    margin-bottom: 40px;
    border: 5px #f0e7c9 solid;
    border: 5px var(--palette-wheatfield) solid;
  }

.login-block > .listwrap {
    margin: 0 50px;
  }

@media (max-width: 767px) {

.login-block > .listwrap {
      margin: 0
  }
    }

.login-block > .listwrap > .list {
    padding: 0;
  }

.login-block > .listwrap > .list > .item {
    height: 40px;
    margin-bottom: 12px;
  }

.login-button > .link {
    display: flex;
    align-items: center;
    justify-content: space-between;
    height: 100%;
    padding: 4px 8px;
    color: #2d2d2d;
    color: var(--color-text);
    border: 1px #e6b422 solid;
    border: 1px var(--color-selected) solid;
  }

.login-button.-nologo > .link {
    justify-content: center;
  }

.login-button > .link > .logo > img {
    height: 25px;
  }

.login-button > .link > .text {
    font-size: 14px;
    line-height: 1.2;
    text-align: right;
  }

.login-tab {
  display: none;
}

@media (max-width: 767px) {

.login-tab {
    display: flex
}
  }

.login-tab > .item {
    padding: 8px;
    margin: 0 5px;
    border: 2px #f0e7c9 solid;
    border: 2px var(--palette-wheatfield) solid;
    border-bottom: none;
  }

.login-tab > .item.-selected {
    background-color: #fafaf6;
    background-color: var(--palette-snow-drift);
    border-color: #fafaf6;
    border-color: var(--palette-snow-drift);
  }

.login-tab > .item > .inner {
    display: inline-block;
    padding: 0 10px 2px;
    border-bottom: 2px #e36765 solid;
    border-bottom: 2px var(--color-accent) solid;
  }

.mypage-block > .usernameblock {
    margin-bottom: 50px;
  }

@media (max-width: 767px) {

.mypage-block > .usernameblock {
      margin-top: 80px;
      margin-bottom: 50px
  }
    }

.mypage-block > .containerblock {
    padding: 25px 0;
    margin-bottom: 50px;
    background-color: #fafaf6;
    background-color: var(--palette-snow-drift);
  }

.mypage-block > .containerblock:last-child {
    margin-bottom: 0;
  }

.mypage-block > .containerblock > .headingbase {
    margin-bottom: 25px;
  }

@media (max-width: 767px) {

.mypage-block > .containerblock > .headingbase {
      display: block
  }
    }

.mypage-block > .containerblock > .registerblock {
    padding: 0;
  }

@media (max-width: 767px) {

.mypage-block > .containerblock > .registerblock {
      display: block
  }
    }

@media (max-width: 767px) {

.mypage-block > .containerblock > .registerblock > .headingbase {
      display: block
  }
    }

.mypage-block > .containerblock > .registerblock > .message {
    margin-bottom: 30px;
  }

@media (max-width: 767px) {

.mypage-block > .containerblock > .registerblock > .message {
      margin: 0 10px 25px
  }
    }

.mypage-block > .containerblock > .registerblock > .inputfield {
    max-width: 600px;
    margin: 0 auto 65px;
  }

@media (max-width: 767px) {

.mypage-block > .containerblock > .registerblock > .inputfield {
      max-width: inherit;
      margin: 0 10px 30px
  }
    }

.premium-contents {
  padding-bottom: 1px;
  background-color: #f0e7c9;
  background-color: var(--palette-wheatfield);
}

.premium-contents > .heading {
    display: flex;
    max-width: 460px;
    height: 50px;
    margin: 0 auto 24px;
    font-family: Georgia, '游明朝体', 'YuMincho', '游明朝', 'Yu Mincho', 'ヒラギノ明朝 ProN W3', 'Hiragino Mincho ProN W3', HiraMinProN-W3, 'ヒラギノ明朝 ProN', 'Hiragino Mincho ProN', 'ヒラギノ明朝 Pro', 'Hiragino Mincho Pro', 'HGS明朝E', 'ＭＳ Ｐ明朝', 'MS PMincho', serif;
    font-family: var(--font-family-mincho);
    font-size: 18px;
    color: #fff;
    color: var(--palette-white);
    background: rgba(238, 204, 63, 1);
    background: linear-gradient(to bottom, rgba(238, 204, 63, 1) 0%, rgba(228, 176, 32, 1) 100%);
    border: 1px #e6b422 solid;
    border: 1px var(--palette-galliano) solid;
    transform: translateY(-50%);
  }

.premium-contents > .inner {
    position: relative;
    display: flex;
    width: auto;
    margin: 0 20px 50px;
    background-color: #2d2d2d;
    background-color: var(--color-primary);
    border: 1px solid #000;
    border: 1px solid var(--palette-black);
    border-radius: 3px;
  }

@media (max-width: 767px) {

.premium-contents > .inner {
      flex-direction: column-reverse;
      margin: 0 10px 50px
  }
    }

.premium-contents > .inner::before {
    position: absolute;
    top: 1px;
    left: 1px;
    width: calc(100% - 2px);
    height: 1px;
    content: '';
    background-color: rgba(255, 255, 255, 0.1);
    background-color: var(--palette-white-a10);
  }

.premium-contents > .inner::after {
    position: absolute;
    top: 2px;
    left: 0;
    width: 1px;
    height: calc(100% - 4px);
    content: '';
    background-color: rgba(255, 255, 255, 0.6);
    background-color: var(--palette-white-a60);
  }

.premium-menu {
  width: 25%;
  /* stylelint-enable */
}

@media (max-width: 767px) {

.premium-menu {
    width: 100%
}
  }

.premium-menu > .list {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
    padding: 0;
    margin: 15px 15px 16px;
    list-style: none;
  }

.premium-menu > .list > .item {
    width: calc(100% / 2 - 14px);
    margin: 0 7px 14px;
  }

@media (max-width: 767px) {

.premium-menu > .list > .item {
      width: calc(100% / 6 - 8px);
      margin: 0 4px
  }
    }

.premium-menu > .list > .item.-current {
    opacity: 0.5;
  }

.premium-menu > .list > .item > .button {
    display: block;
    width: 100%;
    transition: all 0.3s;
  }

.premium-menu > .list > .item > .button:hover {
    opacity: 0.5;
  }

@media (max-width: 767px) {

.premium-menu > .list > .item > .button:hover {
      opacity: 1
  }
    }

/* stylelint-disable */

.premium-menu > .list > .item > .button > img {
    width: 100%;
  }

.premium-navigation {
  padding: 56px 0 32px;
  background-color: #f0e7c9;
  background-color: var(--palette-wheatfield);
}

.premium-navigation > .conteiner {
    text-align: center;
    border-top: 3px #e6b422 solid;
    border-top: 3px var(--palette-galliano) solid;
    border-bottom: 3px #e6b422 solid;
    border-bottom: 3px var(--palette-galliano) solid;
  }

.premium-navigation > .conteiner > .heading {
    display: flex;
    max-width: 460px;
    height: 50px;
    margin: -28px auto 24px;
    font-family: Georgia, '游明朝体', 'YuMincho', '游明朝', 'Yu Mincho', 'ヒラギノ明朝 ProN W3', 'Hiragino Mincho ProN W3', HiraMinProN-W3, 'ヒラギノ明朝 ProN', 'Hiragino Mincho ProN', 'ヒラギノ明朝 Pro', 'Hiragino Mincho Pro', 'HGS明朝E', 'ＭＳ Ｐ明朝', 'MS PMincho', serif;
    font-family: var(--font-family-mincho);
    font-size: 18px;
    color: #fff;
    color: var(--palette-white);
    background: rgba(238, 204, 63, 1);
    background: linear-gradient(to bottom, rgba(238, 204, 63, 1) 0%, rgba(228, 176, 32, 1) 100%);
    border: 1px #e6b422 solid;
    border: 1px var(--palette-galliano) solid;
  }

.premium-navigation > .conteiner > .inner {
    max-width: 1000px;
    max-width: var(--site-width);
    margin: 0 auto;
  }

.premium-view {
  width: 85%;
}

@media (max-width: 767px) {

.premium-view {
    width: 100%
}
  }

.premium-view > .inner {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 600px;
    margin: 15px 10px 30px 0;
    background: #4e90c7;
    background: var(--palette-steel-blue);
    border-radius: 3px;
    box-shadow: 0 0 20px inset rgba(0, 0, 0, 0.5);
    box-shadow: 0 0 20px inset var(--palette-black-a50);
  }

@media (max-width: 767px) {

.premium-view > .inner {
      height: 380px;
      margin: 10px 10px 0
  }
    }

.premium-view > .inner > .off {
    display: block;
    width: 100%;
    height: 100%;
  }

.premium-view > .inner > .off > .wrap {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: 100%;
    color: #fff;
    color: var(--palette-white);
    text-align: center;
    background: #616161 linear-gradient(to bottom right, #616161, #2d2d2d);
    background: var(--palette-storm-dust) linear-gradient(to bottom right, var(--palette-storm-dust), var(--palette-mine-shaft));
    background-color: #616161;
    background-color: var(--palette-storm-dust);
    box-shadow: 0 0 30px inset rgba(0, 0, 0, 0.5);
    box-shadow: 0 0 30px inset var(--palette-black-a50);
  }

.premium-view > .inner > .iframewrap {
    display: none;
    width: 100%;
    height: 100%;
    background-color: #fff;
    overflow: auto;
    -webkit-overflow-scrolling: touch;
    overflow-scrolling: touch;
  }

.premium-view > .inner > .iframewrap > .iframe {
    display: none;
    width: 100%;
    height: 100%;
    background-color: #fff;
    background-color: var(--palette-white);
  }

.race-card {
  font-size: 16px;
  font-weight: 700;
  background-color: #fafaf6;
  background-color: var(--palette-snow-drift);
  border: 1px #e6b422 solid;
  border: 1px var(--color-selected) solid;
}

.race-card > .link {
    display: block;
    height: 100%;
    padding: 10px;
    color: #2d2d2d;
    color: var(--color-text);
  }

.race-card > .link:hover {
    color: #fff;
    color: var(--palette-white);
    background-color: #e6b422;
    background-color: var(--color-selected);
    opacity: 1;
  }

@media (max-width: 767px) {

.race-card > .link:hover {
      color: #2d2d2d;
      color: var(--color-text);
      background-color: #fafaf6;
      background-color: var(--palette-snow-drift)
  }
    }

.race-data > .title {
    margin: 10px 0;
  }

@media (max-width: 767px) {

.race-data > .title {
      margin-bottom: 20px
  }
    }

.race-data > .attention {
    margin-bottom: 10px;
    font-size: 12px;
    color: #e36765;
    color: var(--color-accent);
  }

.race-data > .wrap {
    display: flex;
    justify-content: space-between;
    margin-bottom: 30px;
  }

@media (max-width: 767px) {

.race-data > .wrap {
      display: block
  }
    }

@media (max-width: 767px) {

.race-data > .datatable {
      margin-bottom: 14px
  }
    }

.race-detail {
  padding: 10px;
  background-color: #fff;
  background-color: var(--palette-white);
  border: 2px #e6b422 solid;
  border: 2px var(--color-selected) solid;
  border-radius: 4px;
}

@media (max-width: 767px) {

.race-detail > .scrollwrap {
    width: 100%;
    overflow: auto;
    white-space: nowrap;
    -webkit-overflow-scrolling: touch;
  }
    }

.race-detail > .nodata {
    padding: 40px 0;
    font-size: 16px;
    color: #a9a9a9;
    color: var(--palette-silver-chalice);
    text-align: center;
  }

.race-detail > .date {
    font-size: 14px;
  }

.race-detail > .raceoutline {
    margin: 10px 0 50px;
  }

.race-detail > .wrap > .racetable {
    margin: 20px 0;
    white-space: nowrap;
  }

@media (max-width: 767px) {

.race-detail > .wrap > .racetable {
      margin: 30px 0;
      white-space: normal;
  }
    }

.race-detail > .raceresulttable {
    margin: 20px 0 30px;
  }

@media (max-width: 767px) {

.race-detail > .raceresulttable {
      margin: 30px 0
  }
    }

@media (max-width: 767px) {

.race-detail > .tablewrap {
      overflow: auto;
      white-space: nowrap
  }
    }

.race-detail > .tablewrap > .analysistable {
    width: 100%;
  }

@media (max-width: 767px) {

.race-detail > .buttongroup {
      margin-bottom: 40px
  }
    }

.race-detail > .buttongroup > .morebutton {
    display: none;
  }

@media (max-width: 767px) {

.race-detail > .buttongroup > .morebutton {
      display: block
  }
    }

.race-information > .link {
    display: flex;
    align-items: center;
    color: #2d2d2d;
    color: var(--color-text);
  }

.race-information > .link > .area {
    padding: 5px 10px;
    margin-right: 10px;
    font-size: 16px;
    font-weight: 700;
    color: #fff;
    color: var(--palette-white);
    white-space: nowrap;
    background-color: #a9cf55;
    background-color: var(--palette-conifer);
  }

.race-information > .link > .name {
    margin-right: 8px;
    font-size: 16px;
    font-weight: 700;
  }

.race-information > .link > .grade {
    padding: 2px 4px;
    font-size: 12px;
    font-weight: 700;
    color: #fff;
    color: var(--palette-white);
    white-space: nowrap;
    background-color: #616161;
    background-color: var(--palette-storm-dust);
    border-radius: 3px;
  }

.race-information > .link > .grade.-g1 {
    background-color: #4e90c7;
    background-color: var(--color-g1);
  }

.race-information > .link > .grade.-g2 {
    background-color: #e36765;
    background-color: var(--color-g2);
  }

.race-information > .link > .grade.-g3 {
    background-color: #44c6ac;
    background-color: var(--color-g3);
  }

.race-list > .list {
    display: flex;
    flex-wrap: wrap;
    padding: 0;
    margin: 0 -6px;
  }

.race-list > .list > .item {
    position: relative;
    width: calc(100% / 4 - 12px);
    margin: 0 6px 12px;
    list-style: none;
  }

@media (max-width: 767px) {

.race-list > .list > .item {
      width: calc(100% - 12px)
  }
    }

.race-list > .list > .item.-g1 > .link,
  .race-list > .list > .item.-g2 > .link,
  .race-list > .list > .item.-g3 > .link {
    padding-right: 40px;
  }

.race-list > .list > .item.-g1::before,
  .race-list > .list > .item.-g2::before,
  .race-list > .list > .item.-g3::before {
    position: absolute;
    top: -6px;
    right: -7px;
    width: 88px;
    height: 87px;
    content: '';
  }

.race-list > .list > .item.-g1::before {
    background: url('../assets/images/icon_G1_ribbon@2x.png') no-repeat;
    background-size: 88px 87px;
  }

.race-list > .list > .item.-g2::before {
    background: url('../assets/images/icon_G2_ribbon@2x.png') no-repeat;
    background-size: 88px 87px;
  }

.race-list > .list > .item.-g3::before {
    background: url('../assets/images/icon_G3_ribbon@2x.png') no-repeat;
    background-size: 88px 87px;
  }

.race-navigation.-tabset {
    margin: -22px 0 30px;
  }

@media (max-width: 767px) {

.race-navigation.-tabset {
      margin: -22px 8px 30px
  }
    }

.race-navigation > .list {
    display: flex;
    flex-wrap: wrap;
    padding: 0;
    margin: 0;
  }

@media (max-width: 767px) {

.race-navigation > .list {
      margin: 0 -5px
  }
    }

.race-navigation > .list > .item {
    margin-bottom: 10px;
    font-size: 14px;
    font-weight: 700;
    text-align: center;
  }

@media (max-width: 767px) {

.race-navigation > .list > .item {
      width: calc(100% / 6 - 10px);
      margin: 0 5px 10px
  }
    }

.race-navigation > .list > .item:not(:last-child) {
    margin-right: 10px;
  }

@media (max-width: 767px) {

.race-navigation > .list > .item:not(:last-child) {
      margin-right: 5px
  }
    }

.race-navigation > .list > .item > .link {
    display: block;
    min-width: 44px;
    padding: 12px 4px;
    color: #2d2d2d;
    color: var(--color-text);
    background-color: #fafaf6;
    background-color: var(--palette-snow-drift);
    border: 1px #e6b422 solid;
    border: 1px var(--color-selected) solid;
  }

.race-navigation > .list > .item > .link:hover,
  .race-navigation > .list > .item.-selected > .link {
    color: #fff;
    color: var(--palette-white);
    background-color: #e6b422;
    background-color: var(--color-selected);
    opacity: 1;
  }

.race-outline > .title {
    display: flex;
    align-items: center;
    margin-bottom: 5px;
    font-size: 16px;
    font-weight: 700;
  }

.race-outline > .title > .raceno {
    min-width: 40px;
    padding: 10px 4px;
    margin-right: 10px;
    font-size: 14px;
    font-weight: 700;
    color: #fff;
    color: var(--palette-white);
    text-align: center;
    background-color: #44c6ac;
    background-color: var(--color-active);
  }

.race-outline > .wrap {
    display: flex;
  }

.race-outline > .wrap > .forecast {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 40px;
    padding: 0 5px;
    margin-right: 10px;
  }

.race-outline > .wrap > .forecast > .inner {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 100%;
    padding: 14px 6px;
    font-weight: 700;
    color: #44c6ac;
    color: var(--color-active);
    border: 2px #44c6ac solid;
    border: 2px var(--color-active) solid;
  }

.race-outline > .wrap > .description > .content {
    margin-bottom: 10px;
  }

.race-select > .title {
    margin: 0 0 5px;
    font-size: 14px;
    font-weight: 300;
  }

.race-select > .tabblock {
    margin-bottom: 30px;
  }

.race-select > .tabblock > .tab > .item {
    min-width: 140px;
  }

@media (max-width: 767px) {

.race-select > .tabblock > .tab > .item {
      width: calc(100% / 3);
      min-width: inherit
  }
    }

.race-select > .tabblock > .content {
    padding: 50px 10px 30px;
    margin: 0 -10px;
  }

.race-table {
  border: 1px #616161 solid;
  border: 1px var(--color-table-border) solid;
  /* stylelint-enable */
}

.race-table > thead > tr > th,
  .race-table > tbody > tr > td {
    border: 1px #616161 solid;
    border: 1px var(--color-table-border) solid;
    white-space: nowrap;
    width: 10px;
    }

.race-table > thead > tr > th {
    padding: 24px 6px;
    background-color: #f0e7c9;
    background-color: var(--color-table-th-background);
  }

.race-table > thead > tr > .post {
    padding: 4px 2px;
    max-width: 26px;
    text-align: center;
    white-space: normal;
  }

.race-table > thead > tr > .post > .tablesorter-header-inner {
    white-space: inherit;
  }

.race-table > thead > tr > .no {
    padding: 4px 2px;
    max-width: 26px;
    text-align: center;
    white-space: normal;
  }

.race-table > thead > tr > .no > .tablesorter-header-inner {
    white-space: inherit;
  }

.race-table > thead > tr > .name {
    padding: 4px 10px;
    text-align: left;
    border-right: none;
  }

.race-table > thead > tr > .harness {
    text-align: center;
    border-left: none;
  }

.race-table > thead > tr > .age {
    text-align: center;
  }

.race-table > thead > tr > .jockey {
    padding: 4px 10px;
    text-align: left;
  }

.race-table > thead > tr > .weight {
    text-align: center;
  }

.race-table > thead > tr > .trainer {
    text-align: left;
  }

.race-table > tbody > tr {
    background-color: var(--color-table-td-background);
    background-color: var(--color-table-td-background);
  }

.race-table > tbody > tr:nth-child(even) {
    background-color: #f9f9f9;
    background-color: var(--color-table-td-background2);
  }

.race-table > tbody > tr > td {
    padding: 4px 6px;
  }

.race-table > tbody > tr > .post {
    padding: 4px;
    font-size: 18px;
    text-align: center;
  }

.race-table > tbody > tr > .post.-no1 {
    background-color: #fff;
    background-color: var(--color-post-no1);
  }

.race-table > tbody > tr > .post.-no2 {
    color: #fff;
    color: var(--palette-white);
    background-color: #000;
    background-color: var(--color-post-no2);
  }

.race-table > tbody > tr > .post.-no3 {
    color: #fff;
    color: var(--palette-white);
    background-color: #cc1325;
    background-color: var(--color-post-no3);
  }

.race-table > tbody > tr > .post.-no4 {
    color: #fff;
    color: var(--palette-white);
    background-color: #1e00a1;
    background-color: var(--color-post-no4);
  }

.race-table > tbody > tr > .post.-no5 {
    background-color: #ffff56;
    background-color: var(--color-post-no5);
  }

.race-table > tbody > tr > .post.-no6 {
    color: #fff;
    color: var(--palette-white);
    background-color: #007d56;
    background-color: var(--color-post-no6);
  }

.race-table > tbody > tr > .post.-no7 {
    color: #fff;
    color: var(--palette-white);
    background-color: #fb7636;
    background-color: var(--color-post-no7);
  }

.race-table > tbody > tr > .post.-no8 {
    color: #fff;
    color: var(--palette-white);
    background-color: #fb76c7;
    background-color: var(--color-post-no8);
  }

.race-table > tbody > tr > .no {
    padding: 4px 2px;
    text-align: center;
    white-space: nowrap;
  }

.race-table > tbody > tr > .name {
    padding: 4px 10px;
    font-size: 16px;
    border-right: none;
  }

.race-table > tbody > tr > .harness {
    text-align: center;
    border-left: none;
  }

.race-table > tbody > tr > .age {
    text-align: center;
  }

.race-table > tbody > tr > .jockey {
    padding: 4px 10px;
  }

.race-table > tbody > tr > .weight {
    text-align: center;
  }

.race-table > tbody > tr > .trainer {
    min-width: 170px;
  }

/* stylelint-disable */

.race-table.-phone {
    width: 100%;
  }

.race-table.-phone > thead > tr > th {
    padding: 15px 6px;
  }

.race-table.-phone > thead > tr > .wrap {
    padding: 15px;
    font-size: 11px;
    font-weight: 300;
    text-align: left;
  }

.race-table.-phone > thead > tr > .wrap > .name {
    font-size: 14px;
    font-weight: 700;
  }

.race-table.-phone > thead > tr > .wrap > .name > .harness {
    margin-left: 5px;
    font-size: 11px;
    font-weight: 300;
  }

.race-table.-phone > thead > tr > .wrap > .inner {
    margin-left: 10px;
  }

.race-table.-phone > thead > tr > .wrap > .inner > .itemwrap > .jockey,
  .race-table.-phone > thead > tr > .wrap > .inner > .itemwrap > .weight {
    display: inline-block;
    margin-right: 5px;
  }

.race-table.-phone > tbody > tr > .wrap {
    padding: 15px;
  }

.race-table.-phone > tbody > tr > .wrap > .name {
    font-size: 16px;
    font-weight: 700;
  }

.race-table.-phone > tbody > tr > .wrap > .name > .harness {
    font-size: 13px;
    font-weight: 300;
  }

.race-table.-phone > tbody > tr > .wrap > .inner {
    margin-left: 10px;
  }

.race-table.-phone > tbody > tr > .wrap > .inner > .itemwrap > .jockey,
  .race-table.-phone > tbody > tr > .wrap > .inner > .itemwrap > .weight {
    display: inline-block;
    margin-right: 5px;
  }

.raceday-select > .title {
    margin: 0 0 5px;
    font-size: 14px;
    font-weight: 300;
  }

/* stylelint-disable rscss/class-format  */

.racedetail-premium > tbody > tr > .name > .inner {
    position: relative;
    width: 100%;
    padding: 5px;
    margin: 0 10px 6px 0;
    line-height: 1;
    color: #2d2d2d;
    color: var(--color-primary);
    text-align: center;
    background-color: #fff;
    background-color: var(--palette-white);
    border: 1px #e6b422 solid;
    border: 1px var(--color-selected) solid;
    box-shadow: 0 0 11px -4px #000;
    box-shadow: 0 0 11px -4px var(--palette-black);
  }

.racedetail-premium > tbody > tr > .forecast {
    padding: 0 10px;
    color: #44c6ac;
    color: var(--color-active);
  }

.racedetail-profile {
  font-weight: 700;
}

.racedetail-profile > .racedetailpremium {
    margin-bottom: 14px;
  }

.racedetail-profile > .profile {
    display: flex;
    justify-content: space-between;
  }

@media (max-width: 767px) {

.racedetail-profile > .profile {
      display: block
  }
    }

.racedetail-profile > .profile > .spec {
    font-size: 14px;
    text-align: right;
  }

@media (max-width: 767px) {

.racedetail-profile > .profile > .spec {
      margin: 5px 0 10px;
      text-align: left
  }
    }

.racedetail-profile > .profile > .spec > .weight.-red {
    color: #e36765;
    color: var(--color-accent);
  }

.racedetail-profile > .profile > .spec > .popular {
    font-size: 11px;
  }

.racedetail-profile > .profile > .uma {
    font-size: 16px;
  }

.racedetail-profile > .other {
    font-size: 13px;
  }

@media (max-width: 767px) {

.racedetail-profile > .other {
      margin-bottom: 5px
  }
    }

.racedetail-profile > .rating {
    float: right;
    min-width: 40px;
    padding: 2px 10px;
    font-size: 13px;
    color: #fff;
    color: var(--palette-white);
    background-color: #4e90c7;
    background-color: var(--palette-steel-blue);
  }

@media (max-width: 767px) {

.racedetail-profile > .rating {
      display: inline-block;
      float: none
  }
    }

.raceresult-table {
  width: 100%;
  border: 1px #616161 solid;
  border: 1px var(--color-table-border) solid;
  /* stylelint-enable */
}

.raceresult-table > thead > tr > th,
  .raceresult-table > tbody > tr > td {
    border: 1px #616161 solid;
    border: 1px var(--color-table-border) solid;
  }

.raceresult-table > thead > tr > th {
    padding: 24px 4px;
    font-size: 14px;
    background-color: #f0e7c9;
    background-color: var(--color-table-th-background);
  }

.raceresult-table > thead > tr > .order {
    width: 28px;
    text-align: center;
  }

.raceresult-table > thead > tr > .forecast {
    width: 14px;
    padding-right: 2px;
    padding-left: 2px;
    text-align: center;
  }

.raceresult-table > thead > tr > .post {
    width: 14px;
    padding-right: 2px;
    padding-left: 2px;
    text-align: center;
  }

.raceresult-table > thead > tr > .no {
    width: 14px;
    padding-right: 2px;
    padding-left: 2px;
    text-align: center;
  }

.raceresult-table > thead > tr > .name {
    text-align: left;
    border-right: none;
  }

.raceresult-table > thead > tr > .harness {
    text-align: right;
    white-space: nowrap;
    border-left: none;
  }

.raceresult-table > thead > tr > .age {
    text-align: center;
    white-space: nowrap;
  }

.raceresult-table > thead > tr > .burdenweight {
    width: 38px;
    text-align: center;
    white-space: nowrap;
  }

.raceresult-table > thead > tr > .jockey {
    min-width: 80px;
    text-align: left;
    white-space: nowrap;
  }

.raceresult-table > thead > tr > .time {
    text-align: center;
    white-space: nowrap;
  }

.raceresult-table > thead > tr > .difference {
    text-align: center;
    white-space: nowrap;
  }

.raceresult-table > thead > tr > .halfway {
    text-align: left;
    white-space: nowrap;
  }

.raceresult-table > thead > tr > .position {
    text-align: center;
    white-space: nowrap;
  }

.raceresult-table > thead > tr > .firsthalf {
    width: 38px;
    text-align: center;
    white-space: nowrap;
  }

.raceresult-table > thead > tr > .secondhalf {
    width: 38px;
    text-align: center;
    white-space: nowrap;
  }

.raceresult-table > thead > tr > .popular {
    width: 24px;
    text-align: center;
  }

.raceresult-table > thead > tr > .odds {
    text-align: center;
    white-space: nowrap;
  }

.raceresult-table > thead > tr > .weight {
    text-align: center;
    white-space: nowrap;
  }

.raceresult-table > thead > tr > .stable {
    min-width: 80px;
    text-align: left;
    white-space: nowrap;
  }

.raceresult-table > tbody > tr {
    background-color: var(--color-table-td-background);
    background-color: var(--color-table-td-background);
  }

.raceresult-table > tbody > tr:nth-child(even) {
    background-color: #f9f9f9;
    background-color: var(--color-table-td-background2);
  }

.raceresult-table > tbody > tr > td {
    padding: 4px;
    font-size: 13px;
  }

.raceresult-table > tbody > tr > .order {
    width: 28px;
    font-weight: 700;
    text-align: center;
    background-color: #dfdfdf;
    background-color: var(--palette-alto);
  }

.raceresult-table > tbody > tr > .forecast {
    width: 14px;
    text-align: center;
  }

.raceresult-table > tbody > tr > .post {
    padding-right: 2px;
    padding-left: 2px;
    text-align: center;
  }

/* stylelint-disable */

.raceresult-table > tbody > tr > .post > .mark {
    display: inline-block;
    padding: 1px 1px 0 1px;
    width: 100%;
    max-width: 16px;
    line-height: 1;
  }

.raceresult-table > tbody > tr > .post > .mark.-no1 {
    background-color: #fff;
    background-color: var(--color-post-no1);
    border: 1px #2d2d2d solid;
    border: 1px var(--color-primary) solid;
  }

.raceresult-table > tbody > tr > .post > .mark.-no2 {
    color: #fff;
    color: var(--palette-white);
    background-color: #000;
    background-color: var(--color-post-no2);
  }

.raceresult-table > tbody > tr > .post > .mark.-no3 {
    color: #fff;
    color: var(--palette-white);
    background-color: #cc1325;
    background-color: var(--color-post-no3);
  }

.raceresult-table > tbody > tr > .post > .mark.-no4 {
    color: #fff;
    color: var(--palette-white);
    background-color: #1e00a1;
    background-color: var(--color-post-no4);
  }

.raceresult-table > tbody > tr > .post > .mark.-no5 {
    background-color: #ffff56;
    background-color: var(--color-post-no5);
  }

.raceresult-table > tbody > tr > .post > .mark.-no6 {
    color: #fff;
    color: var(--palette-white);
    background-color: #007d56;
    background-color: var(--color-post-no6);
    border: 1px #2d2d2d solid;
    border: 1px var(--color-primary) solid;
  }

.raceresult-table > tbody > tr > .post > .mark.-no7 {
    color: #fff;
    color: var(--palette-white);
    background-color: #fb7636;
    background-color: var(--color-post-no7);
  }

.raceresult-table > tbody > tr > .post > .mark.-no8 {
    color: #fff;
    color: var(--palette-white);
    background-color: #fb76c7;
    background-color: var(--color-post-no8);
  }

/* stylelint-enable */

.raceresult-table > tbody > tr > .no {
    width: 14px;
    text-align: center;
  }

.raceresult-table > tbody > tr > .name {
    text-align: left;
    border-right: none;
  }

.raceresult-table > tbody > tr > .harness {
    text-align: right;
    border-left: none;
  }

.raceresult-table > tbody > tr > .age {
    text-align: center;
    white-space: nowrap;
  }

.raceresult-table > tbody > tr > .burdenweight {
    text-align: center;
    white-space: nowrap;
  }

.raceresult-table > tbody > tr > .jockey {
    text-align: left;
  }

.raceresult-table > tbody > tr > .time {
    text-align: center;
    white-space: nowrap;
  }

.raceresult-table > tbody > tr > .difference {
    text-align: center;
    white-space: nowrap;
  }

.raceresult-table > tbody > tr > .halfway {
    text-align: left;
    white-space: nowrap;
  }

.raceresult-table > tbody > tr > .position {
    text-align: center;
    white-space: nowrap;
  }

.raceresult-table > tbody > tr > .firsthalf {
    text-align: center;
    white-space: nowrap;
  }

.raceresult-table > tbody > tr > .secondhalf {
    text-align: center;
    white-space: nowrap;
  }

.raceresult-table > tbody > tr > .popular {
    text-align: center;
    white-space: nowrap;
  }

.raceresult-table > tbody > tr > .odds {
    text-align: center;
    white-space: nowrap;
  }

.raceresult-table > tbody > tr > .weight {
    text-align: center;
    white-space: nowrap;
  }

.raceresult-table > tbody > tr > .stable {
    text-align: left;
  }

.raceresult-table.-phone > thead > tr > th {
    padding: 10px;
  }

.raceresult-table.-phone > thead > tr > .order,
  .raceresult-table.-phone > thead > tr > .forecast,
  .raceresult-table.-phone > thead > tr > .post,
  .raceresult-table.-phone > thead > tr > .no {
    width: 18px;
    padding: 10px 2px;
  }

.raceresult-table.-phone > thead > tr > .wrap {
    text-align: left;
  }

/* stylelint-disable */

.raceresult-table.-phone > thead > tr > .wrap > .name {
    display: flex;
    justify-content: space-between;
  }

.raceresult-table.-phone > thead > tr > .wrap > .name > .harness {
    font-size: 12px;
  }

.raceresult-table.-phone > thead > tr > .wrap > .popular {
    font-size: 12px;
    text-align: right;
  }

.raceresult-table.-phone > thead > tr > .wrap > .inner {
    font-size: 12px;
  }

.raceresult-table.-phone > tbody > tr > td {
    padding: 10px;
  }

.raceresult-table.-phone > tbody > tr:nth-child(n+6) {
    display: none;
  }

.raceresult-table.-phone > tbody > tr > .order,
  .raceresult-table.-phone > tbody > tr > .forecast,
  .raceresult-table.-phone > tbody > tr > .post,
  .raceresult-table.-phone > tbody > tr > .no {
    width: 18px;
    padding: 10px 2px;
  }

.raceresult-table.-phone > tbody > tr > .post.-no1 {
    color: #2d2d2d;
    color: var(--color-text);
    background-color: #fff;
    background-color: var(--color-post-no1);
  }

.raceresult-table.-phone > tbody > tr > .post.-no2 {
    color: #fff;
    color: var(--palette-white);
    background-color: #000;
    background-color: var(--color-post-no2);
  }

.raceresult-table.-phone > tbody > tr > .post.-no3 {
    color: #fff;
    color: var(--palette-white);
    background-color: #cc1325;
    background-color: var(--color-post-no3);
  }

.raceresult-table.-phone > tbody > tr > .post.-no4 {
    color: #fff;
    color: var(--palette-white);
    background-color: #1e00a1;
    background-color: var(--color-post-no4);
  }

.raceresult-table.-phone > tbody > tr > .post.-no5 {
    background-color: #ffff56;
    background-color: var(--color-post-no5);
  }

.raceresult-table.-phone > tbody > tr > .post.-no6 {
    color: #fff;
    color: var(--palette-white);
    background-color: #007d56;
    background-color: var(--color-post-no6);
    border: 1px #2d2d2d solid;
    border: 1px var(--color-primary) solid;
  }

.raceresult-table.-phone > tbody > tr > .post.-no7 {
    color: #fff;
    color: var(--palette-white);
    background-color: #fb7636;
    background-color: var(--color-post-no7);
  }

.raceresult-table.-phone > tbody > tr > .post.-no8 {
    color: #fff;
    color: var(--palette-white);
    background-color: #fb76c7;
    background-color: var(--color-post-no8);
  }

.raceresult-table.-phone > tbody > tr > .wrap {
    text-align: left;
  }

.raceresult-table.-phone > tbody > tr > .wrap > .name {
    display: flex;
    justify-content: space-between;
    font-size: 15px;
    font-weight: 700;
  }

.raceresult-table.-phone > tbody > tr > .wrap > .name > .harness {
    font-size: 13px;
    font-weight: 300;
  }

.raceresult-table.-phone > tbody > tr > .wrap > .popular {
    font-size: 13px;
    text-align: right;
  }

.raceresult-table.-phone > tbody > tr > .wrap > .inner {
    font-size: 13px;
  }

.refund-block > .heading {
    width: 400px;
    margin-bottom: 20px;
  }

@media (max-width: 767px) {

.refund-block > .heading {
      width: 100%
  }
    }

@media (max-width: 767px) {

.refund-block > .refundtable {
      width: 100%
  }
    }

.refund-block > .wrap {
    display: flex;
    flex-wrap: wrap;
  }

.refund-block > .wrap > .refundtable {
    margin-bottom: 10px;
  }

.refund-block > .wrap > .refundtable:not(:first-child) {
    margin-left: -1px;
  }

.refund-table {
  border: 1px #616161 solid;
  border: 1px var(--color-table-border) solid;
}

.refund-table > tbody > tr > th,
  .refund-table > tbody > tr > td {
    padding: 4px 10px;
    text-align: center;
    white-space: nowrap;
    border: 1px #616161 solid;
    border: 1px var(--color-table-border) solid;
  }

.refund-table > tbody > tr > th {
    font-size: 14px;
    background-color: #f0e7c9;
    background-color: var(--color-table-th-background);
  }

.refund-table > tbody > tr > td {
    font-size: 15px;
  }

.refund-table > tbody > tr > .amount {
    min-width: 140px;
    text-align: right;
    white-space: normal;
  }

.register-block {
  padding: 25px;
  background-color: #fafaf6;
  background-color: var(--palette-snow-drift);
  /* stylelint-enable */
}

.register-block > .headingbase {
    margin-bottom: 30px;
  }

@media (max-width: 767px) {

.register-block > .headingbase {
      display: none
  }
    }

.register-block > .message {
    padding: 15px 20px;
    margin-bottom: 40px;
    border: 5px #f0e7c9 solid;
    border: 5px var(--palette-wheatfield) solid;
  }

.register-block > .message.-small {
    max-width: 400px;
    margin-right: auto;
    margin-left: auto;
  }

@media (max-width: 767px) {

.register-block > .message.-small {
      width: calc(100% - 20px);
      max-width: inherit
  }
    }

.register-block > .heading {
    margin: 0 -25px 30px;
    font-size: 16px;
    text-align: center;
    background-color: #f0e7c9;
    background-color: var(--palette-wheatfield);
  }

.register-block > .listwrap {
    margin: 0 50px 40px;
  }

@media (max-width: 767px) {

.register-block > .listwrap {
      margin: 0 0 40px
  }
    }

.register-block > .listwrap.-wide {
    margin: 0 0 40px;
  }

.register-block > .listwrap > .list {
    padding: 0;
  }

.register-block > .listwrap > .list > .item {
    margin-bottom: 40px;
  }

/* stylelint-disable */

.register-block > .listwrap > .list > .item > .link {
    display: block;
    padding: 10px 20px;
    font-size: 14px;
    color: #2d2d2d;
    color: var(--color-text);
    text-align: center;
    border: 1px #e6b422 solid;
    border: 1px var(--color-selected) solid;
  }

.register-button > .logo {
    margin-bottom: 15px;
    text-align: center;
  }

.register-button > .logo > img {
    height: 25px;
  }

.register-button > .list {
    display: flex;
    justify-content: space-between;
    padding: 0;
    margin: 0 -10px;
  }

.register-button > .list.-creditcard {
    display: block;
    margin: 0;
    text-align: center;
  }

.register-button > .list > .item {
    width: 50%;
    margin: 0 10px;
    line-height: 1.3;
  }

.register-button > .list.-creditcard > .item {
    display: inline-block;
    width: auto;
  }

.register-button > .list > .item > .link {
    display: block;
    padding: 10px;
    color: #2d2d2d;
    color: var(--color-text);
    text-align: center;
    border: 1px #e6b422 solid;
    border: 1px var(--color-selected) solid;
  }

.schedule-block > .date {
    font-size: 14px;
    font-weight: 300;
  }

.schedule-block > .date > .weekdate.-saturday {
    color: #4e90c7;
    color: var(--color-saturday);
  }

.schedule-block > .date > .weekdate.-sunday {
    color: #e36765;
    color: var(--color-sunday);
  }

.schedule-block > .date > .weekdate.-holiday {
    color: #e36765;
    color: var(--color-sunday);
  }

.schedule-block > .list {
    padding: 0;
  }

.schedule-block > .list > .item {
    list-style: none;
  }

.schedule-block > .list > .item:not(:last-child) {
    margin-bottom: 7px;
  }

.site-news, .banner {
  padding-top: 20px;
  padding-bottom: 10px;
  background-color: #fafaf6;
  background-color: var(--palette-snow-drift);
}

.site-news > .container > .list {
    padding: 20px 0 20px 20px;
    border-top: 2px #2d2d2d solid;
    border-top: 2px var(--color-primary) solid;
    border-bottom: 2px #2d2d2d solid;
    border-bottom: 2px var(--color-primary) solid;
}

.banner > .container {
  display: flex;
  justify-content: space-around;
  flex-wrap: wrap;
}

@media (max-width: 767px) {

.site-news > .container > .list {
      padding: 20px 0
  }
    }

.site-news > .container > .list > .inner {
    height: 160px;
    overflow-y: scroll;
    -webkit-overflow-scrolling: touch;
  }

@media (max-width: 767px) {

.site-news > .container > .list > .inner {
      height: 200px
  }
    }

.site-news > .container > .list > .inner::-webkit-scrollbar {
    width: 4px;
    padding: 20px 0;
  }

.site-news > .container > .list > .inner::-webkit-scrollbar-track {
    background: #dfdfdf;
    background: var(--palette-alto);
    border-radius: 4px;
  }

.site-news > .container > .list > .inner::-webkit-scrollbar-thumb {
    background: #a9a9a9;
    background: var(--palette-silver-chalice);
    border-radius: 4px;
  }

.time-schedule > .list {
    padding: 0;
    margin-bottom: 40px;
  }

.time-schedule > .list > .item {
    margin-bottom: 20px;
    list-style: none;
  }

.time-schedule > .list > .item:not(:last-child) {
    padding-bottom: 20px;
    border-bottom: 1px #2d2d2d solid;
    border-bottom: 1px var(--color-primary) solid;
  }

.time-schedule > .nodata {
    padding: 80px 0 100px;
    font-size: 18px;
    color: #a9a9a9;
    color: var(--palette-silver-chalice);
    text-align: center;
  }

@media (max-width: 767px) {

.time-schedule > .nodata {
      padding: 60px 0 100px
  }
    }

.time-schedule > .allrace {
    margin: 34px 0;
  }

.update-list > .wrap {
    display: flex;
    text-align: left;
  }

@media (max-width: 767px) {

.update-list > .wrap {
      display: block
  }
    }

.update-list > .wrap:not(:last-child) {
    margin-bottom: 14px;
  }

@media (max-width: 767px) {

.update-list > .wrap:not(:last-child) {
      margin-bottom: 20px
  }
    }

.update-list > .wrap > .date {
    min-width: 90px;
    margin-right: 10px;
    white-space: nowrap;
  }

@media (max-width: 767px) {

.update-list > .wrap > .date {
      min-width: inherit;
      margin-right: 0;
      margin-bottom: 6px
  }
    }

.update-list > .wrap > .content {
    line-height: 1.4;
  }

.update-list > .wrap > .content > a {
    color: #4e90c7;
    color: var(--color-link);
    text-decoration: underline;
  }

.update-list > .wrap > .content > a:hover {
      text-decoration: none;
      opacity: 1;
    }

.user-navigation > .list {
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-end;
    padding: 0;
    margin: 4px 0 6px;
    list-style: none;
  }

@media (max-width: 767px) {

.user-navigation > .list {
      display: block;
      margin-bottom: 30px
  }
    }

.user-navigation > .list > .item {
    min-width: 180px;
    margin-bottom: 8px;
    text-align: center;
  }

@media (max-width: 767px) {

.user-navigation > .list > .item {
      width: 60%;
      min-width: inherit;
      margin: 0 auto 10px
  }
    }

.user-navigation > .list > .item:not(:first-child) {
    margin-left: 10px;
  }

@media (max-width: 767px) {

.user-navigation > .list > .item:not(:first-child) {
      margin-left: auto
  }
    }

.user-navigation > .list > .item > .link {
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 6px 10px 4px;
    color: #fff;
    color: var(--palette-white);
    text-decoration: none;
    border: 1px #616161 solid;
    border: 1px var(--palette-storm-dust) solid;
    border-radius: 100px;
  }

@media (max-width: 767px) {

.user-navigation > .list > .item > .link {
      padding: 10px 10px 8px
  }
    }

.user-navigation > .list > .item.-login > .link::before {
    display: block;
    width: 15px;
    height: 18px;
    margin-right: 10px;
    content: '';
    background-image: url(../assets/images/_style_sprites@2x.png);
    background-position: -40px -50px;
    background-size: 115.5px 80px;
  }

.username-block {
  max-width: 1000px;
  max-width: var(--site-width);
  margin: 0 auto;
}

@media (max-width: 767px) {

.username-block {
    margin-right: 10px;
    margin-left: 10px
}
  }

.username-block > .username {
    display: inline-block;
    padding: 10px 30px;
    font-weight: 700;
    background-color: #f0e7c9;
    background-color: var(--palette-wheatfield);
  }

.username-block > .username > .title {
    margin-left: 15px;
    font-size: 12px;
  }

._margin-bottom-50 {
  margin-bottom: 50px !important;
}

._padding-0 {
  padding: 0 !important;
}

._padding-10 {
  padding: 10px !important;
}

._visible-pc {
  display: block !important;
}

@media (max-width: 767px) {

._visible-pc {
    display: none !important
}
  }

._visible-sp {
  display: none !important;
}

@media (max-width: 767px) {

._visible-sp {
    display: block !important
}
  }

.pagination {
  text-align: center;
}

.pagination .page-item {
  display: inline-block;
  border-radius: 3px;
  font-size: 14px;
  box-shadow: 0 0 0 1px rgba(0,0,0,0.2);
  box-shadow: 0 0 0 1px var(--palette-black-a20);
  margin: 0 6px;
  background-color: #f5f5f5;
  background-color: var(--palette-snow-drift);
  background-image: linear-gradient(0deg,#f9f9f9,#eaeaea);
}

.pagination .page-item a {
  color: #2d2d2d;
  color: var(--color-text);
  display: inline-block;
  padding: 3px 8px;
}

.pagination .page-item.active a {
  background-color: #616161;
  background-color: var(--palette-storm-dust);
  color: #fff;
  color: var(--palette-white);
  text-shadow: #000 0 1px 0;
}

.pagination .page-item.active a {
  background-color: #616161;
  background-color: var(--palette-storm-dust);
  color: #fff;
  color: var(--palette-white);
  text-shadow: #000 0 1px 0;
}

.race-data .race-filter {
  display: flex;
  justify-content: flex-start;
  margin-bottom: 10px;
}

@media (max-width: 767px) {
  .race-data .race-filter {
    display: block;
  }
}

.race-data .race-filter div {
  margin-left: 15px;
}

@media (max-width: 767px) {
  .race-data .race-filter div {
    display: inline-block;
    margin-left: 5px;
  }
}

.race-data .race-filter div.sort-title {
  margin-left: auto;
  padding: 8px 0;
}

.result-search .item-title {
  display: inline-block;
  margin-left: 20px;
}

@media (max-width: 767px) {
  .result-search .item-title {
    margin: 0;
  }
}

.result-search .select-base > .select {
  width: inherit;
}

@media (max-width: 767px) {
  .result-search .select-base > .select {
    padding: 8px 26px 8px 10px;
  }
}


@media (max-width: 767px) {
  .result-search .select-base {
      display: inline-block;
  }
}

.result-search .select-base::before,
.result-search .date-picker::before {
  right: 5px;
}

.result-search .select-base::after,
.result-search .date-picker::after {
  right: 19px;
}

.result-search .checkbox-base {
  display: inline-block;
  margin-left: 10px;
}

@media (max-width: 767px) {
  .result-search .date-picker {
    display: inline-block;
    width: 330px;
  }
}

.kdata-register {
  width: 720px;
}

.datasales {
  width: 820px;
}

@media (max-width: 767px) {
  .kdata-register, .datasales {
    width: 100%;
  }

  .kdata-register .kdata-image {
    width: 100%;
  }
}

.datasales .datasales-listwrap {
  margin: 0 10px;
}

.kdata-register .kdata-table {
  border: 1px #616161 solid;
  border: 1px var(--color-table-border) solid;
}

.kdata-register .kdata-table th {
  padding: 3px;
  background-color: #f0e7c9;
  background-color: var(--color-table-th-background);
  border: 1px #616161 solid;
  border: 1px var(--color-table-border) solid;
  white-space: nowrap;
}

.kdata-register .kdata-table td {
  border: 1px #616161 solid;
  border: 1px var(--color-table-border) solid;
  padding: 5px;
}

.kdata-register .kdata-price {
  position: relative;
}

.kdata-register .price-text {
  position: absolute;
  display: table;
  height: 60px;
  top: 0;
  left: 330px;
}

@media (max-width: 767px) {
  .kdata-register .price-text {
    position: relative;
    left: 0;
  }
}

.kdata-register .price-text .price-cell {
  display: table-cell;
  vertical-align: middle;
}

.kdata-pay {
  padding: 0;
}

.kdata-pay li {
  display: inline-block;
  vertical-align: top;
}

.kdata-pay .pay-left {
  width: 40%;
}

.kdata-pay .pay-right {
  width: 59%;
}

@media (max-width: 767px) {
  .kdata-pay .pay-left,
  .kdata-pay .pay-right {
    width: 100%;
  }
}

.input-email {
  border: 1px solid #616161;
  border: 1px solid var(--color-form-label-border);
}

.pay-button-box, .cancel-button-box {
  padding: 0;
}

.pay-button-box li {
  display: inline-block;
  vertical-align: top;
  width: 32%;
}

.pay-button-box img {
  width: 100%;
  cursor: pointer;
}

label.error {
  color: #cc1325;
  color: var(--palette-monza);
  font-size: 12px;
  border-radius: 3px;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  margin-left: 8px;
  padding: 5px;
  background-color: #f0e7c9;
  background-color: var(--palette-wheatfield);
  border: solid 1px #ffff56;
  border: solid 1px var(--palette-starship);
}

.cancel-button-box li {
  display: inline-block;
  width: 32%;
}

@media (max-width: 767px) {
  .cancel-button-box li {
    width: 100%;
    margin: 10px 0;
  }
}

.data-link {
  margin: 0 auto;
  width: 300px;
}

.btn-purchase {
  width: 42px;
  height: 22px;
  background: url(/assets/images/btn_buy.gif) left top no-repeat;
}

.btn-cancellation {
  width: 42px;
  height: 22px;
  background: url(/assets/images/btn_kaiyaku.gif) left top no-repeat;
}
