@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: #000;
  overflow-x: hidden;
}

.lvh2 {
  font-size: 40px;
}

header {
  position: relative;
}

.top__wrapper {
  position: relative;
}

.bg_top__emblem {
  position: absolute;
  left: 49%;
  top: -10px;
  -webkit-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
          transform: translateX(-50%);
  -webkit-transition: all 1s;
  transition: all 1s;
  opacity: 0.1;
  width: 16vw;
  z-index: 90;
}

.bg_top__emblem.topFadeIn {
  top: 5%;
  opacity: 1;
}

.bg_top__title {
  position: absolute;
  left: 50%;
  top: 40%;
  width: 53vw;
  -webkit-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
          transform: translateX(-50%);
  -webkit-transition: all 1.5s;
  transition: all 1.5s;
  opacity: 0.1;
  z-index: 90;
}

.bg_top__title.topFadeIn {
  top: 36%;
  opacity: 1;
}

.bg_top__horse {
  position: absolute;
  right: -80px;
  top: 60px;
  width: 30vw;
  -webkit-transition: all 1.5s;
  transition: all 1.5s;
  opacity: 0.1;
}

.bg_top__horse.topFadeIn {
  right: 0;
  opacity: 1;
}

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

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

.greetingBtn {
  color: #fff;
  border: 1px solid #fff;
  display: inline-block;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

.greetingBtn:hover {
  color: #000;
  border: 1px solid #000;
  background-color: #fff;
}

.greeting__link {
  padding: 16px 24px 16px 72px;
  display: block;
  font-weight: 600;
  font-family: "Yu Mincho reguler", "YuMincho", "Yu Mincho", "游明朝体", "ヒラギノ明朝 ProN", "Hiragino Mincho ProN", sans-serif;
  font-size: 40px;
}

.greetingBtn__text {
  position: relative;
  padding-right: 72px;
}

.greetingBtn__text::after {
  font-family: "Font Awesome 5 Free";
  content: "\f105";
  font-weight: 700;
  font-size: 40px;
  position: absolute;
  top: 50%;
  right: 0;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
}

.greetingBtn__text_sub {
  display: block;
  font-size: 24px;
}

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

.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;
}

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

.awardsList__head {
  margin-bottom: 24px;
}

.awardsList__h2 {
  font-family: "Avenir", "Helvetica Neue", "Helvetica", "Arial", "Hiragino Sans", "ヒラギノ角ゴシック", "游ゴシック bold", "Yu Gothic bold", "游ゴシック体", YuGothic, sans-serif, "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic";
  letter-spacing: 0.08em;
}

.awardsList__h2_ja {
  font-size: 20px;
  padding-left: 16px;
  font-weight: 600;
}

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

.awardsListContainer {
  padding: 40px;
  background-color: #000;
}

.awardsList__h3 {
  background-color: #fff;
  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;
  font-size: 20px;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  font-weight: 600;
  font-family: "Yu Mincho Light", "YuMincho", "Yu Mincho", "游明朝体", "ヒラギノ明朝 ProN", "Hiragino Mincho ProN", sans-serif;
}

.awardsLine__link span {
  color: #fff;
  display: block;
  font-size: 12px;
}

.awardsLine__link::after {
  font-family: "Font Awesome 5 Free";
  content: "\f107";
  font-weight: 700;
  font-size: 20px;
  position: absolute;
  top: 50%;
  right: 15px;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
}

.awardsLine__link:hover {
  background-color: #e6c643;
  color: #000;
}

.horseDetails__link_awardlist {
  margin-top: 40px !important;
  margin-top: 56px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: space-around;
      -ms-flex-pack: distribute;
          justify-content: space-around;
  font-weight: 600;
}

.horseDetails__link_awardlist a {
  -webkit-box-flex: 0;
  -webkit-flex: 0 1 45%;
      -ms-flex: 0 1 45%;
          flex: 0 1 45%;
  display: block;
  padding: 16px 24px 16px 16px;
  text-align: center;
  background-color: #860100;
  color: #fff;
  position: relative;
  font-size: 18px;
  border: 1px solid #860100;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

.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: 30px;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
}

