@charset "UTF-8";
/* ==================================================================
Foundation
================================================================== */
/*//////////////////////////////////////////////////////////////////////////////////////
Site Name  :  DMM FX SP
File Name  :  reset.css
Created	 :  2016.07.28
Up Date	 :  2016.07.28
Copyright (C) DMM FX All Rights Reserved.
//////////////////////////////////////////////////////////////////////////////////////*/
:root {
  -ms-box-sizing: border-box;
  -o-box-sizing: border-box;
  box-sizing: border-box;
}

* {
  border: 0;
  margin: 0;
  outline: 0;
  padding: 0;
  font: inherit;
  font-family: inherit;
  font-size: inherit;
  font-style: inherit;
  font-weight: inherit;
  text-decoration: none;
  vertical-align: baseline;
  word-wrap: break-word;
  word-break: break-all;
}

html {
  box-sizing: inherit;
  cursor: default;
  font-family: 'ヒラギノ角ゴ Pro W3','Hiragino Kaku Gothic Pro','メイリオ',Meiryo,'ＭＳ Ｐゴシック',sans-serif;
  line-height: 1;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
  -o-text-size-adjust: 100%;
  text-size-adjust: 100%;
  width: 100%;
  height: 100%;
  font-size: 10px;
}

#banusy-contents-body, body {
  position: relative;
  font-family: 'ヒラギノ角ゴ Pro W3','Hiragino Kaku Gothic Pro','メイリオ',Meiryo,'ＭＳ Ｐゴシック',sans-serif;
  font-size: 1.4rem;
  text-align: left;
  -webkit-font-smoothing: antialiased;
  font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

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

audio, canvas, progress, video {
  display: inline-block;
}

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

a, area, button, input, label, select, textarea, [tabindex] {
  -ms-touch-action: manipulation;
  touch-action: manipulation;
}

a {
  background-color: transparent;
  -webkit-text-decoration-skip: objects;
}

abbr[title] {
  border-bottom: 1px dotted;
  text-decoration: none;
}

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

b, strong {
  font-weight: inherit;
  font-weight: bolder;
}

blockquote, q {
  quotes: none;
}

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

button, input, select, textarea {
  background-color: transparent;
  border-style: none;
  color: inherit;
  font-size: 1rem;
  margin: 0;
}

button, input {
  overflow: visible;
}

button, select {
  text-transform: none;
}

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

code, kbd, pre, samp {
  font-family: monospace,monospace;
  font-size: 1rem;
}

dfn {
  font-style: italic;
}

fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: .35em .625em .75em;
}

hr {
  height: 0;
  overflow: visible;
}

img {
  border-style: none;
}

input, select {
  vertical-align: middle;
}

legend {
  display: table;
  max-width: 100%;
  padding: 0;
  white-space: normal;
}

mark {
  background-color: #ffff00;
  color: #000000;
}

ol, ul {
  list-style: none;
}

progress {
  vertical-align: baseline;
}

small {
  font-size: 75%;
}

sub, sup {
  font-size: 83.3333%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -.25em;
}

sup {
  top: -.5em;
}

svg {
  fill: currentColor;
}

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

table {
  border-collapse: collapse;
  border-spacing: 0;
  empty-cells: show;
}

template, [hidden] {
  display: none;
}

textarea {
  overflow: auto;
  resize: vertical;
}

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

[aria-controls] {
  cursor: pointer;
}

[aria-disabled] {
  cursor: default;
}

[type="checkbox"], [type="radio"] {
  padding: 0;
}

[type="search"] {
  -webkit-appearance: textfield;
  outline-offset: -2px;
}

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

[hidden][aria-hidden="false"]:focus {
  clip: auto;
}

*, ::before, ::after {
  background-repeat: no-repeat;
  box-sizing: inherit;
}

::before, ::after {
  text-decoration: inherit;
  vertical-align: inherit;
  border-style: solid;
  border-width: 0;
}

:hover {
  outline-width: 0;
}

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

:-moz-focusring {
  outline: 1px dotted ButtonText;
}

::-webkit-inner-spin-button, ::-webkit-outer-spin-button {
  height: auto;
}

