@charset "UTF-8";
/* Reset Style */
html {
  overflow-y: scroll;
  font-size: 62.5%; }

body {
  line-height: 1;
  color: #000; }

/* html5doctor.com Reset Stylesheet v1.6.1
	Last Updated: 2010-09-17 Author: Richard Clark - http://richclarkdesign.com Twitter: @rich_clark */
html, body, div, span, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
abbr, address, cite, code,
del, dfn, em, img, ins, kbd, q, samp,
small, strong, sub, sup, var,
b, i,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, figcaption, figure,
footer, header, hgroup, menu, nav, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  vertical-align: baseline;
  background: transparent; }

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

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

blockquote, q {
  quotes: none; }

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

a {
  margin: 0;
  padding: 0;
  vertical-align: baseline;
  background: transparent; }

ins {
  background-color: #ff9;
  color: #000;
  text-decoration: none; }

mark {
  background-color: #ff9;
  color: #000;
  font-style: italic;
  font-weight: bold; }

del {
  text-decoration: line-through; }

abbr[title], dfn[title] {
  border-bottom: 1px dotted;
  cursor: help; }

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

hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #cccccc;
  margin: 1em 0;
  padding: 0; }

input, select {
  vertical-align: middle; }

/* YUI 3.4.1 (build 4118) Copyright 2011 Yahoo! Inc. All rights reserved.
Licensed under the BSD License. http://yuilibrary.com/license/ */
select, input, button, textarea {
  font: 99% arial,helvetica,clean,sans-serif; }

table {
  font-size: inherit; }

pre, code, kbd, samp, tt {
  font-family: monospace;
  *font-size: 108%;
  line-height: 100%; }

.flag {
  width: 30px;
  height: 20px; }

* {
  box-sizing: border-box; }

body {
  width: 100%;
  margin: 0 auto;
  padding: 0;
  background: #fdfdfd;
  color: #252525;
  overflow: hidden;
  font-family: 'Zen Kaku Gothic New', Avenir, 'Helvetica neue', Helvetica, '游ゴシック', 'Yu Gothic', '游ゴシック体', YuGothic, 'ヒラギノ角ゴシック Pro', 'Hiragino Kaku Gothic Pro', 'メイリオ', Meiryo, Osaka, 'ＭＳ Ｐゴシック', 'MS PGothic', sans-serif;
  font-feature-settings: "pkna" 1;
  letter-spacing: 0.03em;
  padding-top: 50px;
  font-size: 14px; }
  @media screen and (min-width: 769px) {
    body {
      padding-top: 110px; } }
  body.fixed {
    position: fixed;
    width: 100%;
    height: 100%; }

_:-ms-lang(x)::-ms-backdrop {
  font: 99% arial,helvetica,clean,sans-serif; }

#wrapper {
  width: 100%;
  margin: 0 auto; }

#loader {
  display: none; }

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

a {
  outline: none;
  text-decoration: none;
  color: #0068b7; }
  a:hover {
    text-decoration: none;
    cursor: pointer; }
    @media screen and (min-width: 769px) {
      a:hover {
        opacity: .8; } }

a:focus, *:focus {
  outline: none; }

.show__sp {
  display: block; }
  @media screen and (min-width: 769px) {
    .show__sp {
      display: none; } }

.show__pc {
  display: none; }
  @media screen and (min-width: 769px) {
    .show__pc {
      display: block; } }

.outer-block .inner-block {
  width: 95%;
  margin: 0 auto;
  display: block; }
  @media screen and (min-width: 769px) {
    .outer-block .inner-block {
      width: 95%;
      max-width: 960px; } }
  .outer-block .inner-block:after {
    content: "";
    width: 100%;
    display: block;
    clear: both; }

.inline-box {
  font-size: 0;
  letter-spacing: -.4em; }
  .inline-box .inline-item {
    display: inline-block;
    letter-spacing: normal;
    font-size: 14px; }

img {
  width: 100%; }

._inner {
  width: 95%;
  margin: 0 auto; }
  @media screen and (min-width: 769px) {
    ._inner {
      width: 95%;
      max-width: 960px; } }

.flex-box {
  display: flex;
  flex-wrap: nowrap;
  justify-content: flex-start;
  align-items: stretch; }
  .flex-box ._right {
    margin-left: auto; }
  .flex-box._center {
    align-items: center; }

#global-header {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 7777;
  height: auto;
  border: none; }
  #global-header .header-fix {
    position: relative;
    z-index: 7777;
    background: #fff; }
  #global-header ._inner {
    width: 100%;
    margin: 0 auto; }
    @media screen and (min-width: 769px) {
      #global-header ._inner {
        width: 95%;
        max-width: 960px; } }
  #global-header #header-announce {
    width: 100%;
    background: #1975D2; }
    #global-header #header-announce a {
      display: block;
      background: #1975D2;
      color: #fff;
      height: 30px;
      display: flex;
      flex-wrap: nowrap;
      justify-content: center;
      align-items: center; }
      @media screen and (min-width: 769px) {
        #global-header #header-announce a {
          height: 40px; } }
      #global-header #header-announce a p {
        position: relative;
        font-size: 14px; }
        #global-header #header-announce a p:before, #global-header #header-announce a p:after {
          display: block;
          position: absolute;
          top: 50%;
          width: 7px;
          height: 7px;
          margin-top: calc(7px / -2);
          border-top: solid 1px #fff;
          border-right: solid 1px #fff;
          -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
          content: "";
          right: -10px; }
        #global-header #header-announce a p:after {
          right: -17px; }
        #global-header #header-announce a p i {
          font-size: 16px;
          margin-right: 5px;
          margin-top: -2px;
          vertical-align: middle; }
        #global-header #header-announce a p span {
          vertical-align: middle; }
  #global-header #header-main {
    display: flex;
    flex-wrap: nowrap;
    justify-content: flex-end;
    align-items: center;
    padding: 0 0 0 10px; }
    @media screen and (min-width: 769px) {
      #global-header #header-main {
        padding: 10px 0; } }
  #global-header h1 {
    margin-right: auto;
    width: 130px; }
    @media screen and (min-width: 769px) {
      #global-header h1 {
        width: auto; } }
    #global-header h1 img {
      width: 100%; }
  #global-header .search-input-area {
    display: none; }
    @media screen and (min-width: 769px) {
      #global-header .search-input-area {
        display: block;
        display: flex;
        flex-wrap: nowrap;
        justify-content: flex-start;
        align-items: center; }
        #global-header .search-input-area #search-select {
          width: 150px;
          height: 50px;
          background: #eee;
          position: relative;
          border: none; }
          #global-header .search-input-area #search-select:after {
            display: none; }
          #global-header .search-input-area #search-select i {
            position: absolute;
            pointer-events: none;
            top: 50%;
            position: absolute;
            transform: translate(0, -50%);
            -webkit-transform: translate(0, -50%);
            -ms-transform: translate(0, -50%);
            right: 15px; }
          #global-header .search-input-area #search-select select {
            width: 100%;
            height: 100%;
            padding: 15px;
            font-size: 14px; }
        #global-header .search-input-area #search-input {
          position: relative;
          margin: 0 10px; }
          #global-header .search-input-area #search-input input {
            background: #eee;
            height: 50px;
            padding: 0 15px;
            border: 1px solid #eee; }
          #global-header .search-input-area #search-input button {
            color: #FF3D82;
            position: absolute;
            width: 35px;
            height: 100%;
            top: 0;
            right: 0;
            cursor: pointer; }
            #global-header .search-input-area #search-input button:hover {
              opacity: .8; }
            #global-header .search-input-area #search-input button i {
              pointer-events: auto; } }
  #global-header .header__icon {
    display: block; }
    #global-header .header__icon a {
      vertical-align: middle;
      height: 50px;
      width: 50px;
      text-align: center;
      color: #252525;
      font-weight: bold;
      text-decoration: none;
      font-size: 10px;
      display: flex;
      flex-wrap: wrap;
      justify-content: center;
      align-items: center;
      align-content: space-evenly;
      -moz-transition: all 0.5s ease;
      -webkit-transition: all 0.5s ease;
      transition: all 0.5s ease; }
      #global-header .header__icon a:hover {
        opacity: 1;
        color: #1975D2; }
      #global-header .header__icon a i {
        display: block;
        font-size: 18px;
        width: 100%; }
      #global-header .header__icon a span {
        text-align: center;
        display: block;
        position: static;
        transform: none;
        width: 100%; }
    @media screen and (min-width: 769px) {
      #global-header .header__icon.ico-account {
        right: 50px;
        margin: 0;
        position: inherit; } }
    #global-header .header__icon.ico-account a {
      display: none; }
      #global-header .header__icon.ico-account a.active {
        display: flex; }
      #global-header .header__icon.ico-account a.logout-btn span {
        letter-spacing: -0.09em; }
    @media screen and (min-width: 769px) {
      #global-header .header__icon.ico-menu {
        display: none; } }
  #global-header .nav {
    display: none;
    width: 100%;
    position: fixed;
    z-index: 6666;
    top: 0;
    height: 100%;
    overflow-y: scroll;
    -ms-overflow-style: none;
    scrollbar-width: none;
    padding: 50px 0 0;
    background: #FFF;
    box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05), 0 2px 2px rgba(0, 0, 0, 0.05), 0 4px 4px rgba(0, 0, 0, 0.05); }
    #global-header .nav::-webkit-scrollbar {
      display: none; }
    @media screen and (min-width: 769px) {
      #global-header .nav {
        display: block;
        position: static;
        overflow-y: auto;
        height: auto;
        padding: 0; } }
    @media screen and (min-width: 769px) {
      #global-header .nav__block {
        width: 100%;
        max-width: 960px;
        margin: 0 auto;
        display: flex;
        flex-wrap: nowrap;
        justify-content: space-between;
        align-items: center; } }
    #global-header .nav__list {
      background: #DDD; }
      @media screen and (min-width: 769px) {
        #global-header .nav__list {
          background: #FFF;
          width: 100%;
          border-left: 1px solid #707070; } }
      #global-header .nav__list.schedule, #global-header .nav__list.archive {
        border-bottom: 2px solid #DDD; }
        @media screen and (min-width: 769px) {
          #global-header .nav__list.schedule, #global-header .nav__list.archive {
            border-bottom: none; } }
      @media screen and (min-width: 769px) {
        #global-header .nav__list:first-child {
          border: none; } }
      #global-header .nav__list a {
        text-align: center;
        display: block;
        color: #252525;
        position: relative;
        display: flex;
        flex-wrap: wrap;
        justify-content: center;
        align-items: center; }
        @media screen and (min-width: 769px) {
          #global-header .nav__list a {
            -moz-transition: all 0.5s ease;
            -webkit-transition: all 0.5s ease;
            transition: all 0.5s ease; } }
        #global-header .nav__list a:hover {
          opacity: 1; }
          @media screen and (min-width: 769px) {
            #global-header .nav__list a:hover {
              color: #4790DB; } }
      #global-header .nav__list > a {
        width: 100%;
        height: 40px;
        background: #EEE;
        font-size: 16px;
        font-weight: bold;
        display: flex;
        flex-wrap: nowrap;
        justify-content: flex-start;
        align-items: center;
        padding: 0 15px; }
        @media screen and (min-width: 769px) {
          #global-header .nav__list > a {
            display: flex;
            flex-wrap: nowrap;
            justify-content: center;
            align-items: center;
            padding: 0;
            width: auto;
            background: #FFF; } }
        #global-header .nav__list > a:after {
          position: absolute;
          content: "\f061";
          font-family: "Font Awesome 5 Free";
          font-size: 12px;
          top: 50%;
          position: absolute;
          transform: translate(0, -50%);
          -webkit-transform: translate(0, -50%);
          -ms-transform: translate(0, -50%);
          right: 20px; }
          @media screen and (min-width: 769px) {
            #global-header .nav__list > a:after {
              display: none; } }
        #global-header .nav__list > a i {
          margin: 0 10px 0 0; }
        #global-header .nav__list > a span {
          margin-top: 1px; }
      @media screen and (min-width: 769px) {
        #global-header .nav__list__item {
          display: none;
          position: fixed;
          left: 0;
          width: 100%;
          border-top: 1px solid #ccc;
          background: rgba(255, 255, 255, 0.95);
          z-index: 7777;
          box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05), 0 2px 2px rgba(0, 0, 0, 0.05), 0 4px 4px rgba(0, 0, 0, 0.05); } }
      #global-header .nav__list__item ._inner {
        display: flex;
        flex-wrap: wrap;
        justify-content: flex-start;
        align-items: center; }
        @media screen and (min-width: 769px) {
          #global-header .nav__list__item ._inner {
            padding: 30px 20px 40px; } }
      #global-header .nav__list__item a {
        width: 50%;
        height: 45px;
        font-size: 14px;
        background: #DDD; }
        #global-header .nav__list__item a .show__sp {
          width: 100%;
          font-size: 10px; }
        @media screen and (min-width: 769px) {
          #global-header .nav__list__item a {
            font-size: 16px;
            width: auto;
            height: auto;
            margin-right: 25px;
            margin-top: 10px;
            background: none;
            padding-left: 15px; }
            #global-header .nav__list__item a:before {
              display: block;
              position: absolute;
              top: 50%;
              width: 7px;
              height: 7px;
              margin-top: calc(7px / -2);
              border-top: solid 1px #252525;
              border-right: solid 1px #252525;
              -webkit-transform: rotate(45deg);
              transform: rotate(45deg);
              content: "";
              left: 0;
              margin-top: -4px; }
            #global-header .nav__list__item a._empty:before {
              display: none; }
            #global-header .nav__list__item a br {
              display: none; }
            #global-header .nav__list__item a:hover {
              -moz-transition: all 0s ease;
              -webkit-transition: all 0s ease;
              transition: all 0s ease;
              text-decoration: underline; } }
        #global-header .nav__list__item a._last {
          width: 100%; }
          @media screen and (min-width: 769px) {
            #global-header .nav__list__item a._last {
              width: auto; } }
        #global-header .nav__list__item a:nth-child(n+3) {
          border-top: 1px solid #707070; }
          @media screen and (min-width: 769px) {
            #global-header .nav__list__item a:nth-child(n+3) {
              border: none; } }
        #global-header .nav__list__item a:nth-child(2n) {
          border-left: 1px solid #707070; }
          @media screen and (min-width: 769px) {
            #global-header .nav__list__item a:nth-child(2n) {
              border: none; } }
        #global-header .nav__list__item a i {
          display: none; }
      #global-header .nav__list__sub {
        width: 100%;
        border-top: 1px solid #707070;
        display: flex;
        flex-wrap: wrap;
        justify-content: center;
        align-items: center; }
        @media screen and (min-width: 769px) {
          #global-header .nav__list__sub {
            border: none;
            margin-top: 10px;
            justify-content: space-between; }
            #global-header .nav__list__sub a {
              font-size: 12px; } }
      #global-header .nav__list.active > a {
        -moz-transition: all 0s ease;
        -webkit-transition: all 0s ease;
        transition: all 0s ease;
        color: #4790DB; }

.contents {
  width: 100%;
  margin: 0 auto;
  padding-top: 15px; }
  @media screen and (min-width: 769px) {
    .contents {
      padding-top: 30px; } }

#main {
  width: 100%; }

#side {
  display: none; }

.number-one {
  background-color: #ffe4e4; }

.number-two {
  background-color: #fff7e3; }

.number-three {
  background-color: #e1f8ff; }

table {
  width: 100%;
  border-radius: 5px;
  border-collapse: separate;
  border-spacing: 0;
  border: 1px solid #d2d2d2;
  margin-bottom: 15px; }
  table tr:nth-child(even) {
    background: #f9f9f9; }
  table tr td, table tr th {
    vertical-align: middle;
    border-left: 1px solid #d2d2d2;
    border-top: 1px solid #d2d2d2;
    padding: 10px;
    font-size: 14px; }
    table tr td:first-child, table tr th:first-child {
      border-left: none; }
  table tr:first-child td, table tr:first-child th {
    border-top: none; }
  table tr .half {
    zoom: 0.5; }
  table tr ._br, table tr ._bl {
    border-right: 1px solid #d2d2d2 !important; }
  table tr ._bbn {
    border-bottom: none !important; }
  table tr ._right {
    text-align: right; }
  table tr ._left {
    text-align: left; }
  table tr ._center {
    text-align: center; }
  table tr ._bold {
    font-weight: bold; }
  table tr .foot-status {
    width: 100%;
    box-sizing: border-box;
    border: 1px solid #ccc;
    overflow: hidden; }
    table tr .foot-status li {
      width: 25%;
      height: 20px;
      line-height: 20px;
      text-align: center;
      background: #e6e6e6;
      position: relative; }
      table tr .foot-status li:before {
        display: block;
        background: #e6e6e6;
        position: absolute;
        top: 50%;
        left: -7px;
        width: 14px;
        height: 14px;
        margin-top: -7px;
        border-top: solid 1px #7f7f7f;
        border-right: solid 1px #7f7f7f;
        -webkit-transform: rotate(225deg);
        transform: rotate(225deg);
        content: "";
        z-index: 5; }
      table tr .foot-status li:first-child::before {
        display: none; }
      table tr .foot-status li + li {
        padding-right: 7px; }
    table tr .foot-status .applicable {
      background: #0d70bb;
      color: #fff; }
      table tr .foot-status .applicable:before {
        border-top: solid 1px #0d70bb;
        border-right: solid 1px #0d70bb;
        background: #0d70bb; }
  table thead th {
    text-align: center;
    border-bottom: 1px solid #d2d2d2;
    background: #efefef; }
  table tbody th {
    text-align: left;
    background: #efefef; }
  table .striped tr {
    border-top: 1px solid #d2d2d2; }
    table .striped tr td {
      border-bottom: 1px solid #d2d2d2; }
      table .striped tr td:first-child {
        border-left: none; }
    table .striped tr:last-child th, table .striped tr:last-child td {
      border-bottom: 1px solid #d2d2d2; }
  table .striped:last-child tr:last-child th, table .striped:last-child tr:last-child td {
    border-bottom: 1px solid #d2d2d2; }

.table-basic {
  width: 100%;
  border-radius: 5px;
  border-collapse: collapse;
  border-spacing: 0; }
  .table-basic tr th, .table-basic tr td {
    border: 1px solid #d2d2d2; }
  .table-basic tr td img {
    vertical-align: middle;
    margin-right: 2px; }

.table {
  width: 95%;
  margin: 0 auto;
  border-radius: 5px;
  border: 1px solid #d2d2d2;
  overflow: hidden; }
  @media screen and (min-width: 769px) {
    .table {
      width: 95%;
      max-width: 960px; } }
  .table__data {
    width: 100%;
    padding: 0;
    margin: 0;
    border: none; }
    .table__data tr {
      background: #f9f9f9; }
      .table__data tr:nth-child(even) {
        background: #fff; }
      .table__data tr:last-child th, .table__data tr:last-child td {
        border-bottom: none; }
    .table__data th, .table__data td {
      vertical-align: middle;
      border: none;
      border-bottom: 1px solid #d2d2d2;
      font-size: 12px;
      color: #252525; }
      @media screen and (min-width: 769px) {
        .table__data th, .table__data td {
          font-size: 14px; } }
      .table__data th a, .table__data td a {
        color: #1975D2; }
    .table__data th {
      background: #efefef;
      text-align: left; }
    .table__data td._center {
      text-align: center; }
    .table__data td._left {
      text-align: left; }
    .table__data td._right {
      text-align: right; }
    .table__data td._video {
      text-align: center; }
      .table__data td._video i {
        color: #FF3D82;
        font-size: 22px; }
    .table__data td._one {
      background: #ffe4e4; }
    .table__data td._two {
      background: #fff7e3; }
    .table__data td._three {
      background: #E1F8FF; }
    .table__data td._less {
      color: #f00; }
    @media screen and (min-width: 769px) {
      .table__data td._name {
        min-width: 6.5em; } }
    .table__data th + td, .table__data th + th, .table__data td + td {
      border-left: 1px solid #d2d2d2; }
  .table._overflow {
    overflow-x: scroll;
    -ms-overflow-style: none;
    scrollbar-width: none; }
    .table._overflow::-webkit-scrollbar {
      display: none; }
    @media screen and (min-width: 481px) {
      .table._overflow {
        overflow: hidden; } }
    .table._overflow table {
      table-layout: inherit;
      width: 160%;
      width: max-content;
      margin: 0; }
      @media screen and (min-width: 481px) {
        .table._overflow table {
          width: calc(100% + 1px); } }
      .table._overflow table.table__data {
        table-layout: inherit; }
      @media screen and (min-width: 481px) {
        .table._overflow table {
          width: 100%; } }
      .table._overflow table th, .table._overflow table td {
        max-width: 12em;
        padding: 10px;
        width: auto; }
        @media screen and (min-width: 481px) {
          .table._overflow table th, .table._overflow table td {
            max-width: 100%;
            width: auto; } }
      .table._overflow table th {
        text-align: center; }
        .table._overflow table th th:last-child {
          width: 57px; }

.page__title {
  text-align: center;
  padding: 20px 0 20px;
  background-attachment: fixed;
  background-image: linear-gradient(-225deg, #CBBACC 0%, #2580B3 100%);
  position: relative; }
  .page__title:after {
    content: "";
    position: absolute;
    z-index: 0;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: block;
    background-attachment: fixed;
    background-size: auto auto;
    background-color: rgba(255, 255, 255, 0);
    background-image: repeating-linear-gradient(135deg, rgba(255, 255, 255, 0.67), rgba(255, 255, 255, 0.67) 4px, rgba(255, 255, 255, 0.7) 4px, rgba(255, 255, 255, 0.7) 8px); }
  @media screen and (min-width: 769px) {
    .page__title {
      padding: 25px 0 20px; } }
  .page__title * {
    position: relative;
    z-index: 1;
    text-shadow: 0 0 1em rgba(0, 0, 0, 0.1); }
  .page__title__en {
    font-size: 14px;
    font-weight: normal;
    display: block;
    margin: 5px auto 0; }
  .page__title h2 {
    font-size: 26px;
    display: block;
    line-height: 1;
    padding-left: 0.3rem;
    letter-spacing: 0.2rem;
    margin: 5px auto 0; }
    @media screen and (min-width: 769px) {
      .page__title h2 {
        margin-top: 8px; } }
  .page__title__parent {
    display: inline-block;
    margin-top: 15px;
    border: 1px solid #252525;
    padding: 0 20px;
    border-radius: 50px;
    opacity: .8;
    height: 35px;
    color: #252525; }
    .page__title__parent span {
      font-weight: normal;
      line-height: 35px;
      font-size: 17px;
      vertical-align: middle; }
    .page__title__parent i {
      font-size: 13px;
      line-height: 35px;
      margin-right: 5px;
      vertical-align: middle; }
    @media screen and (min-width: 769px) {
      .page__title__parent {
        -moz-transition: all 0.5s ease;
        -webkit-transition: all 0.5s ease;
        transition: all 0.5s ease; }
        .page__title__parent:hover {
          background: rgba(255, 255, 255, 0.8);
          -moz-transition: all 0.5s ease;
          -webkit-transition: all 0.5s ease;
          transition: all 0.5s ease; } }
  .page__title._index {
    padding-bottom: 30px; }
    @media screen and (min-width: 769px) {
      .page__title._index {
        padding-bottom: 30px; } }
    .page__title._index h2 i {
      font-size: 20px;
      vertical-align: top;
      line-height: 26px;
      margin-right: 5px; }

.title__center, .title__hexagon, .title-hexagonal {
  width: 95%;
  margin: 0 auto;
  font-weight: bold;
  margin: 0 auto 10px;
  line-height: 1;
  font-size: 16px; }
  @media screen and (min-width: 769px) {
    .title__center, .title__hexagon, .title-hexagonal {
      width: 95%;
      max-width: 960px; } }

.title__center {
  text-align: center;
  padding-bottom: 5px;
  margin-bottom: 20px;
  border-bottom: 1px solid #252525; }
  .title__center .flags {
    width: calc(60px * 0.4);
    height: calc(40px * 0.4);
    overflow: hidden;
    margin-right: 5px;
    margin-top: -0.2rem; }
    .title__center .flags:before {
      display: block;
      content: "";
      width: calc(60px * 0.4);
      height: calc(40px * 0.4);
      background: url(/img/flags.png) 0 0 no-repeat;
      background-size: 247.2px auto;
      border: none;
      margin: 0; }
    .title__center .flags.flag_irl:before {
      background-position: 0px 0px; }
    .title__center .flags.flag_bri:before {
      background-position: -24.8px 0px; }
    .title__center .flags.flag_fra:before {
      background-position: -49.6px 0px; }
    .title__center .flags.flag_usa:before {
      background-position: -74.4px 0px; }
    .title__center .flags.flag_aus:before {
      background-position: -99.2px 0px; }
    .title__center .flags.flag_uae:before {
      background-position: -124px 0px; }
    .title__center .flags.flag_hkg:before {
      background-position: -148.8px 0px; }
    .title__center .flags.flag_jpn:before {
      background-position: -173.6px 0px; }
    .title__center .flags.flag_ita:before {
      background-position: -198.4px 0px; }
    .title__center .flags.flag_deu:before {
      background-position: -223.2px 0px; }
    .title__center .flags.flag_kwt:before {
      background-position: 0px -16.8px; }
    .title__center .flags.flag_zaf:before {
      background-position: -24.8px -16.8px; }
    .title__center .flags.flag_chn:before {
      background-position: -49.6px -16.8px; }
    .title__center .flags.flag_sau:before {
      background-position: -74.4px -16.8px; }
    .title__center .flags.flag_sgp:before {
      background-position: -99.2px -16.8px; }
    .title__center .flags.flag_tur:before {
      background-position: -124px -16.8px; }
    .title__center .flags.flag_arg:before {
      background-position: -148.8px -16.8px; }
    .title__center .flags.flag_can:before {
      background-position: -173.6px -16.8px; }
    .title__center .flags.flag_pol:before {
      background-position: -198.4px -16.8px; }
    .title__center .flags.flag_sco:before {
      background-position: -223.2px -16.8px; }
    .title__center .flags.flag_wal:before {
      background-position: 0px -33.6px; }
    .title__center .flags.flag_nir:before {
      background-position: -24.8px -33.6px; }
    .title__center .flags.flag_qat:before {
      background-position: -49.6px -33.6px; }
    .title__center .flags.flag_nzl:before {
      background-position: -74.4px -33.6px; }
    .title__center .flags.flag_chi:before {
      background-position: -99.2px -33.6px; }
    .title__center .flags.flag_per:before {
      background-position: -124px -33.6px; }
    .title__center .flags.flag_kor:before {
      background-position: -148.8px -33.6px; }
    .title__center .flags.flag_bar:before {
      background-position: -173.6px -33.6px; }
    .title__center .flags.flag_esp:before {
      background-position: -198.4px -33.6px; }
    .title__center .flags.flag_ksa:before {
      background-position: -223.2px -33.6px; }
    .title__center .flags.flag_cze:before {
      background-position: 0px -50.4px; }
    .title__center .flags.flag_bhr:before {
      background-position: -24.8px -50.4px; }
    .title__center .flags.flag_brz:before {
      background-position: -49.6px -50.4px; }
    .title__center .flags.flag_nor:before {
      background-position: -74.4px -50.4px; }
    .title__center .flags.flag_swe:before {
      background-position: -99.2px -50.4px; }
    .title__center .flags.flag_brit:before {
      background-position: -124px -50.4px; }
    .title__center .flags.flag_nzl:before {
      background-position: -148.8px -50.4px; }
    .title__center .flags.flag_ger:before {
      background-position: -173.6px -50.4px; }
    .title__center .flags.flag_ury:before {
      background-position: -198.4px -50.4px; }

.title__hexagon, .title-hexagonal {
  display: flex;
  flex-wrap: nowrap;
  justify-content: flex-start;
  align-items: center; }
  .title__hexagon .icons, .title-hexagonal .icons {
    width: calc(80px * 0.2);
    height: calc(80px * 0.2);
    overflow: hidden;
    margin-right: 5px; }
    .title__hexagon .icons:before, .title-hexagonal .icons:before {
      display: block;
      content: "";
      width: calc(80px * 0.2);
      height: calc(80px * 0.2);
      background: url(/img/icons.png) 0 0 no-repeat;
      background-size: 163.6px auto;
      border: none;
      margin: 0; }
    .title__hexagon .icons.icon_horse_blue:before, .title-hexagonal .icons.icon_horse_blue:before {
      background-position: 0px 0px; }
    .title__hexagon .icons.icon_horse_pink:before, .title-hexagonal .icons.icon_horse_pink:before {
      background-position: -16.4px 0px; }
    .title__hexagon .icons.icon_crown01:before, .title-hexagonal .icons.icon_crown01:before {
      background-position: -32.8px 0px; }
    .title__hexagon .icons.icon_crown02:before, .title-hexagonal .icons.icon_crown02:before {
      background-position: -49.2px 0px; }
    .title__hexagon .icons.icon_crown03:before, .title-hexagonal .icons.icon_crown03:before {
      background-position: -65.6px 0px; }
    .title__hexagon .icons.icon_title:before, .title-hexagonal .icons.icon_title:before {
      background-position: -82px 0px; }
    .title__hexagon .icons.icon_look_pay:before, .title-hexagonal .icons.icon_look_pay:before {
      background-position: -98.4px 0px; }
    .title__hexagon .icons.icon_look_free:before, .title-hexagonal .icons.icon_look_free:before {
      background-position: -114.8px 0px; }
    .title__hexagon .icons.icon_play:before, .title-hexagonal .icons.icon_play:before {
      background-position: -131.2px 0px; }
    .title__hexagon .icons.icon_twitter:before, .title-hexagonal .icons.icon_twitter:before {
      background-position: -147.6px 0px; }
    .title__hexagon .icons.icon_facebook:before, .title-hexagonal .icons.icon_facebook:before {
      background-position: 0px -16.4px; }
    .title__hexagon .icons.icon_line:before, .title-hexagonal .icons.icon_line:before {
      background-position: -16.4px -16.4px; }
    .title__hexagon .icons.icon_horse:before, .title-hexagonal .icons.icon_horse:before {
      background-position: -32.8px -16.4px; }

._inner .title__center, .inner-block .title__center {
  width: 100%;
  margin: 0 auto;
  margin-bottom: 20px; }
  @media screen and (min-width: 769px) {
    ._inner .title__center, .inner-block .title__center {
      width: 100%;
      max-width: 100%; } }

._inner .title__hexagon, ._inner .title-hexagonal, .inner-block .title__hexagon, .inner-block .title-hexagonal {
  width: 100%;
  margin: 0 auto; }
  @media screen and (min-width: 769px) {
    ._inner .title__hexagon, ._inner .title-hexagonal, .inner-block .title__hexagon, .inner-block .title-hexagonal {
      width: 100%;
      max-width: 100%; } }

._inner .tab, .inner-block .tab {
  width: 100%;
  margin: 0 auto; }
  @media screen and (min-width: 769px) {
    ._inner .tab, .inner-block .tab {
      width: 100%;
      max-width: 100%; } }

#db .title-hexagonal, #db .text-ttl {
  margin: 15px auto;
  padding-left: 21px;
  position: relative;
  line-height: 1; }
  #db .title-hexagonal:before, #db .text-ttl:before {
    top: 0;
    left: 0;
    position: absolute;
    display: block;
    content: "";
    width: calc(80px * .2);
    height: calc(80px * .2);
    background: url(/img/icons.png) 0 0 no-repeat;
    background-size: 163.6px auto;
    border: none;
    margin: 0;
    background-position: -82px 0px; }

.button {
  border: inherit;
  height: inherit;
  line-height: inherit;
  border-radius: inherit;
  padding: inherit;
  display: block;
  margin: 20px auto 0;
  width: 80%;
  padding: 0; }
  @media screen and (min-width: 769px) {
    .button {
      display: flex;
      flex-wrap: nowrap;
      justify-content: center;
      align-items: center; } }
  .button__a {
    display: block;
    width: 100%;
    max-width: 300px;
    margin: 0 auto 10px;
    text-align: center;
    position: relative;
    padding: 15px 0; }
    @media screen and (min-width: 769px) {
      .button__a {
        margin: 0 10px 10px; } }
    .button__a span {
      font-size: 14px; }
  .button--back {
    background: #1975D2; }
    .button--back span {
      color: #fff; }
    .button--back:after {
      display: block;
      position: absolute;
      top: 50%;
      width: 10px;
      height: 10px;
      margin-top: calc(10px / -2);
      border-top: solid 1px #fff;
      border-right: solid 1px #fff;
      -webkit-transform: rotate(-135deg);
      transform: rotate(-135deg);
      content: "";
      left: 15px;
      top: 50%;
      margin-top: -5px; }
  .button--next {
    background: #1975D2; }
    .button--next span {
      color: #fff; }
    .button--next:after {
      display: block;
      position: absolute;
      top: 50%;
      width: 10px;
      height: 10px;
      margin-top: calc(10px / -2);
      border-top: solid 1px #fff;
      border-right: solid 1px #fff;
      -webkit-transform: rotate(45deg);
      transform: rotate(45deg);
      content: "";
      right: 15px;
      top: 50%;
      margin-top: -5px; }
  .button--more {
    background: #F1C151; }
    .button--more span {
      color: #252525; }
      .button--more span .cross {
        position: absolute;
        height: 18px;
        width: 1px;
        right: 25px; }
        .button--more span .cross:before, .button--more span .cross:after {
          content: "";
          position: absolute;
          background: #252525;
          height: 1px;
          width: 18px;
          top: 50%;
          left: 50%;
          transform: translate(-50%, -50%);
          -webkit-transform: translate(-50%, -50%);
          -ms-transform: translate(-50%, -50%); }
        .button--more span .cross:after {
          height: 18px;
          width: 1px; }
  .button a:hover {
    opacity: .8; }
  .button a + .button__a {
    margin-top: 10px; }
    @media screen and (min-width: 769px) {
      .button a + .button__a {
        margin-top: 0; } }

span.flags {
  width: calc(60px * 0.5);
  height: calc(40px * 0.5);
  overflow: hidden;
  position: relative;
  display: inline-block;
  vertical-align: middle; }
  span.flags:before {
    display: block;
    content: "";
    width: calc(60px * 0.5);
    height: calc(40px * 0.5);
    background: url(/img/flags.png) 0 0 no-repeat;
    background-size: 309px auto;
    border: none;
    margin: 0; }
  span.flags.flag_irl:before {
    background-position: 0px 0px; }
  span.flags.flag_bri:before {
    background-position: -31px 0px; }
  span.flags.flag_fra:before {
    background-position: -62px 0px; }
  span.flags.flag_usa:before {
    background-position: -93px 0px; }
  span.flags.flag_aus:before {
    background-position: -124px 0px; }
  span.flags.flag_uae:before {
    background-position: -155px 0px; }
  span.flags.flag_hkg:before {
    background-position: -186px 0px; }
  span.flags.flag_jpn:before {
    background-position: -217px 0px; }
  span.flags.flag_ita:before {
    background-position: -248px 0px; }
  span.flags.flag_deu:before {
    background-position: -279px 0px; }
  span.flags.flag_kwt:before {
    background-position: 0px -21px; }
  span.flags.flag_zaf:before {
    background-position: -31px -21px; }
  span.flags.flag_chn:before {
    background-position: -62px -21px; }
  span.flags.flag_sau:before {
    background-position: -93px -21px; }
  span.flags.flag_sgp:before {
    background-position: -124px -21px; }
  span.flags.flag_tur:before {
    background-position: -155px -21px; }
  span.flags.flag_arg:before {
    background-position: -186px -21px; }
  span.flags.flag_can:before {
    background-position: -217px -21px; }
  span.flags.flag_pol:before {
    background-position: -248px -21px; }
  span.flags.flag_sco:before {
    background-position: -279px -21px; }
  span.flags.flag_wal:before {
    background-position: 0px -42px; }
  span.flags.flag_nir:before {
    background-position: -31px -42px; }
  span.flags.flag_qat:before {
    background-position: -62px -42px; }
  span.flags.flag_nzl:before {
    background-position: -93px -42px; }
  span.flags.flag_chi:before {
    background-position: -124px -42px; }
  span.flags.flag_per:before {
    background-position: -155px -42px; }
  span.flags.flag_kor:before {
    background-position: -186px -42px; }
  span.flags.flag_bar:before {
    background-position: -217px -42px; }
  span.flags.flag_esp:before {
    background-position: -248px -42px; }
  span.flags.flag_ksa:before {
    background-position: -279px -42px; }
  span.flags.flag_cze:before {
    background-position: 0px -63px; }
  span.flags.flag_bhr:before {
    background-position: -31px -63px; }
  span.flags.flag_brz:before {
    background-position: -62px -63px; }
  span.flags.flag_nor:before {
    background-position: -93px -63px; }
  span.flags.flag_swe:before {
    background-position: -124px -63px; }
  span.flags.flag_brit:before {
    background-position: -155px -63px; }
  span.flags.flag_nzl:before {
    background-position: -186px -63px; }
  span.flags.flag_ger:before {
    background-position: -217px -63px; }
  span.flags.flag_ury:before {
    background-position: -248px -63px; }
  span.flags:before {
    content: "";
    display: block;
    box-shadow: 0 0 1px 1px rgba(0, 0, 0, 0.1) inset; }

span.icons {
  width: calc(80px * 0.5);
  height: calc(80px * 0.5);
  overflow: hidden;
  border: none;
  position: relative;
  display: block; }
  span.icons:before {
    display: block;
    content: "";
    width: calc(80px * 0.5);
    height: calc(80px * 0.5);
    background: url(/img/icons.png) 0 0 no-repeat;
    background-size: 409px auto;
    border: none;
    margin: 0; }
  span.icons.icon_horse_blue:before {
    background-position: 0px 0px; }
  span.icons.icon_horse_pink:before {
    background-position: -41px 0px; }
  span.icons.icon_crown01:before {
    background-position: -82px 0px; }
  span.icons.icon_crown02:before {
    background-position: -123px 0px; }
  span.icons.icon_crown03:before {
    background-position: -164px 0px; }
  span.icons.icon_title:before {
    background-position: -205px 0px; }
  span.icons.icon_look_pay:before {
    background-position: -246px 0px; }
  span.icons.icon_look_free:before {
    background-position: -287px 0px; }
  span.icons.icon_play:before {
    background-position: -328px 0px; }
  span.icons.icon_twitter:before {
    background-position: -369px 0px; }
  span.icons.icon_facebook:before {
    background-position: 0px -41px; }
  span.icons.icon_line:before {
    background-position: -41px -41px; }
  span.icons.icon_horse:before {
    background-position: -82px -41px; }
  span.icons:before {
    content: "";
    display: block;
    margin: 0; }

.summary__modal__img {
  position: relative;
  line-height: 0; }
  .summary__modal__img .icon_play {
    left: 50%;
    top: 50%;
    position: absolute;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%); }
    @media screen and (min-width: 769px) {
      .summary__modal__img .icon_play {
        width: calc(80px * 0.7);
        height: calc(80px * 0.7);
        overflow: hidden; }
        .summary__modal__img .icon_play:before {
          display: block;
          content: "";
          width: calc(80px * 0.7);
          height: calc(80px * 0.7);
          background: url(/img/icons.png) 0 0 no-repeat;
          background-size: 572.6px auto;
          border: none;
          margin: 0; }
        .summary__modal__img .icon_play.icon_horse_blue:before {
          background-position: 0px 0px; }
        .summary__modal__img .icon_play.icon_horse_pink:before {
          background-position: -57.4px 0px; }
        .summary__modal__img .icon_play.icon_crown01:before {
          background-position: -114.8px 0px; }
        .summary__modal__img .icon_play.icon_crown02:before {
          background-position: -172.2px 0px; }
        .summary__modal__img .icon_play.icon_crown03:before {
          background-position: -229.6px 0px; }
        .summary__modal__img .icon_play.icon_title:before {
          background-position: -287px 0px; }
        .summary__modal__img .icon_play.icon_look_pay:before {
          background-position: -344.4px 0px; }
        .summary__modal__img .icon_play.icon_look_free:before {
          background-position: -401.8px 0px; }
        .summary__modal__img .icon_play.icon_play:before {
          background-position: -459.2px 0px; }
        .summary__modal__img .icon_play.icon_twitter:before {
          background-position: -516.6px 0px; }
        .summary__modal__img .icon_play.icon_facebook:before {
          background-position: 0px -57.4px; }
        .summary__modal__img .icon_play.icon_line:before {
          background-position: -57.4px -57.4px; }
        .summary__modal__img .icon_play.icon_horse:before {
          background-position: -114.8px -57.4px; } }

.lists li {
  border-bottom: 1px dotted #ccc; }
  .lists li a {
    padding: 15px 10px;
    display: block;
    font-size: 14px; }
    @media screen and (min-width: 769px) {
      .lists li a {
        font-size: 16px; } }
    .lists li a > div {
      display: flex;
      flex-wrap: nowrap;
      justify-content: space-between;
      align-items: stretch; }
      .lists li a > div figure {
        width: 100px;
        height: 65px;
        overflow: hidden;
        position: relative; }
        .lists li a > div figure img {
          width: 100%;
          left: 50%;
          top: 50%;
          position: absolute;
          transform: translate(-50%, -50%);
          -webkit-transform: translate(-50%, -50%);
          -ms-transform: translate(-50%, -50%); }
      .lists li a > div .text {
        width: 100%; }
        .lists li a > div .text .time-wrap {
          font-size: 12px;
          color: #252525;
          font-weight: bold;
          margin-bottom: 8px;
          display: flex;
          flex-wrap: nowrap;
          justify-content: flex-start;
          align-items: center; }
          .lists li a > div .text .time-wrap .cat span {
            font-size: 12px;
            display: inline-block;
            padding: 0 4px;
            line-height: 20px;
            height: 20px;
            color: #fff;
            border-radius: 5px;
            margin-right: 5px; }
            .lists li a > div .text .time-wrap .cat span.cat-column {
              background: #2196f3; }
            .lists li a > div .text .time-wrap .cat span.cat-news {
              background: #4caf50; }
            .lists li a > div .text .time-wrap .cat span.cat-notice {
              background: #ff5252; }
          .lists li a > div .text .time-wrap .time {
            padding: 2px 0; }
        .lists li a > div .text .title-wrap {
          display: flex;
          flex-wrap: nowrap;
          justify-content: flex-start;
          align-items: stretch; }
          .lists li a > div .text .title-wrap .flags {
            margin-right: 5px; }
          .lists li a > div .text .title-wrap .text-title {
            width: calc(100% - 40px);
            line-height: 1.3; }
      .lists li a > div figure + .text {
        width: calc(100% - 110px); }
  .lists li:hover {
    opacity: .8; }

.pagenation .pages {
  text-align: center;
  font-size: 0; }
  .pagenation .pages li {
    display: inline-block; }
    .pagenation .pages li a {
      display: block;
      border: 1px solid #ccc;
      width: 30px;
      height: 30px;
      line-height: 30px;
      font-size: 16px;
      text-decoration: none; }
    .pagenation .pages li .btn {
      border-radius: 0; }
    .pagenation .pages li.current {
      background: #2196f3;
      color: #fff;
      border: 1px solid #2196f3;
      display: inline-block;
      border: 1px solid #ccc;
      width: 30px;
      height: 30px;
      line-height: 30px;
      font-size: 16px;
      text-decoration: none; }
    .pagenation .pages li + li {
      margin-left: 5px; }
  .pagenation .pages .next a,
  .pagenation .pages .next-est a,
  .pagenation .pages .prev a,
  .pagenation .pages .prev-est a {
    border: none; }

.pagenation._buttons .buttons {
  text-align: center;
  display: flex;
  flex-wrap: nowrap;
  justify-content: center;
  align-items: center; }
  .pagenation._buttons .buttons li {
    width: 150px;
    margin: 20px 10px 5px; }
    .pagenation._buttons .buttons li a {
      display: block;
      height: 30px;
      border: 1px solid #d2d2d2;
      line-height: 30px;
      font-size: 16px;
      text-decoration: none;
      border-radius: 5px; }
      .pagenation._buttons .buttons li a:hover {
        background: #0068b7;
        color: #fff;
        border: 1px solid #0068b7; }
    .pagenation._buttons .buttons li .prev i {
      margin-right: 10px; }
    .pagenation._buttons .buttons li .next i {
      margin-left: 10px; }

footer {
  background: #fff; }
  footer .sns {
    width: 95%;
    margin: 0 auto;
    margin: 0 auto; }
    @media screen and (min-width: 769px) {
      footer .sns {
        width: 95%;
        max-width: 960px; } }
    footer .sns__list {
      border: none;
      width: 80%;
      margin: 0 auto;
      padding: 30px 5% 60px;
      display: flex;
      flex-wrap: nowrap;
      justify-content: space-between;
      align-items: center; }
      @media screen and (min-width: 769px) {
        footer .sns__list {
          width: 100%;
          padding: 50px 0 20px;
          justify-content: flex-start; } }
    footer .sns__li {
      width: 20%;
      text-align: center;
      background: #fff; }
      @media screen and (min-width: 769px) {
        footer .sns__li {
          width: auto;
          margin-right: 30px; } }
      footer .sns__li a {
        display: block;
        color: #252525;
        font-weight: bold;
        display: flex;
        flex-wrap: wrap;
        justify-content: center;
        align-items: center;
        font-size: 14px;
        line-height: 1; }
        @media screen and (min-width: 769px) {
          footer .sns__li a {
            align-items: center; } }
        footer .sns__li a .icons {
          margin: 0 auto 10px;
          display: block;
          width: 100%; }
          footer .sns__li a .icons:before {
            margin: 0 auto; }
          @media screen and (min-width: 769px) {
            footer .sns__li a .icons {
              margin: 0 10px 0 0;
              display: inline-block;
              width: calc(80px * 0.3);
              height: calc(80px * 0.3);
              overflow: hidden; }
              footer .sns__li a .icons:before {
                display: block;
                content: "";
                width: calc(80px * 0.3);
                height: calc(80px * 0.3);
                background: url(/img/icons.png) 0 0 no-repeat;
                background-size: 245.4px auto;
                border: none;
                margin: 0; }
              footer .sns__li a .icons.icon_horse_blue:before {
                background-position: 0px 0px; }
              footer .sns__li a .icons.icon_horse_pink:before {
                background-position: -24.6px 0px; }
              footer .sns__li a .icons.icon_crown01:before {
                background-position: -49.2px 0px; }
              footer .sns__li a .icons.icon_crown02:before {
                background-position: -73.8px 0px; }
              footer .sns__li a .icons.icon_crown03:before {
                background-position: -98.4px 0px; }
              footer .sns__li a .icons.icon_title:before {
                background-position: -123px 0px; }
              footer .sns__li a .icons.icon_look_pay:before {
                background-position: -147.6px 0px; }
              footer .sns__li a .icons.icon_look_free:before {
                background-position: -172.2px 0px; }
              footer .sns__li a .icons.icon_play:before {
                background-position: -196.8px 0px; }
              footer .sns__li a .icons.icon_twitter:before {
                background-position: -221.4px 0px; }
              footer .sns__li a .icons.icon_facebook:before {
                background-position: 0px -24.6px; }
              footer .sns__li a .icons.icon_line:before {
                background-position: -24.6px -24.6px; }
              footer .sns__li a .icons.icon_horse:before {
                background-position: -49.2px -24.6px; } }
  footer .footer {
    position: relative;
    background: #252525; }
    footer .footer__inner {
      width: 95%;
      margin: 0 auto;
      display: flex;
      flex-wrap: wrap;
      justify-content: flex-start;
      align-items: center; }
      @media screen and (min-width: 769px) {
        footer .footer__inner {
          width: 95%;
          max-width: 960px; } }
      @media screen and (min-width: 769px) {
        footer .footer__inner {
          flex-wrap: nowrap; } }
    footer .footer .pagetop {
      position: absolute;
      width: 95%;
      margin: 0 auto;
      margin: 0 auto;
      left: 50%;
      top: -60px;
      transform: translate(-50%, 0);
      -webkit-transform: translate(-50%, 0);
      -ms-transform: translate(-50%, 0);
      pointer-events: none;
      display: flex;
      flex-wrap: nowrap;
      justify-content: flex-end;
      align-items: center; }
      @media screen and (min-width: 769px) {
        footer .footer .pagetop {
          width: 95%;
          max-width: 960px; } }
      footer .footer .pagetop a {
        width: 55px;
        height: 55px;
        background: #135698;
        position: relative;
        pointer-events: auto;
        border-radius: 50px;
        box-shadow: 0 1px 1px rgba(0, 0, 0, 0.11), 0 2px 2px rgba(0, 0, 0, 0.11), 0 4px 4px rgba(0, 0, 0, 0.11), 0 6px 8px rgba(0, 0, 0, 0.11), 0 8px 16px rgba(0, 0, 0, 0.11); }
        footer .footer .pagetop a:after {
          display: block;
          position: absolute;
          top: 50%;
          width: 10px;
          height: 10px;
          margin-top: calc(10px / -2);
          border-top: solid 2px #fff;
          border-right: solid 2px #fff;
          -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
          content: "";
          left: 50%;
          margin-top: -4px;
          margin-left: -6px; }
      footer .footer .pagetop--active {
        position: fixed;
        bottom: 15px;
        top: inherit;
        z-index: 9999; }
    footer .footer .sitemap {
      padding: 10px 0;
      margin: 0 auto;
      width: 80%;
      display: flex;
      flex-wrap: wrap;
      justify-content: center;
      align-items: center; }
      @media screen and (min-width: 769px) {
        footer .footer .sitemap {
          width: 60%;
          padding: 15px 0;
          margin: 0;
          justify-content: flex-start; } }
      footer .footer .sitemap__li {
        margin: 10px; }
        @media screen and (min-width: 769px) {
          footer .footer .sitemap__li {
            margin: 5px 20px 5px 0; } }
        footer .footer .sitemap__li a {
          font-size: 12px;
          color: #fff; }
          @media screen and (min-width: 769px) {
            footer .footer .sitemap__li a {
              font-size: 14px; } }
    footer .footer .van {
      width: 100%; }
      @media screen and (min-width: 769px) {
        footer .footer .van {
          width: auto;
          margin: 0 0 0 auto; } }
      footer .footer .van__link {
        width: 80%;
        margin: 0 auto; }
        @media screen and (min-width: 769px) {
          footer .footer .van__link {
            width: 100%; } }
        footer .footer .van__link a {
          display: block;
          background: #4B4B4B;
          border: 1px solid #ccc;
          position: relative;
          width: 100%;
          text-align: center;
          padding: 20px 0;
          color: #fff;
          font-size: 14px; }
          @media screen and (min-width: 769px) {
            footer .footer .van__link a {
              padding: 10px 50px 10px 10px;
              font-size: 16px;
              text-align: left; } }
          footer .footer .van__link a:after {
            display: block;
            position: absolute;
            top: 50%;
            width: 8px;
            height: 8px;
            margin-top: calc(8px / -2);
            border-top: solid 1px #fff;
            border-right: solid 1px #fff;
            -webkit-transform: rotate(45deg);
            transform: rotate(45deg);
            content: "";
            right: 10px;
            margin-top: -5px; }
          @media screen and (min-width: 769px) {
            footer .footer .van__link a span {
              display: block;
              font-size: 20px; } }
    footer .footer .copy__text {
      width: 95%;
      margin: 0 auto;
      display: block;
      margin: 15px auto 0;
      padding: 8px 0;
      border-top: 1px solid #fff;
      font-size: 10px;
      color: #ccc;
      text-align: center; }
      @media screen and (min-width: 769px) {
        footer .footer .copy__text {
          width: 95%;
          max-width: 960px; } }
      @media screen and (min-width: 769px) {
        footer .footer .copy__text {
          margin: 0 auto;
          padding: 10px 0; } }

.pattern_bk {
  background: #1b1b1b; }

.pattern_wh {
  background: url(/img/bg_pattern_horseshoe_wh.png) repeat; }

.pattern_st {
  background: url(/img/bg_pattern_stripe.png) repeat; }

.contents__list {
  width: 95%;
  margin: 0 auto;
  margin: 20px auto 0; }
  @media screen and (min-width: 769px) {
    .contents__list {
      width: 95%;
      max-width: 960px; } }
  .contents__list ul {
    width: 100%; }
    @media screen and (min-width: 481px) {
      .contents__list ul {
        display: flex;
        flex-wrap: wrap;
        justify-content: flex-start;
        align-items: stretch; } }
    .contents__list ul li {
      width: 100%;
      box-shadow: 0 0 1px rgba(0, 0, 0, 0.05), 0 0 4px rgba(0, 0, 0, 0.05), 0 0 8px rgba(0, 0, 0, 0.05);
      background: #fff;
      position: relative;
      margin-top: 15px; }
      @media screen and (min-width: 481px) {
        .contents__list ul li {
          width: calc((100% - 45px)/4);
          margin-right: 15px; }
          .contents__list ul li:nth-child(4n) {
            margin-right: 0; } }
      .contents__list ul li a {
        display: block;
        height: 100%;
        display: flex;
        flex-wrap: wrap;
        justify-content: flex-start;
        align-items: center; }
        @media screen and (min-width: 769px) {
          .contents__list ul li a {
            display: flex;
            flex-wrap: wrap;
            justify-content: flex-start;
            align-items: flex-start; } }
        .contents__list ul li a img {
          width: 30%; }
          @media screen and (min-width: 481px) {
            .contents__list ul li a img {
              width: 100%; } }
        .contents__list ul li a .title {
          width: 70%;
          height: auto;
          padding: 10px;
          padding-right: 20px;
          font-size: 14px;
          color: #252525;
          font-weight: bold;
          line-height: 1.3;
          position: relative; }
          @media screen and (min-width: 481px) {
            .contents__list ul li a .title {
              width: 100%; } }
          .contents__list ul li a .title:after {
            display: block;
            position: absolute;
            top: 50%;
            width: 8px;
            height: 8px;
            margin-top: calc(8px / -2);
            border-top: solid 1px #252525;
            border-right: solid 1px #252525;
            -webkit-transform: rotate(45deg);
            transform: rotate(45deg);
            content: "";
            top: 50%;
            right: 10px; }
  .contents__list._length ul {
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-start;
    align-items: stretch; }
    @media screen and (max-width: 480px) {
      .contents__list._length ul li {
        width: calc((100% - 10px)/2); }
        .contents__list._length ul li:nth-child(2n-1) {
          margin-right: 10px; }
        .contents__list._length ul li a {
          align-items: flex-start; }
        .contents__list._length ul li img {
          width: 100%; }
        .contents__list._length ul li .title {
          width: 100%; } }
  @media screen and (min-width: 481px) {
    .contents__list._bnr ul li {
      width: calc((100% - 15px)/2); }
      .contents__list._bnr ul li:nth-child(2n) {
        margin-right: 0; } }
  .contents__list._bnr ul li a {
    height: 120px;
    position: relative;
    overflow: hidden; }
    .contents__list._bnr ul li a img {
      position: absolute;
      z-index: 0;
      width: 100%;
      left: 50%;
      top: 50%;
      position: absolute;
      transform: translate(-50%, -50%);
      -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%); }
    .contents__list._bnr ul li a .title {
      position: relative;
      z-index: 1;
      width: 100%;
      text-align: center;
      color: #fff;
      font-size: 18px;
      background: rgba(0, 0, 0, 0.5);
      line-height: 1.5;
      height: 100%;
      display: flex;
      flex-wrap: nowrap;
      justify-content: center;
      align-items: center; }
      .contents__list._bnr ul li a .title:after {
        display: none; }

.title-block {
  border-bottom: 1px solid #ccc;
  padding: 50px 0 0;
  text-align: center; }
  .title-block h3 {
    position: relative;
    padding: 0 0 30px;
    font-weight: normal;
    position: relative;
    font-size: 36px; }
    @media screen and (min-width: 769px) {
      .title-block h3 {
        font-size: 28px; } }
    .title-block h3:after {
      display: block;
      position: absolute;
      bottom: 0;
      left: 50%;
      width: 100px;
      height: 7px;
      background: #2196f3;
      transform: translateX(-50%);
      -webkit-transform: translateX(-50%);
      content: ""; }

#container {
  padding: 15px 0 0; }
  @media screen and (min-width: 769px) {
    #container {
      padding-top: 30px; } }
  #container.racename {
    padding: 0; }

.page-title {
  height: 85px;
  position: relative;
  margin-bottom: 15px; }
  @media screen and (min-width: 769px) {
    .page-title {
      height: 140px;
      margin: 0; } }
  .page-title > div {
    position: relative; }
  .page-title .inner-block {
    height: 100%; }
  .page-title .title-box {
    background: rgba(0, 104, 183, 0.95);
    position: absolute;
    z-index: 1;
    height: 100%;
    top: 15px;
    min-width: 40%; }
    @media screen and (min-width: 769px) {
      .page-title .title-box {
        top: 50%;
        position: absolute;
        transform: translate(0, -50%);
        -webkit-transform: translate(0, -50%);
        -ms-transform: translate(0, -50%);
        height: 80%; } }
    .page-title .title-box .inner-title-box {
      display: flex;
      flex-wrap: nowrap;
      justify-content: flex-start;
      align-items: flex-start;
      flex-direction: column;
      height: 100%;
      color: #fff;
      padding: 10px; }
      @media screen and (min-width: 769px) {
        .page-title .title-box .inner-title-box {
          padding: 20px; } }
      .page-title .title-box .inner-title-box h2 {
        width: auto;
        font-weight: bold;
        text-shadow: 0 1px 0 rgba(0, 0, 0, 0.4);
        margin-bottom: 10px;
        font-size: 20px; }
        @media screen and (min-width: 769px) {
          .page-title .title-box .inner-title-box h2 {
            font-size: 28px; } }
      .page-title .title-box .inner-title-box .eng {
        display: inline-block;
        border-top: 1px solid #fff;
        padding-top: 10px;
        font-size: 12px;
        text-shadow: 0 1px 0 rgba(4, 0, 0, 0.4); }
        @media screen and (min-width: 769px) {
          .page-title .title-box .inner-title-box .eng {
            font-size: 18px; } }
      .page-title .title-box .inner-title-box span {
        display: inline-block; }

.photo-block {
  margin-bottom: 20px; }
  .photo-block figure img {
    width: 100%;
    height: auto;
    vertical-align: bottom; }
  .photo-block figure figcaption {
    text-align: left;
    padding: 10px;
    font-size: 14px;
    background: #e6e6e6;
    line-height: 1.3; }

.paragraph p, #db .profile-area .paragraph p + p, #db .horsedata#horse--profile .profile-area .paragraph p, #interview #interview_main .interview_description, #interview #interview_main section p, #course._index .course__info__text, #course.__detail .course__detail__item .text {
  line-height: 1.5;
  font-size: 14px; }
  @media screen and (min-width: 769px) {
    .paragraph p, #db .profile-area .paragraph p + p, #db .horsedata#horse--profile .profile-area .paragraph p, #interview #interview_main .interview_description, #interview #interview_main section p, #course._index .course__info__text, #course.__detail .course__detail__item .text {
      line-height: 2;
      font-size: 16px; } }

.paragraph p + p {
  margin-top: 15px; }
  @media screen and (min-width: 769px) {
    .paragraph p + p {
      margin-top: 30px; } }

.paragraph .photo-block {
  margin-top: 10px; }

.relative-area {
  background: #f0f0f0;
  padding: 15px 10px;
  margin-bottom: 30px; }
  .relative-area .title-relative {
    font-size: 20px;
    margin-bottom: 10px; }
  .relative-area .relative-lists li a {
    display: block;
    font-size: 16px;
    font-weight: bold;
    position: relative;
    padding: 10px; }
    .relative-area .relative-lists li a:before {
      display: inline-block;
      vertical-align: middle;
      margin-right: 5px;
      width: 0;
      height: 0;
      border-style: solid;
      border-width: 3px 0 3px 6px;
      border-color: transparent transparent transparent #1d2088;
      content: ""; }
  .relative-area .relative-lists li + li {
    border-top: 1px dotted #ccc; }

#main.race {
  margin: 0 auto; }

#main .article-title {
  display: block; }

#main .content-box {
  background: #fff;
  padding: 30px 0 0;
  border-radius: 5px; }
  #main .content-box .tabs {
    border-bottom: 1px solid #ccc;
    padding: 0 10px;
    display: flex;
    flex-wrap: nowrap;
    justify-content: space-between;
    align-items: center; }
    @media screen and (min-width: 769px) {
      #main .content-box .tabs {
        padding: 0 20px; } }
    #main .content-box .tabs li {
      width: 100%; }
      #main .content-box .tabs li a {
        display: block;
        font-size: 16px;
        color: #252525;
        text-decoration: none;
        padding-bottom: 10px;
        position: relative;
        text-align: center; }
        #main .content-box .tabs li a.current {
          color: #0068b7;
          font-weight: bold; }
          #main .content-box .tabs li a.current:after {
            content: "";
            left: 50%;
            position: absolute;
            transform: translate(-50%, 0);
            -webkit-transform: translate(-50%, 0);
            -ms-transform: translate(-50%, 0);
            width: 100%;
            display: block;
            bottom: 0;
            height: 4px;
            background: #2196f3;
            color: #1d2088; }
  #main .content-box .content-footer {
    padding: 20px;
    text-align: right;
    font-size: 14px; }
    #main .content-box .content-footer a {
      color: #1d2088;
      font-weight: bold;
      text-decoration: none; }
      #main .content-box .content-footer a i {
        margin-right: 5px; }

#main > .head-area {
  background: #f0f0f0;
  padding: 10px;
  border-radius: 5px;
  position: relative;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center; }
  #main > .head-area .title {
    font-size: 18px;
    line-height: 1.3; }
    @media screen and (min-width: 769px) {
      #main > .head-area .title {
        font-size: 20px; } }
    #main > .head-area .title span {
      color: #0068b7; }
  #main > .head-area .title-time {
    margin-bottom: 10px; }
  #main > .head-area .time-stamp {
    font-size: 12px;
    text-align: right;
    width: 100%;
    margin: 5px 0 0 0; }
    @media screen and (min-width: 769px) {
      #main > .head-area .time-stamp {
        font-size: 14px;
        margin: 0 0 0 auto;
        width: auto; } }
  #main > .head-area .btn {
    height: 30px;
    padding: 0 10px;
    border: 1px solid #ccc;
    text-align: center;
    line-height: 30px;
    text-decoration: none; }
    #main > .head-area .btn:hover {
      background: #024788;
      color: #fff; }
  #main > .head-area.green-ch {
    background: #1fbba6;
    color: #fff; }

#main > .body-area {
  padding: 15px 0 30px; }
  #main > .body-area .lead-text {
    font-size: 14px;
    margin-bottom: 15px; }
  #main > .body-area .text-ttl {
    padding: 5px 0 5px 2px;
    border-bottom: 2px solid #1fbba6;
    margin-bottom: 15px;
    line-height: 1.3; }
  #main > .body-area.green-ch p + p {
    margin: 10px 5px;
    line-height: 1.5; }

#main .acc-box .trigger {
  border-top: 3px solid #0068b7;
  position: relative;
  background: #f2f7fb;
  padding: 10px;
  font-size: 16px;
  font-weight: bold;
  cursor: pointer;
  position: relative; }
  #main .acc-box .trigger:after {
    display: block;
    position: absolute;
    top: 50%;
    right: 10px;
    width: 7px;
    height: 7px;
    margin-top: -4px;
    border-top: solid 2px #252525;
    border-right: solid 2px #252525;
    -webkit-transform: rotate(315deg);
    transform: rotate(315deg);
    content: ""; }

#main .acc-box .active:after {
  -webkit-transform: rotate(135deg);
  transform: rotate(135deg); }

#main .acc-box .un-trigger {
  display: none; }

#main .acc-box .body {
  padding: 10px 0; }
  #main .acc-box .body .race-info {
    box-sizing: border-box;
    width: 100%;
    padding: 5px 10px;
    font-weight: bold; }
    #main .acc-box .body .race-info a {
      color: #252525;
      pointer-events: none;
      opacity: 1;
      display: flex;
      flex-wrap: nowrap;
      justify-content: start;
      align-items: center; }
      #main .acc-box .body .race-info a p {
        display: table-cell;
        vertical-align: middle;
        font-size: 14px; }
      #main .acc-box .body .race-info a .name {
        padding-left: 10px;
        width: calc(100% - 30px); }
    #main .acc-box .body .race-info a[href^="/schedule/"] {
      opacity: 1;
      color: #0068b7;
      pointer-events: auto; }
      #main .acc-box .body .race-info a[href^="/schedule/"]:hover {
        opacity: 0.6; }
    #main .acc-box .body .race-info + .race-info {
      border-top: 1px dotted #ccc; }

.info-box {
  background: #f0f0f0;
  margin-bottom: 30px;
  padding: 15px; }
  .info-box p {
    font-size: 16px; }
    .info-box p + p {
      margin-top: 10px; }
  .info-box .flag_s {
    margin-right: 10px;
    vertical-align: bottom; }

a.link_btn {
  display: block;
  width: 70%;
  max-width: 300px;
  margin: 30px auto 0;
  padding: 15px;
  background: #2196f3;
  color: #fff;
  font-size: 14px;
  text-align: center;
  position: relative; }
  @media screen and (min-width: 769px) {
    a.link_btn {
      font-size: 16px; } }
  a.link_btn:after {
    display: block;
    position: absolute;
    top: 50%;
    width: 8px;
    height: 8px;
    margin-top: calc(8px / -2);
    border-top: solid 1px #fff;
    border-right: solid 1px #fff;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    content: "";
    right: 15px; }

#bread-crumb {
  padding: 10px 0 0;
  margin-top: 20px; }
  #bread-crumb.pattern_st {
    background: #eee; }
  #bread-crumb ul {
    display: flex;
    flex-wrap: wrap;
    justify-content: start;
    align-items: center; }
    #bread-crumb ul li {
      font-size: 13px;
      padding-bottom: 10px;
      line-height: 1; }
      #bread-crumb ul li a {
        display: block;
        position: relative;
        padding-right: 15px;
        margin-right: 10px;
        color: #1d2088;
        text-decoration: none; }
        #bread-crumb ul li a:hover {
          opacity: 0.6; }
        #bread-crumb ul li a:after {
          display: block;
          width: 7px;
          height: 7px;
          border-top: solid 1px #252525;
          border-right: solid 1px #252525;
          -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
          content: "";
          position: absolute;
          top: 1px;
          right: 0; }
      #bread-crumb ul li.nolink span {
        display: block;
        position: relative;
        margin-right: 10px;
        padding-right: 15px; }
        #bread-crumb ul li.nolink span:after {
          display: block;
          width: 7px;
          height: 7px;
          border-top: solid 1px #252525;
          border-right: solid 1px #252525;
          -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
          content: ""; }
      #bread-crumb ul li:last-child {
        margin-right: 0; }
      #bread-crumb ul li.current {
        color: #252525; }

#sns-area, #sp-sns-area {
  display: none; }

.alert {
  margin-bottom: 20px;
  text-align: left;
  color: #f00;
  font-size: 12px;
  line-height: 1.6; }

.red {
  color: #f00; }

.text-ttl {
  font-size: 16px;
  font-weight: bold; }
  @media screen and (min-width: 769px) {
    .text-ttl {
      font-size: 18px; } }

.bold {
  font-weight: bold; }

.mini {
  font-size: 14px;
  line-height: 150%; }

.content-footer.side_news {
  font-size: 14px;
  padding: 20px;
  text-align: right; }

.unknown {
  padding: 50px 0 0;
  text-align: center; }
  .unknown h3 {
    font-size: 32px;
    font-weight: bold;
    padding: 0 0 30px; }
  .unknown p {
    font-size: 28px;
    font-weight: bold;
    padding: 0 0 30px; }
    .unknown p a {
      text-decoration: underline; }

.button-lists {
  width: 100%;
  margin: 0 0 20px;
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
  align-items: center; }
  .button-lists li {
    width: calc((100% - 5px)/2);
    margin: 0 5px 0 0; }
    .button-lists li:nth-child(n + 3) {
      margin-top: 5px; }
    .button-lists li:nth-child(2n) {
      margin-right: 0; }
    @media screen and (min-width: 769px) {
      .button-lists li, .button-lists li:nth-child(n + 2), .button-lists li:nth-child(2n) {
        width: calc((100% - 15px)/4);
        margin: 0 5px 0 0; }
      .button-lists li:nth-child(n + 5) {
        margin-top: 5px; }
      .button-lists li:nth-child(4n) {
        margin-right: 0; } }
    .button-lists li a {
      height: 30px;
      line-height: 30px;
      display: block;
      font-size: 13px;
      letter-spacing: -0.05rem;
      border: 1px solid #0068b7;
      border-radius: 5px;
      width: 100%;
      padding: 0;
      margin: 0 auto;
      display: flex;
      flex-wrap: nowrap;
      justify-content: center;
      align-items: center; }
      @media screen and (min-width: 769px) {
        .button-lists li a {
          letter-spacing: 0rem;
          font-size: 14px; } }
      .button-lists li a:hover {
        background: #0068b7;
        color: #fff; }
      .button-lists li a.current {
        background: #0068b7;
        color: #fff;
        border: 1px solid #0068b7; }

.anchor-block {
  margin-top: -50px;
  padding-top: 50px; }
  @media screen and (min-width: 769px) {
    .anchor-block {
      margin-top: -110px;
      padding-top: 110px; } }

.section .head-area {
  border-bottom: 3px solid #1d2088;
  position: relative;
  padding: 0 0 5px 0;
  margin-bottom: 15px;
  display: flex;
  flex-wrap: nowrap;
  justify-content: flex-start;
  align-items: center; }
  .section .head-area p {
    margin-bottom: 0; }
  .section .head-area .button {
    font-size: 14px;
    border: none; }
    .section .head-area .button:hover {
      color: #fff;
      background-color: #024788; }

.section .body-area .links li a {
  font-size: 16px; }
  .section .body-area .links li a img {
    vertical-align: middle;
    margin-right: 5px; }

.section .body-area .links li img {
  vertical-align: middle;
  margin-right: 5px; }

.section .body-area .links li + li {
  margin-left: 15px; }

.section .article-box {
  margin-bottom: 30px; }
  .section .article-box p {
    font-size: 14px;
    margin-bottom: 15px;
    line-height: 150%; }
  .section .article-box figure img {
    vertical-align: bottom; }
  .section .article-box figure figcaption {
    background: #f2f2f2;
    text-align: center;
    padding: 10px 0;
    line-height: 1.3; }

.section .text-right {
  text-align: right;
  margin-bottom: 10px;
  font-size: 12px;
  line-height: 1.4; }
  .section .text-right a i {
    margin-right: 5px; }

.section .bottom-text {
  text-align: left;
  font-size: 12px; }

.lead-text {
  text-align: left;
  font-size: 12px;
  line-height: 1.5; }

.contents .tab {
  width: 100%;
  margin: 0 auto; }
  @media screen and (min-width: 769px) {
    .contents .tab {
      width: 95%;
      max-width: 960px; } }
  .contents .tab ul {
    display: flex;
    flex-wrap: nowrap;
    justify-content: space-between;
    align-items: center; }
    @media screen and (min-width: 769px) {
      .contents .tab ul {
        justify-content: center; } }
    .contents .tab ul li {
      width: 50%;
      position: relative;
      text-align: center;
      opacity: .5; }
      .contents .tab ul li.current {
        opacity: 1; }
        .contents .tab ul li.current a {
          font-weight: bold; }
      .contents .tab ul li + li:after {
        content: "";
        width: 1px;
        height: 20px;
        position: absolute;
        left: 0;
        top: 50%;
        margin-top: -10px;
        background: #ccc;
        display: block; }
      .contents .tab ul li a {
        display: block;
        padding: 20px 0;
        height: 100%;
        color: #252525;
        font-size: 18px; }
      @media screen and (min-width: 769px) {
        .contents .tab ul li {
          width: 100%; }
          .contents .tab ul li:hover {
            opacity: 1; }
            .contents .tab ul li:hover a {
              color: #1975D2;
              text-decoration: underline; } }
  .contents .tab.tab3 ul li {
    width: calc(100% / 3); }
    @media screen and (min-width: 769px) {
      .contents .tab.tab3 ul li {
        width: 100%; } }
  .contents .tab.tab4 ul li {
    width: calc(100% / 4); }
    @media screen and (min-width: 769px) {
      .contents .tab.tab4 ul li {
        width: 100%; } }
  .contents .tab._mini ul {
    position: relative; }
    .contents .tab._mini ul:after, .contents .tab._mini ul:before {
      content: "";
      width: 1px;
      height: 20px;
      position: absolute;
      top: 50%;
      margin-top: -10px;
      background: #ccc;
      display: block; }
    .contents .tab._mini ul:before {
      left: 0; }
    .contents .tab._mini ul:after {
      right: 0; }
    .contents .tab._mini ul li a {
      font-size: 14px;
      font-weight: bold; }

.contents .panel__section {
  display: none; }
  .contents .panel__section.active {
    display: block; }

.specialLink {
  width: 100%;
  padding: 20px 0; }
  .specialLink > a {
    display: block;
    width: 95%;
    margin: 0 auto;
    padding: 6px 18px 6px 6px;
    background: #f7f7f7;
    border-radius: 2.5px;
    border: 1px solid #d2d2d2;
    box-shadow: 0px 8px 8px -6px rgba(0, 0, 0, 0.21);
    display: flex;
    flex-wrap: nowrap;
    justify-content: flex-start;
    align-items: center;
    position: relative; }
    @media screen and (min-width: 769px) {
      .specialLink > a {
        padding-right: 35px;
        width: 80%;
        max-width: 800px; } }
    .specialLink > a + a {
      margin-top: 10px; }
      @media screen and (min-width: 769px) {
        .specialLink > a + a {
          margin-top: 15px; } }
    .specialLink > a:after {
      display: block;
      position: absolute;
      top: 50%;
      width: 7px;
      height: 7px;
      margin-top: calc(7px / -2);
      border-top: solid 1px #252525;
      border-right: solid 1px #252525;
      -webkit-transform: rotate(45deg);
      transform: rotate(45deg);
      content: "";
      right: 12px; }
      @media screen and (min-width: 769px) {
        .specialLink > a:after {
          display: block;
          position: absolute;
          top: 50%;
          width: 10px;
          height: 10px;
          margin-top: calc(10px / -2);
          border-top: solid 1px #252525;
          border-right: solid 1px #252525;
          -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
          content: "";
          right: 25px; } }
    .specialLink > a:hover {
      opacity: .7; }
    .specialLink > a figure {
      width: 80px;
      height: 53.5px;
      line-height: 0;
      overflow: hidden;
      position: relative;
      background: #fff; }
      @media screen and (min-width: 769px) {
        .specialLink > a figure {
          width: 120px;
          height: 80px; } }
      .specialLink > a figure img {
        left: 50%;
        top: 50%;
        position: absolute;
        transform: translate(-50%, -50%);
        -webkit-transform: translate(-50%, -50%);
        -ms-transform: translate(-50%, -50%); }
      .specialLink > a figure .icon_play {
        left: 50%;
        top: 50%;
        position: absolute;
        transform: translate(-50%, -50%);
        -webkit-transform: translate(-50%, -50%);
        -ms-transform: translate(-50%, -50%); }
    .specialLink > a p {
      padding: 5px 0 5px 10px;
      line-height: 1.3;
      font-size: 13px;
      font-weight: bold; }
      @media screen and (min-width: 769px) {
        .specialLink > a p {
          padding-left: 15px;
          font-size: 18px; } }
      .specialLink > a p span {
        display: block;
        font-size: 11px;
        font-weight: normal;
        line-height: 1.2;
        margin-bottom: 3px; }
        @media screen and (min-width: 769px) {
          .specialLink > a p span {
            margin-bottom: 5px;
            font-size: 12px; } }
    .specialLink > a._large {
      width: 95%;
      padding: 0 18px 0 0;
      background: linear-gradient(120deg, white 0%, white 49%, #d6e3ec 100%); }
      @media screen and (min-width: 769px) {
        .specialLink > a._large {
          width: 100%;
          max-width: 960px;
          padding: 0 35px 0 0; } }
      .specialLink > a._large figure {
        width: 98px;
        height: 65.54px; }
        @media screen and (min-width: 769px) {
          .specialLink > a._large figure {
            width: 240px;
            height: 160.5px; } }
      .specialLink > a._large p {
        font-size: 14px; }
        @media screen and (min-width: 769px) {
          .specialLink > a._large p {
            font-size: 28px;
            padding-left: 25px; } }
        .specialLink > a._large p span {
          font-size: 10px; }
          @media screen and (min-width: 769px) {
            .specialLink > a._large p span {
              font-size: 18px; } }

input, button, textarea, select {
  margin: 0;
  padding: 0;
  background: none;
  border: none;
  border-radius: 0;
  outline: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  color: #252525;
  font-size: 14px; }

::placeholder {
  color: #252525; }

input[type="text"] {
  width: 100%;
  color: #252525; }
  input[type="text"]::placeholder {
    color: #999; }

input[type=radio], input[type=checkbox] {
  display: none; }

.radio, .checkbox {
  box-sizing: border-box;
  position: relative;
  display: inline-block;
  padding: 0 0 0 25px;
  vertical-align: middle;
  cursor: pointer; }

.radio:after, .checkbox:after {
  position: absolute;
  top: 50%;
  left: 0px;
  display: block;
  margin-top: -10px;
  width: 16px;
  height: 16px;
  border: 2px solid #bbb;
  border-radius: 6px;
  content: ''; }

.radio:before {
  -webkit-transition: opacity 0.2s linear;
  transition: opacity 0.2s linear;
  position: absolute;
  top: 50%;
  left: 20px;
  display: block;
  margin-top: -5px;
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background-color: #ff4081;
  content: '';
  opacity: 0; }

input[type=radio]:checked + .radio:before {
  opacity: 1; }

.checkbox:before {
  position: absolute;
  top: 50%;
  left: 7px;
  display: block;
  margin-top: -7px;
  width: 5px;
  height: 9px;
  border-right: 2px solid #ff4081;
  border-bottom: 2px solid #ff4081;
  content: '';
  opacity: 0;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg); }

input[type=checkbox]:checked + .checkbox:before {
  opacity: 1; }

.select-box {
  position: relative;
  background: #fff;
  border: 1px solid #a6a6a6; }
  .select-box:after {
    display: block;
    position: absolute;
    top: 50%;
    width: 6px;
    height: 6px;
    margin-top: calc(6px / -2);
    border-top: solid 1px #999;
    border-right: solid 1px #999;
    -webkit-transform: rotate(135deg);
    transform: rotate(135deg);
    content: "";
    top: 50%;
    margin-top: -4px;
    right: 15px;
    pointer-events: none; }
  .select-box select {
    width: 100%;
    line-height: 1;
    padding: 10px 30px 10px 10px;
    font-size: 14px; }

.contents .form {
  width: 100%;
  padding: 10px 0;
  background: #eee;
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05), 0 2px 2px rgba(0, 0, 0, 0.05), 0 3px 3px rgba(0, 0, 0, 0.05); }
  .contents .form form {
    width: 95%;
    margin: 0 auto; }
    @media screen and (min-width: 769px) {
      .contents .form form {
        width: 95%;
        max-width: 960px; } }
    .contents .form form .search-box {
      font-size: 14px; }
      @media screen and (min-width: 769px) {
        .contents .form form .search-box {
          display: flex;
          flex-wrap: nowrap;
          justify-content: space-between;
          align-items: stretch; } }
      .contents .form form .search-box .select-box {
        width: 100%;
        border: none; }
        .contents .form form .search-box .select-box:after {
          display: none; }
        @media screen and (min-width: 769px) {
          .contents .form form .search-box .select-box {
            width: 300px; } }
        .contents .form form .search-box .select-box select {
          padding: 10px;
          border: 1px solid #a6a6a6;
          height: 100%; }
        .contents .form form .search-box .select-box i {
          position: absolute;
          pointer-events: none;
          top: 50%;
          position: absolute;
          transform: translate(0, -50%);
          -webkit-transform: translate(0, -50%);
          -ms-transform: translate(0, -50%);
          right: 15px;
          color: #252525; }
      .contents .form form .search-box .input-box {
        width: 100%;
        padding: 10px;
        margin-top: 10px;
        background: #fff;
        position: relative;
        line-height: 1;
        border: 1px solid #a6a6a6; }
        @media screen and (min-width: 769px) {
          .contents .form form .search-box .input-box {
            margin: 0;
            width: calc(100% - 310px); } }
        .contents .form form .search-box .input-box button {
          position: absolute;
          width: 50px;
          height: 100%;
          right: 0;
          top: 0;
          color: #FF3D82; }
          @media screen and (min-width: 769px) {
            .contents .form form .search-box .input-box button:hover {
              opacity: .8;
              cursor: pointer; } }

.acc-info {
  width: 100%;
  margin: 15px 0;
  position: relative; }
  .acc-info > div {
    width: 100%;
    position: relative; }
    .acc-info > div#free-area {
      width: 200px;
      margin-left: auto; }
    .acc-info > div .info-btn {
      padding: 10px;
      box-sizing: border-box;
      line-height: 1;
      font-weight: bold;
      display: flex;
      flex-wrap: nowrap;
      justify-content: center;
      align-items: center;
      font-size: 14px; }
      .acc-info > div .info-btn img {
        height: 20px;
        width: auto;
        margin-right: 8px; }
      .acc-info > div .info-btn:hover {
        cursor: pointer; }
    .acc-info > div#pay-area {
      display: none;
      margin-bottom: 5px; }
      .acc-info > div#pay-area .info-btn {
        background: #f4e9c9;
        position: relative; }
        .acc-info > div#pay-area .info-btn:after {
          display: block;
          position: absolute;
          top: 50%;
          right: 10px;
          width: 7px;
          height: 7px;
          margin-top: -7px;
          border-top: solid 2px #252525;
          border-right: solid 2px #252525;
          -webkit-transform: rotate(135deg);
          transform: rotate(135deg);
          content: ""; }
        .acc-info > div#pay-area .info-btn.active:after {
          margin-top: -2px;
          -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg); }
        .acc-info > div#pay-area .info-btn:hover {
          cursor: pointer; }
    .acc-info > div#free-area .info-btn {
      background: #eaeaea; }
      .acc-info > div#free-area .info-btn:hover {
        cursor: default; }
  .acc-info .info-box {
    display: none;
    position: relative;
    border-top: 1px solid #fff;
    padding: 15px;
    width: 100%;
    box-sizing: border-box;
    font-size: 14px; }
    .acc-info .info-box p {
      font-weight: bold;
      position: relative;
      z-index: 1; }
      .acc-info .info-box p.info-note {
        font-weight: normal;
        font-size: 12px; }
        .acc-info .info-box p.info-note a {
          text-decoration: underline; }
    .acc-info .info-box#pay-box {
      background: #f4e9c9; }

.pay-item-list {
  margin: 15px auto 10px;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center; }
  .pay-item-list li {
    padding: 5px 7px;
    background: #fff;
    border: #d2d2d2 1px solid;
    box-sizing: border-box;
    font-size: 14px;
    margin-right: 5px;
    margin-bottom: 5px; }

.item-pay-page .text-title, .item-free-page .text-title {
  position: relative; }
  .item-pay-page .text-title:after, .item-free-page .text-title:after {
    content: "";
    width: 20px;
    height: 20px;
    vertical-align: top;
    display: inline-block;
    margin-left: 10px; }

.item-pay-page .text-title:after {
  background: url(/img/ico_key_pay.png);
  background-size: contain; }

.item-free-page .text-title:after {
  background: url(/img/ico_key_free.png);
  background-size: contain; }

.pay-page h3.title:after {
  background: url("/img/ico_key_pay.png");
  background-size: contain; }

.free-page h3.title:after {
  background: url("/img/ico_key_free.png");
  background-size: contain; }

.more-area {
  display: none; }

.free-page.acc-no h3.title,
.pay-page.acc-no h3.title,
.pay-page.acc-free h3.title {
  position: relative; }
  .free-page.acc-no h3.title:after,
  .pay-page.acc-no h3.title:after,
  .pay-page.acc-free h3.title:after {
    content: "";
    width: 20px;
    height: 20px;
    vertical-align: text-bottom;
    display: inline-block;
    margin-left: 10px; }

.free-page.acc-no #main > .body-area,
.free-page.acc-no .contents__main,
.pay-page.acc-no #main > .body-area,
.pay-page.acc-no .contents__main,
.pay-page.acc-free #main > .body-area,
.pay-page.acc-free .contents__main {
  padding-bottom: 0;
  margin-bottom: 0; }

.free-page.acc-no .contents__main,
.pay-page.acc-no .contents__main,
.pay-page.acc-free .contents__main {
  height: 250px;
  overflow: hidden;
  position: relative; }
  .free-page.acc-no .contents__main:after,
  .pay-page.acc-no .contents__main:after,
  .pay-page.acc-free .contents__main:after {
    content: "";
    width: 100%;
    height: 200px;
    position: absolute;
    z-index: 1;
    bottom: -1px;
    left: 0;
    display: block;
    background: url("/img/over_white.png"); }
  .free-page.acc-no .contents__main + .more-area,
  .pay-page.acc-no .contents__main + .more-area,
  .pay-page.acc-free .contents__main + .more-area {
    width: 95%;
    margin: 0 auto; }
    @media screen and (min-width: 769px) {
      .free-page.acc-no .contents__main + .more-area,
      .pay-page.acc-no .contents__main + .more-area,
      .pay-page.acc-free .contents__main + .more-area {
        width: 95%;
        max-width: 960px; } }

.free-page.acc-no .more-area,
.pay-page.acc-no .more-area,
.pay-page.acc-free .more-area {
  display: block;
  width: 100%;
  padding: 15px;
  margin: 0 auto 25px;
  box-sizing: border-box;
  text-align: center;
  background: #f2f7fb; }
  .free-page.acc-no .more-area .more-title,
  .pay-page.acc-no .more-area .more-title,
  .pay-page.acc-free .more-area .more-title {
    color: #0068b6;
    font-weight: bold;
    margin-bottom: 15px;
    font-size: 18px;
    line-height: 1.4; }
  .free-page.acc-no .more-area .more-item,
  .pay-page.acc-no .more-area .more-item,
  .pay-page.acc-free .more-area .more-item {
    font-size: 12px; }
    .free-page.acc-no .more-area .more-item a,
    .pay-page.acc-no .more-area .more-item a,
    .pay-page.acc-free .more-area .more-item a {
      text-decoration: underline; }
  .free-page.acc-no .more-area .more-login-btn,
  .pay-page.acc-no .more-area .more-login-btn,
  .pay-page.acc-free .more-area .more-login-btn {
    width: 100%;
    height: 70px;
    max-width: 350px;
    margin: 25px auto;
    font-weight: bold;
    border-radius: 5px;
    color: #fff;
    background: #0cb24f;
    display: flex;
    flex-wrap: nowrap;
    justify-content: center;
    align-items: center;
    font-size: 20px;
    box-shadow: 0px 5px 0px -2px rgba(0, 0, 0, 0.4);
    -webkit-box-shadow: 0px 5px 0px -2px rgba(0, 0, 0, 0.4);
    -moz-box-shadow: 0px 5px 0px -2px rgba(0, 0, 0, 0.4); }
    .free-page.acc-no .more-area .more-login-btn:hover,
    .pay-page.acc-no .more-area .more-login-btn:hover,
    .pay-page.acc-free .more-area .more-login-btn:hover {
      opacity: .8;
      cursor: pointer; }
  .free-page.acc-no .more-area .more-note,
  .pay-page.acc-no .more-area .more-note,
  .pay-page.acc-free .more-area .more-note {
    text-align: left;
    font-size: 12px;
    font-size: 0.75rem; }

.pay-page.acc-free .more-area .more-login-btn {
  display: none; }

.sp#page .photo-block {
  margin-top: 15px; }

#pc .acc-info {
  display: flex;
  flex-wrap: nowrap;
  justify-content: flex-end;
  align-items: center; }
  #pc .acc-info > div .info-btn {
    padding: 8px 10px; }
    @media all and (-ms-high-contrast: none) {
      #pc .acc-info > div .info-btn {
        font-family: "メイリオ",Meiryo,"游ゴシック",YuGothic,"ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro","ＭＳ Ｐゴシック","MS PGothic",sans-serif; } }
  #pc .acc-info > div#pay-area {
    margin-right: 10px; }
    #pc .acc-info > div#pay-area:hover .info-box {
      display: block; }
  #pc .acc-info .info-box {
    position: absolute;
    top: 100%;
    left: 50%;
    margin-left: -200px;
    padding: 25px;
    width: 400px;
    box-sizing: border-box;
    border-top: 20px solid #fff;
    z-index: 10;
    font-size: 14px; }
    #pc .acc-info .info-box:before {
      content: "";
      position: absolute;
      bottom: 100%;
      left: 50%;
      margin-left: -10px;
      width: 0;
      height: 0;
      border-style: solid;
      border-width: 0 10px 13px 10px;
      border-color: transparent transparent #f4e9c9 transparent;
      z-index: 0; }

#pc .pay-item-list {
  margin: 25px auto 20px; }
  #pc .pay-item-list li {
    font-size: 12px; }
    @media all and (-ms-high-contrast: none) {
      #pc .pay-item-list li {
        font-family: "メイリオ",Meiryo,"游ゴシック",YuGothic,"ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro","ＭＳ Ｐゴシック","MS PGothic",sans-serif; } }

#pc .free-page h3.title, #pc .pay-page h3.title {
  position: relative; }
  #pc .free-page h3.title:after, #pc .pay-page h3.title:after {
    content: "";
    width: 20px;
    height: 20px;
    display: inline-block;
    margin-left: 10px; }

#pc .free-page .more-area, #pc .pay-page .more-area {
  display: none; }

#pc .pay-page h3.title:after {
  background: url(/img/icons.png) 0 0 no-repeat;
  background-size: 200px auto;
  background-position: -120px 0px; }

#pc .free-page h3.title:after {
  background: url(/img/icons.png) 0 0 no-repeat;
  background-size: 200px auto;
  background-position: -140px 0px; }

#pc .free-page.acc-no .more-area,
#pc .pay-page.acc-no .more-area,
#pc .pay-page.acc-free .more-area {
  display: block;
  padding: 25px; }
  #pc .free-page.acc-no .more-area .more-title,
  #pc .pay-page.acc-no .more-area .more-title,
  #pc .pay-page.acc-free .more-area .more-title {
    margin-bottom: 25px;
    font-size: 24px; }
  #pc .free-page.acc-no .more-area .more-item,
  #pc .pay-page.acc-no .more-area .more-item,
  #pc .pay-page.acc-free .more-area .more-item {
    font-size: 12px; }
    #pc .free-page.acc-no .more-area .more-item .pay-item-list,
    #pc .pay-page.acc-no .more-area .more-item .pay-item-list,
    #pc .pay-page.acc-free .more-area .more-item .pay-item-list {
      margin: 15px auto 10px;
      max-width: 350px; }
    #pc .free-page.acc-no .more-area .more-item a,
    #pc .pay-page.acc-no .more-area .more-item a,
    #pc .pay-page.acc-free .more-area .more-item a {
      text-decoration: underline; }
  #pc .free-page.acc-no .more-area .more-login-btn,
  #pc .pay-page.acc-no .more-area .more-login-btn,
  #pc .pay-page.acc-free .more-area .more-login-btn {
    width: 80%;
    display: flex;
    flex-wrap: nowrap;
    justify-content: center;
    align-items: center;
    font-size: 24px; }
    @media all and (-ms-high-contrast: none) {
      #pc .free-page.acc-no .more-area .more-login-btn,
      #pc .pay-page.acc-no .more-area .more-login-btn,
      #pc .pay-page.acc-free .more-area .more-login-btn {
        font-family: "メイリオ",Meiryo,"游ゴシック",YuGothic,"ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro","ＭＳ Ｐゴシック","MS PGothic",sans-serif; } }

#home .contents {
  padding-top: 0; }

#home .sliderTopArrow, #home .slideArrow {
  width: 100%;
  max-width: 960px;
  height: 100%;
  margin: 0 auto;
  z-index: 10;
  pointer-events: none;
  left: 50%;
  position: absolute;
  transform: translate(-50%, 0);
  -webkit-transform: translate(-50%, 0);
  -ms-transform: translate(-50%, 0); }
  #home .sliderTopArrow:hover, #home .slideArrow:hover {
    opacity: .5; }
  #home .sliderTopArrow i, #home .slideArrow i {
    height: 100%;
    width: 25px;
    font-size: 0;
    position: absolute;
    pointer-events: auto; }
  #home .sliderTopArrowPrev i, #home .slideArrowPrev i {
    left: 0; }
    #home .sliderTopArrowPrev i:before, #home .slideArrowPrev i:before {
      display: block;
      position: absolute;
      top: 50%;
      width: 15px;
      height: 15px;
      margin-top: calc(15px / -2);
      border-top: solid 2px #fff;
      border-right: solid 2px #fff;
      -webkit-transform: rotate(-135deg);
      transform: rotate(-135deg);
      content: "";
      left: 15px; }
    @media screen and (min-width: 769px) {
      #home .sliderTopArrowPrev i:before, #home .slideArrowPrev i:before {
        display: block;
        position: absolute;
        top: 50%;
        width: 25px;
        height: 25px;
        margin-top: calc(25px / -2);
        border-top: solid 4px #fff;
        border-right: solid 4px #fff;
        -webkit-transform: rotate(-135deg);
        transform: rotate(-135deg);
        content: "";
        left: 20px; } }
  #home .sliderTopArrowNext i, #home .slideArrowNext i {
    right: 0; }
    #home .sliderTopArrowNext i:after, #home .slideArrowNext i:after {
      display: block;
      position: absolute;
      top: 50%;
      width: 15px;
      height: 15px;
      margin-top: calc(15px / -2);
      border-top: solid 2px #fff;
      border-right: solid 2px #fff;
      -webkit-transform: rotate(45deg);
      transform: rotate(45deg);
      content: "";
      right: 15px; }
    @media screen and (min-width: 769px) {
      #home .sliderTopArrowNext i:after, #home .slideArrowNext i:after {
        display: block;
        position: absolute;
        top: 50%;
        width: 25px;
        height: 25px;
        margin-top: calc(25px / -2);
        border-top: solid 4px #fff;
        border-right: solid 4px #fff;
        -webkit-transform: rotate(45deg);
        transform: rotate(45deg);
        content: "";
        right: 20px; } }
  #home .sliderTopArrowNextWh, #home .sliderTopArrowPrevWh, #home .sliderTopArrowPrevBk, #home .sliderTopArrowNextBk, #home .slideArrowNextWh, #home .slideArrowPrevWh, #home .slideArrowPrevBk, #home .slideArrowNextBk {
    display: none; }
  @media screen and (min-width: 769px) {
    #home .sliderTopArrowPrevWh, #home .sliderTopArrowPrevBk, #home .slideArrowPrevWh, #home .slideArrowPrevBk {
      display: block; }
      #home .sliderTopArrowPrevWh i, #home .sliderTopArrowPrevBk i, #home .slideArrowPrevWh i, #home .slideArrowPrevBk i {
        left: 0; }
        #home .sliderTopArrowPrevWh i:before, #home .sliderTopArrowPrevBk i:before, #home .slideArrowPrevWh i:before, #home .slideArrowPrevBk i:before {
          display: block;
          position: absolute;
          top: 50%;
          width: 20px;
          height: 20px;
          margin-top: calc(20px / -2);
          border-top: solid 2px #fff;
          border-right: solid 2px #fff;
          -webkit-transform: rotate(-135deg);
          transform: rotate(-135deg);
          content: "";
          left: 4px; }
    #home .sliderTopArrowNextWh, #home .sliderTopArrowNextBk, #home .slideArrowNextWh, #home .slideArrowNextBk {
      display: block; }
      #home .sliderTopArrowNextWh i, #home .sliderTopArrowNextBk i, #home .slideArrowNextWh i, #home .slideArrowNextBk i {
        right: 0; }
        #home .sliderTopArrowNextWh i:before, #home .sliderTopArrowNextBk i:before, #home .slideArrowNextWh i:before, #home .slideArrowNextBk i:before {
          display: block;
          position: absolute;
          top: 50%;
          width: 20px;
          height: 20px;
          margin-top: calc(20px / -2);
          border-top: solid 2px #fff;
          border-right: solid 2px #fff;
          -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
          content: "";
          right: 4px; }
    #home .sliderTopArrowPrevBk i:before, #home .slideArrowPrevBk i:before {
      display: block;
      position: absolute;
      top: 50%;
      width: 20px;
      height: 20px;
      margin-top: calc(20px / -2);
      border-top: solid 2px #252525;
      border-right: solid 2px #252525;
      -webkit-transform: rotate(-135deg);
      transform: rotate(-135deg);
      content: ""; }
    #home .sliderTopArrowNextBk i:before, #home .slideArrowNextBk i:before {
      display: block;
      position: absolute;
      top: 50%;
      width: 20px;
      height: 20px;
      margin-top: calc(20px / -2);
      border-top: solid 2px #252525;
      border-right: solid 2px #252525;
      -webkit-transform: rotate(45deg);
      transform: rotate(45deg);
      content: ""; } }

#home .slick-dots {
  left: 50%;
  position: absolute;
  transform: translate(-50%, 0);
  -webkit-transform: translate(-50%, 0);
  -ms-transform: translate(-50%, 0);
  bottom: 10px;
  z-index: 999; }
  #home .slick-dots li {
    cursor: pointer;
    float: left;
    background: transparent;
    width: 7px;
    height: 7px;
    border-radius: 50%;
    margin: 0 2px;
    border: 2px solid #fff;
    text-indent: -9999px;
    -moz-transition: all 0.25s ease;
    -webkit-transition: all 0.25s ease;
    transition: all 0.25s ease; }
    #home .slick-dots li.slick-active {
      background: #fff; }

#home #slide-container {
  position: relative; }
  #home #slide-container #slider {
    height: 160px; }
    @media screen and (min-width: 769px) {
      #home #slide-container #slider {
        height: calc(100vw * 0.3125); } }
    #home #slide-container #slider a {
      display: none; }
    #home #slide-container #slider.slick-initialized {
      height: auto; }
      #home #slide-container #slider.slick-initialized a {
        display: block; }
        #home #slide-container #slider.slick-initialized a:hover {
          opacity: 10; }
          #home #slide-container #slider.slick-initialized a:hover .btn {
            background: #ff4081 !important;
            opacity: 1;
            border: 2px solid #ff4081; }
    #home #slide-container #slider .elem {
      width: 95%;
      text-align: center;
      z-index: 2;
      left: 50%;
      top: 50%;
      position: absolute;
      transform: translate(-50%, -50%);
      -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%); }
      #home #slide-container #slider .elem h2 {
        color: #fff;
        margin-bottom: 10px;
        font-size: 20px;
        line-height: 1.3;
        -webkit-text-size-adjust: 100%; }
        @media screen and (min-width: 769px) {
          #home #slide-container #slider .elem h2 {
            margin-bottom: 15px;
            font-size: 34px; } }
      #home #slide-container #slider .elem .data-info {
        color: #ff4081;
        font-weight: bold;
        margin-bottom: 10px;
        text-shadow: #000 0 0 5px;
        font-size: 12px;
        -webkit-text-size-adjust: 100%; }
        @media screen and (min-width: 769px) {
          #home #slide-container #slider .elem .data-info {
            font-size: 18px;
            margin-bottom: 15px; } }
      #home #slide-container #slider .elem .btn {
        display: inline-block;
        width: 120px;
        background: none !important;
        height: 35px;
        line-height: 30px;
        font-size: 12px;
        text-align: center;
        margin: 0 auto;
        color: #fff;
        text-decoration: none;
        border: 2px solid #fff;
        border-radius: 5px; }
        @media screen and (min-width: 769px) {
          #home #slide-container #slider .elem .btn {
            width: 240px;
            height: 45px;
            line-height: 40px;
            font-size: 16px; }
            #home #slide-container #slider .elem .btn:hover {
              background: #ff4081 !important;
              opacity: 1;
              border: 2px solid #ff4081; } }
    #home #slide-container #slider img {
      object-fit: cover;
      width: 100%;
      height: 160px;
      opacity: 0.6; }
      @media screen and (min-width: 769px) {
        #home #slide-container #slider img {
          height: auto; } }

#home #slide-container {
  position: relative; }
  #home #slide-container #slider {
    height: 160px; }
    @media screen and (min-width: 769px) {
      #home #slide-container #slider {
        height: calc(100vw * 0.3125); } }
    #home #slide-container #slider a {
      display: none; }
    #home #slide-container #slider.slick-initialized {
      height: auto; }
      #home #slide-container #slider.slick-initialized a {
        display: block;
        position: relative;
        width: 100%;
        height: 100%;
        background-color: #000; }

#home #photo-gallery {
  padding: 15px 0px;
  text-align: center; }
  @media screen and (min-width: 769px) {
    #home #photo-gallery {
      padding: 20px 0px; } }
  #home #photo-gallery .head-area {
    display: flex;
    flex-wrap: nowrap;
    justify-content: center;
    align-items: center; }
  #home #photo-gallery h2 {
    line-height: 1;
    text-align: center;
    font-size: 18px;
    color: #fff;
    display: inline-block;
    margin-bottom: 15px; }
    @media screen and (min-width: 769px) {
      #home #photo-gallery h2 {
        font-size: 20px; } }
    #home #photo-gallery h2 .icons {
      width: calc(80px * 0.25);
      height: calc(80px * 0.25);
      overflow: hidden;
      display: inline-block;
      margin-right: 5px;
      vertical-align: middle;
      margin-top: -0.2em; }
      #home #photo-gallery h2 .icons:before {
        display: block;
        content: "";
        width: calc(80px * 0.25);
        height: calc(80px * 0.25);
        background: url(/img/icons.png) 0 0 no-repeat;
        background-size: 204.5px auto;
        border: none;
        margin: 0; }
      #home #photo-gallery h2 .icons.icon_horse_blue:before {
        background-position: 0px 0px; }
      #home #photo-gallery h2 .icons.icon_horse_pink:before {
        background-position: -20.5px 0px; }
      #home #photo-gallery h2 .icons.icon_crown01:before {
        background-position: -41px 0px; }
      #home #photo-gallery h2 .icons.icon_crown02:before {
        background-position: -61.5px 0px; }
      #home #photo-gallery h2 .icons.icon_crown03:before {
        background-position: -82px 0px; }
      #home #photo-gallery h2 .icons.icon_title:before {
        background-position: -102.5px 0px; }
      #home #photo-gallery h2 .icons.icon_look_pay:before {
        background-position: -123px 0px; }
      #home #photo-gallery h2 .icons.icon_look_free:before {
        background-position: -143.5px 0px; }
      #home #photo-gallery h2 .icons.icon_play:before {
        background-position: -164px 0px; }
      #home #photo-gallery h2 .icons.icon_twitter:before {
        background-position: -184.5px 0px; }
      #home #photo-gallery h2 .icons.icon_facebook:before {
        background-position: 0px -20.5px; }
      #home #photo-gallery h2 .icons.icon_line:before {
        background-position: -20.5px -20.5px; }
      #home #photo-gallery h2 .icons.icon_horse:before {
        background-position: -41px -20.5px; }
      @media screen and (min-width: 769px) {
        #home #photo-gallery h2 .icons {
          width: calc(80px * 0.3);
          height: calc(80px * 0.3);
          overflow: hidden; }
          #home #photo-gallery h2 .icons:before {
            display: block;
            content: "";
            width: calc(80px * 0.3);
            height: calc(80px * 0.3);
            background: url(/img/icons.png) 0 0 no-repeat;
            background-size: 245.4px auto;
            border: none;
            margin: 0; }
          #home #photo-gallery h2 .icons.icon_horse_blue:before {
            background-position: 0px 0px; }
          #home #photo-gallery h2 .icons.icon_horse_pink:before {
            background-position: -24.6px 0px; }
          #home #photo-gallery h2 .icons.icon_crown01:before {
            background-position: -49.2px 0px; }
          #home #photo-gallery h2 .icons.icon_crown02:before {
            background-position: -73.8px 0px; }
          #home #photo-gallery h2 .icons.icon_crown03:before {
            background-position: -98.4px 0px; }
          #home #photo-gallery h2 .icons.icon_title:before {
            background-position: -123px 0px; }
          #home #photo-gallery h2 .icons.icon_look_pay:before {
            background-position: -147.6px 0px; }
          #home #photo-gallery h2 .icons.icon_look_free:before {
            background-position: -172.2px 0px; }
          #home #photo-gallery h2 .icons.icon_play:before {
            background-position: -196.8px 0px; }
          #home #photo-gallery h2 .icons.icon_twitter:before {
            background-position: -221.4px 0px; }
          #home #photo-gallery h2 .icons.icon_facebook:before {
            background-position: 0px -24.6px; }
          #home #photo-gallery h2 .icons.icon_line:before {
            background-position: -24.6px -24.6px; }
          #home #photo-gallery h2 .icons.icon_horse:before {
            background-position: -49.2px -24.6px; } }
  #home #photo-gallery .btn {
    margin: 0 0 15px 10px;
    border: 1px solid #fff;
    border-radius: 5px;
    color: #fff;
    font-size: 12px;
    line-height: 1;
    padding: 0 20px 0 10px;
    height: 20px;
    position: relative;
    display: flex;
    flex-wrap: nowrap;
    justify-content: center;
    align-items: center; }
    #home #photo-gallery .btn:after {
      display: block;
      position: absolute;
      top: 50%;
      width: 6px;
      height: 6px;
      margin-top: calc(6px / -2);
      border-top: solid 1px #fff;
      border-right: solid 1px #fff;
      -webkit-transform: rotate(45deg);
      transform: rotate(45deg);
      content: "";
      right: 8px; }
  #home #photo-gallery .body {
    padding: 0;
    position: relative;
    width: 95%;
    margin: 0 auto;
    -ms-overflow-style: none;
    scrollbar-width: none; }
    @media screen and (min-width: 769px) {
      #home #photo-gallery .body {
        width: 95%;
        max-width: 960px; } }
    @media screen and (max-width: 480px) {
      #home #photo-gallery .body {
        overflow-x: scroll;
        overflow-y: hidden; } }
    #home #photo-gallery .body::-webkit-scrollbar {
      display: none; }
    @media screen and (orientation: landscape) {
      #home #photo-gallery .body {
        overflow-y: scroll; } }
  @media screen and (orientation: landscape) and (min-width: 769px) {
    #home #photo-gallery .body {
      overflow-y: hidden; } }
    #home #photo-gallery .body ul {
      width: 150%;
      width: max-content;
      display: flex;
      flex-wrap: nowrap;
      justify-content: flex-start;
      align-items: stretch; }
      @media screen and (min-width: 769px) {
        #home #photo-gallery .body ul {
          display: block;
          width: calc(100% - 40px);
          margin: 0 auto;
          padding: 0 5px; } }
      #home #photo-gallery .body ul li {
        width: 150px;
        margin: 0 10px 0 0;
        position: relative; }
        #home #photo-gallery .body ul li:last-child {
          margin-right: 0; }
        @media screen and (min-width: 769px) {
          #home #photo-gallery .body ul li, #home #photo-gallery .body ul li:last-child {
            margin: 0 7px;
            padding: 2px; } }
        #home #photo-gallery .body ul li a {
          display: block;
          width: 100%; }

#home .info__title {
  text-align: center;
  padding: 15px 0;
  background-attachment: fixed;
  background-image: linear-gradient(-225deg, #CBBACC 0%, #2580B3 100%);
  position: relative; }
  #home .info__title:after {
    content: "";
    position: absolute;
    z-index: 0;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: block;
    background-attachment: fixed;
    background-size: auto auto;
    background-color: rgba(255, 255, 255, 0);
    background-image: repeating-linear-gradient(135deg, rgba(255, 255, 255, 0.67), rgba(255, 255, 255, 0.67) 4px, rgba(255, 255, 255, 0.7) 4px, rgba(255, 255, 255, 0.7) 8px); }
  #home .info__title p {
    width: 95%;
    margin: 0 auto;
    position: relative;
    z-index: 1;
    padding: 0 50px;
    text-align: center; }
    @media screen and (min-width: 769px) {
      #home .info__title p {
        width: 95%;
        max-width: 960px; } }
    #home .info__title p span {
      color: #252525;
      font-weight: bold; }

#home .special {
  margin-bottom: 20px; }
  #home .special__parent {
    width: 95%;
    margin: 0 auto;
    border-bottom: 1px solid #707070; }
    @media screen and (min-width: 769px) {
      #home .special__parent {
        width: 95%;
        max-width: 960px; } }
    #home .special__parent a {
      display: block;
      padding: 10px 0;
      position: relative; }
      #home .special__parent a .name {
        color: #252525;
        font-size: 16px;
        font-weight: bold; }
      #home .special__parent a .info {
        margin-top: 5px;
        color: #252525;
        font-size: 12px; }
        #home .special__parent a .info .flags {
          width: calc(60px * 0.3);
          height: calc(40px * 0.3);
          overflow: hidden; }
          #home .special__parent a .info .flags:before {
            display: block;
            content: "";
            width: calc(60px * 0.3);
            height: calc(40px * 0.3);
            background: url(/img/flags.png) 0 0 no-repeat;
            background-size: 185.4px auto;
            border: none;
            margin: 0; }
          #home .special__parent a .info .flags.flag_irl:before {
            background-position: 0px 0px; }
          #home .special__parent a .info .flags.flag_bri:before {
            background-position: -18.6px 0px; }
          #home .special__parent a .info .flags.flag_fra:before {
            background-position: -37.2px 0px; }
          #home .special__parent a .info .flags.flag_usa:before {
            background-position: -55.8px 0px; }
          #home .special__parent a .info .flags.flag_aus:before {
            background-position: -74.4px 0px; }
          #home .special__parent a .info .flags.flag_uae:before {
            background-position: -93px 0px; }
          #home .special__parent a .info .flags.flag_hkg:before {
            background-position: -111.6px 0px; }
          #home .special__parent a .info .flags.flag_jpn:before {
            background-position: -130.2px 0px; }
          #home .special__parent a .info .flags.flag_ita:before {
            background-position: -148.8px 0px; }
          #home .special__parent a .info .flags.flag_deu:before {
            background-position: -167.4px 0px; }
          #home .special__parent a .info .flags.flag_kwt:before {
            background-position: 0px -12.6px; }
          #home .special__parent a .info .flags.flag_zaf:before {
            background-position: -18.6px -12.6px; }
          #home .special__parent a .info .flags.flag_chn:before {
            background-position: -37.2px -12.6px; }
          #home .special__parent a .info .flags.flag_sau:before {
            background-position: -55.8px -12.6px; }
          #home .special__parent a .info .flags.flag_sgp:before {
            background-position: -74.4px -12.6px; }
          #home .special__parent a .info .flags.flag_tur:before {
            background-position: -93px -12.6px; }
          #home .special__parent a .info .flags.flag_arg:before {
            background-position: -111.6px -12.6px; }
          #home .special__parent a .info .flags.flag_can:before {
            background-position: -130.2px -12.6px; }
          #home .special__parent a .info .flags.flag_pol:before {
            background-position: -148.8px -12.6px; }
          #home .special__parent a .info .flags.flag_sco:before {
            background-position: -167.4px -12.6px; }
          #home .special__parent a .info .flags.flag_wal:before {
            background-position: 0px -25.2px; }
          #home .special__parent a .info .flags.flag_nir:before {
            background-position: -18.6px -25.2px; }
          #home .special__parent a .info .flags.flag_qat:before {
            background-position: -37.2px -25.2px; }
          #home .special__parent a .info .flags.flag_nzl:before {
            background-position: -55.8px -25.2px; }
          #home .special__parent a .info .flags.flag_chi:before {
            background-position: -74.4px -25.2px; }
          #home .special__parent a .info .flags.flag_per:before {
            background-position: -93px -25.2px; }
          #home .special__parent a .info .flags.flag_kor:before {
            background-position: -111.6px -25.2px; }
          #home .special__parent a .info .flags.flag_bar:before {
            background-position: -130.2px -25.2px; }
          #home .special__parent a .info .flags.flag_esp:before {
            background-position: -148.8px -25.2px; }
          #home .special__parent a .info .flags.flag_ksa:before {
            background-position: -167.4px -25.2px; }
          #home .special__parent a .info .flags.flag_cze:before {
            background-position: 0px -37.8px; }
          #home .special__parent a .info .flags.flag_bhr:before {
            background-position: -18.6px -37.8px; }
          #home .special__parent a .info .flags.flag_brz:before {
            background-position: -37.2px -37.8px; }
          #home .special__parent a .info .flags.flag_nor:before {
            background-position: -55.8px -37.8px; }
          #home .special__parent a .info .flags.flag_swe:before {
            background-position: -74.4px -37.8px; }
          #home .special__parent a .info .flags.flag_brit:before {
            background-position: -93px -37.8px; }
          #home .special__parent a .info .flags.flag_nzl:before {
            background-position: -111.6px -37.8px; }
          #home .special__parent a .info .flags.flag_ger:before {
            background-position: -130.2px -37.8px; }
          #home .special__parent a .info .flags.flag_ury:before {
            background-position: -148.8px -37.8px; }
        #home .special__parent a .info span {
          margin-right: 5px;
          vertical-align: middle; }
      #home .special__parent a .link {
        top: 50%;
        position: absolute;
        transform: translate(0, -50%);
        -webkit-transform: translate(0, -50%);
        -ms-transform: translate(0, -50%);
        right: 0;
        padding-right: 15px;
        font-size: 10px; }
        #home .special__parent a .link:after {
          display: block;
          position: absolute;
          top: 50%;
          width: 6px;
          height: 6px;
          margin-top: calc(6px / -2);
          border-top: solid 1px #1975D2;
          border-right: solid 1px #1975D2;
          -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
          content: "";
          right: 5px;
          margin-top: -4px; }
  #home .special__child {
    width: 95%;
    margin: 0 auto; }
    @media screen and (min-width: 769px) {
      #home .special__child {
        width: 95%;
        max-width: 960px; } }
    @media screen and (min-width: 769px) {
      #home .special__child {
        display: flex;
        flex-wrap: wrap;
        justify-content: space-between;
        align-items: stretch; } }
    #home .special__child__item {
      border-bottom: 1px solid #ccc; }
      @media screen and (min-width: 769px) {
        #home .special__child__item {
          width: calc((100% - 10px)/2); }
          #home .special__child__item:last-child, #home .special__child__item:nth-last-child(2) {
            border-bottom: none; }
            #home .special__child__item:last-child .special__item, #home .special__child__item:nth-last-child(2) .special__item {
              margin-bottom: 0; } }
      #home .special__child__item:last-child {
        border-bottom: none; }
      #home .special__child__item > a {
        padding: 15px 0;
        position: relative;
        display: block; }
        #home .special__child__item > a:after {
          display: block;
          position: absolute;
          top: 50%;
          width: 4px;
          height: 4px;
          margin-top: calc(4px / -2);
          border-top: solid 1px #252525;
          border-right: solid 1px #252525;
          -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
          content: "";
          right: 5px; }
        #home .special__child__item > a .name {
          vertical-align: baseline;
          color: #252525;
          font-weight: bold; }
          #home .special__child__item > a .name span {
            font-size: 12px;
            margin-left: 10px;
            font-weight: normal; }
      #home .special__child__item .special__item {
        width: 100%;
        margin: 0 auto;
        margin-bottom: 10px; }
        @media screen and (min-width: 769px) {
          #home .special__child__item .special__item {
            width: 100%;
            max-width: 100%; } }
        #home .special__child__item .special__item ul {
          display: flex;
          flex-wrap: wrap;
          justify-content: space-between;
          align-items: stretch; }
          #home .special__child__item .special__item ul li, #home .special__child__item .special__item ul li:nth-child(3n) {
            width: calc((100% - 21px)/4);
            margin: 0; }
            #home .special__child__item .special__item ul li a, #home .special__child__item .special__item ul li:nth-child(3n) a {
              height: 100%;
              padding: 8px 0;
              display: flex;
              flex-wrap: nowrap;
              justify-content: center;
              align-items: center; }
              @media screen and (min-width: 769px) {
                #home .special__child__item .special__item ul li a, #home .special__child__item .special__item ul li:nth-child(3n) a {
                  padding: 10px 0; } }
              #home .special__child__item .special__item ul li a i, #home .special__child__item .special__item ul li a span, #home .special__child__item .special__item ul li:nth-child(3n) a i, #home .special__child__item .special__item ul li:nth-child(3n) a span {
                display: inline-block;
                vertical-align: middle; }
              #home .special__child__item .special__item ul li a i, #home .special__child__item .special__item ul li:nth-child(3n) a i {
                font-size: 16px; }
                @media screen and (min-width: 769px) {
                  #home .special__child__item .special__item ul li a i, #home .special__child__item .special__item ul li:nth-child(3n) a i {
                    font-size: 13px; } }
              #home .special__child__item .special__item ul li a span, #home .special__child__item .special__item ul li:nth-child(3n) a span {
                text-align: left;
                font-size: 12px;
                margin: 0 0 0 5px;
                line-height: 1.2; }
                @media screen and (min-width: 769px) {
                  #home .special__child__item .special__item ul li a span, #home .special__child__item .special__item ul li:nth-child(3n) a span {
                    font-size: 13px;
                    line-height: 1; }
                    #home .special__child__item .special__item ul li a span br, #home .special__child__item .special__item ul li:nth-child(3n) a span br {
                      display: none; } }
  #home .special__item {
    width: 95%;
    margin: 0 auto;
    margin-bottom: 10px; }
    @media screen and (min-width: 769px) {
      #home .special__item {
        width: 95%;
        max-width: 960px; } }
    #home .special__item ul {
      display: flex;
      flex-wrap: wrap;
      justify-content: flex-start;
      align-items: stretch;
      padding: 0; }
      #home .special__item ul li {
        width: calc((100% - 20px)/3);
        margin: 10px 10px 0 0; }
        #home .special__item ul li:nth-child(3n) {
          margin-right: 0; }
        @media screen and (min-width: 769px) {
          #home .special__item ul li, #home .special__item ul li:nth-child(3n) {
            width: calc((100% - 40px)/5);
            margin: 10px 10px 0 0; }
          #home .special__item ul li:nth-child(5n) {
            margin-right: 0; } }
        #home .special__item ul li a {
          display: block;
          padding: 13px 0;
          border-radius: 5px;
          background: #135698;
          color: #fff;
          text-align: center;
          box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05), 0 2px 2px rgba(0, 0, 0, 0.05), 0 4px 4px rgba(0, 0, 0, 0.05); }
          #home .special__item ul li a i {
            display: block;
            font-size: 20px;
            font-weight: bold; }
          #home .special__item ul li a span {
            display: block;
            font-size: 12px;
            margin-top: 8px; }
        #home .special__item ul li.nolink {
          pointer-events: none; }
          #home .special__item ul li.nolink a {
            background: #ccc;
            box-shadow: none; }

#home .pick__item {
  width: 95%;
  margin: 0 auto;
  overflow-x: scroll;
  padding: 10px 0; }
  @media screen and (min-width: 769px) {
    #home .pick__item {
      width: 95%;
      max-width: 960px; } }

#home #pickup-race {
  background: none; }
  #home #pickup-race .head-area {
    text-align: center;
    padding: 15px 0;
    background-attachment: fixed;
    background-image: linear-gradient(-225deg, #CBBACC 0%, #2580B3 100%);
    position: relative; }
    #home #pickup-race .head-area:after {
      content: "";
      position: absolute;
      z-index: 0;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      display: block;
      background-attachment: fixed;
      background-size: auto auto;
      background-color: rgba(255, 255, 255, 0);
      background-image: repeating-linear-gradient(135deg, rgba(255, 255, 255, 0.67), rgba(255, 255, 255, 0.67) 4px, rgba(255, 255, 255, 0.7) 4px, rgba(255, 255, 255, 0.7) 8px); }
    #home #pickup-race .head-area h2 {
      width: 95%;
      margin: 0 auto;
      position: relative;
      z-index: 1;
      padding: 0 50px;
      text-align: center;
      color: #252525;
      font-size: 14px;
      font-weight: bold; }
      @media screen and (min-width: 769px) {
        #home #pickup-race .head-area h2 {
          width: 95%;
          max-width: 960px; } }
      #home #pickup-race .head-area h2 .icons {
        display: none !important; }
    #home #pickup-race .head-area .btn {
      top: 50%;
      position: absolute;
      transform: translate(0, -50%);
      -webkit-transform: translate(0, -50%);
      -ms-transform: translate(0, -50%);
      right: 2.5%;
      z-index: 1;
      color: #252525;
      font-size: 10px;
      font-weight: bold;
      background: #fff;
      border-radius: 5px;
      height: 20px;
      line-height: 20px;
      width: 50px;
      text-indent: -7px;
      margin-bottom: 0 !important; }
      @media screen and (min-width: 769px) {
        #home #pickup-race .head-area .btn {
          margin-right: -122px;
          right: 50%; } }
      #home #pickup-race .head-area .btn:after {
        display: block;
        position: absolute;
        top: 50%;
        width: 4px;
        height: 4px;
        margin-top: calc(4px / -2);
        border-top: solid 1px #252525;
        border-right: solid 1px #252525;
        -webkit-transform: rotate(45deg);
        transform: rotate(45deg);
        content: "";
        right: 7px; }
  #home #pickup-race .body {
    width: 95%;
    margin: 0 auto;
    overflow-x: scroll;
    padding: 10px 0;
    -ms-overflow-style: none;
    scrollbar-width: none; }
    @media screen and (min-width: 769px) {
      #home #pickup-race .body {
        width: 95%;
        max-width: 960px; } }
    #home #pickup-race .body::-webkit-scrollbar {
      display: none; }
    #home #pickup-race .body .slideArrow {
      display: none !important; }
    #home #pickup-race .body .pickup-slide {
      width: 150%;
      width: max-content;
      display: flex;
      flex-wrap: nowrap;
      justify-content: flex-start;
      align-items: stretch; }
      @media screen and (min-width: 769px) {
        #home #pickup-race .body .pickup-slide {
          width: 100%; } }
      #home #pickup-race .body .pickup-slide li {
        margin-left: 10px;
        width: 150px; }
        @media screen and (min-width: 769px) {
          #home #pickup-race .body .pickup-slide li {
            width: calc((100% - 50px)/6); } }
        #home #pickup-race .body .pickup-slide li:first-child {
          margin-left: 0; }
        #home #pickup-race .body .pickup-slide li a {
          display: block;
          padding: 5px 20px 5px 5px;
          border: 1px solid #ccc;
          background: #fcfcfc;
          color: #252525;
          position: relative;
          height: 100%; }
          #home #pickup-race .body .pickup-slide li a:before {
            content: "";
            position: absolute;
            top: 0;
            right: 0;
            width: 15px;
            height: 100%;
            background: #FF3D82; }
          #home #pickup-race .body .pickup-slide li a:after {
            display: block;
            position: absolute;
            top: 50%;
            width: 4px;
            height: 4px;
            margin-top: calc(4px / -2);
            border-top: solid 1px #fff;
            border-right: solid 1px #fff;
            -webkit-transform: rotate(45deg);
            transform: rotate(45deg);
            content: "";
            right: 6px; }
          #home #pickup-race .body .pickup-slide li a .date {
            font-size: 12px; }
          #home #pickup-race .body .pickup-slide li a .race-title h3 {
            font-size: 14px;
            font-weight: bold;
            min-height: 50px;
            line-height: 1.2;
            width: 100%;
            display: flex;
            flex-wrap: nowrap;
            justify-content: flex-start;
            align-items: center; }
          #home #pickup-race .body .pickup-slide li a .locate {
            display: flex;
            flex-wrap: nowrap;
            justify-content: flex-start;
            align-items: center; }
            #home #pickup-race .body .pickup-slide li a .locate .flags {
              width: calc(60px * 0.3);
              height: calc(40px * 0.3);
              overflow: hidden;
              margin-right: 5px; }
              #home #pickup-race .body .pickup-slide li a .locate .flags:before {
                display: block;
                content: "";
                width: calc(60px * 0.3);
                height: calc(40px * 0.3);
                background: url(/img/flags.png) 0 0 no-repeat;
                background-size: 185.4px auto;
                border: none;
                margin: 0; }
              #home #pickup-race .body .pickup-slide li a .locate .flags.flag_irl:before {
                background-position: 0px 0px; }
              #home #pickup-race .body .pickup-slide li a .locate .flags.flag_bri:before {
                background-position: -18.6px 0px; }
              #home #pickup-race .body .pickup-slide li a .locate .flags.flag_fra:before {
                background-position: -37.2px 0px; }
              #home #pickup-race .body .pickup-slide li a .locate .flags.flag_usa:before {
                background-position: -55.8px 0px; }
              #home #pickup-race .body .pickup-slide li a .locate .flags.flag_aus:before {
                background-position: -74.4px 0px; }
              #home #pickup-race .body .pickup-slide li a .locate .flags.flag_uae:before {
                background-position: -93px 0px; }
              #home #pickup-race .body .pickup-slide li a .locate .flags.flag_hkg:before {
                background-position: -111.6px 0px; }
              #home #pickup-race .body .pickup-slide li a .locate .flags.flag_jpn:before {
                background-position: -130.2px 0px; }
              #home #pickup-race .body .pickup-slide li a .locate .flags.flag_ita:before {
                background-position: -148.8px 0px; }
              #home #pickup-race .body .pickup-slide li a .locate .flags.flag_deu:before {
                background-position: -167.4px 0px; }
              #home #pickup-race .body .pickup-slide li a .locate .flags.flag_kwt:before {
                background-position: 0px -12.6px; }
              #home #pickup-race .body .pickup-slide li a .locate .flags.flag_zaf:before {
                background-position: -18.6px -12.6px; }
              #home #pickup-race .body .pickup-slide li a .locate .flags.flag_chn:before {
                background-position: -37.2px -12.6px; }
              #home #pickup-race .body .pickup-slide li a .locate .flags.flag_sau:before {
                background-position: -55.8px -12.6px; }
              #home #pickup-race .body .pickup-slide li a .locate .flags.flag_sgp:before {
                background-position: -74.4px -12.6px; }
              #home #pickup-race .body .pickup-slide li a .locate .flags.flag_tur:before {
                background-position: -93px -12.6px; }
              #home #pickup-race .body .pickup-slide li a .locate .flags.flag_arg:before {
                background-position: -111.6px -12.6px; }
              #home #pickup-race .body .pickup-slide li a .locate .flags.flag_can:before {
                background-position: -130.2px -12.6px; }
              #home #pickup-race .body .pickup-slide li a .locate .flags.flag_pol:before {
                background-position: -148.8px -12.6px; }
              #home #pickup-race .body .pickup-slide li a .locate .flags.flag_sco:before {
                background-position: -167.4px -12.6px; }
              #home #pickup-race .body .pickup-slide li a .locate .flags.flag_wal:before {
                background-position: 0px -25.2px; }
              #home #pickup-race .body .pickup-slide li a .locate .flags.flag_nir:before {
                background-position: -18.6px -25.2px; }
              #home #pickup-race .body .pickup-slide li a .locate .flags.flag_qat:before {
                background-position: -37.2px -25.2px; }
              #home #pickup-race .body .pickup-slide li a .locate .flags.flag_nzl:before {
                background-position: -55.8px -25.2px; }
              #home #pickup-race .body .pickup-slide li a .locate .flags.flag_chi:before {
                background-position: -74.4px -25.2px; }
              #home #pickup-race .body .pickup-slide li a .locate .flags.flag_per:before {
                background-position: -93px -25.2px; }
              #home #pickup-race .body .pickup-slide li a .locate .flags.flag_kor:before {
                background-position: -111.6px -25.2px; }
              #home #pickup-race .body .pickup-slide li a .locate .flags.flag_bar:before {
                background-position: -130.2px -25.2px; }
              #home #pickup-race .body .pickup-slide li a .locate .flags.flag_esp:before {
                background-position: -148.8px -25.2px; }
              #home #pickup-race .body .pickup-slide li a .locate .flags.flag_ksa:before {
                background-position: -167.4px -25.2px; }
              #home #pickup-race .body .pickup-slide li a .locate .flags.flag_cze:before {
                background-position: 0px -37.8px; }
              #home #pickup-race .body .pickup-slide li a .locate .flags.flag_bhr:before {
                background-position: -18.6px -37.8px; }
              #home #pickup-race .body .pickup-slide li a .locate .flags.flag_brz:before {
                background-position: -37.2px -37.8px; }
              #home #pickup-race .body .pickup-slide li a .locate .flags.flag_nor:before {
                background-position: -55.8px -37.8px; }
              #home #pickup-race .body .pickup-slide li a .locate .flags.flag_swe:before {
                background-position: -74.4px -37.8px; }
              #home #pickup-race .body .pickup-slide li a .locate .flags.flag_brit:before {
                background-position: -93px -37.8px; }
              #home #pickup-race .body .pickup-slide li a .locate .flags.flag_nzl:before {
                background-position: -111.6px -37.8px; }
              #home #pickup-race .body .pickup-slide li a .locate .flags.flag_ger:before {
                background-position: -130.2px -37.8px; }
              #home #pickup-race .body .pickup-slide li a .locate .flags.flag_ury:before {
                background-position: -148.8px -37.8px; }
            #home #pickup-race .body .pickup-slide li a .locate .name {
              font-size: 12px; }

#home #container {
  padding-bottom: 15px; }
  @media screen and (min-width: 769px) {
    #home #container {
      padding-bottom: 30px; } }

#home #news-area {
  width: 100%; }

@media screen and (min-width: 769px) {
  #home .lists {
    padding: 0 20px; } }

#home #photo-gallery {
  background: #fff; }
  #home #photo-gallery h2 {
    color: #252525; }
  #home #photo-gallery .body .gallery-slide {
    height: 200px;
    overflow: hidden; }
    @media screen and (min-width: 769px) {
      #home #photo-gallery .body .gallery-slide {
        height: 300px; } }
    #home #photo-gallery .body .gallery-slide.slick-initialized {
      height: auto; }
      #home #photo-gallery .body .gallery-slide.slick-initialized li {
        display: block; }
    @media screen and (min-width: 769px) {
      #home #photo-gallery .body .gallery-slide li {
        display: none; } }
    #home #photo-gallery .body .gallery-slide .photo {
      margin-bottom: 5px; }
    #home #photo-gallery .body .gallery-slide .caption {
      color: #252525;
      font-size: 14px;
      line-height: 1.3;
      text-align: center; }
  #home #photo-gallery .slick-track {
    transform: inherit; }

#home #advertising {
  background-color: #e5e5e5;
  padding: 30px 0px; }
  @media screen and (max-width: 480px) {
    #home #advertising {
      display: none; } }
  #home #advertising .ad-inner {
    width: 95%;
    margin: 0 auto;
    margin: 0 auto;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center; }
    @media screen and (min-width: 769px) {
      #home #advertising .ad-inner {
        width: 95%;
        max-width: 960px; } }
    #home #advertising .ad-inner li {
      width: 100%; }
      #home #advertising .ad-inner li + li {
        margin-top: 10px; }
      @media screen and (min-width: 481px) {
        #home #advertising .ad-inner li {
          width: calc((100% - 40px) / 3); }
          #home #advertising .ad-inner li + li {
            margin: 0 0 0 20px; } }
      #home #advertising .ad-inner li a {
        display: block; }
        #home #advertising .ad-inner li a:hover {
          opacity: .6; }

@media screen and (max-width: 480px) {
  #home #side {
    display: block;
    padding-top: 20px;
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-start;
    align-items: stretch; }
    #home #side .side-box {
      width: calc((100% - 10px)/2);
      background: #fff;
      margin: 0 0 10px 0;
      border-radius: 5px;
      overflow: hidden; }
      #home #side .side-box:nth-child(2n-1) {
        margin-right: 10px; }
      #home #side .side-box a {
        display: block; }
        #home #side .side-box a .photo {
          line-height: 0; }
        #home #side .side-box a .text {
          display: table-cell;
          vertical-align: middle;
          height: 40px;
          color: #252525;
          width: 100%;
          line-height: 1.3;
          padding: 5px;
          font-size: 12px;
          font-weight: bold; }
    #home #side .side-box-img {
      line-height: 0; }
      #home #side .side-box-img + .side-box-img {
        margin-top: 10px; } }

.sliderArrow.prev {
  display: block;
  position: absolute;
  top: 50%;
  width: 15px;
  height: 15px;
  margin-top: calc(15px / -2);
  border-top: solid 2px #333;
  border-right: solid 2px #333;
  -webkit-transform: rotate(-135deg);
  transform: rotate(-135deg);
  content: "";
  left: 0; }

.sliderArrow.next {
  display: block;
  position: absolute;
  top: 50%;
  width: 15px;
  height: 15px;
  margin-top: calc(15px / -2);
  border-top: solid 2px #333;
  border-right: solid 2px #333;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  content: "";
  right: 0; }

.sliderArrow:hover {
  opacity: .5; }

.pickup-movie {
  margin: 10px auto 20px; }
  .pickup-movie .inner-block {
    position: relative; }
    .pickup-movie .inner-block ul#side_pick {
      width: calc(100% - 10px);
      margin: 0 auto;
      padding: 0 5px;
      height: 200px;
      overflow: hidden; }
      @media screen and (min-width: 769px) {
        .pickup-movie .inner-block ul#side_pick {
          height: 300px; } }
      .pickup-movie .inner-block ul#side_pick.slick-initialized {
        height: auto; }
        .pickup-movie .inner-block ul#side_pick.slick-initialized li {
          display: block; }
      @media screen and (min-width: 769px) {
        .pickup-movie .inner-block ul#side_pick {
          width: calc(100% - 40px); } }
      .pickup-movie .inner-block ul#side_pick li {
        display: none;
        margin: 0 7px; }
        .pickup-movie .inner-block ul#side_pick li .thumb {
          position: relative;
          overflow: hidden;
          width: 100%;
          height: 0;
          padding-top: 75%; }
          .pickup-movie .inner-block ul#side_pick li .thumb img {
            left: 50%;
            top: 50%;
            position: absolute;
            transform: translate(-50%, -50%);
            -webkit-transform: translate(-50%, -50%);
            -ms-transform: translate(-50%, -50%); }
          .pickup-movie .inner-block ul#side_pick li .thumb .icons {
            left: 50%;
            top: 50%;
            position: absolute;
            transform: translate(-50%, -50%);
            -webkit-transform: translate(-50%, -50%);
            -ms-transform: translate(-50%, -50%); }
        .pickup-movie .inner-block ul#side_pick li .info {
          margin-top: 5px;
          font-weight: bold;
          color: #333;
          font-size: 12px; }
          @media screen and (min-width: 769px) {
            .pickup-movie .inner-block ul#side_pick li .info {
              margin-top: 10px;
              font-size: 14px; } }
          .pickup-movie .inner-block ul#side_pick li .info .day .flags {
            width: calc(60px * 0.3);
            height: calc(40px * 0.3);
            overflow: hidden;
            margin-top: -1px;
            margin-right: 5px; }
            .pickup-movie .inner-block ul#side_pick li .info .day .flags:before {
              display: block;
              content: "";
              width: calc(60px * 0.3);
              height: calc(40px * 0.3);
              background: url(/img/flags.png) 0 0 no-repeat;
              background-size: 185.4px auto;
              border: none;
              margin: 0; }
            .pickup-movie .inner-block ul#side_pick li .info .day .flags.flag_irl:before {
              background-position: 0px 0px; }
            .pickup-movie .inner-block ul#side_pick li .info .day .flags.flag_bri:before {
              background-position: -18.6px 0px; }
            .pickup-movie .inner-block ul#side_pick li .info .day .flags.flag_fra:before {
              background-position: -37.2px 0px; }
            .pickup-movie .inner-block ul#side_pick li .info .day .flags.flag_usa:before {
              background-position: -55.8px 0px; }
            .pickup-movie .inner-block ul#side_pick li .info .day .flags.flag_aus:before {
              background-position: -74.4px 0px; }
            .pickup-movie .inner-block ul#side_pick li .info .day .flags.flag_uae:before {
              background-position: -93px 0px; }
            .pickup-movie .inner-block ul#side_pick li .info .day .flags.flag_hkg:before {
              background-position: -111.6px 0px; }
            .pickup-movie .inner-block ul#side_pick li .info .day .flags.flag_jpn:before {
              background-position: -130.2px 0px; }
            .pickup-movie .inner-block ul#side_pick li .info .day .flags.flag_ita:before {
              background-position: -148.8px 0px; }
            .pickup-movie .inner-block ul#side_pick li .info .day .flags.flag_deu:before {
              background-position: -167.4px 0px; }
            .pickup-movie .inner-block ul#side_pick li .info .day .flags.flag_kwt:before {
              background-position: 0px -12.6px; }
            .pickup-movie .inner-block ul#side_pick li .info .day .flags.flag_zaf:before {
              background-position: -18.6px -12.6px; }
            .pickup-movie .inner-block ul#side_pick li .info .day .flags.flag_chn:before {
              background-position: -37.2px -12.6px; }
            .pickup-movie .inner-block ul#side_pick li .info .day .flags.flag_sau:before {
              background-position: -55.8px -12.6px; }
            .pickup-movie .inner-block ul#side_pick li .info .day .flags.flag_sgp:before {
              background-position: -74.4px -12.6px; }
            .pickup-movie .inner-block ul#side_pick li .info .day .flags.flag_tur:before {
              background-position: -93px -12.6px; }
            .pickup-movie .inner-block ul#side_pick li .info .day .flags.flag_arg:before {
              background-position: -111.6px -12.6px; }
            .pickup-movie .inner-block ul#side_pick li .info .day .flags.flag_can:before {
              background-position: -130.2px -12.6px; }
            .pickup-movie .inner-block ul#side_pick li .info .day .flags.flag_pol:before {
              background-position: -148.8px -12.6px; }
            .pickup-movie .inner-block ul#side_pick li .info .day .flags.flag_sco:before {
              background-position: -167.4px -12.6px; }
            .pickup-movie .inner-block ul#side_pick li .info .day .flags.flag_wal:before {
              background-position: 0px -25.2px; }
            .pickup-movie .inner-block ul#side_pick li .info .day .flags.flag_nir:before {
              background-position: -18.6px -25.2px; }
            .pickup-movie .inner-block ul#side_pick li .info .day .flags.flag_qat:before {
              background-position: -37.2px -25.2px; }
            .pickup-movie .inner-block ul#side_pick li .info .day .flags.flag_nzl:before {
              background-position: -55.8px -25.2px; }
            .pickup-movie .inner-block ul#side_pick li .info .day .flags.flag_chi:before {
              background-position: -74.4px -25.2px; }
            .pickup-movie .inner-block ul#side_pick li .info .day .flags.flag_per:before {
              background-position: -93px -25.2px; }
            .pickup-movie .inner-block ul#side_pick li .info .day .flags.flag_kor:before {
              background-position: -111.6px -25.2px; }
            .pickup-movie .inner-block ul#side_pick li .info .day .flags.flag_bar:before {
              background-position: -130.2px -25.2px; }
            .pickup-movie .inner-block ul#side_pick li .info .day .flags.flag_esp:before {
              background-position: -148.8px -25.2px; }
            .pickup-movie .inner-block ul#side_pick li .info .day .flags.flag_ksa:before {
              background-position: -167.4px -25.2px; }
            .pickup-movie .inner-block ul#side_pick li .info .day .flags.flag_cze:before {
              background-position: 0px -37.8px; }
            .pickup-movie .inner-block ul#side_pick li .info .day .flags.flag_bhr:before {
              background-position: -18.6px -37.8px; }
            .pickup-movie .inner-block ul#side_pick li .info .day .flags.flag_brz:before {
              background-position: -37.2px -37.8px; }
            .pickup-movie .inner-block ul#side_pick li .info .day .flags.flag_nor:before {
              background-position: -55.8px -37.8px; }
            .pickup-movie .inner-block ul#side_pick li .info .day .flags.flag_swe:before {
              background-position: -74.4px -37.8px; }
            .pickup-movie .inner-block ul#side_pick li .info .day .flags.flag_brit:before {
              background-position: -93px -37.8px; }
            .pickup-movie .inner-block ul#side_pick li .info .day .flags.flag_nzl:before {
              background-position: -111.6px -37.8px; }
            .pickup-movie .inner-block ul#side_pick li .info .day .flags.flag_ger:before {
              background-position: -130.2px -37.8px; }
            .pickup-movie .inner-block ul#side_pick li .info .day .flags.flag_ury:before {
              background-position: -148.8px -37.8px; }
            @media screen and (min-width: 769px) {
              .pickup-movie .inner-block ul#side_pick li .info .day .flags {
                width: calc(60px * 0.35);
                height: calc(40px * 0.35);
                overflow: hidden;
                margin-top: 0; }
                .pickup-movie .inner-block ul#side_pick li .info .day .flags:before {
                  display: block;
                  content: "";
                  width: calc(60px * 0.35);
                  height: calc(40px * 0.35);
                  background: url(/img/flags.png) 0 0 no-repeat;
                  background-size: 216.3px auto;
                  border: none;
                  margin: 0; }
                .pickup-movie .inner-block ul#side_pick li .info .day .flags.flag_irl:before {
                  background-position: 0px 0px; }
                .pickup-movie .inner-block ul#side_pick li .info .day .flags.flag_bri:before {
                  background-position: -21.7px 0px; }
                .pickup-movie .inner-block ul#side_pick li .info .day .flags.flag_fra:before {
                  background-position: -43.4px 0px; }
                .pickup-movie .inner-block ul#side_pick li .info .day .flags.flag_usa:before {
                  background-position: -65.1px 0px; }
                .pickup-movie .inner-block ul#side_pick li .info .day .flags.flag_aus:before {
                  background-position: -86.8px 0px; }
                .pickup-movie .inner-block ul#side_pick li .info .day .flags.flag_uae:before {
                  background-position: -108.5px 0px; }
                .pickup-movie .inner-block ul#side_pick li .info .day .flags.flag_hkg:before {
                  background-position: -130.2px 0px; }
                .pickup-movie .inner-block ul#side_pick li .info .day .flags.flag_jpn:before {
                  background-position: -151.9px 0px; }
                .pickup-movie .inner-block ul#side_pick li .info .day .flags.flag_ita:before {
                  background-position: -173.6px 0px; }
                .pickup-movie .inner-block ul#side_pick li .info .day .flags.flag_deu:before {
                  background-position: -195.3px 0px; }
                .pickup-movie .inner-block ul#side_pick li .info .day .flags.flag_kwt:before {
                  background-position: 0px -14.7px; }
                .pickup-movie .inner-block ul#side_pick li .info .day .flags.flag_zaf:before {
                  background-position: -21.7px -14.7px; }
                .pickup-movie .inner-block ul#side_pick li .info .day .flags.flag_chn:before {
                  background-position: -43.4px -14.7px; }
                .pickup-movie .inner-block ul#side_pick li .info .day .flags.flag_sau:before {
                  background-position: -65.1px -14.7px; }
                .pickup-movie .inner-block ul#side_pick li .info .day .flags.flag_sgp:before {
                  background-position: -86.8px -14.7px; }
                .pickup-movie .inner-block ul#side_pick li .info .day .flags.flag_tur:before {
                  background-position: -108.5px -14.7px; }
                .pickup-movie .inner-block ul#side_pick li .info .day .flags.flag_arg:before {
                  background-position: -130.2px -14.7px; }
                .pickup-movie .inner-block ul#side_pick li .info .day .flags.flag_can:before {
                  background-position: -151.9px -14.7px; }
                .pickup-movie .inner-block ul#side_pick li .info .day .flags.flag_pol:before {
                  background-position: -173.6px -14.7px; }
                .pickup-movie .inner-block ul#side_pick li .info .day .flags.flag_sco:before {
                  background-position: -195.3px -14.7px; }
                .pickup-movie .inner-block ul#side_pick li .info .day .flags.flag_wal:before {
                  background-position: 0px -29.4px; }
                .pickup-movie .inner-block ul#side_pick li .info .day .flags.flag_nir:before {
                  background-position: -21.7px -29.4px; }
                .pickup-movie .inner-block ul#side_pick li .info .day .flags.flag_qat:before {
                  background-position: -43.4px -29.4px; }
                .pickup-movie .inner-block ul#side_pick li .info .day .flags.flag_nzl:before {
                  background-position: -65.1px -29.4px; }
                .pickup-movie .inner-block ul#side_pick li .info .day .flags.flag_chi:before {
                  background-position: -86.8px -29.4px; }
                .pickup-movie .inner-block ul#side_pick li .info .day .flags.flag_per:before {
                  background-position: -108.5px -29.4px; }
                .pickup-movie .inner-block ul#side_pick li .info .day .flags.flag_kor:before {
                  background-position: -130.2px -29.4px; }
                .pickup-movie .inner-block ul#side_pick li .info .day .flags.flag_bar:before {
                  background-position: -151.9px -29.4px; }
                .pickup-movie .inner-block ul#side_pick li .info .day .flags.flag_esp:before {
                  background-position: -173.6px -29.4px; }
                .pickup-movie .inner-block ul#side_pick li .info .day .flags.flag_ksa:before {
                  background-position: -195.3px -29.4px; }
                .pickup-movie .inner-block ul#side_pick li .info .day .flags.flag_cze:before {
                  background-position: 0px -44.1px; }
                .pickup-movie .inner-block ul#side_pick li .info .day .flags.flag_bhr:before {
                  background-position: -21.7px -44.1px; }
                .pickup-movie .inner-block ul#side_pick li .info .day .flags.flag_brz:before {
                  background-position: -43.4px -44.1px; }
                .pickup-movie .inner-block ul#side_pick li .info .day .flags.flag_nor:before {
                  background-position: -65.1px -44.1px; }
                .pickup-movie .inner-block ul#side_pick li .info .day .flags.flag_swe:before {
                  background-position: -86.8px -44.1px; }
                .pickup-movie .inner-block ul#side_pick li .info .day .flags.flag_brit:before {
                  background-position: -108.5px -44.1px; }
                .pickup-movie .inner-block ul#side_pick li .info .day .flags.flag_nzl:before {
                  background-position: -130.2px -44.1px; }
                .pickup-movie .inner-block ul#side_pick li .info .day .flags.flag_ger:before {
                  background-position: -151.9px -44.1px; }
                .pickup-movie .inner-block ul#side_pick li .info .day .flags.flag_ury:before {
                  background-position: -173.6px -44.1px; } }
          .pickup-movie .inner-block ul#side_pick li .info .race {
            margin-top: 5px; }
            @media screen and (min-width: 769px) {
              .pickup-movie .inner-block ul#side_pick li .info .race {
                margin-top: 10px; } }
          .pickup-movie .inner-block ul#side_pick li .info .first {
            margin-top: 5px;
            display: flex;
            flex-wrap: nowrap;
            justify-content: flex-start;
            align-items: center; }
            .pickup-movie .inner-block ul#side_pick li .info .first .icons {
              width: calc(80px * 0.25);
              height: calc(80px * 0.25);
              overflow: hidden;
              margin-right: 5px; }
              .pickup-movie .inner-block ul#side_pick li .info .first .icons:before {
                display: block;
                content: "";
                width: calc(80px * 0.25);
                height: calc(80px * 0.25);
                background: url(/img/icons.png) 0 0 no-repeat;
                background-size: 204.5px auto;
                border: none;
                margin: 0; }
              .pickup-movie .inner-block ul#side_pick li .info .first .icons.icon_horse_blue:before {
                background-position: 0px 0px; }
              .pickup-movie .inner-block ul#side_pick li .info .first .icons.icon_horse_pink:before {
                background-position: -20.5px 0px; }
              .pickup-movie .inner-block ul#side_pick li .info .first .icons.icon_crown01:before {
                background-position: -41px 0px; }
              .pickup-movie .inner-block ul#side_pick li .info .first .icons.icon_crown02:before {
                background-position: -61.5px 0px; }
              .pickup-movie .inner-block ul#side_pick li .info .first .icons.icon_crown03:before {
                background-position: -82px 0px; }
              .pickup-movie .inner-block ul#side_pick li .info .first .icons.icon_title:before {
                background-position: -102.5px 0px; }
              .pickup-movie .inner-block ul#side_pick li .info .first .icons.icon_look_pay:before {
                background-position: -123px 0px; }
              .pickup-movie .inner-block ul#side_pick li .info .first .icons.icon_look_free:before {
                background-position: -143.5px 0px; }
              .pickup-movie .inner-block ul#side_pick li .info .first .icons.icon_play:before {
                background-position: -164px 0px; }
              .pickup-movie .inner-block ul#side_pick li .info .first .icons.icon_twitter:before {
                background-position: -184.5px 0px; }
              .pickup-movie .inner-block ul#side_pick li .info .first .icons.icon_facebook:before {
                background-position: 0px -20.5px; }
              .pickup-movie .inner-block ul#side_pick li .info .first .icons.icon_line:before {
                background-position: -20.5px -20.5px; }
              .pickup-movie .inner-block ul#side_pick li .info .first .icons.icon_horse:before {
                background-position: -41px -20.5px; }

span._g1 span, span._g2 span, span._g3 span {
  color: #fff; }

span._g1 {
  background: #e50100; }

span._g2 {
  background: #1f9803; }

span._g3 {
  background: #2f2ee9; }

#schedule .contents {
  padding-top: 0;
  width: 100%;
  margin: 0 auto; }
  @media screen and (min-width: 769px) {
    #schedule .contents {
      width: 95%;
      max-width: 960px; } }

#schedule .pull {
  position: relative;
  width: 100%;
  height: 70px;
  background: #fff; }
  #schedule .pull__title {
    height: 100%;
    padding: 0 10px;
    border-bottom: 1px solid #ddd;
    display: flex;
    flex-wrap: nowrap;
    justify-content: flex-start;
    align-items: center; }
    #schedule .pull__title__year {
      width: 80px;
      flex-shrink: 0;
      padding: 10px 0 10px 28px;
      background: #d6e2ec;
      font-size: 14px;
      position: relative; }
      #schedule .pull__title__year:after {
        display: block;
        position: absolute;
        top: 50%;
        width: 8px;
        height: 8px;
        margin-top: calc(8px / -2);
        border-top: solid 1px #252525;
        border-right: solid 1px #252525;
        -webkit-transform: rotate(135deg);
        transform: rotate(135deg);
        content: "";
        left: 10px;
        margin-top: -8px; }
    #schedule .pull__title__text {
      text-align: center;
      text-indent: -80px;
      flex-grow: 1;
      color: #252525;
      font-size: 20px;
      letter-spacing: 0.05em; }
    #schedule .pull__title.accordion--active .pull__title__year:after {
      display: block;
      position: absolute;
      top: 50%;
      width: 8px;
      height: 8px;
      margin-top: calc(8px / -2);
      border-top: solid 1px #252525;
      border-right: solid 1px #252525;
      -webkit-transform: rotate(-45deg);
      transform: rotate(-45deg);
      content: ""; }
  #schedule .pull__list {
    width: 100%;
    left: 50%;
    position: absolute;
    transform: translate(-50%, 0);
    -webkit-transform: translate(-50%, 0);
    -ms-transform: translate(-50%, 0);
    position: relative;
    z-index: 1; }
  #schedule .pull__li a {
    height: 60px;
    background: rgba(214, 226, 236, 0.96);
    display: flex;
    flex-wrap: nowrap;
    justify-content: center;
    align-items: center;
    color: #0068b7;
    font-size: 20px;
    font-weight: bold;
    letter-spacing: 0.05em;
    padding: 0 30px; }
    #schedule .pull__li a:hover {
      opacity: 1 !important;
      background: rgba(199, 212, 224, 0.96); }
  #schedule .pull__li + li {
    border-top: 1px solid #fff; }
  #schedule .pull__li__year {
    position: relative; }
    #schedule .pull__li__year:after {
      display: block;
      position: absolute;
      top: 50%;
      width: 8px;
      height: 8px;
      margin-top: calc(8px / -2);
      border-top: solid 2px #0068b7;
      border-right: solid 2px #0068b7;
      -webkit-transform: rotate(45deg);
      transform: rotate(45deg);
      content: "";
      right: -12px;
      margin: 0;
      top: 5px; }
  #schedule .pull__li.current a {
    background: rgba(221, 221, 221, 0.95);
    pointer-events: none;
    color: #666; }
    #schedule .pull__li.current a .pull__li__year:after {
      display: none; }

#schedule .month__title {
  display: flex;
  flex-wrap: nowrap;
  justify-content: center;
  align-items: center;
  position: relative;
  height: 70px; }
  #schedule .month__title__current {
    flex-grow: 1;
    text-align: center;
    font-size: 24px;
    font-weight: bold; }
  @media screen and (min-width: 769px) {
    #schedule .month__title__prev, #schedule .month__title__next {
      width: 20%; } }
  #schedule .month__title__prev a, #schedule .month__title__next a {
    display: block;
    width: 30px;
    height: 100%; }
    @media screen and (min-width: 769px) {
      #schedule .month__title__prev a, #schedule .month__title__next a {
        width: 100%;
        font-size: 14px;
        color: #252525;
        font-weight: bold; } }
  @media screen and (min-width: 769px) {
    #schedule .month__title__prev {
      padding-left: 30px; } }
  #schedule .month__title__prev a:after {
    display: block;
    position: absolute;
    top: 50%;
    width: 15px;
    height: 15px;
    margin-top: calc(15px / -2);
    border-top: solid 2px #252525;
    border-right: solid 2px #252525;
    -webkit-transform: rotate(-135deg);
    transform: rotate(-135deg);
    content: "";
    left: 20px; }
    @media screen and (min-width: 769px) {
      #schedule .month__title__prev a:after {
        left: 5px;
        margin-top: -9px; } }
  @media screen and (min-width: 769px) {
    #schedule .month__title__next {
      padding-right: 30px;
      text-align: right; } }
  #schedule .month__title__next a:after {
    display: block;
    position: absolute;
    top: 50%;
    width: 15px;
    height: 15px;
    margin-top: calc(15px / -2);
    border-top: solid 2px #252525;
    border-right: solid 2px #252525;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    content: "";
    right: 20px; }
    @media screen and (min-width: 769px) {
      #schedule .month__title__next a:after {
        right: 5px;
        margin-top: -9px; } }

#schedule .month__all {
  display: flex;
  flex-wrap: nowrap;
  justify-content: center;
  align-items: flex-end; }
  #schedule .month__all li {
    width: 100%;
    max-width: 50px;
    text-align: center; }
    #schedule .month__all li a {
      color: #252525;
      font-size: 14px; }
    #schedule .month__all li.current {
      flex-shrink: 0; }
      #schedule .month__all li.current a {
        font-weight: bold;
        font-size: 15px;
        color: #FF3D82; }

#schedule .racelist + .month__all {
  padding: 20px 0; }

#schedule .racelist {
  margin-top: 20px;
  border-bottom: 5px solid #d6e3ec; }
  #schedule .racelist .un-trigger {
    display: none; }
  #schedule .racelist .trigger {
    padding: 10px;
    background: #d6e3ec;
    font-weight: bold;
    margin: 0 auto; }
  #schedule .racelist .body {
    width: 100%;
    margin: 0 auto; }
    @media screen and (min-width: 769px) {
      #schedule .racelist .body {
        width: 100%;
        max-width: 100%; } }
    @media screen and (min-width: 481px) {
      #schedule .racelist .body {
        display: flex;
        flex-wrap: wrap;
        justify-content: space-between;
        align-items: stretch; } }
  @media screen and (max-width: 480px) {
    #schedule .racelist__race + .racelist__race {
      border-top: 1px solid #ccc; } }
  @media screen and (min-width: 481px) {
    #schedule .racelist__race {
      display: flex;
      flex-wrap: wrap;
      justify-content: center;
      align-items: center;
      flex-direction: column;
      width: 50%; }
      #schedule .racelist__race:nth-child(2n+1) {
        border-right: 1px solid #ccc; }
      #schedule .racelist__race:nth-child(n + 3) {
        border-top: 1px solid #ccc; } }
  #schedule .racelist__race__info {
    position: relative;
    display: block;
    background: #fff;
    padding: 10px 30px 10px 10px;
    width: 100%; }
    #schedule .racelist__race__info:after {
      display: block;
      position: absolute;
      top: 50%;
      width: 8px;
      height: 8px;
      margin-top: calc(8px / -2);
      border-top: solid 1px #252525;
      border-right: solid 1px #252525;
      -webkit-transform: rotate(45deg);
      transform: rotate(45deg);
      content: "";
      right: 10px; }
    #schedule .racelist__race__info.nolink:after {
      display: none; }
    #schedule .racelist__race__info.nolink:hover {
      opacity: 1;
      cursor: auto; }
    #schedule .racelist__race__info.nolink .racelist__race__sub {
      color: #666; }
      #schedule .racelist__race__info.nolink .racelist__race__sub .time {
        display: none; }
    #schedule .racelist__race__info.nolink .racelist__race__title {
      color: #666; }
  #schedule .racelist__race__title {
    font-size: 16px;
    font-weight: bold;
    margin-top: 10px;
    display: flex;
    flex-wrap: nowrap;
    justify-content: flex-start;
    align-items: center; }
    #schedule .racelist__race__title .grade {
      font-size: 12px;
      margin-left: 5px;
      padding: 2px 3px; }
  #schedule .racelist__race__sub {
    font-size: 12px;
    font-weight: normal;
    color: #252525; }
    #schedule .racelist__race__sub .flags {
      width: calc(60px * 0.3);
      height: calc(40px * 0.3);
      overflow: hidden; }
      #schedule .racelist__race__sub .flags:before {
        display: block;
        content: "";
        width: calc(60px * 0.3);
        height: calc(40px * 0.3);
        background: url(/img/flags.png) 0 0 no-repeat;
        background-size: 185.4px auto;
        border: none;
        margin: 0; }
      #schedule .racelist__race__sub .flags.flag_irl:before {
        background-position: 0px 0px; }
      #schedule .racelist__race__sub .flags.flag_bri:before {
        background-position: -18.6px 0px; }
      #schedule .racelist__race__sub .flags.flag_fra:before {
        background-position: -37.2px 0px; }
      #schedule .racelist__race__sub .flags.flag_usa:before {
        background-position: -55.8px 0px; }
      #schedule .racelist__race__sub .flags.flag_aus:before {
        background-position: -74.4px 0px; }
      #schedule .racelist__race__sub .flags.flag_uae:before {
        background-position: -93px 0px; }
      #schedule .racelist__race__sub .flags.flag_hkg:before {
        background-position: -111.6px 0px; }
      #schedule .racelist__race__sub .flags.flag_jpn:before {
        background-position: -130.2px 0px; }
      #schedule .racelist__race__sub .flags.flag_ita:before {
        background-position: -148.8px 0px; }
      #schedule .racelist__race__sub .flags.flag_deu:before {
        background-position: -167.4px 0px; }
      #schedule .racelist__race__sub .flags.flag_kwt:before {
        background-position: 0px -12.6px; }
      #schedule .racelist__race__sub .flags.flag_zaf:before {
        background-position: -18.6px -12.6px; }
      #schedule .racelist__race__sub .flags.flag_chn:before {
        background-position: -37.2px -12.6px; }
      #schedule .racelist__race__sub .flags.flag_sau:before {
        background-position: -55.8px -12.6px; }
      #schedule .racelist__race__sub .flags.flag_sgp:before {
        background-position: -74.4px -12.6px; }
      #schedule .racelist__race__sub .flags.flag_tur:before {
        background-position: -93px -12.6px; }
      #schedule .racelist__race__sub .flags.flag_arg:before {
        background-position: -111.6px -12.6px; }
      #schedule .racelist__race__sub .flags.flag_can:before {
        background-position: -130.2px -12.6px; }
      #schedule .racelist__race__sub .flags.flag_pol:before {
        background-position: -148.8px -12.6px; }
      #schedule .racelist__race__sub .flags.flag_sco:before {
        background-position: -167.4px -12.6px; }
      #schedule .racelist__race__sub .flags.flag_wal:before {
        background-position: 0px -25.2px; }
      #schedule .racelist__race__sub .flags.flag_nir:before {
        background-position: -18.6px -25.2px; }
      #schedule .racelist__race__sub .flags.flag_qat:before {
        background-position: -37.2px -25.2px; }
      #schedule .racelist__race__sub .flags.flag_nzl:before {
        background-position: -55.8px -25.2px; }
      #schedule .racelist__race__sub .flags.flag_chi:before {
        background-position: -74.4px -25.2px; }
      #schedule .racelist__race__sub .flags.flag_per:before {
        background-position: -93px -25.2px; }
      #schedule .racelist__race__sub .flags.flag_kor:before {
        background-position: -111.6px -25.2px; }
      #schedule .racelist__race__sub .flags.flag_bar:before {
        background-position: -130.2px -25.2px; }
      #schedule .racelist__race__sub .flags.flag_esp:before {
        background-position: -148.8px -25.2px; }
      #schedule .racelist__race__sub .flags.flag_ksa:before {
        background-position: -167.4px -25.2px; }
      #schedule .racelist__race__sub .flags.flag_cze:before {
        background-position: 0px -37.8px; }
      #schedule .racelist__race__sub .flags.flag_bhr:before {
        background-position: -18.6px -37.8px; }
      #schedule .racelist__race__sub .flags.flag_brz:before {
        background-position: -37.2px -37.8px; }
      #schedule .racelist__race__sub .flags.flag_nor:before {
        background-position: -55.8px -37.8px; }
      #schedule .racelist__race__sub .flags.flag_swe:before {
        background-position: -74.4px -37.8px; }
      #schedule .racelist__race__sub .flags.flag_brit:before {
        background-position: -93px -37.8px; }
      #schedule .racelist__race__sub .flags.flag_nzl:before {
        background-position: -111.6px -37.8px; }
      #schedule .racelist__race__sub .flags.flag_ger:before {
        background-position: -130.2px -37.8px; }
      #schedule .racelist__race__sub .flags.flag_ury:before {
        background-position: -148.8px -37.8px; }
  #schedule .racelist__race__tag .item {
    margin-top: 10px;
    font-size: 11px;
    display: inline-block;
    padding: 3px 5px;
    border: 1px solid #dcdcdc;
    color: #dcdcdc;
    border-radius: 50px;
    display: none; }
    #schedule .racelist__race__tag .item i {
      margin-right: 3px; }
    #schedule .racelist__race__tag .item.active {
      display: inline-block;
      color: #777;
      border-color: #777; }
    #schedule .racelist__race__tag .item + span {
      margin-left: 3px; }

#schedule._result .contents,
.tl .result .contents,
#wrapper #result .contents {
  width: 100%;
  margin: 0 auto; }
  @media screen and (min-width: 769px) {
    #schedule._result .contents,
    .tl .result .contents,
    #wrapper #result .contents {
      width: 100%;
      max-width: 100%; } }

#schedule._result .pull,
.tl .result .pull,
#wrapper #result .pull {
  width: 100%;
  margin: 0 auto; }
  @media screen and (min-width: 769px) {
    #schedule._result .pull,
    .tl .result .pull,
    #wrapper #result .pull {
      width: 95%;
      max-width: 960px; } }
  #schedule._result .pull__title__year,
  .tl .result .pull__title__year,
  #wrapper #result .pull__title__year {
    font-size: 18px; }
  #schedule._result .pull__title__text,
  .tl .result .pull__title__text,
  #wrapper #result .pull__title__text {
    flex-grow: 0;
    font-size: 18px;
    text-indent: 0;
    text-align: left;
    padding: 0 10px;
    letter-spacing: 0; }
  #schedule._result .pull__title__grade,
  .tl .result .pull__title__grade,
  #wrapper #result .pull__title__grade {
    width: 30px;
    height: 20px;
    display: flex;
    flex-wrap: nowrap;
    justify-content: center;
    align-items: center;
    font-size: 14px;
    flex-shrink: 0; }
  #schedule._result .pull__li a,
  .tl .result .pull__li a,
  #wrapper #result .pull__li a {
    display: flex;
    flex-wrap: nowrap;
    justify-content: flex-start;
    align-items: center;
    padding: 0 30px 0 15px;
    position: relative; }
    #schedule._result .pull__li a > span,
    .tl .result .pull__li a > span,
    #wrapper #result .pull__li a > span {
      margin-right: 5px; }
      #schedule._result .pull__li a > span:last-child,
      .tl .result .pull__li a > span:last-child,
      #wrapper #result .pull__li a > span:last-child {
        margin-right: 0; }
    #schedule._result .pull__li a:after,
    .tl .result .pull__li a:after,
    #wrapper #result .pull__li a:after {
      display: block;
      position: absolute;
      top: 50%;
      width: 8px;
      height: 8px;
      margin-top: calc(8px / -2);
      border-top: solid 2px #0068b7;
      border-right: solid 2px #0068b7;
      -webkit-transform: rotate(45deg);
      transform: rotate(45deg);
      content: "";
      right: 15px; }
  #schedule._result .pull__li__year,
  .tl .result .pull__li__year,
  #wrapper #result .pull__li__year {
    font-size: 18px; }
    #schedule._result .pull__li__year:after,
    .tl .result .pull__li__year:after,
    #wrapper #result .pull__li__year:after {
      display: none; }
  #schedule._result .pull__li .icons,
  .tl .result .pull__li .icons,
  #wrapper #result .pull__li .icons {
    width: calc(80px * 0.225);
    height: calc(80px * 0.225);
    overflow: hidden; }
    #schedule._result .pull__li .icons:before,
    .tl .result .pull__li .icons:before,
    #wrapper #result .pull__li .icons:before {
      display: block;
      content: "";
      width: calc(80px * 0.225);
      height: calc(80px * 0.225);
      background: url(/img/icons.png) 0 0 no-repeat;
      background-size: 184.05px auto;
      border: none;
      margin: 0; }
    #schedule._result .pull__li .icons.icon_horse_blue:before,
    .tl .result .pull__li .icons.icon_horse_blue:before,
    #wrapper #result .pull__li .icons.icon_horse_blue:before {
      background-position: 0px 0px; }
    #schedule._result .pull__li .icons.icon_horse_pink:before,
    .tl .result .pull__li .icons.icon_horse_pink:before,
    #wrapper #result .pull__li .icons.icon_horse_pink:before {
      background-position: -18.45px 0px; }
    #schedule._result .pull__li .icons.icon_crown01:before,
    .tl .result .pull__li .icons.icon_crown01:before,
    #wrapper #result .pull__li .icons.icon_crown01:before {
      background-position: -36.9px 0px; }
    #schedule._result .pull__li .icons.icon_crown02:before,
    .tl .result .pull__li .icons.icon_crown02:before,
    #wrapper #result .pull__li .icons.icon_crown02:before {
      background-position: -55.35px 0px; }
    #schedule._result .pull__li .icons.icon_crown03:before,
    .tl .result .pull__li .icons.icon_crown03:before,
    #wrapper #result .pull__li .icons.icon_crown03:before {
      background-position: -73.8px 0px; }
    #schedule._result .pull__li .icons.icon_title:before,
    .tl .result .pull__li .icons.icon_title:before,
    #wrapper #result .pull__li .icons.icon_title:before {
      background-position: -92.25px 0px; }
    #schedule._result .pull__li .icons.icon_look_pay:before,
    .tl .result .pull__li .icons.icon_look_pay:before,
    #wrapper #result .pull__li .icons.icon_look_pay:before {
      background-position: -110.7px 0px; }
    #schedule._result .pull__li .icons.icon_look_free:before,
    .tl .result .pull__li .icons.icon_look_free:before,
    #wrapper #result .pull__li .icons.icon_look_free:before {
      background-position: -129.15px 0px; }
    #schedule._result .pull__li .icons.icon_play:before,
    .tl .result .pull__li .icons.icon_play:before,
    #wrapper #result .pull__li .icons.icon_play:before {
      background-position: -147.6px 0px; }
    #schedule._result .pull__li .icons.icon_twitter:before,
    .tl .result .pull__li .icons.icon_twitter:before,
    #wrapper #result .pull__li .icons.icon_twitter:before {
      background-position: -166.05px 0px; }
    #schedule._result .pull__li .icons.icon_facebook:before,
    .tl .result .pull__li .icons.icon_facebook:before,
    #wrapper #result .pull__li .icons.icon_facebook:before {
      background-position: 0px -18.45px; }
    #schedule._result .pull__li .icons.icon_line:before,
    .tl .result .pull__li .icons.icon_line:before,
    #wrapper #result .pull__li .icons.icon_line:before {
      background-position: -18.45px -18.45px; }
    #schedule._result .pull__li .icons.icon_horse:before,
    .tl .result .pull__li .icons.icon_horse:before,
    #wrapper #result .pull__li .icons.icon_horse:before {
      background-position: -36.9px -18.45px; }
  #schedule._result .pull__li .flags,
  .tl .result .pull__li .flags,
  #wrapper #result .pull__li .flags {
    width: calc(60px * 0.4);
    height: calc(40px * 0.4);
    overflow: hidden; }
    #schedule._result .pull__li .flags:before,
    .tl .result .pull__li .flags:before,
    #wrapper #result .pull__li .flags:before {
      display: block;
      content: "";
      width: calc(60px * 0.4);
      height: calc(40px * 0.4);
      background: url(/img/flags.png) 0 0 no-repeat;
      background-size: 247.2px auto;
      border: none;
      margin: 0; }
    #schedule._result .pull__li .flags.flag_irl:before,
    .tl .result .pull__li .flags.flag_irl:before,
    #wrapper #result .pull__li .flags.flag_irl:before {
      background-position: 0px 0px; }
    #schedule._result .pull__li .flags.flag_bri:before,
    .tl .result .pull__li .flags.flag_bri:before,
    #wrapper #result .pull__li .flags.flag_bri:before {
      background-position: -24.8px 0px; }
    #schedule._result .pull__li .flags.flag_fra:before,
    .tl .result .pull__li .flags.flag_fra:before,
    #wrapper #result .pull__li .flags.flag_fra:before {
      background-position: -49.6px 0px; }
    #schedule._result .pull__li .flags.flag_usa:before,
    .tl .result .pull__li .flags.flag_usa:before,
    #wrapper #result .pull__li .flags.flag_usa:before {
      background-position: -74.4px 0px; }
    #schedule._result .pull__li .flags.flag_aus:before,
    .tl .result .pull__li .flags.flag_aus:before,
    #wrapper #result .pull__li .flags.flag_aus:before {
      background-position: -99.2px 0px; }
    #schedule._result .pull__li .flags.flag_uae:before,
    .tl .result .pull__li .flags.flag_uae:before,
    #wrapper #result .pull__li .flags.flag_uae:before {
      background-position: -124px 0px; }
    #schedule._result .pull__li .flags.flag_hkg:before,
    .tl .result .pull__li .flags.flag_hkg:before,
    #wrapper #result .pull__li .flags.flag_hkg:before {
      background-position: -148.8px 0px; }
    #schedule._result .pull__li .flags.flag_jpn:before,
    .tl .result .pull__li .flags.flag_jpn:before,
    #wrapper #result .pull__li .flags.flag_jpn:before {
      background-position: -173.6px 0px; }
    #schedule._result .pull__li .flags.flag_ita:before,
    .tl .result .pull__li .flags.flag_ita:before,
    #wrapper #result .pull__li .flags.flag_ita:before {
      background-position: -198.4px 0px; }
    #schedule._result .pull__li .flags.flag_deu:before,
    .tl .result .pull__li .flags.flag_deu:before,
    #wrapper #result .pull__li .flags.flag_deu:before {
      background-position: -223.2px 0px; }
    #schedule._result .pull__li .flags.flag_kwt:before,
    .tl .result .pull__li .flags.flag_kwt:before,
    #wrapper #result .pull__li .flags.flag_kwt:before {
      background-position: 0px -16.8px; }
    #schedule._result .pull__li .flags.flag_zaf:before,
    .tl .result .pull__li .flags.flag_zaf:before,
    #wrapper #result .pull__li .flags.flag_zaf:before {
      background-position: -24.8px -16.8px; }
    #schedule._result .pull__li .flags.flag_chn:before,
    .tl .result .pull__li .flags.flag_chn:before,
    #wrapper #result .pull__li .flags.flag_chn:before {
      background-position: -49.6px -16.8px; }
    #schedule._result .pull__li .flags.flag_sau:before,
    .tl .result .pull__li .flags.flag_sau:before,
    #wrapper #result .pull__li .flags.flag_sau:before {
      background-position: -74.4px -16.8px; }
    #schedule._result .pull__li .flags.flag_sgp:before,
    .tl .result .pull__li .flags.flag_sgp:before,
    #wrapper #result .pull__li .flags.flag_sgp:before {
      background-position: -99.2px -16.8px; }
    #schedule._result .pull__li .flags.flag_tur:before,
    .tl .result .pull__li .flags.flag_tur:before,
    #wrapper #result .pull__li .flags.flag_tur:before {
      background-position: -124px -16.8px; }
    #schedule._result .pull__li .flags.flag_arg:before,
    .tl .result .pull__li .flags.flag_arg:before,
    #wrapper #result .pull__li .flags.flag_arg:before {
      background-position: -148.8px -16.8px; }
    #schedule._result .pull__li .flags.flag_can:before,
    .tl .result .pull__li .flags.flag_can:before,
    #wrapper #result .pull__li .flags.flag_can:before {
      background-position: -173.6px -16.8px; }
    #schedule._result .pull__li .flags.flag_pol:before,
    .tl .result .pull__li .flags.flag_pol:before,
    #wrapper #result .pull__li .flags.flag_pol:before {
      background-position: -198.4px -16.8px; }
    #schedule._result .pull__li .flags.flag_sco:before,
    .tl .result .pull__li .flags.flag_sco:before,
    #wrapper #result .pull__li .flags.flag_sco:before {
      background-position: -223.2px -16.8px; }
    #schedule._result .pull__li .flags.flag_wal:before,
    .tl .result .pull__li .flags.flag_wal:before,
    #wrapper #result .pull__li .flags.flag_wal:before {
      background-position: 0px -33.6px; }
    #schedule._result .pull__li .flags.flag_nir:before,
    .tl .result .pull__li .flags.flag_nir:before,
    #wrapper #result .pull__li .flags.flag_nir:before {
      background-position: -24.8px -33.6px; }
    #schedule._result .pull__li .flags.flag_qat:before,
    .tl .result .pull__li .flags.flag_qat:before,
    #wrapper #result .pull__li .flags.flag_qat:before {
      background-position: -49.6px -33.6px; }
    #schedule._result .pull__li .flags.flag_nzl:before,
    .tl .result .pull__li .flags.flag_nzl:before,
    #wrapper #result .pull__li .flags.flag_nzl:before {
      background-position: -74.4px -33.6px; }
    #schedule._result .pull__li .flags.flag_chi:before,
    .tl .result .pull__li .flags.flag_chi:before,
    #wrapper #result .pull__li .flags.flag_chi:before {
      background-position: -99.2px -33.6px; }
    #schedule._result .pull__li .flags.flag_per:before,
    .tl .result .pull__li .flags.flag_per:before,
    #wrapper #result .pull__li .flags.flag_per:before {
      background-position: -124px -33.6px; }
    #schedule._result .pull__li .flags.flag_kor:before,
    .tl .result .pull__li .flags.flag_kor:before,
    #wrapper #result .pull__li .flags.flag_kor:before {
      background-position: -148.8px -33.6px; }
    #schedule._result .pull__li .flags.flag_bar:before,
    .tl .result .pull__li .flags.flag_bar:before,
    #wrapper #result .pull__li .flags.flag_bar:before {
      background-position: -173.6px -33.6px; }
    #schedule._result .pull__li .flags.flag_esp:before,
    .tl .result .pull__li .flags.flag_esp:before,
    #wrapper #result .pull__li .flags.flag_esp:before {
      background-position: -198.4px -33.6px; }
    #schedule._result .pull__li .flags.flag_ksa:before,
    .tl .result .pull__li .flags.flag_ksa:before,
    #wrapper #result .pull__li .flags.flag_ksa:before {
      background-position: -223.2px -33.6px; }
    #schedule._result .pull__li .flags.flag_cze:before,
    .tl .result .pull__li .flags.flag_cze:before,
    #wrapper #result .pull__li .flags.flag_cze:before {
      background-position: 0px -50.4px; }
    #schedule._result .pull__li .flags.flag_bhr:before,
    .tl .result .pull__li .flags.flag_bhr:before,
    #wrapper #result .pull__li .flags.flag_bhr:before {
      background-position: -24.8px -50.4px; }
    #schedule._result .pull__li .flags.flag_brz:before,
    .tl .result .pull__li .flags.flag_brz:before,
    #wrapper #result .pull__li .flags.flag_brz:before {
      background-position: -49.6px -50.4px; }
    #schedule._result .pull__li .flags.flag_nor:before,
    .tl .result .pull__li .flags.flag_nor:before,
    #wrapper #result .pull__li .flags.flag_nor:before {
      background-position: -74.4px -50.4px; }
    #schedule._result .pull__li .flags.flag_swe:before,
    .tl .result .pull__li .flags.flag_swe:before,
    #wrapper #result .pull__li .flags.flag_swe:before {
      background-position: -99.2px -50.4px; }
    #schedule._result .pull__li .flags.flag_brit:before,
    .tl .result .pull__li .flags.flag_brit:before,
    #wrapper #result .pull__li .flags.flag_brit:before {
      background-position: -124px -50.4px; }
    #schedule._result .pull__li .flags.flag_nzl:before,
    .tl .result .pull__li .flags.flag_nzl:before,
    #wrapper #result .pull__li .flags.flag_nzl:before {
      background-position: -148.8px -50.4px; }
    #schedule._result .pull__li .flags.flag_ger:before,
    .tl .result .pull__li .flags.flag_ger:before,
    #wrapper #result .pull__li .flags.flag_ger:before {
      background-position: -173.6px -50.4px; }
    #schedule._result .pull__li .flags.flag_ury:before,
    .tl .result .pull__li .flags.flag_ury:before,
    #wrapper #result .pull__li .flags.flag_ury:before {
      background-position: -198.4px -50.4px; }
  #schedule._result .pull__li__horse,
  .tl .result .pull__li__horse,
  #wrapper #result .pull__li__horse {
    font-size: 18px;
    font-weight: normal; }
  #schedule._result .pull__li.current a:after,
  .tl .result .pull__li.current a:after,
  #wrapper #result .pull__li.current a:after {
    display: none; }

#schedule._result .race > div h3,
.tl .result .race > div h3,
#wrapper #result .race > div h3 {
  padding: 50px 0 30px;
  text-align: center;
  line-height: 1.4; }
  #schedule._result .race > div h3 i,
  .tl .result .race > div h3 i,
  #wrapper #result .race > div h3 i {
    font-size: 22px; }
  #schedule._result .race > div h3 ._title-jp,
  .tl .result .race > div h3 ._title-jp,
  #wrapper #result .race > div h3 ._title-jp {
    font-size: 24px;
    display: block;
    line-height: 1;
    margin: 8px auto 5px; }
  #schedule._result .race > div h3 ._title-en,
  .tl .result .race > div h3 ._title-en,
  #wrapper #result .race > div h3 ._title-en {
    font-size: 12px;
    font-weight: normal;
    display: block; }

#schedule._result .race__info,
.tl .result .race__info,
#wrapper #result .race__info {
  width: 95%;
  margin: 0 auto;
  display: flex;
  flex-wrap: nowrap;
  justify-content: space-between;
  align-items: stretch;
  padding: 20px 0; }
  @media screen and (min-width: 769px) {
    #schedule._result .race__info,
    .tl .result .race__info,
    #wrapper #result .race__info {
      width: 95%;
      max-width: 960px; } }
  #schedule._result .race__info__movie,
  .tl .result .race__info__movie,
  #wrapper #result .race__info__movie {
    width: 30%; }
    #schedule._result .race__info__movie .thumb,
    .tl .result .race__info__movie .thumb,
    #wrapper #result .race__info__movie .thumb {
      width: 100%;
      position: relative; }
      #schedule._result .race__info__movie .thumb span,
      .tl .result .race__info__movie .thumb span,
      #wrapper #result .race__info__movie .thumb span {
        left: 50%;
        top: 50%;
        position: absolute;
        transform: translate(-50%, -50%);
        -webkit-transform: translate(-50%, -50%);
        -ms-transform: translate(-50%, -50%); }
  #schedule._result .race__info__text,
  .tl .result .race__info__text,
  #wrapper #result .race__info__text {
    flex-shrink: 2;
    flex-grow: 1;
    font-size: 14px;
    padding-left: 15px; }
    #schedule._result .race__info__text .date,
    .tl .result .race__info__text .date,
    #wrapper #result .race__info__text .date {
      font-weight: bold; }
    #schedule._result .race__info__text .place,
    .tl .result .race__info__text .place,
    #wrapper #result .race__info__text .place {
      font-weight: bold;
      font-size: 16px;
      margin-top: 8px; }
      #schedule._result .race__info__text .place .flags,
      .tl .result .race__info__text .place .flags,
      #wrapper #result .race__info__text .place .flags {
        margin-top: -3px;
        width: calc(60px * 0.3);
        height: calc(40px * 0.3);
        overflow: hidden; }
        #schedule._result .race__info__text .place .flags:before,
        .tl .result .race__info__text .place .flags:before,
        #wrapper #result .race__info__text .place .flags:before {
          display: block;
          content: "";
          width: calc(60px * 0.3);
          height: calc(40px * 0.3);
          background: url(/img/flags.png) 0 0 no-repeat;
          background-size: 185.4px auto;
          border: none;
          margin: 0; }
        #schedule._result .race__info__text .place .flags.flag_irl:before,
        .tl .result .race__info__text .place .flags.flag_irl:before,
        #wrapper #result .race__info__text .place .flags.flag_irl:before {
          background-position: 0px 0px; }
        #schedule._result .race__info__text .place .flags.flag_bri:before,
        .tl .result .race__info__text .place .flags.flag_bri:before,
        #wrapper #result .race__info__text .place .flags.flag_bri:before {
          background-position: -18.6px 0px; }
        #schedule._result .race__info__text .place .flags.flag_fra:before,
        .tl .result .race__info__text .place .flags.flag_fra:before,
        #wrapper #result .race__info__text .place .flags.flag_fra:before {
          background-position: -37.2px 0px; }
        #schedule._result .race__info__text .place .flags.flag_usa:before,
        .tl .result .race__info__text .place .flags.flag_usa:before,
        #wrapper #result .race__info__text .place .flags.flag_usa:before {
          background-position: -55.8px 0px; }
        #schedule._result .race__info__text .place .flags.flag_aus:before,
        .tl .result .race__info__text .place .flags.flag_aus:before,
        #wrapper #result .race__info__text .place .flags.flag_aus:before {
          background-position: -74.4px 0px; }
        #schedule._result .race__info__text .place .flags.flag_uae:before,
        .tl .result .race__info__text .place .flags.flag_uae:before,
        #wrapper #result .race__info__text .place .flags.flag_uae:before {
          background-position: -93px 0px; }
        #schedule._result .race__info__text .place .flags.flag_hkg:before,
        .tl .result .race__info__text .place .flags.flag_hkg:before,
        #wrapper #result .race__info__text .place .flags.flag_hkg:before {
          background-position: -111.6px 0px; }
        #schedule._result .race__info__text .place .flags.flag_jpn:before,
        .tl .result .race__info__text .place .flags.flag_jpn:before,
        #wrapper #result .race__info__text .place .flags.flag_jpn:before {
          background-position: -130.2px 0px; }
        #schedule._result .race__info__text .place .flags.flag_ita:before,
        .tl .result .race__info__text .place .flags.flag_ita:before,
        #wrapper #result .race__info__text .place .flags.flag_ita:before {
          background-position: -148.8px 0px; }
        #schedule._result .race__info__text .place .flags.flag_deu:before,
        .tl .result .race__info__text .place .flags.flag_deu:before,
        #wrapper #result .race__info__text .place .flags.flag_deu:before {
          background-position: -167.4px 0px; }
        #schedule._result .race__info__text .place .flags.flag_kwt:before,
        .tl .result .race__info__text .place .flags.flag_kwt:before,
        #wrapper #result .race__info__text .place .flags.flag_kwt:before {
          background-position: 0px -12.6px; }
        #schedule._result .race__info__text .place .flags.flag_zaf:before,
        .tl .result .race__info__text .place .flags.flag_zaf:before,
        #wrapper #result .race__info__text .place .flags.flag_zaf:before {
          background-position: -18.6px -12.6px; }
        #schedule._result .race__info__text .place .flags.flag_chn:before,
        .tl .result .race__info__text .place .flags.flag_chn:before,
        #wrapper #result .race__info__text .place .flags.flag_chn:before {
          background-position: -37.2px -12.6px; }
        #schedule._result .race__info__text .place .flags.flag_sau:before,
        .tl .result .race__info__text .place .flags.flag_sau:before,
        #wrapper #result .race__info__text .place .flags.flag_sau:before {
          background-position: -55.8px -12.6px; }
        #schedule._result .race__info__text .place .flags.flag_sgp:before,
        .tl .result .race__info__text .place .flags.flag_sgp:before,
        #wrapper #result .race__info__text .place .flags.flag_sgp:before {
          background-position: -74.4px -12.6px; }
        #schedule._result .race__info__text .place .flags.flag_tur:before,
        .tl .result .race__info__text .place .flags.flag_tur:before,
        #wrapper #result .race__info__text .place .flags.flag_tur:before {
          background-position: -93px -12.6px; }
        #schedule._result .race__info__text .place .flags.flag_arg:before,
        .tl .result .race__info__text .place .flags.flag_arg:before,
        #wrapper #result .race__info__text .place .flags.flag_arg:before {
          background-position: -111.6px -12.6px; }
        #schedule._result .race__info__text .place .flags.flag_can:before,
        .tl .result .race__info__text .place .flags.flag_can:before,
        #wrapper #result .race__info__text .place .flags.flag_can:before {
          background-position: -130.2px -12.6px; }
        #schedule._result .race__info__text .place .flags.flag_pol:before,
        .tl .result .race__info__text .place .flags.flag_pol:before,
        #wrapper #result .race__info__text .place .flags.flag_pol:before {
          background-position: -148.8px -12.6px; }
        #schedule._result .race__info__text .place .flags.flag_sco:before,
        .tl .result .race__info__text .place .flags.flag_sco:before,
        #wrapper #result .race__info__text .place .flags.flag_sco:before {
          background-position: -167.4px -12.6px; }
        #schedule._result .race__info__text .place .flags.flag_wal:before,
        .tl .result .race__info__text .place .flags.flag_wal:before,
        #wrapper #result .race__info__text .place .flags.flag_wal:before {
          background-position: 0px -25.2px; }
        #schedule._result .race__info__text .place .flags.flag_nir:before,
        .tl .result .race__info__text .place .flags.flag_nir:before,
        #wrapper #result .race__info__text .place .flags.flag_nir:before {
          background-position: -18.6px -25.2px; }
        #schedule._result .race__info__text .place .flags.flag_qat:before,
        .tl .result .race__info__text .place .flags.flag_qat:before,
        #wrapper #result .race__info__text .place .flags.flag_qat:before {
          background-position: -37.2px -25.2px; }
        #schedule._result .race__info__text .place .flags.flag_nzl:before,
        .tl .result .race__info__text .place .flags.flag_nzl:before,
        #wrapper #result .race__info__text .place .flags.flag_nzl:before {
          background-position: -55.8px -25.2px; }
        #schedule._result .race__info__text .place .flags.flag_chi:before,
        .tl .result .race__info__text .place .flags.flag_chi:before,
        #wrapper #result .race__info__text .place .flags.flag_chi:before {
          background-position: -74.4px -25.2px; }
        #schedule._result .race__info__text .place .flags.flag_per:before,
        .tl .result .race__info__text .place .flags.flag_per:before,
        #wrapper #result .race__info__text .place .flags.flag_per:before {
          background-position: -93px -25.2px; }
        #schedule._result .race__info__text .place .flags.flag_kor:before,
        .tl .result .race__info__text .place .flags.flag_kor:before,
        #wrapper #result .race__info__text .place .flags.flag_kor:before {
          background-position: -111.6px -25.2px; }
        #schedule._result .race__info__text .place .flags.flag_bar:before,
        .tl .result .race__info__text .place .flags.flag_bar:before,
        #wrapper #result .race__info__text .place .flags.flag_bar:before {
          background-position: -130.2px -25.2px; }
        #schedule._result .race__info__text .place .flags.flag_esp:before,
        .tl .result .race__info__text .place .flags.flag_esp:before,
        #wrapper #result .race__info__text .place .flags.flag_esp:before {
          background-position: -148.8px -25.2px; }
        #schedule._result .race__info__text .place .flags.flag_ksa:before,
        .tl .result .race__info__text .place .flags.flag_ksa:before,
        #wrapper #result .race__info__text .place .flags.flag_ksa:before {
          background-position: -167.4px -25.2px; }
        #schedule._result .race__info__text .place .flags.flag_cze:before,
        .tl .result .race__info__text .place .flags.flag_cze:before,
        #wrapper #result .race__info__text .place .flags.flag_cze:before {
          background-position: 0px -37.8px; }
        #schedule._result .race__info__text .place .flags.flag_bhr:before,
        .tl .result .race__info__text .place .flags.flag_bhr:before,
        #wrapper #result .race__info__text .place .flags.flag_bhr:before {
          background-position: -18.6px -37.8px; }
        #schedule._result .race__info__text .place .flags.flag_brz:before,
        .tl .result .race__info__text .place .flags.flag_brz:before,
        #wrapper #result .race__info__text .place .flags.flag_brz:before {
          background-position: -37.2px -37.8px; }
        #schedule._result .race__info__text .place .flags.flag_nor:before,
        .tl .result .race__info__text .place .flags.flag_nor:before,
        #wrapper #result .race__info__text .place .flags.flag_nor:before {
          background-position: -55.8px -37.8px; }
        #schedule._result .race__info__text .place .flags.flag_swe:before,
        .tl .result .race__info__text .place .flags.flag_swe:before,
        #wrapper #result .race__info__text .place .flags.flag_swe:before {
          background-position: -74.4px -37.8px; }
        #schedule._result .race__info__text .place .flags.flag_brit:before,
        .tl .result .race__info__text .place .flags.flag_brit:before,
        #wrapper #result .race__info__text .place .flags.flag_brit:before {
          background-position: -93px -37.8px; }
        #schedule._result .race__info__text .place .flags.flag_nzl:before,
        .tl .result .race__info__text .place .flags.flag_nzl:before,
        #wrapper #result .race__info__text .place .flags.flag_nzl:before {
          background-position: -111.6px -37.8px; }
        #schedule._result .race__info__text .place .flags.flag_ger:before,
        .tl .result .race__info__text .place .flags.flag_ger:before,
        #wrapper #result .race__info__text .place .flags.flag_ger:before {
          background-position: -130.2px -37.8px; }
        #schedule._result .race__info__text .place .flags.flag_ury:before,
        .tl .result .race__info__text .place .flags.flag_ury:before,
        #wrapper #result .race__info__text .place .flags.flag_ury:before {
          background-position: -148.8px -37.8px; }
    #schedule._result .race__info__text .time,
    .tl .result .race__info__text .time,
    #wrapper #result .race__info__text .time {
      margin-top: 8px; }
    #schedule._result .race__info__text .timejapan,
    .tl .result .race__info__text .timejapan,
    #wrapper #result .race__info__text .timejapan {
      margin-top: 5px;
      text-indent: -1rem; }
    #schedule._result .race__info__text .detail,
    .tl .result .race__info__text .detail,
    #wrapper #result .race__info__text .detail {
      display: flex;
      flex-wrap: wrap;
      justify-content: flex-start;
      align-items: flex-start; }
      #schedule._result .race__info__text .detail span,
      .tl .result .race__info__text .detail span,
      #wrapper #result .race__info__text .detail span {
        margin: 5px 5px 0 0; }

#schedule._result .race__link,
.tl .result .race__link,
#wrapper #result .race__link {
  padding-bottom: 20px;
  width: 95%;
  margin: 0 auto;
  flex-shrink: 0;
  display: flex;
  flex-wrap: nowrap;
  justify-content: flex-start;
  align-items: center; }
  @media screen and (min-width: 769px) {
    #schedule._result .race__link,
    .tl .result .race__link,
    #wrapper #result .race__link {
      width: 95%;
      max-width: 960px; } }
  @media screen and (min-width: 481px) {
    #schedule._result .race__link,
    .tl .result .race__link,
    #wrapper #result .race__link {
      padding-bottom: 50px; } }
  #schedule._result .race__link li,
  .tl .result .race__link li,
  #wrapper #result .race__link li {
    width: 100%;
    box-shadow: 0px 1px 3px 0px rgba(0, 0, 0, 0.2);
    text-align: center;
    border-radius: 10px;
    border: 2px solid #ccc; }
    #schedule._result .race__link li:nth-child(n + 2),
    .tl .result .race__link li:nth-child(n + 2),
    #wrapper #result .race__link li:nth-child(n + 2) {
      margin-left: 10px; }
    @media screen and (min-width: 481px) {
      #schedule._result .race__link li,
      .tl .result .race__link li,
      #wrapper #result .race__link li {
        width: calc((100% - 20px)/3); } }
    #schedule._result .race__link li a,
    .tl .result .race__link li a,
    #wrapper #result .race__link li a {
      display: block;
      padding: 5px 0; }
      @media screen and (min-width: 481px) {
        #schedule._result .race__link li a,
        .tl .result .race__link li a,
        #wrapper #result .race__link li a {
          padding: 10px 0; } }
    #schedule._result .race__link li p,
    .tl .result .race__link li p,
    #wrapper #result .race__link li p {
      display: block;
      width: 100%;
      height: 100%;
      display: flex;
      flex-wrap: wrap;
      justify-content: center;
      align-items: center;
      flex-direction: column;
      color: #ccc; }
      @media screen and (min-width: 481px) {
        #schedule._result .race__link li p,
        .tl .result .race__link li p,
        #wrapper #result .race__link li p {
          display: flex;
          flex-wrap: nowrap;
          justify-content: center;
          align-items: center;
          flex-direction: inherit; } }
      #schedule._result .race__link li p i, #schedule._result .race__link li p span,
      .tl .result .race__link li p i,
      .tl .result .race__link li p span,
      #wrapper #result .race__link li p i,
      #wrapper #result .race__link li p span {
        margin: 1px auto; }
        @media screen and (min-width: 481px) {
          #schedule._result .race__link li p i, #schedule._result .race__link li p span,
          .tl .result .race__link li p i,
          .tl .result .race__link li p span,
          #wrapper #result .race__link li p i,
          #wrapper #result .race__link li p span {
            margin: 0; } }
      #schedule._result .race__link li p i,
      .tl .result .race__link li p i,
      #wrapper #result .race__link li p i {
        display: block;
        width: 100%;
        font-size: 18px; }
        @media screen and (min-width: 481px) {
          #schedule._result .race__link li p i,
          .tl .result .race__link li p i,
          #wrapper #result .race__link li p i {
            font-size: 20px;
            width: auto; } }
      #schedule._result .race__link li p span,
      .tl .result .race__link li p span,
      #wrapper #result .race__link li p span {
        font-weight: bold;
        font-size: 10px;
        width: auto;
        display: inline-block;
        position: relative;
        text-indent: -10px;
        line-height: 18px; }
        @media screen and (min-width: 481px) {
          #schedule._result .race__link li p span,
          .tl .result .race__link li p span,
          #wrapper #result .race__link li p span {
            text-indent: 0px;
            margin-left: 10px;
            font-size: 14px;
            line-height: 20px; } }
        #schedule._result .race__link li p span:after,
        .tl .result .race__link li p span:after,
        #wrapper #result .race__link li p span:after {
          display: block;
          position: absolute;
          top: 50%;
          width: 5px;
          height: 5px;
          margin-top: calc(5px / -2);
          border-top: solid 1px #ccc;
          border-right: solid 1px #ccc;
          -webkit-transform: rotate(135deg);
          transform: rotate(135deg);
          content: "";
          right: -12px;
          margin-top: -5px; }
          @media screen and (min-width: 769px) {
            #schedule._result .race__link li p span:after,
            .tl .result .race__link li p span:after,
            #wrapper #result .race__link li p span:after {
              margin-top: -6px; } }
    #schedule._result .race__link li.active,
    .tl .result .race__link li.active,
    #wrapper #result .race__link li.active {
      border-color: #777; }
      #schedule._result .race__link li.active p,
      .tl .result .race__link li.active p,
      #wrapper #result .race__link li.active p {
        color: #777; }
        #schedule._result .race__link li.active p span:after,
        .tl .result .race__link li.active p span:after,
        #wrapper #result .race__link li.active p span:after {
          display: block;
          position: absolute;
          top: 50%;
          width: 5px;
          height: 5px;
          margin-top: calc(5px / -2);
          border-top: solid 1px #777;
          border-right: solid 1px #777;
          -webkit-transform: rotate(135deg);
          transform: rotate(135deg);
          content: "";
          right: -12px;
          margin-top: -5px; }
          @media screen and (min-width: 769px) {
            #schedule._result .race__link li.active p span:after,
            .tl .result .race__link li.active p span:after,
            #wrapper #result .race__link li.active p span:after {
              margin-top: -6px; } }
    #schedule._result .race__link li.special p span,
    .tl .result .race__link li.special p span,
    #wrapper #result .race__link li.special p span {
      text-indent: -8px; }
      @media screen and (min-width: 481px) {
        #schedule._result .race__link li.special p span,
        .tl .result .race__link li.special p span,
        #wrapper #result .race__link li.special p span {
          text-indent: 0; } }
      #schedule._result .race__link li.special p span:after,
      .tl .result .race__link li.special p span:after,
      #wrapper #result .race__link li.special p span:after {
        display: block;
        position: absolute;
        top: 50%;
        width: 5px;
        height: 5px;
        margin-top: calc(5px / -2);
        border-top: solid 1px #ccc;
        border-right: solid 1px #ccc;
        -webkit-transform: rotate(45deg);
        transform: rotate(45deg);
        content: "";
        right: -10px;
        margin-top: -4px; }
    #schedule._result .race__link li.special.active p span:after,
    .tl .result .race__link li.special.active p span:after,
    #wrapper #result .race__link li.special.active p span:after {
      display: block;
      position: absolute;
      top: 50%;
      width: 5px;
      height: 5px;
      margin-top: calc(5px / -2);
      border-top: solid 1px #777;
      border-right: solid 1px #777;
      -webkit-transform: rotate(45deg);
      transform: rotate(45deg);
      content: "";
      right: -10px;
      margin-top: -4px; }

#schedule._result .race__table,
.tl .result .race__table,
#wrapper #result .race__table {
  padding: 0 0 50px; }
  #schedule._result .race__table .schedule__attent,
  .tl .result .race__table .schedule__attent,
  #wrapper #result .race__table .schedule__attent {
    width: 95%;
    margin: 0 auto;
    margin-top: 20px;
    line-height: 1.3; }
    @media screen and (min-width: 769px) {
      #schedule._result .race__table .schedule__attent,
      .tl .result .race__table .schedule__attent,
      #wrapper #result .race__table .schedule__attent {
        width: 95%;
        max-width: 960px; } }

#schedule._result .race__video .summary__modal,
.tl .result .race__video .summary__modal,
#wrapper #result .race__video .summary__modal {
  display: block;
  width: 95%;
  margin: 0 auto; }
  @media screen and (min-width: 769px) {
    #schedule._result .race__video .summary__modal,
    .tl .result .race__video .summary__modal,
    #wrapper #result .race__video .summary__modal {
      width: 95%;
      max-width: 600px; } }
  #schedule._result .race__video .summary__modal__img,
  .tl .result .race__video .summary__modal__img,
  #wrapper #result .race__video .summary__modal__img {
    width: 100%;
    position: relative; }
    #schedule._result .race__video .summary__modal__img .icons,
    .tl .result .race__video .summary__modal__img .icons,
    #wrapper #result .race__video .summary__modal__img .icons {
      left: 50%;
      top: 50%;
      position: absolute;
      transform: translate(-50%, -50%);
      -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
      width: calc(80px * 0.7);
      height: calc(80px * 0.7);
      overflow: hidden; }
      #schedule._result .race__video .summary__modal__img .icons:before,
      .tl .result .race__video .summary__modal__img .icons:before,
      #wrapper #result .race__video .summary__modal__img .icons:before {
        display: block;
        content: "";
        width: calc(80px * 0.7);
        height: calc(80px * 0.7);
        background: url(/img/icons.png) 0 0 no-repeat;
        background-size: 572.6px auto;
        border: none;
        margin: 0; }
      #schedule._result .race__video .summary__modal__img .icons.icon_horse_blue:before,
      .tl .result .race__video .summary__modal__img .icons.icon_horse_blue:before,
      #wrapper #result .race__video .summary__modal__img .icons.icon_horse_blue:before {
        background-position: 0px 0px; }
      #schedule._result .race__video .summary__modal__img .icons.icon_horse_pink:before,
      .tl .result .race__video .summary__modal__img .icons.icon_horse_pink:before,
      #wrapper #result .race__video .summary__modal__img .icons.icon_horse_pink:before {
        background-position: -57.4px 0px; }
      #schedule._result .race__video .summary__modal__img .icons.icon_crown01:before,
      .tl .result .race__video .summary__modal__img .icons.icon_crown01:before,
      #wrapper #result .race__video .summary__modal__img .icons.icon_crown01:before {
        background-position: -114.8px 0px; }
      #schedule._result .race__video .summary__modal__img .icons.icon_crown02:before,
      .tl .result .race__video .summary__modal__img .icons.icon_crown02:before,
      #wrapper #result .race__video .summary__modal__img .icons.icon_crown02:before {
        background-position: -172.2px 0px; }
      #schedule._result .race__video .summary__modal__img .icons.icon_crown03:before,
      .tl .result .race__video .summary__modal__img .icons.icon_crown03:before,
      #wrapper #result .race__video .summary__modal__img .icons.icon_crown03:before {
        background-position: -229.6px 0px; }
      #schedule._result .race__video .summary__modal__img .icons.icon_title:before,
      .tl .result .race__video .summary__modal__img .icons.icon_title:before,
      #wrapper #result .race__video .summary__modal__img .icons.icon_title:before {
        background-position: -287px 0px; }
      #schedule._result .race__video .summary__modal__img .icons.icon_look_pay:before,
      .tl .result .race__video .summary__modal__img .icons.icon_look_pay:before,
      #wrapper #result .race__video .summary__modal__img .icons.icon_look_pay:before {
        background-position: -344.4px 0px; }
      #schedule._result .race__video .summary__modal__img .icons.icon_look_free:before,
      .tl .result .race__video .summary__modal__img .icons.icon_look_free:before,
      #wrapper #result .race__video .summary__modal__img .icons.icon_look_free:before {
        background-position: -401.8px 0px; }
      #schedule._result .race__video .summary__modal__img .icons.icon_play:before,
      .tl .result .race__video .summary__modal__img .icons.icon_play:before,
      #wrapper #result .race__video .summary__modal__img .icons.icon_play:before {
        background-position: -459.2px 0px; }
      #schedule._result .race__video .summary__modal__img .icons.icon_twitter:before,
      .tl .result .race__video .summary__modal__img .icons.icon_twitter:before,
      #wrapper #result .race__video .summary__modal__img .icons.icon_twitter:before {
        background-position: -516.6px 0px; }
      #schedule._result .race__video .summary__modal__img .icons.icon_facebook:before,
      .tl .result .race__video .summary__modal__img .icons.icon_facebook:before,
      #wrapper #result .race__video .summary__modal__img .icons.icon_facebook:before {
        background-position: 0px -57.4px; }
      #schedule._result .race__video .summary__modal__img .icons.icon_line:before,
      .tl .result .race__video .summary__modal__img .icons.icon_line:before,
      #wrapper #result .race__video .summary__modal__img .icons.icon_line:before {
        background-position: -57.4px -57.4px; }
      #schedule._result .race__video .summary__modal__img .icons.icon_horse:before,
      .tl .result .race__video .summary__modal__img .icons.icon_horse:before,
      #wrapper #result .race__video .summary__modal__img .icons.icon_horse:before {
        background-position: -114.8px -57.4px; }

#schedule._result .race__colorbox,
.tl .result .race__colorbox,
#wrapper #result .race__colorbox {
  background: #ededed; }

@media screen and (min-width: 481px) {
  #schedule._result .race__photo,
  .tl .result .race__photo,
  #wrapper #result .race__photo {
    padding-top: 110px;
    margin-top: -110px; } }

#schedule._result .race__photo .race__colorbox,
.tl .result .race__photo .race__colorbox,
#wrapper #result .race__photo .race__colorbox {
  padding-bottom: 50px; }

#schedule._result .race__photo__inner,
.tl .result .race__photo__inner,
#wrapper #result .race__photo__inner {
  width: 95%;
  margin: 0 auto;
  overflow-x: scroll;
  position: relative;
  z-index: 1111; }
  @media screen and (min-width: 769px) {
    #schedule._result .race__photo__inner,
    .tl .result .race__photo__inner,
    #wrapper #result .race__photo__inner {
      width: 95%;
      max-width: 960px; } }
  #schedule._result .race__photo__inner ul,
  .tl .result .race__photo__inner ul,
  #wrapper #result .race__photo__inner ul {
    width: 150%;
    width: max-content;
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-start;
    align-items: stretch; }
    #schedule._result .race__photo__inner ul li,
    .tl .result .race__photo__inner ul li,
    #wrapper #result .race__photo__inner ul li {
      background: #ccc;
      width: 200px;
      height: 138px;
      overflow-y: hidden;
      margin-right: 10px;
      display: flex;
      flex-wrap: nowrap;
      justify-content: center;
      align-items: center;
      position: relative; }
      #schedule._result .race__photo__inner ul li figure,
      .tl .result .race__photo__inner ul li figure,
      #wrapper #result .race__photo__inner ul li figure {
        line-height: 1; }
        #schedule._result .race__photo__inner ul li figure:after,
        .tl .result .race__photo__inner ul li figure:after,
        #wrapper #result .race__photo__inner ul li figure:after {
          content: "\f424";
          position: absolute;
          font-family: "Font Awesome 5 Free";
          display: block;
          left: 0;
          top: 0;
          padding: 6px;
          background: rgba(0, 0, 0, 0.4);
          font-size: 16px;
          color: #fff;
          font-weight: bold; }
        #schedule._result .race__photo__inner ul li figure img,
        .tl .result .race__photo__inner ul li figure img,
        #wrapper #result .race__photo__inner ul li figure img {
          height: auto; }
        #schedule._result .race__photo__inner ul li figure figcaption,
        .tl .result .race__photo__inner ul li figure figcaption,
        #wrapper #result .race__photo__inner ul li figure figcaption {
          position: absolute;
          width: 100%;
          padding: 3px 5px;
          background: rgba(0, 0, 0, 0.8);
          color: #fff;
          font-size: 10px;
          line-height: 1.1;
          bottom: 0;
          left: 0;
          z-index: 1; }

#schedule._result .race .remodal__photo,
.tl .result .race .remodal__photo,
#wrapper #result .race .remodal__photo {
  display: none; }
  #schedule._result .race .remodal__photo.active,
  .tl .result .race .remodal__photo.active,
  #wrapper #result .race .remodal__photo.active {
    position: fixed;
    z-index: 9999;
    width: 100%;
    height: 150%;
    background: rgba(0, 0, 0, 0.8);
    left: 0;
    top: 0; }
    #schedule._result .race .remodal__photo.active figure,
    .tl .result .race .remodal__photo.active figure,
    #wrapper #result .race .remodal__photo.active figure {
      width: 95%;
      margin: 0 auto;
      left: 50%;
      top: 50%;
      position: absolute;
      transform: translate(-50%, -50%);
      -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
      position: fixed; }
      @media screen and (min-width: 481px) {
        #schedule._result .race .remodal__photo.active figure,
        .tl .result .race .remodal__photo.active figure,
        #wrapper #result .race .remodal__photo.active figure {
          width: 95%;
          max-width: 600px; } }
      #schedule._result .race .remodal__photo.active figure img,
      .tl .result .race .remodal__photo.active figure img,
      #wrapper #result .race .remodal__photo.active figure img {
        width: 100%;
        height: auto; }
      #schedule._result .race .remodal__photo.active figure figcaption,
      .tl .result .race .remodal__photo.active figure figcaption,
      #wrapper #result .race .remodal__photo.active figure figcaption {
        font-size: 16px;
        color: #fff;
        margin-top: 5px;
        font-weight: bold;
        line-height: 1.3; }

@media screen and (min-width: 481px) {
  #schedule._result .race__news,
  .tl .result .race__news,
  #wrapper #result .race__news {
    padding-top: 110px;
    margin-top: -110px; } }

#schedule._result .race__news__list,
.tl .result .race__news__list,
#wrapper #result .race__news__list {
  width: 95%;
  margin: 0 auto; }
  @media screen and (min-width: 769px) {
    #schedule._result .race__news__list,
    .tl .result .race__news__list,
    #wrapper #result .race__news__list {
      width: 95%;
      max-width: 960px; } }
  #schedule._result .race__news__list li a,
  .tl .result .race__news__list li a,
  #wrapper #result .race__news__list li a {
    padding: 15px 0; }
  #schedule._result .race__news__list li:first-child a,
  .tl .result .race__news__list li:first-child a,
  #wrapper #result .race__news__list li:first-child a {
    padding-top: 0; }

.tl .result .paragraph,
#wrapper #result .paragraph {
  display: block;
  margin: 0 auto;
  width: 80%;
  padding: 0; }
  .tl .result .paragraph a,
  #wrapper #result .paragraph a {
    display: block;
    width: 100%;
    max-width: 300px;
    margin: 0 auto 10px;
    text-align: center;
    position: relative;
    padding: 15px 0;
    background: #fff;
    border: 2px solid #1975D2;
    text-decoration: none;
    color: #1975D2;
    font-weight: bold;
    font-size: 14px;
    line-height: 1; }

.tl .result .race__photo + .paragraph,
.tl .result .race__table + .paragraph,
.tl .result .schedule__attent + .paragraph,
#wrapper #result .race__photo + .paragraph,
#wrapper #result .race__table + .paragraph,
#wrapper #result .schedule__attent + .paragraph {
  margin-top: 30px; }

#wrapper #result .head-area {
  width: 95%;
  margin: 0 auto;
  margin: 0 auto; }
  @media screen and (min-width: 769px) {
    #wrapper #result .head-area {
      width: 95%;
      max-width: 960px; } }

#wrapper #result div.inner-block {
  width: 100%;
  margin: 0 auto; }
  @media screen and (min-width: 769px) {
    #wrapper #result div.inner-block {
      width: 100%;
      max-width: 100%; } }

#wrapper #result .race__table {
  width: 95%;
  margin: 0 auto; }
  @media screen and (min-width: 769px) {
    #wrapper #result .race__table {
      width: 95%;
      max-width: 960px; } }

@media screen and (min-width: 769px) {
  #column .body-area, #news .body-area {
    *zoom: 1; }
    #column .body-area:before, #news .body-area:before {
      content: " ";
      display: table; }
    #column .body-area:after, #news .body-area:after {
      content: " ";
      display: table;
      clear: both; }
    #column .body-area .photo-block._gallery figure, #news .body-area .photo-block._gallery figure {
      float: right;
      margin: 20px 0 0 20px; }
    #column .body-area .photo-block figure, #news .body-area .photo-block figure {
      float: left;
      margin: 20px 20px 0 0;
      width: 50%; }
      #column .body-area .photo-block figure:nth-child(2n), #news .body-area .photo-block figure:nth-child(2n) {
        float: right;
        margin: 20px 0 0 20px; } }

.acc-info {
  width: 100%;
  margin: 15px 0;
  position: relative; }
  .acc-info > div {
    width: 100%;
    position: relative; }
    .acc-info > div#free-area {
      width: 200px;
      margin-left: auto; }
    .acc-info > div .info-btn {
      padding: 10px;
      box-sizing: border-box;
      line-height: 1;
      font-weight: bold;
      display: flex;
      flex-wrap: nowrap;
      justify-content: center;
      align-items: center;
      font-size: 14px; }
      .acc-info > div .info-btn img {
        height: 20px;
        width: auto;
        margin-right: 8px; }
      .acc-info > div .info-btn:hover {
        cursor: pointer; }
    .acc-info > div#pay-area {
      display: none;
      margin-bottom: 5px; }
      .acc-info > div#pay-area .info-btn {
        background: #f4e9c9;
        position: relative; }
        .acc-info > div#pay-area .info-btn:after {
          display: block;
          position: absolute;
          top: 50%;
          right: 10px;
          width: 7px;
          height: 7px;
          margin-top: -7px;
          border-top: solid 2px #252525;
          border-right: solid 2px #252525;
          -webkit-transform: rotate(135deg);
          transform: rotate(135deg);
          content: ""; }
        .acc-info > div#pay-area .info-btn.active:after {
          margin-top: -2px;
          -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg); }
        .acc-info > div#pay-area .info-btn:hover {
          cursor: pointer; }
    .acc-info > div#free-area .info-btn {
      background: #eaeaea; }
      .acc-info > div#free-area .info-btn:hover {
        cursor: default; }
  .acc-info .info-box {
    display: none;
    position: relative;
    border-top: 1px solid #fff;
    padding: 15px;
    width: 100%;
    box-sizing: border-box;
    font-size: 14px; }
    .acc-info .info-box p {
      font-weight: bold;
      position: relative;
      z-index: 1; }
      .acc-info .info-box p.info-note {
        font-weight: normal;
        font-size: 12px; }
        .acc-info .info-box p.info-note a {
          text-decoration: underline; }
    .acc-info .info-box#pay-box {
      background: #f4e9c9; }

.pay-item-list {
  margin: 15px auto 10px;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center; }
  .pay-item-list li {
    padding: 5px 7px;
    background: #fff;
    border: #d2d2d2 1px solid;
    box-sizing: border-box;
    font-size: 14px;
    margin-right: 5px;
    margin-bottom: 5px; }

.item-pay-column .text-title, .item-free-column .text-title {
  position: relative; }
  .item-pay-column .text-title:after, .item-free-column .text-title:after {
    content: "";
    width: 20px;
    height: 20px;
    vertical-align: top;
    display: inline-block;
    margin-left: 10px; }

.item-pay-column .text-title:after {
  background: url(/img/ico_key_pay.png);
  background-size: contain; }

.item-free-column .text-title:after {
  background: url(/img/ico_key_free.png);
  background-size: contain; }

.pay-column h3.title:after {
  background: url("/img/ico_key_pay.png");
  background-size: contain; }

.free-column h3.title:after {
  background: url("/img/ico_key_free.png");
  background-size: contain; }

.more-area {
  display: none; }

.free-column.acc-no h3.title,
.pay-column.acc-no h3.title,
.pay-column.acc-free h3.title {
  position: relative; }
  .free-column.acc-no h3.title:after,
  .pay-column.acc-no h3.title:after,
  .pay-column.acc-free h3.title:after {
    content: "";
    width: 20px;
    height: 20px;
    vertical-align: text-bottom;
    display: inline-block;
    margin-left: 10px; }

.free-column.acc-no #main > .body-area,
.pay-column.acc-no #main > .body-area,
.pay-column.acc-free #main > .body-area {
  padding-bottom: 0;
  margin-bottom: 0; }

.free-column.acc-no .paragraph,
.pay-column.acc-no .paragraph,
.pay-column.acc-free .paragraph {
  height: 250px;
  overflow: hidden;
  position: relative; }
  .free-column.acc-no .paragraph:after,
  .pay-column.acc-no .paragraph:after,
  .pay-column.acc-free .paragraph:after {
    content: "";
    width: 100%;
    height: 200px;
    position: absolute;
    bottom: -1px;
    left: 0;
    display: block;
    background: url("/img/over_white.png"); }

.free-column.acc-no .more-area,
.pay-column.acc-no .more-area,
.pay-column.acc-free .more-area {
  display: block;
  width: 100%;
  padding: 15px;
  margin: 0 auto 25px;
  box-sizing: border-box;
  text-align: center;
  background: #f2f7fb; }
  .free-column.acc-no .more-area .more-title,
  .pay-column.acc-no .more-area .more-title,
  .pay-column.acc-free .more-area .more-title {
    color: #0068b6;
    font-weight: bold;
    margin-bottom: 15px;
    font-size: 18px;
    line-height: 1.4; }
  .free-column.acc-no .more-area .more-item,
  .pay-column.acc-no .more-area .more-item,
  .pay-column.acc-free .more-area .more-item {
    font-size: 12px; }
    .free-column.acc-no .more-area .more-item a,
    .pay-column.acc-no .more-area .more-item a,
    .pay-column.acc-free .more-area .more-item a {
      text-decoration: underline; }
  .free-column.acc-no .more-area .more-login-btn,
  .pay-column.acc-no .more-area .more-login-btn,
  .pay-column.acc-free .more-area .more-login-btn {
    width: 100%;
    height: 70px;
    max-width: 350px;
    margin: 25px auto;
    font-weight: bold;
    border-radius: 5px;
    color: #fff;
    background: #0cb24f;
    display: flex;
    flex-wrap: nowrap;
    justify-content: center;
    align-items: center;
    font-size: 20px;
    box-shadow: 0px 5px 0px -2px rgba(0, 0, 0, 0.4);
    -webkit-box-shadow: 0px 5px 0px -2px rgba(0, 0, 0, 0.4);
    -moz-box-shadow: 0px 5px 0px -2px rgba(0, 0, 0, 0.4); }
    .free-column.acc-no .more-area .more-login-btn:hover,
    .pay-column.acc-no .more-area .more-login-btn:hover,
    .pay-column.acc-free .more-area .more-login-btn:hover {
      opacity: .8;
      cursor: pointer; }
  .free-column.acc-no .more-area .more-note,
  .pay-column.acc-no .more-area .more-note,
  .pay-column.acc-free .more-area .more-note {
    text-align: left;
    font-size: 12px;
    font-size: 0.75rem; }

.pay-column.acc-free .more-area .more-login-btn {
  display: none; }

.sp#column .photo-block {
  margin-top: 15px; }

#pc .acc-info {
  display: flex;
  flex-wrap: nowrap;
  justify-content: flex-end;
  align-items: center; }
  #pc .acc-info > div .info-btn {
    padding: 8px 10px; }
    @media all and (-ms-high-contrast: none) {
      #pc .acc-info > div .info-btn {
        font-family: "メイリオ",Meiryo,"游ゴシック",YuGothic,"ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro","ＭＳ Ｐゴシック","MS PGothic",sans-serif; } }
  #pc .acc-info > div#pay-area {
    margin-right: 10px; }
    #pc .acc-info > div#pay-area:hover .info-box {
      display: block; }
  #pc .acc-info .info-box {
    position: absolute;
    top: 100%;
    left: 50%;
    margin-left: -200px;
    padding: 25px;
    width: 400px;
    box-sizing: border-box;
    border-top: 20px solid #fff;
    z-index: 10;
    font-size: 14px; }
    #pc .acc-info .info-box:before {
      content: "";
      position: absolute;
      bottom: 100%;
      left: 50%;
      margin-left: -10px;
      width: 0;
      height: 0;
      border-style: solid;
      border-width: 0 10px 13px 10px;
      border-color: transparent transparent #f4e9c9 transparent;
      z-index: 0; }

#pc .pay-item-list {
  margin: 25px auto 20px; }
  #pc .pay-item-list li {
    font-size: 12px; }
    @media all and (-ms-high-contrast: none) {
      #pc .pay-item-list li {
        font-family: "メイリオ",Meiryo,"游ゴシック",YuGothic,"ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro","ＭＳ Ｐゴシック","MS PGothic",sans-serif; } }

#pc .free-column h3.title, #pc .pay-column h3.title {
  position: relative; }
  #pc .free-column h3.title:after, #pc .pay-column h3.title:after {
    content: "";
    width: 20px;
    height: 20px;
    display: inline-block;
    margin-left: 10px; }

#pc .free-column .more-area, #pc .pay-column .more-area {
  display: none; }

#pc .pay-column h3.title:after {
  background: url(/img/icons.png) 0 0 no-repeat;
  background-size: 200px auto;
  background-position: -120px 0px; }

#pc .free-column h3.title:after {
  background: url(/img/icons.png) 0 0 no-repeat;
  background-size: 200px auto;
  background-position: -140px 0px; }

#pc .free-column.acc-no .more-area,
#pc .pay-column.acc-no .more-area,
#pc .pay-column.acc-free .more-area {
  display: block;
  padding: 25px; }
  #pc .free-column.acc-no .more-area .more-title,
  #pc .pay-column.acc-no .more-area .more-title,
  #pc .pay-column.acc-free .more-area .more-title {
    margin-bottom: 25px;
    font-size: 24px; }
  #pc .free-column.acc-no .more-area .more-item,
  #pc .pay-column.acc-no .more-area .more-item,
  #pc .pay-column.acc-free .more-area .more-item {
    font-size: 12px; }
    #pc .free-column.acc-no .more-area .more-item .pay-item-list,
    #pc .pay-column.acc-no .more-area .more-item .pay-item-list,
    #pc .pay-column.acc-free .more-area .more-item .pay-item-list {
      margin: 15px auto 10px;
      max-width: 350px; }
    #pc .free-column.acc-no .more-area .more-item a,
    #pc .pay-column.acc-no .more-area .more-item a,
    #pc .pay-column.acc-free .more-area .more-item a {
      text-decoration: underline; }
  #pc .free-column.acc-no .more-area .more-login-btn,
  #pc .pay-column.acc-no .more-area .more-login-btn,
  #pc .pay-column.acc-free .more-area .more-login-btn {
    width: 80%;
    display: flex;
    flex-wrap: nowrap;
    justify-content: center;
    align-items: center;
    font-size: 24px; }
    @media all and (-ms-high-contrast: none) {
      #pc .free-column.acc-no .more-area .more-login-btn,
      #pc .pay-column.acc-no .more-area .more-login-btn,
      #pc .pay-column.acc-free .more-area .more-login-btn {
        font-family: "メイリオ",Meiryo,"游ゴシック",YuGothic,"ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro","ＭＳ Ｐゴシック","MS PGothic",sans-serif; } }

#archive .body-area ul .archive-list {
  border-bottom: 1px solid #d2d2d2;
  padding: 10px 0;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: stretch; }
  #archive .body-area ul .archive-list:last-child {
    border: none; }
  #archive .body-area ul .archive-list .archive-img {
    width: 30%; }
    @media screen and (min-width: 769px) {
      #archive .body-area ul .archive-list .archive-img {
        width: 200px; } }
  #archive .body-area ul .archive-list .contents {
    width: calc(70% - 10px);
    padding: 0;
    margin: 0;
    font-weight: bold;
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-start;
    align-items: center; }
    @media screen and (min-width: 769px) {
      #archive .body-area ul .archive-list .contents {
        width: calc(100% - 220px); } }
    #archive .body-area ul .archive-list .contents .day {
      font-size: 14px;
      margin-right: 5px; }
      @media screen and (min-width: 769px) {
        #archive .body-area ul .archive-list .contents .day {
          font-size: 16px; } }
    #archive .body-area ul .archive-list .contents .flags {
      margin-right: 5px;
      width: calc(60px * 0.38);
      height: calc(40px * 0.38);
      overflow: hidden; }
      #archive .body-area ul .archive-list .contents .flags:before {
        display: block;
        content: "";
        width: calc(60px * 0.38);
        height: calc(40px * 0.38);
        background: url(/img/flags.png) 0 0 no-repeat;
        background-size: 234.84px auto;
        border: none;
        margin: 0; }
      #archive .body-area ul .archive-list .contents .flags.flag_irl:before {
        background-position: 0px 0px; }
      #archive .body-area ul .archive-list .contents .flags.flag_bri:before {
        background-position: -23.56px 0px; }
      #archive .body-area ul .archive-list .contents .flags.flag_fra:before {
        background-position: -47.12px 0px; }
      #archive .body-area ul .archive-list .contents .flags.flag_usa:before {
        background-position: -70.68px 0px; }
      #archive .body-area ul .archive-list .contents .flags.flag_aus:before {
        background-position: -94.24px 0px; }
      #archive .body-area ul .archive-list .contents .flags.flag_uae:before {
        background-position: -117.8px 0px; }
      #archive .body-area ul .archive-list .contents .flags.flag_hkg:before {
        background-position: -141.36px 0px; }
      #archive .body-area ul .archive-list .contents .flags.flag_jpn:before {
        background-position: -164.92px 0px; }
      #archive .body-area ul .archive-list .contents .flags.flag_ita:before {
        background-position: -188.48px 0px; }
      #archive .body-area ul .archive-list .contents .flags.flag_deu:before {
        background-position: -212.04px 0px; }
      #archive .body-area ul .archive-list .contents .flags.flag_kwt:before {
        background-position: 0px -15.96px; }
      #archive .body-area ul .archive-list .contents .flags.flag_zaf:before {
        background-position: -23.56px -15.96px; }
      #archive .body-area ul .archive-list .contents .flags.flag_chn:before {
        background-position: -47.12px -15.96px; }
      #archive .body-area ul .archive-list .contents .flags.flag_sau:before {
        background-position: -70.68px -15.96px; }
      #archive .body-area ul .archive-list .contents .flags.flag_sgp:before {
        background-position: -94.24px -15.96px; }
      #archive .body-area ul .archive-list .contents .flags.flag_tur:before {
        background-position: -117.8px -15.96px; }
      #archive .body-area ul .archive-list .contents .flags.flag_arg:before {
        background-position: -141.36px -15.96px; }
      #archive .body-area ul .archive-list .contents .flags.flag_can:before {
        background-position: -164.92px -15.96px; }
      #archive .body-area ul .archive-list .contents .flags.flag_pol:before {
        background-position: -188.48px -15.96px; }
      #archive .body-area ul .archive-list .contents .flags.flag_sco:before {
        background-position: -212.04px -15.96px; }
      #archive .body-area ul .archive-list .contents .flags.flag_wal:before {
        background-position: 0px -31.92px; }
      #archive .body-area ul .archive-list .contents .flags.flag_nir:before {
        background-position: -23.56px -31.92px; }
      #archive .body-area ul .archive-list .contents .flags.flag_qat:before {
        background-position: -47.12px -31.92px; }
      #archive .body-area ul .archive-list .contents .flags.flag_nzl:before {
        background-position: -70.68px -31.92px; }
      #archive .body-area ul .archive-list .contents .flags.flag_chi:before {
        background-position: -94.24px -31.92px; }
      #archive .body-area ul .archive-list .contents .flags.flag_per:before {
        background-position: -117.8px -31.92px; }
      #archive .body-area ul .archive-list .contents .flags.flag_kor:before {
        background-position: -141.36px -31.92px; }
      #archive .body-area ul .archive-list .contents .flags.flag_bar:before {
        background-position: -164.92px -31.92px; }
      #archive .body-area ul .archive-list .contents .flags.flag_esp:before {
        background-position: -188.48px -31.92px; }
      #archive .body-area ul .archive-list .contents .flags.flag_ksa:before {
        background-position: -212.04px -31.92px; }
      #archive .body-area ul .archive-list .contents .flags.flag_cze:before {
        background-position: 0px -47.88px; }
      #archive .body-area ul .archive-list .contents .flags.flag_bhr:before {
        background-position: -23.56px -47.88px; }
      #archive .body-area ul .archive-list .contents .flags.flag_brz:before {
        background-position: -47.12px -47.88px; }
      #archive .body-area ul .archive-list .contents .flags.flag_nor:before {
        background-position: -70.68px -47.88px; }
      #archive .body-area ul .archive-list .contents .flags.flag_swe:before {
        background-position: -94.24px -47.88px; }
      #archive .body-area ul .archive-list .contents .flags.flag_brit:before {
        background-position: -117.8px -47.88px; }
      #archive .body-area ul .archive-list .contents .flags.flag_nzl:before {
        background-position: -141.36px -47.88px; }
      #archive .body-area ul .archive-list .contents .flags.flag_ger:before {
        background-position: -164.92px -47.88px; }
      #archive .body-area ul .archive-list .contents .flags.flag_ury:before {
        background-position: -188.48px -47.88px; }
    #archive .body-area ul .archive-list .contents .country {
      font-size: 14px; }
      @media screen and (min-width: 769px) {
        #archive .body-area ul .archive-list .contents .country {
          font-size: 16px; } }
    #archive .body-area ul .archive-list .contents .archive-name {
      font-size: 18px;
      margin: 10px 0;
      width: 100%; }
      @media screen and (min-width: 769px) {
        #archive .body-area ul .archive-list .contents .archive-name {
          font-size: 20px; } }
    #archive .body-area ul .archive-list .contents .detail {
      width: 100%;
      font-weight: normal;
      font-size: 12px;
      line-height: 1.5; }
      @media screen and (min-width: 769px) {
        #archive .body-area ul .archive-list .contents .detail {
          font-size: 14px; } }

.lp {
  color: #252525; }
  .lp__visual {
    width: 100%;
    height: 150px;
    margin-bottom: 30px; }
    @media screen and (min-width: 769px) {
      .lp__visual {
        height: 300px; } }
    .lp__visual__inner {
      display: block;
      max-width: 960px;
      width: 100%;
      margin: 0 auto;
      height: 100%;
      position: relative; }
    .lp__visual__title {
      width: 100%;
      text-align: center;
      font-size: 25px;
      font-weight: bold;
      color: #fff;
      left: 50%;
      top: 50%;
      position: absolute;
      transform: translate(-50%, -50%);
      -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
      text-shadow: 0px 4px 3px rgba(0, 0, 0, 0.4), 0px 8px 13px rgba(0, 0, 0, 0.1), 0px 18px 23px rgba(0, 0, 0, 0.1); }
      @media screen and (min-width: 769px) {
        .lp__visual__title {
          font-size: 35px;
          line-height: 1.3;
          text-align: left;
          padding: 0 20px; } }

#corona #wrapper {
  min-width: 100%;
  font: 14px/1.231 Avenir, 'Helvetica neue', Helvetica, "游ゴシック", "Yu Gothic", "游ゴシック体", YuGothic, "ヒラギノ角ゴシック Pro", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  font-feature-settings: "pkna" 1;
  letter-spacing: 0.03em; }

#corona .button {
  border: none;
  line-height: 1;
  height: auto; }
  @media screen and (min-width: 769px) {
    #corona .button {
      max-width: 350px; } }
  #corona .button .button__a {
    height: 60px;
    padding: 0;
    display: flex;
    flex-wrap: nowrap;
    justify-content: center;
    align-items: center; }
    #corona .button .button__a + .button__a {
      margin-top: 30px; }

#corona.lp .lp__visual {
  background: center/cover no-repeat url(/img/corona/visual_sp.jpg); }
  @media screen and (min-width: 769px) {
    #corona.lp .lp__visual {
      background: center/cover no-repeat url(/img/corona/visual.jpg); } }

#corona #tab {
  width: 100%; }
  #corona #tab ._inner {
    width: 100%;
    margin: 0 auto; }
    @media screen and (min-width: 769px) {
      #corona #tab ._inner {
        width: 95%;
        max-width: 960px; } }
  #corona #tab ul {
    display: flex;
    flex-wrap: nowrap;
    justify-content: center;
    align-items: center; }
    #corona #tab ul li {
      width: 50%;
      height: 50px; }
      #corona #tab ul li a {
        border-top: 1px solid #7F7F7F;
        background: #fff;
        display: block;
        width: 100%;
        height: 100%;
        font-size: 14px;
        font-weight: bold;
        color: #7F7F7F;
        display: flex;
        flex-wrap: nowrap;
        justify-content: center;
        align-items: center; }
        #corona #tab ul li a:hover {
          opacity: 1; }
      #corona #tab ul li.current a {
        border-top: 1px solid #1975D2;
        background: #1975D2;
        color: #fff; }
      @media screen and (min-width: 769px) {
        #corona #tab ul li:first-child.current a {
          border-left: 1px solid #1975D2; }
        #corona #tab ul li:first-child a {
          border-left: 1px solid #7F7F7F; }
          #corona #tab ul li:first-child a:hover {
            border-top: 1px solid #8BB9E8;
            border-left: 1px solid #8BB9E8;
            background: #8BB9E8;
            color: #fff; }
        #corona #tab ul li:last-child a {
          border-right: 1px solid #7F7F7F; }
          #corona #tab ul li:last-child a.current {
            border-right: 1px solid #1975D2; }
          #corona #tab ul li:last-child a:hover {
            border-top: 1px solid #8BB9E8;
            border-right: 1px solid #8BB9E8;
            background: #8BB9E8;
            color: #fff; } }

#corona .panel__box {
  background: #E7F1FB;
  padding: 20px 0; }
  @media screen and (min-width: 769px) {
    #corona .panel__box {
      padding: 40px 0; } }
  #corona .panel__box:nth-child(2n) {
    background: #fff; }
  #corona .panel__box__title {
    width: 100%;
    padding: 0 0 15px;
    margin-bottom: 20px;
    text-align: center;
    border-bottom: 1px solid #fff; }
    @media screen and (min-width: 769px) {
      #corona .panel__box__title {
        font-size: 16px; } }
    #corona .panel__box__title span {
      font-weight: bold; }

#corona .panel #country__nav {
  position: relative;
  z-index: 1;
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05), 0 2px 2px rgba(0, 0, 0, 0.05), 0 3px 3px rgba(0, 0, 0, 0.05); }
  #corona .panel #country__nav ul {
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-start;
    align-items: strach; }
    @media screen and (min-width: 769px) {
      #corona .panel #country__nav ul {
        width: 90%;
        margin: 0 auto; } }
    #corona .panel #country__nav ul li {
      width: calc((100% - 10px)/3);
      border-radius: 5px;
      background: #fff;
      border: 1px solid #ccc;
      margin: 0 5px 5px 0; }
      #corona .panel #country__nav ul li:nth-child(3n) {
        margin-right: 0; }
      #corona .panel #country__nav ul li a {
        display: block;
        width: 100%;
        height: 100%;
        padding: 8px 30px 4px 0;
        text-align: center;
        position: relative;
        display: flex;
        flex-wrap: wrap;
        justify-content: center;
        align-items: center; }
        @media screen and (min-width: 769px) {
          #corona .panel #country__nav ul li a {
            display: flex;
            flex-wrap: nowrap;
            justify-content: flex-start;
            align-items: center;
            padding: 10px; } }
        #corona .panel #country__nav ul li a:after {
          display: block;
          position: absolute;
          top: 50%;
          width: 6px;
          height: 6px;
          margin-top: calc(6px / -2);
          border-top: solid 1px #252525;
          border-right: solid 1px #252525;
          -webkit-transform: rotate(135deg);
          transform: rotate(135deg);
          content: "";
          right: 10px; }
        #corona .panel #country__nav ul li a .flags {
          width: calc(60px * 0.4);
          height: calc(40px * 0.4);
          overflow: hidden; }
          #corona .panel #country__nav ul li a .flags:before {
            display: block;
            content: "";
            width: calc(60px * 0.4);
            height: calc(40px * 0.4);
            background: url(/img/flags.png) 0 0 no-repeat;
            background-size: 247.2px auto;
            border: none;
            margin: 0; }
          #corona .panel #country__nav ul li a .flags.flag_irl:before {
            background-position: 0px 0px; }
          #corona .panel #country__nav ul li a .flags.flag_bri:before {
            background-position: -24.8px 0px; }
          #corona .panel #country__nav ul li a .flags.flag_fra:before {
            background-position: -49.6px 0px; }
          #corona .panel #country__nav ul li a .flags.flag_usa:before {
            background-position: -74.4px 0px; }
          #corona .panel #country__nav ul li a .flags.flag_aus:before {
            background-position: -99.2px 0px; }
          #corona .panel #country__nav ul li a .flags.flag_uae:before {
            background-position: -124px 0px; }
          #corona .panel #country__nav ul li a .flags.flag_hkg:before {
            background-position: -148.8px 0px; }
          #corona .panel #country__nav ul li a .flags.flag_jpn:before {
            background-position: -173.6px 0px; }
          #corona .panel #country__nav ul li a .flags.flag_ita:before {
            background-position: -198.4px 0px; }
          #corona .panel #country__nav ul li a .flags.flag_deu:before {
            background-position: -223.2px 0px; }
          #corona .panel #country__nav ul li a .flags.flag_kwt:before {
            background-position: 0px -16.8px; }
          #corona .panel #country__nav ul li a .flags.flag_zaf:before {
            background-position: -24.8px -16.8px; }
          #corona .panel #country__nav ul li a .flags.flag_chn:before {
            background-position: -49.6px -16.8px; }
          #corona .panel #country__nav ul li a .flags.flag_sau:before {
            background-position: -74.4px -16.8px; }
          #corona .panel #country__nav ul li a .flags.flag_sgp:before {
            background-position: -99.2px -16.8px; }
          #corona .panel #country__nav ul li a .flags.flag_tur:before {
            background-position: -124px -16.8px; }
          #corona .panel #country__nav ul li a .flags.flag_arg:before {
            background-position: -148.8px -16.8px; }
          #corona .panel #country__nav ul li a .flags.flag_can:before {
            background-position: -173.6px -16.8px; }
          #corona .panel #country__nav ul li a .flags.flag_pol:before {
            background-position: -198.4px -16.8px; }
          #corona .panel #country__nav ul li a .flags.flag_sco:before {
            background-position: -223.2px -16.8px; }
          #corona .panel #country__nav ul li a .flags.flag_wal:before {
            background-position: 0px -33.6px; }
          #corona .panel #country__nav ul li a .flags.flag_nir:before {
            background-position: -24.8px -33.6px; }
          #corona .panel #country__nav ul li a .flags.flag_qat:before {
            background-position: -49.6px -33.6px; }
          #corona .panel #country__nav ul li a .flags.flag_nzl:before {
            background-position: -74.4px -33.6px; }
          #corona .panel #country__nav ul li a .flags.flag_chi:before {
            background-position: -99.2px -33.6px; }
          #corona .panel #country__nav ul li a .flags.flag_per:before {
            background-position: -124px -33.6px; }
          #corona .panel #country__nav ul li a .flags.flag_kor:before {
            background-position: -148.8px -33.6px; }
          #corona .panel #country__nav ul li a .flags.flag_bar:before {
            background-position: -173.6px -33.6px; }
          #corona .panel #country__nav ul li a .flags.flag_esp:before {
            background-position: -198.4px -33.6px; }
          #corona .panel #country__nav ul li a .flags.flag_ksa:before {
            background-position: -223.2px -33.6px; }
          #corona .panel #country__nav ul li a .flags.flag_cze:before {
            background-position: 0px -50.4px; }
          #corona .panel #country__nav ul li a .flags.flag_bhr:before {
            background-position: -24.8px -50.4px; }
          #corona .panel #country__nav ul li a .flags.flag_brz:before {
            background-position: -49.6px -50.4px; }
          #corona .panel #country__nav ul li a .flags.flag_nor:before {
            background-position: -74.4px -50.4px; }
          #corona .panel #country__nav ul li a .flags.flag_swe:before {
            background-position: -99.2px -50.4px; }
          #corona .panel #country__nav ul li a .flags.flag_brit:before {
            background-position: -124px -50.4px; }
          #corona .panel #country__nav ul li a .flags.flag_nzl:before {
            background-position: -148.8px -50.4px; }
          #corona .panel #country__nav ul li a .flags.flag_ger:before {
            background-position: -173.6px -50.4px; }
          #corona .panel #country__nav ul li a .flags.flag_ury:before {
            background-position: -198.4px -50.4px; }
          @media screen and (min-width: 769px) {
            #corona .panel #country__nav ul li a .flags {
              width: calc(60px * 0.5);
              height: calc(40px * 0.5);
              overflow: hidden; }
              #corona .panel #country__nav ul li a .flags:before {
                display: block;
                content: "";
                width: calc(60px * 0.5);
                height: calc(40px * 0.5);
                background: url(/img/flags.png) 0 0 no-repeat;
                background-size: 309px auto;
                border: none;
                margin: 0; }
              #corona .panel #country__nav ul li a .flags.flag_irl:before {
                background-position: 0px 0px; }
              #corona .panel #country__nav ul li a .flags.flag_bri:before {
                background-position: -31px 0px; }
              #corona .panel #country__nav ul li a .flags.flag_fra:before {
                background-position: -62px 0px; }
              #corona .panel #country__nav ul li a .flags.flag_usa:before {
                background-position: -93px 0px; }
              #corona .panel #country__nav ul li a .flags.flag_aus:before {
                background-position: -124px 0px; }
              #corona .panel #country__nav ul li a .flags.flag_uae:before {
                background-position: -155px 0px; }
              #corona .panel #country__nav ul li a .flags.flag_hkg:before {
                background-position: -186px 0px; }
              #corona .panel #country__nav ul li a .flags.flag_jpn:before {
                background-position: -217px 0px; }
              #corona .panel #country__nav ul li a .flags.flag_ita:before {
                background-position: -248px 0px; }
              #corona .panel #country__nav ul li a .flags.flag_deu:before {
                background-position: -279px 0px; }
              #corona .panel #country__nav ul li a .flags.flag_kwt:before {
                background-position: 0px -21px; }
              #corona .panel #country__nav ul li a .flags.flag_zaf:before {
                background-position: -31px -21px; }
              #corona .panel #country__nav ul li a .flags.flag_chn:before {
                background-position: -62px -21px; }
              #corona .panel #country__nav ul li a .flags.flag_sau:before {
                background-position: -93px -21px; }
              #corona .panel #country__nav ul li a .flags.flag_sgp:before {
                background-position: -124px -21px; }
              #corona .panel #country__nav ul li a .flags.flag_tur:before {
                background-position: -155px -21px; }
              #corona .panel #country__nav ul li a .flags.flag_arg:before {
                background-position: -186px -21px; }
              #corona .panel #country__nav ul li a .flags.flag_can:before {
                background-position: -217px -21px; }
              #corona .panel #country__nav ul li a .flags.flag_pol:before {
                background-position: -248px -21px; }
              #corona .panel #country__nav ul li a .flags.flag_sco:before {
                background-position: -279px -21px; }
              #corona .panel #country__nav ul li a .flags.flag_wal:before {
                background-position: 0px -42px; }
              #corona .panel #country__nav ul li a .flags.flag_nir:before {
                background-position: -31px -42px; }
              #corona .panel #country__nav ul li a .flags.flag_qat:before {
                background-position: -62px -42px; }
              #corona .panel #country__nav ul li a .flags.flag_nzl:before {
                background-position: -93px -42px; }
              #corona .panel #country__nav ul li a .flags.flag_chi:before {
                background-position: -124px -42px; }
              #corona .panel #country__nav ul li a .flags.flag_per:before {
                background-position: -155px -42px; }
              #corona .panel #country__nav ul li a .flags.flag_kor:before {
                background-position: -186px -42px; }
              #corona .panel #country__nav ul li a .flags.flag_bar:before {
                background-position: -217px -42px; }
              #corona .panel #country__nav ul li a .flags.flag_esp:before {
                background-position: -248px -42px; }
              #corona .panel #country__nav ul li a .flags.flag_ksa:before {
                background-position: -279px -42px; }
              #corona .panel #country__nav ul li a .flags.flag_cze:before {
                background-position: 0px -63px; }
              #corona .panel #country__nav ul li a .flags.flag_bhr:before {
                background-position: -31px -63px; }
              #corona .panel #country__nav ul li a .flags.flag_brz:before {
                background-position: -62px -63px; }
              #corona .panel #country__nav ul li a .flags.flag_nor:before {
                background-position: -93px -63px; }
              #corona .panel #country__nav ul li a .flags.flag_swe:before {
                background-position: -124px -63px; }
              #corona .panel #country__nav ul li a .flags.flag_brit:before {
                background-position: -155px -63px; }
              #corona .panel #country__nav ul li a .flags.flag_nzl:before {
                background-position: -186px -63px; }
              #corona .panel #country__nav ul li a .flags.flag_ger:before {
                background-position: -217px -63px; }
              #corona .panel #country__nav ul li a .flags.flag_ury:before {
                background-position: -248px -63px; } }
          #corona .panel #country__nav ul li a .flags + .countryName {
            margin-top: 5px; }
            @media screen and (min-width: 769px) {
              #corona .panel #country__nav ul li a .flags + .countryName {
                margin: 0 0 0 10px; } }
        #corona .panel #country__nav ul li a .countryName {
          display: block;
          width: 100%;
          font-size: 10px;
          color: #252525;
          font-weight: bold; }
          @media screen and (min-width: 769px) {
            #corona .panel #country__nav ul li a .countryName {
              width: auto;
              font-size: 14px; } }

#corona .panel #country .country__info__title {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center; }
  #corona .panel #country .country__info__title .flags {
    width: calc(60px * 0.8);
    height: calc(40px * 0.8);
    overflow: hidden; }
    #corona .panel #country .country__info__title .flags:before {
      display: block;
      content: "";
      width: calc(60px * 0.8);
      height: calc(40px * 0.8);
      background: url(/img/flags.png) 0 0 no-repeat;
      background-size: 494.4px auto;
      border: none;
      margin: 0; }
    #corona .panel #country .country__info__title .flags.flag_irl:before {
      background-position: 0px 0px; }
    #corona .panel #country .country__info__title .flags.flag_bri:before {
      background-position: -49.6px 0px; }
    #corona .panel #country .country__info__title .flags.flag_fra:before {
      background-position: -99.2px 0px; }
    #corona .panel #country .country__info__title .flags.flag_usa:before {
      background-position: -148.8px 0px; }
    #corona .panel #country .country__info__title .flags.flag_aus:before {
      background-position: -198.4px 0px; }
    #corona .panel #country .country__info__title .flags.flag_uae:before {
      background-position: -248px 0px; }
    #corona .panel #country .country__info__title .flags.flag_hkg:before {
      background-position: -297.6px 0px; }
    #corona .panel #country .country__info__title .flags.flag_jpn:before {
      background-position: -347.2px 0px; }
    #corona .panel #country .country__info__title .flags.flag_ita:before {
      background-position: -396.8px 0px; }
    #corona .panel #country .country__info__title .flags.flag_deu:before {
      background-position: -446.4px 0px; }
    #corona .panel #country .country__info__title .flags.flag_kwt:before {
      background-position: 0px -33.6px; }
    #corona .panel #country .country__info__title .flags.flag_zaf:before {
      background-position: -49.6px -33.6px; }
    #corona .panel #country .country__info__title .flags.flag_chn:before {
      background-position: -99.2px -33.6px; }
    #corona .panel #country .country__info__title .flags.flag_sau:before {
      background-position: -148.8px -33.6px; }
    #corona .panel #country .country__info__title .flags.flag_sgp:before {
      background-position: -198.4px -33.6px; }
    #corona .panel #country .country__info__title .flags.flag_tur:before {
      background-position: -248px -33.6px; }
    #corona .panel #country .country__info__title .flags.flag_arg:before {
      background-position: -297.6px -33.6px; }
    #corona .panel #country .country__info__title .flags.flag_can:before {
      background-position: -347.2px -33.6px; }
    #corona .panel #country .country__info__title .flags.flag_pol:before {
      background-position: -396.8px -33.6px; }
    #corona .panel #country .country__info__title .flags.flag_sco:before {
      background-position: -446.4px -33.6px; }
    #corona .panel #country .country__info__title .flags.flag_wal:before {
      background-position: 0px -67.2px; }
    #corona .panel #country .country__info__title .flags.flag_nir:before {
      background-position: -49.6px -67.2px; }
    #corona .panel #country .country__info__title .flags.flag_qat:before {
      background-position: -99.2px -67.2px; }
    #corona .panel #country .country__info__title .flags.flag_nzl:before {
      background-position: -148.8px -67.2px; }
    #corona .panel #country .country__info__title .flags.flag_chi:before {
      background-position: -198.4px -67.2px; }
    #corona .panel #country .country__info__title .flags.flag_per:before {
      background-position: -248px -67.2px; }
    #corona .panel #country .country__info__title .flags.flag_kor:before {
      background-position: -297.6px -67.2px; }
    #corona .panel #country .country__info__title .flags.flag_bar:before {
      background-position: -347.2px -67.2px; }
    #corona .panel #country .country__info__title .flags.flag_esp:before {
      background-position: -396.8px -67.2px; }
    #corona .panel #country .country__info__title .flags.flag_ksa:before {
      background-position: -446.4px -67.2px; }
    #corona .panel #country .country__info__title .flags.flag_cze:before {
      background-position: 0px -100.8px; }
    #corona .panel #country .country__info__title .flags.flag_bhr:before {
      background-position: -49.6px -100.8px; }
    #corona .panel #country .country__info__title .flags.flag_brz:before {
      background-position: -99.2px -100.8px; }
    #corona .panel #country .country__info__title .flags.flag_nor:before {
      background-position: -148.8px -100.8px; }
    #corona .panel #country .country__info__title .flags.flag_swe:before {
      background-position: -198.4px -100.8px; }
    #corona .panel #country .country__info__title .flags.flag_brit:before {
      background-position: -248px -100.8px; }
    #corona .panel #country .country__info__title .flags.flag_nzl:before {
      background-position: -297.6px -100.8px; }
    #corona .panel #country .country__info__title .flags.flag_ger:before {
      background-position: -347.2px -100.8px; }
    #corona .panel #country .country__info__title .flags.flag_ury:before {
      background-position: -396.8px -100.8px; }
    @media screen and (min-width: 769px) {
      #corona .panel #country .country__info__title .flags {
        width: calc(60px * 1);
        height: calc(40px * 1);
        overflow: hidden; }
        #corona .panel #country .country__info__title .flags:before {
          display: block;
          content: "";
          width: calc(60px * 1);
          height: calc(40px * 1);
          background: url(/img/flags.png) 0 0 no-repeat;
          background-size: 618px auto;
          border: none;
          margin: 0; }
        #corona .panel #country .country__info__title .flags.flag_irl:before {
          background-position: 0px 0px; }
        #corona .panel #country .country__info__title .flags.flag_bri:before {
          background-position: -62px 0px; }
        #corona .panel #country .country__info__title .flags.flag_fra:before {
          background-position: -124px 0px; }
        #corona .panel #country .country__info__title .flags.flag_usa:before {
          background-position: -186px 0px; }
        #corona .panel #country .country__info__title .flags.flag_aus:before {
          background-position: -248px 0px; }
        #corona .panel #country .country__info__title .flags.flag_uae:before {
          background-position: -310px 0px; }
        #corona .panel #country .country__info__title .flags.flag_hkg:before {
          background-position: -372px 0px; }
        #corona .panel #country .country__info__title .flags.flag_jpn:before {
          background-position: -434px 0px; }
        #corona .panel #country .country__info__title .flags.flag_ita:before {
          background-position: -496px 0px; }
        #corona .panel #country .country__info__title .flags.flag_deu:before {
          background-position: -558px 0px; }
        #corona .panel #country .country__info__title .flags.flag_kwt:before {
          background-position: 0px -42px; }
        #corona .panel #country .country__info__title .flags.flag_zaf:before {
          background-position: -62px -42px; }
        #corona .panel #country .country__info__title .flags.flag_chn:before {
          background-position: -124px -42px; }
        #corona .panel #country .country__info__title .flags.flag_sau:before {
          background-position: -186px -42px; }
        #corona .panel #country .country__info__title .flags.flag_sgp:before {
          background-position: -248px -42px; }
        #corona .panel #country .country__info__title .flags.flag_tur:before {
          background-position: -310px -42px; }
        #corona .panel #country .country__info__title .flags.flag_arg:before {
          background-position: -372px -42px; }
        #corona .panel #country .country__info__title .flags.flag_can:before {
          background-position: -434px -42px; }
        #corona .panel #country .country__info__title .flags.flag_pol:before {
          background-position: -496px -42px; }
        #corona .panel #country .country__info__title .flags.flag_sco:before {
          background-position: -558px -42px; }
        #corona .panel #country .country__info__title .flags.flag_wal:before {
          background-position: 0px -84px; }
        #corona .panel #country .country__info__title .flags.flag_nir:before {
          background-position: -62px -84px; }
        #corona .panel #country .country__info__title .flags.flag_qat:before {
          background-position: -124px -84px; }
        #corona .panel #country .country__info__title .flags.flag_nzl:before {
          background-position: -186px -84px; }
        #corona .panel #country .country__info__title .flags.flag_chi:before {
          background-position: -248px -84px; }
        #corona .panel #country .country__info__title .flags.flag_per:before {
          background-position: -310px -84px; }
        #corona .panel #country .country__info__title .flags.flag_kor:before {
          background-position: -372px -84px; }
        #corona .panel #country .country__info__title .flags.flag_bar:before {
          background-position: -434px -84px; }
        #corona .panel #country .country__info__title .flags.flag_esp:before {
          background-position: -496px -84px; }
        #corona .panel #country .country__info__title .flags.flag_ksa:before {
          background-position: -558px -84px; }
        #corona .panel #country .country__info__title .flags.flag_cze:before {
          background-position: 0px -126px; }
        #corona .panel #country .country__info__title .flags.flag_bhr:before {
          background-position: -62px -126px; }
        #corona .panel #country .country__info__title .flags.flag_brz:before {
          background-position: -124px -126px; }
        #corona .panel #country .country__info__title .flags.flag_nor:before {
          background-position: -186px -126px; }
        #corona .panel #country .country__info__title .flags.flag_swe:before {
          background-position: -248px -126px; }
        #corona .panel #country .country__info__title .flags.flag_brit:before {
          background-position: -310px -126px; }
        #corona .panel #country .country__info__title .flags.flag_nzl:before {
          background-position: -372px -126px; }
        #corona .panel #country .country__info__title .flags.flag_ger:before {
          background-position: -434px -126px; }
        #corona .panel #country .country__info__title .flags.flag_ury:before {
          background-position: -496px -126px; } }
  #corona .panel #country .country__info__title .countryName {
    font-size: 10px;
    font-weight: bold;
    display: block;
    width: 100%;
    text-align: center;
    margin-top: 5px; }
    @media screen and (min-width: 769px) {
      #corona .panel #country .country__info__title .countryName {
        font-size: 14px;
        margin-top: 10px; } }

#corona .panel #country .country__info__text {
  line-height: 1.5;
  padding: 15px 0; }
  @media screen and (min-width: 769px) {
    #corona .panel #country .country__info__text {
      width: 90%;
      padding-bottom: 20px;
      margin: 0 auto; } }

#corona .panel #country .country__table__title {
  padding: 15px 0;
  font-weight: bold;
  border-top: 1px solid #ccc;
  text-align: center; }
  @media screen and (min-width: 769px) {
    #corona .panel #country .country__table__title {
      padding-top: 20px; } }

#corona .panel #country .country__table .table {
  width: 100%; }
  #corona .panel #country .country__table .table table {
    table-layout: fixed;
    font-size: 10px; }
    #corona .panel #country .country__table .table table tr th, #corona .panel #country .country__table .table table tr td {
      padding: 10px 5px;
      text-align: center;
      width: 100%; }
    @media screen and (min-width: 769px) {
      #corona .panel #country .country__table .table table tr ._raceName {
        padding: 10px; } }
    #corona .panel #country .country__table .table table tr ._place {
      width: 80px; }
      @media screen and (min-width: 769px) {
        #corona .panel #country .country__table .table table tr ._place {
          width: 200px;
          padding: 10px; } }
    #corona .panel #country .country__table .table table tr ._date {
      width: 50px; }
      @media screen and (min-width: 769px) {
        #corona .panel #country .country__table .table table tr ._date {
          width: 100px; } }
    #corona .panel #country .country__table .table table tr ._status, #corona .panel #country .country__table .table table tr ._botton {
      width: 60px; }
      @media screen and (min-width: 769px) {
        #corona .panel #country .country__table .table table tr ._status, #corona .panel #country .country__table .table table tr ._botton {
          width: 100px; } }
    #corona .panel #country .country__table .table table tr ._row {
      display: block; }
      @media screen and (min-width: 769px) {
        #corona .panel #country .country__table .table table tr ._row {
          display: inline-block; } }
    #corona .panel #country .country__table .table table tr td {
      font-size: 12px; }
      @media screen and (min-width: 769px) {
        #corona .panel #country .country__table .table table tr td {
          font-size: 14px; } }
      #corona .panel #country .country__table .table table tr td._raceName, #corona .panel #country .country__table .table table tr td._place {
        text-align: left; }
      #corona .panel #country .country__table .table table tr td._date {
        text-align: center; }
      #corona .panel #country .country__table .table table tr td._status {
        text-align: center;
        font-weight: bold; }
      #corona .panel #country .country__table .table table tr td._botton {
        letter-spacing: 0;
        padding: 10px 3px; }
        @media screen and (min-width: 769px) {
          #corona .panel #country .country__table .table table tr td._botton {
            padding: 10px; } }
        #corona .panel #country .country__table .table table tr td._botton a {
          border: 1px solid #1975D2;
          color: #1975D2;
          font-weight: bold;
          border-radius: 5px;
          position: relative;
          padding: 4px 12px 3px 3px; }
          #corona .panel #country .country__table .table table tr td._botton a:after {
            display: block;
            position: absolute;
            top: 50%;
            width: 6px;
            height: 6px;
            margin-top: calc(6px / -2);
            border-top: solid 1px #1975D2;
            border-right: solid 1px #1975D2;
            -webkit-transform: rotate(45deg);
            transform: rotate(45deg);
            content: "";
            right: 4px; }

#corona .panel #time .panel__box:nth-child(2n) .timeline__date p {
  background: #eee; }

#corona .panel #time .panel__box:nth-child(n + 2) .timeline__date:after {
  top: -20px;
  height: calc(100% + 40px); }
  @media screen and (min-width: 769px) {
    #corona .panel #time .panel__box:nth-child(n + 2) .timeline__date:after {
      top: -40px;
      height: calc(100% + 80px); } }

#corona .panel #time .timeline__box {
  display: flex;
  flex-wrap: nowrap;
  justify-content: flex-start;
  align-items: strach; }

#corona .panel #time .timeline__date {
  width: 70px;
  margin-right: 10px;
  position: relative; }
  #corona .panel #time .timeline__date:after {
    content: "";
    position: absolute;
    display: block;
    height: calc(100% + 40px);
    width: 1px;
    background: #1975D2;
    top: 0;
    right: 12px;
    z-index: 1; }
  #corona .panel #time .timeline__date p {
    padding: 6px 25px 4px 8px;
    line-height: 1;
    background: #fff;
    border-radius: 50px;
    position: relative;
    z-index: 2; }
    #corona .panel #time .timeline__date p:after {
      content: "";
      position: absolute;
      display: block;
      width: 12px;
      height: 12px;
      border-radius: 6px;
      background: #1975D2;
      top: 50%;
      position: absolute;
      transform: translate(0, -50%);
      -webkit-transform: translate(0, -50%);
      -ms-transform: translate(0, -50%);
      right: 7px; }
    #corona .panel #time .timeline__date p span {
      font-weight: bold; }

#corona .panel #time .timeline__info {
  width: calc(100% - 80px); }
  @media screen and (min-width: 769px) {
    #corona .panel #time .timeline__info__inner {
      position: relative;
      padding-right: 210px; } }
  #corona .panel #time .timeline__info__inner + .timeline__info__inner {
    margin-top: 20px;
    padding-top: 20px;
    border-top: 1px solid #ccc; }
  #corona .panel #time .timeline__info__country {
    display: flex;
    flex-wrap: nowrap;
    justify-content: flex-start;
    align-items: center; }
    #corona .panel #time .timeline__info__country .flag {
      width: calc(60px * 0.2);
      height: calc(40px * 0.2);
      overflow: hidden; }
      #corona .panel #time .timeline__info__country .flag:before {
        display: block;
        content: "";
        width: calc(60px * 0.2);
        height: calc(40px * 0.2);
        background: url(/img/flags.png) 0 0 no-repeat;
        background-size: 123.6px auto;
        border: none;
        margin: 0; }
      #corona .panel #time .timeline__info__country .flag.flag_irl:before {
        background-position: 0px 0px; }
      #corona .panel #time .timeline__info__country .flag.flag_bri:before {
        background-position: -12.4px 0px; }
      #corona .panel #time .timeline__info__country .flag.flag_fra:before {
        background-position: -24.8px 0px; }
      #corona .panel #time .timeline__info__country .flag.flag_usa:before {
        background-position: -37.2px 0px; }
      #corona .panel #time .timeline__info__country .flag.flag_aus:before {
        background-position: -49.6px 0px; }
      #corona .panel #time .timeline__info__country .flag.flag_uae:before {
        background-position: -62px 0px; }
      #corona .panel #time .timeline__info__country .flag.flag_hkg:before {
        background-position: -74.4px 0px; }
      #corona .panel #time .timeline__info__country .flag.flag_jpn:before {
        background-position: -86.8px 0px; }
      #corona .panel #time .timeline__info__country .flag.flag_ita:before {
        background-position: -99.2px 0px; }
      #corona .panel #time .timeline__info__country .flag.flag_deu:before {
        background-position: -111.6px 0px; }
      #corona .panel #time .timeline__info__country .flag.flag_kwt:before {
        background-position: 0px -8.4px; }
      #corona .panel #time .timeline__info__country .flag.flag_zaf:before {
        background-position: -12.4px -8.4px; }
      #corona .panel #time .timeline__info__country .flag.flag_chn:before {
        background-position: -24.8px -8.4px; }
      #corona .panel #time .timeline__info__country .flag.flag_sau:before {
        background-position: -37.2px -8.4px; }
      #corona .panel #time .timeline__info__country .flag.flag_sgp:before {
        background-position: -49.6px -8.4px; }
      #corona .panel #time .timeline__info__country .flag.flag_tur:before {
        background-position: -62px -8.4px; }
      #corona .panel #time .timeline__info__country .flag.flag_arg:before {
        background-position: -74.4px -8.4px; }
      #corona .panel #time .timeline__info__country .flag.flag_can:before {
        background-position: -86.8px -8.4px; }
      #corona .panel #time .timeline__info__country .flag.flag_pol:before {
        background-position: -99.2px -8.4px; }
      #corona .panel #time .timeline__info__country .flag.flag_sco:before {
        background-position: -111.6px -8.4px; }
      #corona .panel #time .timeline__info__country .flag.flag_wal:before {
        background-position: 0px -16.8px; }
      #corona .panel #time .timeline__info__country .flag.flag_nir:before {
        background-position: -12.4px -16.8px; }
      #corona .panel #time .timeline__info__country .flag.flag_qat:before {
        background-position: -24.8px -16.8px; }
      #corona .panel #time .timeline__info__country .flag.flag_nzl:before {
        background-position: -37.2px -16.8px; }
      #corona .panel #time .timeline__info__country .flag.flag_chi:before {
        background-position: -49.6px -16.8px; }
      #corona .panel #time .timeline__info__country .flag.flag_per:before {
        background-position: -62px -16.8px; }
      #corona .panel #time .timeline__info__country .flag.flag_kor:before {
        background-position: -74.4px -16.8px; }
      #corona .panel #time .timeline__info__country .flag.flag_bar:before {
        background-position: -86.8px -16.8px; }
      #corona .panel #time .timeline__info__country .flag.flag_esp:before {
        background-position: -99.2px -16.8px; }
      #corona .panel #time .timeline__info__country .flag.flag_ksa:before {
        background-position: -111.6px -16.8px; }
      #corona .panel #time .timeline__info__country .flag.flag_cze:before {
        background-position: 0px -25.2px; }
      #corona .panel #time .timeline__info__country .flag.flag_bhr:before {
        background-position: -12.4px -25.2px; }
      #corona .panel #time .timeline__info__country .flag.flag_brz:before {
        background-position: -24.8px -25.2px; }
      #corona .panel #time .timeline__info__country .flag.flag_nor:before {
        background-position: -37.2px -25.2px; }
      #corona .panel #time .timeline__info__country .flag.flag_swe:before {
        background-position: -49.6px -25.2px; }
      #corona .panel #time .timeline__info__country .flag.flag_brit:before {
        background-position: -62px -25.2px; }
      #corona .panel #time .timeline__info__country .flag.flag_nzl:before {
        background-position: -74.4px -25.2px; }
      #corona .panel #time .timeline__info__country .flag.flag_ger:before {
        background-position: -86.8px -25.2px; }
      #corona .panel #time .timeline__info__country .flag.flag_ury:before {
        background-position: -99.2px -25.2px; }
    #corona .panel #time .timeline__info__country .countryName {
      font-size: 14px;
      margin: 0 0 0 10px;
      font-weight: bold; }
  #corona .panel #time .timeline__info__text {
    line-height: 1.5;
    margin: 10px auto; }
  #corona .panel #time .timeline__info__button {
    display: block;
    text-align: center;
    background: #fff;
    border: 1px solid #1975D2;
    color: #1975D2;
    font-weight: bold;
    border-radius: 5px;
    position: relative;
    height: 40px;
    line-height: 40px;
    width: 100%; }
    @media screen and (min-width: 769px) {
      #corona .panel #time .timeline__info__button {
        width: 200px;
        position: absolute;
        margin-top: -10px;
        top: 50%;
        right: 0; } }
    #corona .panel #time .timeline__info__button:after {
      display: block;
      position: absolute;
      top: 50%;
      width: 6px;
      height: 6px;
      margin-top: calc(6px / -2);
      border-top: solid 1px #1975D2;
      border-right: solid 1px #1975D2;
      -webkit-transform: rotate(45deg);
      transform: rotate(45deg);
      content: "";
      right: 10px; }

#list .contents {
  padding-top: 0; }

#list h3.title__hexagon {
  margin: 25px auto 15px; }

#list .accbox {
  width: 100%;
  height: auto;
  background: #fff;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: flex-start; }
  #list .accbox_inner {
    width: 100%; }
    @media screen and (min-width: 769px) {
      #list .accbox_inner {
        height: auto; } }
  #list .accbox__title {
    width: 100%;
    height: 50px;
    margin: 0 auto;
    padding: 0 10px 0 30px;
    background: #E5E5E5;
    border-bottom: 2px solid #fff;
    position: relative;
    text-align: left;
    cursor: pointer; }
    #list .accbox__title:after {
      display: block;
      position: absolute;
      top: 50%;
      width: 8px;
      height: 8px;
      margin-top: calc(8px / -2);
      border-top: solid 1px #252525;
      border-right: solid 1px #252525;
      -webkit-transform: rotate(135deg);
      transform: rotate(135deg);
      content: "";
      left: 10px;
      margin-top: -8px; }
  #list .accbox ul {
    width: 100%;
    margin: 0 auto;
    font-size: 0;
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-start;
    align-items: flex-start;
    display: none; }
    #list .accbox ul li {
      width: 100%;
      border-bottom: 1px solid #E5E5E5;
      padding: 10px;
      font-size: 12px; }
      #list .accbox ul li.closeArea {
        background: #024c84; }
        @media screen and (min-width: 481px) {
          #list .accbox ul li.closeArea {
            width: 100%; } }
        #list .accbox ul li.closeArea span {
          display: block;
          position: absolute;
          top: 50%;
          width: 8px;
          height: 8px;
          margin-top: calc(8px / -2);
          border-top: solid 1px #252525;
          border-right: solid 1px #252525;
          -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
          content: ""; }
        #list .accbox ul li.closeArea:hover {
          opacity: .8;
          cursor: pointer; }
      #list .accbox ul li.syllabary {
        background: #f9f9f9;
        padding: 2% 3%;
        width: 100%;
        display: block; }
      #list .accbox ul li span {
        display: block;
        font-size: 16px;
        font-weight: bold;
        margin-bottom: 5px; }
      #list .accbox ul li a {
        display: block; }
        #list .accbox ul li a:hover {
          opacity: .6;
          cursor: pointer; }
  #list .accbox .accbox__title.accbtn.active:after {
    display: block;
    position: absolute;
    top: 50%;
    width: 8px;
    height: 8px;
    margin-top: calc(8px / -2);
    border-top: solid 1px #252525;
    border-right: solid 1px #252525;
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
    content: ""; }

#list .list__anker__btn {
  position: fixed;
  background: #FF3D82;
  border-radius: 5px 0 0 5px;
  right: -50px;
  width: 50px;
  height: 50px;
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.1), 0 2px 2px rgba(0, 0, 0, 0.1), 0 3px 3px rgba(0, 0, 0, 0.1);
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  z-index: 6666;
  -moz-transition: all 0.5s ease;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease; }
  #list .list__anker__btn:hover {
    cursor: pointer; }
  #list .list__anker__btn span {
    color: #fff;
    font-size: 12px;
    font-weight: bold;
    text-align: left;
    line-height: 1.2;
    display: none; }
    #list .list__anker__btn span.active {
      display: block; }

#list .list__anker ul {
  width: 95%;
  margin: 0 auto;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: flex-start;
  flex-direction: column;
  height: 200px;
  padding: 5px 0; }
  @media screen and (min-width: 769px) {
    #list .list__anker ul {
      width: 95%;
      max-width: 960px; } }
  #list .list__anker ul li {
    width: calc((100% - 27px)/10);
    height: 35px;
    line-height: 35px;
    text-align: center;
    font-size: 14px;
    font-weight: bold;
    margin: 0 3px 0 0;
    background: #d6e3ec; }
    #list .list__anker ul li:nth-child(10n) {
      margin-right: 0; }
    #list .list__anker ul li a {
      display: block;
      height: 100%;
      width: 100%;
      color: #0068b7;
      text-decoration: underline; }
    #list .list__anker ul li._noSpell {
      background: #eee; }
    #list .list__anker ul li._noLink {
      background: #eee;
      color: #ccc; }
  #list .list__anker ul.active {
    left: 50%;
    position: absolute;
    transform: translate(-50%, 0);
    -webkit-transform: translate(-50%, 0);
    -ms-transform: translate(-50%, 0);
    position: fixed;
    z-index: 6666;
    background: #fff; }

#db #main .search-box {
  margin-bottom: 15px;
  border: none;
  display: block;
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
  align-items: center; }
  #db #main .search-box #search-select {
    width: 100%;
    background: #eee;
    height: 35px; }
    @media screen and (min-width: 769px) {
      #db #main .search-box #search-select {
        width: 30%; } }
  #db #main .search-box #search-input {
    height: 35px;
    width: 100%;
    margin: 10px auto; }
    @media screen and (min-width: 769px) {
      #db #main .search-box #search-input {
        width: 50%;
        padding: 0 10px; } }
    #db #main .search-box #search-input input {
      border: 1px solid #ccc;
      background: #eee;
      width: 100%;
      box-sizing: border-box;
      padding: 0 5px;
      height: 35px; }
  #db #main .search-box #search-button {
    margin: 0 auto;
    width: 100%; }
    @media screen and (min-width: 769px) {
      #db #main .search-box #search-button {
        width: 20%; } }
    #db #main .search-box #search-button button[type="button"] {
      border-radius: 3px;
      background-color: #ff4081;
      box-shadow: 0 2px 0 0 rgba(4, 0, 0, 0.4);
      width: 100%;
      height: 28px;
      color: #fff;
      font-size: 16px;
      height: 35px;
      cursor: pointer;
      position: relative;
      border: none; }
      #db #main .search-box #search-button button[type="button"]:active, #db #main .search-box #search-button button[type="button"]:focus {
        -webkit-box-shadow: inset 0 3px 5px 0 rgba(0, 0, 0, 0.3);
        box-shadow: inset 0 3px 5px 0 rgba(0, 0, 0, 0.3); }
      #db #main .search-box #search-button button[type="button"]:hover {
        opacity: 0.8;
        box-shadow: none; }
      #db #main .search-box #search-button button[type="button"] i {
        margin-left: 5px; }

#db #main .top-rank-section {
  margin-bottom: 30px;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center; }

#db #main .top-rank-title {
  width: 100%;
  margin-top: 20px;
  margin-bottom: 15px;
  border-bottom: 2px solid #1d2088;
  padding: 0 10px 5px; }
  #db #main .top-rank-title h2 {
    font-size: 15px;
    text-align: left; }

#db #main .top-text01 {
  text-align: left;
  font-size: 11px; }

#db #main .top-text02 {
  text-align: right;
  float: right;
  font-size: 11px; }

#db .horserank-table {
  margin-top: 20px;
  table-layout: fixed; }
  #db .horserank-table-width {
    width: 100%; }
  #db .horserank-table th, #db .horserank-table td {
    font-size: 12px;
    padding: 5px; }
    #db .horserank-table th:nth-child(3), #db .horserank-table td:nth-child(3) {
      font-size: 14px;
      font-weight: bold; }
    #db .horserank-table th.rate_wrap, #db .horserank-table td.rate_wrap {
      width: 30px; }
      @media screen and (min-width: 769px) {
        #db .horserank-table th.rate_wrap, #db .horserank-table td.rate_wrap {
          width: auto; } }
  #db .horserank-table td {
    padding: 10px 5px;
    font-size: 12px; }
    #db .horserank-table td .rank-flag {
      width: 20px;
      height: auto; }
    #db .horserank-table td a {
      font-size: 14px;
      font-weight: bold; }

#db .horserank-bottom p.lead-text {
  line-height: 1.5rem; }

#db .rank-body-li {
  width: calc(100% - 60px);
  margin-left: 60px;
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.03), 0 2px 2px rgba(0, 0, 0, 0.03), 0 4px 3px rgba(0, 0, 0, 0.03), 0 6px 5px rgba(0, 0, 0, 0.03), 0 8px 10px rgba(0, 0, 0, 0.03);
  position: relative; }
  @media screen and (min-width: 481px) {
    #db .rank-body-li {
      width: calc(100% - 70px);
      margin-left: 70px; } }
  #db .rank-body-li + li {
    margin-top: 15px; }
  #db .rank-body-li a {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center; }
    #db .rank-body-li a:hover {
      opacity: 0.6; }
    #db .rank-body-li a .icons {
      width: calc(80px * 0.4);
      height: calc(80px * 0.4);
      overflow: hidden;
      position: absolute;
      top: 50%;
      margin-top: -16px;
      left: -52px; }
      #db .rank-body-li a .icons:before {
        display: block;
        content: "";
        width: calc(80px * 0.4);
        height: calc(80px * 0.4);
        background: url(/img/icons.png) 0 0 no-repeat;
        background-size: 327.2px auto;
        border: none;
        margin: 0; }
      #db .rank-body-li a .icons.icon_horse_blue:before {
        background-position: 0px 0px; }
      #db .rank-body-li a .icons.icon_horse_pink:before {
        background-position: -32.8px 0px; }
      #db .rank-body-li a .icons.icon_crown01:before {
        background-position: -65.6px 0px; }
      #db .rank-body-li a .icons.icon_crown02:before {
        background-position: -98.4px 0px; }
      #db .rank-body-li a .icons.icon_crown03:before {
        background-position: -131.2px 0px; }
      #db .rank-body-li a .icons.icon_title:before {
        background-position: -164px 0px; }
      #db .rank-body-li a .icons.icon_look_pay:before {
        background-position: -196.8px 0px; }
      #db .rank-body-li a .icons.icon_look_free:before {
        background-position: -229.6px 0px; }
      #db .rank-body-li a .icons.icon_play:before {
        background-position: -262.4px 0px; }
      #db .rank-body-li a .icons.icon_twitter:before {
        background-position: -295.2px 0px; }
      #db .rank-body-li a .icons.icon_facebook:before {
        background-position: 0px -32.8px; }
      #db .rank-body-li a .icons.icon_line:before {
        background-position: -32.8px -32.8px; }
      #db .rank-body-li a .icons.icon_horse:before {
        background-position: -65.6px -32.8px; }
      @media screen and (min-width: 481px) {
        #db .rank-body-li a .icons {
          width: calc(80px * 0.5);
          height: calc(80px * 0.5);
          overflow: hidden;
          margin-top: -20px;
          left: -60px; }
          #db .rank-body-li a .icons:before {
            display: block;
            content: "";
            width: calc(80px * 0.5);
            height: calc(80px * 0.5);
            background: url(/img/icons.png) 0 0 no-repeat;
            background-size: 409px auto;
            border: none;
            margin: 0; }
          #db .rank-body-li a .icons.icon_horse_blue:before {
            background-position: 0px 0px; }
          #db .rank-body-li a .icons.icon_horse_pink:before {
            background-position: -41px 0px; }
          #db .rank-body-li a .icons.icon_crown01:before {
            background-position: -82px 0px; }
          #db .rank-body-li a .icons.icon_crown02:before {
            background-position: -123px 0px; }
          #db .rank-body-li a .icons.icon_crown03:before {
            background-position: -164px 0px; }
          #db .rank-body-li a .icons.icon_title:before {
            background-position: -205px 0px; }
          #db .rank-body-li a .icons.icon_look_pay:before {
            background-position: -246px 0px; }
          #db .rank-body-li a .icons.icon_look_free:before {
            background-position: -287px 0px; }
          #db .rank-body-li a .icons.icon_play:before {
            background-position: -328px 0px; }
          #db .rank-body-li a .icons.icon_twitter:before {
            background-position: -369px 0px; }
          #db .rank-body-li a .icons.icon_facebook:before {
            background-position: 0px -41px; }
          #db .rank-body-li a .icons.icon_line:before {
            background-position: -41px -41px; }
          #db .rank-body-li a .icons.icon_horse:before {
            background-position: -82px -41px; } }

#db .rank-body-content {
  order: 1;
  width: 100%;
  padding: 15px;
  position: relative; }
  #db .rank-body-content:after {
    display: block;
    position: absolute;
    top: 50%;
    width: 6px;
    height: 6px;
    margin-top: calc(6px / -2);
    border-top: solid 1px #252525;
    border-right: solid 1px #252525;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    content: "";
    right: 10px; }
  @media screen and (min-width: 481px) {
    #db .rank-body-content {
      width: 77%;
      padding: 0; }
      #db .rank-body-content:after {
        display: block;
        position: absolute;
        top: 50%;
        width: 10px;
        height: 10px;
        margin-top: calc(10px / -2);
        border-top: solid 1px #252525;
        border-right: solid 1px #252525;
        -webkit-transform: rotate(45deg);
        transform: rotate(45deg);
        content: "";
        right: 20px; } }
  #db .rank-body-content .rank_name {
    color: #0068b7;
    margin-right: 5px;
    font-weight: bold;
    font-size: 18px;
    vertical-align: middle; }
    @media screen and (min-width: 481px) {
      #db .rank-body-content .rank_name {
        font-size: 20px; } }
  #db .rank-body-content .rank_age {
    font-size: 14px;
    color: #252525;
    vertical-align: middle; }
    @media screen and (min-width: 481px) {
      #db .rank-body-content .rank_age {
        font-size: 16px; } }
  #db .rank-body-content .rank-data01 {
    height: auto;
    font-size: 12px;
    margin-top: 5px;
    color: #252525; }
    @media screen and (min-width: 481px) {
      #db .rank-body-content .rank-data01 {
        font-size: 14px; } }
  #db .rank-body-content .rank-data02 {
    font-size: 12px;
    margin: 0 8px 0 7px;
    color: #252525; }
    @media screen and (min-width: 481px) {
      #db .rank-body-content .rank-data02 {
        font-size: 14px; } }
  #db .rank-body-content .flags {
    margin-right: 5px;
    width: calc(60px * 0.3);
    height: calc(40px * 0.3);
    overflow: hidden; }
    #db .rank-body-content .flags:before {
      display: block;
      content: "";
      width: calc(60px * 0.3);
      height: calc(40px * 0.3);
      background: url(/img/flags.png) 0 0 no-repeat;
      background-size: 185.4px auto;
      border: none;
      margin: 0; }
    #db .rank-body-content .flags.flag_irl:before {
      background-position: 0px 0px; }
    #db .rank-body-content .flags.flag_bri:before {
      background-position: -18.6px 0px; }
    #db .rank-body-content .flags.flag_fra:before {
      background-position: -37.2px 0px; }
    #db .rank-body-content .flags.flag_usa:before {
      background-position: -55.8px 0px; }
    #db .rank-body-content .flags.flag_aus:before {
      background-position: -74.4px 0px; }
    #db .rank-body-content .flags.flag_uae:before {
      background-position: -93px 0px; }
    #db .rank-body-content .flags.flag_hkg:before {
      background-position: -111.6px 0px; }
    #db .rank-body-content .flags.flag_jpn:before {
      background-position: -130.2px 0px; }
    #db .rank-body-content .flags.flag_ita:before {
      background-position: -148.8px 0px; }
    #db .rank-body-content .flags.flag_deu:before {
      background-position: -167.4px 0px; }
    #db .rank-body-content .flags.flag_kwt:before {
      background-position: 0px -12.6px; }
    #db .rank-body-content .flags.flag_zaf:before {
      background-position: -18.6px -12.6px; }
    #db .rank-body-content .flags.flag_chn:before {
      background-position: -37.2px -12.6px; }
    #db .rank-body-content .flags.flag_sau:before {
      background-position: -55.8px -12.6px; }
    #db .rank-body-content .flags.flag_sgp:before {
      background-position: -74.4px -12.6px; }
    #db .rank-body-content .flags.flag_tur:before {
      background-position: -93px -12.6px; }
    #db .rank-body-content .flags.flag_arg:before {
      background-position: -111.6px -12.6px; }
    #db .rank-body-content .flags.flag_can:before {
      background-position: -130.2px -12.6px; }
    #db .rank-body-content .flags.flag_pol:before {
      background-position: -148.8px -12.6px; }
    #db .rank-body-content .flags.flag_sco:before {
      background-position: -167.4px -12.6px; }
    #db .rank-body-content .flags.flag_wal:before {
      background-position: 0px -25.2px; }
    #db .rank-body-content .flags.flag_nir:before {
      background-position: -18.6px -25.2px; }
    #db .rank-body-content .flags.flag_qat:before {
      background-position: -37.2px -25.2px; }
    #db .rank-body-content .flags.flag_nzl:before {
      background-position: -55.8px -25.2px; }
    #db .rank-body-content .flags.flag_chi:before {
      background-position: -74.4px -25.2px; }
    #db .rank-body-content .flags.flag_per:before {
      background-position: -93px -25.2px; }
    #db .rank-body-content .flags.flag_kor:before {
      background-position: -111.6px -25.2px; }
    #db .rank-body-content .flags.flag_bar:before {
      background-position: -130.2px -25.2px; }
    #db .rank-body-content .flags.flag_esp:before {
      background-position: -148.8px -25.2px; }
    #db .rank-body-content .flags.flag_ksa:before {
      background-position: -167.4px -25.2px; }
    #db .rank-body-content .flags.flag_cze:before {
      background-position: 0px -37.8px; }
    #db .rank-body-content .flags.flag_bhr:before {
      background-position: -18.6px -37.8px; }
    #db .rank-body-content .flags.flag_brz:before {
      background-position: -37.2px -37.8px; }
    #db .rank-body-content .flags.flag_nor:before {
      background-position: -55.8px -37.8px; }
    #db .rank-body-content .flags.flag_swe:before {
      background-position: -74.4px -37.8px; }
    #db .rank-body-content .flags.flag_brit:before {
      background-position: -93px -37.8px; }
    #db .rank-body-content .flags.flag_nzl:before {
      background-position: -111.6px -37.8px; }
    #db .rank-body-content .flags.flag_ger:before {
      background-position: -130.2px -37.8px; }
    #db .rank-body-content .flags.flag_ury:before {
      background-position: -148.8px -37.8px; }
    @media screen and (min-width: 481px) {
      #db .rank-body-content .flags {
        width: calc(60px * 0.5);
        height: calc(40px * 0.5);
        overflow: hidden; }
        #db .rank-body-content .flags:before {
          display: block;
          content: "";
          width: calc(60px * 0.5);
          height: calc(40px * 0.5);
          background: url(/img/flags.png) 0 0 no-repeat;
          background-size: 309px auto;
          border: none;
          margin: 0; }
        #db .rank-body-content .flags.flag_irl:before {
          background-position: 0px 0px; }
        #db .rank-body-content .flags.flag_bri:before {
          background-position: -31px 0px; }
        #db .rank-body-content .flags.flag_fra:before {
          background-position: -62px 0px; }
        #db .rank-body-content .flags.flag_usa:before {
          background-position: -93px 0px; }
        #db .rank-body-content .flags.flag_aus:before {
          background-position: -124px 0px; }
        #db .rank-body-content .flags.flag_uae:before {
          background-position: -155px 0px; }
        #db .rank-body-content .flags.flag_hkg:before {
          background-position: -186px 0px; }
        #db .rank-body-content .flags.flag_jpn:before {
          background-position: -217px 0px; }
        #db .rank-body-content .flags.flag_ita:before {
          background-position: -248px 0px; }
        #db .rank-body-content .flags.flag_deu:before {
          background-position: -279px 0px; }
        #db .rank-body-content .flags.flag_kwt:before {
          background-position: 0px -21px; }
        #db .rank-body-content .flags.flag_zaf:before {
          background-position: -31px -21px; }
        #db .rank-body-content .flags.flag_chn:before {
          background-position: -62px -21px; }
        #db .rank-body-content .flags.flag_sau:before {
          background-position: -93px -21px; }
        #db .rank-body-content .flags.flag_sgp:before {
          background-position: -124px -21px; }
        #db .rank-body-content .flags.flag_tur:before {
          background-position: -155px -21px; }
        #db .rank-body-content .flags.flag_arg:before {
          background-position: -186px -21px; }
        #db .rank-body-content .flags.flag_can:before {
          background-position: -217px -21px; }
        #db .rank-body-content .flags.flag_pol:before {
          background-position: -248px -21px; }
        #db .rank-body-content .flags.flag_sco:before {
          background-position: -279px -21px; }
        #db .rank-body-content .flags.flag_wal:before {
          background-position: 0px -42px; }
        #db .rank-body-content .flags.flag_nir:before {
          background-position: -31px -42px; }
        #db .rank-body-content .flags.flag_qat:before {
          background-position: -62px -42px; }
        #db .rank-body-content .flags.flag_nzl:before {
          background-position: -93px -42px; }
        #db .rank-body-content .flags.flag_chi:before {
          background-position: -124px -42px; }
        #db .rank-body-content .flags.flag_per:before {
          background-position: -155px -42px; }
        #db .rank-body-content .flags.flag_kor:before {
          background-position: -186px -42px; }
        #db .rank-body-content .flags.flag_bar:before {
          background-position: -217px -42px; }
        #db .rank-body-content .flags.flag_esp:before {
          background-position: -248px -42px; }
        #db .rank-body-content .flags.flag_ksa:before {
          background-position: -279px -42px; }
        #db .rank-body-content .flags.flag_cze:before {
          background-position: 0px -63px; }
        #db .rank-body-content .flags.flag_bhr:before {
          background-position: -31px -63px; }
        #db .rank-body-content .flags.flag_brz:before {
          background-position: -62px -63px; }
        #db .rank-body-content .flags.flag_nor:before {
          background-position: -93px -63px; }
        #db .rank-body-content .flags.flag_swe:before {
          background-position: -124px -63px; }
        #db .rank-body-content .flags.flag_brit:before {
          background-position: -155px -63px; }
        #db .rank-body-content .flags.flag_nzl:before {
          background-position: -186px -63px; }
        #db .rank-body-content .flags.flag_ger:before {
          background-position: -217px -63px; }
        #db .rank-body-content .flags.flag_ury:before {
          background-position: -248px -63px; } }

#db .rank-body img {
  order: 0;
  width: 100%; }
  @media screen and (min-width: 481px) {
    #db .rank-body img {
      width: 20%; } }

#db .title-block {
  padding: 15px 0; }
  #db .title-block h3 {
    font-size: 18px;
    font-weight: bold;
    padding: 0; }
    #db .title-block h3:after {
      display: none; }

#db .data_img02 {
  width: 80%;
  margin: 15px auto 30px;
  line-height: 0; }
  @media screen and (min-width: 481px) {
    #db .data_img02 {
      width: 30%; } }

#db .profile-area {
  width: 95%;
  margin: 0 auto; }
  @media screen and (min-width: 769px) {
    #db .profile-area {
      width: 95%;
      max-width: 960px; } }
  #db .profile-area .paragraph .text-ttl {
    margin-bottom: 15px; }
  #db .profile-area .paragraph p + p {
    margin-top: 0; }

#db .table-frame ._pc {
  display: none; }

#db .table-frame .jockey, #db .table-frame .owner {
  table-layout: fixed; }
  #db .table-frame .jockey th:first-child, #db .table-frame .owner th:first-child {
    width: 40%; }

#db .slider, #db .thumb {
  opacity: 0;
  -moz-transition: all 0.5s ease;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease; }
  #db .slider.slick-initialized, #db .thumb.slick-initialized {
    opacity: 1; }

#db .slider__copy {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  padding: 10px;
  background: rgba(255, 255, 255, 0.5);
  color: #252525;
  text-align: right;
  font-weight: bold;
  font-size: 10px; }

#db .slick-slider {
  margin: 0 auto; }
  #db .slick-slider li {
    position: relative;
    line-height: 0;
    font-size: 0; }

#db .slick-slide {
  display: block;
  position: relative;
  width: 100%;
  height: 100%; }
  #db .slick-slide img {
    width: 100%;
    height: auto; }

#db .subnav {
  width: 100%;
  border-top: 1px solid #ccc;
  border-bottom: 1px solid #ccc;
  margin: 15px 0 10px;
  white-space: nowrap;
  overflow-x: auto;
  -webkit-overflow-scrolling: touch; }
  #db .subnav__list {
    width: auto;
    padding: 0;
    display: flex;
    flex-wrap: nowrap;
    justify-content: space-between;
    align-items: center; }
    @media screen and (min-width: 481px) {
      #db .subnav__list {
        display: flex;
        flex-wrap: nowrap;
        justify-content: center;
        align-items: center; } }
  #db .subnav__li {
    padding: 0 10px;
    height: 40px;
    position: relative;
    display: flex;
    flex-wrap: nowrap;
    justify-content: flex-start;
    align-items: center; }
    @media screen and (min-width: 481px) {
      #db .subnav__li {
        font-size: 16px; } }
    #db .subnav__li.active:after {
      content: "";
      position: absolute;
      width: calc(100% - 20px);
      height: 3px;
      display: block;
      bottom: 0;
      left: 10px;
      background: #1975D2; }
    #db .subnav__li a {
      display: block;
      color: #252525;
      font-weight: bold;
      line-height: 1;
      font-size: 14px; }

#db .horsefix__title {
  font-size: 20px;
  font-weight: bold;
  text-align: center; }
  #db .horsefix__title__en {
    font-size: 16px;
    display: block;
    margin-top: 5px; }
    @media screen and (min-width: 769px) {
      #db .horsefix__title__en {
        display: inline-block;
        margin-top: 0;
        margin-left: 10px; } }

#db .horsefix__arrow {
  display: none; }

#db .horsefix.fix--active {
  width: 100%; }
  #db .horsefix.fix--active .horsefix__title {
    width: 100%;
    padding: 10px;
    color: #fff;
    background: #1975D2;
    position: relative;
    font-size: 16px;
    -moz-transition: all 0.5s ease;
    -webkit-transition: all 0.5s ease;
    transition: all 0.5s ease; }
    #db .horsefix.fix--active .horsefix__title__en {
      font-size: 12px; }
  #db .horsefix.fix--active .horsefix__arrow {
    display: block;
    position: absolute;
    color: #fff;
    padding-left: 10px;
    left: 10px;
    text-align: left;
    font-size: 10px;
    top: 50%;
    position: absolute;
    transform: translate(0, -50%);
    -webkit-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%); }
    #db .horsefix.fix--active .horsefix__arrow:after {
      display: block;
      position: absolute;
      top: 50%;
      width: 5px;
      height: 5px;
      margin-top: calc(5px / -2);
      border-top: solid 1px #fff;
      border-right: solid 1px #fff;
      -webkit-transform: rotate(-135deg);
      transform: rotate(-135deg);
      content: "";
      left: 0; }
  #db .horsefix.fix--active .subnav {
    background: #fff;
    margin: 0; }

#db .photo .slider {
  width: 95%;
  margin: 0 auto;
  margin-bottom: 10px; }
  @media screen and (min-width: 769px) {
    #db .photo .slider {
      width: 95%;
      max-width: 800px; } }

#db .photo .thumb {
  width: 95%;
  margin: 0 auto; }
  @media screen and (min-width: 769px) {
    #db .photo .thumb {
      width: 95%;
      max-width: 960px; } }
  #db .photo .thumb .slick-track {
    width: 100% !important; }
  #db .photo .thumb .slick-slide {
    width: calc((100% - 30px) / 4);
    margin-right: 10px;
    position: relative;
    overflow: hidden; }
    #db .photo .thumb .slick-slide:before {
      content: "";
      display: block;
      padding-top: 100%; }
    #db .photo .thumb .slick-slide:last-child {
      margin: 0; }
    #db .photo .thumb .slick-slide img {
      position: absolute;
      height: 100%;
      width: initial;
      left: 50%;
      top: 50%;
      position: absolute;
      transform: translate(-50%, -50%);
      -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%); }
  #db .photo .thumb .slick-current {
    opacity: 0.5; }

#db .horsedata .title__hexagon {
  margin: 15px auto; }

#db .horsedata#horse--profile {
  width: 100%;
  padding-top: 0;
  margin-top: 0; }
  #db .horsedata#horse--profile .profile-area {
    padding: 0;
    margin: 20px auto 0; }
    #db .horsedata#horse--profile .profile-area .paragraph {
      margin: 0; }
      #db .horsedata#horse--profile .profile-area .paragraph p + p {
        margin-top: 15px; }
      #db .horsedata#horse--profile .profile-area .paragraph .text-ttl {
        display: none; }
        #db .horsedata#horse--profile .profile-area .paragraph .text-ttl + p {
          margin-top: 0; }

#db .horsedata#horse--info .table__data {
  table-layout: fixed; }
  #db .horsedata#horse--info .table__data tbody th, #db .horsedata#horse--info .table__data tbody td {
    padding: 8px 5px; }

@media screen and (min-width: 769px) {
  #db .horsedata#horse--long .table__data, #db .horsedata#horse--state .table__data {
    table-layout: fixed; } }

#db .horsedata#horse--info .table__data tbody th span, #db .horsedata#horse--long .table__data tbody th span, #db .horsedata#horse--state .table__data tbody th span, #db .horsedata#horse--result .table__data tbody th span {
  display: block; }

#db .horsedata#horse--info .table__data tbody th:first-child, #db .horsedata#horse--long .table__data tbody th:first-child, #db .horsedata#horse--state .table__data tbody th:first-child {
  width: 5em; }
  @media screen and (min-width: 769px) {
    #db .horsedata#horse--info .table__data tbody th:first-child, #db .horsedata#horse--long .table__data tbody th:first-child, #db .horsedata#horse--state .table__data tbody th:first-child {
      width: 20%; } }

#db .horsedata#horse--blood .degree {
  width: 95%;
  margin: 0 auto;
  overflow-x: scroll;
  border: 1px solid #d2d2d2;
  border-radius: 5px; }
  @media screen and (min-width: 769px) {
    #db .horsedata#horse--blood .degree {
      width: 95%;
      max-width: 960px; } }
  @media screen and (min-width: 769px) {
    #db .horsedata#horse--blood .degree {
      overflow: hidden; } }
  #db .horsedata#horse--blood .degree__table {
    width: 100%;
    display: flex;
    flex-wrap: nowrap;
    justify-content: flex-start;
    align-items: center; }
  #db .horsedata#horse--blood .degree__block {
    width: 100%;
    border-right: 1px solid #d2d2d2; }
  #db .horsedata#horse--blood .degree__item {
    width: 100%;
    position: relative;
    min-width: 100px; }
    #db .horsedata#horse--blood .degree__item a {
      height: 100%;
      width: 100%;
      font-size: 10px;
      display: flex;
      flex-wrap: nowrap;
      justify-content: center;
      align-items: flex-start;
      flex-direction: column;
      padding: 0 15px 0 5px; }
      @media screen and (min-width: 769px) {
        #db .horsedata#horse--blood .degree__item a {
          font-size: 12px; } }
      #db .horsedata#horse--blood .degree__item a:after {
        display: block;
        position: absolute;
        top: 50%;
        width: 6px;
        height: 6px;
        margin-top: calc(6px / -2);
        border-top: solid 1px #666;
        border-right: solid 1px #666;
        -webkit-transform: rotate(45deg);
        transform: rotate(45deg);
        content: "";
        right: 5px; }
      #db .horsedata#horse--blood .degree__item a.nolink {
        pointer-events: none; }
        #db .horsedata#horse--blood .degree__item a.nolink:after {
          display: none; }
        #db .horsedata#horse--blood .degree__item a.nolink .degree__item__name {
          color: #252525; }
    #db .horsedata#horse--blood .degree__item:nth-child(even) {
      background: #F7D9F5; }
    #db .horsedata#horse--blood .degree__item__img {
      width: 65px;
      border: 1px solid #ccc;
      margin-top: 5px; }
    #db .horsedata#horse--blood .degree__item__name {
      width: 100%;
      display: block;
      font-weight: bold;
      color: #1975D2;
      margin: 1px 0; }
      #db .horsedata#horse--blood .degree__item__name._legend i {
        display: none;
        margin-right: 2px; }
    #db .horsedata#horse--blood .degree__item__detail {
      width: 100%;
      display: block;
      color: #252525;
      margin: 1px 0; }
    #db .horsedata#horse--blood .degree__item + .degree__item {
      border-top: 1px solid #ccc; }

#db .horsedata#horse--blood #degree--four {
  border: none; }
  #db .horsedata#horse--blood #degree--four .degree__item {
    height: 25px; }
    #db .horsedata#horse--blood #degree--four .degree__item__name {
      margin: 0; }

#db .horsedata#horse--blood #degree--three .degree__item {
  height: 50px; }

#db .horsedata#horse--blood #degree--two .degree__item {
  height: 100px; }

#db .horsedata#horse--blood #degree--one .degree__item {
  height: 200px; }

#db .horsedata#horse--result table th, #db .horsedata#horse--result td {
  padding: 10px 3px; }
  #db .horsedata#horse--result table th:nth-child(1) span, #db .horsedata#horse--result td:nth-child(1) span {
    display: block; }
  #db .horsedata#horse--result table th:nth-child(2), #db .horsedata#horse--result td:nth-child(2) {
    width: 60px; }
  #db .horsedata#horse--result table th:nth-child(3), #db .horsedata#horse--result td:nth-child(3) {
    width: 130px; }
  @media screen and (min-width: 769px) {
    #db .horsedata#horse--result table th, #db .horsedata#horse--result td {
      padding: 10px; }
      #db .horsedata#horse--result table th:nth-child(1), #db .horsedata#horse--result table th:nth-child(2), #db .horsedata#horse--result table th:nth-child(3), #db .horsedata#horse--result td:nth-child(1), #db .horsedata#horse--result td:nth-child(2), #db .horsedata#horse--result td:nth-child(3) {
        word-break: inherit;
        width: auto; }
      #db .horsedata#horse--result table th:nth-child(1) span, #db .horsedata#horse--result td:nth-child(1) span {
        display: inline-block; } }

#db .horsedata#horse--result tbody th span {
  display: inline-block; }

#date_result .contents {
  padding-top: 0; }
  @media screen and (max-width: 480px) {
    #date_result .contents .search {
      padding-top: 100px;
      position: relative; } }
  @media screen and (max-width: 480px) {
    #date_result .contents .search .form {
      position: absolute;
      top: 0; } }

#date_result h3.title__hexagon {
  margin: 25px auto 10px; }

#date_result .button {
  width: 100%;
  display: flex;
  flex-wrap: nowrap;
  justify-content: center;
  align-items: center;
  margin: 15px auto 0; }
  #date_result .button a.link_btn {
    width: calc((100% - 10px)/2);
    max-width: 100%;
    margin: auto 0;
    padding: 10px;
    background: #0068B6;
    text-align: left;
    font-size: 12px; }
    @media screen and (min-width: 769px) {
      #date_result .button a.link_btn {
        max-width: 300px; } }
    #date_result .button a.link_btn + a {
      margin-left: 10px; }

#date_result .contents .form.active {
  position: fixed;
  z-index: 10; }

#date_result .lists {
  margin-bottom: 30px; }
  @media screen and (min-width: 769px) {
    #date_result .lists {
      display: flex;
      flex-wrap: wrap;
      justify-content: flex-start;
      align-items: normal; }
      #date_result .lists:before {
        content: "";
        display: block;
        width: 25%;
        height: 0;
        order: 1; }
      #date_result .lists:after {
        content: "";
        display: block;
        width: 25%;
        height: 0; } }
  #date_result .lists li {
    border-bottom: 1px solid #ccc;
    width: 100%; }
    #date_result .lists li a {
      padding: 10px 0; }
      #date_result .lists li a > div {
        display: flex;
        flex-wrap: wrap;
        justify-content: space-between;
        align-items: center; }
        @media screen and (min-width: 769px) {
          #date_result .lists li a > div {
            display: flex;
            flex-wrap: wrap;
            justify-content: space-between;
            align-items: flex-start;
            flex-direction: column; } }
        #date_result .lists li a > div figure {
          line-height: 0;
          background: #d9dada; }
          #date_result .lists li a > div figure img {
            height: 100%;
            width: auto; }
          @media screen and (min-width: 769px) {
            #date_result .lists li a > div figure {
              width: 100%;
              height: 130px;
              margin: auto; }
              #date_result .lists li a > div figure + .text {
                width: inherit; } }
        #date_result .lists li a > div .text .title-wrap .text-title {
          width: 100%;
          font-weight: bold;
          font-size: 14px;
          color: #1975D2; }
          @media screen and (min-width: 769px) {
            #date_result .lists li a > div .text .title-wrap .text-title {
              margin-top: 10px; } }
          #date_result .lists li a > div .text .title-wrap .text-title span {
            display: block;
            font-size: 10px;
            color: #252525;
            margin-top: 3px;
            font-weight: normal; }
    @media screen and (min-width: 769px) {
      #date_result .lists li.thum {
        width: calc((100% - 40px)/5);
        border-bottom: none;
        margin: 15px 10px 0 0; }
        #date_result .lists li.thum:nth-child(5n) {
          margin-right: 0; }
        #date_result .lists li.thum a {
          padding: 0; } }

#date_result .contents .search__side {
  position: fixed;
  width: 50px;
  height: 50px;
  background: #FF3D82;
  z-index: 6666;
  top: 150px;
  right: -55px;
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.1), 0 2px 2px rgba(0, 0, 0, 0.1), 0 3px 3px rgba(0, 0, 0, 0.1);
  -moz-transition: all 0.5s ease;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
  border-radius: 5px 0 0 5px; }
  #date_result .contents .search__side i {
    display: none;
    left: 50%;
    top: 50%;
    position: absolute;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    color: #fff;
    font-size: 2.2rem; }
    #date_result .contents .search__side i.active {
      display: block; }

#video .contents__main {
  width: 100%;
  margin: 0 auto; }
  @media screen and (min-width: 481px) {
    #video .contents__main {
      width: 95%;
      max-width: 960px; } }

#video .contents .table {
  width: 100%; }
  #video .contents .table__data th {
    font-size: 14px; }
  #video .contents .table__data td._name {
    min-width: 6.5em; }
  #video .contents .table._overflow {
    width: 100%;
    overflow: hidden; }
    #video .contents .table._overflow table {
      width: calc(100% + 1px); }
      #video .contents .table._overflow table th {
        width: auto; }
      #video .contents .table._overflow table td:nth-child(3) {
        font-weight: bold; }

#video .contents .page-title {
  margin-bottom: 0; }
  #video .contents .page-title .title-box {
    z-index: 1; }

#video .contents .search__side {
  position: fixed;
  width: 50px;
  height: 50px;
  background: #FF3D82;
  z-index: 6666;
  top: 150px;
  right: -55px;
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.1), 0 2px 2px rgba(0, 0, 0, 0.1), 0 3px 3px rgba(0, 0, 0, 0.1);
  -moz-transition: all 0.5s ease;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
  border-radius: 5px 0 0 5px; }
  #video .contents .search__side i {
    display: none;
    left: 50%;
    top: 50%;
    position: absolute;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    color: #fff;
    font-size: 22px; }
    #video .contents .search__side i.active {
      display: block; }

#video .contents .search form {
  position: relative;
  background: #eee;
  padding-top: 58px;
  margin-bottom: 20px;
  margin-top: -15px; }
  @media screen and (min-width: 481px) {
    #video .contents .search form {
      position: inherit;
      background: none;
      padding: 0;
      margin: 0; } }

#video .contents .search__video {
  width: 100%;
  padding: 10px;
  margin: 0 auto;
  background: #eee;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 5555;
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05), 0 2px 2px rgba(0, 0, 0, 0.05), 0 3px 3px rgba(0, 0, 0, 0.05); }
  @media screen and (min-width: 481px) {
    #video .contents .search__video {
      position: inherit;
      background: none;
      padding: 0;
      margin-bottom: 20px; } }
  #video .contents .search__video.active {
    position: fixed;
    top: -100px; }

#video .contents .search__block {
  width: 100%;
  display: flex;
  flex-wrap: nowrap;
  justify-content: flex-start;
  align-items: stretch;
  border: 1px solid #a6a6a6; }

#video .contents .search__text {
  width: calc(100% - 50px);
  background: #fff;
  padding: 10px; }

#video .contents .search__button {
  width: 50px;
  background: #fff;
  color: #FF3D82;
  font-size: 16px; }

#video .contents .summary {
  width: 95%;
  margin: 0 auto; }
  @media screen and (min-width: 481px) {
    #video .contents .summary {
      width: 100%; } }
  @media screen and (min-width: 481px) {
    #video .contents .summary__inner {
      display: flex;
      flex-wrap: wrap;
      justify-content: space-between;
      align-items: stretch; }
      #video .contents .summary__inner:after {
        content: "";
        display: block;
        width: 30%; } }
  #video .contents .summary__title {
    width: 100%;
    margin: 20px auto 10px;
    line-height: 1;
    font-size: 16px;
    display: flex;
    flex-wrap: nowrap;
    justify-content: flex-start;
    align-items: center; }
    @media screen and (min-width: 481px) {
      #video .contents .summary__title {
        width: 100%;
        margin: 40px auto 15px;
        font-size: 18px; } }
    #video .contents .summary__title .icons {
      width: calc(80px * 0.2);
      height: calc(80px * 0.2);
      overflow: hidden;
      margin-right: 5px; }
      #video .contents .summary__title .icons:before {
        display: block;
        content: "";
        width: calc(80px * 0.2);
        height: calc(80px * 0.2);
        background: url(/img/icons.png) 0 0 no-repeat;
        background-size: 163.6px auto;
        border: none;
        margin: 0; }
      #video .contents .summary__title .icons.icon_horse_blue:before {
        background-position: 0px 0px; }
      #video .contents .summary__title .icons.icon_horse_pink:before {
        background-position: -16.4px 0px; }
      #video .contents .summary__title .icons.icon_crown01:before {
        background-position: -32.8px 0px; }
      #video .contents .summary__title .icons.icon_crown02:before {
        background-position: -49.2px 0px; }
      #video .contents .summary__title .icons.icon_crown03:before {
        background-position: -65.6px 0px; }
      #video .contents .summary__title .icons.icon_title:before {
        background-position: -82px 0px; }
      #video .contents .summary__title .icons.icon_look_pay:before {
        background-position: -98.4px 0px; }
      #video .contents .summary__title .icons.icon_look_free:before {
        background-position: -114.8px 0px; }
      #video .contents .summary__title .icons.icon_play:before {
        background-position: -131.2px 0px; }
      #video .contents .summary__title .icons.icon_twitter:before {
        background-position: -147.6px 0px; }
      #video .contents .summary__title .icons.icon_facebook:before {
        background-position: 0px -16.4px; }
      #video .contents .summary__title .icons.icon_line:before {
        background-position: -16.4px -16.4px; }
      #video .contents .summary__title .icons.icon_horse:before {
        background-position: -32.8px -16.4px; }
      @media screen and (min-width: 481px) {
        #video .contents .summary__title .icons {
          width: calc(80px * 0.3);
          height: calc(80px * 0.3);
          overflow: hidden; }
          #video .contents .summary__title .icons:before {
            display: block;
            content: "";
            width: calc(80px * 0.3);
            height: calc(80px * 0.3);
            background: url(/img/icons.png) 0 0 no-repeat;
            background-size: 245.4px auto;
            border: none;
            margin: 0; }
          #video .contents .summary__title .icons.icon_horse_blue:before {
            background-position: 0px 0px; }
          #video .contents .summary__title .icons.icon_horse_pink:before {
            background-position: -24.6px 0px; }
          #video .contents .summary__title .icons.icon_crown01:before {
            background-position: -49.2px 0px; }
          #video .contents .summary__title .icons.icon_crown02:before {
            background-position: -73.8px 0px; }
          #video .contents .summary__title .icons.icon_crown03:before {
            background-position: -98.4px 0px; }
          #video .contents .summary__title .icons.icon_title:before {
            background-position: -123px 0px; }
          #video .contents .summary__title .icons.icon_look_pay:before {
            background-position: -147.6px 0px; }
          #video .contents .summary__title .icons.icon_look_free:before {
            background-position: -172.2px 0px; }
          #video .contents .summary__title .icons.icon_play:before {
            background-position: -196.8px 0px; }
          #video .contents .summary__title .icons.icon_twitter:before {
            background-position: -221.4px 0px; }
          #video .contents .summary__title .icons.icon_facebook:before {
            background-position: 0px -24.6px; }
          #video .contents .summary__title .icons.icon_line:before {
            background-position: -24.6px -24.6px; }
          #video .contents .summary__title .icons.icon_horse:before {
            background-position: -49.2px -24.6px; } }
  #video .contents .summary__block {
    width: 100%;
    margin: 0 auto 15px;
    position: relative;
    padding-bottom: 45px;
    display: flex;
    flex-wrap: nowrap;
    justify-content: space-between;
    align-items: center; }
    @media screen and (min-width: 481px) {
      #video .contents .summary__block {
        width: calc((100% - 30px) / 3);
        margin: 0 15px 15px 0;
        flex-direction: column;
        justify-content: flex-start; }
        #video .contents .summary__block:nth-child(3n) {
          margin-right: 0; } }
  #video .contents .summary__modal {
    width: 35%;
    line-height: 0; }
    @media screen and (min-width: 481px) {
      #video .contents .summary__modal {
        width: 100%; } }
    #video .contents .summary__modal__img {
      width: 100%;
      position: relative; }
  #video .contents .summary__info {
    width: calc(65% - 7px);
    position: initial; }
    @media screen and (min-width: 481px) {
      #video .contents .summary__info {
        width: 100%; } }
    #video .contents .summary__info__day {
      font-size: 13px;
      margin-bottom: 4px;
      display: flex;
      flex-wrap: nowrap;
      justify-content: flex-start;
      align-items: center; }
      @media screen and (min-width: 481px) {
        #video .contents .summary__info__day {
          font-size: 16px;
          margin: 10px 0 0; } }
      #video .contents .summary__info__day .flags {
        width: calc(60px * 0.3);
        height: calc(40px * 0.3);
        overflow: hidden;
        margin-right: 7px;
        margin-top: -2px; }
        #video .contents .summary__info__day .flags:before {
          display: block;
          content: "";
          width: calc(60px * 0.3);
          height: calc(40px * 0.3);
          background: url(/img/flags.png) 0 0 no-repeat;
          background-size: 185.4px auto;
          border: none;
          margin: 0; }
        #video .contents .summary__info__day .flags.flag_irl:before {
          background-position: 0px 0px; }
        #video .contents .summary__info__day .flags.flag_bri:before {
          background-position: -18.6px 0px; }
        #video .contents .summary__info__day .flags.flag_fra:before {
          background-position: -37.2px 0px; }
        #video .contents .summary__info__day .flags.flag_usa:before {
          background-position: -55.8px 0px; }
        #video .contents .summary__info__day .flags.flag_aus:before {
          background-position: -74.4px 0px; }
        #video .contents .summary__info__day .flags.flag_uae:before {
          background-position: -93px 0px; }
        #video .contents .summary__info__day .flags.flag_hkg:before {
          background-position: -111.6px 0px; }
        #video .contents .summary__info__day .flags.flag_jpn:before {
          background-position: -130.2px 0px; }
        #video .contents .summary__info__day .flags.flag_ita:before {
          background-position: -148.8px 0px; }
        #video .contents .summary__info__day .flags.flag_deu:before {
          background-position: -167.4px 0px; }
        #video .contents .summary__info__day .flags.flag_kwt:before {
          background-position: 0px -12.6px; }
        #video .contents .summary__info__day .flags.flag_zaf:before {
          background-position: -18.6px -12.6px; }
        #video .contents .summary__info__day .flags.flag_chn:before {
          background-position: -37.2px -12.6px; }
        #video .contents .summary__info__day .flags.flag_sau:before {
          background-position: -55.8px -12.6px; }
        #video .contents .summary__info__day .flags.flag_sgp:before {
          background-position: -74.4px -12.6px; }
        #video .contents .summary__info__day .flags.flag_tur:before {
          background-position: -93px -12.6px; }
        #video .contents .summary__info__day .flags.flag_arg:before {
          background-position: -111.6px -12.6px; }
        #video .contents .summary__info__day .flags.flag_can:before {
          background-position: -130.2px -12.6px; }
        #video .contents .summary__info__day .flags.flag_pol:before {
          background-position: -148.8px -12.6px; }
        #video .contents .summary__info__day .flags.flag_sco:before {
          background-position: -167.4px -12.6px; }
        #video .contents .summary__info__day .flags.flag_wal:before {
          background-position: 0px -25.2px; }
        #video .contents .summary__info__day .flags.flag_nir:before {
          background-position: -18.6px -25.2px; }
        #video .contents .summary__info__day .flags.flag_qat:before {
          background-position: -37.2px -25.2px; }
        #video .contents .summary__info__day .flags.flag_nzl:before {
          background-position: -55.8px -25.2px; }
        #video .contents .summary__info__day .flags.flag_chi:before {
          background-position: -74.4px -25.2px; }
        #video .contents .summary__info__day .flags.flag_per:before {
          background-position: -93px -25.2px; }
        #video .contents .summary__info__day .flags.flag_kor:before {
          background-position: -111.6px -25.2px; }
        #video .contents .summary__info__day .flags.flag_bar:before {
          background-position: -130.2px -25.2px; }
        #video .contents .summary__info__day .flags.flag_esp:before {
          background-position: -148.8px -25.2px; }
        #video .contents .summary__info__day .flags.flag_ksa:before {
          background-position: -167.4px -25.2px; }
        #video .contents .summary__info__day .flags.flag_cze:before {
          background-position: 0px -37.8px; }
        #video .contents .summary__info__day .flags.flag_bhr:before {
          background-position: -18.6px -37.8px; }
        #video .contents .summary__info__day .flags.flag_brz:before {
          background-position: -37.2px -37.8px; }
        #video .contents .summary__info__day .flags.flag_nor:before {
          background-position: -55.8px -37.8px; }
        #video .contents .summary__info__day .flags.flag_swe:before {
          background-position: -74.4px -37.8px; }
        #video .contents .summary__info__day .flags.flag_brit:before {
          background-position: -93px -37.8px; }
        #video .contents .summary__info__day .flags.flag_nzl:before {
          background-position: -111.6px -37.8px; }
        #video .contents .summary__info__day .flags.flag_ger:before {
          background-position: -130.2px -37.8px; }
        #video .contents .summary__info__day .flags.flag_ury:before {
          background-position: -148.8px -37.8px; }
        @media screen and (min-width: 481px) {
          #video .contents .summary__info__day .flags {
            width: calc(60px * 0.5);
            height: calc(40px * 0.5);
            overflow: hidden; }
            #video .contents .summary__info__day .flags:before {
              display: block;
              content: "";
              width: calc(60px * 0.5);
              height: calc(40px * 0.5);
              background: url(/img/flags.png) 0 0 no-repeat;
              background-size: 309px auto;
              border: none;
              margin: 0; }
            #video .contents .summary__info__day .flags.flag_irl:before {
              background-position: 0px 0px; }
            #video .contents .summary__info__day .flags.flag_bri:before {
              background-position: -31px 0px; }
            #video .contents .summary__info__day .flags.flag_fra:before {
              background-position: -62px 0px; }
            #video .contents .summary__info__day .flags.flag_usa:before {
              background-position: -93px 0px; }
            #video .contents .summary__info__day .flags.flag_aus:before {
              background-position: -124px 0px; }
            #video .contents .summary__info__day .flags.flag_uae:before {
              background-position: -155px 0px; }
            #video .contents .summary__info__day .flags.flag_hkg:before {
              background-position: -186px 0px; }
            #video .contents .summary__info__day .flags.flag_jpn:before {
              background-position: -217px 0px; }
            #video .contents .summary__info__day .flags.flag_ita:before {
              background-position: -248px 0px; }
            #video .contents .summary__info__day .flags.flag_deu:before {
              background-position: -279px 0px; }
            #video .contents .summary__info__day .flags.flag_kwt:before {
              background-position: 0px -21px; }
            #video .contents .summary__info__day .flags.flag_zaf:before {
              background-position: -31px -21px; }
            #video .contents .summary__info__day .flags.flag_chn:before {
              background-position: -62px -21px; }
            #video .contents .summary__info__day .flags.flag_sau:before {
              background-position: -93px -21px; }
            #video .contents .summary__info__day .flags.flag_sgp:before {
              background-position: -124px -21px; }
            #video .contents .summary__info__day .flags.flag_tur:before {
              background-position: -155px -21px; }
            #video .contents .summary__info__day .flags.flag_arg:before {
              background-position: -186px -21px; }
            #video .contents .summary__info__day .flags.flag_can:before {
              background-position: -217px -21px; }
            #video .contents .summary__info__day .flags.flag_pol:before {
              background-position: -248px -21px; }
            #video .contents .summary__info__day .flags.flag_sco:before {
              background-position: -279px -21px; }
            #video .contents .summary__info__day .flags.flag_wal:before {
              background-position: 0px -42px; }
            #video .contents .summary__info__day .flags.flag_nir:before {
              background-position: -31px -42px; }
            #video .contents .summary__info__day .flags.flag_qat:before {
              background-position: -62px -42px; }
            #video .contents .summary__info__day .flags.flag_nzl:before {
              background-position: -93px -42px; }
            #video .contents .summary__info__day .flags.flag_chi:before {
              background-position: -124px -42px; }
            #video .contents .summary__info__day .flags.flag_per:before {
              background-position: -155px -42px; }
            #video .contents .summary__info__day .flags.flag_kor:before {
              background-position: -186px -42px; }
            #video .contents .summary__info__day .flags.flag_bar:before {
              background-position: -217px -42px; }
            #video .contents .summary__info__day .flags.flag_esp:before {
              background-position: -248px -42px; }
            #video .contents .summary__info__day .flags.flag_ksa:before {
              background-position: -279px -42px; }
            #video .contents .summary__info__day .flags.flag_cze:before {
              background-position: 0px -63px; }
            #video .contents .summary__info__day .flags.flag_bhr:before {
              background-position: -31px -63px; }
            #video .contents .summary__info__day .flags.flag_brz:before {
              background-position: -62px -63px; }
            #video .contents .summary__info__day .flags.flag_nor:before {
              background-position: -93px -63px; }
            #video .contents .summary__info__day .flags.flag_swe:before {
              background-position: -124px -63px; }
            #video .contents .summary__info__day .flags.flag_brit:before {
              background-position: -155px -63px; }
            #video .contents .summary__info__day .flags.flag_nzl:before {
              background-position: -186px -63px; }
            #video .contents .summary__info__day .flags.flag_ger:before {
              background-position: -217px -63px; }
            #video .contents .summary__info__day .flags.flag_ury:before {
              background-position: -248px -63px; } }
    #video .contents .summary__info__race {
      font-size: 15px;
      margin-bottom: 4px;
      font-weight: bold; }
      @media screen and (min-width: 481px) {
        #video .contents .summary__info__race {
          font-size: 16px;
          margin: 10px auto; } }
    #video .contents .summary__info__place {
      font-size: 13px;
      margin-bottom: 4px; }
      @media screen and (min-width: 481px) {
        #video .contents .summary__info__place {
          margin-bottom: 5px; } }
    #video .contents .summary__info__horse {
      font-size: 13px;
      margin-bottom: 4px;
      display: flex;
      flex-wrap: nowrap;
      justify-content: flex-start;
      align-items: center; }
      @media screen and (min-width: 481px) {
        #video .contents .summary__info__horse {
          margin-bottom: 5px; } }
      #video .contents .summary__info__horse .icons {
        width: calc(80px * 0.2);
        height: calc(80px * 0.2);
        overflow: hidden;
        margin-right: 5px;
        margin-top: -2px; }
        #video .contents .summary__info__horse .icons:before {
          display: block;
          content: "";
          width: calc(80px * 0.2);
          height: calc(80px * 0.2);
          background: url(/img/icons.png) 0 0 no-repeat;
          background-size: 163.6px auto;
          border: none;
          margin: 0; }
        #video .contents .summary__info__horse .icons.icon_horse_blue:before {
          background-position: 0px 0px; }
        #video .contents .summary__info__horse .icons.icon_horse_pink:before {
          background-position: -16.4px 0px; }
        #video .contents .summary__info__horse .icons.icon_crown01:before {
          background-position: -32.8px 0px; }
        #video .contents .summary__info__horse .icons.icon_crown02:before {
          background-position: -49.2px 0px; }
        #video .contents .summary__info__horse .icons.icon_crown03:before {
          background-position: -65.6px 0px; }
        #video .contents .summary__info__horse .icons.icon_title:before {
          background-position: -82px 0px; }
        #video .contents .summary__info__horse .icons.icon_look_pay:before {
          background-position: -98.4px 0px; }
        #video .contents .summary__info__horse .icons.icon_look_free:before {
          background-position: -114.8px 0px; }
        #video .contents .summary__info__horse .icons.icon_play:before {
          background-position: -131.2px 0px; }
        #video .contents .summary__info__horse .icons.icon_twitter:before {
          background-position: -147.6px 0px; }
        #video .contents .summary__info__horse .icons.icon_facebook:before {
          background-position: 0px -16.4px; }
        #video .contents .summary__info__horse .icons.icon_line:before {
          background-position: -16.4px -16.4px; }
        #video .contents .summary__info__horse .icons.icon_horse:before {
          background-position: -32.8px -16.4px; }
    #video .contents .summary__info__button {
      width: 100%;
      height: 40px;
      background: #ededed;
      text-align: center;
      color: #666;
      border: 1px solid #ccc;
      position: absolute;
      bottom: 0;
      left: 0;
      line-height: 1;
      border-radius: 5px;
      font-size: 14px;
      display: flex;
      flex-wrap: nowrap;
      justify-content: center;
      align-items: center; }
      #video .contents .summary__info__button:after {
        display: block;
        position: absolute;
        top: 50%;
        width: 6px;
        height: 6px;
        margin-top: calc(6px / -2);
        border-top: solid 1px #666;
        border-right: solid 1px #666;
        -webkit-transform: rotate(45deg);
        transform: rotate(45deg);
        content: "";
        right: 10px; }

#video .contents .button {
  border: none;
  height: auto;
  line-height: inherit;
  border-radius: 0;
  padding: 0;
  margin-bottom: 20px; }

#video .contents .attent {
  width: 95%;
  margin: 0 auto;
  font-size: 12px; }
  @media screen and (min-width: 769px) {
    #video .contents .attent {
      width: 100%; } }

#leading .head-area h2 {
  font-size: 16px; }
  #leading .head-area h2 .flags {
    width: calc(60px * 0.5);
    height: calc(40px * 0.5);
    overflow: hidden;
    margin-right: 5px;
    margin-top: -0.2em; }
    #leading .head-area h2 .flags:before {
      display: block;
      content: "";
      width: calc(60px * 0.5);
      height: calc(40px * 0.5);
      background: url(/img/flags.png) 0 0 no-repeat;
      background-size: 309px auto;
      border: none;
      margin: 0; }
    #leading .head-area h2 .flags.flag_irl:before {
      background-position: 0px 0px; }
    #leading .head-area h2 .flags.flag_bri:before {
      background-position: -31px 0px; }
    #leading .head-area h2 .flags.flag_fra:before {
      background-position: -62px 0px; }
    #leading .head-area h2 .flags.flag_usa:before {
      background-position: -93px 0px; }
    #leading .head-area h2 .flags.flag_aus:before {
      background-position: -124px 0px; }
    #leading .head-area h2 .flags.flag_uae:before {
      background-position: -155px 0px; }
    #leading .head-area h2 .flags.flag_hkg:before {
      background-position: -186px 0px; }
    #leading .head-area h2 .flags.flag_jpn:before {
      background-position: -217px 0px; }
    #leading .head-area h2 .flags.flag_ita:before {
      background-position: -248px 0px; }
    #leading .head-area h2 .flags.flag_deu:before {
      background-position: -279px 0px; }
    #leading .head-area h2 .flags.flag_kwt:before {
      background-position: 0px -21px; }
    #leading .head-area h2 .flags.flag_zaf:before {
      background-position: -31px -21px; }
    #leading .head-area h2 .flags.flag_chn:before {
      background-position: -62px -21px; }
    #leading .head-area h2 .flags.flag_sau:before {
      background-position: -93px -21px; }
    #leading .head-area h2 .flags.flag_sgp:before {
      background-position: -124px -21px; }
    #leading .head-area h2 .flags.flag_tur:before {
      background-position: -155px -21px; }
    #leading .head-area h2 .flags.flag_arg:before {
      background-position: -186px -21px; }
    #leading .head-area h2 .flags.flag_can:before {
      background-position: -217px -21px; }
    #leading .head-area h2 .flags.flag_pol:before {
      background-position: -248px -21px; }
    #leading .head-area h2 .flags.flag_sco:before {
      background-position: -279px -21px; }
    #leading .head-area h2 .flags.flag_wal:before {
      background-position: 0px -42px; }
    #leading .head-area h2 .flags.flag_nir:before {
      background-position: -31px -42px; }
    #leading .head-area h2 .flags.flag_qat:before {
      background-position: -62px -42px; }
    #leading .head-area h2 .flags.flag_nzl:before {
      background-position: -93px -42px; }
    #leading .head-area h2 .flags.flag_chi:before {
      background-position: -124px -42px; }
    #leading .head-area h2 .flags.flag_per:before {
      background-position: -155px -42px; }
    #leading .head-area h2 .flags.flag_kor:before {
      background-position: -186px -42px; }
    #leading .head-area h2 .flags.flag_bar:before {
      background-position: -217px -42px; }
    #leading .head-area h2 .flags.flag_esp:before {
      background-position: -248px -42px; }
    #leading .head-area h2 .flags.flag_ksa:before {
      background-position: -279px -42px; }
    #leading .head-area h2 .flags.flag_cze:before {
      background-position: 0px -63px; }
    #leading .head-area h2 .flags.flag_bhr:before {
      background-position: -31px -63px; }
    #leading .head-area h2 .flags.flag_brz:before {
      background-position: -62px -63px; }
    #leading .head-area h2 .flags.flag_nor:before {
      background-position: -93px -63px; }
    #leading .head-area h2 .flags.flag_swe:before {
      background-position: -124px -63px; }
    #leading .head-area h2 .flags.flag_brit:before {
      background-position: -155px -63px; }
    #leading .head-area h2 .flags.flag_nzl:before {
      background-position: -186px -63px; }
    #leading .head-area h2 .flags.flag_ger:before {
      background-position: -217px -63px; }
    #leading .head-area h2 .flags.flag_ury:before {
      background-position: -248px -63px; }

#leading .inner-block .title__hexagon {
  width: 100%;
  margin: 0 auto; }
  @media screen and (min-width: 769px) {
    #leading .inner-block .title__hexagon {
      width: 100%;
      max-width: 100%; } }

#leading .table-frame {
  width: 100%;
  overflow-x: scroll;
  overflow-y: hidden;
  border-radius: 5px;
  margin-bottom: 10px;
  border: 1px solid #d2d2d2; }
  @media screen and (min-width: 769px) {
    #leading .table-frame {
      overflow-x: inherit; } }

#leading .table-data {
  width: 150%;
  width: max-content;
  border-radius: 0;
  border: none;
  margin-bottom: 0; }
  @media screen and (min-width: 481px) {
    #leading .table-data {
      width: 100%; } }
  #leading .table-data tr td, #leading .table-data tr th {
    font-size: 14px; }
  #leading .table-data tr td {
    text-align: center; }
    #leading .table-data tr td:nth-child(2) {
      text-align: left; }
    #leading .table-data tr td img {
      width: auto; }
    #leading .table-data tr td .icons {
      margin: 0 auto; }

#leading .bottom-text + .anchor-block {
  margin-top: 50px;
  padding-top: 0; }

/*インタビューインデックス*/
#interview._index .interview__inner {
  width: 100%;
  margin: 0 auto;
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
  align-items: stretch;
  margin-top: 15px; }
  @media screen and (min-width: 481px) {
    #interview._index .interview__inner {
      width: 95%;
      max-width: 960px; } }

#interview._index .interview__item {
  width: 95%;
  position: relative;
  overflow: hidden;
  border-radius: 10px;
  height: auto;
  margin: 10px auto 0;
  box-shadow: 0 0 1px rgba(0, 0, 0, 0.05), 0 0 4px rgba(0, 0, 0, 0.05), 0 0 8px rgba(0, 0, 0, 0.05); }
  @media screen and (min-width: 481px) {
    #interview._index .interview__item {
      width: calc((100% - 10px)/2);
      margin: 0 10px 0 0; }
      #interview._index .interview__item:nth-child(2n) {
        margin-right: 0; }
      #interview._index .interview__item:nth-child(n + 3) {
        margin-top: 15px; } }
  @media screen and (min-width: 769px) {
    #interview._index .interview__item, #interview._index .interview__item:nth-child(2n), #interview._index .interview__item:nth-child(n + 3) {
      width: calc((100% - 20px)/3);
      margin: 0 10px 0 0; }
    #interview._index .interview__item:nth-child(2n) {
      margin-right: 10px; }
    #interview._index .interview__item:nth-child(3n) {
      margin-right: 0; }
    #interview._index .interview__item:nth-child(n + 4) {
      margin-top: 20px; } }
  #interview._index .interview__item a {
    display: block; }
    #interview._index .interview__item a .img {
      z-index: 0;
      width: 100%; }
    #interview._index .interview__item a .text {
      position: absolute;
      z-index: 1;
      bottom: 0;
      width: 100%;
      background: rgba(0, 0, 0, 0.6);
      border-radius: 0 0 10px 10px;
      padding: 10px 15px 10px 10px;
      line-height: 1; }
      #interview._index .interview__item a .text:before {
        display: block;
        position: absolute;
        top: 50%;
        width: 8px;
        height: 8px;
        margin-top: calc(8px / -2);
        border-top: solid 1px #fff;
        border-right: solid 1px #fff;
        -webkit-transform: rotate(45deg);
        transform: rotate(45deg);
        content: "";
        top: 50%;
        margin-top: -6px;
        right: 10px; }
      #interview._index .interview__item a .text p {
        color: #fff; }
        #interview._index .interview__item a .text p.title {
          font-weight: bold;
          font-size: 16px;
          line-height: 1.3; }
          #interview._index .interview__item a .text p.title br {
            display: none; }
        #interview._index .interview__item a .text p.name {
          font-size: 16px;
          margin-top: 5px; }
          #interview._index .interview__item a .text p.name .job {
            font-size: 10px;
            margin-right: 3px; }
  #interview._index .interview__item._new {
    width: 100%;
    height: auto;
    border-radius: 0;
    border-bottom: 5px solid #FF3D82; }
    @media screen and (min-width: 481px) {
      #interview._index .interview__item._new {
        width: 100%;
        margin: 0 auto 15px; } }
    @media screen and (min-width: 769px) {
      #interview._index .interview__item._new {
        width: 100%;
        margin: 0 auto 20px; } }
    @media screen and (min-width: 769px) {
      #interview._index .interview__item._new a {
        display: flex;
        flex-wrap: nowrap;
        justify-content: flex-start;
        align-items: stretch; } }
    #interview._index .interview__item._new a .img {
      position: inherit;
      height: auto; }
      @media screen and (min-width: 769px) {
        #interview._index .interview__item._new a .img {
          position: relative;
          width: 300px;
          height: 200px; }
          #interview._index .interview__item._new a .img img {
            position: absolute;
            left: 50%;
            top: 50%;
            position: absolute;
            transform: translate(-50%, -50%);
            -webkit-transform: translate(-50%, -50%);
            -ms-transform: translate(-50%, -50%); } }
    #interview._index .interview__item._new a .text {
      position: relative;
      background: #fff;
      padding-bottom: 84px;
      border-radius: 0;
      bottom: auto;
      text-align: center; }
      @media screen and (min-width: 769px) {
        #interview._index .interview__item._new a .text {
          padding-bottom: 0;
          width: calc(100% - 300px); } }
      #interview._index .interview__item._new a .text:before {
        display: none; }
      #interview._index .interview__item._new a .text:after {
        content: "インタビューを読む";
        position: absolute;
        bottom: 20px;
        width: 80%;
        max-width: 300px;
        left: 50%;
        position: absolute;
        transform: translate(-50%, 0);
        -webkit-transform: translate(-50%, 0);
        -ms-transform: translate(-50%, 0);
        border-radius: 50px;
        background: #E4E4E4;
        color: #666;
        font-size: 16px;
        height: 44px;
        line-height: 44px;
        font-weight: bold; }
      #interview._index .interview__item._new a .text p {
        color: #252525; }
        #interview._index .interview__item._new a .text p.title {
          font-size: 22px;
          line-height: 1.5; }
          #interview._index .interview__item._new a .text p.title br {
            display: block; }
        #interview._index .interview__item._new a .text p.name {
          margin-top: 10px;
          color: #666; }

#interview .interview_kv_sp {
  margin-bottom: 20px; }

#interview .interview_kv_pc {
  display: none; }

@media screen and (min-width: 769px) {
  #interview .interview_kv_sp {
    display: none; }
  #interview .interview_kv_pc {
    display: block;
    height: 350px;
    margin-bottom: 20px;
    background-color: #fff; }
    #interview .interview_kv_pc .kv_image_pc {
      height: 350px;
      max-width: 1200px;
      margin: 0 auto;
      background: url(/img/race/arc/2017/interview_arc_01.jpg) no-repeat center;
      background-size: cover; }
      #interview .interview_kv_pc .kv_image_pc.interview_arc_02 {
        background: url(/img/race/arc/2017/interview_arc_02.jpg) no-repeat center;
        background-size: cover; }
        #interview .interview_kv_pc .kv_image_pc.interview_arc_02 .text-img-box .pc_text_img {
          top: 18%;
          left: 5%; }
      #interview .interview_kv_pc .kv_image_pc.interview_arc_03 {
        background: url(/img/race/arc/2017/interview_arc_03.jpg) no-repeat center;
        background-size: cover; }
        #interview .interview_kv_pc .kv_image_pc.interview_arc_03 .text-img-box .pc_text_img {
          left: 5%; }
      #interview .interview_kv_pc .kv_image_pc .text-img-box {
        height: 350px;
        width: 95%;
        margin: 0 auto;
        margin: 0 auto;
        position: relative; } }
      @media screen and (min-width: 769px) and (min-width: 769px) {
        #interview .interview_kv_pc .kv_image_pc .text-img-box {
          width: 95%;
          max-width: 960px; } }

@media screen and (min-width: 769px) {
        #interview .interview_kv_pc .kv_image_pc .text-img-box .pc_text_img {
          top: 50%;
          position: absolute;
          transform: translate(0, -50%);
          -webkit-transform: translate(0, -50%);
          -ms-transform: translate(0, -50%);
          width: auto;
          position: absolute;
          right: 10px; } }

#interview .top-credit {
  width: 95%;
  margin: 0 auto;
  margin-bottom: 15px; }
  @media screen and (min-width: 769px) {
    #interview .top-credit {
      width: 95%;
      max-width: 960px; } }
  #interview .top-credit-text {
    text-align: right;
    font-size: 12px; }

#interview .top-sns {
  width: 95%;
  margin: 0 auto;
  margin: 20px auto 45px; }
  @media screen and (min-width: 769px) {
    #interview .top-sns {
      width: 95%;
      max-width: 960px; } }
  #interview .top-sns .credit_area {
    display: inline-block;
    vertical-align: middle; }
    #interview .top-sns .credit_area .top-credit:first-child {
      margin-bottom: 5px; }
  #interview .top-sns #sns-area {
    display: inline-block;
    margin: 0 auto;
    vertical-align: middle; }

#interview #interview_main {
  line-height: 1.5; }
  #interview #interview_main .interview_description {
    margin-bottom: 30px; }
  #interview #interview_main section {
    margin-bottom: 40px; }
    #interview #interview_main section h3 {
      border-left: 6px solid #252525;
      font-size: 18px;
      padding-left: 15px;
      margin-bottom: 30px; }
    #interview #interview_main section p {
      margin-bottom: 20px; }
      #interview #interview_main section p.mb60 {
        margin-bottom: 60px; }
    #interview #interview_main section .interview_box {
      *zoom: 1;
      margin-bottom: 20px; }
      #interview #interview_main section .interview_box:before {
        content: " ";
        display: table; }
      #interview #interview_main section .interview_box:after {
        content: " ";
        display: table;
        clear: both; }
      #interview #interview_main section .interview_box .interview_txt_box.left_ {
        margin: 0; }
      #interview #interview_main section .interview_box .interview_txt_box.right_ {
        margin: 0; }
    #interview #interview_main section .interviewer {
      margin-bottom: 10px;
      font-weight: 600; }
      #interview #interview_main section .interviewer:before {
        content: "";
        display: inline-block;
        vertical-align: middle;
        margin: 0 8px 3px 0;
        width: 30px;
        border-top: 2px solid #252525; }
    #interview #interview_main section .interviewee {
      margin-bottom: 50px; }
      #interview #interview_main section .interviewee .interview_name {
        font-weight: 600; }
    #interview #interview_main section figcaption {
      line-height: 1.2; }
    @media screen and (min-width: 769px) {
      #interview #interview_main section .left_ {
        width: 410px;
        float: left;
        margin: 10px 30px 0 0; }
      #interview #interview_main section .right_ {
        width: 410px;
        float: right;
        margin: 10px 0 0 30px; } }
  #interview #interview_main .present_area {
    *zoom: 1;
    width: 100%;
    margin: 0 auto;
    margin: 0 auto 20px; }
    #interview #interview_main .present_area:before {
      content: " ";
      display: table; }
    #interview #interview_main .present_area:after {
      content: " ";
      display: table;
      clear: both; }
    @media screen and (min-width: 769px) {
      #interview #interview_main .present_area {
        width: 100%;
        max-width: 100%; } }
    #interview #interview_main .present_area .present_img {
      width: 100%;
      text-align: center;
      line-height: 0; }
      @media screen and (min-width: 481px) {
        #interview #interview_main .present_area .present_img {
          float: left;
          width: 29%; } }
    #interview #interview_main .present_area .present_content {
      line-height: 1.5;
      width: 100%; }
      @media screen and (min-width: 481px) {
        #interview #interview_main .present_area .present_content {
          width: 70%;
          padding-left: 20px;
          float: left; } }
      #interview #interview_main .present_area .present_content dt {
        font-weight: bold;
        font-size: 18px;
        text-align: center;
        padding-bottom: 5px;
        margin: 15px auto;
        border-bottom: 1px solid #252525; }
        @media screen and (min-width: 481px) {
          #interview #interview_main .present_area .present_content dt {
            margin: 0 auto 20px; } }
      #interview #interview_main .present_area .present_content dd {
        font-size: 14px; }
        #interview #interview_main .present_area .present_content dd span {
          font-size: 12px; }
      #interview #interview_main .present_area .present_content p {
        text-align: right;
        font-weight: bold; }
  #interview #interview_main .pagenation {
    display: block;
    text-align: center;
    margin: 15px 0; }
    @media screen and (min-width: 769px) {
      #interview #interview_main .pagenation {
        margin-bottom: 30px; } }
    #interview #interview_main .pagenation .page-text {
      font-weight: bold;
      font-size: 14px; }
    #interview #interview_main .pagenation .pages {
      margin-top: 10px; }

#interview .interview_footer {
  background: url(/img/bg_pattern_stripe.png) repeat;
  width: 100%;
  padding: 20px 0;
  line-height: 1.5; }
  #interview .interview_footer ul {
    width: 95%;
    margin: 0 auto;
    margin: 0 auto; }
    @media screen and (min-width: 769px) {
      #interview .interview_footer ul {
        width: 95%;
        max-width: 960px; } }
    #interview .interview_footer ul li {
      width: 100%;
      background-color: #fff;
      border-radius: 5px;
      margin-bottom: 15px; }
      #interview .interview_footer ul li:last-child {
        margin-bottom: 0; }
      #interview .interview_footer ul li.off {
        display: flex;
        flex-wrap: wrap;
        justify-content: flex-start;
        align-items: center; }
      #interview .interview_footer ul li a {
        display: flex;
        flex-wrap: wrap;
        justify-content: flex-start;
        align-items: stretch;
        position: relative; }
        #interview .interview_footer ul li a:after {
          display: block;
          position: absolute;
          top: 50%;
          width: 10px;
          height: 10px;
          margin-top: calc(10px / -2);
          border-top: solid 1px #252525;
          border-right: solid 1px #252525;
          -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
          content: "";
          right: 10px; }
      #interview .interview_footer ul li figure {
        width: 100px;
        border-radius: 5px 0 0 5px;
        overflow: hidden;
        line-height: 0; }
      #interview .interview_footer ul li p {
        display: flex;
        flex-wrap: wrap;
        justify-content: flex-start;
        align-items: center;
        width: calc(100% - 100px);
        font-size: 12px;
        padding: 5px 20px 5px 10px;
        line-height: 1; }
        #interview .interview_footer ul li p span {
          margin-top: -5px;
          width: 100%;
          display: block;
          font-size: 14px;
          font-weight: bold;
          line-height: 1.3; }

/*香港国際競走2017 インタビュー*/
#interview .hkir .interview_kv_pc .kv_image_pc.interview_hkir_01 {
  background: url(/img/race/hkir/2017/interview_hkir_01.jpg) no-repeat center;
  background-size: cover; }
  #interview .hkir .interview_kv_pc .kv_image_pc.interview_hkir_01 .text-img-box .pc_text_img {
    right: 0%; }

/*凱旋門2018 インタビュー*/
#interview .arc2018 .interview_kv_pc .kv_image_pc {
  background: url(/img/race/arc/2018/interview/interview_arc_01.jpg) no-repeat center;
  background-size: cover; }

/*ドバイWCデー インタビュー*/
#interview .dubai2019 .interview_kv_pc .kv_image_pc {
  background: url(/img/race/dubai/2019/interview/interview_dubai_01.jpg) no-repeat center;
  background-size: cover; }

/*凱旋門2019 インタビュー*/
#interview .arc2019 .interview_kv_pc .kv_image_pc {
  background: url(/img/race/arc/2019/interview/interview_arc_01.jpg) no-repeat center;
  background-size: cover; }

/*ミカエル・ミシェル インタビュー*/
#interview .michel2020 .interview_kv_pc .kv_image_pc {
  background: url(/img/interview/2020/mickaelle_michel/interview_michel_01.jpg) no-repeat center;
  background-size: cover; }

#correlation .body-area {
  margin-bottom: 30px; }
  #correlation .body-area .day {
    text-align: right;
    margin-bottom: 10px; }
  #correlation .body-area .image-open {
    display: none; }
  #correlation .body-area .au-correlation {
    width: 100%; }

#correlation .head-area h2 {
  font-size: 16px; }
  #correlation .head-area h2 .flags {
    width: calc(60px * 0.5);
    height: calc(40px * 0.5);
    overflow: hidden;
    margin-right: 5px;
    margin-top: -0.2em; }
    #correlation .head-area h2 .flags:before {
      display: block;
      content: "";
      width: calc(60px * 0.5);
      height: calc(40px * 0.5);
      background: url(/img/flags.png) 0 0 no-repeat;
      background-size: 309px auto;
      border: none;
      margin: 0; }
    #correlation .head-area h2 .flags.flag_irl:before {
      background-position: 0px 0px; }
    #correlation .head-area h2 .flags.flag_bri:before {
      background-position: -31px 0px; }
    #correlation .head-area h2 .flags.flag_fra:before {
      background-position: -62px 0px; }
    #correlation .head-area h2 .flags.flag_usa:before {
      background-position: -93px 0px; }
    #correlation .head-area h2 .flags.flag_aus:before {
      background-position: -124px 0px; }
    #correlation .head-area h2 .flags.flag_uae:before {
      background-position: -155px 0px; }
    #correlation .head-area h2 .flags.flag_hkg:before {
      background-position: -186px 0px; }
    #correlation .head-area h2 .flags.flag_jpn:before {
      background-position: -217px 0px; }
    #correlation .head-area h2 .flags.flag_ita:before {
      background-position: -248px 0px; }
    #correlation .head-area h2 .flags.flag_deu:before {
      background-position: -279px 0px; }
    #correlation .head-area h2 .flags.flag_kwt:before {
      background-position: 0px -21px; }
    #correlation .head-area h2 .flags.flag_zaf:before {
      background-position: -31px -21px; }
    #correlation .head-area h2 .flags.flag_chn:before {
      background-position: -62px -21px; }
    #correlation .head-area h2 .flags.flag_sau:before {
      background-position: -93px -21px; }
    #correlation .head-area h2 .flags.flag_sgp:before {
      background-position: -124px -21px; }
    #correlation .head-area h2 .flags.flag_tur:before {
      background-position: -155px -21px; }
    #correlation .head-area h2 .flags.flag_arg:before {
      background-position: -186px -21px; }
    #correlation .head-area h2 .flags.flag_can:before {
      background-position: -217px -21px; }
    #correlation .head-area h2 .flags.flag_pol:before {
      background-position: -248px -21px; }
    #correlation .head-area h2 .flags.flag_sco:before {
      background-position: -279px -21px; }
    #correlation .head-area h2 .flags.flag_wal:before {
      background-position: 0px -42px; }
    #correlation .head-area h2 .flags.flag_nir:before {
      background-position: -31px -42px; }
    #correlation .head-area h2 .flags.flag_qat:before {
      background-position: -62px -42px; }
    #correlation .head-area h2 .flags.flag_nzl:before {
      background-position: -93px -42px; }
    #correlation .head-area h2 .flags.flag_chi:before {
      background-position: -124px -42px; }
    #correlation .head-area h2 .flags.flag_per:before {
      background-position: -155px -42px; }
    #correlation .head-area h2 .flags.flag_kor:before {
      background-position: -186px -42px; }
    #correlation .head-area h2 .flags.flag_bar:before {
      background-position: -217px -42px; }
    #correlation .head-area h2 .flags.flag_esp:before {
      background-position: -248px -42px; }
    #correlation .head-area h2 .flags.flag_ksa:before {
      background-position: -279px -42px; }
    #correlation .head-area h2 .flags.flag_cze:before {
      background-position: 0px -63px; }
    #correlation .head-area h2 .flags.flag_bhr:before {
      background-position: -31px -63px; }
    #correlation .head-area h2 .flags.flag_brz:before {
      background-position: -62px -63px; }
    #correlation .head-area h2 .flags.flag_nor:before {
      background-position: -93px -63px; }
    #correlation .head-area h2 .flags.flag_swe:before {
      background-position: -124px -63px; }
    #correlation .head-area h2 .flags.flag_brit:before {
      background-position: -155px -63px; }
    #correlation .head-area h2 .flags.flag_nzl:before {
      background-position: -186px -63px; }
    #correlation .head-area h2 .flags.flag_ger:before {
      background-position: -217px -63px; }
    #correlation .head-area h2 .flags.flag_ury:before {
      background-position: -248px -63px; }

#correlation .flex-box .biography {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: stretch;
  width: 100%;
  margin: 10px auto 20px; }
  #correlation .flex-box .biography li {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: flex-start;
    width: 100%;
    height: auto;
    margin: 10px 0 0 0; }
    @media screen and (min-width: 769px) {
      #correlation .flex-box .biography li {
        width: calc((100% - 10px)/2);
        margin: 0 10px 0 0; }
        #correlation .flex-box .biography li:nth-child(2n) {
          margin-right: 0; }
        #correlation .flex-box .biography li:nth-child(n + 3) {
          margin-top: 10px; } }
    #correlation .flex-box .biography li img {
      width: 120px;
      height: auto; }
    #correlation .flex-box .biography li p {
      width: calc(100% - 130px); }
      #correlation .flex-box .biography li p span.name {
        display: inline-block;
        font-weight: bold;
        font-size: 16px;
        margin-bottom: 10px; }

#photo #main .head-area .btn {
  border-radius: 5px;
  background: #fff; }

#photo #main .photo-lists {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
  align-items: stretch; }
  #photo #main .photo-lists li {
    width: calc((100% - 10px) / 2);
    margin-bottom: 20px;
    margin-right: 10px; }
    #photo #main .photo-lists li:nth-child(2n) {
      margin-right: 0; }
    @media screen and (min-width: 769px) {
      #photo #main .photo-lists li, #photo #main .photo-lists li:nth-child(2n) {
        width: calc((100% - 30px) / 4);
        margin-right: 10px; }
      #photo #main .photo-lists li:nth-child(4n) {
        margin-right: 0; } }
    #photo #main .photo-lists li a {
      display: block; }
      #photo #main .photo-lists li a:hover {
        opacity: .6; }
    #photo #main .photo-lists li figure {
      width: 100%;
      text-align: center; }
      #photo #main .photo-lists li figure img {
        width: 100%;
        height: auto;
        vertical-align: bottom; }
      #photo #main .photo-lists li figure figcaption {
        text-align: center;
        padding-top: 5px; }

#photo #main .title-horse {
  margin: 10px 0;
  display: block;
  font-size: 18px;
  line-height: 1.5; }
  @media screen and (min-width: 769px) {
    #photo #main .title-horse {
      text-align: center; } }

#photo #main .photo-gallery-block {
  background: #454545;
  padding: 0;
  position: relative;
  margin: 0 auto 30px;
  max-width: 750px; }
  #photo #main .photo-gallery-block .btn-controller {
    background: rgba(0, 0, 0, 0.5);
    width: 50px;
    height: 50px;
    top: 50%;
    position: absolute;
    transform: translate(0, -50%);
    -webkit-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%); }
    #photo #main .photo-gallery-block .btn-controller a {
      display: block;
      text-align: center;
      height: 50px;
      color: #fff; }
      #photo #main .photo-gallery-block .btn-controller a i {
        line-height: 50px;
        font-size: 30px; }
  #photo #main .photo-gallery-block .btn-prev {
    left: 0; }
  #photo #main .photo-gallery-block .btn-next {
    right: 0; }
  #photo #main .photo-gallery-block figure img {
    width: 100%;
    height: auto;
    vertical-align: bottom; }
  #photo #main .photo-gallery-block figure figcaption {
    background: #787878;
    padding: 10px;
    text-align: left;
    color: #fff; }

#legendaryhorse .inner-block {
  width: 95%;
  margin: 0 auto; }
  @media screen and (min-width: 769px) {
    #legendaryhorse .inner-block {
      width: 95%;
      max-width: 960px; } }

#legendaryhorse .content-box {
  padding: 0;
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
  align-items: stretch; }
  #legendaryhorse .content-box .horsewrapper {
    margin-right: 10px;
    margin-bottom: 10px;
    border: solid 1px #D6D6D6;
    position: relative;
    width: calc((100% - 10px)/ 2);
    background: #A27757; }
    #legendaryhorse .content-box .horsewrapper:nth-child(2n) {
      margin-right: 0; }
    @media screen and (min-width: 769px) {
      #legendaryhorse .content-box .horsewrapper {
        width: calc((100% - 30px)/ 4); }
        #legendaryhorse .content-box .horsewrapper:nth-child(2n) {
          margin-right: 10px; }
        #legendaryhorse .content-box .horsewrapper:nth-child(4n) {
          margin-right: 0; } }
    #legendaryhorse .content-box .horsewrapper a {
      display: block; }
      #legendaryhorse .content-box .horsewrapper a img {
        width: 100%; }
      #legendaryhorse .content-box .horsewrapper a .main_image {
        line-height: 0; }
      #legendaryhorse .content-box .horsewrapper a .main_contents {
        color: #fff;
        background: #366db0; }
        #legendaryhorse .content-box .horsewrapper a .main_contents .number {
          padding: 10px 10px 0;
          font-size: 12px; }
        #legendaryhorse .content-box .horsewrapper a .main_contents .name {
          padding: 0 10px;
          text-align: center;
          display: flex;
          flex-wrap: nowrap;
          justify-content: center;
          align-items: center;
          font-size: 16px;
          height: 50px; }
          @media screen and (min-width: 769px) {
            #legendaryhorse .content-box .horsewrapper a .main_contents .name {
              font-size: 22px;
              height: 60px; } }
        #legendaryhorse .content-box .horsewrapper a .main_contents .flag_birth {
          font-size: 12px;
          width: 60%;
          width: max-content;
          margin: 0 auto;
          padding: 10px 0;
          border-top: solid 2px #fff;
          display: flex;
          flex-wrap: nowrap;
          justify-content: center;
          align-items: center; }
          #legendaryhorse .content-box .horsewrapper a .main_contents .flag_birth .flags {
            width: calc(60px * 0.4);
            height: calc(40px * 0.4);
            overflow: hidden;
            margin-right: 5px; }
            #legendaryhorse .content-box .horsewrapper a .main_contents .flag_birth .flags:before {
              display: block;
              content: "";
              width: calc(60px * 0.4);
              height: calc(40px * 0.4);
              background: url(/img/flags.png) 0 0 no-repeat;
              background-size: 247.2px auto;
              border: none;
              margin: 0; }
            #legendaryhorse .content-box .horsewrapper a .main_contents .flag_birth .flags.flag_irl:before {
              background-position: 0px 0px; }
            #legendaryhorse .content-box .horsewrapper a .main_contents .flag_birth .flags.flag_bri:before {
              background-position: -24.8px 0px; }
            #legendaryhorse .content-box .horsewrapper a .main_contents .flag_birth .flags.flag_fra:before {
              background-position: -49.6px 0px; }
            #legendaryhorse .content-box .horsewrapper a .main_contents .flag_birth .flags.flag_usa:before {
              background-position: -74.4px 0px; }
            #legendaryhorse .content-box .horsewrapper a .main_contents .flag_birth .flags.flag_aus:before {
              background-position: -99.2px 0px; }
            #legendaryhorse .content-box .horsewrapper a .main_contents .flag_birth .flags.flag_uae:before {
              background-position: -124px 0px; }
            #legendaryhorse .content-box .horsewrapper a .main_contents .flag_birth .flags.flag_hkg:before {
              background-position: -148.8px 0px; }
            #legendaryhorse .content-box .horsewrapper a .main_contents .flag_birth .flags.flag_jpn:before {
              background-position: -173.6px 0px; }
            #legendaryhorse .content-box .horsewrapper a .main_contents .flag_birth .flags.flag_ita:before {
              background-position: -198.4px 0px; }
            #legendaryhorse .content-box .horsewrapper a .main_contents .flag_birth .flags.flag_deu:before {
              background-position: -223.2px 0px; }
            #legendaryhorse .content-box .horsewrapper a .main_contents .flag_birth .flags.flag_kwt:before {
              background-position: 0px -16.8px; }
            #legendaryhorse .content-box .horsewrapper a .main_contents .flag_birth .flags.flag_zaf:before {
              background-position: -24.8px -16.8px; }
            #legendaryhorse .content-box .horsewrapper a .main_contents .flag_birth .flags.flag_chn:before {
              background-position: -49.6px -16.8px; }
            #legendaryhorse .content-box .horsewrapper a .main_contents .flag_birth .flags.flag_sau:before {
              background-position: -74.4px -16.8px; }
            #legendaryhorse .content-box .horsewrapper a .main_contents .flag_birth .flags.flag_sgp:before {
              background-position: -99.2px -16.8px; }
            #legendaryhorse .content-box .horsewrapper a .main_contents .flag_birth .flags.flag_tur:before {
              background-position: -124px -16.8px; }
            #legendaryhorse .content-box .horsewrapper a .main_contents .flag_birth .flags.flag_arg:before {
              background-position: -148.8px -16.8px; }
            #legendaryhorse .content-box .horsewrapper a .main_contents .flag_birth .flags.flag_can:before {
              background-position: -173.6px -16.8px; }
            #legendaryhorse .content-box .horsewrapper a .main_contents .flag_birth .flags.flag_pol:before {
              background-position: -198.4px -16.8px; }
            #legendaryhorse .content-box .horsewrapper a .main_contents .flag_birth .flags.flag_sco:before {
              background-position: -223.2px -16.8px; }
            #legendaryhorse .content-box .horsewrapper a .main_contents .flag_birth .flags.flag_wal:before {
              background-position: 0px -33.6px; }
            #legendaryhorse .content-box .horsewrapper a .main_contents .flag_birth .flags.flag_nir:before {
              background-position: -24.8px -33.6px; }
            #legendaryhorse .content-box .horsewrapper a .main_contents .flag_birth .flags.flag_qat:before {
              background-position: -49.6px -33.6px; }
            #legendaryhorse .content-box .horsewrapper a .main_contents .flag_birth .flags.flag_nzl:before {
              background-position: -74.4px -33.6px; }
            #legendaryhorse .content-box .horsewrapper a .main_contents .flag_birth .flags.flag_chi:before {
              background-position: -99.2px -33.6px; }
            #legendaryhorse .content-box .horsewrapper a .main_contents .flag_birth .flags.flag_per:before {
              background-position: -124px -33.6px; }
            #legendaryhorse .content-box .horsewrapper a .main_contents .flag_birth .flags.flag_kor:before {
              background-position: -148.8px -33.6px; }
            #legendaryhorse .content-box .horsewrapper a .main_contents .flag_birth .flags.flag_bar:before {
              background-position: -173.6px -33.6px; }
            #legendaryhorse .content-box .horsewrapper a .main_contents .flag_birth .flags.flag_esp:before {
              background-position: -198.4px -33.6px; }
            #legendaryhorse .content-box .horsewrapper a .main_contents .flag_birth .flags.flag_ksa:before {
              background-position: -223.2px -33.6px; }
            #legendaryhorse .content-box .horsewrapper a .main_contents .flag_birth .flags.flag_cze:before {
              background-position: 0px -50.4px; }
            #legendaryhorse .content-box .horsewrapper a .main_contents .flag_birth .flags.flag_bhr:before {
              background-position: -24.8px -50.4px; }
            #legendaryhorse .content-box .horsewrapper a .main_contents .flag_birth .flags.flag_brz:before {
              background-position: -49.6px -50.4px; }
            #legendaryhorse .content-box .horsewrapper a .main_contents .flag_birth .flags.flag_nor:before {
              background-position: -74.4px -50.4px; }
            #legendaryhorse .content-box .horsewrapper a .main_contents .flag_birth .flags.flag_swe:before {
              background-position: -99.2px -50.4px; }
            #legendaryhorse .content-box .horsewrapper a .main_contents .flag_birth .flags.flag_brit:before {
              background-position: -124px -50.4px; }
            #legendaryhorse .content-box .horsewrapper a .main_contents .flag_birth .flags.flag_nzl:before {
              background-position: -148.8px -50.4px; }
            #legendaryhorse .content-box .horsewrapper a .main_contents .flag_birth .flags.flag_ger:before {
              background-position: -173.6px -50.4px; }
            #legendaryhorse .content-box .horsewrapper a .main_contents .flag_birth .flags.flag_ury:before {
              background-position: -198.4px -50.4px; }
      #legendaryhorse .content-box .horsewrapper a .main_bottom {
        background: none;
        padding: 5px;
        color: #fff;
        display: flex;
        flex-wrap: wrap;
        justify-content: flex-start;
        align-items: stretch; }
        @media screen and (min-width: 769px) {
          #legendaryhorse .content-box .horsewrapper a .main_bottom {
            padding: 10px; } }
        #legendaryhorse .content-box .horsewrapper a .main_bottom_text {
          display: block;
          display: flex;
          flex-wrap: nowrap;
          justify-content: center;
          align-items: center;
          text-align: center;
          width: 100%;
          margin-bottom: 0;
          height: auto;
          font-size: 12px; }
        #legendaryhorse .content-box .horsewrapper a .main_bottom_btn {
          display: none;
          margin-left: auto;
          font-weight: bold;
          font-size: 12px;
          padding: 5px 10px;
          background: #366db0; }
      #legendaryhorse .content-box .horsewrapper a:hover {
        opacity: .8; }
    #legendaryhorse .content-box .horsewrapper #horsecard_new {
      position: absolute;
      top: -12px;
      left: 5px;
      z-index: 2;
      width: 50px;
      height: 25px;
      background: url(/img/legendaryhorse/common/pc_new.png) no-repeat;
      background-position: 0 0;
      background-size: contain; }

#world .contents {
  padding-top: 0; }

#world .world__sideways {
  padding: 10px 0; }
  #world .world__sideways ul {
    width: 95%;
    margin: 0 auto;
    display: flex;
    flex-wrap: nowrap;
    justify-content: space-between;
    align-items: stretch; }
    @media screen and (min-width: 769px) {
      #world .world__sideways ul {
        width: 95%;
        max-width: 960px; } }
    #world .world__sideways ul li {
      width: 50%; }
      #world .world__sideways ul li a {
        font-size: 14px;
        line-height: 1.3;
        color: #252525;
        font-weight: bold;
        position: relative; }
      #world .world__sideways ul li.current {
        text-align: center;
        pointer-events: none; }
        #world .world__sideways ul li.current a {
          font-size: 18px; }
          #world .world__sideways ul li.current a span {
            font-size: 14px;
            display: block; }
      #world .world__sideways ul li:nth-child(1), #world .world__sideways ul li:nth-child(3) {
        width: 25%;
        text-align: center; }
        #world .world__sideways ul li:nth-child(1) a, #world .world__sideways ul li:nth-child(3) a {
          font-weight: normal;
          height: 100%;
          color: #252525;
          background: #eee;
          display: flex;
          flex-wrap: nowrap;
          justify-content: center;
          align-items: center; }
      #world .world__sideways ul li:nth-child(1) a {
        padding-left: 10px; }
        #world .world__sideways ul li:nth-child(1) a:before {
          display: block;
          position: absolute;
          top: 50%;
          width: 5px;
          height: 5px;
          margin-top: calc(5px / -2);
          border-top: solid 1px #252525;
          border-right: solid 1px #252525;
          -webkit-transform: rotate(-135deg);
          transform: rotate(-135deg);
          content: "";
          left: 15px; }
      #world .world__sideways ul li:nth-child(3) a {
        padding-right: 10px; }
        #world .world__sideways ul li:nth-child(3) a:before {
          display: block;
          position: absolute;
          top: 50%;
          width: 5px;
          height: 5px;
          margin-top: calc(5px / -2);
          border-top: solid 1px #252525;
          border-right: solid 1px #252525;
          -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
          content: "";
          right: 15px; }

#world .world__list {
  padding-bottom: 15px; }
  #world .world__list ul {
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-start;
    align-items: stretch;
    width: 95%;
    margin: 0 auto; }
    @media screen and (min-width: 769px) {
      #world .world__list ul {
        width: 95%;
        max-width: 960px; } }
    #world .world__list ul li {
      width: calc((100% - 10px)/2);
      margin-top: 15px;
      margin-right: 10px;
      background: #fff;
      text-align: center;
      box-shadow: 0 1px 1px rgba(0, 0, 0, 0.03), 0 2px 2px rgba(0, 0, 0, 0.03), 0 4px 3px rgba(0, 0, 0, 0.03), 0 6px 5px rgba(0, 0, 0, 0.03), 0 8px 10px rgba(0, 0, 0, 0.03); }
      #world .world__list ul li:nth-child(2n) {
        margin-right: 0; }
      #world .world__list ul li a {
        height: 100%;
        display: block;
        color: #252525;
        padding-bottom: 10px; }
      @media screen and (min-width: 481px) {
        #world .world__list ul li {
          width: calc((100% - 20px)/3); }
          #world .world__list ul li:nth-child(2n) {
            margin-right: 10px; }
          #world .world__list ul li:nth-child(3n) {
            margin-right: 0; } }
      @media screen and (min-width: 769px) {
        #world .world__list ul li {
          width: calc((100% - 30px)/4); }
          #world .world__list ul li:nth-child(2n), #world .world__list ul li:nth-child(3n) {
            margin-right: 10px; }
          #world .world__list ul li:nth-child(4n) {
            margin-right: 0; } }
      #world .world__list ul li .number {
        display: inline-block;
        margin-top: 10px;
        border-radius: 50px;
        padding: 0 10px;
        line-height: 19px;
        height: 20px;
        font-size: 10px;
        font-weight: bold; }
      #world .world__list ul li .name {
        font-weight: bold;
        font-size: 14px;
        margin-top: 10px; }
      #world .world__list ul li .copy {
        padding: 0 10px;
        font-size: 12px;
        margin-top: 5px; }
      #world .world__list ul li._new {
        position: relative; }
        #world .world__list ul li._new:after {
          content: "";
          position: absolute;
          top: -12px;
          left: 5px;
          z-index: 2;
          width: 50px;
          height: 25px;
          background: url(/img/legendaryhorse/common/pc_new.png) no-repeat;
          background-position: 0 0;
          background-size: contain; }

#world._jockey .world__sideways {
  background: #FFFCF6; }

#world._jockey .world__list {
  background: #FEF6E4; }

#world._jockey .number {
  border: 1px solid #F9C44A;
  color: #F9C44A; }

#world._trainer .world__sideways {
  background: #F9FCF5; }

#world._trainer .world__list {
  background: #ECF6E3; }

#world._trainer .number {
  border: 1px solid #81C348;
  color: #81C348; }

#world._owner .world__sideways {
  background: #F7F7FA; }

#world._owner .world__list {
  background: #E9E8F1; }

#world._owner .number {
  border: 1px solid #6A699E;
  color: #6A699E; }

#rotation .rotation-box {
  width: 100%; }
  #rotation .rotation-box .content-box {
    padding: 0; }
    #rotation .rotation-box .content-box .tab {
      margin-bottom: 20px;
      display: flex;
      flex-wrap: nowrap;
      justify-content: center;
      align-items: center; }
      #rotation .rotation-box .content-box .tab li {
        width: 100%; }
        #rotation .rotation-box .content-box .tab li a {
          font-size: 14px;
          display: block;
          text-align: center;
          background: #0068b7;
          color: #fff;
          padding: 13px 0 12px;
          border-right: 1px solid #fff; }
          #rotation .rotation-box .content-box .tab li a.current {
            background: #024c84; }
        #rotation .rotation-box .content-box .tab li:last-child a {
          border: none; }
    #rotation .rotation-box .content-box .tab-content {
      display: none; }
      #rotation .rotation-box .content-box .tab-content .button-lists {
        text-align: right;
        width: 100%; }
        #rotation .rotation-box .content-box .tab-content .button-lists li {
          float: none;
          margin: 0; }
      #rotation .rotation-box .content-box .tab-content .img_all, #rotation .rotation-box .content-box .tab-content .img_scroll {
        width: 100%; }
        #rotation .rotation-box .content-box .tab-content .img_all img, #rotation .rotation-box .content-box .tab-content .img_scroll img {
          width: 100%; }
      #rotation .rotation-box .content-box .tab-content.is_show {
        display: block; }
  #rotation .rotation-box .caption {
    margin-top: 10px;
    color: #FF0000; }

#rotation.sp .rotation-box {
  width: 100%; }
  #rotation.sp .rotation-box .content-box .button-lists {
    text-align: right;
    flex-wrap: nowrap; }
    #rotation.sp .rotation-box .content-box .button-lists li {
      margin-left: auto; }

#rotation.sp .pswp {
  width: 100%;
  z-index: 10000; }

#course._index .contents {
  padding-top: 0; }

#course._index .panel__section > section {
  padding: 30px 0 30px; }
  #course._index .panel__section > section.course__country:nth-child(2n-1) {
    background: #FEF6E4; }
  #course._index .panel__section > section.course__info:nth-child(2n-1) {
    background: #FEF6E4; }

#course._index .course__country__item + .course__country__item {
  margin-top: 20px; }

#course._index .course__country__title {
  line-height: 20px;
  font-size: 14px; }
  #course._index .course__country__title .flags {
    vertical-align: top;
    margin-right: 5px; }

#course._index .course__country .contents__list {
  margin: 0 auto; }
  #course._index .course__country .contents__list figure {
    position: relative;
    width: 100%;
    padding-top: 49.4%;
    overflow: hidden;
    line-height: 0; }
    #course._index .course__country .contents__list figure img {
      left: 50%;
      top: 50%;
      position: absolute;
      transform: translate(-50%, -50%);
      -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%); }

#course._index .course__info ._inner {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: stretch; }

#course._index .course__info figure {
  width: 90%;
  margin: 0 5% 20px; }
  #course._index .course__info figure img {
    width: 100%; }
  @media screen and (max-width: 480px) {
    #course._index .course__info figure + div {
      margin-top: 20px; } }
  @media screen and (min-width: 769px) {
    #course._index .course__info figure {
      width: 200px;
      margin: 0 auto; }
      #course._index .course__info figure + div {
        width: calc(100% - 200px);
        padding-left: 20px; } }

#course._index .course__info__text {
  margin-top: 15px; }

#course.__detail .title__center {
  margin-bottom: 0; }

@media screen and (min-width: 769px) {
  #course.__detail .course__detail__item {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: stretch; } }

#course.__detail .course__detail__item h3 {
  margin-bottom: 15px; }

#course.__detail .course__detail__item figure {
  margin-bottom: 15px; }
  @media screen and (min-width: 769px) {
    #course.__detail .course__detail__item figure {
      width: 40%; } }

#course.__detail .course__detail__item .text p + p {
  margin-top: 5px; }

@media screen and (min-width: 769px) {
  #course.__detail .course__detail__item figure + .text {
    width: calc(60% - 20px); } }

#course.__detail .course__detail__item .map, #course.__detail .course__detail__item iframe {
  width: 100%; }

#course.__detail .course__detail__item + .course__detail__item {
  margin-top: 20px; }

#support #sup-area .ttl__append {
  border-left: 6px solid #0056a7; }
  #support #sup-area .ttl__append h4 {
    font-size: 16px;
    line-height: 1.25;
    padding-left: 0.5rem;
    margin: 20px 0 10px; }
    @media screen and (min-width: 769px) {
      #support #sup-area .ttl__append h4 {
        margin: 50px 0 25px;
        font-size: 20px; } }

#support #sup-area .sup-contents ul.ttl__btn {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
  align-items: stretch; }
  #support #sup-area .sup-contents ul.ttl__btn li {
    width: 100%;
    margin: 0 auto; }
    @media screen and (min-width: 769px) {
      #support #sup-area .sup-contents ul.ttl__btn li {
        width: 46%;
        margin: 0 0 0 2%; } }
    #support #sup-area .sup-contents ul.ttl__btn li a {
      width: 100%;
      padding: 20px 15px;
      box-sizing: border-box;
      border-radius: 5px;
      display: block;
      color: #fff;
      box-shadow: 0px 4px 0px 0px rgba(4, 0, 0, 0.2);
      display: flex;
      flex-wrap: nowrap;
      justify-content: flex-start;
      align-items: center; }
      #support #sup-area .sup-contents ul.ttl__btn li a#sup__btn {
        background: #007f87; }
      #support #sup-area .sup-contents ul.ttl__btn li a#mail__btn {
        background: #e58626; }
      #support #sup-area .sup-contents ul.ttl__btn li a#world__btn {
        background: #e58626; }
    #support #sup-area .sup-contents ul.ttl__btn li + li {
      margin-top: 10px; }
      @media screen and (min-width: 769px) {
        #support #sup-area .sup-contents ul.ttl__btn li + li {
          margin-top: 0; } }

#support #sup-area .sup-contents .btn__style i {
  font-size: 24px;
  margin-right: 15px; }

#support #sup-area .sup-contents .btn__style p {
  width: 88%; }
  #support #sup-area .sup-contents .btn__style p span {
    display: block;
    width: 100%;
    letter-spacing: 0.05em; }
  #support #sup-area .sup-contents .btn__style p .btn__text, #support #sup-area .sup-contents .btn__style p .btn__url {
    font-size: 14px;
    padding-bottom: 8px;
    border-bottom: 1px solid #d9d9d9; }
    @media screen and (min-width: 769px) {
      #support #sup-area .sup-contents .btn__style p .btn__text, #support #sup-area .sup-contents .btn__style p .btn__url {
        font-size: 18px; } }
  #support #sup-area .sup-contents .btn__style p .btn__url {
    border: none;
    padding: 8px 0 0;
    border-top: 1px solid #fff; }

#support #sup-area .sup-contents .tel__box {
  width: auto;
  display: inline-block;
  margin: 0 0 0 2%;
  border: 1px solid #ddd;
  box-sizing: border-box;
  padding: 20px 30px;
  text-align: left; }
  #support #sup-area .sup-contents .tel__box > div {
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-start;
    align-items: center; }
    #support #sup-area .sup-contents .tel__box > div .btn__text {
      font-size: 18px;
      border: none;
      padding: 0;
      margin-bottom: 5px; }
    #support #sup-area .sup-contents .tel__box > div .btn__url {
      font-size: 22px;
      border: none;
      padding: 0; }
  #support #sup-area .sup-contents .tel__box .ttl__info {
    border-top: 1px solid #d9d9d9;
    margin-top: 10px;
    padding-top: 10px;
    font-size: 14px;
    line-height: 1.3; }
    #support #sup-area .sup-contents .tel__box .ttl__info li {
      padding: 0;
      margin: 0;
      font-weight: normal; }
      #support #sup-area .sup-contents .tel__box .ttl__info li + li {
        margin-top: 5px; }
