@charset "utf-8";
/* CSS Document */
/*--------------------
見出し
--------------------*/
.categoryTitle {
  margin: 1.875rem 0.9375rem 1.75rem;
}

.productResult-title {
  margin: 0.9rem 0.9375rem 0.9375rem;
}
/*--------------------
カテゴリ一覧
--------------------*/

/*--------------------
商品一覧
--------------------*/
#result.productResult {
  margin-top: 0;
  padding: 1rem 0 0;
}

.productResult-number {
  padding: 0.8125rem 0.9375rem;
  font-size: 0.8125rem;
  font-weight: bold;
  line-height: 1.3;
}

/* viewSwitch */
.productResult-viewSwitch {
  float: right;
  padding: 0 0.8125rem;
}

.productResult-viewSwitch a {
  text-decoration: none;
}

.productResult-viewSwitch-img {
  display: block;
  width: 30px;
  height: 30px;
  margin: 0 auto 5px;
  background-repeat: no-repeat;
  background-size: contain;
}

.productResult-viewSwitch-thumb .productResult-viewSwitch-img {
  background-image: url(/resource/sp/images/ico/v2_cate01_ico_view01.png);
}

.productResult-viewSwitch-list .productResult-viewSwitch-img {
  background-image: url(/resource/sp/images/ico/v2_cate01_ico_view02.png);
}

.productResult-viewSwitch-text {
  display: block;
  font-size: 0.625rem;
  text-align: center;
}


/* sortBox */
.productResult-narrowBox {
  margin: 0 10px 0.625rem;
  overflow: hidden;
}

.productResult-narrowBox .selectBtn:first-child {
  padding-right: 3px;
}

.productResult-narrowBox .productResult-narrowCategoryBtn,
.productResult-narrowBox .productResult-narrowConditionBtn {
  width: 50%;
  float: left;
  box-sizing: border-box;
}

.productResult-narrowBox .productResult-narrowConditionBtn {
  float: right;
  text-align: right;
}

.productResult-sortBox {
  margin: 0 0.9375rem 16px;
  overflow: hidden;
}

.productResult-sortBtn {
  float: left;
}

@media (max-width: 360px) {
  .productResult-sortBtn {
    width: 78%;
  }
}

/* 商品詳細（リスト/サムネイル共通） */
.productViewWrap {
  border-top: 1px solid #d2d2d2;
}

.productViewWrap > ul > li a.link {
  display: block;
  position: relative;
  color: #000;
  text-decoration: none;
}

.productViewWrap > ul > li a.link .productName {
  font-size: 0.9375rem;
  line-height: 1.3;
  color: #333333;
  text-decoration: none;
  word-wrap: break-word;
}

.productViewWrap > ul > li .review {
  margin-top: 10px;
  font-size: 0.8125rem;
  line-height: 1;
}

.productViewWrap > ul > li .review .star span {
  display: inline-block;
  width: 90px;
  height: 15px;
  vertical-align: text-top;
  background: url(/resource/sp/images/ico/star-icn.png);
}

.productViewWrap > ul > li .review .star span.star0_5 {
  background-position: 80% 100%;
}
.productViewWrap > ul > li .review .star span.star1_0 {
  background-position: 80% 0%;
}
.productViewWrap > ul > li .review .star span.star1_5 {
  background-position: 60% 100%;
}
.productViewWrap > ul > li .review .star span.star2_0 {
  background-position: 60% 0%;
}
.productViewWrap > ul > li .review .star span.star2_5 {
  background-position: 40% 100%;
}
.productViewWrap > ul > li .review .star span.star3_0 {
  background-position: 40% 0%;
}
.productViewWrap > ul > li .review .star span.star3_5 {
  background-position: 20% 100%;
}
.productViewWrap > ul > li .review .star span.star4_0 {
  background-position: 20% 0%;
}
.productViewWrap > ul > li .review .star span.star4_5 {
  background-position: 0% 100%;
}
.productViewWrap > ul > li .review .star span.star5_0 {
  background-position: 0% 0%;
}

.productViewWrap > ul > li .review .num {
  margin-left: 2px;
}

.productViewWrap > ul > li a.link .price .num {
  font-size: 1rem;
  font-weight: bold;
  color: #d80000;
}

.productViewWrap > ul > li a.link .price .upper {
  font-size: 0.5625rem;
  font-weight: normal;
  line-height: 1.3;
}