::-webkit-search-cancel-button, ::-webkit-search-decoration {
  -webkit-appearance: none;
}

::-webkit-input-placeholder {
  color: inherit;
  opacity: .54;
}

::-webkit-file-upload-button {
  -webkit-appearance: button;
  font: inherit;
}

@media screen {
  [hidden~="screen"] {
    display: inherit;
  }
  [hidden~="screen"]:not(:active):not(:focus):not(:target) {
    clip: rect(0 0 0 0) !important;
    position: absolute !important;
  }
}

a {
  color: #333 !important;
  text-decoration: none !important;
}

a span {
  border-bottom: 1px solid #333;
  display: inline-block;
  padding-bottom: 2px;
  line-height: 1;
  text-indent: 0;
}

a:before, a:after {
  color: #333 !important;
}

a:hover {
  color: #86bb23 !important;
}

a:hover:before, a:hover:after {
  color: #86bb23 !important;
}

a:hover span {
  border-bottom: 1px solid #86bb23;
}

a:hover img {
  opacity: 0.7;
}

body {
  margin: 0 !important;
  letter-spacing: 0.5px;
  min-width: 1160px;
}

main {
  background-color: #ededed;
  padding-bottom: 65px;
}

[data-ua="sp"] {
  display: none;
}

/* ==================================================================
Utility
================================================================== */
@font-face {
  font-family: "iconfont";
  src: url("/_fonts/iconfont.eot?20171031");
  src: url("/_fonts/iconfont.eot?20171031#iefix") format("embedded-opentype"), url("/_fonts/iconfont.ttf?20171031") format("truetype"), url("/_fonts/iconfont.woff?20171031") format("woff"), url("/_fonts/iconfont.svg#iconfont") format("svg");
  font-weight: normal;
  font-style: normal;
}

[class*="c-ico"] {
  position: relative;
}

[class*="c-ico"]:before {
  font-family: "iconfont";
  speak: none;
  text-decoration: none;
  text-transform: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto;
  font-size: inherit;
  height: 1em;
  line-height: 1em;
}

.c-ico-1:before {
  content: "";
}

.c-ico-10:before {
  content: "";
}

.c-ico-2:before {
  content: "";
}

.c-ico-3:before {
  content: "";
}

.c-ico-4:before {
  content: "";
}

.c-ico-5:before {
  content: "";
}

.c-ico-6:before {
  content: "";
}

.c-ico-7:before {
  content: "";
}

.c-ico-8:before {
  content: "";
}

.c-ico-9:before {
  content: "";
}

.c-ico-answer:before {
  content: "";
}

.c-ico-arrow:before {
  content: "";
}

.c-ico-arrowCircle:before {
  content: "";
}

.c-ico-arrowDown:before {
  content: "";
}

.c-ico-arrowLeft:before {
  content: "";
}

.c-ico-arrowRight:before {
  content: "";
}

.c-ico-arrowUp:before {
  content: "";
}

.c-ico-b1:before {
  content: "";
}

.c-ico-b10:before {
  content: "";
}

.c-ico-b11:before {
  content: "";
}

.c-ico-b12:before {
  content: "";
}

.c-ico-b13:before {
  content: "";
}

.c-ico-b14:before {
  content: "";
}

.c-ico-b15:before {
  content: "";
}

.c-ico-b16:before {
  content: "";
}

.c-ico-b17:before {
  content: "";
}

.c-ico-b18:before {
  content: "";
}

.c-ico-b2:before {
  content: "";
}

.c-ico-b3:before {
  content: "";
}

.c-ico-b4:before {
  content: "";
}

.c-ico-b5:before {
  content: "";
}

.c-ico-b6:before {
  content: "";
}

.c-ico-b7:before {
  content: "";
}

.c-ico-b8:before {
  content: "";
}

.c-ico-b9:before {
  content: "";
}

.c-ico-circle:before {
  content: "";
}

.c-ico-cross:before {
  content: "";
}

.c-ico-fasebook:before {
  content: "";
}

.c-ico-g1:before {
  content: "";
}

.c-ico-g2:before {
  content: "";
}

.c-ico-g3:before {
  content: "";
}

