@charset "UTF-8";
/*! destyle.css v2.0.2 | MIT License | https://github.com/nicolas-cusan/destyle.css */
/* Reset box-model and set borders */
/* ============================================ */
*,
::before,
::after {
  box-sizing: border-box;
  border-style: solid;
  border-width: 0;
}

/* Document */
/* ============================================ */
/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 * 3. Remove gray overlay on links for iOS.
 */
html {
  -webkit-text-size-adjust: 100%;
  /* 2 */
  -webkit-tap-highlight-color: transparent;
  /* 3*/
}

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

/**
 * Render the `main` element consistently in IE.
 */
main {
  display: block;
}

/* Vertical rhythm */
/* ============================================ */
p,
table,
blockquote,
address,
pre,
iframe,
form,
figure,
dl {
  margin: 0;
}

/* Headings */
/* ============================================ */
h1,
h2,
h3,
h4,
h5,
h6 {
  font-size: inherit;
  line-height: inherit;
  font-weight: inherit;
  margin: 0;
}

/* Lists (enumeration) */
/* ============================================ */
ul,
ol {
  margin: 0;
  padding: 0;
  list-style: none;
}

/* Lists (definition) */
/* ============================================ */
dt {
  font-weight: bold;
}

dd {
  margin-left: 0;
}

/* Grouping content */
/* ============================================ */
/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
  box-sizing: content-box;
  /* 1 */
  height: 0;
  /* 1 */
  overflow: visible;
  /* 2 */
  border-top-width: 1px;
  margin: 0;
  clear: both;
  color: inherit;
}

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

address {
  font-style: inherit;
}

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

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
abbr[title] {
  text-decoration: underline;
  /* 2 */
  -webkit-text-decoration: underline dotted;
          text-decoration: underline dotted;
  /* 2 */
}

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

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

/**
 * Add the correct font size in all browsers.
 */
small {
  font-size: 80%;
}

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/* Embedded content */
/* ============================================ */
/**
 * Prevent vertical alignment issues.
 */
img,
embed,
object,
iframe {
  vertical-align: bottom;
}

/* Forms */
/* ============================================ */
/**
 * Reset form fields to make them styleable
 */
button,
input,
optgroup,
select,
textarea {
  -webkit-appearance: none;
  -moz-appearance: none;
       appearance: none;
  vertical-align: middle;
  color: inherit;
  font: inherit;
  background: transparent;
  padding: 0;
  margin: 0;
  outline: 0;
  border-radius: 0;
  text-align: inherit;
}

/**
 * Reset radio and checkbox appearance to preserve their look in iOS.
 */
[type="checkbox"] {
  -webkit-appearance: checkbox;
  -moz-appearance: checkbox;
       appearance: checkbox;
}

[type="radio"] {
  -webkit-appearance: radio;
  -moz-appearance: radio;
       appearance: radio;
}

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */
button,
input {
  /* 1 */
  overflow: visible;
}

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */
button,
select {
  /* 1 */
  text-transform: none;
}

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

button[disabled],
[type="button"][disabled],
[type="reset"][disabled],
[type="submit"][disabled] {
  cursor: default;
}

/**
 * Remove the inner border and padding in Firefox.
 */
button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

/**
 * Restore the focus styles unset by the previous rule.
 */
button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
  outline: 1px dotted ButtonText;
}

/**
 * Remove arrow in IE10 & IE11
 */
select::-ms-expand {
  display: none;
}

/**
 * Remove padding
 */
option {
  padding: 0;
}

/**
 * Reset to invisible
 */
fieldset {
  margin: 0;
  padding: 0;
  min-width: 0;
}

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *    `fieldset` elements in all browsers.
 */
legend {
  color: inherit;
  /* 2 */
  display: table;
  /* 1 */
  max-width: 100%;
  /* 1 */
  padding: 0;
  /* 3 */
  white-space: normal;
  /* 1 */
}

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

/**
 * Remove the default vertical scrollbar in IE 10+.
 */