.productViewWrap > ul > li a.link .price .upper .off {
  padding: 0.1875rem 0.3125rem;
  background: #d80000;
  font-size: 0.6875rem;
  font-weight: normal;
  line-height: 1;
  color: #fff;
}

.productViewWrap > ul > li a.link .per {
  font-size: 0.8125rem;
  font-weight: bold;
  color: #d80000;
  text-align: right;
}

.productViewWrap > ul > li a.link .itemInfo {
  font-size: 0.8125rem;
  font-weight: normal;
  line-height: 1.25;
}

.productViewWrap > ul > li a.link .itemInfo .deliveryDate {
  display: inline-block;
  font-weight: bold;
}

.productViewWrap > ul > li a.link .expeditedDelivery {
  margin-top: 0.3125rem;
  font-size: 0.75rem;
  font-weight: normal;
  line-height: 1.25;
}

.productViewWrap > ul > li a.link .coupon {
  position: relative;
  margin-top: 0.625rem;
  padding-left: 1.125rem;
  font-size: 0.75rem;
  font-weight: bold;
  line-height: 1.3;
  color: #dd3c87;
}

.productViewWrap > ul > li a.link .coupon:before {
  content: '';
  display: block;
  width: 0.9375rem;
  height: 0.9375rem;
  position: absolute;
  top: 0;
  left: 0;
  background: url(/resource/sp/images/ico/link/ico_coupon03.png) no-repeat;
  background-size: contain;
}

.productViewWrap > ul > li a.link .label {
  display: inline-block;
  height: 18px;
  position: absolute;
  top: 5px;
  left: 10px;
  padding: 2px 11px 0 10px;
  background: transparent;
  border-radius: 3px;
  font-size: 0.6875rem;
  color: #fff;
  text-align: center;
  box-sizing: border-box;
}

.productViewWrap > ul > li a.link .label:before {
  content: "";
  display: block;
  width: 14px;
  height: 14px;
  position: absolute;
  right: -5px;
  top: 50%;
  margin-top: -7px;
  border-radius: 3px;
  box-sizing: border-box;
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  z-index: 1;
}

.productViewWrap > ul > li a.link.popularFlag .label,
.productViewWrap > ul > li a.link.popularFlag .label:before {
  background: #da0a16;
}

.productViewWrap > ul > li a.link.newFlag .label,
.productViewWrap > ul > li a.link.newFlag .label:before {
  background: #1468a3;
}

.productViewWrap > ul > li a.link.limitFlag .label,
.productViewWrap > ul > li a.link.limitFlag .label:before {
  background-color: #e26d00;
}

.productViewWrap > ul > li a.link.originalFlag .label,
.productViewWrap > ul > li a.link.originalFlag .label:before {
  background-color: #1f1f8e;
}

.productViewWrap > ul > li a.link.collaborationFlag .label,
.productViewWrap > ul > li a.link.collaborationFlag .label:before {
  background-color: #1f1f8e;
}

.productViewWrap > ul > li a.link .productRanking {
  position: relative;
  padding-left: 2.1875rem;
  font-size: 0.8125rem;
}

.productViewWrap > ul > li a.link .productRanking span {
  font-size: 0.75rem;
  line-height: 3.1;
  padding-left: 0;
}

.productViewWrap > ul > li a.link .productRanking span:before {
  content: "";
  display: block;
  width: 1.75rem;
  height: 1.375rem;
  position: absolute;
  top: 0.35rem;
  left: 0;
}

.productViewWrap > ul > li a.link .productRanking.no1 span:before {
  background: url(/resource/sp/images/ico/ico_crown01.png) no-repeat;
  background-size: contain;
}

.productViewWrap > ul > li a.link .productRanking.no2 span:before {
  background: url(/resource/sp/images/ico/ico_crown02.png) no-repeat;
  background-size: contain;
}

.productViewWrap > ul > li a.link .productRanking.no3 span:before {
  background: url(/resource/sp/images/ico/ico_crown03.png) no-repeat;
  background-size: contain;
}

.productViewWrap > ul > li a.link .productRanking.no4 span:before {
  background: url(/resource/sp/images/ico/ico_crown04.png) no-repeat;
  background-size: contain;
}

.productViewWrap > ul > li a.link .productRanking.no5 span:before {
  background: url(/resource/sp/images/ico/ico_crown05.png) no-repeat;
  background-size: contain;
}

.productViewWrap > ul > li a.link .productRanking.no6 span:before {
  background: url(/resource/sp/images/ico/ico_crown06.png) no-repeat;
  background-size: contain;
}