.c-ico-gelding:before {
  content: "";
}

.c-ico-hat:before {
  content: "";
}

.c-ico-heart:before {
  content: "";
}

.c-ico-horse:before {
  content: "";
}

.c-ico-line:before {
  content: "";
}

.c-ico-mare:before {
  content: "";
}

.c-ico-menu_close:before {
  content: "";
}

.c-ico-menu_open:before {
  content: "";
}

.c-ico-pdf:before {
  content: "";
}

.c-ico-question:before {
  content: "";
}

.c-ico-search:before {
  content: "";
}

.c-ico-stallion:before {
  content: "";
}

.c-ico-twitter:before {
  content: "";
}

.u-mt--0 {
  margin-top: 0 !important;
}

.u-mt--15 {
  margin-top: 15px !important;
}

.u-mt--20 {
  margin-top: 20px !important;
}

.u-mb--0 {
  margin-bottom: 0 !important;
}

/* ==================================================================
Layout
================================================================== */
.l-footer {
  background-color: #f6f6f6;
  padding: 100px 0 0;
}

#footer {
  margin: 50px 0 0 !important;
}

.l-header {
  margin: 0 12px;
  letter-spacing: 0;
}

.l-header a {
  color: #333 !important;
}

.l-header a:hover {
  color: #fff !important;
}

.l-header a span {
  border: none;
}

.l-header a.hd-btn {
  color: #333 !important;
}

.l-header * {
  box-sizing: content-box;
  line-height: normal;
}

.l-header--static {
  height: 48px;
  margin: 0;
}

.l-header--static img {
  padding: 10px 0 10px 15px;
  height: 100%;
  box-sizing: border-box;
}

.l-contents {
  margin: 40px auto;
  padding: 0 20px;
  width: 1400px;
  box-sizing: border-box;
}

.l-innerContents {
  padding: 50px 20px 40px;
  width: 1020px;
  background-color: #fff;
  margin: auto;
}

.l-section {
  margin: 65px auto 0;
}

.c-heading + .l-section {
  margin-top: 20px;
}

.l-section + .c-lowerNavi {
  margin-top: 0;
}

.l-wideBlock {
  background: #fff;
}

/* ==================================================================
Component
================================================================== */
.c-navi {
  background-color: #262626;
  display: table;
  width: 100%;
  min-width: 1080px;
}

.c-navi__list {
  display: table-cell;
  vertical-align: top;
  height: 50px;
  font-size: 0;
}

.c-navi__item {
  position: relative;
  display: inline-block;
  font-size: 1.4rem;
  z-index: 15;
}

.c-navi__item > a {
  border: none;
  padding: 0 5px 0 15px;
  line-height: 50px;
  display: block;
  color: #fff !important;
  text-decoration: none !important;
}

.c-navi__item > a:hover {
  color: #86bb23 !important;
}

.c-navi__item > a.is-active {
  color: #86bb23 !important;
  position: relative;
}

.c-navi__item > a.is-active:after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto 5px auto 15px;
  height: 4px;
  background-color: #86bb23;
}

.c-navi__item:hover > .c-navi__sub {
  visibility: visible;
  opacity: 1;
  top: 50px;
}

.c-navi__sub {
  position: absolute;
  top: 25px;
  z-index: 10;
  background-color: rgba(0, 0, 0, 0.8);
  padding: 20px 25px;
  width: 370px;
  visibility: hidden;
  opacity: 0;
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
}

.c-navi__sub__item > a {
  border: none;
  line-height: 20px;
  padding: 5px 8px;
  color: #fff !important;
  text-decoration: none !important;
  display: block;
  padding-left: 2em;
  line-height: 1.3;
  position: relative;
}

.c-navi__sub__item > a:before {
  font-family: "iconfont";
  speak: none;
  text-decoration: none;
  text-transform: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto;
  font-size: inherit;
  content: "";
  height: 1em;
  line-height: 1em;
}

.c-navi__sub__item > a:before {
  top: 7px;
  left: 0;
  color: #fff !important;
  bottom: inherit;
  height: 1em;
  font-size: 1.3rem;
}

.c-navi__sub__item > a:hover {
  color: #86bb23 !important;
}

