@charset "UTF-8";

/* カテゴリ（スマートフォン） ファーストビュー用 */

/* sys/sb_base_form.css のコピー ここから */

/* ----入力フォーム共通---- */

input,
button,
select,
textarea {
  font-family: inherit;
  font-size: inherit;
  line-height: inherit;
}

input[type="text"],
input[type="tel"],
input[type="email"],
input[type="search"],
input[type="password"],
input[type="url"],
input[type="number"],
select,
textarea {
  padding: 4px;
  border: 1px solid #999;
  background-color: #fff;
  max-width: 100%;
}

label.radio,
label.checkbox,
input[type="radio"],
input[type="radio"] + label,
input[type="checkbox"],
input[type="checkbox"] + label,
select {
  cursor: pointer;
}

/* ここまで sys/sb_base_form.css のコピー */


/* sys/sb_base_misc.css のコピー ここから */

/* ----テキストカラー----*/

.price {
  color: #c30;
}

/* ----ページャー---- */

.pager-scope {
  padding: 3px;
  margin: 0 10px;
  text-align: center;
  display: block;
}

.pager-total {
  display: block;
  padding: 3px;
  margin-right: 5px;
}

.pager-count span {
  font-weight: bold;
}

/* ----画像センタリング配置---- */

.img-center {
  display: -webkit-flex;
  display: flex;
  justify-content: center;
  align-items: center;
}

.img-center img {
  text-align: center;
  max-height: 100%;
  max-width: 100%;
  width: auto;
  height: auto;
}

/* ここまで sys/sb_base_misc.css のコピー */

/* sys/sb_block_goods.css のコピー ここから */

.block-sort--select {
  display: table-cell;
  padding-left: 10px;
  vertical-align: middle;
  height: 43px;
}

/* 並び替え */
.block-sort--header {
  display: table;
  table-layout: fixed;
  width: 100%;
  background-color: #dcdcdc;
}

.block-sort--expand-icon {
  display: table-cell;
  height: 43px;
  width: 40px;
  padding-left: 10px;
  padding-right: 10px;
  vertical-align: middle;
  text-align: left;
  cursor: pointer;
}

.block-sort--element {
  display: none;
}

.block-sort--close i:before {
  content: "\f067";
}

/* ページャ */
.block-goods-list-naviframe {
  margin-bottom: 10px;
  text-align: center;
}

/* 自動読み込み */
.block-goods-list-auto-load {
  text-align: center;
  margin: 10px 0;
}

.block-goods-list-auto-load--loading {
  font-size: 60px;
  display: none;
}

.block-goods-list-auto-load--continue span {
  text-decoration: underline;
}

/* ----商品一覧画面：ピックアップ：block-pickup-list-p---- */

.block-pickup-list-p--items {
  border-top: 1px solid #eee;
}

.block-pickup-list-p--items li {
  border-bottom: 1px solid #eee;
  padding: 10px;
}

.block-pickup-list-p--items li a {
  display: table;
  table-layout: fixed;
  text-decoration: none;
  width: 100%;
}

.block-pickup-list-p--goods-image {
  width: 145px;
  display: table-cell;
  vertical-align: top;
}

.block-pickup-list-p--goods-image figure {
  background: #f5f5f5;
  width: 145px;
  height: 145px;
  padding: 5px;
}

.block-pickup-list-p--goods-description {
  display: table-cell;
  vertical-align: top;
  padding-left: 10px;
  word-wrap: break-word;
  font-size: 14px;
}

.block-pickup-list-p--goods-name {
  font-weight: bold;
}

.block-pickup-list-p--comment {
  font-size: 12px;
}

.block-pickup-list-p--price {
  font-size: 18px;
  font-weight: bold;
}

/* ----カテゴリー画面---- */

.block-category-list--goods {
  margin: 0 0 10px 0;
}

.block-category-list--promotion-freespace {
  margin: 0 10px 10px 10px;
}

/* ここまで sys/sb_block_goods.css のコピー */

/* ここから usr/sb_block.css のコピー */

.block-filter--header {
  position: fixed;
  right: 10px;
  bottom: 70px;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 60px;
  height: 60px;
  border-radius: 50%;
  box-shadow: 0 1px 10px rgba(0, 0, 0, 0.25);
  z-index: 99980;
  background: #222;
}