.productViewWrap > ul > li a.link .productRanking.no7 span:before {
  background: url(/resource/sp/images/ico/ico_crown07.png) no-repeat;
  background-size: contain;
}

.productViewWrap > ul > li a.link .productRanking.no8 span:before {
  background: url(/resource/sp/images/ico/ico_crown08.png) no-repeat;
  background-size: contain;
}

.productViewWrap > ul > li a.link .productRanking.no9 span:before {
  background: url(/resource/sp/images/ico/ico_crown09.png) no-repeat;
  background-size: contain;
}

.productViewWrap > ul > li a.link .productRanking.no10 span:before {
  background: url(/resource/sp/images/ico/ico_crown10.png) no-repeat;
  background-size: contain;
}

.productViewWrap > ul > li a.link .noItem {
  margin-top: 0.625rem;
  padding: 0.5rem 0;
  border: 1px solid #d80000;
  font-size: 0.625rem;
  font-weight: bold;
  line-height: 1.3;
  text-align: center;
  color: #d80000;
}

.productViewWrap > ul > li a.link .noItem.discontinued::before {
  content: '取扱終了';
}

.productViewWrap > ul > li a.link .noItem.stock-out::before {
  content: '在庫切れ';
}

.productViewWrap > ul > li a.link .noItem.sellout::before {
	content: '販売停止中';
}

.productViewWrap > ul > li a.link .noItem.suspend::before {
  content: '販売停止中';
}

.productViewWrap > ul > li a.link .noItem.before-sale::before {
  content: '販売開始前';
}

.productViewWrap > ul > li a.link .noItem.back-order::before {
  content: '入荷前';
}

.productViewWrap > ul > li a.link .noItem::before {
  line-height: 2.5;
  font-size: 1rem;
  position: absolute;
  top: 60px;
  right: 0;
  background: rgba(0,0,0,0.3);
  color: #fff;
}

.productListView > ul > li a.link .noItem::before {
  width: 97px;
  left: 13px;
}

.productThumbView > ul > li a.link .noItem::before {
  width: 115px;
  top: 75px;
  left: 0;
  margin: auto;
}

.productViewWrap > ul > li a.link .variation_balloon {
  position: relative;
  font-size: 0.625rem;
  font-weight: bold;
  color: #333;
  margin: 10px 0 10px;
  padding: 0;
  border: none;
  background: #fff;
}

.productViewWrap > ul > li a.link .variation_balloon .vari_num {
  color: #d80000;
}

/* 商品詳細（サムネイル） */
.productThumbView > ul {
  position: relative;
  border-bottom: 1px solid #d2d2d2;
}

.productThumbView > ul:before {
  content: "";
  display: block;
  width: 1px;
  height: 100%;
  position: absolute;
  left: 50%;
  top: 0;
  background: #d2d2d2;
}

.productThumbView > ul:after {
  content: ".";
  display: block;
  height: 0;
  visibility: hidden;
  clear: both;
}


.productThumbView > ul > li {
  width: 50%;
  float: left;
  box-sizing: border-box;
}

.productThumbView > ul > li a.link {
  padding: 13px;
}

.productThumbView > ul > li a.link > span {
  display: block;
}

.productThumbView > ul > li a.link .thumb {
  display: block;
  height: 115px;
  margin: 1.5625rem 0;
  text-align: center;
}

.productThumbView > ul > li a.link.vari .thumb img {
  display: block;
  margin: auto;
  padding: 0 10px 10px 0;
  background-image: url(/resource/images/search/2014new_bgVari.png);
  background-size: 125px 125px;
}

.productThumbView > ul > li a.link.vari .noItem::before {
  left: -10px;
}

.productThumbView > ul > li a.link .price {
  margin-top: 0.5rem;
  font-size: 0.5625rem;
  line-height: 1.3;
  text-align: right;
}

.productThumbView > ul > li a.link .price .upper {
  display: block;
  margin-bottom: 0.1875rem;
}

.productThumbView > ul > li a.link .price .upper .off {
  display: inline-block;
}

.productThumbView > ul > li a.link .price .num.tilde:after {
  content: "～";
  margin: 0 2px;
  font-size: 1rem;
  font-weight: bold;
  line-height: 1;
  color: #d80000;
}

.productThumbView > ul > li a.link .price .num.tax:after {
  content: "（税込）";
  display: inline-block;
  font-size: 0.5625rem;
  font-weight: normal;
  line-height: 1.3;
  color: #000;
}