.c-navi__sub__item > a:hover:before {
  color: #86bb23 !important;
}

.c-navi__sub__item + .c-navi__sub__item {
  margin-top: 16px;
}

.c-navi__goodsBlock {
  display: table-cell;
  width: 215px;
  font-size: 1.5rem;
  color: #fff !important;
  vertical-align: middle;
  text-align: right;
}

.c-navi__goodsLink {
  display: inline-block;
  color: #fff !important;
  font-size: 1.5rem;
  line-height: 50px;
  height: 50px;
  padding: 0 15px;
  padding-left: 35px;
  position: relative;
}

.c-navi__goodsLink > em {
  color: #fbd521;
  font-size: 1.2rem;
  margin-left: 5px;
  line-height: 50px;
}

.c-navi__goodsLink:before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  margin: auto;
  background-image: url("/_img/goods/ico-goods.png");
  background-size: contain;
  background-repeat: no-repeat;
  height: 26px;
  width: 26px;
}

.c-navi__goodsLink:hover:before {
  background-image: url("/_img/goods/ico-goods_hover.png");
}

.c-navi__btnWrap {
  display: table-cell;
  width: 240px;
}

.c-navi__btnList {
  font-size: 0;
  letter-spacing: 0;
}

.c-navi__btnList > li {
  display: inline-block;
  vertical-align: top;
  height: 50px;
  letter-spacing: 1px;
}

.c-navi__btn {
  color: #fff;
  height: 50px;
  width: 120px;
  font-size: 1.5rem;
  cursor: pointer;
}

.c-navi__btn--entry {
  background-color: #ff4000;
}

.c-navi__btn--entry:hover {
  background-color: #ff1e00;
}

.c-navi__btn--login, .c-navi__btn--mypage {
  background-color: #86bb23;
}

.c-navi__btn--login:hover, .c-navi__btn--mypage:hover {
  background-color: #71ca11;
}

.c-navi__btn--logout {
  background-color: #b6b6b6;
}

.c-navi__btn--logout:hover {
  background-color: #c7c7c7;
}

.c-navi__btn.is-maintenance {
  background-color: #999999;
  pointer-events: none;
}

.c-navi--sp {
  display: none;
}

.c-bread {
  font-size: 1rem;
  overflow: hidden;
  padding: 10px 15px;
}

.c-bread__item {
  float: left;
  font-size: 1.1rem;
}

.c-bread__item + .c-bread__item {
  margin-left: 5px;
  position: relative;
  padding-left: 1.3em;
}

.c-bread__item + .c-bread__item:after {
  font-family: "iconfont";
  speak: none;
  text-decoration: none;
  text-transform: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto;
  font-size: inherit;
  content: "";
  height: 1em;
  line-height: 1em;
}

.c-bread__item + .c-bread__item:after {
  left: 0;
}

.c-heading {
  font-size: 2.4rem;
  margin-bottom: 35px;
  text-align: center;
  line-height: 1.3;
}

.c-heading--main {
  border-bottom: 1px solid #b6b6b6;
  padding: 40px 0;
  margin-bottom: 40px;
  font-weight: bold;
  background-color: #fff;
}

.c-heading--second {
  font-size: 2rem;
  margin-bottom: 20px;
}

.c-btnWrap {
  text-align: center;
  margin-top: 40px;
  margin-bottom: 40px;
}

.c-btnWrap--multi {
  display: table;
  width: 90%;
  table-layout: fixed;
  margin: 40px auto;
}

.c-btnWrap .c-text {
  margin-top: 10px;
}

.c-btn__multiBox {
  display: table-cell;
  padding: 0 10px;
}

.c-btn__multiBox .c-text {
  margin-top: 5px;
  margin-bottom: 0;
}

.c-btn {
  height: 60px;
  min-width: 300px;
  border-radius: 30px;
  line-height: 60px;
  padding: 0 42px;
  font-size: 1.6rem;
  font-weight: bold;
  text-align: center;
  box-shadow: 0 0 14px rgba(102, 102, 102, 0.5);
  color: #333;
  background-color: #fff;
  box-sizing: border-box;
  cursor: pointer;
  display: inline-block;
  letter-spacing: 0;
  position: relative;
}