.horseDetails__link_awardlist a:hover {
  color: #860100;
  border: 1px solid #860100;
  background-color: #fff;
}

.awardsList__horse,
.awardsList__man {
  pointer-events: none;
}

.awardsList__horse span,
.awardsList__man span {
  display: none;
}

.active {
  display: block;
}

.awards {
  background-color: #000;
  padding: 140px 0 40px;
  overflow: hidden;
  position: relative;
  /* z-index: 0; */
}

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

.awardsWrapper__last {
  margin-bottom: 56px;
}

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

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

.awardsContainer__subnojr {
  padding: 104px 40px 64px;
  background: #fbf3d0;
  background: -webkit-linear-gradient(135deg, #fbf3d0 0%, #fff2c3 28%, #fcf9ec 70%, #f8e1ad 100%);
  background: linear-gradient(315deg, #fbf3d0 0%, #fff2c3 28%, #fcf9ec 70%, #f8e1ad 100%);
}

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

.sideText_top {
  position: absolute;
  left: -18%;
  top: 0;
}

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

.awardsHorse__title {
  display: inline-block;
  position: absolute;
  top: -60px;
  left: -20px;
  padding: 10px 0;
  line-height: 1.2;
  color: #000;
  box-shadow: 0 2px 2px rgba(0, 0, 0, 0.2);
  background: #e2bf2d;
  background: -webkit-linear-gradient(left, #e2bf2d 0%, #f2de88 35%, #cba303 100%);
  background: linear-gradient(90deg, #e2bf2d 0%, #f2de88 35%, #cba303 100%);
}

.awardsHorse__h2 {
  margin: 0;
  padding: 12px 104px 8px;
  border-top: solid 3px #860100;
  border-bottom: solid 3px #860100;
}

.awardsHorse__h2::before {
  position: absolute;
  content: "";
  top: 100%;
  left: 0;
  border: none;
  border-bottom: solid 15px transparent;
  border-right: solid 20px #e2bf2d;
}

.award__repre_h2,
.awardsHorse__h2_en,
.awardsHorse__top {
  text-shadow: #fff 1px 1px 10px, #fff -1px 1px 10px, #fff 1px -1px 10px, #fff -1px -1px 10px;
  font-family: "Yu Mincho Light", "YuMincho", "Yu Mincho", "游明朝体", "ヒラギノ明朝 ProN", "Hiragino Mincho ProN", sans-serif;
  font-weight: bold;
  color: #860100;
  letter-spacing: 0.05em;
}

.award__repre_h2 {
  font-size: 48px;
  font-family: "Yu Mincho regular", "YuMincho", "Yu Mincho", "游明朝体", "ヒラギノ明朝 ProN", "Hiragino Mincho ProN", sans-serif;
}

.awardsHorse__h2_en {
  font-size: 24px;
  margin-left: 8px;
}

.awardsHorse__top {
  display: block;
  text-align: center;
  font-size: 28px;
}

.awardsHorse__emblem {
  display: inline-block;
}

.awardsHorse__emblem::before {
  background-image: url("../imgs/emblem-left@2x.png");
  content: "";
  position: absolute;
  top: 30px;
  left: 30px;
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
  width: 100px;
  height: 100px;
}

.awardsHorse__emblem::after {
  background-image: url("../imgs/emblem-right@2x.png");
  content: "";
  position: absolute;
  top: 30px;
  right: 30px;
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
  width: 100px;
  height: 100px;
}

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

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

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

.horseName {
  font-size: 56px;
  font-weight: bold;
  position: relative;
  -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 span {
  font-size: 24px;
}

.horseName::after {
  font-family: "Font Awesome 5 Free";
  content: "\f105";
  font-weight: 700;
  font-size: 40px;
  position: absolute;
  top: 50%;
  right: -40px;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
  opacity: 0;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  color: #860100;
}

.horseName:hover {
  color: #860100;
}

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

.horseDetails {
  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;
  font-weight: 600;
  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%;
}

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

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

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

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

.horseDetails__link {
  margin-top: 56px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: space-around;
      -ms-flex-pack: distribute;
          justify-content: space-around;
  font-weight: 600;
}

.horseDetails__link a {
  -webkit-box-flex: 0;
  -webkit-flex: 0 1 45%;
      -ms-flex: 0 1 45%;
          flex: 0 1 45%;
  display: block;
  padding: 16px 24px 16px 16px;
  text-align: center;
  background-color: #860100;
  color: #fff;
  position: relative;
  font-size: 18px;
  border: 1px solid #860100;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

.horseDetails__link a::after {
  font-family: "Font Awesome 5 Free";
  content: "\f105";
  font-weight: 700;
  font-size: 16px;
  position: absolute;
  top: 50%;
  right: 30px;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
}

.horseDetails__link a:hover {
  color: #860100;
  border: 1px solid #860100;
  background-color: #fff;
}

.horseDetails__text p {
  line-height: 1.5;
  font-weight: 600;
}

.manDetails__text {
  margin-bottom: 40px;
}

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

.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);
  font-weight: 600;
}

.awaerd_subImg {
  position: relative;
}

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

.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;
  font-weight: 600;
}

.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 #000;
  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;
}

.supplement li {
  color: #fff;
  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 {
  background-image: url("../imgs/red_bg.png");
  height: 80vw;
  background-size: cover;
  background-repeat: no-repeat;
  margin: 0 calc(50% - 50vw);
  width: 100vw;
  position: absolute;
}

.awardsWrapper__bg_horse {
  background-image: url("../imgs/horse_bg.png");
  height: 80vw;
  background-size: cover;
  background-repeat: no-repeat;
  margin: 0 calc(50% - 50vw);
  width: 100vw;
  position: absolute;
}

footer {
  background-color: #fff;
  text-align: center;
  padding: 8px;
}

#pageTop {
  width: 75px;
  height: 75px;
  position: fixed;
  right: 50px;
  bottom: 38px;
  background: #eaeaea;
  opacity: 0.8;
}

#pageTop a {
  position: relative;
  display: block;
  width: 75px;
  height: 75px;
  text-decoration: none;
}

#pageTop a::before {
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  content: "\f106";
  font-size: 28px;
  color: #000;
  position: absolute;
  width: 25px;
  height: 25px;
  top: -5px;
  bottom: 0;
  right: 0;
  left: 0;
  margin: auto;
  text-align: center;
}

