@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-genre-page--goods {
  margin: 0 0 10px 0;
}

/* ここまで sys/sb_block_goods.css のコピー */

/* ここから usr/sb_block.css のコピー */
.block-filter--header {
	display: flex;
	align-items: center;
	justify-content: flex-start;
	width: calc(180 / 390 * 100vw);
	height: 40px;
	padding: 10px;
	border: 1px solid #DDDDDD;
	background-color: #FFFFFF;
	border-radius: 3px;
	position: relative;
}
.block-filter--header::after {
	content: "";
	position: absolute;
	right: 10px;
	top: 50%;
	margin-top: -4px;
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 7px 4px 0 4px;
	border-color: #333333 transparent transparent transparent;
}

.block-filter--header.block-filter--open {
  display: none;
}

.block-filter--header .block-filter--header-label {
	margin: 0;
	padding: 0;
	border: 0;
	/*color: #fff;*/
	font-size: 14px;
	font-weight: 500;
	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;
	display: 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;
	display: 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;
	justify-content: space-between;
  border: 0;
  padding: 0 10px;
}

.block-ranking-r--items li {
  width: calc((100% - 10px) / 2);
  margin: 0 0 24px 0;
  padding: 0;
	display: block;
}

.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 10px;
}

.block-ranking-r--items li .block-ranking-r--goods-image figure {
  min-width: 0;
  min-height: 0;
  padding: 0;
  background: none;
	height: calc(216 / 390 * 100vw);
}

.block-ranking-r--items li .block-ranking-r--goods-description {
  padding: 0 20px;
}
.block-ranking-r--items li .block-ranking-r--goods-brand div {
	color: #AAAAAA;
	font-size: 11px;
	font-weight: 500;
	line-height: 1.18;
	letter-spacing: 0.1em;
}
.block-ranking-r--items li .block-ranking-r--goods-name {
	font-size: 13px;
	font-weight: 400;
	line-height: 1.53;
	letter-spacing: 0.1em;
	margin: 8px 0 4px;
}
.block-ranking-r--items li .variation-name {
	display: none;
}
.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 {
	color: #D94D4D;
	font-size: 10px;
	font-weight: 500;
	line-height: 1.3;
	letter-spacing: 0.1em;
	width: 100%;
}
.block-ranking-r--items li .block-ranking-r--price-infos .block-ranking-r--price-items {
	display: flex;
	flex-wrap: wrap;
	align-items: flex-end;
}
.block-ranking-r--items li .block-ranking-r--price-infos .block-ranking-r--scomment + .block-ranking-r--price-items .block-ranking-r--price {
  color: #D94D4D;
}

.block-ranking-r--items li .block-ranking-r--price-infos .block-ranking-r--scomment + .block-ranking-r--price-items .block-ranking-r--default-price {
	text-align: left;
	font-size: 12px;
	font-weight: bold;
	line-height: 1.25;
	letter-spacing: 0.04em;
	width: 100%;
	order: 11;
}
.block-ranking-r--items li .block-ranking-r--price-infos .block-ranking-r--scomment + .block-ranking-r--price-items .block-ranking-r--default-price::after {
	font-size: 10px;
	font-weight: 400;
}

.block-ranking-r--items li .block-ranking-r--price {
	font-size: 14px;
	letter-spacing: 0.04em;
	line-height: 1.214;
	order: 21;
}
.block-ranking-r--items li .block-ranking-r--price::after {
	font-size: 10px;
	font-weight: 400;
	line-height: 1.7;
}
.block-ranking-r--items li .block-ranking-r--price-infos .block-ranking-r--price-off {
	color: #D94D4D;
	font-size: 10px;
	font-weight: 500;
	line-height: 1.4;
	letter-spacing: 0.1em;
	order:31;
}
.block-ranking-r--items .block-ranking-r--rank {
  top: 10px;
  left: 10px;
  width: 30px;
  height: 30px;
  /*padding: 2px 0 6px;*/
  border-radius: 50%;
  font-size: 13px;
  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-recent-item--header {
	margin: 40px 0 24px;
	padding: 40px 0 0;
	border: 0;
	border-top: 10px solid #F2F2F2;
	text-align: center;
	font-size: 24px;
	font-weight: 500;
	line-height: 1.333;
	color: #000;
	background: none;
}

.block-recent-item--header span {
  display: block;
  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;
}

/* ここまで usr/sb_block.css のコピー */