.block-filter--header.block-filter--open {
  display: none;
}

.block-filter--header .block-filter--header-label {
  margin: 0;
  padding: 0;
  font-size: 10px;
  font-weight: bold;
  color: #fff;
  text-align: center;
  background: none;
}

.block-filter--modal {
  position: fixed;
  top: 0;
  left: 0;
  display: none;
  width: 100%;
  height: 100%;
  z-index: 99999;
}

.block-goods-list--sort-order-items {
  display: flex;
  align-items: center;
  padding: 0 20px 24px;
  margin: 0 0 24px;
  border-bottom: 1px solid #dedede;
}

.block-goods-list--sort-order-items .block-sort--header {
  display: block;
  width: 60px;
  background: none;
}

.block-goods-list--sort-order-items .block-sort--header h2 {
  width: 60px;
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 12px;
  font-weight: normal;
  color: #444;
  background: none;
}

.block-goods-list--sort-order-items .block-sort--header .block-sort--expand-icon {
  display: none;
}

.block-goods-list--sort-order-items .block-sort--element {
  display: block;
  width: calc(100% - 60px);
}

.block-goods-list--sort-order-items .block-sort--element .block-sort--select {
  display: block;
  width: 100%;
  height: auto;
  padding-left: 12px;
}

.block-goods-list--sort-order-items .block-sort--element .block-sort--select select {
  width: 100%;
  padding: 4px;
}

.block-goods-list--display-style-items {
  display: flex;
  align-items: center;
  width: 100%;
  padding: 0 20px;
  margin: 0 0 8px;
}

.block-goods-list--display-style-items .block-style--header {
  display: block;
  width: 60px;
  background: none;
}

.block-goods-list--display-style-items .block-style--header h2 {
  width: 60px;
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 12px;
  font-weight: normal;
  color: #444;
  background: none;
}

.block-goods-list--display-style-items .block-style--header .block-style--expand-icon {
  display: none;
}

.block-goods-list--display-style-items .block-style--element {
  display: block;
  width: calc(100% - 60px);
}

.block-goods-list--display-style-items .block-style--element .block-style--select {
  display: block;
  width: 100%;
  height: auto;
  padding-left: 12px;
}

.block-goods-list--display-style-items .block-style--element .block-style--select select {
  width: 100%;
  padding: 4px;
}

.block-thumbnail-t--items {
  display: flex;
  flex-wrap: wrap;
  border: 0;
  padding: 0 5px;
}

.block-thumbnail-t--items > li {
  width: calc((100% - 5px) / 2);
  margin: 0 5px 24px 0;
  padding: 0;
}

.block-thumbnail-t--items > li:nth-of-type(2n) {
  margin-right: 0;
}

.block-thumbnail-t--items > li .block-thumbnail-t--goods-image {
  margin: 0 0 16px;
}

.block-thumbnail-t--items > li .block-thumbnail-t--goods-image figure {
  min-width: 0;
  min-height: 0;
  padding: 0;
  background: none;
}

.block-thumbnail-t--items > li .block-thumbnail-t--goods-description {
  padding: 0 20px;
}

.block-thumbnail-t--items > li .block-thumbnail-t--goods-name {
  font-weight: normal;
  margin: 0 0 4px;
}

.block-thumbnail-t--items > li .block-thumbnail-t--comment {
  display: none;
}

.block-thumbnail-t--items > li .block-thumbnail-t--price-infos .block-thumbnail-t--scomment {
  font-size: 12px;
  font-weight: bold;
  color: #d53115;
}

.block-thumbnail-t--items > li .block-thumbnail-t--price-infos .block-thumbnail-t--scomment + .block-thumbnail-t--price-items .block-thumbnail-t--price {
  color: #d53115;
}

.block-thumbnail-t--items > li .block-thumbnail-t--price-infos .block-thumbnail-t--scomment + .block-thumbnail-t--price-items .block-thumbnail-t--default-price {
  font-size: 11px;
  font-weight: normal;
}

.block-thumbnail-t--items > li .block-thumbnail-t--price {
  font-size: 13px;
  font-weight: 500;
}