.c-btn--soldOut {
  background-color: #bfbfbf;
  color: #fff;
}

.c-btn--onSale {
  color: #ffa462;
  border: 3px solid #ffa462;
  padding: 0 40px;
}

.c-btn--onSale:after {
  content: none !important;
}

.c-btn--onSale span {
  border: none !important;
  padding: 0;
}

.c-btn--onSale a {
  color: #ffa462 !important;
}

.c-btn--onSale a:hover {
  color: #ffa462 !important;
  border: none;
}

.c-btn--transparent {
  background-color: transparent;
  color: #fff;
  border: 5px solid #edeff2;
  line-height: 60px;
}

.c-btn--small {
  height: 50px;
  line-height: 50px;
  min-width: 250px;
  font-size: 1.6rem;
}

.c-btn--primary {
  background-color: #ff4000;
  color: #fff;
}

.c-btn--review {
  line-height: 50px;
  border: 5px solid #66a210;
  box-shadow: none;
}

.c-btn--teaser {
  line-height: 60px;
  background-color: #333;
  box-shadow: none;
  border-radius: 0;
  color: #86bb23;
  cursor: auto !important;
}

.c-btn--teaser:after {
  content: none !important;
}

.c-btn--teaser:hover {
  -webkit-transform: none !important;
  -ms-transform: none !important;
  transform: none !important;
  box-shadow: none !important;
}

.c-btn--upload {
  background-color: #66a210;
  color: #fff;
}

.c-btn > [class*="c-ico-"] {
  padding-left: 1.2em;
}

.c-btn > [class*="c-ico-"]:before {
  bottom: 0;
  left: 0;
  height: 1em;
  line-height: 1;
}

.c-btn > .c-ico-pdf:before {
  color: #f75c2e;
}

.c-btn:hover {
  -webkit-transform: scale(1.02);
  -ms-transform: scale(1.02);
  transform: scale(1.02);
  box-shadow: 0px 0px 25px rgba(102, 102, 102, 0.5);
}

.c-btn:after {
  font-family: "iconfont";
  speak: none;
  text-decoration: none;
  text-transform: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto;
  font-size: inherit;
  content: "";
  height: 1em;
  line-height: 1em;
}

.c-btn:after {
  right: 25px;
  font-weight: bold;
}

.c-btn + .c-btn {
  margin-left: 30px;
}

.c-label {
  padding: 0.5rem 1.5rem;
  min-width: 7rem;
  max-width: 15rem;
  border: 1px solid #333;
  border-radius: 8px;
  display: inline-block;
  text-align: center;
  font-size: 1.6rem;
  color: #333;
}

.c-label--stallion {
  border: 1px solid #10bbd5;
  color: #fff;
  background-color: #10bbd5;
}

.c-label--mare {
  border: 1px solid #ffb6ce;
  color: #fff;
  background-color: #ffb6ce;
}

.c-label--gelding {
  border: 1px solid #662d91;
  color: #fff;
  background-color: #662d91;
}

.c-label--remains, .c-label--remainsNone, .c-label--remainsFew {
  width: 188px;
  color: #fff;
}

.c-label--remains {
  background-color: #00a0e9;
  border: 1px solid #00a0e9;
}

.c-label--remainsFew {
  background-color: #c3b600;
  border: 1px solid #c3b600;
}

.c-label--remainsNone {
  background-color: #bfbfbf;
  border: 1px solid #bfbfbf;
}

.c-label--rightText {
  float: right;
}

.c-label--leftText {
  float: left;
}

.c-table {
  margin-top: 3.5rem;
  margin-bottom: 3.5rem;
  border-top: 1px dashed #333;
  border-bottom: 1px dashed #333;
  box-sizing: border-box;
  width: 100%;
  font-size: 1.3rem;
  border-collapse: collapse;
}

.c-table__caption {
  font-size: 2.3rem;
  margin-bottom: 1rem;
  text-align: left;
}

.c-table__tr + .c-table__tr {
  border-top: 1px dashed #333;
}