* {
  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: 90%;
  width: 75%;
  background: white;
  padding: 40px 60px;
}

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: #fff;
}

.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 {
  background-color: #000;
  border: 1px solid #000;
  color: #ffffff;
  display: inline-block;
  text-align: center;
  margin: 64px auto;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

.closeBtn:hover {
  background-color: #fff;
  color: #000;
}

.closeBtn a {
  padding: 16px 80px;
  display: block;
}

.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;
}

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

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

.horseCommentWrapper {
  text-align: left;
}

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

.horseComment__title {
  font-size: 20px;
  font-weight: 700;
}

.horseComment__name {
  font-size: 18px;
  font-weight: 600;
  margin-bottom: 6px;
}

.horseComment__text {
  margin-bottom: 32px;
  line-height: 1.7;
  font-weight: 600;
}

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

.sliderArea {
  max-width: 80%;
  margin: 0 auto;
  padding: 0 80px;
}

.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%;
  font-size: 24px;
  cursor: pointer;
}

.prev {
  left: -24px;
}

.next {
  right: -24px;
}

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

.hamburgerWrapper {
  position: fixed;
  z-index: 100;
  top: 20px;
  right: 50px;
  background-color: #860100;
}

.hamburgerButton_text {
  color: #fff;
  padding: 60px 8px 0;
  font-size: 12px;
}

