@charset "UTF-8";

/* ボタン関連 */
.btn-primary {
  background: #eb3728;
  border: 1px solid #eb3728;
}

.btn-default {
  color: #eb3728;
  border: 1px solid #eb3728;
}

/* カートの上の矢印 */
.block-order-flow--step-current {
  background: #2a313c;
}

.block-order-flow--step-current:after {
  border-left: 25px solid #2a313c;
}

/* 会員登録モーダル */
.modal-header {
  background: #2a313c;
}

/* マイページ */
.block-mypage--customer-status {
  background: #2a313c;
}

/* cssデモページ */
.page-cssdebug .pager {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 16px;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  width: 444px;
  padding: 0;
  margin: 22px auto 67px;
  text-align: center;
}

.page-cssdebug .pager .pager-total {
  display: none;
}

.page-cssdebug .pager .pagination {
  display: contents;
}

.page-cssdebug .pager .pagination>* {
  border: 0;
}

.page-cssdebug .pager .pagination li {
  padding: 0;
  margin: 0;
  font-weight: bold;
}

.page-cssdebug .pager .pagination li a {
  color: #c9c9c9;
}

.page-cssdebug .pager .pagination li.pager-current span {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  width: 47px;
  height: 47px;
  color: #121212;
  border: 1px solid #2a313c;
  border-radius: 50%;
}

.page-cssdebug .pager .pagination li.pager-previous a,
.page-cssdebug .pager .pagination li.pager-next a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  width: 36px;
  height: 60px;
}

.page-cssdebug .pager .pagination li.pager-previous a::before,
.page-cssdebug .pager .pagination li.pager-previous a::after,
.page-cssdebug .pager .pagination li.pager-next a::before,
.page-cssdebug .pager .pagination li.pager-next a::after {
  display: none;
}

.page-cssdebug .pager .pagination li.pager-previous {
  margin-right: auto;
  margin-left: 0;
}

.page-cssdebug .pager .pagination li.pager-previous a {
  background: #c9c9c9 url("../../img/design/icn/arrow-carousel-prev.png") 50% 50%/13px no-repeat;
  border-radius: 0 4px 4px 0;
}

.page-cssdebug .pager .pagination li.pager-next {
  margin-right: 0;
  margin-left: auto;
}

.page-cssdebug .pager .pagination li.pager-next a {
  background: #c9c9c9 url("../../img/design/icn/arrow-carousel-next.png") 50% 50%/13px no-repeat;
  border-radius: 4px 0 0 4px;
}

.page-cssdebug .pager .pagination li.pager-first {
  display: none;
}

.page-cssdebug .pager .pagination li.pager-last {
  display: none;
}


/* エラーページ */
body.page-customerror {
  font-family: "Hiragino Kaku Gothic ProN", "Hiragino Sans", "BIZ UDPGothic", Meiryo, sans-serif;
  line-height: 1.714;
  color: #121212;
  margin: 0;
}

.page-customerror #header {
  padding: 30px 50px;
  border-bottom: 1px solid #DEDEDE;
}

.page-customerror .block-header-logo {
  line-height: 0;
}

.page-customerror #copyright {
  background-color: #2a313c;
  color: #fff;
  text-align: center;
  display: block;
  padding: 23px;
  font-size: 14px;
  text-align: center;
}

.page-customerror .pane-contents {
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  padding: 0 60px;
  min-height: calc(100vh - 193px);
  font-size: 18px;
  font-weight: bold;
}

.page-customerror .block-custom-error--history-back {
  display: block;
  width: 250px;
  color: #eb3728;
  border: 1px solid #eb3728;
  text-decoration: none;
  margin: 50px auto;
  padding: 10px 0;
  border-radius: 30px;
}

.page-customerror .block-custom-error--history-back:hover {
  opacity: .8;
}

@media only screen and (max-width: 767px) {
  .page-customerror #header {
    position: relative;
    padding: 20px 15px 15px;
    border-bottom: 1px solid #DEDEDE;
  }

  .page-customerror #header .block-header-logo {
    line-height: 0;
  }

  .page-customerror #header .block-header-logo img {
    width: 128px;
  }

  .page-customerror #copyright {
    background-color: #2a313c;
    color: #fff;
    display: block;
    padding: 14px 0 20px;
    font-size: 9px;
    text-align: center;
  }

  .page-customerror .pane-contents {
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    padding: 0 30px;
    min-height: calc(100vh - 124px);
    font-size: 16px;
    font-weight: bold;
  }

  .page-customerror .block-custom-error--history-back {
    display: block;
    width: 80%;
    color: #eb3728;
    text-decoration: none;
    margin: 50px auto;
    padding: 10px 0;
    border: 1px solid #eb3728;
    border-radius: 28px;
  }
}