.page-top .block-thumbnail-t--items {
  padding: 0 4vw;
}

.page-top .block-thumbnail-t--items > li {
  width: 45.25vw;
  margin: 0 1.5vw 4vw 0;
  padding: 0;
}

.page-top .block-thumbnail-t--items > li:nth-of-type(2n) {
  margin-right: 0;
}

.page-top .block-thumbnail-t--items > li .block-thumbnail-t--goods-description {
  padding: 0;
}

.page-top .block-thumbnail-t--items > li .block-thumbnail-t--goods-name {
  margin: 0 0 4px;
}

.page-top .block-thumbnail-t--items > li .block-thumbnail-t--price {
  font-size: 13px;
}

.block-ranking-r--items li .block-ranking-r--goods-description .block-ranking-r--cart-btn .block-list-add-cart-btn {
  width: 100%;
  font-size: 13px;
  padding: 12px;
  border-radius: 22px;
}

.block-ranking-r--items {
  display: flex;
  flex-wrap: wrap;
  border: 0;
  padding: 0 5px;
}

.block-ranking-r--items > li {
  width: calc((100% - 5px) / 2);
  margin: 0 5px 24px 0;
  padding: 0;
}

.block-ranking-r--items > li:nth-of-type(2n) {
  margin-right: 0;
}

.block-ranking-r--items > li .block-ranking-r--goods-image {
  margin: 0 0 16px;
}

.block-ranking-r--items > li .block-ranking-r--goods-image figure {
  min-width: 0;
  min-height: 0;
  padding: 0;
  background: none;
}

.block-ranking-r--items > li .block-ranking-r--goods-description {
  padding: 0 20px;
}

.block-ranking-r--items > li .block-ranking-r--goods-name {
  font-weight: normal;
  margin: 0 0 4px;
}

.block-ranking-r--items > li .block-ranking-r--comment {
  display: none;
}

.block-ranking-r--items > li .block-ranking-r--price-infos .block-ranking-r--scomment {
  font-size: 12px;
  font-weight: bold;
  color: #d53115;
}

.block-ranking-r--items > li .block-ranking-r--price-infos .block-ranking-r--scomment + .block-ranking-r--price-items .block-ranking-r--price {
  color: #d53115;
}

.block-ranking-r--items > li .block-ranking-r--price-infos .block-ranking-r--scomment + .block-ranking-r--price-items .block-ranking-r--default-price {
  font-size: 11px;
  font-weight: normal;
}

.block-ranking-r--items > li .block-ranking-r--price {
  font-size: 13px;
  font-weight: 500;
}

.block-ranking-r--items .block-ranking-r--rank {
  top: 10px;
  left: 10px;
  width: 33px;
  height: 26px;
  padding: 2px 0 6px;
  border-radius: 0;
  font-size: 12px;
  font-weight: bold;
  line-height: 1.5;
  text-align: center;
  color: #fff;
  background: url(../../img/usr/common/ico_rank.png) center center / auto 26px no-repeat;
}

.block-ranking-r--items .block-ranking-r--rank.block-ranking-r--rank.block-ranking-r--rank-1 {
  background: url(../../img/usr/common/ico_rank1.png) center center / auto 26px no-repeat;
}

.block-ranking-r--items .block-ranking-r--rank.block-ranking-r--rank.block-ranking-r--rank-2 {
  background: url(../../img/usr/common/ico_rank2.png) center center / auto 26px no-repeat;
}

.block-ranking-r--items .block-ranking-r--rank.block-ranking-r--rank.block-ranking-r--rank-3 {
  background: url(../../img/usr/common/ico_rank3.png) center center / auto 26px no-repeat;
}

.block-top-event .block-ranking-r {
  padding: 0 45px;
}

.block-top-event .block-ranking-r .bx-wrapper {
  -moz-box-shadow: none;
  -webkit-box-shadow: none;
  box-shadow: none;
  margin: 0;
  border: 0;
  background: none;
}

.block-top-event .block-ranking-r--items {
  border: 0;
  width: 100%;
  margin: 0 0 20px;
  padding: 0 12%;
}

.block-top-event .block-ranking-r .bx-wrapper .bx-prev {
  position: absolute;
  top: 0;
  left: -45px;
  width: 45px;
  height: 100%;
  margin: 0;
  background: none;
}