.u-visuallyHidden {
  position: absolute;
  white-space: nowrap;
  width: 1px;
  height: 1px;
  overflow: hidden;
  border: 0;
  padding: 0;
  clip: rect(0 0 0 0);
  -webkit-clip-path: inset(50%);
          clip-path: inset(50%);
}

.c-button {
  position: relative;
  display: inline-block;
  text-decoration: none;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  border: none;
  background-color: transparent;
  cursor: pointer;
}

.p-hamburger {
  width: 90px;
  height: 90px;
  box-shadow: 0 0 2rem transparent;
  outline: none;
  -webkit-transition: all 0.1s ease-in-out;
  transition: all 0.1s ease-in-out;
  z-index: 200;
}

.p-hamburger:hover,
.p-hamburger:focus {
  box-shadow: 0 0 0.5rem rgba(0, 0, 0, 0.5);
}

.p-hamburger__line {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  margin: auto;
  width: 26px;
  height: 3px;
  background: #fff;
  -webkit-transition: inherit;
  transition: inherit;
}

.p-hamburger__line::before,
.p-hamburger__line::after {
  content: "";
  position: absolute;
  display: block;
  width: 100%;
  height: 100%;
  background-color: inherit;
  -webkit-transition: inherit;
  transition: inherit;
}

.p-hamburger__line::before {
  top: -7px;
}

.p-hamburger__line::after {
  top: 7px;
}

.awardsListWrapper__hamburger {
  z-index: 90;
  position: fixed;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  height: 100%;
  background: #000;
  -webkit-transform: translateX(100%);
      -ms-transform: translateX(100%);
          transform: translateX(100%);
  background-image: url("../imgs/horse_bg.png");
  height: 80vw;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
  margin: 0 calc(50% - 50vw);
  width: 100vw;
}

.is-drawerActive {
  height: 100vh;
  overflow-y: hidden;
}

.is-drawerActive .awardsListWrapper__hamburger {
  -webkit-transform: translateX(0);
      -ms-transform: translateX(0);
          transform: translateX(0);
  height: 100%;
  overflow: scroll;
}

.p-hamburger[aria-expanded="true"] .p-hamburger__line {
  background-color: transparent;
}

.p-hamburger[aria-expanded="true"] .p-hamburger__line::before,
.p-hamburger[aria-expanded="true"] .p-hamburger__line::after {
  top: 0;
  background: #fff;
}

.p-hamburger[aria-expanded="true"] .is-p-hamburger__lineActive::before,
.p-hamburger[aria-expanded="true"] .is-p-hamburger__lineActive::after {
  background-color: #fff;
}

.p-hamburger[aria-expanded="true"] .p-hamburger__line::before {
  -webkit-transform: rotate(45deg);
      -ms-transform: rotate(45deg);
          transform: rotate(45deg);
}

.p-hamburger[aria-expanded="true"] .p-hamburger__line::after {
  -webkit-transform: rotate(-45deg);
      -ms-transform: rotate(-45deg);
          transform: rotate(-45deg);
}

.awardsListWrapper__hamburger .awardsListWrapper {
  margin: 96px auto;
}

.awardsListWrapper__hamburger .awardsListContainer {
  padding: 40px 40px 5px;
}

.awardsListWrapper__hamburger .awardsList__head {
  color: #fff;
}

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

@media screen and (min-width: 1025px) {
  /* PC-1025px以上 */
  .horseDetails__link_awardlist a:hover::after {
    background-image: url("../imgs/other_window_br.png");
  }
  .horseImg img {
    width: 70%;
    height: auto;
  }
  .hamburgerWrapper.is-position {
    right: 65px;
  }
}