.c-table__th, .c-table__td {
  padding: 8px;
  vertical-align: middle;
}

.c-table__th {
  width: 18%;
  text-align: center;
  background-color: #f8f8f8;
}

.c-table__td {
  width: 32%;
}

.c-tab {
  margin-bottom: 4rem;
  margin-right: auto;
  margin-left: auto;
  font-size: 1.5rem;
  line-height: 1.3;
  text-align: center;
  box-shadow: 0 7px 10px -5px rgba(150, 150, 150, 0.3);
}

.c-tab__item {
  display: inline-block;
  text-align: center;
  vertical-align: middle;
}

.c-tab__item:hover {
  color: #66a210;
}

.c-tab__item > a {
  display: block;
  padding: 10px 30px;
  color: #333 !important;
}

.c-tab__item > a:hover {
  color: #86bb23 !important;
}

.c-tab__item.is-selected > a {
  color: #66a210 !important;
  pointer-events: none;
}

.c-tab__item br {
  display: none;
}

.c-pagerWrap {
  margin: 30px auto;
  padding: 0 20px;
  width: 1020px;
  overflow: hidden;
}

.c-pager {
  font-family: "iconfont";
  speak: none;
  text-decoration: none;
  text-transform: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 1.5rem;
  line-height: 1.3;
  vertical-align: middle;
  text-decoration: none;
}

.c-pager--prev {
  position: relative;
  float: left;
  padding-right: 1.3em;
  padding-left: 1.3em;
}

.c-pager--prev:before {
  font-family: "iconfont";
  speak: none;
  text-decoration: none;
  text-transform: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto;
  font-size: inherit;
  content: "";
  height: 1em;
  line-height: 1em;
}

.c-pager--prev:before {
  left: 0;
  height: 1em;
}

.c-pager--next {
  position: relative;
  float: right;
  padding-right: 1.3em;
  padding-left: 1.3em;
  text-align: right;
}

.c-pager--next:after {
  font-family: "iconfont";
  speak: none;
  text-decoration: none;
  text-transform: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto;
  font-size: inherit;
  content: "";
  height: 1em;
  line-height: 1em;
}

.c-pager--next:after {
  right: 0;
  height: 1em;
}

.c-imgWrap {
  margin: 40px auto;
  text-align: center;
}

.c-img {
  width: 100%;
}

.c-img--90 {
  width: 90%;
}

.c-movieWrap {
  margin: 5.33333% auto;
  position: relative;
}

.c-movie {
  width: 100%;
}

.c-movie__btn {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  cursor: pointer;
}

.c-movie__btn:after {
  content: "";
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  background-image: url(/_img/moviePlay.png);
  background-size: 20%;
  background-position: center;
  display: block;
  height: 270px;
}

.c-movie__btn.is-play:after {
  background: none;
}

.c-horseName {
  padding-bottom: 0.5rem;
  border-bottom: 2px solid #66a210;
  display: inline-block;
  font-size: 2.3rem;
  padding-right: 1.3em;
}

.c-horseName[class*="c-ico-"]:before {
  right: 0;
  bottom: 10px;
}

.c-horseName.c-ico-stallion:before {
  color: #10bbd5;
}

.c-horseName.c-ico-mare:before {
  color: #ffb6ce;
}

.c-horseName.c-ico-gelding:before {
  color: #662d91;
}

.c-horseName a {
  color: #333 !important;
}

.c-horseName a:hover {
  color: #86bb23 !important;
}

.c-horizon {
  overflow: hidden;
}

.c-horizon > * {
  margin-top: 0;
  margin-bottom: 0;
}

.c-horizon__left {
  float: left;
}

.c-horizon__right {
  float: right;
}

.c-separator {
  border-top: 1px solid #e5e5e5;
}

.c-moreWrap {
  text-align: center;
  display: none;
}

.c-more {
  width: 400px;
  height: 36px;
  display: inline-block;
  background-color: #f7f7f7;
  cursor: pointer;
  font-size: 1.3rem;
  padding-top: 7px;
  margin-top: 30px;
  position: relative;
}

.c-more:after {
  font-family: "iconfont";
  speak: none;
  text-decoration: none;
  text-transform: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto;
  font-size: inherit;
  content: "";
  height: 1em;
  line-height: 1em;
}