.block-top-event .block-ranking-r .bx-wrapper .bx-prev::before {
  position: absolute;
  top: calc(50% - 9px);
  left: 12px;
  width: 18px;
  height: 18px;
  border: 0;
  border-top: 2px solid #111;
  border-left: 2px solid #111;
  transform: rotate(-45deg);
  font-size: 0;
  z-index: 1;
  background: none;
  content: "";
}

.block-top-event .block-ranking-r .bx-wrapper .bx-next {
  position: absolute;
  top: 0;
  right: -45px;
  width: 45px;
  height: 100%;
  margin: 0;
  background: none;
}

.block-top-event .block-ranking-r .bx-wrapper .bx-next::before {
  position: absolute;
  top: calc(50% - 9px);
  right: 12px;
  width: 18px;
  height: 18px;
  border: 0;
  border-top: 2px solid #111;
  border-right: 2px solid #111;
  transform: rotate(45deg);
  font-size: 0;
  z-index: 1;
  background: none;
  content: "";
}

.block-top-event .block-ranking-r--items .block-ranking-r--item {
  display: block;
  padding: 0;
}

.block-top-event .block-ranking-r--items .block-ranking-r--rank {
  top: 13px;
  left: 10px;
  width: 33px;
  height: 26px;
  padding: 2px 0 6px;
  border-radius: 0;
  font-size: 12px;
  font-weight: bold;
  line-height: 1.5;
  text-align: center;
  color: #fff;
  background: url(../../img/usr/common/ico_rank.png) center center / auto 26px no-repeat;
}

.block-top-event .block-ranking-r--items .block-ranking-r--rank.block-ranking-r--rank.block-ranking-r--rank-1 {
  background: url(../../img/usr/common/ico_rank1.png) center center / auto 26px no-repeat;
}

.block-top-event .block-ranking-r--items .block-ranking-r--rank.block-ranking-r--rank.block-ranking-r--rank-2 {
  background: url(../../img/usr/common/ico_rank2.png) center center / auto 26px no-repeat;
}


.block-top-event .block-ranking-r--items .block-ranking-r--rank.block-ranking-r--rank.block-ranking-r--rank-3 {
  background: url(../../img/usr/common/ico_rank3.png) center center / auto 26px no-repeat;
}

.block-top-event .block-ranking-r--items .block-ranking-r--goods-image {
  margin: 0 0 17px;
}

.block-top-event .block-ranking-r--items .block-ranking-r--goods-image figure img {
  width: 100%;
}

.block-top-event .block-ranking-r--items .block-ranking-r--goods-name {
  font-weight: normal;
  margin: 0 0 8px;
}

.block-top-event .block-ranking-r--items .block-ranking-r--comment {
  display: none;
}

.block-top-event .block-ranking-r--items .block-ranking-r--price {
  font-size: 15px;
}

.block-recent-item--header {
  margin: 0 0 24px;
  padding: 40px 0 0;
  border: 0;
  text-align: center;
  font-family: "Josefin Sans", "Noto Sans JP", "メイリオ", Meiryo, "ヒラギノ角ゴ Pro W6", "Hiragino Kaku Gothic Pro", Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  font-size: 24px;
  font-weight: 500;
  line-height: 1.333;
  color: #000;
  background: none;
}

.block-recent-item--header span {
  display: block;
  font-family: "Noto Sans JP", "メイリオ", Meiryo, "ヒラギノ角ゴ Pro W6", "Hiragino Kaku Gothic Pro", Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  font-size: 10px;
  font-weight: bold;
  line-height: 1.5;
}

.block-thumbnail-h {
  width: 100%;
  margin: 0 0 40px;
  overflow-x: auto;
  overflow-y: hidden;
}

.block-thumbnail-h .block-thumbnail-h--items {
  display: flex;
  max-width: none;
  padding: 0 0 0 4vw;
}

.block-thumbnail-h .block-thumbnail-h--items > li {
  display: block;
  width: 32vw;
  min-width: 32vw;
  margin-right: 4vw;
  padding: 0;
}

.block-goods-detail-j--items li {
  display: flex;
  padding: 20px 10px;
  border: 0;
}