@media screen and (max-width: 1024px) {
  /* タブレット-1024px */
  .br__tab {
    display: none;
  }
  .greetingWrapper {
    margin: 0 16px;
  }
  .greetingBtn:hover {
    color: #fff;
    border: 1px solid #fff;
    background-color: #000;
  }
  .greeting__link {
    font-size: 3.90625vw;
    padding: 16px 24px 16px 64px;
  }
  .greetingBtn__text::after {
    font-size: 24px;
  }
  .greetingBtn__text_sub {
    font-size: 2.53906vw;
  }
  .awardsListWrapper {
    padding: 0 20px;
  }
  .awardsList__h2_ja {
    font-size: 16px;
  }
  .awardsList__h2_en {
    font-size: 40px;
  }
  .awardsLine__link:hover {
    background-color: #000;
    color: #e6c643;
  }
  .horseDetails__link_awardlist a:hover {
    background-color: #860100;
    color: #fff;
  }
  .awards {
    padding: 112px 0 40px;
  }
  .awardsWrapper {
    padding: 0 14px;
    margin: 0 auto 112px;
  }
  .awardsWrapper__last {
    margin: 0 auto 56px;
  }
  .awardsContainer {
    padding: 5% 24px 5%;
    margin: 0 16px;
  }
  .awardsContainer__topLarge {
    padding: 12.5% 24px 5%;
    margin: 0 16px;
  }
  .awardsContainer__subnojr {
    padding: 7% 24px;
  }
  .sideText {
    display: none;
  }
  .awardsHorse__title {
    padding: 5px 0;
    top: -40px;
  }
  .awardsHorse__h2 {
    padding: 5px 11vw 3px;
    border-top: solid 2px #860100;
    border-bottom: solid 2px #860100;
  }
  .award__repre_h2 {
    font-size: 4.6875vw;
  }
  .awardsHorse__h2_en {
    font-size: 2.34375vw;
  }
  .award__repre_h2_mori,
  .award__repre_h2_murakami {
    font-size: 4.39453vw;
  }
  .awardsHorse__top {
    font-size: 2.73438vw;
  }
  .awardsHorse__emblem::before {
    top: 28px;
    left: 30px;
    width: 9.5vw;
    height: 7.5vw;
  }
  .awardsHorse__emblem::after {
    top: 28px;
    right: 35px;
    width: 9.5vw;
    height: 7.5vw;
  }
  .horseImg img {
    width: 100%;
    height: auto;
  }
  .horse_imgDate {
    left: 0;
  }
  .horseDetails__link a:hover {
    background-color: #860100;
    color: #fff;
  }
  .awaerd_subImg {
    margin: 0 auto;
    text-align: center;
  }
  .awaerd_subImg img {
    width: 100%;
    height: auto;
  }
  .man_imgDate {
    padding: 4px 8px;
  }
  #pageTop {
    width: 70px;
    height: 70px;
    right: 0;
    bottom: 0;
  }
  #pageTop a {
    width: 70px;
    height: 70px;
  }
  .modalContect {
    height: 70%;
    width: 90%;
    padding: 40px;
  }
  .modalContect {
    width: 94%;
    padding: 24px;
  }
  .modal__closeBtn {
    top: 2%;
    right: 4%;
  }
  .closeBtn:hover {
    background-color: #000;
    color: #fff;
  }
  .modalContect__greeting {
    height: 70%;
  }
  .hamburgerWrapper {
    top: 0;
    right: 0;
  }
  .hamburgerButton_text {
    font-size: 10px;
    padding: 55px 8px 0;
  }
  .p-hamburger {
    width: 80px;
    height: 80px;
  }
}

@media screen and (min-width: 801px) {
  /* 中間801px以上 */
  .awardsLineWrapper_horse,
  .awardsLineWrapper_man {
    display: block !important;
  }
}