.productThumbView > ul > li a.link .price .num .taxIncluded {
  font-size: 0.5625rem;
  font-weight: normal;
  line-height: 1.3;
  color: #333;
}

.productThumbView > ul > li a.link .per {
  padding-top: 0.25rem;
}

.productThumbView > ul > li a.link .deliveryInfo {
  margin-top: 0.3125rem;
}

.productThumbView > ul > li a.link .deliveryInfo.deliveryType {
  margin-bottom: 0.9375rem;
}

.productThumbView > ul > li a.link .deliveryInfo.deliveryType .askulDelivery {
  display: inline-block;
  font-weight: 600;
  color: #111184;
  line-height: 1.375rem;
}

.productThumbView > ul > li a.link .deliveryInfo.deliveryType .askulDelivery:before {
  display: inline-block;
  content: '';
  width: 22px;
  height: 21px;
  background: url(/resource/sp/images/ico/icon_original.png);
  vertical-align: middle;
  margin-right: 0.3125rem;
}
.productThumbView > ul > li a.link .deliveryInfo.deliveryType .directDelivery {
  display: inline-block;
  font-weight: 600;
  color: #f47300;
  line-height: 1.375rem;
  margin-right: 0.3125rem;
}

.productThumbView > ul > li a.link .deliveryInfo.deliveryType .directDelivery:before {
  display: inline-block;
  content: '';
  width: 22px;
  height: 21px;
  background: url(/resource/sp/images/ico/icon_directdelivery.png);
  vertical-align: middle;
  margin-right: 0.3125rem;
}

.productThumbView > ul > li a.link .shippingFee {
  margin: 0.3125rem 0 0.9375rem;
  font-size: 0.8125rem;
  font-weight: 600;
  line-height: 1.25;
}

.productThumbView > ul > li a.link .deliveryInfo.deliveryType + .shippingFee {
  margin-top: -0.625rem;
}

.productThumbView > ul > li a.link .deliveryInfo.expeditedDelivery {
  font-size: 0.75rem;
  font-weight: normal;
  line-height: 1.25;
}

.productThumbView > ul > li a.link .deliveryInfo.expeditedDelivery span {
  font-weight: normal;
}

/* 商品詳細（リスト） */
.productListView > ul {
  border-top: 1px solid #d2d2d2;
}

.productListView > ul > li {
  position: relative;
  padding-bottom: 20px;
  border-bottom: 1px solid #d2d2d2;
}

.productListView > ul > li > .link {
  width: 100%;
  text-decoration: none;
  color: #000;
}

.productListView > ul > li > .link .itemContainer {
  padding: 30px 13px 0px;
}

.productListView > ul > li > .link .summary:after {
  content: ".";
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
}

.productListView > ul > li > .link .descript {
  width: 100%;
  float: right;
}

.productListView > ul > li > .link .descriptIn {
  margin: 0 0 10px 111px;
}

.productListView > ul > li > .link .review .num {
  vertical-align: middle;
}

.productListView > ul > li > .link .itemInfo {
  margin-top: 5px;
  font-size: 0.8125rem;
  line-height: 1.3;
}

.productListView > ul > li > .link .stockInfo .stockStatus {
  font-weight: bold;
}

.productListView > ul > li > .link .stockInfo .stockStatus.inStock {
  color: #009d60;
}

.productListView > ul > li > .link .stockInfo .stockStatus.lowStock {
  color: #d80000;
}

.productListView > ul > li > .link .stockInfo .stockStatus.noStock {
  color: #f47300;
}

.productListView > ul > li > .link .deliveryType {
  font-weight: bold;
  color: #f47300;
}

.productListView > ul > li > .link .deliveryType.askulDelivery {
  display: inline-block;
  font-weight: 600;
  color: #111184;
  line-height: 1.375rem;
  margin-right: 0.3125rem;
}

.productListView > ul > li > .link .deliveryType.askulDelivery:before {
  display: inline-block;
  content: '';
  width: 22px;
  height: 21px;
  background: url(/resource/sp/images/ico/icon_original.png);
  vertical-align: middle;
  margin-right: 0.3125rem;
}
.productListView > ul > li > .link .deliveryType.directDelivery {
  display: inline-block;
  font-weight: 600;
  line-height: 1.375rem;
  margin-right: 0.3125rem;
}

.productListView > ul > li > .link .deliveryType.directDelivery:before {
  display: inline-block;
  content: '';
  width: 22px;
  height: 21px;
  background: url(/resource/sp/images/ico/icon_directdelivery.png);
  vertical-align: middle;
  margin-right: 0.3125rem;
}

