﻿@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;
}

/* ----ページャー---- */

.block-goods-list-naviframe--top.block-goods-list-naviframe{
  display: none;
}

.pager {
  text-align: center;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: 10px;
}

.pager > * {
  display: inline-block;
  vertical-align: top;
}

.pager-scope {
  padding: 3px;
  margin: 0 10px;
  text-align: center;
  display: none;
}

.pager-total {
  display: block;
  font-size: 14px;
  line-height: 30px;
  text-align: center;
}

.pager-count span {
  font-size: 18px;
  font-weight: normal;
  padding: 0.25em;
}

@media screen and (max-width:374px) {
  .pager-total{
    font-size: calc(14 / 375 * 100vw);
    line-height: calc(30 / 375 * 100vw);
  }
  .pager-count span {
    font-size: calc(18 / 375 * 100vw);
  }
}

.pagination {
  display: flex;
  align-items: center;
}

.pagination li{
  margin: 0 7.5px;
}

@media screen and (max-width:374px) {
  .pagination li{
    margin: 0 calc(7.5 / 375 * 100vw);
  }
}

.pagination li,
.pagination.pager-num li a{
  display: inline-block;
  text-align: center;
  border-radius: 3px;
  min-width: 26px;
  height: 26px;
  line-height: 24px;
  font-size: 16px;
}

@media screen and (max-width:374px) {
  .pagination li,
  .pagination.pager-num li a{
    min-width: calc(26 / 375 * 100vw);
    height: calc(26 / 375 * 100vw);
    line-height: calc(24 / 375 * 100vw);
    font-size: calc(14 / 375 * 100vw);
  }
}

.pagination.pager-num li a {
  border: 1px solid #D1D1D1;
  background: #fff;
  transition: 0.3s;
}

.pagination.pager-num li a:hover {
  opacity: 0.7;
  text-decoration: none;
}

.pagination > .disabled {
  color: #777;
}

.pager-current {
  color: #fff;
  background: #005BAC;
  border: 1px solid #005BAC;
}

.pager-first a,
.pager-previous a,
.pager-next a,
.pager-last a{
  border: 1px solid #ECECEC;
  background: #ECECEC;
  color: transparent;
  font-size: 16px;
  line-height: 22px;
  width: 100%;
  height: 100%;
  display: block;
  border-radius: 3px;
  color: #333;
  transition: 0.3s;
}

@media screen and (max-width:374px) {
  .pager-first a,
  .pager-previous a,
  .pager-next a,
  .pager-last a{
    font-size: calc(16 / 375 * 100vw);
    line-height: calc(22 / 375 * 100vw);
  }
}

.pager-first a:hover,
.pager-previous a:hover,
.pager-next a:hover,
.pager-last a:hover{
  text-decoration: none;
  opacity: 0.7;
}

.pager-first a:before {
  content: "<<";
}

.pager-previous a:before {
  content: "<";
}

.pager-next a:before {
  content: ">";
}

.pager-last a:before {
  content: ">>";
}

/* ----画像センタリング配置---- */

.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-goods-list--sort-order-items{
  width: calc(345 / 375 * 100vw);
  margin: 0 auto;
  border-top: 1px solid #0065AA;
  padding-top: 2px;
}

.block-sort--header {
  width: 100%;
  background-color: #F6FBFF;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.block-sort--header h2{
  background-color: #F6FBFF;
  font-weight: normal;
  padding: 0 12px;
  line-height: 32.5px;
  font-size: 11px;
}