@media screen and (max-width: 800px) {
  /* 中間800px */
  .awardsLine {
    margin: 0;
    display: block;
  }
  .awardsLine__item {
    margin-right: 0px;
  }
  .awardsLine__item:last-child {
    margin-bottom: 32px;
  }
  .awardsLine__link {
    display: block;
  }
  .awardsLine__link span {
    display: inline-block;
    margin-left: 8px;
  }
  .horseDetails__link_awardlist {
    display: block;
  }
  .horseDetails__link_awardlist a:not(:last-child) {
    margin-bottom: 16px;
  }
  .awardsList__horse,
  .awardsList__man {
    cursor: pointer;
    pointer-events: auto;
    position: relative;
    font-size: 18px;
    margin-bottom: 16px;
  }
  .awardsList__horse::after,
  .awardsList__man::after {
    font-family: "Font Awesome 5 Free";
    content: "\f107";
    font-weight: 700;
    font-size: 20px;
    position: absolute;
    top: 50%;
    right: 15px;
    -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
            transform: translateY(-50%);
  }
  .awardsList__horse span,
  .awardsList__man span {
    display: inline;
  }
  .awardsLineWrapper_horse,
  .awardsLineWrapper_man {
    display: none;
  }
  .horseName {
    font-size: 48px;
  }
  .horseName:hover {
    color: #000;
  }
  .horseName:hover::after {
    opacity: 0;
  }
  .horseDetails {
    display: block;
    padding: 24px 32px;
  }
  .horseDetails__left {
    margin-bottom: 24px;
  }
  .horsePedigree__table table {
    margin: 0 auto;
  }
  .horseDetails__link {
    display: block;
  }
  .horseDetails__link a:not(:last-child) {
    margin-bottom: 16px;
  }
  .manDetails {
    display: block;
    padding: 24px 12px;
  }
  .manDetails .horseDetails__left {
    margin-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 {
    left: -15px;
  }
  .next {
    right: -15px;
  }
  .modalContect__gallery {
    max-height: 65%;
  }
}

@media screen and (max-width: 600px) {
  /* スマホ-600px */
  .br__sp {
    display: block;
  }
  .bg_top__emblem {
    width: 14vw;
  }
  .bg_top__title {
    width: 60vw;
  }
  .bg_top__horse {
    top: 20px;
  }
  .greeting {
    margin: 4% auto;
  }
  .greetingBtn {
    width: 100%;
  }
  .greeting__link {
    font-size: 5vw;
    padding: 5px 18px 5px 14px;
  }
  .greetingBtn__text {
    padding-right: 24px;
  }
  .greetingBtn__text::after {
    font-size: 18px;
  }
  .awardsList {
    padding: 40px 0;
  }
  .awardsList__h2_ja {
    font-size: 14px;
  }
  .awardsList__h2_en {
    font-size: 32px;
  }
  .awardsListContainer {
    padding: 40px 20px;
  }
  .awardsLine__link {
    padding: 8px 28px 8px 8px;
    font-size: 14px;
  }
  .awardsLine__link::after {
    padding: 8px 12px 8px 8px;
    font-size: 15px;
    right: 0;
  }
  .horseDetails__link_awardlist {
    margin-top: 40px;
  }
  .horseDetails__link_awardlist a {
    font-size: 16px;
  }
  .horseDetails__link_awardlist a::after {
    right: 15px;
  }
  .awardsList__horse::after,
  .awardsList__man::after {
    font-size: 16px;
  }
  .awards {
    padding: 80px 0 48px;
  }
  .awardsWrapper {
    margin: 0 auto 18%;
  }
  .awardsWrapper__last {
    margin: 0 auto 32px;
  }
  .awardsContainer {
    padding: 7% 16px;
  }
  .awardsContainer__topLarge {
    padding: 8% 16px;
  }
  .awardsContainer__subnojr {
    padding: 9% 16px 7%;
  }
  .awardsHorse__h2 {
    padding: 3px 7vw;
  }
  .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,
  .award__repre_h2_murakami {
    font-size: 4.39453vw;
  }
  .awardsHorse__top {
    font-size: 3.41797vw;
  }
  .awardsHorse__emblem {
    margin-top: -5px;
  }
  .awardsHorse__emblem::before {
    top: 23px;
    left: 4px;
    width: 12vw;
    height: 10vw;
  }
  .awardsHorse__emblem::after {
    top: 23px;
    right: 8px;
    width: 12vw;
    height: 10vw;
  }
  .horse_imgDate {
    font-size: 12px;
  }
  .horseNameWrapper {
    margin: 9% 0 6%;
  }
  .horseName {
    font-size: 7vw;
  }
  .horseName span {
    font-size: 4vw;
  }
  .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;
  }
  .horseDetails__link a::after {
    right: 15px;
  }
  .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;
  }
  #pageTop {
    width: 50px;
    height: 50px;
    right: 0;
    bottom: 0;
    opacity: 0.9;
  }
  #pageTop a {
    width: 55px;
    height: 55px;
  }
  .modal__closeBtn {
    top: 2%;
    right: 0;
  }
  .modal__closeBtn span::before,
  .modal__closeBtn span::after {
    width: 55%;
  }
  .closeBtn {
    margin: 32px auto 0;
  }
  .closeBtn a {
    padding: 8px 64px;
  }
  .greeting__head {
    font-size: 32px;
    text-align: center;
    margin-bottom: 24px;
  }
  .greeting__text {
    padding-bottom: 12px;
    line-height: 1.5;
    font-size: 14px;
  }
  .greeting__footer {
    font-size: 16px;
  }
  .modal__horseImg img {
    width: 100%;
  }
  .horseComment__title {
    font-size: 16px;
  }
  .horseComment__name {
    font-size: 16px;
  }
  .horseComment__text {
    line-height: 1.5;
    font-size: 14px;
  }
  .slick-slide {
    margin: 0 2px;
  }
  .thumb {
    margin: 10px 0 0;
  }
  .prev,
  .next {
    z-index: 10;
    color: #d6d6d6;
    opacity: 0.8;
  }
  .prev {
    left: 6px;
  }
  .next {
    right: 6px;
  }
  .modalContect__gallery {
    padding: 16px 8px;
    top: 45%;
  }
  .modal_man .modalContect {
    height: 63%;
    max-height: 600px;
    width: 94%;
    top: 45%;
  }
  .hamburgerButton_text {
    display: none;
  }
  .p-hamburger {
    width: 50px;
    height: 50px;
  }
  .awardsListWrapper__hamburger .awardsListWrapper {
    margin: 80px auto;
  }
}

