@charset "utf-8";
/* CSS Document */

.button {
  display: inline-block;
  width: 200px;
  height: 54px;
  text-align: center;
  text-decoration: none;
  line-height: 54px;
  outline: none;
}
.button::before,
.button::after {
  position: absolute;
  z-index: -1;
  display: block;
  content: '';
}
.button,
.button::before,
.button::after {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-transition: all .3s;
  transition: all .3s;
}

.button {
  background-color: #8d785a;
  color: #fff !important;
}
.button:hover {
  background-color: #bda27a;
}
.moreBtn {
    width: 100%;
}

.moreBtn a {
    color: #fff;
    width: 100%;
    max-width:160px;
    text-align: center;
    position: relative;
    display: block;
    background: #bc9a5d;
    padding: .5rem;
}
.moreBtn a img {
    width: 15px;
    vertical-align: baseline;
    padding-left: 7px;
}

/* オンデマンド「準備中」ボタン */
.ondemand-popup-play-btn.ondemand-btn-pre {
  background-color: #666;
}