.productListView > ul > li > .link .shippingFee {
  margin: 0.3125rem 0 0.9375rem;
  font-size: 0.8125rem;
  font-weight: 600;
  line-height: 1.25;
}

.productListView > ul > li > .link .deliveryInfo + .itemInfo,
.productListView > ul > li > .link .shippingFee + .itemInfo {
  margin-top: 0.9375rem;
}

.productListView > ul > li > .link .thumb {
  float: left;
  width: 88px;
  height: 88px;
  margin-right: -111px;
  padding: 0 8px 8px 0;
  border: 1px solid #e5e5e5;
}

.productListView > ul > li > .link .thumb.vari {
  position: relative;
  padding: 0 17px 17px 0;
  border: none;
  background-image: url(/resource/images/search/2014new_bgVari.png);
  background-repeat: no-repeat;
  background-size: 104px 104px;
}

.productListView > ul > li > .link .thumb img {
  padding: 7px;
}

.productListView .variation_balloon_list {
  font-size: 0.75rem;
}

.productListView > ul > li p.noItem {
  font-size: 0.3125rem;
}

.productListView .priceBox {
  display: block;
  margin-top: 5px;
}

.productListView .priceBox-inner {
  margin-top: 1px;
  padding: 5px 13px;
  background: #f5f5f5;
  font-size: 0.5625rem;
  line-height: 1.3;
  text-align: right;
}

.productListView .priceBox-title {
  margin-right: 5px;
}

.productListView .priceBox-regular {
  font-size: 0.8125rem;
}

.productListView .priceBox-selling {
  font-size: 1rem;
  font-weight: bold;
  color: #d80000;
  line-height: 1;
}

.productListView .priceBox-off {
  display: inline-block;
  margin-right: 5px;
  padding: 3px 5px;
  background: #d80000;
  vertical-align: bottom;
  font-size: 0.6875rem;
  line-height: 1;
  color: #fff;
}

.productListView .priceBox-onePer {
  display: block;
  font-size: 0.8125rem;
  font-weight: bold;
  color: #d80000;
}

.productListView .priceBox-variation {
  font-size: 0.5625rem;
  text-align: right;
}

.productListView .priceBox-varitationDesc {
  margin: 10px 1px 0;
  font-size: 0.75rem;
  font-weight: bold;
}

.productListView .priceBox-varitationDesc-num {
  color: #d80000;
}

/*-- バリエーションボタン --*/
.productListView .productVariation {
  margin: 20px 13px 0;
  text-align: right;
}