.c-more:after {
  left: 0;
  right: 0;
  bottom: 3px;
  top: inherit;
  color: #86bb23;
}

.c-more:hover {
  background-color: #f4fbe4;
}

.c-snsWrap {
  overflow: hidden;
}

.c-sns {
  float: right;
}

.c-sns + .c-sns {
  margin-right: 4px;
}

.c-pageTop {
  position: fixed;
  bottom: -45px;
  right: 40px;
  display: inline-block;
  width: 45px;
  height: 45px;
  opacity: 0;
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
  z-index: 100;
  cursor: pointer;
}

.c-pageTop > img {
  width: 100%;
}

.c-pageTop.is-show {
  bottom: 40px;
  opacity: 1;
}

.c-textLink {
  padding-right: 1.3em;
  font-size: 1.2rem;
  position: relative;
}

.c-textLink:after {
  font-family: "iconfont";
  speak: none;
  text-decoration: none;
  text-transform: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto;
  font-size: inherit;
  content: "";
  height: 1em;
  line-height: 1em;
}

.c-textLink:after {
  height: 1em;
  right: 0;
}

/* ==================================================================
Project
================================================================== */
.p-horseList {
  overflow: hidden;
  margin-right: auto;
  margin-left: auto;
}

.p-horseList > li {
  float: left;
  width: 48%;
  margin-bottom: 40px;
  border-bottom: 1px solid #707070;
  padding-top: 3px;
}

.p-horseList > li:nth-of-type(odd) {
  margin-right: 39px;
}

.p-horseList > li > .l-innerContents {
  width: 100%;
  padding: 0;
  margin: 0;
}

.p-horseList > li .c-imgWrap {
  margin-top: 20px;
  margin-bottom: 20px;
}

.p-horseList + .c-moreWrap {
  margin-top: 0;
}

.p-horseList .is-retired {
  position: relative;
}

.p-horseList .is-retired:before {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  background-color: rgba(201, 201, 201, 0.65);
}

.p-horseList .is-retired:after {
  content: "引退";
  position: absolute;
  top: 10px;
  right: 10px;
  background-color: #333;
  color: #fff;
  border-radius: 26px;
  font-size: 1.4rem;
  line-height: 26px;
  padding: 0 20px;
  font-weight: bold;
}

.p-footer {
  font-size: 1.3rem;
  line-height: 1.3;
  width: 1020px;
  padding: 0 20px;
  margin: auto;
  position: relative;
}

.p-footer .c-snsWrap {
  width: 200px;
}

.p-footer__logo {
  margin-bottom: 25px;
}

.p-footer__logo > img {
  width: 220px;
}

.p-footer__navi {
  overflow: hidden;
  border-left: 1px solid #66a210;
  border-right: 1px solid #66a210;
  display: inline-block;
}

.p-footer__navi__item {
  float: left;
}

.p-footer__navi__item:not(:last-child) {
  border-right: 1px solid #b6b6b6;
}

.p-footer__navi__item > a {
  color: #333 !important;
  padding: 3px 10px;
  min-width: 100px;
}

.p-footer__navi__item > a:hover {
  color: #86bb23 !important;
}

.p-footer__registration {
  margin-top: 40px;
  margin-bottom: 25px;
}

.p-footer__registration > dl + dl {
  margin-top: 5px;
}

.p-footer__horizonDesc {
  display: table;
  width: 100%;
}

.p-footer__horizonDesc > dt, .p-footer__horizonDesc > dd {
  display: table-cell;
  vertical-align: top;
}

.p-footer__horizonDesc > dt {
  position: relative;
  width: 6em;
}

.p-footer__horizonDesc > dt:after {
  position: absolute;
  right: 0;
  content: ":";
}

.p-footer__horizonDesc > dd {
  padding-left: 5px;
}

.p-footer__desc > dd {
  margin-top: 3px;
}

.p-footer__desc > dd + dt {
  margin-top: 5px;
}

.p-footer__copyright {
  display: none;
}

#footer ul.ft-nav li a {
  color: #fff !important;
}
