body {
  font-family: "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", sans-serif;
}
.ec-productRole .ec-productRole__title .ec-headingTitle {
    font-weight: bold;
}

#top-logo {
    max-width: 389px;
    margin-left: auto;
    margin-right: auto;
}
.ec-shelfGrid .ec-shelfGrid__item-image {
    height: auto;
    margin-bottom: 20px;
}
.custom-ec-productRole__detailbox {
    border-bottom: 1px dotted #ccc;
    padding-top: 16px;
    padding-bottom: 16px;
}
.horse-detail-table {
    width: 100%;
}
.horse-detail-table th {
  width:100px;
}
.horse-detail-table td {
}
.horse-detail-table th, .horse-detail-table td {
    padding: 8px 8px;
    line-height: 1.5;
    border: 1px solid #d0d0d0;
    font-size: 1.4rem;
}
.horse-detail-table th {
    background: #00907D;
    color: #ffffff;
    font-weight: 500;
}
.ec-productRole {
    margin-top: 30px;
}
.ec-productRole > .ec-productRole__description {
    margin-top: 24px;
}
.ec-newItemRole__listItem .categories,
.ec-shelfGrid__item .categories {
    position: relative;
    width: 100%;
    margin-bottom: 15px;
  font-size: 0;
}
.ec-newItemRole__listItem .categories > .cat,
.ec-shelfGrid__item .categories > .cat{
  display: inline-block;
  vertical-align: top;
  font-size:1.4rem;
  line-height:1;
  margin-right:0.5em;
}
.ec-newItemRole__listItem .categories > .cat:last-child,
.ec-shelfGrid__item .categories > .cat:last-child {
  margin-right: 0;
}
.ec-newItemRole__listItem .categories > .cat > a,
.ec-shelfGrid__item .categories > .cat > a {
  background:#999999;
  border:1px solid #999999;
  color:#ffffff;
  display: block;
  transition:all .3s linear; 
  text-decoration: none;
  padding: 3px 10px;
}
.ec-newItemRole__listItem .categories > .cat.cat-kojin > a,
.ec-shelfGrid__item .categories > .cat.cat-kojin > a {
  background:#000;
  border:1px solid #000;
  color:#ffffff;
}
.ec-newItemRole__listItem .categories > .cat.cat-kyodo > a,
.ec-shelfGrid__item .categories > .cat.cat-kyodo > a {
  background:#000;
  border:1px solid #000;
  color:#ffffff;
}
.ec-newItemRole__listItem .categories > .cat.cat-gen > a,
.ec-shelfGrid__item .categories > .cat.cat-gen > a {
  background:green;
  border:1px solid green;
  color:#ffffff;
}
.ec-newItemRole__listItem .categories > .cat.cat-iku > a,
.ec-shelfGrid__item .categories > .cat.cat-iku > a {
  background:#003380;
  border:1px solid #003380;
  color:#ffffff;
}

.ec-newItemRole__listItem .ec-newItemRole__listItemTitle,
.custom-productlist-name {
  margin-top: 0;
  font-size: 1.8rem;
  color: #000000;
  font-weight: bold;
  line-height: 1.5;
  margin-bottom:10px;
}
.ec-newItemRole .ec-newItemRole__listItem .thumb {
    margin-bottom: 15px;
}
.custom_ec-headingCatchcopy {
    font-size: 1.8rem;
    font-weight: 500;
    line-height: 1.5;
}
.ec-newItemRole .ec-newItemRole__listItem .thumb a {
    transition: all .3s linear;
}
.ec-newItemRole .ec-newItemRole__listItem .thumb a:hover {
    opacity: 0.7;
}
.ec-newItemRole .ec-newItemRole__listItemPrice,
.ec-shelfGrid .price02-default{
    font-size: 1.8rem;
    font-weight: bold;
    color: red;
}
.ec-footerRole {
  background:#013931;
}
.ec-newItemRole .ec-newItemRole__listItemPrice .ec-productRole__priceRegularTax,
.ec-shelfGrid .price02-default .ec-productRole__priceRegularTax{
    font-size: 1.2rem;
    font-weight: normal;
}
.ec-shelfGrid .price02-default {
    margin-bottom: 15px;
}
.ec-newItemRole .ec-newItemRole__list {
    flex-wrap: wrap;
}
.ec-newItemRole .ec-newItemRole__listItem,
.ec-newItemRole .ec-newItemRole__listItem:not(:last-of-type),
.ec-newItemRole .ec-newItemRole__listItem:nth-child(odd) {
  width:23.5%;
  margin-right:1.95%;
  margin-bottom: 20px;
}
.ec-newItemRole .ec-newItemRole__listItem:nth-child( 4n ) {
  margin-right: 0;
}