textarea {
  overflow: auto;
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */
[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
  height: auto;
}

/**
 * 1. Correct the outline style in Safari.
 */
[type="search"] {
  outline-offset: -2px;
  /* 1 */
}

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

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */
::-webkit-file-upload-button {
  -webkit-appearance: button;
  /* 1 */
  font: inherit;
  /* 2 */
}

/**
 * Clickable labels
 */
label[for] {
  cursor: pointer;
}

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

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

/*
 * Remove outline for editable content.
 */
[contenteditable] {
  outline: none;
}

/* Table */
/* ============================================ */
table {
  border-collapse: collapse;
  border-spacing: 0;
}

caption {
  text-align: left;
}

td,
th {
  vertical-align: top;
  padding: 0;
}

th {
  text-align: left;
  font-weight: bold;
}

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

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

.br__sp {
  display: none;
}

body {
  font-family: "Avenir", "Helvetica Neue", "Helvetica", "Arial", "Hiragino Sans", "ヒラギノ角ゴシック", "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック体", YuGothic, sans-serif, "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic";
  background-color: #000000;
  overflow-x: hidden;
}

main {
  margin-bottom: 140px;
}

.lvh2 {
  font-size: 40px;
}

header {
  position: relative;
  background-image: url("../imgs/main_visual_bg.jpg");
  background-position: center center;
  background-size: cover;
  padding: 0 40px;
}

.top {
  max-width: 1280px;
  margin: 0 auto;
}

.topWrapper {
  position: relative;
  padding: 40px 0;
  z-index: 10;
}

.main_horse_gd2 {
  width: 43vw;
  height: auto;
  position: absolute;
  top: -5%;
  left: -7%;
  z-index: 18;
}

.main_horse_gd1 {
  width: 40vw;
  height: auto;
  position: absolute;
  top: 2%;
  left: 0%;
  z-index: 19;
  opacity: .8;
}

.main_horse {
  width: 40vw;
  height: auto;
  position: absolute;
  top: 5%;
  left: 4%;
  z-index: 20;
}

.fadeRight_1 {
  -webkit-animation-name: fadeRightAnime;
          animation-name: fadeRightAnime;
  -webkit-animation-delay: 2.4s;
          animation-delay: 2.4s;
  -webkit-animation-duration: 1.0s;
          animation-duration: 1.0s;
  -webkit-animation-timing-function: cubic-bezier(0.02, 1, 0.83, 0.64);
          animation-timing-function: cubic-bezier(0.02, 1, 0.83, 0.64);
  -webkit-animation-fill-mode: forwards;
          animation-fill-mode: forwards;
  opacity: 0;
}

.fadeRight_2 {
  -webkit-animation-name: fadeRightAnime;
          animation-name: fadeRightAnime;
  -webkit-animation-delay: 2.4s;
          animation-delay: 2.4s;
  -webkit-animation-duration: 1.1s;
          animation-duration: 1.1s;
  -webkit-animation-timing-function: cubic-bezier(0.02, 1, 0.83, 0.64);
          animation-timing-function: cubic-bezier(0.02, 1, 0.83, 0.64);
  -webkit-animation-fill-mode: forwards;
          animation-fill-mode: forwards;
  opacity: 0;
}

.fadeRight_3 {
  -webkit-animation-name: fadeRightAnime;
          animation-name: fadeRightAnime;
  -webkit-animation-delay: 2.4s;
          animation-delay: 2.4s;
  -webkit-animation-duration: 1.2s;
          animation-duration: 1.2s;
  -webkit-animation-timing-function: cubic-bezier(0.02, 1, 0.83, 0.64);
          animation-timing-function: cubic-bezier(0.02, 1, 0.83, 0.64);
  -webkit-animation-fill-mode: forwards;
          animation-fill-mode: forwards;
  opacity: 0;
}

.fadeRight_4 {
  -webkit-animation-name: fadeRightAnime;
          animation-name: fadeRightAnime;
  -webkit-animation-delay: 2.5s;
          animation-delay: 2.5s;
  -webkit-animation-duration: 1.5s;
          animation-duration: 1.5s;
  -webkit-animation-timing-function: cubic-bezier(0, 1.16, 1, 0.97);
          animation-timing-function: cubic-bezier(0, 1.16, 1, 0.97);
  -webkit-animation-fill-mode: forwards;
          animation-fill-mode: forwards;
  opacity: 0;
}

@-webkit-keyframes fadeRightAnime {
  from {
    opacity: 0;
    -webkit-transform: translateX(250px);
            transform: translateX(250px);
  }
  to {
    opacity: 1;
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
}

@keyframes fadeRightAnime {
  from {
    opacity: 0;
    -webkit-transform: translateX(250px);
            transform: translateX(250px);
  }
  to {
    opacity: 1;
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
}

.titleWrapper {
  text-align: right;
  padding: 16px 0;
  position: relative;
  z-index: 5;
}

.mainTitle__bg_silhouette {
  width: 55vw;
  height: auto;
  position: absolute;
  top: 22%;
  right: -40px;
  z-index: -1;
}

.mainTitle {
  font-family: "Cardo", serif;
  font-weight: 900;
  display: inline-block;
  font-size: 8.59375vw;
  line-height: 1.1;
  letter-spacing: .03em;
  margin-bottom: 2%;
}

.mainTitle span {
  display: block;
}

.fadeLeft {
  -webkit-animation-name: fadeLeftAnime;
          animation-name: fadeLeftAnime;
  -webkit-animation-delay: 1s;
          animation-delay: 1s;
  -webkit-animation-duration: 0.9s;
          animation-duration: 0.9s;
  -webkit-animation-timing-function: cubic-bezier(0.02, 1, 0.38, 0.86);
          animation-timing-function: cubic-bezier(0.02, 1, 0.38, 0.86);
  -webkit-animation-fill-mode: forwards;
          animation-fill-mode: forwards;
  opacity: 0;
}

.fadeLeft:nth-child(2) {
  -webkit-animation-delay: 1.2s;
          animation-delay: 1.2s;
}

.fadeLeft:nth-child(3) {
  -webkit-animation-delay: 1.4s;
          animation-delay: 1.4s;
}

.fadeLeft:nth-child(4) {
  -webkit-animation-delay: 1.6s;
          animation-delay: 1.6s;
}

.fadeLeft__sub {
  -webkit-animation-name: fadeLeftAnime;
          animation-name: fadeLeftAnime;
  -webkit-animation-delay: 1.7s;
          animation-delay: 1.7s;
  -webkit-animation-duration: 0.9s;
          animation-duration: 0.9s;
  -webkit-animation-timing-function: cubic-bezier(0.02, 1, 0.38, 0.86);
          animation-timing-function: cubic-bezier(0.02, 1, 0.38, 0.86);
  -webkit-animation-fill-mode: forwards;
          animation-fill-mode: forwards;
  display: block;
  opacity: 0;
}

@-webkit-keyframes fadeLeftAnime {
  from {
    opacity: 0;
    -webkit-transform: translateX(-100px);
            transform: translateX(-100px);
  }
  to {
    opacity: 1;
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
}

@keyframes fadeLeftAnime {
  from {
    opacity: 0;
    -webkit-transform: translateX(-100px);
            transform: translateX(-100px);
  }
  to {
    opacity: 1;
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
}

.mainTitle__sub {
  font-family: "Noto Serif JP", serif;
  font-size: 1.75781vw;
  margin-right: 10px;
}

.mainTitle__bg {
  background-image: url("../imgs/ttl_bg.jpg");
}

.headLinkOuter {
  margin: 0 40px;
}

.headLinkWrapper {
  background-color: #000000;
  max-width: 1280px;
  margin: 0 auto;
  padding: 32px 5%;
}

.greeting {
  max-width: 980px;
  padding: 0 20px;
  margin: 0 auto 5%;
}

.greetingWrapper {
  margin: 0 auto;
  text-align: center;
  max-width: 780px;
}

.greetingBtn {
  color: #ffffff;
  border: 1px solid #ffffff;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

.greeting__link {
  padding: 16px 24px 16px 72px;
  display: block;
}

.greetingBtn__text {
  position: relative;
  padding-right: 72px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}

.greetingBtn__text::after {
  position: absolute;
  top: 43%;
  right: 3%;
  content: "";
  width: 15px;
  height: 15px;
  border-top: 1px solid #fff;
  border-right: 1px solid #fff;
  -webkit-transform: rotate(45deg);
      -ms-transform: rotate(45deg);
          transform: rotate(45deg);
}

.greetingBtn__text_left {
  font-family: "Noto Serif JP", serif;
  font-weight: 900;
  font-size: 40px;
  margin-right: 8%;
}

.greetingBtn__text_right {
  font-family: "Noto Serif JP", serif;
  font-weight: 400;
  font-size: 16px;
}

.greetingBtn__text_right span {
  display: block;
}

.greeting__title {
  margin-bottom: 40px;
  padding: 8px 112px 8px 16px;
  background: #000000;
  display: inline-block;
  color: #ffffff;
}

.greeting__h2_en {
  display: block;
  font-size: 16px;
  padding-left: 8px;
}

.greering__textWrapper {
  padding: 0 40px;
}

.awardsList {
  background-image: url("../imgs/award_bg.jpg");
  background-position: center center;
  background-size: cover;
  padding: 80px 0;
}

.awardsList__head {
  margin-bottom: 24px;
}

.awardsList__h2 {
  letter-spacing: 0.08em;
  color: #ffffff;
}

.awardsList__h2_ja {
  font-size: 20px;
  padding-left: 16px;
  font-weight: 400;
  font-family: "Noto Serif JP", serif;
}

.awardsList__h2_en {
  font-family: "Cardo", serif;
  font-size: 48px;
  font-weight: bold;
}

.awardsList__h3 {
  background-color: #ebd161;
  padding: 8px 0;
  font-size: 20px;
  letter-spacing: 0.08em;
  text-align: center;
  font-family: "Avenir", "Helvetica Neue", "Helvetica", "Arial", "Hiragino Sans", "ヒラギノ角ゴシック", "游ゴシック bold", "Yu Gothic bold", "游ゴシック体", YuGothic, sans-serif, "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic";
  font-weight: 600;
}

.awardsLine {
  margin: 24px 0;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
}

.awardsLine__item {
  margin-bottom: 16px;
  margin-right: 16px;
}

.awardsLine__item_01 {
  -webkit-box-flex: 0;
  -webkit-flex: 0 1 100%;
      -ms-flex: 0 1 100%;
          flex: 0 1 100%;
}

.awardsLine__link {
  position: relative;
  color: #e6c643;
  padding: 8px 48px 8px 16px;
  display: inline-block;
  border: 1px solid #ffffff;
  font-size: 18px;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  font-weight: 400;
  font-family: "Noto Serif JP", serif;
}

.awardsLine__link span {
  color: #ffffff;
  display: block;
  font-size: 14px;
}

.awardsLine__link::after {
  position: absolute;
  top: 43%;
  right: 8%;
  content: "";
  width: 10px;
  height: 10px;
  border-top: 1px solid #ffffff;
  border-right: 1px solid #ffffff;
  -webkit-transform: rotate(135deg);
      -ms-transform: rotate(135deg);
          transform: rotate(135deg);
}

.horseDetails__link_awardlist {
  margin-top: 40px;
  text-align: right;
  margin-right: -16px;
}

.horseDetails__link_awardlist a {
  display: inline-block;
  padding-right: 28px;
  text-align: center;
  color: #ffffff;
  position: relative;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  border-bottom: 1px solid;
  margin-right: 16px;
}

.horseDetails__link_awardlist a:last-child {
  margin-right: 0;
}

.horseDetails__link_awardlist a::after {
  content: "";
  background-image: url("../imgs/other_window.png");
  background-size: contain;
  background-repeat: no-repeat;
  width: 15px;
  height: 15px;
  position: absolute;
  top: 50%;
  right: 0;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
}

.newsListWrapper {
  max-width: 980px;
  margin: 56px auto 0;
}

.newsTtile {
  color: #ffffff;
  margin: 0 30px;
  margin-bottom: 8px;
}

.newsList {
  background-color: #ffffff;
  padding: 32px 40px;
  overflow-y: scroll;
  max-height: 220px;
  margin: 0 30px;
}

.newsItem {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: baseline;
  -webkit-align-items: baseline;
      -ms-flex-align: baseline;
          align-items: baseline;
  padding-bottom: 16px;
  margin-bottom: 16px;
  border-bottom: 1px solid #dddddd;
}

.newsItem:last-child {
  border-bottom: none;
  margin-bottom: 0;
  padding-bottom: 0;
}

.newsItem_newsDate {
  margin-right: 24px;
}

.newsItem_newsText {
  color: #860100;
}

.awards {
  background-color: #000000;
  padding: 56px 0 40px;
  overflow: hidden;
  position: relative;
}

.awardsWrapper {
  max-width: 980px;
  margin: 0 auto 144px;
  padding: 0 20px;
}

.awardsWrapper__mutually {
  margin-top: 200px;
  position: relative;
}

.awardsWrapper__last {
  margin-bottom: 56px;
}

.awardsContainer {
  background-color: #ffffff;
  padding: 64px 40px 64px;
  position: relative;
}

.awardsContainer__topLarge {
  background-color: #ffffff;
  padding: 124px 40px 64px;
  position: relative;
}

.awardsContainer__top {
  padding: 104px 40px 64px;
  background-image: url("../imgs/tophorse_bg.jpg");
  background-position: center center;
  background-size: cover;
  box-shadow: 0 -5px 5px rgba(103, 103, 103, 0.2);
}

.sideText {
  -webkit-writing-mode: vertical-rl;
      -ms-writing-mode: tb-rl;
          writing-mode: vertical-rl;
  white-space: nowrap;
  font-size: 73px;
  font-family: "Cardo", serif;
  letter-spacing: 0.02em;
  color: rgba(255, 255, 255, 0.4);
}

.sideText_left {
  position: absolute;
  left: -18%;
  bottom: 0;
}

.sideText_right {
  position: absolute;
  right: -18%;
  bottom: 0;
}

.awardsHorse__title {
  display: inline-block;
  position: absolute;
  z-index: 10;
  top: -60px;
  left: -20px;
  margin-right: 40px;
  line-height: 1.2;
  color: #000000;
  box-shadow: 0 2px 2px rgba(0, 0, 0, 0.2);
  background-image: url("../imgs/horsettl.jpg");
  background-position: center center;
  background-size: cover;
}

.awardsHorse__title_year {
  width: 85%;
  position: absolute;
  top: -195px;
  left: 50%;
  text-align: center;
  -webkit-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
          transform: translateX(-50%);
  padding: 24px 24px 180px 24px;
  color: #000000;
  background-image: url("../imgs/horsettl_year.png");
  background-position: center center;
  background-size: cover;
}

.awardsHorse__h2 {
  margin: 0;
  padding: 18px 56px 18px;
}

.awardsHorse__h2_year_jp {
  color: #860100;
  letter-spacing: 0.05em;
  font-size: 64px;
  font-family: "Noto Serif JP", serif;
  font-weight: 900;
  text-shadow: #ffffff 1px 1px 5px, #ffffff -1px 1px 5px, #ffffff 1px -1px 5px, #ffffff -1px -1px 5px;
  margin-right: 20px;
}

.awardsHorse__h2_year_en {
  font-size: 28px;
  color: #860100;
  letter-spacing: 0.05em;
  font-family: "Cardo", serif;
  font-weight: 900;
}

.award__repre_h2 {
  color: #860100;
  letter-spacing: 0.05em;
  font-size: 52px;
  font-family: "Noto Serif JP", serif;
  font-weight: 900;
  text-shadow: #ffffff 1px 1px 5px, #ffffff -1px 1px 5px, #ffffff 1px -1px 5px, #ffffff -1px -1px 5px;
}

.award__repre_h2Small {
  display: block;
  color: #860100;
  letter-spacing: 0.05em;
  font-size: 36px;
  font-family: "Noto Serif JP", serif;
  font-weight: 900;
  text-shadow: #ffffff 1px 1px 5px, #ffffff -1px 1px 5px, #ffffff 1px -1px 5px, #ffffff -1px -1px 5px;
}

.awardsHorse__h2_en {
  font-size: 24px;
  margin-left: 8px;
  font-family: "Cardo", serif;
  color: #860100;
  letter-spacing: 0.05em;
}

.awardsHorse__h2_top {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}

.award__repre_h2_top {
  margin-right: 24px;
  font-size: 64px;
}

.awardsHorse__h2_topRight {
  text-align: center;
}

.award__repre_h2_mori {
  display: block;
}

.awardsHorse__h2_bg {
  background-image: url("../imgs/horsettl_bg.jpg");
  background-position: center center;
  background-size: cover;
  background-color: #e6c643;
  display: inline-block;
  font-size: 56px;
  position: absolute;
  padding: 5px 3%;
  top: -30px;
  left: -60px;
}

.awardsHorse__h2_bg p {
  opacity: 0;
}

.awardsHorse__h2_bg .awardsHorse__h2_bg_small {
  font-size: 32px;
  display: block;
}

.awardsHorse__h2_bgLong {
  padding: 38px 3%;
}

.awardsHorse__h2_bgWide {
  margin-right: 96px;
}

.awardsHorse__top {
  display: block;
  text-align: center;
  font-size: 28px;
  font-family: "Noto Serif JP", serif;
  font-weight: 900;
}

.horseImg {
  position: relative;
  margin: 32px auto 0;
  text-align: center;
}

.horse_imgDate {
  background-color: #333;
  color: #ffffff;
  padding: 4px 16px;
  display: inline-block;
  position: absolute;
  bottom: -15px;
  left: 95px;
}

.horse_imgDate span {
  font-size: 12px;
}

.horseNameWrapper {
  margin: 40px 0;
  text-align: center;
}

.horseName {
  font-size: 56px;
  font-weight: bold;
  position: relative;
  z-index: 10;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  display: inline-block;
  letter-spacing: 0.06em;
  font-family: "Avenir", "Helvetica Neue", "Helvetica", "Arial", "Hiragino Sans", "ヒラギノ角ゴシック", "游ゴシック bold", "Yu Gothic bold", "游ゴシック体", YuGothic, sans-serif, "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic";
}

.horseName .horsePlace {
  font-size: 24px;
}

.horseName::after {
  position: absolute;
  top: 43%;
  right: -25px;
  content: "";
  width: 15px;
  height: 15px;
  border-top: 2px solid #860100;
  border-right: 2px solid #860100;
  -webkit-transform: rotate(45deg);
      -ms-transform: rotate(45deg);
          transform: rotate(45deg);
  opacity: 0;
}

.horseName:hover {
  color: #860100;
}

.horseName:hover::after {
  opacity: 1;
}

.horseName .horseIcon,
.horseName .horseIcon__gy {
  position: absolute;
  z-index: -10;
  background-image: url("../imgs/horse_silhouette_wh@2x.png");
  background-position: center center;
  background-size: contain;
  background-repeat: no-repeat;
  bottom: -60px;
  right: -60px;
  width: 200px;
  height: 200px;
}

.horseName .horseIcon {
  background-image: url("../imgs/horse_silhouette_wh@2x.png");
}

.horseName .horseIcon__gy {
  background-image: url("../imgs/horse_silhouette_gy@2x.png");
}

.horseName__LinkNone {
  pointer-events: none;
}

.horseDetails {
  position: relative;
  z-index: 10;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 40px;
  padding: 40px 32px;
  background: rgba(233, 229, 226, 0.4);
}

.horseDetails__subnojr {
  border: 1px solid #707070;
  background: #fcfbfc;
  background: -webkit-linear-gradient(135deg, #fcfbfc 0%, #e2e2e2 100%);
  background: linear-gradient(315deg, #fcfbfc 0%, #e2e2e2 100%);
}

.horseDetails__left,
.horseDetails__right {
  -webkit-box-flex: 0;
  -webkit-flex: 0 1 48%;
      -ms-flex: 0 1 48%;
          flex: 0 1 48%;
}

.horseDetails__born {
  margin-bottom: 32px;
  text-align: center;
}

.horsePedigree__table {
  font-size: 14px;
  width: 100%;
}

.horsePedigree__table table,
.horsePedigree__table td,
.horsePedigree__table th {
  border: 1px solid #595959;
  border-collapse: collapse;
  margin: 0 auto;
}

.horsePedigree__table td,
.horsePedigree__table th {
  padding: 8px 16px;
  vertical-align: middle;
}

.horsePedigree__table th {
  background: #f0e6cc;
}

.horsePedigree__table .even {
  background: #fbf8f0;
}

.horsePedigree__table .odd {
  background: #fefcf9;
}

.horseDetails__table {
  font-size: 12px;
}

.horseDetails__table table {
  width: 100%;
  border-collapse: separate;
  border-spacing: 0;
}

.horseDetails__table th {
  width: 140px;
  padding: 5px;
  border-top: 1px solid #000000;
  vertical-align: middle;
  text-align: left;
  line-height: 1.5;
}

.horseDetails__table .first__th {
  border-top: none;
}

.horseDetails__table td {
  padding: 5px;
  border-top: 1px solid #000000;
  line-height: 2;
  color: #000000;
}

.horseDetails__table .first__td {
  border-top: none;
}

.horseDetails__link {
  margin-top: 56px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  font-weight: 600;
}

.horseInfoLink {
  text-align: right;
}

.horseInfoLink a {
  display: inline-block;
  padding-right: 28px;
  text-align: center;
  color: #860100;
  position: relative;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  border-bottom: 1px solid;
  margin-right: 16px;
}

.horseInfoLink a:last-child {
  margin-right: 0;
}

.horseInfoLink a::after {
  content: "";
  background-image: url("../imgs/other_window_bw.png");
  background-size: contain;
  background-repeat: no-repeat;
  width: 15px;
  height: 15px;
  position: absolute;
  top: 50%;
  right: 0;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
}

.horseInfoLink__bottom {
  margin-top: 10px;
}

.marchelorraine__bnr_ttl {
  border-bottom: 1px solid #860100;
  color: #860100;
  font-weight: bold;
  position: relative;
  display: inline-block;
  padding-right: 24px;
  margin-top: 16px;
}

.marchelorraine__bnr_ttl::after {
  content: "";
  background-image: url("../imgs/other_window_bw.png");
  background-size: contain;
  background-repeat: no-repeat;
  width: 15px;
  height: 15px;
  position: absolute;
  top: 50%;
  right: 0;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
}

.horseInfoLink__marchelorraine {
  margin-top: 20px;
  box-shadow: 5px 5px 8px #afafaf;
}

.horseInfoLink__marchelorraine:hover {
  opacity: .8;
}

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

.horseButton {
  margin-bottom: 32px;
  -webkit-box-flex: 0;
  -webkit-flex: 0 1 33.3333%;
      -ms-flex: 0 1 33.3333%;
          flex: 0 1 33.3333%;
}

.horseButton:not(:last-child) {
  margin-right: 24px;
}

.horseButton a {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  position: relative;
  margin: 0 auto;
  padding: 16px 38px 16px 16px;
  color: #ffffff;
  background-color: #860100;
  border: 1px solid #860100;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  font-size: 15px;
}

.horseButton a::before {
  content: "";
  position: absolute;
  bottom: -7px;
  right: -7px;
  width: 100%;
  height: 1px;
  background-color: #860100;
  -webkit-transition: 0.2s ease 0s;
  transition: 0.2s ease 0s;
}

.horseButton a::after {
  content: "";
  position: absolute;
  top: 7px;
  right: -7px;
  width: 1px;
  height: 100%;
  background-color: #860100;
  -webkit-transition: 0.2s ease 0.2s;
  transition: 0.2s ease 0.2s;
}

.horseButton a:hover {
  text-decoration: none;
  background-color: #ffffff;
  color: #860100;
}

.horseButton a:hover::before {
  width: 0%;
}

.horseButton a:hover::after {
  height: 0%;
}

.horseButton a:hover span {
  border-top: 1px solid #860100;
  border-right: 1px solid #860100;
}

.horseButton span {
  position: absolute;
  top: 43%;
  right: 20px;
  content: "";
  width: 10px;
  height: 10px;
  border-top: 1px solid #fff;
  border-right: 1px solid #fff;
  -webkit-transform: rotate(45deg);
      -ms-transform: rotate(45deg);
          transform: rotate(45deg);
}

.horseDetails__link_mutually {
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
}

.modalLink__mutually {
  margin-bottom: 32px;
  -webkit-box-flex: 0;
  -webkit-flex: 0 1 31.4%;
      -ms-flex: 0 1 31.4%;
          flex: 0 1 31.4%;
}

.modalLink__mutually:first-child {
  margin-right: 24px;
}

.modalLink__mutually a {
  font-size: 15px;
  width: 100%;
  padding: 16px 24px 16px 12px;
}

.modalLink__mutually a span {
  position: absolute;
  top: 39%;
  right: 16px;
  content: "";
  width: 10px;
  height: 10px;
  border-top: 1px solid #fff;
  border-right: 1px solid #fff;
  -webkit-transform: rotate(45deg);
      -ms-transform: rotate(45deg);
          transform: rotate(45deg);
}

.modalLink__mutually:nth-child(3) {
  margin-right: 0;
}

.modalLink__mutually:nth-child(2) a {
  font-size: 14px;
  padding: 18px 24px 17px 12px;
}

.modalLink__mutually:nth-child(2) a span {
  top: 42%;
}

.horseDetails__text p {
  line-height: 1.5;
}

.manDetails__text {
  margin-bottom: 40px;
}

.manDetails__text p {
  letter-spacing: 0.05em;
  line-height: 1.5;
}

.manDetails {
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-bottom: 40px;
  padding: 40px 32px;
  background: rgba(233, 229, 226, 0.4);
}

.manDetails__okada {
  padding-bottom: 48px;
}

.horseDetails__okada {
  text-align: center;
  margin: 0 auto;
}

.awaerd_subImg {
  position: relative;
}

.man_imgDate {
  background-color: #333;
  color: #ffffff;
  padding: 4px 16px;
  display: inline-block;
  position: absolute;
  bottom: -15px;
  left: 0;
  font-size: 12px;
}

.man_imgDate span {
  margin-left: 6px;
  font-size: 10px;
}

.awardMan__table {
  font-size: 14px;
  width: 100%;
  margin-top: 20px;
}

.awardMan__table p {
  margin-bottom: 4px;
  font-size: 14px;
}

.awardMan__table table,
.awardMan__table td,
.awardMan__table th {
  border: 1px solid #595959;
  border-collapse: collapse;
  margin: 0 auto;
  text-align: center;
}

.awardMan__table td,
.awardMan__table th {
  padding: 8px 16px;
  vertical-align: middle;
}

.awardMan__table table {
  width: 100%;
}

.awardMan__table th {
  background: #f0e6cc;
}

.awardMan__table .even {
  background: #fbf8f0;
}

.awardMan__table .odd {
  background: #fefcf9;
}

.horseDetails__table_subWrapper {
  text-align: right;
}

.horseDetails__table_sub {
  font-size: 12px !important;
  margin-top: 8px;
  display: inline-block;
}

.horseDetails__table_subLink {
  font-size: 12px !important;
  margin-top: 8px;
  display: inline-block;
  border-bottom: 1px solid #000000;
  text-align: right;
  position: relative;
  padding-right: 20px;
}

.horseDetails__table_subLink::after {
  content: "";
  background-image: url("../imgs/other_window_bk.png");
  background-size: contain;
  background-repeat: no-repeat;
  width: 15px;
  height: 15px;
  position: absolute;
  top: 50%;
  right: 0px;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
}

.horseDetails__table_subLink:hover {
  opacity: 0.7;
}

.horseDetails__table_subLink span {
  font-size: 18px;
  padding-right: 4px;
}

.supplement {
  max-width: 980px;
  margin: 0 auto;
  padding: 0 20px;
  line-height: 1.5;
}

.supplement li {
  color: #ffffff;
  margin-bottom: 4px;
  font-size: 14px;
  position: relative;
  padding-left: 15px;
}

.supplement li::before {
  content: "※";
  font-size: 14px;
  position: absolute;
  left: -5px;
}

.awardsWrapper__bg_red,
.awardsWrapper__bg_gd,
.awardsWrapper__bg_gdRev {
  height: 1120px;
  background-size: cover;
  background-repeat: no-repeat;
  margin: 8% calc(50% - 50vw);
  width: 100vw;
  position: absolute;
}

.awardsWrapper__bg_red {
  background-image: url("../imgs/bg_redtop.png");
}

.awardsWrapper__bg_gd {
  background-image: url("../imgs/bg_gdtop.png");
}

.awardsWrapper__bg_gdRev {
  background-image: url("../imgs/bg_gdtop_rev.png");
}

.copy {
  max-width: 980px;
  color: #ffffff;
  font-size: 12px;
  margin: 20px auto 0;
  padding-left: 16px;
}

* {
  margin: 0;
  padding: 0;
}

.modal {
  display: none;
  position: fixed;
  z-index: 2000;
  top: 0;
  left: 0;
  height: 100vh;
  width: 100%;
  text-align: center;
}

.modal__bg {
  position: absolute;
  height: 100vh;
  width: 100%;
  background: rgba(0, 0, 0, 0.8);
}

.modalContect {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  overflow-y: scroll;
  height: 60%;
  width: 75%;
  background: white;
  padding: 40px 60px;
}

.modalContect__marchelorraine {
  height: 70%;
}

.modalContect__okada {
  height: 80%;
}

.modalContect__vtr {
  height: 90%;
}

body.fixed {
  position: fixed;
  width: 100%;
  height: 100%;
  left: 0;
}

.modal__closeBtn {
  position: absolute;
  top: 8%;
  right: 6%;
  cursor: pointer;
  width: 50px;
  height: 30px;
}

.modal__closeBtn span::before,
.modal__closeBtn span::after {
  display: block;
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  width: 84%;
  height: 16%;
  margin: -8% 0 0 -42%;
  background: #ffffff;
}

.modal__closeBtn span::before {
  -webkit-transform: rotate(-45deg);
      -ms-transform: rotate(-45deg);
          transform: rotate(-45deg);
}

.modal__closeBtn span::after {
  -webkit-transform: rotate(45deg);
      -ms-transform: rotate(45deg);
          transform: rotate(45deg);
}

.closeBtn {
  margin: 56px 0 24px;
}

.closeBtn a {
  width: 240px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  position: relative;
  margin: 0 auto;
  padding: 12px 24px;
  color: #ffffff;
  background-color: #000000;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  border: 1px solid #000000;
}

.closeBtn a::before {
  content: '';
  position: absolute;
  bottom: -7px;
  right: -7px;
  width: 100%;
  height: 1px;
  background-color: #000000;
  -webkit-transition: 0.2s ease 0s;
  transition: 0.2s ease 0s;
}

.closeBtn a::after {
  content: '';
  position: absolute;
  top: 7px;
  right: -7px;
  width: 1px;
  height: 100%;
  background-color: #000000;
  -webkit-transition: 0.2s ease 0.2s;
  transition: 0.2s ease 0.2s;
}

.closeBtn a:hover {
  text-decoration: none;
  background-color: #ffffff;
  color: #000000;
}

.closeBtn a:hover::before {
  width: 0%;
}

.closeBtn a:hover::after {
  height: 0%;
}

.greeting__head {
  font-size: 40px;
  font-weight: bold;
  font-family: "Yu Mincho Light", "YuMincho", "Yu Mincho", "游明朝体", "ヒラギノ明朝 ProN", "Hiragino Mincho ProN", sans-serif;
  margin-bottom: 32px;
  text-align: left;
}

.greeting__body {
  text-align: left;
  line-height: 1.7;
  margin-bottom: 40px;
}

.greeting__text {
  padding-bottom: 24px;
}

.greeting__text_bottom {
  text-align: right;
  padding-right: 32px;
}

.greeting__text_date {
  padding-bottom: 16px;
}

.greeting__footer {
  text-align: right;
  font-weight: 500;
  font-size: 18px;
}

.greeting__date {
  margin-bottom: 4px;
}

.modalContect__greeting {
  padding: 40px 60px;
  height: 90%;
}

.youtubeWrap {
  position: relative;
  width: 100%;
  padding-top: 56.25%;
}

.youtubeWrap iframe {
  position: absolute;
  top: 0;
  right: 0;
  width: 100%;
  height: 100%;
}

.modal__horseImg {
  text-align: center;
  margin-bottom: 40px;
}

.modal__horseImg img {
  width: 60%;
  height: auto;
}

.horseCommentWrapper {
  text-align: left;
}

.horseComment__head {
  border-bottom: 1px solid #860100;
  padding: 8px 0;
  margin-bottom: 24px;
}

.horseComment__title {
  font-size: 20px;
  font-weight: 700;
  text-align: center;
  color: #860100;
}

.horseComment__body {
  padding: 0 24px;
}

.horseComment__name {
  font-weight: 600;
  margin-bottom: 8px;
  line-height: 1.6;
}

.horseComment__name_vtr {
  font-weight: 600;
  margin-bottom: 8px;
}

.horseComment__text {
  margin-bottom: 40px;
}

.horseComment__text:last-child {
  margin-bottom: 0;
}

.sliderArea {
  max-width: 90%;
  margin: 0 auto;
}

.slick-slide {
  margin: 0 5px;
}

.slick-slide img {
  width: 100%;
  height: auto;
}

.thumb {
  margin: 20px 0 0;
}

.thumb .slick-slide {
  cursor: pointer;
}

.thumb .slick-slide:hover {
  opacity: 0.7;
}

.thumb .slick-track {
  -webkit-transform: unset !important;
      -ms-transform: unset !important;
          transform: unset !important;
}

.prev,
.next {
  position: absolute;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
  top: 50%;
  cursor: pointer;
}

.prev {
  left: -38px;
  content: "";
  width: 15px;
  height: 15px;
  border-top: 1px solid #000000;
  border-right: 1px solid #000000;
  -webkit-transform: rotate(-135deg);
      -ms-transform: rotate(-135deg);
          transform: rotate(-135deg);
}

.next {
  right: -38px;
  content: "";
  width: 15px;
  height: 15px;
  border-top: 1px solid #000000;
  border-right: 1px solid #000000;
  -webkit-transform: rotate(45deg);
      -ms-transform: rotate(45deg);
          transform: rotate(45deg);
}

.modalContect__gallery {
  padding: 32px 10%;
}

.modal_man .modalContect {
  height: 60%;
  max-height: 450px;
  width: 75%;
}

.horseComment__footer {
  margin-top: 24px;
  text-align: center;
}

.horseComment__detail_link {
  border-bottom: 1px solid;
  padding-bottom: 4px;
  padding-right: 28px;
  position: relative;
}

.horseComment__detail_link::after {
  content: "";
  background-image: url("../imgs/other_window_bk.png");
  background-size: contain;
  background-repeat: no-repeat;
  width: 15px;
  height: 15px;
  position: absolute;
  top: 40%;
  right: 4px;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
}

.horseComment__detail_link:hover {
  color: #860100;
}

.horseComment__detail_link:hover::after {
  background-image: url("../imgs/other_window_bw.png");
}

#footerNav {
  position: fixed;
  width: 100%;
  z-index: 999;
  color: #fff;
  margin: 0 auto;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.footerNavBtn {
  text-align: right;
  display: none;
}

.footerNavBtn p {
  display: inline-block;
  background-color: rgba(0, 0, 0, 0.9);
  font-size: 16px;
  padding: 10px 14px;
  font-family: "Noto Serif JP", serif;
  font-weight: 400;
  cursor: pointer;
  color: #e6c643;
}

.footerNavBtn p span {
  padding-left: 6px;
  font-size: 12px;
}

.footerNavBtn p .footerNavBtn__close {
  display: none;
}

.footerNavBtn p .footerNavBtn__open.open {
  display: none;
}

.footerNavBtn p .footerNavBtn__close.open {
  display: inline;
}

.awardsLine__fNav {
  margin: 0 56px -8px 56px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.awardsLine__item_fNav {
  margin-right: 8px;
  margin-bottom: 8px;
}

.awardsLine__link_fNav {
  position: relative;
  font-size: 14px;
  padding: 8px 28px 8px 8px;
  color: #e6e6e6;
  display: inline-block;
  border: 1px solid;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  font-weight: 400;
  font-family: "Noto Serif JP", serif;
}

.awardsLine__link_fNav::after {
  position: absolute;
  top: 43%;
  right: 11px;
  content: "";
  width: 6px;
  height: 6px;
  border-top: 1px solid #fff;
  border-right: 1px solid #fff;
  -webkit-transform: rotate(135deg);
      -ms-transform: rotate(135deg);
          transform: rotate(135deg);
}

#footerNav.UpMove {
  position: fixed;
  width: 100%;
  -webkit-animation: UpAnime 0.5s forwards;
          animation: UpAnime 0.5s forwards;
}

@-webkit-keyframes UpAnime {
  from {
    opacity: 1;
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
  to {
    opacity: 0;
    -webkit-transform: translateY(-100px);
            transform: translateY(-100px);
  }
}

@keyframes UpAnime {
  from {
    opacity: 1;
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
  to {
    opacity: 0;
    -webkit-transform: translateY(-100px);
            transform: translateY(-100px);
  }
}

#footerNav.DownMove {
  position: fixed;
  bottom: 0;
  left: 0;
  width: 100%;
  -webkit-animation: DownAnime 0.5s forwards;
          animation: DownAnime 0.5s forwards;
}

@-webkit-keyframes DownAnime {
  from {
    opacity: 0;
    -webkit-transform: translateY(-100px);
            transform: translateY(-100px);
  }
  to {
    opacity: 1;
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}

@keyframes DownAnime {
  from {
    opacity: 0;
    -webkit-transform: translateY(-100px);
            transform: translateY(-100px);
  }
  to {
    opacity: 1;
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}

.tab {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  opacity: 0.9;
}

.tab li:first-child {
  border-right: 1px solid #ffffff;
}

.tab a {
  display: block;
  background: #ffffff;
  padding: 10px 56px;
  font-size: 14px;
  color: #860100;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  border-bottom: 1px solid #ffffff;
}

.tab a:hover {
  background: #860100;
  color: #ffffff;
}

.tab li.active a {
  background: #860100;
  color: #ffffff;
  border-bottom: 1px solid #860100;
}

.footerArea {
  position: relative;
  display: none;
  padding: 16px 19px;
  background-color: rgba(134, 1, 0, 0.9);
}

.footerArea.is-active {
  display: block;
}

.pageTop {
  position: absolute;
  -webkit-transform: rotate(-90deg);
      -ms-transform: rotate(-90deg);
          transform: rotate(-90deg);
  font-size: 14px;
  font-family: "Cardo", serif;
  letter-spacing: 0.02em;
  color: #ffffff;
  right: 12px;
  bottom: 18px;
}

.pageTop span {
  position: relative;
}

.pageTop span::after {
  position: absolute;
  bottom: -5px;
  right: -14px;
  content: "";
  width: 60px;
  height: 10px;
  border-bottom: 1px solid #fff;
  border-right: 1px solid #fff;
  -webkit-transform: skew(45deg);
      -ms-transform: skew(45deg);
          transform: skew(45deg);
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  z-index: 10;
}

@media screen and (max-width: 1700px) {
  /* PCギャラリー用（中）1700px */
  .sliderArea {
    max-width: 90%;
  }
}

@media screen and (min-width: 1281px) {
  /* PC-1281px以上 */
  .main_horse_gd2 {
    top: -20%;
    left: -15%;
    width: 640px;
  }
  .main_horse_gd1 {
    top: -8%;
    left: -6%;
    width: 590px;
  }
  .main_horse {
    width: 562px;
  }
  .mainTitle__bg_silhouette {
    width: 730px;
  }
  .mainTitle {
    font-size: 128px;
  }
  .mainTitle__sub {
    font-size: 20px;
  }
}

@media screen and (min-width: 1025px) {
  /* PC-1025px以上 */
  .greetingBtn:hover {
    color: #000000;
    border: 1px solid #000000;
    background-color: #ffffff;
  }
  .greetingBtn:hover .greetingBtn__text::after {
    border-top: 1px solid #000;
    border-right: 1px solid #000;
  }
  .awardsLine__link:hover {
    background-color: #ffffff;
    color: #000000;
  }
  .awardsLine__link:hover span {
    color: #000000;
  }
  .awardsLine__link:hover::after {
    border-top: 1px solid #000000;
    border-right: 1px solid #000000;
  }
  .horseImg img {
    width: 70%;
    height: auto;
  }
  .awardsLine__link_fNav:hover {
    background-color: #e6e6e6;
    color: #000000;
    border: 1px solid #e6e6e6;
  }
  .awardsLine__link_fNav:hover::after {
    border-top: 1px solid #333;
    border-right: 1px solid #333;
    -webkit-transform: rotate(135deg);
        -ms-transform: rotate(135deg);
            transform: rotate(135deg);
  }
}

@media screen and (max-width: 1024px) {
  /* タブレット-1024px */
  .br__tab {
    display: none;
  }
  .topWrapper {
    padding: 2.5% 0;
  }
  .greeting {
    max-width: 100%;
    padding: 0;
  }
  .greetingWrapper {
    max-width: 100%;
  }
  .greeting__link {
    padding: 16px 16px 16px 32px;
  }
  .greetingBtn__text {
    padding-right: 40px;
  }
  .greetingBtn__text::after {
    width: 10px;
    height: 10px;
  }
  .greetingBtn__text_left {
    font-size: 3.61328vw;
    margin-right: 5%;
  }
  .greetingBtn__text_right {
    font-size: 1.95312vw;
  }
  .awardsList__h2_ja {
    font-size: 16px;
  }
  .awardsList__h2_en {
    font-size: 40px;
  }
  .awardsList__h3 {
    padding: 6px 0;
    font-size: 16px;
  }
  .awardsLine {
    margin: 16px 0 24px;
  }
  .awardsLine__item {
    margin-bottom: 0;
    margin-right: 8px;
  }
  .awardsLine__link {
    border: none;
    font-size: 14px;
    padding: 8px 30px 8px 8px;
  }
  .awardsLine__link span {
    font-size: 12px;
  }
  .awardsLine__link::after {
    top: 24%;
    width: 8px;
    height: 8px;
    right: 12px;
  }
  .horseDetails__link_awardlist {
    text-align: center;
    margin-bottom: -16px;
  }
  .horseDetails__link_awardlist a {
    margin-bottom: 16px;
  }
  .awards {
    padding: 128px 0 40px;
  }
  .awardsWrapper {
    padding: 0 14px;
    margin: 0 auto 112px;
  }
  .awardsWrapper__mutually {
    margin-top: 100px;
  }
  .awardsWrapper__last {
    margin: 0 auto 56px;
  }
  .awardsContainer {
    padding: 8% 24px 5%;
    margin: 0 16px;
  }
  .awardsContainer__topLarge {
    padding: 12.5% 24px 5%;
    margin: 0 16px;
  }
  .awardsContainer__top {
    padding: 7% 24px;
  }
  .sideText {
    display: none;
  }
  .awardsHorse__title {
    padding: 5px 0;
    top: -40px;
  }
  .awardsHorse__title_year {
    top: -9.5%;
  }
  .awardsHorse__h2 {
    padding: 5px 9vw 3px;
  }
  .awardsHorse__h2_year_jp {
    font-size: 6.25vw;
  }
  .awardsHorse__h2_year_en {
    font-size: 2.92969vw;
  }
  .award__repre_h2 {
    font-size: 4.6875vw;
  }
  .award__repre_h2Small {
    font-size: 3.125vw;
  }
  .awardsHorse__h2_en {
    font-size: 2.34375vw;
  }
  .award__repre_h2_mori {
    font-size: 4.39453vw;
  }
  .awardsHorse__h2_bg {
    font-size: 4.6875vw;
    padding: 10px 3%;
    top: -20px;
  }
  .awardsHorse__h2_bg .awardsHorse__h2_bg_small {
    font-size: 3.125vw;
  }
  .awardsHorse__h2_bgLong {
    padding: 16px 3%;
  }
  .awardsHorse__top {
    font-size: 2.73438vw;
  }
  .horseImg img {
    width: 100%;
    height: auto;
  }
  .horse_imgDate {
    left: 0;
  }
  .horseName .horseIcon,
  .horseName .horseIcon__gy {
    width: 180px;
    height: 180px;
  }
  .horseDetails__link {
    display: block;
  }
  .horseInfoLink a {
    margin-bottom: 16px;
  }
  .horseInfoLink__bottom {
    margin-top: -4px;
  }
  .horseButton:not(:last-child) {
    margin-right: 0;
  }
  .horseButton {
    margin-bottom: 24px;
  }
  .horseButton a {
    width: 100%;
    padding: 12px 28px 12px 16px;
  }
  .modalLink__mutually:first-child {
    margin-right: 0;
  }
  .modalLink__mutually:nth-child(2) a {
    padding: 12px 28px 12px 16px;
    font-size: 15px;
  }
  .modalLink__mutually:nth-child(2) a span {
    top: 39%;
  }
  .awaerd_subImg {
    margin: 0 auto;
    text-align: center;
  }
  .awaerd_subImg img {
    width: 100%;
    height: auto;
  }
  .man_imgDate {
    padding: 4px 8px;
  }
  .modalContect {
    height: 70%;
    width: 94%;
    padding: 24px;
  }
  .modal__closeBtn {
    top: 2%;
    right: 4%;
  }
  .modalContect__greeting {
    height: 70%;
  }
  .modalContect__gallery {
    padding: 24px 10%;
  }
  .footerNavBtn p {
    background-color: rgba(0, 0, 0, 0.95);
  }
  .awardsLine__fNav {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin: 0 0px -8px 0px;
  }
  .awardsLine__item_fNav {
    margin-right: 0;
    margin-bottom: 0;
  }
  .awardsLine__link_fNav {
    border: none;
    padding: 4px 24px 6px 4px;
  }
  .awardsLine__link_fNav::after {
    top: 38%;
    right: 13px;
    border-top: 1px solid #e6c643;
    border-right: 1px solid #e6c643;
  }
  .tab {
    opacity: 0.95;
  }
  .tab li {
    -webkit-box-flex: 0;
    -webkit-flex: 0 1 50%;
        -ms-flex: 0 1 50%;
            flex: 0 1 50%;
    text-align: center;
  }
  .footerArea {
    background-color: rgba(134, 1, 0, 0.95);
  }
}

@media screen and (min-width: 801px) {
  /* 中間801px以上 */
}

@media screen and (max-width: 800px) {
  /* 中間800px */
  .mainTitle__sub {
    font-size: 14px;
  }
  .greeting__link {
    padding: 16px 8px 16px 16px;
  }
  .greetingBtn__text_right {
    font-size: 2.34375vw;
  }
  .awardsHorse__title_year {
    top: -8%;
  }
  .horseName {
    font-size: 48px;
  }
  .horseName:hover {
    color: #000000;
  }
  .horseName:hover::after {
    opacity: 0;
  }
  .horseName .horseIcon,
  .horseName .horseIcon__gy {
    width: 150px;
    height: 150px;
    bottom: -40px;
    right: -35px;
  }
  .horseDetails {
    display: block;
    padding: 24px 32px;
  }
  .horseDetails__left {
    margin-bottom: 24px;
  }
  .horsePedigree__table table {
    margin: 0 auto;
  }
  .horseDetails__link a:not(:last-child) {
    margin-bottom: 16px;
  }
  .manDetails {
    display: block;
    padding: 24px 12px;
  }
  .manDetails .horseDetails__left {
    margin-bottom: 40px;
  }
  .manDetails__okada {
    padding-bottom: 40px;
  }
  .awaerd_subImg img {
    width: 80%;
  }
  .man_imgDate {
    left: 10%;
  }
  .awardMan__table table {
    margin: 0 auto;
  }
  .modal__horseImg img {
    width: 90%;
  }
  .sliderArea {
    max-width: 100%;
    padding: 0;
  }
  .prev,
  .next {
    z-index: 10;
  }
  .prev {
    left: 30px;
    border-top: 2px solid #ffffff;
    border-right: 2px solid #ffffff;
  }
  .next {
    right: 30px;
    border-top: 2px solid #ffffff;
    border-right: 2px solid #ffffff;
  }
  .modalContect__gallery {
    max-height: 65%;
  }
}

@media screen and (max-width: 600px) {
  /* スマホ-600px */
  .br__sp {
    display: block;
  }
  main {
    margin-bottom: 24px;
  }
  header {
    padding: 0 15px;
  }
  .main_horse_gd2 {
    width: 250px;
    left: -13%;
  }
  .main_horse_gd1 {
    width: 250px;
    left: -6%;
  }
  .main_horse {
    width: 250px;
    left: 0;
  }
  .mainTitle__bg_silhouette {
    right: -15px;
  }
  .mainTitle {
    font-size: 48px;
  }
  .headLinkOuter {
    margin: 0 15px;
  }
  .headLinkWrapper {
    padding: 8% 15px;
  }
  .greeting {
    margin-bottom: 10%;
  }
  .greetingBtn {
    width: 100%;
  }
  .greeting__link {
    padding: 8px;
  }
  .greetingBtn__text {
    display: block;
    padding-right: 0;
  }
  .greetingBtn__text::after {
    display: none;
  }
  .greetingBtn__text_left {
    position: relative;
    margin-right: 0;
    margin-bottom: 8px;
    font-size: 20px;
    display: inline-block;
  }
  .greetingBtn__text_left::after {
    position: absolute;
    top: 38%;
    right: -20px;
    content: "";
    width: 8px;
    height: 8px;
    border-top: 1px solid #fff;
    border-right: 1px solid #fff;
    -webkit-transform: rotate(45deg);
        -ms-transform: rotate(45deg);
            transform: rotate(45deg);
  }
  .greetingBtn__text_right {
    font-size: 14px;
  }
  .awardsList {
    padding: 40px 0;
  }
  .awardsList__h2_ja {
    font-size: 14px;
  }
  .awardsList__h2_en {
    font-size: 32px;
  }
  .awardsLine__link {
    padding: 8px 20px 8px 8px;
    margin-left: -8px;
  }
  .awardsLine__link::after {
    top: 29%;
    right: 8px;
    width: 5px;
    height: 5px;
  }
  .horseDetails__link_awardlist {
    margin-top: 40px;
  }
  .horseDetails__link_awardlist a {
    font-size: 14px;
  }
  .newsList {
    padding: 16px;
  }
  .newsItem_newsDate {
    font-size: 14px;
    margin-right: 16px;
  }
  .newsItem_newsText {
    font-size: 14px;
  }
  .awards {
    padding: 88px 0 48px;
  }
  .awardsWrapper {
    margin: 0 auto 18%;
  }
  .awardsWrapper__mutually {
    margin-top: 100px;
  }
  .awardsWrapper__last {
    margin: 0 auto 32px;
  }
  .awardsContainer {
    padding: 7% 16px;
  }
  .awardsContainer__topLarge {
    padding: 8% 16px;
  }
  .awardsContainer__topLarge_hida {
    padding: 18.5% 24px 5%;
    margin: 0 16px;
  }
  .awardsContainer__top {
    padding: 9% 16px 7%;
  }
  .awardsHorse__title_year {
    width: 80%;
    top: -140px;
    padding: 16px 24px 180px 24px;
  }
  .awardsHorse__h2 {
    padding: 3px 5vw;
  }
  .awardsHorse__h2_year_jp {
    display: block;
    font-size: 36px;
  }
  .awardsHorse__h2_year_en {
    font-size: 16px;
  }
  .award__repre_h2 {
    font-size: 5.46875vw;
    padding-bottom: 4px;
    vertical-align: middle;
    display: inline-block;
  }
  #sabunojunior {
    width: 100%;
    text-align: center;
  }
  .award__repre_h2L {
    font-size: 4.88281vw;
  }
  .award__repre_h2_mori {
    font-size: 4.6875vw;
    display: block;
  }
  .awardsHorse__h2_bg {
    font-size: 5.46875vw;
  }
  .awardsHorse__h2_bg {
    padding: 15px 3%;
  }
  .awardsHorse__top {
    font-size: 3.41797vw;
  }
  .horse_imgDate span {
    display: block;
    text-align: left;
  }
  .horse_imgDate {
    font-size: 12px;
  }
  .horseNameWrapper {
    margin: 9% 0 6%;
  }
  .horseName {
    font-size: 7vw;
  }
  .horseName .horsePlace {
    font-size: 4vw;
  }
  .horseName .horseIcon,
  .horseName .horseIcon__gy {
    width: 22vw;
    height: 22vw;
    bottom: -28px;
    right: -15px;
  }
  .horseDetails {
    margin-bottom: 24px;
    padding: 24px 16px;
  }
  .horseDetails__born {
    margin-bottom: 24px;
    font-size: 14px;
  }
  .horsePedigree__table {
    font-size: 12px;
  }
  .horsePedigree__table td,
  .horsePedigree__table th {
    padding: 8px;
  }
  .horseDetails__table th {
    width: 120px;
  }
  .horseDetails__link {
    margin-top: 40px;
  }
  .horseDetails__link a {
    font-size: 16px;
  }
  .horseInfoLink a {
    font-size: 14px;
    padding-right: 24px;
  }
  .horseInfoLink__bottom a {
    padding-right: 24px;
  }
  .marchelorraine__bnr_ttl {
    font-size: 14px;
  }
  .horseButton a {
    font-size: 14px;
  }
  .horseButton span {
    top: 39%;
  }
  .modalLink__mutually {
    margin-bottom: 24px;
  }
  .modalLink__mutually:nth-child(2) a {
    font-size: 14px;
  }
  .horseDetails__text p {
    font-size: 14px;
  }
  .manDetails__text {
    margin-bottom: 20px;
  }
  .manDetails__text p {
    font-size: 14px;
  }
  .awaerd_subImg img {
    width: 100%;
  }
  .man_imgDate {
    font-size: 10px;
    left: 0;
  }
  .awardMan__table {
    font-size: 12px;
  }
  .awardMan__table p {
    font-size: 12px;
  }
  .awardMan__table td,
  .awardMan__table th {
    padding: 4px;
  }
  .modalContect {
    height: 82%;
    width: 100%;
    padding: 24px 0;
  }
  .modal__closeBtn {
    top: 2%;
    right: 0;
  }
  .modal__closeBtn span::before,
  .modal__closeBtn span::after {
    width: 55%;
  }
  .closeBtn a {
    padding: 8px 24px;
  }
  .greeting__head {
    font-size: 32px;
    text-align: center;
    margin-bottom: 24px;
  }
  .greeting__text {
    padding-bottom: 12px;
    line-height: 1.6;
  }
  .greeting__footer {
    font-size: 16px;
  }
  .modalContect__greeting {
    padding: 15px;
  }
  .modal__horseImg img {
    width: 100%;
  }
  .horseComment__head {
    margin: 0 24px 24px;
  }
  .horseComment__title {
    font-size: 16px;
    text-align: left;
    line-height: 1.6;
  }
  .horseComment__name_vtr {
    margin: 0 24px 8px;
  }
  .horseComment__text {
    line-height: 1.6;
    font-size: 14px;
  }
  .slick-slide {
    margin: 0 2px;
  }
  .thumb {
    margin: 10px 0 0;
  }
  .prev {
    left: 15px;
  }
  .next {
    right: 15px;
  }
  .modalContect__gallery {
    max-height: 82%;
    padding: 16px 8px;
    top: 50%;
  }
  .modal_man .modalContect {
    height: 63%;
    max-height: 600px;
    width: 94%;
    top: 45%;
  }
  .horseComment__footer {
    text-align: left;
    padding: 0 24px;
  }
  .footerNavBtn {
    display: block;
  }
  .footerNavWrapper {
    position: absolute;
    bottom: -350px;
  }
  .footerNavWrapper.open {
    position: relative;
    bottom: 0;
  }
  .awardsLine__link_fNav {
    font-size: 15px;
  }
  .footerArea {
    padding: 16px 12px;
  }
  .pageTop {
    display: none;
  }
  .pageTop__sp a {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    background-color: rgba(134, 1, 0, 0.8);
    width: 45px;
    height: 45px;
    color: #ffffff;
    text-align: center;
    text-transform: uppercase;
    text-decoration: none;
    font-size: 0.6rem;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
    position: relative;
    display: inline-block;
    margin-right: 6px;
  }
  .pageTop__sp a span {
    position: absolute;
    top: 45%;
    left: 40%;
    -webkit-transform: translateY(-50%) translateX(-50%);
        -ms-transform: translateY(-50%) translateX(-50%);
            transform: translateY(-50%) translateX(-50%);
    content: "";
    width: 12px;
    height: 12px;
    border-top: 1px solid #ffffff;
    border-right: 1px solid #ffffff;
    -webkit-transform: rotate(-45deg);
        -ms-transform: rotate(-45deg);
            transform: rotate(-45deg);
  }
}

@media screen and (max-width: 430px) {
  /* スマホs-420px */
  .main_horse_gd2 {
    width: 185px;
  }
  .main_horse_gd1 {
    width: 185px;
  }
  .main_horse {
    width: 185px;
  }
  .mainTitle {
    font-size: 34px;
  }
  .awardsWrapper {
    padding: 0;
  }
  .awardsHorse__title_hida {
    line-height: 1.0;
  }
  .awardsHorse__title_year {
    top: -128px;
  }
  .awardsHorse__h2 {
    padding: 3px 5vw;
  }
  .awardsHorse__h2_year_jp {
    font-size: 28px;
  }
  .awardsHorse__h2_year_en {
    font-size: 14px;
  }
  .awardsHorse__h2_en {
    margin-left: 0;
  }
  .horse_imgDate {
    font-size: 10px;
  }
  .horseName .horsePlace {
    font-size: 3vw;
  }
  .horseDetails__table th {
    width: 100px;
  }
  .footerNavBtn p {
    width: 50%;
    text-align: center;
  }
}

@media all and (-ms-high-contrast: none) {
  /* IE用 */
  body {
    font-family: "メイリオ", Meiryo;
  }
  .awardsList__h3 {
    padding-top: 14px;
  }
  .newsList {
    max-height: 200px;
  }
  .newsItem:last-child {
    padding-bottom: 16px;
  }
  .awardsHorse__h2 {
    padding: 14px 56px 22px;
  }
  .awardsHorse__h2_bg {
    padding: 10px 3%;
  }
  .horse_imgDate {
    padding: 8px 16px 4px;
  }
  .horseName {
    padding-top: 16px;
  }
  .horsePedigree__table td,
  .horsePedigree__table th {
    padding-top: 16px;
  }
  .horseDetails__table th {
    padding-top: 10px;
  }
  .horseDetails__table td {
    padding-top: 10px;
  }
  .horseDetails__link a {
    -webkit-box-flex: 0;
    -webkit-flex: 0 1 40%;
        -ms-flex: 0 1 40%;
            flex: 0 1 40%;
    padding: 20px 24px 16px 16px;
  }
  .modalLink__mutually a span {
    top: 45%;
  }
  .modalLink__mutually:nth-child(2) a {
    font-size: 13px;
    padding: 20px 24px 19px 12px;
  }
  .horseComment__head {
    padding-top: 16px;
  }
  .thumb .slick-track {
    -webkit-transform: none !important;
        -ms-transform: none !important;
            transform: none !important;
  }
}

@media screen and (max-width: 352px) {
  .footerNavBtn p {
    font-size: 14px;
  }
}