@media screen and (max-width: 380px) {
  /* スマホs-380px */
  .awardsList__horse,
  .awardsList__man {
    font-size: 14px;
  }
  .awardsWrapper {
    padding: 0;
  }
  .awardsHorse__h2 {
    padding: 3px 5vw;
  }
  .awardsHorse__h2_en {
    margin-left: 0;
  }
  .awardsHorse__emblem::before {
    height: 13vw;
  }
  .awardsHorse__emblem::after {
    height: 13vw;
  }
  .horse_imgDate {
    font-size: 10px;
  }
  .horseName span {
    font-size: 3vw;
  }
  .horseDetails__table th {
    width: 100px;
  }
}

@media all and (-ms-high-contrast: none) {
  /* IE用 */
  .awardsList__h3 {
    padding-top: 14px;
  }
  .horseDetails__link_awardlist a {
    -webkit-box-flex: 0;
    -webkit-flex: 0 1 40%;
        -ms-flex: 0 1 40%;
            flex: 0 1 40%;
    padding: 20px 24px 16px 16px;
  }
  .awardsHorse__h2 {
    padding: 20px 104px 8px;
  }
  .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;
  }
  .closeBtn a {
    padding-top: 20px;
  }
  .horseComment__head {
    padding-top: 16px;
  }
  .thumb .slick-track {
    -webkit-transform: none !important;
        -ms-transform: none !important;
            transform: none !important;
  }
}

@media print {
  .bg_top__emblem {
    opacity: 1;
    top: 5%;
  }
  .bg_top__title {
    opacity: 1;
    top: 36%;
  }
  .bg_top__horse {
    opacity: 1;
    right: 0;
  }
}