@media only screen and (max-width: 767px) {
  .ec-newItemRole .ec-newItemRole__listItem,
  .ec-newItemRole .ec-newItemRole__listItem:not(:last-of-type),
  .ec-newItemRole .ec-newItemRole__listItem:nth-child(odd) {
    width:49%;
    margin-right:1.95%;
    margin-bottom:15px;
  }
  .ec-newItemRole .ec-newItemRole__listItem:nth-child( 2n ) {
    margin-right: 0;
  }
  
}

.custom__ec-categoryRole__list {
  
}
.custom__ec-categoryRole__list > .custom__ec-categoryRole__list__row {
  display: flex;
  flex-wrap: nowrap;
  justify-content: space-between;
  margin-bottom: 25px;
  color: #000000;
}

.custom__ec-categoryRole__list > .custom__ec-categoryRole__list__row:last-child {
  margin-bottom: 0;
}
.custom__ec-categoryRole__list > .custom__ec-categoryRole__list__row > .element {
    width: 32.6%;
    display: flex;
    justify-content: center;
    align-items: center;
    max-width: 355px;
}
.custom__ec-categoryRole__list > .custom__ec-categoryRole__list__row > .element.el-title {
    font-size: 18px;
    font-weight: bold;
    letter-spacing: 0.1em;
  width:30%;
}
@media only screen and (max-width: 767px) {
  .custom__ec-categoryRole__list > .custom__ec-categoryRole__list__row {
    justify-content: flex-start;
    flex-wrap: wrap;
  }
  
  .custom__ec-categoryRole__list > .custom__ec-categoryRole__list__row > .element.el-title {
    width: 100%;
    justify-content: flex-start;
    margin-bottom: 8px;
    font-size: 15px;
    letter-spacing: 0;
  }
  .custom__ec-categoryRole__list > .custom__ec-categoryRole__list__row > .element {
    max-width: none;
    width: 45%;
    margin-right: 5%;
  }
  .custom__ec-categoryRole__list > .custom__ec-categoryRole__list__row > .element:nth-child( 2n - 1 ) {
    margin-right: 0;
  }
}


/* ログインページ */
#page_mypage_login > .ec-layoutRole {
  background:url(../img/login_bg.jpg) 50% 100% no-repeat;
  background-size:cover;
  height: 100vh;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
}
#page_mypage_login .ec-headerNaviRole,
#page_mypage_login .ec-categoryNaviRole{
  display: none;
}
#page_mypage_login .ec-pageHeader h1 {
    display: none;
}
#page_mypage_login .ec-headerTitle .ec-headerTitle__title {
    margin-bottom: 20px;
}
#page_mypage_login .ec-layoutRole__footer {
    display: none;
}
#page_mypage_login .ec-login {
    background: rgba(255,255,255,0.75);
}

/* 会員登録ページ */
#page_entry {
    padding-top: 70px;
    background: #ffffff;
}
#page_entry .ec-headerNaviRole,
#page_entry .ec-categoryNaviRole{
    display: none;
}
#page_entry .ec-footerNavi {
  display: none;
}


/* パスワードの再発行 */
#page_forgot {
    padding-top: 70px;
    background: #ffffff;
}
#page_forgot .ec-headerNaviRole,
#page_forgot .ec-categoryNaviRole{
  display: none;
}
#page_forgot .ec-footerNavi {
  display: none;
}

/* 利用規約 */
#page_help_agreement {
    padding-top: 70px;
    background: #ffffff;
}
#page_help_agreement .ec-headerNaviRole,
#page_help_agreement .ec-categoryNaviRole{
  display: none;
}
#page_help_agreement .ec-footerNavi {
  display: none;
} 