@charset "UTF-8";
/*foundation base*/
/*
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;
  font-size: 100%;
  vertical-align: bottom;
  background: transparent; }

body {
  line-height: 1; }

article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section, main {
  display: block; }

ul, li {
  list-style: none; }

blockquote, q {
  quotes: none; }

blockquote:before, blockquote:after,
q:before, q:after {
  content: '';
  content: none; }

a {
  margin: 0;
  padding: 0;
  font-size: 100%;
  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; }

/**
 * initiallize
 * タグ自体のstyleを記述
 */
html {
  font-family: 'Noto Serif JP', serif;
  color: #303233;
  word-wrap: break-word;
  font-size: 15px;
  line-height: 1.4;
  font-feature-settings: "palt"; }

body {
  position: relative;
  width: 100%;
  height: 100%;
  -webkit-text-size-adjust: 100%;
  letter-spacing: 0.1em; }

a {
  text-decoration: none;
  transition: opacity 0.3s;
  color: #303233; }
  a:hover {
    text-decoration: none;
    opacity: 0.8;
    transition: all 0.3s;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden; }

img {
  vertical-align: bottom; }
  @media print, screen and (max-width: 750px) {
    img {
      width: 100%; } }

strong {
  font-weight: bold; }

input {
  padding: 0;
  border: none;
  background: none; }

* {
  box-sizing: border-box; }

input[type="text"],
input[type="tel"],
input[type="password"],
input[type="email"],
input[type="search"],
input[type="url"],
input[type="datetime"],
input[type="date"],
input[type="month"],
input[type="week"],
input[type="time"],
input[type="datetime-local"],
input[type="number"],
input[type="submit"],
select,
textarea {
  border-radius: 0; }

input[type=radio],
input[type=checkbox] {
  margin: 0;
  vertical-align: -1px; }

input[type="button"],
input[type="submit"] {
  -webkit-appearance: none;
  cursor: pointer;
  font-family: 'NotoSans-L';
  vertical-align: bottom; }

textarea {
  resize: vertical;
  vertical-align: bottom; }

em {
  font-style: italic; }

sup {
  vertical-align: super; }

sub {
  vertical-align: sub; }

blockquote {
  background-color: #EEEFFF;
  padding: 1em 1em 1em 3em;
  position: relative;
  border-left: 3px solid #666; }

blockquote:before {
  content: "“";
  font-size: 600%;
  line-height: 1em;
  color: #999;
  position: absolute;
  left: 0;
  top: 0; }

::selection {
  background: #d4dcd6;
  /* Safari */ }

::-moz-selection {
  background: #d4dcd6;
  /* Firefox */ }

.pci {
  display: inline; }
  @media print, screen and (max-width: 750px) {
    .pci {
      display: none; } }

.spi {
  display: none; }
  @media print, screen and (max-width: 750px) {
    .spi {
      display: inline; } }

.pc {
  display: block; }
  @media print, screen and (max-width: 750px) {
    .pc {
      display: none; } }

.sp {
  display: none; }
  @media print, screen and (max-width: 750px) {
    .sp {
      display: block; } }

/*foundation vender*/
[data-simplebar] {
  position: relative;
  flex-direction: column;
  flex-wrap: wrap;
  justify-content: flex-start;
  align-content: flex-start;
  align-items: flex-start; }

.simplebar-wrapper {
  overflow: hidden;
  width: inherit;
  height: inherit;
  max-width: inherit;
  max-height: inherit; }

.simplebar-mask {
  direction: inherit;
  position: absolute;
  overflow: hidden;
  padding: 0;
  margin: 0;
  left: 0;
  top: 0;
  bottom: 0;
  right: 0;
  width: auto !important;
  height: auto !important;
  z-index: 0; }

.simplebar-offset {
  direction: inherit !important;
  box-sizing: inherit !important;
  resize: none !important;
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  padding: 0;
  margin: 0;
  -webkit-overflow-scrolling: touch; }

.simplebar-content-wrapper {
  direction: inherit;
  box-sizing: border-box !important;
  position: relative;
  display: block;
  height: 100%;
  /* Required for horizontal native scrollbar to not appear if parent is taller than natural height */
  width: auto;
  visibility: visible;
  max-width: 100%;
  /* Not required for horizontal scroll to trigger */
  max-height: 100%;
  /* Needed for vertical scroll to trigger */
  scrollbar-width: none; }

.simplebar-content-wrapper::-webkit-scrollbar,
.simplebar-hide-scrollbar::-webkit-scrollbar {
  display: none; }

.simplebar-content:before,
.simplebar-content:after {
  content: ' ';
  display: table; }

.simplebar-placeholder {
  max-height: 100%;
  max-width: 100%;
  width: 100%;
  pointer-events: none; }

.simplebar-height-auto-observer-wrapper {
  box-sizing: inherit !important;
  height: 100%;
  width: 100%;
  max-width: 1px;
  position: relative;
  float: left;
  max-height: 1px;
  overflow: hidden;
  z-index: -1;
  padding: 0;
  margin: 0;
  pointer-events: none;
  flex-grow: inherit;
  flex-shrink: 0;
  flex-basis: 0; }

.simplebar-height-auto-observer {
  box-sizing: inherit;
  display: block;
  opacity: 0;
  position: absolute;
  top: 0;
  left: 0;
  height: 1000%;
  width: 1000%;
  min-height: 1px;
  min-width: 1px;
  overflow: hidden;
  pointer-events: none;
  z-index: -1; }

.simplebar-track {
  z-index: 1;
  position: absolute;
  right: 0;
  bottom: 0;
  pointer-events: none;
  overflow: hidden; }

[data-simplebar].simplebar-dragging .simplebar-content {
  pointer-events: none;
  user-select: none;
  -webkit-user-select: none; }

[data-simplebar].simplebar-dragging .simplebar-track {
  pointer-events: all; }

.simplebar-scrollbar {
  position: absolute;
  right: 2px;
  width: 7px;
  min-height: 10px; }

.simplebar-scrollbar:before {
  position: absolute;
  content: '';
  background: black;
  border-radius: 7px;
  left: 0;
  right: 0;
  opacity: 0;
  transition: opacity 0.2s linear; }

.simplebar-scrollbar.simplebar-visible:before {
  /* When hovered, remove all transitions from drag handle */
  opacity: 0.5;
  transition: opacity 0s linear; }

.simplebar-track.simplebar-vertical {
  top: 0;
  width: 11px; }

.simplebar-track.simplebar-vertical .simplebar-scrollbar:before {
  top: 2px;
  bottom: 2px; }

.simplebar-track.simplebar-horizontal {
  left: 0;
  height: 11px; }

.simplebar-track.simplebar-horizontal .simplebar-scrollbar:before {
  height: 100%;
  left: 2px;
  right: 2px; }

.simplebar-track.simplebar-horizontal .simplebar-scrollbar {
  right: auto;
  left: 0;
  top: 2px;
  height: 7px;
  min-height: 0;
  min-width: 10px;
  width: auto; }

/* Rtl support */
[data-simplebar-direction='rtl'] .simplebar-track.simplebar-vertical {
  right: auto;
  left: 0; }

.hs-dummy-scrollbar-size {
  direction: rtl;
  position: fixed;
  opacity: 0;
  visibility: hidden;
  height: 500px;
  width: 500px;
  overflow-y: hidden;
  overflow-x: scroll; }

.simplebar-hide-scrollbar {
  position: fixed;
  left: 0;
  visibility: hidden;
  overflow-y: scroll;
  scrollbar-width: none; }

/*object*/
.u-mt00 {
  margin-top: 0; }

.u-pci {
  display: inline-block; }
  @media print, screen and (max-width: 750px) {
    .u-pci {
      display: none; } }

.u-spi {
  display: none; }
  @media print, screen and (max-width: 750px) {
    .u-spi {
      display: inline-block; } }

.u-pc {
  display: block; }
  @media print, screen and (max-width: 750px) {
    .u-pc {
      display: none; } }

.u-sp {
  display: none; }
  @media print, screen and (max-width: 750px) {
    .u-sp {
      display: block; } }

/*layout*/
.l-footer {
  min-width: 1366px;
  position: relative; }
  @media print, screen and (max-width: 750px) {
    .l-footer {
      min-width: 100%;
      padding-bottom: 0;
      background: none;
      padding-top: 5.33333%; } }
  .l-footer__horse {
    position: absolute;
    right: 30px;
    top: -181px; }
    @media print, screen and (max-width: 750px) {
      .l-footer__horse {
        width: 33.33333vw;
        right: -3vw;
        top: -26.66667vw; } }
  .l-footer__Inner {
    max-width: 1260px;
    margin: 0 auto 90px;
    padding: 90px 0 0;
    position: relative; }
    @media print, screen and (max-width: 750px) {
      .l-footer__Inner {
        margin: 0 auto 35vw;
        padding: 10% 0 0;
        width: 100%; } }
  .l-footer__sns {
    margin-bottom: 40px; }
    @media print, screen and (max-width: 750px) {
      .l-footer__sns {
        padding-top: 10.66667vw;
        margin-bottom: 0; } }
  .l-footer__snsList {
    display: flex;
    justify-content: center;
    align-items: center; }
  .l-footer__snsItem {
    margin: 0 15px; }
    .l-footer__snsItem--tw {
      width: 36px; }
      @media print, screen and (max-width: 750px) {
        .l-footer__snsItem--tw {
          width: 10.66667vw; } }
    .l-footer__snsItem--in {
      width: 36px; }
      @media print, screen and (max-width: 750px) {
        .l-footer__snsItem--in {
          width: 10.66667vw; } }
    .l-footer__snsItem--fb {
      width: 36px; }
      @media print, screen and (max-width: 750px) {
        .l-footer__snsItem--fb {
          width: 10.4vw; } }
    .l-footer__snsItem--yb {
      width: 51px; }
      @media print, screen and (max-width: 750px) {
        .l-footer__snsItem--yb {
          width: 14.66667vw; } }
    @media print, screen and (max-width: 750px) {
      .l-footer__snsItem {
        margin: 0 4.66667vw; } }
    .l-footer__snsItem img {
      width: 100%; }
  .l-footer__linkInner {
    position: relative;
    display: flex;
    margin-left: auto;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center; }
    @media print, screen and (max-width: 750px) {
      .l-footer__linkInner {
        width: 100%;
        justify-content: left;
        padding: 0 5%; } }
  .l-footer__logo {
    width: 230px;
    margin-bottom: 20px;
    text-align: center; }
    .l-footer__logo:nth-of-type(n+11) {
      margin-bottom: 0; }
    @media print, screen and (max-width: 750px) {
      .l-footer__logo {
        margin-bottom: 4%;
        width: 50%; } }
    .l-footer__logo--long {
      width: 240px; }
      @media print, screen and (max-width: 750px) {
        .l-footer__logo--long {
          width: 50%;
          margin-top: 5%; } }
    .l-footer__logo--ex1 {
      margin-right: 160px; }
      @media print, screen and (max-width: 750px) {
        .l-footer__logo--ex1 {
          margin-right: 0; } }
    .l-footer__logo--ex2 {
      margin-right: 145px; }
      @media print, screen and (max-width: 750px) {
        .l-footer__logo--ex2 {
          margin-right: 0;
          margin-top: 5%; } }
    @media print, screen and (max-width: 750px) {
      .l-footer__logo--mt {
        margin-top: 5%; } }
    @media print, screen and (max-width: 750px) {
      .l-footer__logo--new {
        width: 30%; } }
  .l-footer__new {
    position: absolute;
    bottom: 10px;
    right: 0; }
    @media print, screen and (max-width: 750px) {
      .l-footer__new {
        width: 28%;
        top: 95%;
        right: 14%; } }
  .l-footer__txt {
    width: 1200px;
    margin: 0 auto; }
    @media print, screen and (max-width: 750px) {
      .l-footer__txt {
        padding-top: 11.2%;
        margin-top: 0%;
        width: 100%; } }
  .l-footer__menu {
    display: flex;
    justify-content: space-between;
    width: 277px;
    margin: 0 auto; }
    @media print, screen and (max-width: 750px) {
      .l-footer__menu {
        justify-content: center;
        width: auto; } }
  .l-footer__item {
    font-size: 14px; }
    @media print, screen and (max-width: 750px) {
      .l-footer__item {
        font-size: 13px;
        font-size: 3.46667vw; } }
    .l-footer__item--border {
      border-right: solid 1px #fff;
      margin-right: 10px;
      padding-right: 10px; }
      @media print, screen and (max-width: 750px) {
        .l-footer__item--border {
          margin-right: 3%;
          padding-right: 3%; } }
    .l-footer__item a {
      color: #fff; }
  .l-footer__copyright {
    font-size: 12px;
    margin: 0 auto;
    margin-top: 35px;
    text-align: center;
    color: #fff; }
    @media print, screen and (max-width: 750px) {
      .l-footer__copyright {
        width: 100%;
        font-size: 10px;
        line-height: 1.5;
        letter-spacing: 0.02em;
        margin-top: 6%; } }
  .l-footer__environment {
    font-size: 10px;
    color: #888888;
    max-width: 1320px;
    margin: 0 auto;
    margin-top: 60px;
    line-height: 1.8em; }
    @media print, screen and (max-width: 750px) {
      .l-footer__environment {
        font-size: 9px;
        font-size: 2.4vw;
        padding: 0 5% 20%;
        margin-top: 8%; } }
    @media print, screen and (max-width: 750px) {
      .l-footer__environmentTxt--last {
        padding-right: 20%; } }
  .l-footer__bnrBox {
    position: fixed;
    right: 0;
    bottom: 0;
    width: 560px;
    z-index: 99; }
    @media print, screen and (max-width: 750px) {
      .l-footer__bnrBox {
        width: 100%;
        flex-wrap: wrap;
        bottom: 0;
        right: 0; } }
    .l-footer__bnrBox--pl {
      bottom: 80px;
      width: auto; }
      @media print, screen and (max-width: 750px) {
        .l-footer__bnrBox--pl {
          width: 100%;
          flex-wrap: wrap;
          bottom: 6%;
          right: 0; } }
  .l-footer__bnr {
    display: flex;
    width: 560px;
    justify-content: space-between;
    background: #fff;
    height: 80px; }
    @media print, screen and (max-width: 750px) {
      .l-footer__bnr {
        width: 100%;
        align-items: center;
        height: auto; } }
    @media print, screen and (max-width: 750px) {
      .l-footer__bnrItem {
        width: 28%; } }
    @media print, screen and (max-width: 750px) {
      .l-footer__bnrLogo {
        width: 10%; } }
    @media print, screen and (max-width: 750px) {
      .l-footer__bnrLogo--01 {
        width: 13%; } }
    @media print, screen and (max-width: 750px) {
      .l-footer__bnrLogo--02 {
        width: 12%; } }
    @media print, screen and (max-width: 750px) {
      .l-footer__bnrLogo--03 {
        width: 16%; } }
    .l-footer__bnrLogo--04 {
      padding-right: 20px; }
      @media print, screen and (max-width: 750px) {
        .l-footer__bnrLogo--04 {
          padding-right: 2%;
          width: 15%; } }
  .l-footer__toTop {
    text-align: right;
    cursor: pointer;
    width: 80px;
    margin-left: auto; }
    .l-footer__toTop--2 {
      opacity: 1; }
    @media print, screen and (max-width: 750px) {
      .l-footer__toTop {
        position: absolute;
        bottom: 100%;
        right: 3%;
        margin-bottom: 3%;
        width: 10.66667%; } }
  .l-footer--place {
    padding-top: 0; }
  .l-footer__spbg {
    background: #000;
    padding: 50px 0 20px;
    position: relative; }
    @media print, screen and (max-width: 750px) {
      .l-footer__spbg {
        background: #000; } }
    .l-footer__spbg--black {
      background: #000; }
      @media print, screen and (max-width: 750px) {
        .l-footer__spbg--black {
          padding-top: 0; } }
    .l-footer__spbg--place {
      padding: 20px 0; }
      .l-footer__spbg--place .l-footer__copyright {
        margin-top: 0px; }
      .l-footer__spbg--place .l-footer__txt {
        padding-top: 0; }
    .l-footer__spbgInner {
      position: relative;
      max-width: 1260px;
      margin: 0 auto; }

body.fixed {
  position: fixed; }

.modalBtn {
  text-align: center;
  cursor: pointer;
  position: relative; }

.modal-open {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  overflow: auto;
  display: none;
  z-index: 10; }
  .modal-open__inner {
    position: absolute;
    max-width: 1000px;
    width: 100%;
    top: 50%;
    left: 0;
    right: 0;
    margin: 0 auto;
    transform: translateY(-50%); }
    @media print, screen and (max-width: 750px) {
      .modal-open__inner {
        width: 95%; } }
    .modal-open__inner .move {
      width: 100%;
      padding-top: 56.25%; }
    .modal-open__inner .move iframe {
      position: absolute;
      top: 0;
      right: 0;
      width: 100% !important;
      height: 100% !important; }

.modal__back {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.5);
  z-index: -1; }

.modal__close {
  cursor: pointer;
  position: absolute;
  top: -25px;
  right: 0; }
  @media print, screen and (max-width: 750px) {
    .modal__close {
      width: 5.33333vw;
      height: 5.33333vw;
      top: -6vw; } }
  .modal__close::before, .modal__close::after {
    content: '';
    width: 40px;
    height: 2px;
    background: #fff;
    position: absolute;
    top: 50%;
    right: -10%; }
    @media print, screen and (max-width: 750px) {
      .modal__close::before, .modal__close::after {
        width: 5.33333vw;
        height: 0.26667vw; } }
  .modal__close::before {
    transform: rotateZ(-45deg); }
  .modal__close::after {
    transform: rotateZ(45deg); }

/*pages*/
#top {
  min-width: 1366px;
  margin: 0 auto;
  overflow: hidden;
  position: relative; }
  @media print, screen and (max-width: 750px) {
    #top {
      min-width: 100%; } }

.p-topBuy {
  background-size: contain;
  min-width: 1366px;
  padding: 238px 0 5.85652%;
  position: relative; }
  @media print, screen and (min-width: 751px) {
    .p-topBuy {
      background-image: url(../img/buy_bg.png), linear-gradient(180deg, #fff 0%, #fff 4%, #006cb9 4%, #006cb9 100%);
      background-position: top, top;
      background-repeat: no-repeat, no-repeat;
      background-size: contain, contain; } }
  @media print, screen and (max-width: 750px) {
    .p-topBuy {
      background: #006cb9 url(../img/buy_bg--sp.png) no-repeat;
      background-position: top;
      background-size: contain;
      position: relative;
      min-width: 100%;
      padding: 30% 0 0; } }
  .p-topBuy__inner {
    margin-top: 60px;
    padding-bottom: 80px; }
  .p-topBuy__ttl {
    text-align: center; }
    @media print, screen and (max-width: 750px) {
      .p-topBuy__ttl {
        margin: 0 auto;
        width: 80%; } }
  .p-topBuy__txt {
    color: #fff;
    font-size: 20px;
    line-height: 1.8;
    margin: 0 auto;
    padding-top: 50px;
    padding-left: 50px;
    width: 800px;
    text-align: center; }
    @media print, screen and (max-width: 750px) {
      .p-topBuy__txt {
        padding: 6% 0 0;
        width: 100%;
        font-size: 16px;
        font-size: 4.26667vw; } }
  .p-topBuy__boxs {
    display: flex;
    margin: 40px auto 0;
    justify-content: space-between;
    width: 940px; }
    @media print, screen and (max-width: 750px) {
      .p-topBuy__boxs {
        flex-wrap: wrap;
        width: 100%;
        margin: 5.88235% auto 0;
        padding: 0 4% 15%;
        box-sizing: border-box; } }
    .p-topBuy__boxsItem {
      background: #fff;
      border-radius: 18px;
      margin-top: 40px;
      width: 220px; }
      @media print, screen and (max-width: 750px) {
        .p-topBuy__boxsItem {
          width: 48%;
          margin-top: 5.14706%;
          padding: 8% 0 6%; } }
      .p-topBuy__boxsItem a {
        display: block;
        padding: 55px 0 31px; }
        @media print, screen and (max-width: 750px) {
          .p-topBuy__boxsItem a {
            padding: 0; } }
    .p-topBuy__boxsText {
      border-top: solid 1px #999;
      line-height: 1.5;
      margin: 20px 0 0;
      padding: 20px 0 0;
      text-align: center; }
      @media print, screen and (max-width: 750px) {
        .p-topBuy__boxsText {
          font-size: 14px;
          font-size: 3.73333vw; } }

.p-topInfo {
  background: #1e247d;
  min-width: 1366px;
  position: relative;
  padding: 0 0 130px; }
  @media print, screen and (max-width: 750px) {
    .p-topInfo {
      position: relative;
      min-width: 100%;
      padding-bottom: 0;
      padding: 10% 0 0; } }
  @media print, screen and (max-width: 750px) {
    .p-topInfo__bnr {
      margin-bottom: 4.53333%;
      width: 47.5%; } }
  .p-topInfo__bnr--03 {
    background: #fff;
    border-radius: 18px;
    height: 238px;
    padding: 20px 20px 0;
    text-align: center;
    width: 544px; }
    @media print, screen and (max-width: 750px) {
      .p-topInfo__bnr--03 {
        border-radius: 12px;
        height: auto;
        padding: 0;
        width: 47.5%; } }
  .p-topInfo__bnr > a {
    background: #fff;
    border-radius: 18px;
    display: block;
    height: 238px;
    padding: 20px 20px 0;
    text-align: center;
    width: 544px; }
    @media print, screen and (max-width: 750px) {
      .p-topInfo__bnr > a {
        border-radius: 12px;
        height: auto;
        padding: 5% 8% 0;
        width: 100%; } }
  .p-topInfo__bnrBox {
    display: flex;
    width: 1112px;
    justify-content: space-between;
    margin: 0 auto;
    padding-top: 40px; }
    @media print, screen and (max-width: 750px) {
      .p-topInfo__bnrBox {
        width: 90.66667%;
        padding-top: 2.66667%; } }
  .p-topInfo__bnrTtl {
    align-items: center;
    border-radius: 14px;
    color: #fff;
    display: flex;
    font-size: 28px;
    height: 55px;
    justify-content: center;
    letter-spacing: 0.3em; }
    @media print, screen and (max-width: 750px) {
      .p-topInfo__bnrTtl {
        border-radius: 8px;
        height: 8vw;
        font-size: 15px;
        font-size: 4vw; } }
    .p-topInfo__bnrTtl--navy {
      background: #283080; }
    .p-topInfo__bnrTtl--yellow {
      background: #DCAC00; }
  .p-topInfo__horse {
    left: 0;
    position: absolute;
    top: 1.33333%; }
  .p-topInfo__icon {
    align-items: center;
    display: flex;
    margin: 0 0 20px;
    width: 50%; }
    @media print, screen and (max-width: 750px) {
      .p-topInfo__icon {
        margin: 0;
        width: 22%; } }
    .p-topInfo__icon a {
      display: block;
      margin: 0 auto;
      width: 64px; }
      @media print, screen and (max-width: 750px) {
        .p-topInfo__icon a {
          width: 78%; } }
  .p-topInfo__link {
    margin: 0 10px;
    width: 168px; }
    @media print, screen and (max-width: 750px) {
      .p-topInfo__link {
        margin: 0 2% 4.66667%;
        width: 27%; } }
    .p-topInfo__link a {
      display: block; }
    .p-topInfo__linkLogo {
      align-items: center;
      background: #fff;
      border-radius: 15px;
      display: flex;
      height: 120px;
      justify-content: center;
      margin: 0 0 18px;
      text-align: center; }
      @media print, screen and (max-width: 750px) {
        .p-topInfo__linkLogo {
          border-radius: 10px;
          height: 20vw;
          margin: 0 0 5%; } }
      .p-topInfo__linkLogo--keibago img {
        width: 138px; }
        @media print, screen and (max-width: 750px) {
          .p-topInfo__linkLogo--keibago img {
            width: 22.93333vw; } }
      .p-topInfo__linkLogo--urlong img {
        width: 152px; }
        @media print, screen and (max-width: 750px) {
          .p-topInfo__linkLogo--urlong img {
            width: 25.33333vw; } }
      .p-topInfo__linkLogo--green img {
        width: 139px; }
        @media print, screen and (max-width: 750px) {
          .p-topInfo__linkLogo--green img {
            width: 23.06667vw; } }
      .p-topInfo__linkLogo--nine img {
        width: 159px; }
        @media print, screen and (max-width: 750px) {
          .p-topInfo__linkLogo--nine img {
            width: 22.66667vw; } }
      .p-topInfo__linkLogo--channel img {
        width: 165px; }
        @media print, screen and (max-width: 750px) {
          .p-topInfo__linkLogo--channel img {
            width: 25.33333vw; } }
      .p-topInfo__linkLogo--portal img {
        width: 124px; }
        @media print, screen and (max-width: 750px) {
          .p-topInfo__linkLogo--portal img {
            width: 22.66667vw; } }
    .p-topInfo__linkName {
      color: #fff;
      font-size: 14px;
      line-height: 1.5;
      text-align: center; }
      @media print, screen and (max-width: 750px) {
        .p-topInfo__linkName {
          font-size: 10px;
          font-size: 2.66667vw; } }
      @media print, screen and (max-width: 750px) {
        .p-topInfo__linkName--lt0 {
          letter-spacing: 0em; } }
      @media print, screen and (min-width: 751px) {
        .p-topInfo__linkName--pclt0 {
          letter-spacing: 0em; } }
  .p-topInfo__linkBox {
    display: flex;
    justify-content: center;
    margin: 0 auto;
    margin-top: 40px; }
    @media print, screen and (max-width: 750px) {
      .p-topInfo__linkBox {
        width: 100%;
        flex-wrap: wrap;
        margin-top: 5.33333%; } }
  .p-topInfo__sns {
    margin: 50px auto 0;
    position: relative;
    width: 1111px; }
    @media print, screen and (max-width: 750px) {
      .p-topInfo__sns {
        margin: 5% auto 0;
        padding: 0 0 10%;
        width: 90%; } }
    .p-topInfo__sns .link_fb {
      position: absolute;
      background: #fff;
      opacity: 0;
      width: 46px;
      height: 46px; }
      @media print, screen and (min-width: 751px) {
        .p-topInfo__sns .link_fb:hover {
          opacity: 0.2; } }
      @media print, screen and (max-width: 750px) {
        .p-topInfo__sns .link_fb {
          width: 6.93333vw;
          height: 6.93333vw; } }
      .p-topInfo__sns .link_fb--1 {
        top: 148px;
        left: 69px; }
        @media print, screen and (max-width: 750px) {
          .p-topInfo__sns .link_fb--1 {
            top: 20.7%;
            left: 4.6%; } }
      .p-topInfo__sns .link_fb--2 {
        top: 177px;
        left: 254px; }
        @media print, screen and (max-width: 750px) {
          .p-topInfo__sns .link_fb--2 {
            top: 25.5%;
            left: 21%; } }
      .p-topInfo__sns .link_fb--3 {
        top: 153px;
        left: 409px; }
        @media print, screen and (max-width: 750px) {
          .p-topInfo__sns .link_fb--3 {
            top: 16.5%;
            left: 37.6%; } }
      .p-topInfo__sns .link_fb--4 {
        top: 153px;
        left: 592px; }
        @media print, screen and (max-width: 750px) {
          .p-topInfo__sns .link_fb--4 {
            top: 13.5%;
            left: 54%; } }
      .p-topInfo__sns .link_fb--5 {
        top: 153px;
        left: 778px; }
        @media print, screen and (max-width: 750px) {
          .p-topInfo__sns .link_fb--5 {
            top: 25.5%;
            left: 71%; } }
      .p-topInfo__sns .link_fb--6 {
        top: 148px;
        left: 996px; }
        @media print, screen and (max-width: 750px) {
          .p-topInfo__sns .link_fb--6 {
            top: 20.5%;
            left: 87.5%; } }
      .p-topInfo__sns .link_fb--7 {
        top: 371px;
        left: 255px; }
        @media print, screen and (max-width: 750px) {
          .p-topInfo__sns .link_fb--7 {
            top: 61.5%;
            left: 21%; } }
      .p-topInfo__sns .link_fb--8 {
        top: 401px;
        left: 627px; }
        @media print, screen and (max-width: 750px) {
          .p-topInfo__sns .link_fb--8 {
            top: 66.5%;
            left: 54%; } }
      .p-topInfo__sns .link_fb--9 {
        top: 373px;
        left: 778px; }
        @media print, screen and (max-width: 750px) {
          .p-topInfo__sns .link_fb--9 {
            top: 55%;
            left: 71%; } }
    .p-topInfo__sns .link_insta {
      position: absolute;
      background: #fff;
      opacity: 0;
      width: 46px;
      height: 46px; }
      @media print, screen and (min-width: 751px) {
        .p-topInfo__sns .link_insta:hover {
          opacity: 0.2; } }
      @media print, screen and (max-width: 750px) {
        .p-topInfo__sns .link_insta {
          width: 6.93333vw;
          height: 6.93333vw; } }
      .p-topInfo__sns .link_insta--1 {
        top: 213px;
        left: 592px; }
        @media print, screen and (max-width: 750px) {
          .p-topInfo__sns .link_insta--1 {
            top: 31%;
            left: 54%; } }
      .p-topInfo__sns .link_insta--2 {
        top: 435px;
        left: 67px; }
        @media print, screen and (max-width: 750px) {
          .p-topInfo__sns .link_insta--2 {
            top: 71.2%;
            left: 4.5%; } }
      .p-topInfo__sns .link_insta--3 {
        top: 435px;
        left: 778px; }
        @media print, screen and (max-width: 750px) {
          .p-topInfo__sns .link_insta--3 {
            top: 72.5%;
            left: 71.5%; } }
    .p-topInfo__sns .link_line {
      position: absolute;
      background: #fff;
      opacity: 0;
      width: 46px;
      height: 46px; }
      @media print, screen and (max-width: 750px) {
        .p-topInfo__sns .link_line {
          width: 6.93333vw;
          height: 6.93333vw; } }
      @media print, screen and (min-width: 751px) {
        .p-topInfo__sns .link_line:hover {
          opacity: 0.2; } }
      .p-topInfo__sns .link_line--1 {
        top: 217px;
        left: 778px; }
        @media print, screen and (max-width: 750px) {
          .p-topInfo__sns .link_line--1 {
            top: 15.5%;
            left: 71%; } }
    .p-topInfo__sns .link_tw {
      position: absolute;
      background: #fff;
      opacity: 0;
      width: 46px;
      height: 46px; }
      @media print, screen and (min-width: 751px) {
        .p-topInfo__sns .link_tw:hover {
          opacity: 0.2; } }
      @media print, screen and (max-width: 750px) {
        .p-topInfo__sns .link_tw {
          width: 6.93333vw;
          height: 6.93333vw; } }
      .p-topInfo__sns .link_tw--1 {
        top: 212px;
        left: 69px; }
        @media print, screen and (max-width: 750px) {
          .p-topInfo__sns .link_tw--1 {
            top: 30.5%;
            left: 4.5%; } }
      .p-topInfo__sns .link_tw--2 {
        top: 153px;
        left: 658px; }
        @media print, screen and (max-width: 750px) {
          .p-topInfo__sns .link_tw--2 {
            top: 22%;
            left: 54%; } }
      .p-topInfo__sns .link_tw--3 {
        top: 153px;
        left: 844px; }
        @media print, screen and (max-width: 750px) {
          .p-topInfo__sns .link_tw--3 {
            top: 35.5%;
            left: 71%; } }
      .p-topInfo__sns .link_tw--4 {
        top: 211px;
        left: 996px; }
        @media print, screen and (max-width: 750px) {
          .p-topInfo__sns .link_tw--4 {
            top: 30.5%;
            left: 87.5%; } }
      .p-topInfo__sns .link_tw--5 {
        top: 371px;
        left: 68px; }
        @media print, screen and (max-width: 750px) {
          .p-topInfo__sns .link_tw--5 {
            top: 61.5%;
            left: 4.5%; } }
      .p-topInfo__sns .link_tw--6 {
        top: 432px;
        left: 255px; }
        @media print, screen and (max-width: 750px) {
          .p-topInfo__sns .link_tw--6 {
            top: 71%;
            left: 21%; } }
      .p-topInfo__sns .link_tw--7 {
        top: 401px;
        left: 443px; }
        @media print, screen and (max-width: 750px) {
          .p-topInfo__sns .link_tw--7 {
            top: 66.5%;
            left: 37.5%; } }
      .p-topInfo__sns .link_tw--8 {
        top: 373px;
        left: 844px; }
        @media print, screen and (max-width: 750px) {
          .p-topInfo__sns .link_tw--8 {
            top: 64%;
            left: 71%; } }
      .p-topInfo__sns .link_tw--9 {
        top: 153px;
        left: 476px; }
        @media print, screen and (max-width: 750px) {
          .p-topInfo__sns .link_tw--9 {
            top: 26.5%;
            left: 37.6%; } }
    .p-topInfo__sns .link_youtube {
      position: absolute;
      background: #fff;
      opacity: 0;
      width: 46px;
      height: 46px; }
      @media print, screen and (min-width: 751px) {
        .p-topInfo__sns .link_youtube:hover {
          opacity: 0.2; } }
      @media print, screen and (max-width: 750px) {
        .p-topInfo__sns .link_youtube {
          width: 6.93333vw;
          height: 6.93333vw; } }
      .p-topInfo__sns .link_youtube--1 {
        top: 213px;
        left: 658px; }
        @media print, screen and (max-width: 750px) {
          .p-topInfo__sns .link_youtube--1 {
            top: 39%;
            left: 54%; } }
      .p-topInfo__sns .link_youtube--2 {
        top: 435px;
        left: 844px; }
        @media print, screen and (max-width: 750px) {
          .p-topInfo__sns .link_youtube--2 {
            top: 81%;
            left: 71%; } }
      .p-topInfo__sns .link_youtube--3 {
        top: 213px;
        left: 409px; }
        @media print, screen and (max-width: 750px) {
          .p-topInfo__sns .link_youtube--3 {
            top: 36%;
            left: 37.6%; } }
  .p-topInfo__snsIcon {
    display: flex;
    justify-content: space-between;
    margin: 0 auto;
    padding: 38px 0 0;
    width: 406px; }
    @media print, screen and (max-width: 750px) {
      .p-topInfo__snsIcon {
        flex-wrap: nowrap;
        padding: 14% 0 9%;
        width: 100%; } }
  .p-topInfo__subTtl {
    width: 584px;
    margin: 0 auto;
    padding-top: 80px; }
    @media print, screen and (max-width: 750px) {
      .p-topInfo__subTtl {
        padding-top: 13.33333%;
        width: 68.66667%;
        margin: 0 auto; } }
  @media print, screen and (max-width: 750px) {
    .p-topInfo__tag {
      padding: 8% 8%;
      width: 100%; } }
  @media print, screen and (max-width: 750px) {
    .p-topInfo__tagLogo {
      margin: 0 auto;
      padding: 7% 0 7%;
      width: 100%; } }
  .p-topInfo__ttl {
    width: 526px;
    margin: 0 auto;
    padding-top: 7.32064%; }
    @media print, screen and (max-width: 750px) {
      .p-topInfo__ttl {
        padding-top: 0;
        width: 70.66667%; } }
  .p-topInfo__txt {
    font-size: 20px;
    color: #fff;
    padding-top: 45px;
    width: 755px;
    margin: 0 auto;
    line-height: 1.8;
    text-align: center; }
    @media print, screen and (max-width: 750px) {
      .p-topInfo__txt {
        padding-top: 10.66667%;
        width: 80%;
        text-align: center;
        font-size: 16px;
        font-size: 4.26667vw; } }

.p-topKv {
  align-items: center;
  background: url(../img/kv.jpg) no-repeat;
  background-position: center center;
  background-size: cover;
  display: flex;
  height: 661px;
  justify-content: center;
  min-width: 1366px;
  position: relative;
  width: 100%;
  /* ◆◆◆ ボタンアニメーション ◆◆◆ */ }
  @media print, screen and (max-width: 750px) {
    .p-topKv {
      background: #333 url(../img/kv--sp.jpg) no-repeat;
      background-size: cover;
      height: 135vw;
      height: 134vw;
      min-width: 100%; } }
  .p-topKv__box {
    position: absolute;
    width: 607px;
    bottom: 60px;
    left: 0;
    right: 0;
    margin: 0 auto; }
    @media print, screen and (max-width: 750px) {
      .p-topKv__box {
        width: 88.53333vw;
        bottom: 28vw; } }
  .p-topKv__bnrBox {
    bottom: 112px;
    position: absolute;
    right: 40px;
    width: 161px; }
    @media print, screen and (max-width: 750px) {
      .p-topKv__bnrBox {
        bottom: unset;
        right: 3%;
        top: 2%;
        width: 21.6%; } }
    @media print, screen and (min-width: 751px) {
      .p-topKv__bnrBox img {
        width: 161px; } }
  .p-topKv__linkBox {
    bottom: 30px;
    left: 30px;
    position: absolute;
    width: 305px; }
    @media print, screen and (max-width: 750px) {
      .p-topKv__linkBox {
        display: flex;
        align-items: center;
        justify-content: space-between;
        width: 90.66667%;
        bottom: 4vw;
        left: 0;
        right: 0;
        margin: 0 auto; } }
  .p-topKv__linkBoxItem {
    display: block; }
    @media print, screen and (min-width: 751px) {
      .p-topKv__linkBoxItem:nth-of-type(n+2) {
        margin-top: 10px; } }
  @media print, screen and (max-width: 750px) {
    .p-topKv__ttl {
      margin: -6vw auto 0;
      width: 90.66667%; } }
  .p-topKv .shake-bottom {
    -webkit-animation: shake-bottom 3s cubic-bezier(0.55, 0.085, 0.68, 0.53) infinite;
    animation: shake-bottom 3s cubic-bezier(0.55, 0.085, 0.68, 0.53) infinite; }

@-webkit-keyframes shake-bottom {
  0%,
  100% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
    -webkit-transform-origin: 50% 100%;
    transform-origin: 50% 100%; }
  50% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg); }
  55% {
    -webkit-transform: rotate(2deg);
    transform: rotate(2deg); }
  60%,
  70%,
  80% {
    -webkit-transform: rotate(-4deg);
    transform: rotate(-4deg); }
  65%,
  75%,
  85% {
    -webkit-transform: rotate(4deg);
    transform: rotate(4deg); }
  90% {
    -webkit-transform: rotate(-2deg);
    transform: rotate(-2deg); }
  95% {
    -webkit-transform: rotate(2deg);
    transform: rotate(2deg); } }

@keyframes shake-bottom {
  0%,
  100% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
    -webkit-transform-origin: 50% 100%;
    transform-origin: 50% 100%; }
  50% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg); }
  55% {
    -webkit-transform: rotate(2deg);
    transform: rotate(2deg); }
  60%,
  70%,
  80% {
    -webkit-transform: rotate(-4deg);
    transform: rotate(-4deg); }
  65%,
  75%,
  85% {
    -webkit-transform: rotate(4deg);
    transform: rotate(4deg); }
  90% {
    -webkit-transform: rotate(-2deg);
    transform: rotate(-2deg); }
  95% {
    -webkit-transform: rotate(2deg);
    transform: rotate(2deg); } }

@media print, screen and (min-width: 751px) {
  .p-topMovie {
    padding: 80px 0 100px; } }

@media print, screen and (max-width: 750px) {
  .p-topMovie {
    padding: 0 0 12vw; } }

.p-topMovieInner {
  display: block;
  margin: 0 auto;
  margin-top: 60px;
  position: relative;
  opacity: 0;
  top: 70px;
  width: 895px; }
  @media print, screen and (max-width: 750px) {
    .p-topMovieInner {
      width: 92%; } }
  .p-topMovieInner .modalBtn {
    text-align: center;
    cursor: pointer;
    position: relative; }

.p-topMovie__icon {
  left: 0;
  margin: 0 auto;
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 122px; }
  @media print, screen and (max-width: 750px) {
    .p-topMovie__icon {
      width: 19%; } }

.p-topMovie__ttl {
  bottom: 0;
  position: absolute;
  right: -70px; }
  @media print, screen and (max-width: 750px) {
    .p-topMovie__ttl {
      bottom: -18%;
      right: 0;
      width: 36%; } }

.p-topPhoto {
  margin-bottom: 100px; }
  @media print, screen and (max-width: 750px) {
    .p-topPhoto {
      margin-bottom: 13.33333vw; } }
  .p-topPhoto__ttlBg {
    position: relative;
    width: 1017px; }
    @media print, screen and (max-width: 750px) {
      .p-topPhoto__ttlBg {
        width: 112.93333vw; } }
  .p-topPhoto__ttl {
    position: absolute;
    top: 190px;
    left: 80px; }
    @media print, screen and (max-width: 750px) {
      .p-topPhoto__ttl {
        width: 81.73333vw;
        top: 21.33333vw;
        left: 4vw; } }
  .p-topPhoto__subttl {
    position: absolute;
    top: 570px;
    left: 80px; }
    @media print, screen and (max-width: 750px) {
      .p-topPhoto__subttl {
        width: 83.6vw;
        top: 74vw;
        left: 4vw; } }
  .p-topPhoto__txt {
    position: absolute;
    top: 650px;
    left: 80px; }
    @media print, screen and (max-width: 750px) {
      .p-topPhoto__txt {
        position: inherit;
        width: 90.4vw;
        top: inherit;
        left: 4vw;
        margin-top: 4vw; } }
  .p-topPhoto__img {
    position: absolute;
    top: 160px;
    right: -160px;
    width: 418px; }
    @media print, screen and (max-width: 750px) {
      .p-topPhoto__img {
        position: inherit;
        width: 80vw;
        top: inherit;
        left: 4vw;
        right: inherit;
        margin: 4vw 0 0 5vw; } }
  .p-topPhoto__bnr {
    margin-top: 50px; }
    @media print, screen and (max-width: 750px) {
      .p-topPhoto__bnr {
        margin-top: 4vw; } }
    .p-topPhoto__bnrTxt {
      font-size: 18px;
      text-align: center; }
      @media print, screen and (max-width: 750px) {
        .p-topPhoto__bnrTxt {
          font-size: 13px;
          font-size: 3.46667vw; } }
    .p-topPhoto__bnrImg {
      width: 895px;
      margin: 10px auto 0; }
      @media print, screen and (max-width: 750px) {
        .p-topPhoto__bnrImg {
          width: 90.66667vw;
          margin: 2.66667vw auto 0; } }
  .p-topPhoto__entry {
    width: 894px;
    margin: 50px auto 0; }
    @media print, screen and (max-width: 750px) {
      .p-topPhoto__entry {
        width: 90.66667vw;
        margin: 8vw auto 0; } }
    .p-topPhoto__entryTxt {
      color: #fff;
      font-size: 30px;
      text-align: center;
      border-radius: 50px;
      padding: 10px 0;
      background: #E84566; }
      @media print, screen and (max-width: 750px) {
        .p-topPhoto__entryTxt {
          font-size: 18px;
          font-size: 4.8vw;
          padding: 2vw 0; } }
    .p-topPhoto__entryImg {
      width: 548px;
      margin: 20px auto 0; }
      @media print, screen and (max-width: 750px) {
        .p-topPhoto__entryImg {
          width: 88vw;
          margin: 2.66667vw auto 0; } }

.p-topRace {
  min-width: 1366px;
  position: relative;
  padding: 0 0 150px;
  margin-top: -2px; }
  @media print, screen and (min-width: 751px) {
    .p-topRace {
      background-image: url(../img/race_bg.jpg), linear-gradient(180deg, #fff 0%, #fff 4%, #00a98c 4%, #00a98c 98%, #fff 98%);
      background-position: bottom, bottom;
      background-repeat: no-repeat, no-repeat;
      background-size: cover, contain; } }
  @media print, screen and (max-width: 750px) {
    .p-topRace {
      background: #00a98c url(../img/race_bg--sp.jpg) no-repeat;
      background-position: bottom;
      background-size: contain;
      margin: 0 0 28vw;
      min-width: 100%;
      padding: 0;
      width: 100%; } }
  .p-topRace__content {
    background: url(../img/race_bg2.png) no-repeat;
    background-position: top;
    background-size: contain;
    padding: 730px 0 0; }
    @media print, screen and (max-width: 750px) {
      .p-topRace__content {
        background: url(../img/race_bg2--sp.png) no-repeat;
        background-position: top;
        background-size: contain;
        padding: 154vw 0 0; } }
  .p-topRace__contentBtn {
    bottom: 0px;
    position: absolute;
    left: 0; }
    @media print, screen and (max-width: 750px) {
      .p-topRace__contentBtn {
        bottom: 9%;
        width: 40%; } }
  .p-topRace__contentHorse {
    left: 60px;
    position: absolute;
    top: 20px; }
    @media print, screen and (max-width: 750px) {
      .p-topRace__contentHorse {
        left: unset;
        right: 3vw;
        position: absolute;
        top: 65vw;
        width: 47.06667vw; } }
  .p-topRace__contentHorse2 {
    bottom: 0px;
    position: absolute;
    right: -100px; }
    @media print, screen and (max-width: 750px) {
      .p-topRace__contentHorse2 {
        bottom: -5vw;
        position: absolute;
        right: -4%;
        width: 100%; } }
  .p-topRace__contentRead {
    position: absolute;
    left: 265px;
    top: 590px; }
    @media print, screen and (max-width: 750px) {
      .p-topRace__contentRead {
        left: 15vw;
        position: absolute;
        top: 110%;
        width: 44.66667vw; } }
  .p-topRace__contentTtl {
    position: absolute;
    right: 83px;
    top: 216px; }
    @media print, screen and (max-width: 750px) {
      .p-topRace__contentTtl {
        position: absolute;
        right: 3%;
        top: 35%;
        width: 87.73333vw; } }
  .p-topRace__contentTtlBox {
    position: absolute;
    right: 0;
    top: 0; }
    @media print, screen and (max-width: 750px) {
      .p-topRace__contentTtlBox {
        top: 0%;
        width: 110%; } }
  .p-topRace__item {
    border-radius: 10px;
    box-shadow: 0 0 10px 0 #999;
    margin: 0 0 12px;
    z-index: 1; }
    @media print, screen and (min-width: 751px) {
      .p-topRace__item.itemNum13 {
        margin-right: 400px; }
      .p-topRace__item.itemNum15 {
        margin-right: 600px; } }
    @media print, screen and (max-width: 750px) {
      .p-topRace__item {
        width: 30%; } }
  .p-topRace__itemBox {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    margin: 0 auto;
    padding: 0 0 700px;
    position: relative;
    width: 988px; }
    @media print, screen and (max-width: 750px) {
      .p-topRace__itemBox {
        padding: 0 0 115vw;
        width: 90%; } }
  .p-topRace__map {
    bottom: 350px;
    left: 0;
    position: absolute;
    z-index: 0; }
    @media print, screen and (max-width: 750px) {
      .p-topRace__map {
        width: 100%;
        top: 125vw;
        bottom: auto;
        left: 0;
        right: 0;
        margin: 0 auto; } }

.p-topSeries {
  background: url(../img/movie_bg.png);
  background-position: right 250px;
  background-repeat: no-repeat;
  min-width: 1366px;
  width: 100%; }
  @media print, screen and (max-width: 750px) {
    .p-topSeries {
      background-size: 120%;
      background-position: -20px 15vw;
      min-width: 100%; } }
  .p-topSeriesInner {
    padding: 940px 0 115px;
    position: relative; }
    @media print, screen and (max-width: 750px) {
      .p-topSeriesInner {
        padding: 0 0 20%; } }
  @media print, screen and (max-width: 750px) {
    .p-topSeries__content {
      padding: 123% 0 100%;
      position: relative; } }
  .p-topSeries__contentHorse {
    position: absolute; }
    @media print, screen and (min-width: 751px) {
      .p-topSeries__contentHorse {
        right: 0;
        top: 240px; } }
    @media print, screen and (max-width: 750px) {
      .p-topSeries__contentHorse {
        bottom: 5%;
        left: 19%;
        width: 59%; } }
  .p-topSeries__contentRead {
    left: 83px;
    position: absolute;
    top: 600px; }
    @media print, screen and (max-width: 750px) {
      .p-topSeries__contentRead {
        left: 6%;
        top: 73%;
        width: 65%; } }
  .p-topSeries__contentTtl {
    left: 83px;
    position: absolute;
    top: 206px; }
    @media print, screen and (max-width: 750px) {
      .p-topSeries__contentTtl {
        left: 5%;
        top: 30%;
        width: 88%; } }
  .p-topSeries__contentTtlBox {
    left: 0;
    position: absolute;
    top: 0; }
    @media print, screen and (max-width: 750px) {
      .p-topSeries__contentTtlBox {
        z-index: 0;
        width: 103%; } }
  @media print, screen and (min-width: 751px) {
    .p-topSeries__contentTextBox {
      display: none; } }
  @media print, screen and (max-width: 750px) {
    .p-topSeries__contentTextBox {
      color: #006cb9;
      line-height: 1.8;
      margin: 0 auto;
      width: 88%;
      font-size: 16px;
      font-size: 4.26667vw; } }
  .p-topSeries__item {
    display: flex;
    flex-wrap: wrap;
    align-items: flex-start;
    justify-content: space-between;
    background: #fff;
    border-radius: 14px;
    box-shadow: 0 0 10px 0 #999;
    height: 400px;
    margin: 0 0 40px;
    padding: 60px 40px 55px 40px;
    box-sizing: border-box;
    position: relative;
    width: 580px; }
    @media print, screen and (max-width: 750px) {
      .p-topSeries__item {
        align-items: center;
        height: auto;
        padding: 6.66667vw 3.33333vw 6.66667vw 3.33333vw;
        width: 100%; } }
    .p-topSeries__item.inSession:before {
      align-items: center;
      background: #d70c19;
      border-radius: 50%;
      color: #fff;
      content: '開催中';
      display: flex;
      font-size: 26px;
      font-weight: 700;
      height: 113px;
      justify-content: center;
      left: -15px;
      position: absolute;
      top: -25px;
      width: 113px; }
      @media print, screen and (max-width: 750px) {
        .p-topSeries__item.inSession:before {
          font-size: 13px;
          font-size: 3.46667vw;
          left: -1.33333vw;
          height: 15.46667vw;
          top: -8vw;
          width: 15.46667vw;
          z-index: 1; } }
  .p-topSeries__itemBlock {
    width: 295px; }
    @media print, screen and (max-width: 750px) {
      .p-topSeries__itemBlock {
        width: 53vw; } }
  .p-topSeries__itemBox {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    margin: 0 auto;
    width: 1200px; }
    @media print, screen and (max-width: 750px) {
      .p-topSeries__itemBox {
        width: 90.66667vw; } }
    .p-topSeries__itemBoxLink {
      position: absolute;
      left: 0;
      right: 0;
      bottom: 55px;
      margin: 0 auto;
      align-items: center;
      background: #006cb9;
      border-radius: 40px;
      color: #fff;
      display: flex;
      font-size: 21px;
      font-weight: 700;
      height: 50px;
      justify-content: center;
      line-height: 1;
      width: 500px; }
      @media print, screen and (max-width: 750px) {
        .p-topSeries__itemBoxLink {
          position: relative;
          left: auto;
          right: auto;
          bottom: auto;
          font-weight: normal;
          width: 77.6vw;
          height: 10.13333vw;
          font-size: 10px;
          font-size: 2.66667vw;
          margin-top: 3.33333vw; } }
    .p-topSeries__itemBoxLogo {
      width: 203px; }
      @media print, screen and (max-width: 750px) {
        .p-topSeries__itemBoxLogo {
          width: 29.86667vw; } }
    .p-topSeries__itemBoxNoLink {
      position: absolute;
      left: 0;
      right: 0;
      bottom: 55px;
      margin: 0 auto;
      align-items: center;
      background: #a2a2a2;
      border-radius: 40px;
      color: #fff;
      display: flex;
      font-size: 21px;
      font-weight: 700;
      height: 50px;
      justify-content: center;
      letter-spacing: 0.4em;
      line-height: 1;
      width: 500px; }
      @media print, screen and (max-width: 750px) {
        .p-topSeries__itemBoxNoLink {
          position: relative;
          left: auto;
          right: auto;
          bottom: auto;
          font-weight: normal;
          width: 77.6vw;
          height: 10.13333vw;
          font-size: 10px;
          font-size: 2.66667vw;
          margin-top: 3.33333vw; } }
    .p-topSeries__itemBoxRead {
      font-size: 19px;
      line-height: 1.8;
      margin-top: 10px;
      white-space: nowrap; }
      @media print, screen and (max-width: 750px) {
        .p-topSeries__itemBoxRead {
          font-size: 12px;
          font-size: 3.2vw;
          margin-top: 1.33333vw; } }
    .p-topSeries__itemBoxTtl {
      color: #d70c19;
      font-size: 27px;
      font-weight: 700;
      line-height: 1.4; }
      @media print, screen and (max-width: 750px) {
        .p-topSeries__itemBoxTtl {
          font-size: 14px;
          font-size: 3.73333vw; } }

.p-topTopics {
  min-width: 1366px;
  padding: 0 0 90px;
  position: relative; }
  @media print, screen and (max-width: 750px) {
    .p-topTopics {
      min-width: 100%;
      padding: 0; } }
  .p-topTopics__content {
    position: relative;
    margin-top: 100px;
    padding-bottom: 210px; }
    @media print, screen and (max-width: 750px) {
      .p-topTopics__content {
        margin: 20vw 0 2.66667vw;
        padding-bottom: 40vw; } }
    .p-topTopics__contentInner {
      position: relative; }
    .p-topTopics__contentTtlBg {
      width: 611px; }
      @media print, screen and (max-width: 750px) {
        .p-topTopics__contentTtlBg {
          width: 81.46667vw; } }
    .p-topTopics__contentTtl {
      position: absolute;
      top: 100px;
      left: 70px;
      width: 328px; }
      @media print, screen and (max-width: 750px) {
        .p-topTopics__contentTtl {
          top: 13.33333vw;
          left: 9.33333vw;
          width: 43.73333vw; } }
    .p-topTopics__contentNews {
      position: absolute;
      top: 30px;
      left: 680px;
      height: 330px;
      width: 680px;
      -ms-overflow-style: none; }
      @media print, screen and (max-width: 750px) {
        .p-topTopics__contentNews {
          position: inherit;
          top: auto;
          left: auto;
          height: 240px;
          width: 86.66667vw;
          margin: 5.33333vw 0 0 11.46667vw; } }
      .p-topTopics__contentNewsList {
        display: flex;
        align-items: center;
        color: #1e99be;
        font-size: 24px;
        font-weight: bold;
        line-height: 1.5;
        padding: 0 20px 0 0;
        /* 2つ目以降の場合 */ }
        @media print, screen and (max-width: 750px) {
          .p-topTopics__contentNewsList {
            padding: 0 10.66667vw 0 0;
            font-size: 13px;
            font-size: 3.46667vw; } }
        .p-topTopics__contentNewsListText {
          position: relative;
          color: #1e99be;
          display: flex;
          font-size: 24px;
          font-weight: bold;
          line-height: 1.8; }
          @media print, screen and (max-width: 750px) {
            .p-topTopics__contentNewsListText {
              width: 100%;
              font-size: 13px;
              font-size: 3.46667vw; } }
        .p-topTopics__contentNewsList a {
          position: relative;
          color: #1e99be;
          display: block;
          font-size: 24px;
          font-weight: bold;
          line-height: 1.8; }
          @media print, screen and (max-width: 750px) {
            .p-topTopics__contentNewsList a {
              font-size: 13px;
              font-size: 3.46667vw; }
              .p-topTopics__contentNewsList a.u-pc {
                display: none; } }
          @media print, screen and (min-width: 751px) {
            .p-topTopics__contentNewsList a {
              /* hover action */ }
              .p-topTopics__contentNewsList a:before {
                position: absolute;
                display: block;
                content: '';
                left: 0;
                bottom: 0;
                width: 0;
                height: 2px;
                background: #1e99be;
                transition: all 0.3s; }
              .p-topTopics__contentNewsList a:hover:before {
                width: 100%; }
              .p-topTopics__contentNewsList a.u-sp {
                display: none; } }
        .p-topTopics__contentNewsList:nth-of-type(n+2) {
          margin-top: 10px; }
      .p-topTopics__contentNewsDate {
        display: inline-block;
        width: 200px; }
        @media print, screen and (max-width: 750px) {
          .p-topTopics__contentNewsDate {
            width: 33%; } }
      .p-topTopics__contentNewsTxt {
        display: inline-block;
        margin-left: 0;
        width: 450px; }
        @media print, screen and (max-width: 750px) {
          .p-topTopics__contentNewsTxt {
            width: 68%; } }
      .p-topTopics__contentNews .simplebar-scrollbar:before {
        background: #1e99be;
        opacity: 0.4; }
  .p-topTopics__horse {
    position: absolute;
    bottom: 0;
    right: 0;
    z-index: 2; }
    @media print, screen and (max-width: 750px) {
      .p-topTopics__horse {
        width: 50%; } }
  @media print, screen and (max-width: 750px) {
    .p-topTopics__btnBox {
      display: flex;
      justify-content: center;
      width: 100%;
      margin: 0 auto;
      padding: 4.26667% 0;
      background: #333; } }
  @media print, screen and (min-width: 751px) {
    .p-topTopics__cm {
      opacity: 0;
      position: absolute;
      right: -220px;
      top: -100px;
      width: 148px; }
      .p-topTopics__cm img {
        width: 148px; } }
  @media print, screen and (max-width: 750px) {
    .p-topTopics__cm {
      margin: 0 2% 0 0;
      width: 36%; } }
  .p-topTopics__navItem {
    position: relative;
    width: 275px; }
    @media print, screen and (max-width: 750px) {
      .p-topTopics__navItem {
        width: 33.33%; }
        .p-topTopics__navItem:nth-of-type(n+4) {
          margin-top: 4.66667vw; } }
    .p-topTopics__navItem p {
      align-items: center;
      display: flex;
      font-size: 20px;
      font-weight: 700;
      justify-content: center; }
      @media print, screen and (min-width: 751px) {
        .p-topTopics__navItem p {
          border-right: solid 1px #fff;
          height: 30px; } }
      @media print, screen and (max-width: 750px) {
        .p-topTopics__navItem p {
          padding: 0;
          font-size: 10px;
          font-size: 2.66667vw; } }
    @media print, screen and (max-width: 750px) {
      .p-topTopics__navItem--02 a {
        border-left: 1px solid #fff;
        border-right: 1px solid #fff; } }
    @media print, screen and (max-width: 750px) {
      .p-topTopics__navItem--03 p {
        letter-spacing: 0.02em; } }
    .p-topTopics__navItem--04 p span {
      font-size: 18px; }
      @media print, screen and (max-width: 750px) {
        .p-topTopics__navItem--04 p span {
          font-size: 10px;
          font-size: 2.66667vw; } }
    @media print, screen and (max-width: 750px) {
      .p-topTopics__navItem--05 a {
        border-left: 1px solid #fff;
        border-right: 1px solid #fff; } }
    .p-topTopics__navItem--06 p {
      border-right: none !important; }
    .p-topTopics__navItem a {
      color: #fff;
      background: #333333;
      display: block;
      height: 88px;
      padding: 25px 0;
      position: relative;
      transition: all 0.3s; }
      @media print, screen and (max-width: 750px) {
        .p-topTopics__navItem a {
          position: relative;
          display: flex;
          align-items: center;
          justify-content: center;
          width: 100%;
          height: 6.66667vw;
          padding: 0; } }
      @media print, screen and (min-width: 751px) {
        .p-topTopics__navItem a:hover {
          background: #838383;
          opacity: 1; } }
  .p-topTopics__navItemBox {
    position: relative;
    display: flex;
    justify-content: center;
    width: 1366px;
    height: 88px;
    margin: 0 auto;
    text-align: center; }
    @media print, screen and (max-width: 750px) {
      .p-topTopics__navItemBox {
        flex-wrap: wrap;
        width: 95%;
        height: auto;
        padding-top: 4vw; } }
  .p-topTopics__nav {
    background: #333333; }
  @media print, screen and (min-width: 751px) {
    .p-topTopics__sns {
      background: #fff;
      border-radius: 18px 0 0 18px;
      padding: 26px 0 8px;
      position: absolute;
      right: 0;
      top: -625px;
      width: 80px; }
      .p-topTopics__snsIcon {
        height: 38px;
        margin: 0 auto 18px;
        width: 38px; }
        .p-topTopics__snsIcon img {
          width: 38px; } }
  @media print, screen and (max-width: 750px) {
    .p-topTopics__sns {
      align-items: center;
      display: flex;
      width: 53.33333%; }
      .p-topTopics__snsIcon {
        margin: 0 auto;
        width: 14.66667%; } }

.p-top_buy_info {
  min-width: 1366px;
  position: relative; }
  @media print, screen and (min-width: 751px) {
    .p-top_buy_info {
      background-image: linear-gradient(180deg, #006cb9 0%, #006cb9 50%, #1e247d 50%, #1e247d 100%);
      background-position: top;
      background-repeat: no-repeat;
      background-size: contain;
      margin: -1px 0 -1px; } }
  @media print, screen and (max-width: 750px) {
    .p-top_buy_info {
      background: #006cb9;
      min-width: 100%;
      padding: 6% 0 0;
      width: 100%; } }
  .p-top_buy_info__bg {
    width: 100%; }
  .p-top_buy_info__horse {
    left: 0;
    margin: -147px 0 0;
    position: absolute;
    top: 50%; }
    @media print, screen and (max-width: 750px) {
      .p-top_buy_info__horse {
        left: 0;
        margin: 0;
        top: 4%;
        width: 56%; } }

/* 先方での追記 */
.p-topPhoto__bnrTxt_cb {
  color: red;
  font-weight: bold;
  line-height: 1.5; }

@media print, screen and (min-width: 751px) {
  font-size: 22px !important; }

@media print, screen and (max-width: 750px) {
  .p-topPhoto__bnrTxt_cb {
    font-size: 13px;
    font-size: 3.46667vw; } }

#top {
  min-width: 1366px;
  margin: 0 auto;
  overflow: hidden;
  position: relative; }
  @media print, screen and (max-width: 750px) {
    #top {
      min-width: 100%; } }

.p-placeBnr {
  background: url(../img/place/place_bnr_bg.jpg) no-repeat;
  background-position: top center;
  background-size: cover;
  color: #fff;
  height: 460px;
  padding: 87px 0 0;
  position: relative;
  text-align: center;
  width: 100%; }
  @media print, screen and (max-width: 750px) {
    .p-placeBnr {
      background: url(../img/place/place_bnr_bg--sp.jpg) no-repeat;
      background-position: top center;
      background-size: 100%;
      height: 122vw;
      padding: 14.66667% 0 0; } }
  .p-placeBnr__box {
    display: flex;
    justify-content: space-between;
    margin: 40px auto 0;
    width: 616px; }
    @media print, screen and (max-width: 750px) {
      .p-placeBnr__box {
        display: block;
        margin: 8% auto 0;
        padding: 0 12.93333%;
        width: 100%; } }
    .p-placeBnr__box a {
      width: 300px; }
      @media print, screen and (max-width: 750px) {
        .p-placeBnr__box a {
          display: block;
          margin: 8% 0 0;
          width: 100%; } }
    .p-placeBnr__box img {
      width: 100%; }
  .p-placeBnr__text {
    font-size: 20px;
    padding: 86px 0 0; }
    @media print, screen and (max-width: 750px) {
      .p-placeBnr__text {
        line-height: 1.66667;
        padding: 13.33333% 0 0;
        font-size: 15px;
        font-size: 4vw; } }
  .p-placeBnr__ttl {
    font-size: 46px;
    position: relative; }
    .p-placeBnr__ttl:after {
      background: #fff;
      bottom: -24px;
      content: ' ';
      height: 5px;
      left: 50%;
      margin: 0 0 0 -50px;
      position: absolute;
      width: 100px; }
      @media print, screen and (max-width: 750px) {
        .p-placeBnr__ttl:after {
          bottom: -24px;
          height: 2px;
          margin: 0 0 0 -25px;
          width: 50px; } }
    @media print, screen and (max-width: 750px) {
      .p-placeBnr__ttl {
        line-height: 1.32258;
        font-size: 31px;
        font-size: 8.26667vw; } }

.p-placeCourse {
  padding: 185px 0 0;
  position: relative; }
  @media print, screen and (max-width: 750px) {
    .p-placeCourse {
      padding: 30% 0 0; } }
  .p-placeCourse__horse {
    position: absolute;
    right: -290px;
    opacity: 0;
    top: 32px; }
    @media print, screen and (max-width: 750px) {
      .p-placeCourse__horse {
        width: 34%;
        top: 14%;
        right: -35%; } }
  .p-placeCourse__main {
    background: #EDF0F3;
    padding: 195px 0 0; }
  .p-placeCourse__map {
    text-align: center; }
    @media print, screen and (max-width: 750px) {
      .p-placeCourse__map {
        padding: 0 4.66667%;
        text-align: left; } }
    .p-placeCourse__map--text {
      font-size: 20px;
      line-height: 2;
      margin: 63px 0 0;
      padding: 0 0 115px; }
      @media print, screen and (max-width: 750px) {
        .p-placeCourse__map--text {
          margin: 7.6% 0 0;
          padding: 0 0 22.4%;
          font-size: 14px;
          font-size: 3.73333vw; } }
  .p-placeCourse__ttl {
    left: 0;
    position: absolute;
    top: 45px; }
    @media print, screen and (max-width: 750px) {
      .p-placeCourse__ttl {
        width: 70%; } }

.p-placeKv {
  align-items: center;
  display: flex;
  height: 400px;
  justify-content: center;
  min-width: 1366px;
  position: relative;
  width: 100%; }
  @media print, screen and (max-width: 750px) {
    .p-placeKv {
      height: 53vw;
      min-width: 100%; } }
  .p-placeKv#funabashiKv {
    background: url(../img/place/funabashi_race.jpg) no-repeat;
    background-position: top center;
    background-size: cover; }
    @media print, screen and (max-width: 750px) {
      .p-placeKv#funabashiKv {
        background: url(../img/place/funabashi_race--sp.jpg) no-repeat;
        background-position: top center;
        background-size: 100%; } }
  .p-placeKv#himejiKv {
    background: url(../img/place/himeji_race.jpg) no-repeat;
    background-position: top center;
    background-size: cover; }
    @media print, screen and (max-width: 750px) {
      .p-placeKv#himejiKv {
        background: url(../img/place/himeji_race--sp.jpg) no-repeat;
        background-position: top center;
        background-size: 100%; } }
  .p-placeKv#kochiKv {
    background: url(../img/place/kochi_race.jpg) no-repeat;
    background-position: top center;
    background-size: cover; }
    @media print, screen and (max-width: 750px) {
      .p-placeKv#kochiKv {
        background: url(../img/place/kochi_race--sp.jpg) no-repeat;
        background-position: top center;
        background-size: 100%; } }
  .p-placeKv#kanazawaKv {
    background: url(../img/place/kanazawa_race.jpg) no-repeat;
    background-position: top center;
    background-size: cover; }
    @media print, screen and (max-width: 750px) {
      .p-placeKv#kanazawaKv {
        background: url(../img/place/kanazawa_race--sp.jpg) no-repeat;
        background-position: top center;
        background-size: 100%; } }
  .p-placeKv#kasamatsuKv {
    background: url(../img/place/kasamatsu_race.jpg) no-repeat;
    background-position: top center;
    background-size: cover; }
    @media print, screen and (max-width: 750px) {
      .p-placeKv#kasamatsuKv {
        background: url(../img/place/kasamatsu_race--sp.jpg) no-repeat;
        background-position: top center;
        background-size: 100%; } }
  .p-placeKv#kawasakiKv {
    background: url(../img/place/kawasaki_race.jpg) no-repeat;
    background-position: top center;
    background-size: cover; }
    @media print, screen and (max-width: 750px) {
      .p-placeKv#kawasakiKv {
        background: url(../img/place/kawasaki_race--sp.jpg) no-repeat;
        background-position: top center;
        background-size: 100%; } }
  .p-placeKv#mizusawaKv {
    background: url(../img/place/mizusawa_race.jpg) no-repeat;
    background-position: top center;
    background-size: cover; }
    @media print, screen and (max-width: 750px) {
      .p-placeKv#mizusawaKv {
        background: url(../img/place/mizusawa_race--sp.jpg) no-repeat;
        background-position: top center;
        background-size: 100%; } }
  .p-placeKv#mombetsuKv {
    background: url(../img/place/mombetsu_race.jpg) no-repeat;
    background-position: top center;
    background-size: cover; }
    @media print, screen and (max-width: 750px) {
      .p-placeKv#mombetsuKv {
        background: url(../img/place/mombetsu_race--sp.jpg) no-repeat;
        background-position: top center;
        background-size: 100%; } }
  .p-placeKv#moriokaKv {
    background: url(../img/place/morioka_race.jpg) no-repeat;
    background-position: top center;
    background-size: cover; }
    @media print, screen and (max-width: 750px) {
      .p-placeKv#moriokaKv {
        background: url(../img/place/morioka_race--sp.jpg) no-repeat;
        background-position: top center;
        background-size: 100%; } }
  .p-placeKv#nagoyaKv {
    background: url(../img/place/nagoya_race.jpg) no-repeat;
    background-position: top center;
    background-size: cover; }
    @media print, screen and (max-width: 750px) {
      .p-placeKv#nagoyaKv {
        background: url(../img/place/nagoya_race--sp.jpg) no-repeat;
        background-position: top center;
        background-size: 100%; } }
  .p-placeKv#obihiroKv {
    background: url(../img/place/obihiro_race.jpg) no-repeat;
    background-position: top center;
    background-size: cover; }
    @media print, screen and (max-width: 750px) {
      .p-placeKv#obihiroKv {
        background: url(../img/place/obihiro_race--sp.jpg) no-repeat;
        background-position: top center;
        background-size: 100%; } }
  .p-placeKv#oiKv {
    background: url(../img/place/oi_race.jpg) no-repeat;
    background-position: top center;
    background-size: cover; }
    @media print, screen and (max-width: 750px) {
      .p-placeKv#oiKv {
        background: url(../img/place/oi_race--sp.jpg) no-repeat;
        background-position: top center;
        background-size: 100%; } }
  .p-placeKv#sagaKv {
    background: url(../img/place/saga_race.jpg) no-repeat;
    background-position: top center;
    background-size: cover; }
    @media print, screen and (max-width: 750px) {
      .p-placeKv#sagaKv {
        background: url(../img/place/saga_race--sp.jpg) no-repeat;
        background-position: top center;
        background-size: 100%; } }
  .p-placeKv#sonodaKv {
    background: url(../img/place/sonoda_race.jpg) no-repeat;
    background-position: top center;
    background-size: cover; }
    @media print, screen and (max-width: 750px) {
      .p-placeKv#sonodaKv {
        background: url(../img/place/sonoda_race--sp.jpg) no-repeat;
        background-position: top center;
        background-size: 100%; } }
  .p-placeKv#urawaKv {
    background: url(../img/place/urawa_race.jpg) no-repeat;
    background-position: top center;
    background-size: cover; }
    @media print, screen and (max-width: 750px) {
      .p-placeKv#urawaKv {
        background: url(../img/place/urawa_race--sp.jpg) no-repeat;
        background-position: top center;
        background-size: 100%; } }
  .p-placeKv__ttl {
    color: #fff;
    font-size: 80px;
    text-align: center; }
    @media print, screen and (max-width: 750px) {
      .p-placeKv__ttl {
        font-size: 36px;
        font-size: 9.6vw; } }
    .p-placeKv__ttl--en {
      display: block;
      font-size: 30px;
      margin: 8px 0 0; }
      @media print, screen and (max-width: 750px) {
        .p-placeKv__ttl--en {
          font-size: 13.5px;
          font-size: 3.6vw; } }