.productListView .productVariation a {
  display: inline-block;
  text-decoration: none;
  color: #fff;
  padding: 7px 28px 8px;
  border-bottom: 1px solid #237c0c;
  border-radius: 3px;
  background: -webkit-linear-gradient(top, #41c422, #329718);
  background: linear-gradient(to bottom, #41c422, #329718);
}

/*-- 大カテのみ --*/
.productMore {
  margin: 0 0.9375rem 3.75rem;
}

/*-- 代替品 --*/
.productThumbView > ul > li .suggestion {
  padding: 0 0.8125rem 0.8125rem;
}

.productThumbView > ul > li .suggestion-label {
  font-size: 0.8125rem;
  font-weight: 600;
  color: #4BA4FF;
}

.productThumbView > ul > li .suggestion-summary {
  margin-top: 0.3125rem;
}

.productThumbView > ul > li .suggestion-summary a {
  display: flex;
  text-decoration: none;
  color: #333333;
  align-items: flex-start;
  flex-direction: row;
}

.productThumbView > ul > li .suggestion-summary a .thumb {
  margin-right: 0.625rem;
}

.productThumbView > ul > li .suggestion-summary a .name {
  display: -webkit-box;
  overflow: hidden;
  text-overflow: ellipsis;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  font-size: 0.8125rem;
  line-height: 1.125rem
}

.productListView > ul > li .suggestion {
  margin: 1rem 0.8125rem 0;
  padding: 0.625rem;
  border: 1px solid #CECECE;
  border-radius: 4px
}

.productListView > ul > li .suggestion-label {
  font-size: 0.8125rem;
  font-weight: 600;
  color: #4BA4FF;
}

.productListView > ul > li .suggestion-summary {
  margin-top: 0.3125rem;
}

.productListView > ul > li .suggestion-summary a {
  display: flex;
  text-decoration: none;
  color: #333333;
  align-items: flex-start;
  flex-direction: row;
}

.productListView > ul > li .suggestion-summary a .thumb {
  margin-right: 0.625rem;
}

.productListView > ul > li .suggestion-summary a .name {
  display: -webkit-box;
  overflow: hidden;
  text-overflow: ellipsis;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  font-size: 0.8125rem;
  line-height: 1.125rem
}

.productResult-VTnarrowBox {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 0 0.625rem  1rem;
}
.productResult-VTnarrowBox-number {
  flex-grow: 1;
  font-size: 0.625rem;
  font-weight: 600;
  line-height: 1.125rem;
}
.productResult-VTnarrowBox-number span {
  font-size: 0.8125rem;
  line-height: 0.8125rem;
  color: #D85500;
}
.productResult-VTnarrowBox-nav {
  display: flex;
  margin: 0 0 0 0.75rem;
  align-items: center;
}
.productResult-VTnarrowBox-nav li {
  position: relative;
}
.productResult-VTnarrowBox-nav li + li {
  margin-left: 1.25rem;
}
.productResult-VTnarrowBox-nav li + li:before {
  position: absolute;
  display: block;
  content: "";
  width: 1px;
  top: 0.5rem;
  bottom: 0.5rem;
  left: -0.625rem;
  background: #D5D5D5;
}
.productResult-VTnarrowBox-nav li a,
.productResult-VTnarrowBox-nav li button {
  position: relative;
  padding: 1.5rem 0 0;
  color: #333;
  text-decoration: none;
  font-size: 0.625rem;
  font-weight: 400;
  word-break: keep-all;
  background: transparent;
}
.productResult-VTnarrowBox-nav li a:before,
.productResult-VTnarrowBox-nav li button:before {
  content: "";
  position: absolute;
  display: block;
  width: 1.125rem;
  height: 1.125rem;
  top: 0;
  right: 0;
  left: 0;
  margin: auto;
  background: #ccc;
}
.productResult-VTnarrowBox-nav li.narrow_down a:before,
.productResult-VTnarrowBox-nav li.narrow_down button:before {
  background: url(/resource/sp/images/ico/icon_narrow_down.png) no-repeat;
}
.productResult-VTnarrowBox-nav li.narrow_down .condition {
  position: absolute;
  top: -0.5rem;
  right: -0.375rem;
  background: #FF8D00;
  border-radius: 50%;
  display: block;
  min-width: 1rem;
  height: 1rem;
  font-size: 0.75rem;
  font-weight: 400;
  line-height: 1rem;
  text-align: center;
  color: #fff;
}
.productResult-VTnarrowBox-nav li.sort a:before,
.productResult-VTnarrowBox-nav li.sort button:before {
  background: url(/resource/sp/images/ico/icon_sort.png) no-repeat;
}
.productResult-VTnarrowBox-nav li.display_switch.display_switch--list a:before {
  background: url(/resource/sp/images/ico/icon_list_display.png) no-repeat;
}
.productResult-VTnarrowBox-nav li.display_switch.display_switch--thum a:before {
  background: url(/resource/sp/images/ico/icon_thum_display.png) no-repeat;
}
#specModal .listModal-category {
  display: -webkit-flex;
  display: flex;
  padding: 0.625rem 0.625rem 0.625rem 55px;
  box-sizing: border-box;
  text-decoration: none!important;
  color: #333333!important;
  -webkit-align-items: center;
  align-items: center;
  min-height: 3.375rem;
}
#specModal .listModal-category--nest {
  padding-right: 1.5625rem;
}
#specModal .listModal-category--nest:after {
  content: "";
  display: block;
  position: absolute;
  right: 0.75rem;
  top: 50%;
  width: 0.5rem;
  height: 0.5rem;
  margin-top: -0.25rem;
  box-sizing: border-box;
  border-top: 1px solid #333;
  border-right: 1px solid #333;
  -webkit-transform: rotate(45deg);
      -ms-transform: rotate(45deg);
          transform: rotate(45deg);
}
#specModal .listModal-categoryThumb {
  position: absolute;
  left: 0.625rem;
  top: 0;
  bottom: 0;
  margin: auto;
}
#specModal .listModal-radio.listModal-category {
  padding-left: 5.725rem;
}
#specModal .listModal-radio.listModal-category .listModal-categoryThumb {
  left: 2.75rem;
}
.relationKeyword--narrow {
  display: flex;
  position: relative;
  overflow-x: auto;
  overflow-y: hidden;
  -webkit-overflow-scrolling: touch;
}
.relationKeyword--narrow .relationKeyword-title {
  word-break: keep-all;
  margin: 0.5rem 0 0.5rem 0.9375rem;
}
.relationKeyword--narrow .h2-title {
  font-weight: 500;
  font-size: 0.75rem;
}
.relationKeyword--narrow .relationKeyword-list {
  overflow: visible;
  -webkit-overflow-scrolling: auto;
}
.applicableConditions {
  display: flex;
  padding-bottom: 0.625rem;
  overflow-x: auto;
  overflow-y: hidden;
  -webkit-overflow-scrolling: touch;
}
.applicableConditions__head {
  word-break: keep-all;
  margin: 0.5rem 0 0.5rem 0.625rem;
}
.applicableConditions__head__title {
  position: relative;
  font-weight: 500;
  font-size: 0.75rem;
  padding-right: 0.5rem;
}
.applicableConditions__head__title:after {
  content: "：";
  position: absolute;
  right: 0;
}
.applicableConditions__body {
  position: relative;
}
.applicableConditions__body__list {
  float: left;
  padding: 0 13px;
  font-size: 0;
  white-space: nowrap;
}
.applicableConditions__body__list li {
  display: inline-block;
  margin-left: 5px;
}
.applicableConditions__body__list li:first-child {
  margin-left: 0;
}
.applicableConditions__body__list li a {
  position: relative;
  padding: 0.625rem 1.5rem 0.625rem 1rem;
  border-radius: 2rem;
  background: #F1F5F9;
  font-weight: 300;
  font-size: 0.75rem;
  text-decoration: none;
  color: #30201A;
}
.applicableConditions__body__list li a:after {
  content: '';
  display: block;
  width: 0.5rem;
  height: 0.5rem;
  background: url(/resource/sp/images/ico/v2_ico_x05.png) no-repeat;
  position: absolute;
  top: 0;
  right: 0.75rem;
  bottom: 0;
  margin: auto;
}
.categoryTitle--narrow {
  margin-top: 0.9375rem;
  margin-bottom: 0.9375rem;
}