.block-goods-detail-j--items li a {
  display: block;
  width: 140px;
}

.block-goods-detail-j--items li .block-goods-detail-j--goods-description {
  width: calc(100% - 140px);
  padding-left: 15px;
}

.block-goods-detail-j--items li .block-goods-detail-j--goods-description .block-goods-detail-j--goods-name {
  margin: 0 0 4px;
  font-size: 16px;
  font-weight: 500;
  line-height: 1.5;
}

.block-goods-detail-j--items li .block-goods-detail-j--goods-description .block-goods-detail-j--comment {
  margin: 0 0 8px;
  font-size: 11px;
  color: #808080;
}

.block-goods-detail-j--items li .block-goods-detail-j--goods-description .block-goods-detail-j--price-infos {
  margin: 0 0 4px;
}

.block-goods-detail-j--items li .block-goods-detail-j--goods-description .block-goods-detail-j--price-infos .block-goods-detail-j--scomment {
  font-size: 12px;
  font-weight: bold;
  color: #d53115;
}

.block-goods-detail-j--items li .block-goods-detail-j--goods-description .block-goods-detail-j--price-infos .block-goods-detail-j--scomment + .block-goods-detail-j--price-items .block-goods-detail-j--price {
  color: #d53115;
}

.block-goods-detail-j--items li .block-goods-detail-j--goods-description .block-goods-detail-j--price-infos .block-goods-detail-j--scomment + .block-goods-detail-j--price-items .block-goods-detail-j--default-price {
  font-size: 11px;
  font-weight: normal;
}

.block-goods-detail-j--items li .block-goods-detail-j--goods-description .block-goods-detail-j--price {
  margin: 0;
  font-size: 13px;
  font-weight: 500;
}

.block-goods-detail-j--items li .block-goods-detail-j--goods-description .block-goods-detail-j--stock {
  margin: 0 0 4px;
  display: flex;
  font-size: 13px;
  font-weight: 500;
}

.block-goods-detail-j--items li .block-goods-detail-j--goods-description .block-goods-detail-j--stock dt {
  font-weight: 500;
}

.block-goods-detail-j--items li .block-goods-detail-j--goods-description .block-goods-detail-j--stock dt::after {
  content: "：";
}

.block-goods-detail-j--items li .block-goods-detail-j--goods-description .block-goods-detail-j--comment1 {
  margin: 0 0 16px;
  font-size: 11px;
  color: #808080;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  overflow: hidden;
}

.block-goods-detail-j--items li .block-goods-detail-j--goods-description .block-goods-detail-j--cart-btn .block-list-add-cart-btn {
  width: 100%;
  font-size: 13px;
  padding: 12px;
  border-radius: 22px;
}

.block-goods-detail-j--items li .block-goods-detail-j--goods-description .block-goods-detail-j--custom-order .block-list-custom-order-btn {
  width: 100%;
  font-size: 13px;
  padding: 12px;
  border-radius: 22px;
}

.block-pickup-list-p .block-pickup-list-p--item .block-pickup-list-p--price-infos .block-pickup-list-p--scomment {
  font-size: 12px;
  font-weight: bold;
  color: #d53115;
}

.block-pickup-list-p .block-pickup-list-p--item .block-pickup-list-p--price-infos .block-pickup-list-p--price-items .price,
.block-pickup-list-p .block-pickup-list-p--item .block-pickup-list-p--price-infos .block-pickup-list-p--price-items .net-price {
  font-size: 13px;
  font-weight: 500;
}

.block-pickup-list-p .block-pickup-list-p--item .block-pickup-list-p--price-infos .block-pickup-list-p--price-items .default-price {
  font-size: 11px;
  font-weight: normal;
}

.block-pickup-list-p .block-pickup-list-p--item .block-pickup-list-p--price-infos .block-pickup-list-p--scomment + .block-pickup-list-p--price-items .price {
  color: #d53115;
}

/* ----カテゴリ画面---- */
.block-category-list--header-img {
  padding: 0 0 20px;
}

.block-category-list--header-img img {
  width: 100%;
}

.block-category-list--header {
  padding: 12px 20px;
}

.block-category-list--comment {
  margin: 0 20px 32px;
}

/* ここまで usr/sb_block.css のコピー */