.p-placeNavi {
  align-items: center;
  background: #333;
  display: flex;
  height: 50px; }
  @media print, screen and (max-width: 750px) {
    .p-placeNavi {
      height: auto; } }
  .p-placeNavi__textBox {
    margin: 0 auto;
    max-width: 1088px;
    width: 100%; }
    @media print, screen and (max-width: 750px) {
      .p-placeNavi__textBox {
        padding: 1.46667% 4.66667% 1.73333%; } }
    .p-placeNavi__textBox a {
      color: #fff; }
      @media print, screen and (max-width: 750px) {
        .p-placeNavi__textBox a {
          font-size: 11px;
          font-size: 2.93333vw; } }

/* kv */
.p-topKv__overlay {
  position: absolute;
  left: -100vw;
  width: 200vw;
  height: 661px;
  background: black;
  background: linear-gradient(90deg, rgba(0, 0, 0, 0) 0%, #1e99be 50%);
  z-index: 1; }
  @media print, screen and (max-width: 750px) {
    .p-topKv__overlay {
      height: 135vw; } }

/* kv */
.p-topKv__ttl {
  top: 20px;
  transform: scale(0.8);
  opacity: 0; }
  @media print, screen and (max-width: 750px) {
    .p-topKv__ttl {
      top: 5vw; } }

.p-topKv__linkBox {
  left: -100px;
  opacity: 0; }
  @media print, screen and (max-width: 750px) {
    .p-topKv__linkBox {
      bottom: 0;
      left: 0; } }

.p-topTopics__sns {
  right: -100px;
  opacity: 0; }
  @media print, screen and (max-width: 750px) {
    .p-topTopics__sns {
      right: inherit;
      opacity: 1; } }

/* topics */
.p-topTopics__contentTtlBg {
  position: relative;
  left: -300px;
  opacity: 0; }
  @media print, screen and (max-width: 750px) {
    .p-topTopics__contentTtlBg {
      left: -10vw; } }

.p-topTopics__contentTtl {
  left: 70px;
  opacity: 0; }
  @media print, screen and (max-width: 750px) {
    .p-topTopics__contentTtl {
      left: 9.33333vw; } }

.p-topTopics__contentNews {
  left: 400px;
  opacity: 0; }
  @media print, screen and (max-width: 750px) {
    .p-topTopics__contentNews {
      left: -10vw; } }

.p-topTopics__horse {
  right: -200px;
  opacity: 0; }
  @media print, screen and (max-width: 750px) {
    .p-topTopics__horse {
      right: -20vw; } }

/* GW */
.p-topAtt__ttlbg {
  right: -300px;
  opacity: 0; }

.p-topAtt__ttl {
  opacity: 0; }

.p-topAtt__listItem {
  right: -300px;
  opacity: 0; }

.p-topAtt__check {
  opacity: 0; }

.p-topAtt__txtImg {
  position: relative;
  top: 50px;
  opacity: 0; }

.p-topAtt__txt {
  opacity: 0; }

.p-topAtt__bnrTxt {
  position: relative;
  top: 50px;
  opacity: 0; }

.p-topAtt__bnrImg {
  position: relative;
  top: 50px;
  opacity: 0; }

.p-topAtt__bnrNotes {
  opacity: 0; }

/* SERIES8 */
.p-topSeries__contentTtlBg {
  position: relative;
  left: -300px;
  opacity: 0; }
  @media print, screen and (max-width: 750px) {
    .p-topSeries__contentTtlBg {
      left: -10vw; } }

.p-topSeries__contentTtl {
  opacity: 0; }

.p-topSeries__contentRead {
  opacity: 0; }

.p-topSeries__contentHorse {
  right: -100px;
  opacity: 0; }

@media print, screen and (max-width: 750px) {
  .p-topSeries__contentTextBox {
    position: relative;
    top: 5vw;
    opacity: 0; } }

/* SERIES7_about */
.p-topSeries__item {
  top: 50px;
  opacity: 0; }
  @media print, screen and (max-width: 750px) {
    .p-topSeries__item {
      top: 0; } }

/* RACETRACK15 */
.p-topRace__contentTtlBg {
  position: relative;
  right: -300px;
  opacity: 0; }
  @media print, screen and (max-width: 750px) {
    .p-topRace__contentTtlBg {
      right: -10vw; } }

.p-topRace__contentTtl {
  opacity: 0; }

.p-topRace__contentRead {
  opacity: 0; }

.p-topRace__contentHorse {
  left: -100px;
  opacity: 0; }
  @media print, screen and (max-width: 750px) {
    .p-topRace__contentHorse {
      left: auto;
      right: 15%; } }

.p-topRace__item {
  position: relative;
  top: 50px;
  opacity: 0; }

.p-topRace__contentBtn {
  bottom: -50px;
  opacity: 0; }
  @media print, screen and (max-width: 750px) {
    .p-topRace__contentBtn {
      bottom: 15%; } }

.p-topRace__contentHorse2 {
  right: 0;
  opacity: 0; }
  @media print, screen and (max-width: 750px) {
    .p-topRace__contentHorse2 {
      right: 15%; } }

/* PURCHASE */
.p-topBuy__ttl {
  position: relative;
  top: 50px;
  opacity: 0; }

.p-topBuy__txt {
  position: relative;
  top: 50px;
  opacity: 0; }

.p-topBuy__boxsItem {
  position: relative;
  top: 50px;
  opacity: 0; }

/* INFORMATION */
.p-top_buy_info__horse {
  top: 55%;
  left: -100px;
  opacity: 0; }
  @media print, screen and (max-width: 750px) {
    .p-top_buy_info__horse {
      top: 0;
      left: -20vw; } }

.p-topInfo__ttl {
  position: relative;
  top: 50px;
  opacity: 0; }

.p-topInfo__txt {
  position: relative;
  top: 50px;
  opacity: 0; }

.p-topInfo__subTtl {
  position: relative;
  top: 50px;
  opacity: 0; }

.p-topInfo__link {
  position: relative;
  top: 50px;
  opacity: 0; }

.p-topInfo__bnr {
  position: relative;
  top: 50px;
  opacity: 0; }

.p-topInfo__sns {
  position: relative;
  top: 50px;
  opacity: 0; }

/* footer_logo */