/*-- 大カテのみ --*/
.productMore {
  margin: 0 0.9375rem 3.75rem;
}

.maker-title {
  margin: 0.9375rem 0.9375rem ;
}

.maker-lineNav {
  margin-top: 1.25rem !important;
  overflow-x: auto;
}

.maker-lineNav_list {
  display: flex;
  padding: 0 0.9375rem;
  width: fit-content;
}

.maker-lineNav_list_item {
  display: table;
  width: 3.75rem;
  height: 3.25rem;
  box-sizing: border-box;
  flex-shrink: 0;
}

.maker-lineNav_list_item + .maker-lineNav_list_item {
  margin-right: -1px;
}

.maker-lineNav_list_item span {
  display: table-cell;
  border-radius: 0.25rem 0.25rem 0 0;
  border: 1px solid #CECECE;
  font-size: 0.875rem;
  font-weight: 600;
  text-decoration: none;
  text-align: center;
  vertical-align: middle;
  color: #797979;
  background: #F2F2F2;
}

.maker-lineNav_list_item span.cr {
  background: #1B72E9;
  border-color: #1B72E9;
  color: #fff;
}

.maker-lineNav_list_item a {
  display: table-cell;
  border-radius: 0.25rem 0.25rem 0 0;
  border: 1px solid #CECECE;
  font-size: 0.875rem;
  font-weight: 600;
  text-decoration: none;
  text-align: center;
  vertical-align: middle;
  color: #333;
}

.maker-popular {
  margin: 1rem 0.9375rem 0 !important;
  padding: 0.9375rem;
  border-radius: 4px;
  background: #EAF3FD;
}

.maker-popular_title {
  margin-bottom: 0.625rem;
}

.maker-popular_title .h2-title {
  font-size: 0.875rem;
  font-weight: 600;
}

.maker-popular_list {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  row-gap: 0.625rem;
}

.maker-popular_list_item {
  width: 48%;
  font-size: 0.875rem;
}

.maker-popular_list_item a {
  text-decoration: none;
  line-height: 1.25rem;
}

.maker-columnNav {
  margin-top: 1.75rem !important;
  padding: 0 0.9375rem;
}

.maker-columnNav_list {
  display: flex;
}

.maker-columnNav_list_item {
  font-size: 0.875rem;
  padding: 0 0.875rem;
}

.maker-columnNav_list_item a {
  text-decoration: none;
}

