.more-button{
    width: 299px;
    margin: 40px auto 90px;
}

.more-button a {
    position: relative;
    display: block;
    padding: calc(15 / 225 * 100%) 0;
    font-size: 14px;
    font-family: "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "游ゴシック", YuGothic, "メイリオ", "Meiryo", sans-serif;
    text-align: center;
    color: #fff;
    letter-spacing: 0.1em;
    line-height: 1;
    background: #a7945f;
    -webkit-transition: all 0.5s ease;
    transition: all 0.5s ease;
    text-decoration: none !important;
}

.more-button a::after {
    content: '';
    position: absolute;
    top: 50%;
    right: calc(20 / 299 * 100%);
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    width: 5px;
    height: 8px;
    background-image: url(/img/usr/common/more_btn_arrow.png);
    background-repeat: no-repeat;
    background-size: contain;
}
.label-soldout {
  position: absolute;
  top: 8px;
  left: 8px;
  padding: 4px 10px;
  font-size: 11px;
  letter-spacing: 0.12em;
  color: #fff;
  background-color: rgba(0, 0, 0, 0.7);
  font-family: "ヒラギノ明朝 ProN", "Hiragino Mincho ProN",
               "游明朝", YuMincho,
               "MS P明朝", serif;
  text-transform: uppercase;
}
.more-button button {
  font-family: "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro",
               "游ゴシック", YuGothic,
               "メイリオ", "Meiryo", sans-serif;
  font-size: 14px;
  letter-spacing: 0.08em;
  background: transparent;
  color: #fff;
  padding: 10px 36px;
  cursor: pointer;
  transition: all 0.3s ease;
  background-color: #a7945f;
}
.more-button button {
    position: relative;
    display: inline-block;
    width: 70%;
}

.more-button button::after {
    content: '';
    display: block;
    position: absolute;
    top: 50%;
    right: 20px;
    transform: translateY(-50%);
    width: 5px;
    height: 8px;
    background: url("/img/usr/common/more_btn_arrow.png") no-repeat center / contain;
}

.more-button button:hover {
  background: #a7945f;
  color: #fff;
}

.taya-lp .block-wide-top {
  margin-top: 0 !important;
}
.taya-lp .title-sub {
  margin: 120px auto 0;
}
.taya-lp .block-half2 {
  margin-top: 20px !important;
}
.taya-lp .block-text h3 {
  margin-top: 60px;
}
.title-top{
  margin-top: 0 !important;
}
.taya-lp .block-wide-bottom{
  margin-top: 130px;
}
.taya-lp h1{
  margin: 50px auto 50px;
}