.block-sort--expand-icon {
  width: 16px;
  vertical-align: middle;
  text-align: left;
  cursor: pointer;
  position: relative;
  right: 8px;
}
.block-sort--expand-icon .block-icon-image-double-small{
  position: relative;
  background: none;
}
.block-sort--expand-icon .block-icon-image-double-small:before,
.block-sort--expand-icon .block-icon-image-double-small:after {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  z-index: 2;
}
.block-sort--expand-icon .block-icon-image-double-small:before {
  width: 2px;
  height: 12px;
  background-color: #333;
  right: 5px;
  margin-top: -6px;
  -webkit-transition: all 0.4s ease;
  -moz-transition: all 0.4s ease;
  transition: all 0.4s ease;
}
.block-sort--expand-icon .block-icon-image-double-small.block-icon-image--minus:before {
  transform: rotate(90deg);
  -moz-transform: rotate(90deg);
  -webkit-transform: rotate(90deg);
}
.block-sort--expand-icon .block-icon-image-double-small:after {
  width: 12px;
  height: 2px;
  background-color: #333;
  right: 0;
  margin-top: -1px;
}

.block-sort--element {
  display: none;
}

.block-sort--close i:before {
  content: "\f067";
}

.block-sort--select {
  display: table-cell;
  padding-left: 10px;
  vertical-align: middle;
  height: 43px;
  font-size: 12px;
}

/* ページャ */
.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-thumbnail-t---- */

.block-thumbnail-t--items {
  border-top: 1px solid #eee;
  font-size: 0;
  padding: 10px 10px 0 0;
}

.block-thumbnail-t--items li {
  width: 50%;
  display: inline-block;
  vertical-align: top;
  font-size: 14px;
  padding-left: 10px;
  padding-bottom: 10px;
}

.block-thumbnail-t--items li a {
  text-decoration: none;
}

.block-thumbnail-t--goods-image {
  width: 100%;
  margin-bottom: 5px;
}

.block-thumbnail-t--goods-image figure {
  background: #f5f5f5;
  width: 100%;
  min-width: 140px;
  min-height: 140px;
  padding: 5px;
}

.block-thumbnail-t--goods-description {
  word-wrap: break-word;
}

.block-thumbnail-t--goods-name {
  font-weight: bold;
}

.block-thumbnail-t--comment {
  font-size: 12px;
}

.block-thumbnail-t--price {
  font-size: 18px;
  font-weight: bold;
}

/* ----イベント画面---- */

.block-event-page--goods {
  margin: 0 0 10px 0;
}

.block-event-page--goods #goods_list_auto_load_area {
  margin: 23px 0 0;
}

/* ここまで sys/sb_block_goods.css のコピー */

.isPC{
  display: none !important;
}

.block-top-event--ranking-tab{
  width: calc(355 / 375 * 100vw);
  margin: 21.5px auto 18.7px;
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
}

.block-top-event--ranking-tab li{
  width: calc(69 / 375 * 100vw);
  height: calc(49 / 375 * 100vw);
  border-bottom: 3px solid #C9E4FF;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  font-weight: 500;
  font-size: 15px;
  line-height: 20px;
  letter-spacing: 0.1em;
}

@media screen and (max-width:374px) {
  .block-top-event--ranking-tab li{
    font-size: calc(15 / 375 * 100vw);
    line-height: calc(20 / 375 * 100vw);
  }
}

.block-top-event--ranking-tab li.active{
  color: #005BAC;
  border-bottom: 3px solid #005BAC;
}

.block-top-event--ranking-tab li.active:after{
  content: "";
  width: 8px;
  height: 8px;
  display: block;
  background: #005BAC;
  transform: translateX(-75%) rotate(45deg);
  position: absolute;
  bottom: -5px;
  left: 50%;
}

.block-top-event--ranking-tab li a:hover,
.block-top-event--ranking-tab li a:focus,
.block-top-event--ranking-tab li a:focus-visible{
  text-decoration: none;
  border: none;
  outline: none;
}

.block-event-page--header{
  margin: 22.2px 0 36.3px;
}

.block-event-page--header h1{
  margin: 0 0 8px;
}

.block-event-page--header p{
  text-align: center;
  font-size: 14px;
  line-height: 20px;
  letter-spacing: 0.1em;
}

@media screen and (max-width:374px) {
  .block-event-page--header p{
    font-size: calc(14 / 375 * 100vw);
    line-height: calc(20 / 375 * 100vw);
  }
}