.maker-columnNav_list_item + .maker-columnNav_list_item {
  border-left: 1px solid #CECECE;
}

.maker-table{
  margin-top: 1.75rem !important;
  padding: 0 0.9375rem;
  border-bottom: 1px solid #CECECE;
}

.maker-table_head {
  display: flex;
  justify-content: space-between;
  padding-bottom: 0.625rem;
  margin-bottom: 0.875rem;
  border-bottom: 1px solid #CECECE;
  align-items: baseline;
}

.maker-table_head .h2-title {
  font-size: 1.25rem;
  font-weight: 600;
}

.maker-table_head .coverage {
  font-size: 0.8125rem;
}

.maker-table_list {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  row-gap: 0.625rem;
  margin-bottom: 0.875rem;
}

.maker-table_list_item {
  width: 48%;
  font-size: 0.875rem;
}

.maker-table_list_item a {
  text-decoration: none;
  line-height: 1.25rem;
}

.maker-pickUp {
  margin-top: 2rem !important;
  padding: 0 0.9375rem;
}

.maker-pickUp_title {
  margin-bottom: 0.9375rem;
}

.maker-pickUp_title .h2-title {
  font-size: 1.25rem;
}

.maker-pickUp_list {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  row-gap: 0.625rem;
}

.maker-pickUp_list_item {
  width: 50%;
  max-width: 10.3125rem;
}

.maker-pickUp_list_item a {
  text-decoration: none;
  line-height: 1rem;
}

.maker-pickUp_list_item_image {
  display: block;
}

.maker-pickUp_list_item_text {
  display: block;
  margin-top: 0.3125rem;
  font-size: 0.75rem;
}

.maker-otherSearch {
  margin: 2rem auto 2.5rem !important;
  padding: 0 0.9375rem;
}

.maker-otherSearch_title {
  margin-bottom: 0.9375rem;
}

.maker-otherSearch_title .h2-title {
  font-size: 1.25rem;
}

.maker-otherSearch_inner {
  margin-top: 0.9375rem;
}

.maker-otherSearch_inner_title {
  margin-bottom: 0.625rem;
}

.maker-otherSearch_inner_title .h3-title {
  font-size: 0.875rem;
  font-weight: 600;
}

.maker-otherSearch_inner_list {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  row-gap: 0.625rem;
}

.maker-otherSearch_inner_list_item {
  width: 48%;
  font-size: 0.875rem;
}

.maker-otherSearch_inner_list_item a {
  text-decoration: none;
  line-height: 1.25rem;
}

.productViewWrap > ul > li a.link .couponList {
  margin: 0 0 10px 111px;
}

.productViewWrap > ul > li a.link .couponList .couponList__body li {
  display: flex;
  align-items: center;
}

.productViewWrap > ul > li a.link .couponList .couponList__body li + li {
  margin-top: 0.725rem;
}

.productViewWrap > ul > li a.link .couponList .couponList__body__head {
  display: inline-block;
  padding: 0.1875rem 0.5rem;
  font-size: 0.75rem;
  line-height: 1.125rem;
  font-weight: 600;
  border-radius: 0.125rem;
  margin-right: 0.5rem;
  background: #FEF5D4;
  color: #DD2C08;
  white-space: nowrap;
}

.productViewWrap > ul > li a.link .couponList .couponList__body__head span {
  font-size: 0.625rem;
  font-weight: 300;
  vertical-align: bottom;
}

.productViewWrap > ul > li a.link .couponList .couponList__body__head.couponList__body__head--multiCategory {
  background: #E55C7E;
  color: #fff;
}

.productViewWrap > ul > li a.link .couponList .couponList__body__text {
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
  font-size: 0.8125rem;
}

.productViewWrap > ul > li a.link .couponList .couponList__body__text a {
  text-decoration: none;
  display: inline;
}

.productViewWrap > ul > li a.link .couponList .couponList__link {
  margin-top: 0.625rem;
  text-align: right;
  font-size: 0.8125rem;
}

.productViewWrap > ul > li a.link .couponList .couponList__link a {
  text-decoration: none;
}

.productThumbView > ul > li a.link .couponList {
  margin: 0.75rem 0;
}

.productThumbView > ul > li a.link .couponList .couponList__body li {
  display: block;
}

.productThumbView > ul > li a.link .couponList .couponList__body li + li {
  margin-top: 0.5rem;
}

.productThumbView > ul > li a.link .couponList .couponList__body__head {
  margin-bottom: 0.375rem;
}
