@charset "utf-8";
/* CSS Document */

/* 見出し */
.h1-title {
  font-size: 1.125rem;
  color: #172397;
}

.h2-title {
  position: relative;
  font-size: 1rem;
  font-weight: normal;
  line-height: 1.4;
}

.ranking-title {
  padding-left: 1.5625rem;
}

.ranking-title::before {
  content: "";
  display: block;
  width: 1.2rem;
  height: 1.375rem;
  position: absolute;
  top: 0.15rem;
  left: 0;
  background: url(/resource/sp/images/ico/ico_crown11.png) no-repeat;
  background-size: contain;
  line-height: 1;
}

/* ボタン */
.grayBtn a {
  display: block;
  padding: 11px 0;
  border: 1px solid #cecece;
  background: -webkit-gradient(linear, center top, center bottom, from(#fcfcfc), to(#f5f5f5));
  font-size: 0.75rem;
  color: #333;
  line-height: 1;
  text-align: center;
  text-decoration: none;
  border-radius: 5px;
}

/* 誘導テキスト */
.allLink {
  margin: 0.9375rem 0 0;
  font-size: 0.8125rem;
  line-height: 1;
  text-align: right;
}

.allLink span {
  display: inline-block;
  position: relative;
  padding-left: 0.9375rem;
  background: none;
}

.allLink span:before {
  content: "";
  display: block;
  width: 0.5rem;
  height: 0.5rem;
  position: absolute;
  top: 0.15625rem;
  left: 0;
  border-top: 2px solid #2970e4;
  border-right: 2px solid #2970e4;
  box-sizing: border-box;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}

.allLink a {
  text-decoration: none;
}


/*--------------------
recommend
--------------------*/
#MainContents .recommendArea {
  width: 100%;
  margin-top: 3.75rem;
}

/*--------------------
product-slide
--------------------*/
.productSlide {
  margin: 0 0.9375rem!important;
  padding: 2.1875rem 0 2.1875rem;
  border-top: 1px solid #d2d2d2;
}

.productSlide-title {
  margin-bottom: 0.9375rem;
}

.productSlide-body {
  margin: 0 -0.9375rem;
  overflow-x: auto;
  -webkit-overflow-scrolling: touch;
}

.productSlide-body > ul {
  float: left;
  padding: 0 0.625rem 0.8125rem;
  white-space: nowrap;
}

.productSlide-item {
  display: inline-block;
  width: 7.92rem;
  position: relative;
  margin: 0 0.3125rem;
  padding-top: 0.8125rem;
  text-align: right;
  vertical-align: top;
  white-space: normal;
}

a.productSlide-link {
  color: #333;
  text-decoration: none;
}

.productSlide-thumb {
  display: block;
  height: 6.25rem;
  margin-bottom: 0.9375rem;
  text-align: center;
}

.productSlide-thumb img {
  width: 6.25rem;
}

.productSlide-name {
  display: block;
  height: 3.125rem;
  position: relative;
  font-size: 0.6875rem;
  line-height: 1.3;
  text-align: left;
  text-decoration: none;
  word-wrap: break-word;
}

.productSlide-review {
  display: block;
  margin-top: 0.3125rem;
  font-size: 0.7rem;
}

.productSlide-reviewStar span {
  display: inline-block;
  width: 60px;
  height: 10px;
  margin-top: 2px;
  vertical-align: text-top;
  background: url(/resource/sp/images/ico/star-icn.png) no-repeat;
  background-size: 196%;
}

.productSlide-reviewStar .star0_0 {background-position: 100% 105%;}
.productSlide-reviewStar .star0_5 {background-position: 80% 105%;}
.productSlide-reviewStar .star1_0 {background-position: 80% 0%;}
.productSlide-reviewStar .star1_5 {background-position: 60% 105%;}
.productSlide-reviewStar .star2_0 {background-position: 60% 0%;}
.productSlide-reviewStar .star2_5 {background-position: 40% 105%;}
.productSlide-reviewStar .star3_0 {background-position: 40% 0%;}
.productSlide-reviewStar .star3_5 {background-position: 20% 105%;}
.productSlide-reviewStar .star4_0 {background-position: 20% 0%;}
.productSlide-reviewStar .star4_5 {background-position: 0% 105%;}
.productSlide-reviewStar .star5_0 {background-position: 0% 0%;}

.productSlide-review a {
  color: #333;
  text-decoration: none;
}

.productSlide-price {
  font-size: 1rem;
  font-weight: bold;
  color: #d80000;
}

.productSlide-price span {
  white-space: nowrap;
}

.productSlide-priceTax {
  display: inline-block;
  font-size: 0.625rem;
  font-weight: normal;
  color: #333333;
}

/* icon */
.productSlide-icon-sale {
  display: block;
  width: 2.875rem;
  height: 2.0625rem;
  position: absolute;
  top: 0.3125rem;
  left: 0;
  padding-top: 0.8125rem;
  border-radius: 1.4375rem;
  background: #d80000;
  font-size: 0.5625rem;
  font-weight: bold;
  color: #fff;
  line-height: 1.1;
  text-align: center;
}

.productSlide-icon-sale .num {
  font-size: 0.6875rem;
}

/* ranking-slide */
.rankSlide .productSlide-thumb:before {
  content: "";
  display: block;
  width: 1.75rem;
  height: 1.375rem;
  position: absolute;
  left: 0;
  top: 0;
}

.rankSlide .rank01:before {
  background: url(/resource/sp/images/ico/ico_crown01.png) no-repeat;
  background-size: contain;
}

.rankSlide .rank02:before {
  background: url(/resource/sp/images/ico/ico_crown02.png) no-repeat;
  background-size: contain;
}

.rankSlide .rank03:before {
  background: url(/resource/sp/images/ico/ico_crown03.png) no-repeat;
  background-size: contain;
}

.rankSlide .rank04:before {
  background: url(/resource/sp/images/ico/ico_crown04.png) no-repeat;
  background-size: contain;
}

.rankSlide .rank05:before {
  background: url(/resource/sp/images/ico/ico_crown05.png) no-repeat;
  background-size: contain;
}

.rankSlide .rank06:before {
  background: url(/resource/sp/images/ico/ico_crown06.png) no-repeat;
  background-size: contain;
}

.rankSlide .rank07:before {
  background: url(/resource/sp/images/ico/ico_crown07.png) no-repeat;
  background-size: contain;
}

.rankSlide .rank08:before {
  background: url(/resource/sp/images/ico/ico_crown08.png) no-repeat;
  background-size: contain;
}

.rankSlide .rank09:before {
  background: url(/resource/sp/images/ico/ico_crown09.png) no-repeat;
  background-size: contain;
}

.rankSlide .rank10:before {
  background: url(/resource/sp/images/ico/ico_crown10.png) no-repeat;
  background-size: contain;
}

/*--------------------
.featureSlide
--------------------*/
.featureSlide {
  margin: 0 0.9375rem !important;
  padding: 2.1875rem 0;
  border-top: 1px solid #d2d2d2;
}

.featureSlide-title {
  margin-bottom: 0.9375rem;
}

.featureSlide-body {
  margin: 0 -0.9375rem;
  overflow-x: auto;
  overflow-y: hidden;
}

.featureSlide .featureSlide-body ul {
  height: 4.5rem;
  float: left;
  margin-bottom: 0.625rem;
  padding: 0 0.5625rem;
  white-space: nowrap;
}

.featureSlide .featureSlide-body ul li {
  display: inline-block;
  padding: 0 0.25rem;
}

.featureSlide .featureSlide-body ul li img {
  width: 11rem;
}


/*--------------------
.selectBtn
--------------------*/
.selectBtn a {
  display: inline-block;
  width: 175px;
  position: relative;
  padding: 11px 28px 11px 12px;
  border: 1px solid #cecece;
  border-radius: 5px;
  background: -webkit-gradient(linear, center top, center bottom, from(#fcfcfc), to(#f5f5f5));
  font-size: 0.8125rem;
  line-height: 1;
  text-align: left;
  color: #333333;
  text-decoration: none;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  box-sizing: border-box;
}

.selectBtn a:before,
.selectBtn a:after {
  content: '';
  display: block;
  position: absolute;
  top: 50%;
  width: 7px;
  height: 2px;
  background-color: #2971e3;
}

.selectBtn a:before {
  right: 16px;
  -webkit-transform: translate(-50%, -50%) rotate(45deg);
  transform: translate(-50%, -50%) rotate(45deg);
}

.selectBtn a:after {
  right: 12px;
  -webkit-transform: translate(-50%, -50%) rotate(-45deg);
  transform: translate(-50%, -50%) rotate(-45deg);
}

@media (max-width: 360px) {
  .selectBtn a {
    width: 100%;
  }
}

/*--------------------
.listModal
--------------------*/
.listModal {
  display: none;
}

.listModal.js-opened {
  display: block;
}

.listModal-bg {
  width: auto;
  height: auto;
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background-color: rgba(0, 0, 0, 0);
  transition: background-color 250ms ease-out;
  z-index: 1000;
}

.js-opened .listModal-bg {
  background-color: rgba(0, 0, 0, .65);
}

.listModal-main {
  width: 100%;
  max-height: 100%;
  position: fixed;
  bottom: -220px;
  left: 0;
  z-index: 1001;
  opacity: 0;
  transition: bottom 250ms ease-out, opacity 200ms ease-out;
  overflow-y: scroll;
}

.js-opened .listModal-main {
  bottom: 0;
  opacity: 1;
}

.listModal-head {
  width: 100%;
  height: 45px;
  position: absolute;
  top: 0;
  left: 0;
  padding: 0.875rem 0.625rem 0;
  background-color: #e5e5e5;
  font-size: 14px;
  font-weight: bold;
  box-sizing: border-box;
  z-index: 1002;
}

.listModal-headClose {
  width: 19px;
  height: 19px;
  position: absolute;
  right: -10px;
  top: 50%;
  padding: 10px;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

.listModal-headClose:before,
.listModal-headClose:after {
  content: '';
  display: block;
  width: 19px;
  height: 2px;
  position: absolute;
  right: 10px;
  top: 50%;
  background-color: #2971e3;
}

.listModal-headClose:before {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}

.listModal-headClose:after {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
}

.listModal-body {
  padding-top: 45px;
  background-color: #ffffff;
  font-size: 1.0625rem;
}

.listModal-body ul {
  padding-bottom: 15px;
}

.listModal-body ul li {
  position: relative;
  border-top: 1px solid #e5e5e5;
}

.listModal-body ul li:first-child {
  border-top: transparent;
}

.listModal-radio {
  display: block;
  padding: 19px 10px 16px 45px;
  box-sizing: border-box;
  text-decoration: none!important;
  color: #333333!important;
}

.listModal-radioIcon {
  display: block;
  width: 19px;
  height: 19px;
  position: absolute;
  top: 50%;
  left: 10px;
  border: 1px solid #cecece;
  border-radius: 50%;
  background: #fff;
  background: -webkit-linear-gradient(#fff, #f2f2f2);
  background: linear-gradient(#fff, #f2f2f2);
  -webkit-transform: translate(0, -50%);
  transform: translate(0, -50%);
  cursor: pointer;
}

.js-active .listModal-radioIcon {
  width: 7px;
  height: 7px;
  border: 7px solid #449df5;
  background: #fff;
}

.listModal-radioIcon input {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 50%;
  left: 10px;
  margin: 0;
  padding: 0;
  border: none;
  opacity: 0;
  cursor: pointer;
}


/*--------------------
.pager
--------------------*/
.v2_pageNav .coverageBlock {
  font-size: 0.8125rem;
}

.v2_pageNav .fullBlock ul li a,
.v2_pageNav .fullBlock ul li span {
  font-size: 0.75rem;
}

.v2_pageNav .vicinityBlock p a,
.v2_pageNav .vicinityBlock p a:link,
.v2_pageNav .vicinityBlock p a:visited,
.v2_pageNav .vicinityBlock p a:hover,
.v2_pageNav .vicinityBlock p a:active {
  font-size: 0.75rem;
  font-weight: normal;
  color: #333333;
}

.v2_pageNav .vicinityBlock p span {
  font-size: 0.75rem;
  font-weight: normal;
  color: #d7d7d7;
}

/*--------------------
.orderHistory
--------------------*/
.orderHistory {
  padding: 0.9375rem 0;
  background: #f6f6f6;
}

.orderHistory-title {
  margin: 0 0.9375rem 0;
}

.orderHistory-inner {
  margin-top: 1rem;
  overflow-x: auto;
  -webkit-overflow-scrolling: touch;
}

.orderHistory-inner > ul {
  padding: 0 0.8125rem;
  white-space: nowrap;
}

.orderHistory-inner > ul > li {
  display: inline-block;
  width: 90%;
  max-width: 300px;
  position: relative;
  padding-right: 0.8125rem;
  white-space: normal;
  vertical-align: top;
}

.orderHistory-inner > ul > li > a {
  text-decoration: none;
}

.orderHistory-text {
  position: relative;
  min-height: 80px;
  padding-left: 90px;
}

.orderHistory-name {
  margin-bottom: 10px;
  line-height: 1.5;
  text-decoration: underline;
}

.orderHistory-detail {
  font-size: 0.625rem;
  line-height: 1.5;
  color: #333;
}

.orderHistory-price {
  font-size: 0.75rem;
  font-weight: bold;
  color: #d80000;
}

.orderHistory-thumb {
  position: absolute;
  top: 0;
  left: 0;
}

/*--------------------
.pinpointSearch
--------------------*/
.v1805_reduced + .relationPinpoint {
  padding-top: 2.1875rem;
}

.relationPinpoint .h2-title {
  margin: 0 0.9375rem;
}

.pinpointList {
  margin-bottom: 2.1875rem;
}

.pinpointList li {
  display: table;
  width: 100%;
  padding: 0.6875rem 0.8125rem;
  border-bottom: 1px solid #d2d2d2;
  box-sizing: border-box;
}

.pinpointList li:last-child {
  border-bottom: none;
}

.pinpointList li a {
  text-decoration: none;
}

.pinpointList li a div {
  display: table-cell;
  width: 92px;
  vertical-align: middle;
}

.pinpointList li a p {
  display: table-cell;
  font-size: 0.8125rem;
  font-weight: normal;
  line-height: 1.6;
  color: #333;
  vertical-align: middle;
  word-break: break-all;
}

a.pinpointListBtn {
  display: block;
  position: relative;
  margin: 0.625rem 0.9375rem 0;
  padding: 0.5rem 0;
  border: 1px solid #cecece;
  border-radius: 5px;
  background: -webkit-gradient(linear, center top, center bottom, from(#fcfcfc), to(#f5f5f5));
  font-size: 0.75rem;
  font-weight: bold;
  line-height: 1.2;
  text-align: center;
  text-decoration: none;
  color: #333333;
  font-weight: normal;
}

a.pinpointListBtn:before {
  content: "";
  display: block;
  width: 8px;
  height: 100%;
  position: absolute;
  top: 0;
  right: 8px;
  background: url(/resource/sp/images/ico/v2_ico_arrow.png) no-repeat 0 50%;
  background-size: 8px 9px;
}


/*--------------------
.recentCheck
--------------------*/
.recentCheck {
  margin: 0 0 -20px !important;
  padding: 2.1875rem 0.9375rem;
  background: #f9f9f9;
}

.recentCheck-title {
  margin-bottom: 0.9375rem;
}

.recentCheck-btn {
  display: block;
  float: right;
  width: 6.90625rem;
  height: 2.125rem;
  margin-top: -0.5rem;
  padding: 0;
  border: 1px solid #cecece;
  border-radius: 0.3125rem;
  background: -webkit-linear-gradient(top, #fff, #f2f2f2);
  background: linear-gradient(to bottom, #fff, #f2f2f2);
  font-size: 0.8125rem;
  font-weight: normal;
  line-height: 2.125rem;
  text-align: center;
  text-decoration: none !important;
  color: #333 !important;
  cursor: pointer;
}

.recentCheck-body {
  margin: 0 -0.9375rem;
}

.recentCheck-slideView > ul {
  padding: 0 0.625rem 0.8125rem;
}

.recentCheck-slideView .recomCmnRecentCheckedItemSp {
  width: 7.1875rem;
  margin: 0 0.3125rem;
  padding-top: 0.8125rem;
}

.recentCheck-slideView > ul > li a.link .thumb {
  height: 6.25rem;
  margin-bottom: 0.9375rem;
}

.recentCheck-slideView .thumb img {
  width: 6.25rem;
}

.recentCheck-slideView > ul > li p.price {
  font-size: 0.625rem;
}

.recentCheck-slideView > ul > li p.price span {
  font-size: 1rem;
}
.recentCheck-slideView > ul > li p.price {
  font-size: 0.625rem;
}

.recentCheck-slideView > ul > li p.price span {
  font-size: 1rem;
}


/*--------------------
product-slide
--------------------*/
.review {
  font-size: 0.8125rem;
}

.review .num {
  margin-left: 5px;
  vertical-align: middle;
}

.review .star span.star0_0,
.review .star span.star0_5,
.review .star span.star1_0,
.review .star span.star1_5,
.review .star span.star2_0,
.review .star span.star2_5,
.review .star span.star3_0,
.review .star span.star3_5,
.review .star span.star4_0,
.review .star span.star4_5,
.review .star span.star5_0 {
  background: url(/resource/sp/images/ico/star-icn.png);
  width: 90px;
  height: 15px;
  vertical-align: text-top;
  display: inline-block;
}

.review .star span.star0_0{
  background-position: 100% 100%;
}
.review .star span.star0_5{
  background-position: 80% 100%;
}
.review .star span.star1_0{
  background-position: 80% 0%;
}
.review .star span.star1_5{
  background-position: 60% 100%;
}
.review .star span.star2_0{
  background-position: 60% 0%;
}
.review .star span.star2_5{
  background-position: 40% 100%;
}
.review .star span.star3_0{
  background-position: 40% 0%;
}
.review .star span.star3_5{
  background-position: 20% 100%;
}
.review .star span.star4_0{
  background-position: 20% 0%;
}
.review .star span.star4_5{
  background-position: 0% 100%;
}
.review .star span.star5_0{
  background-position: 0% 0%;
}


/*--------------------
addCartBlock
--------------------*/
.addCartBlock {
  display: table;
  margin: 0 13px 0 auto;
  text-align: right;
}

.productViewWrap > ul > li .addCartBlock {
  margin-top: 20px;
}

.addCartBlock-inner {
  display: table-cell;
  vertical-align: middle;
}

.addCartBlock-text {
  display: table-cell;
  vertical-align: middle;
  padding-right: 0.625rem;
  font-size: 0.8125rem;
  font-weight: bold;
}

.addCartBlock-field {
  display: table-cell;
  width: 100px;
  height: auto;
  position: relative;
  vertical-align: middle;
  box-sizing: border-box;
  padding: 0;
  border: none;
  border-radius: 5px;
  box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.15) inset;
}

.addCartBlock-field select {
  position: relative;
  z-index: 2;
  width: 100%;
  height: 2.9375rem;
  box-sizing: border-box;
  padding: 0 2.8125rem 0 1.625rem;
  border: 1px solid #cecece;
  border-radius: 0.25rem;
  background: transparent;
  font-size: 0.8125rem;
  line-height: 1.875rem;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  cursor: pointer;
}

.addCartBlock-field span {
  content: '';
  display: block;
  position: absolute;
  top: 50%;
  right: 13px;
  width: 24px;
  height: 35px;
  margin-top: -17px;
  font-size: 0;
  cursor: pointer;
  z-index: 1;
  background: url(/resource/sp/images/user/2016eug_bg_select_arrow_01.png) no-repeat;
  background-size: contain;
}

.addCartBlock-field input {
  display: block;
  width: 100%;
  height: 47px;
  border: none;
  background: none;
  font-size: 18px;
  font-weight: bold;
  text-align: right;
  -webkit-appearance: none;
  appearance: none;
  padding: 0 10px;
  border-radius: 6px;
  border: solid 1px #cecece;
  box-sizing: border-box;
  box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.15) inset;
}

.addCartBlock-submit {
  display: table-cell;
  vertical-align: middle;
  margin-left: 0;
  padding-left: 1.25rem;
}

.addCartBlock-submit button {
  display: block;
  width: 8.15625rem;
  height: 2.8125rem;
  border: none;
  border-radius: 0.3125rem;
  background: -webkit-linear-gradient(top, #fda128, #fd8629);
  background: linear-gradient(to bottom, #fda128, #fd8629);
  color: #fff;
  font-size: 1.0625rem;
  font-weight: normal;
  line-height: 1;
  text-align: center;
  cursor: pointer;
}

.addCartBlock-submit button span {
  display: inline-block;
  position: relative;
  padding-left: 2rem;
}

.addCartBlock-submit button span::before {
  content: "";
  display: block;
  width: 1.59375rem;
  height: 1.34375rem;
  position: absolute;
  top: -0.1875rem;
  left: 0;
  background: url(/resource/sp/images/ico/v2_ico_cart05.png) no-repeat;
  background-size: contain;
}

.addCartBlock-submit .simpleAddCartBalloon {
  position: absolute;
  border-radius: 0.25rem;
  background: url(/resource/images/order/1712_bg_gray01.png);
  color: #fff;
  bottom: 3.125rem;
  left: 0px;
  margin: 0 !important;
  padding: 0.375rem 0.6875rem;
  font-size: 0.75rem;
  line-height: 1.125rem;
  white-space: nowrap;
}

.addCartBlock-submit .simpleAddCartBalloon:after {
  content: '';
  display: block;
  position: absolute;
  background-image: url(/resource/images/order/1712_bg_sprite01.png);
  background-repeat: no-repeat;
  bottom: -0.625rem;
  left: 4.6875rem;
  width: 0.5rem;
  height: 0.6875rem;
  margin-left: -0.25rem;
  background-position: -1.25rem -0.625rem;
}

/*--------------------
cumulativeOrderCount
--------------------*/
.cumulativeOrderCount {
  position: relative;
  margin: 9px 0 8px;
  padding-left: 28px;
}

.cumulativeOrderCount-icon {
  display: inline-block;
  width: 25px;
  height: 30px;
  position: absolute;
  top: 50%;
  left: 0;
  margin-top: -15px;
  background: url(/resource/sp/images/ico/cumulativeOrder-sprite.png) no-repeat;
  background-size: 300px;
}

.tier1 .cumulativeOrderCount-icon {background-position: -3px -39px;}
.tier2 .cumulativeOrderCount-icon {background-position: -3px -78px;}
.tier3 .cumulativeOrderCount-icon {background-position: -3px -118px;}
.tier4 .cumulativeOrderCount-icon {background-position: -3px -158px;}

.cumulativeOrderCount-text {
  display: inline-block;
  font-size: 0.6875rem;
  padding: 7px 0 5px;
}

.tier1 .cumulativeOrderCount-text {
  border-top: 1px solid #449df5;
  border-bottom: 1px solid #449df5;
}

.tier2 .cumulativeOrderCount-text {
  border-top: 1px solid #172397;
  border-bottom: 1px solid #172397;
}

.tier3 .cumulativeOrderCount-text {
  border-top: 1px solid #ff7e3d;
  border-bottom: 1px solid #ff7e3d;
}

.tier4 .cumulativeOrderCount-text {
  border-top: 1px solid #db4087;
  border-bottom: 1px solid #db4087;
}

.cumulativeOrderCount-counter {
  display: inline-block;
  font-size: 0;
}

.tier1 .cumulativeOrderCount-counter {color: #449df5;}
.tier2 .cumulativeOrderCount-counter {color: #172397;}
.tier3 .cumulativeOrderCount-counter {color: #ff7e3d;}
.tier4 .cumulativeOrderCount-counter {color: #db4087;}

.cumulativeOrderCount-counter-number {
  font-size: 0.875rem;
  font-weight: bold;
}

.cumulativeOrderCount-counter-text {
  font-size: 0.75rem;
}


.listModal-sub {
  width: 100%;
  max-height: 100%;
  position: fixed;
  bottom: -220px;
  left: 100%;
  z-index: 1001;
  opacity: 0;
  transition: bottom 250ms ease-out, opacity 200ms ease-out;
  overflow-y: scroll;
}
.js-opened .listModal-sub {
  bottom: 0;
  opacity: 1;
}

.listModal-sub .listModal-headBack {
  width: 19px;
  height: 19px;
  position: absolute;
  left: 20px;
  top: 50%;
  padding: 10px;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

.listModal-sub .listModal-headBack:before{
  content: "";
  display: block;
  position: absolute;
  right: 0.75rem;
  top: 50%;
  width: 0.75rem;
  height: 0.75rem;
  margin-top: -0.25rem;
  box-sizing: border-box;
  border-top: 2px solid #2971e3;
  border-right: 2px solid #2971e3;
  -webkit-transform: rotate(225deg);
      -ms-transform: rotate(225deg);
          transform: rotate(225deg);
}

#categoryModal .listModal-main,
#categoryModal .listModal-sub {
  height:100%;
  background: #fff;
}

#categoryModal .listModal-body ul li {
  border-top: none;
  border-bottom: 1px solid #e5e5e5;
}

#categoryModal .listModal-head {
  padding: 0 55px 0;
  height: 54px;
}

#categoryModal .listModal-headTitle {
  position: relative;
  overflow: hidden;
  height: 54px;
  display: flex;
}

#categoryModal .listModal-headTitle:after {
  position: absolute;
  top: 0;
  right: 0;
  content: '';
  display: block;
  width: 20px;
  height: 100%;
  background: -moz-linear-gradient(right,  rgba(229,229,229,1) 0%, rgba(229,229,229,1) 62%, rgba(229,229,229,0.7) 68%, rgba(229,229,229,0) 100%);
  background: -webkit-linear-gradient(right,  rgba(229,229,229,1) 0%,rgba(229,229,229,1) 62%,rgba(229,229,229,0.7) 68%,rgba(229,229,229,0) 100%);
  background: linear-gradient(to left,  rgba(229,229,229,1) 0%,rgba(229,229,229,1) 62%,rgba(229,229,229,0.7) 68%,rgba(229,229,229,0) 100%);
}

#categoryModal .listModal-headTitle p {
  white-space: nowrap;
  display: inline-block;
  flex: 0 1 auto;
  margin: auto;
}

#categoryModal .listModal-headClose {
  font-size: 0.625rem;
  font-weight: bold;
  text-decoration: none;
  padding: 35px 10px 10px 10px;
  height: auto;
  -webkit-transform: translate(0,0);
  transform: translate(0,0);
  width: 35px;
  text-align: center;
  top: 0;
  right: 0;
}

#categoryModal .listModal-headClose:before,
#categoryModal .listModal-headClose:after {
  width: 25px;
  height: 3px;
  top: 30%;
  right: 16px;
}

#categoryModal .listModal-headBack {
  font-size: 0.625rem;
  font-weight: bold;
  text-decoration: none;
  padding: 35px 10px 10px 10px;
  height: auto;
  -webkit-transform: translate(0,0);
  transform: translate(0,0);
  width: 35px;
  text-align: center;
  top: 0;
  left: 0;
}

#categoryModal .listModal-headBack:before {
  top: 25%;
  width: 0.9375rem;
  height: 0.9375rem;
  right: 0.9375rem;
  border-top: 3px solid #2971e3;
  border-right: 3px solid #2971e3;
}

#categoryModal .listModal-body {
  padding-top: 54px;
}

#categoryModal.listModal--footer .listModal-body {
  padding-bottom: 47px;
}

#categoryModal .listModal-category {
  display: -webkit-flex;
  display: flex;
  padding: 10px 10px 10px 55px;
  box-sizing: border-box;
  text-decoration: none!important;
  color: #333333!important;
  -webkit-align-items: center;
  align-items: center;
  min-height: 54px;
}

#categoryModal .listModal-category--nest {
  padding-right: 25px;
}

#categoryModal .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);
}

#categoryModal .listModal-categoryThumb {
  position: absolute;
  left: 10px;
  top: 0;
  bottom: 0;
  margin: auto;
}

#categoryModal .js-click .listModal-category {
  color: #449df5 !important;
  font-weight: bold;
}

#specModal .listModal-main,
#specModal .listModal-sub {
  height:100%;
  background: #fff;
}

#specModal .listModal-body {
  padding-top: 54px;
  padding-bottom: 80px;
}

#specModal .listModal-body ul li {
  border-top: none;
  border-bottom: 1px solid #e5e5e5;
}

#specModal .listModal-head {
  padding: 0 55px 0;
  height: 54px;
}

#specModal .listModal-headTitle {
  position: relative;
  overflow: hidden;
  height: 54px;
  display: flex;
}

#specModal .listModal-headTitle:after {
  position: absolute;
  top: 0;
  right: 0;
  content: '';
  display: block;
  width: 20px;
  height: 100%;
  background: -moz-linear-gradient(right,  rgba(229,229,229,1) 0%, rgba(229,229,229,1) 62%, rgba(229,229,229,0.7) 68%, rgba(229,229,229,0) 100%);
  background: -webkit-linear-gradient(right,  rgba(229,229,229,1) 0%,rgba(229,229,229,1) 62%,rgba(229,229,229,0.7) 68%,rgba(229,229,229,0) 100%);
  background: linear-gradient(to left,  rgba(229,229,229,1) 0%,rgba(229,229,229,1) 62%,rgba(229,229,229,0.7) 68%,rgba(229,229,229,0) 100%);
}

#specModal .listModal-headTitle p {
  white-space: nowrap;
  display: inline-block;
  flex: 0 1 auto;
  margin: auto;
}

#specModal .listModal-headClose {
  font-size: 0.625rem;
  font-weight: bold;
  text-decoration: none;
  padding: 35px 10px 10px 10px;
  height: auto;
  -webkit-transform: translate(0,0);
  transform: translate(0,0);
  width: 35px;
  text-align: center;
  top: 0;
  right: 0;
}

#specModal .listModal-headClose:before,
#specModal .listModal-headClose:after {
  width: 25px;
  height: 3px;
  top: 30%;
  right: 16px;
}

#specModal button.listModal-headClose {
  background: transparent;
  box-sizing: content-box;
}

#specModal .listModal-headBack {
  font-size: 0.625rem;
  font-weight: bold;
  text-decoration: none;
  padding: 35px 10px 10px 10px;
  height: auto;
  -webkit-transform: translate(0,0);
  transform: translate(0,0);
  width: 35px;
  text-align: center;
  top: 0;
  left: 0;
}

#specModal .listModal-headBack:before {
  top: 25%;
  width: 0.9375rem;
  height: 0.9375rem;
  right: 0.9375rem;
  border-top: 3px solid #2971e3;
  border-right: 3px solid #2971e3;
}

.listModal-spec-radio {
  display: block;
  padding: 19px 10px 16px 45px;
  box-sizing: border-box;
  text-decoration: none!important;
  color: #333333!important;
}

.listModal-spec-radio input[type="radio"] {
  position: absolute;
  top: 50%;
  left: 10px;
  margin: 0;
  padding: 0;
  border: none;
  opacity: 0;
  cursor: pointer;
}

.listModal-spec-radioIcon {
  display: block;
  width: 19px;
  height: 19px;
  position: absolute;
  top: 50%;
  left: 10px;
  border: 1px solid #cecece;
  border-radius: 50%;
  background: #fff;
  background: -webkit-linear-gradient(#fff, #f2f2f2);
  background: linear-gradient(#fff, #f2f2f2);
  -webkit-transform: translate(0, -50%);
  transform: translate(0, -50%);
  cursor: pointer;
}

input[type="radio"]:checked + .listModal-spec-radioIcon {
  width: 7px;
  height: 7px;
  border: 7px solid #449df5;
  background: #fff;
}

.listModal-spec {
  display: -webkit-flex;
  display: flex;
  flex-direction: column;
  padding: 10px 25px 10px 10px;
  box-sizing: border-box;
  text-decoration: none!important;
  color: #333333!important;
  min-height: 54px;
}

.listModal-spec: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);
}

.listModal-spec .label {
  display: block;
  font-size: 0.875rem;
  line-height: 1rem;
  text-align: left;
  color:#333333;
  font-weight: bold;
}

.listModal-spec .conditions {
  display: block;
  font-size: 0.750rem;
  line-height: 0.875rem;
  text-align: left;
  color:#aaa;
  margin-top: 10px;
}

.js-active .listModal-spec .conditions {
  color: #333;
}

#specModal .listModal-check {
  display: block;
  padding: 19px 10px 16px 45px;
  box-sizing: border-box;
  text-decoration: none!important;
  color: #333333!important;
}

#specModal .listModal-checkIcon {
  display: block;
  width: 19px;
  height: 19px;
  position: absolute;
  top: 50%;
  left: 10px;
  border: 1px solid #cecece;
  border-radius: 4px;
  background: #fff;
  background: -webkit-linear-gradient(#fff, #f2f2f2);
  background: linear-gradient(#fff, #f2f2f2);
  -webkit-transform: translate(0, -50%);
  transform: translate(0, -50%);
  cursor: pointer;
}

#specModal .js-active .listModal-checkIcon {
  background:#449df5;
  border-color:#449df5;
}

#specModal .js-active .listModal-checkIcon:before {
  display: block;
  position: absolute;
  left: 0.125rem;
  top: 0.625rem;
  width: 0.4375rem;
  height: 0.125rem;
  background-color: #fff;
  -webkit-transform: rotate(45deg);
      -ms-transform: rotate(45deg);
          transform: rotate(45deg);
  content: '';
}
#specModal .js-active .listModal-check,
#specModal .js-active .listModal-radio {
  color: #449df5!important;
  font-weight: bold;
}
#specModal .js-active .listModal-checkIcon:after {
  display: block;
  position: absolute;
  left: 0.3125rem;
  top: 0.5625rem;
  width: 0.75rem;
  height: 0.125rem;
  background-color: #fff;
  -webkit-transform: rotate(-45deg);
      -ms-transform: rotate(-45deg);
          transform: rotate(-45deg);
  content: '';
}

#specModal .listModal-checkIcon input {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 50%;
  left: 10px;
  margin: 0;
  padding: 0;
  border: none;
  opacity: 0;
  cursor: pointer;
}

#specModal .listModal-foot {
  width: 100%;
  position: fixed;
  bottom: 0;
  left: 0;
  padding: 0.5rem 0.625rem 0.875rem;
  background-color:#e5e5e5;
  font-size: 0.875rem;
  box-sizing: border-box;
  z-index: 1002;
}

#specModal .listModal-sub .listModal-foot {
  left: 100%;
}

#specModal .listModal-foot-result {
  text-align: center;
}

#specModal .listModal-foot-result .num {
  color: #d80000;
  font-weight: bold;
  font-size: 1.25rem;
  display: inline-block;
  padding: 0 0.25rem;
  vertical-align: -0.125rem;
}

#specModal .listModal-foot-button {
  display: flex;
}

#specModal .listModal-foot-button .release {
  width: 45%;
  margin-top: 0.5rem;
  box-sizing: border-box;
  padding: 0.3125rem;
  border-bottom: none;
}

#specModal .listModal-foot-button .release a {
  display: block;
  position: relative;
  padding: 0.5rem 0.625rem;
  border-radius: 0.3125rem;
  background: -webkit-linear-gradient(top, #fff, #f5f5f5);
  background: linear-gradient(to bottom,#fff,#f5f5f5);
  cursor: pointer;
  box-sizing: border-box;
  height: 100%;
  text-align: center;
  text-decoration: none;
  color:#333;
}

#specModal .listModal-foot-button .narrow {
  width: 55%;
  margin-top: 0.5rem;
  box-sizing: border-box;
  padding: 0 0.3125rem;
  border-bottom: none;
}

#specModal .listModal-foot-button .narrow a {
  display: block;
  line-height: 1.5rem;
  font-weight: bold;
  text-align: center;
  text-decoration: none;
  color:#fff;
  position: relative;
  padding: 0.5rem 0.625rem;
  border-radius: 0.3125rem;
  background: -webkit-linear-gradient(top, #fda128, #fd8629);
  background: linear-gradient(to bottom,#fda128,#fd8629);
  cursor: pointer;
  box-sizing: border-box;
  height: 100%;
}

#specModal .listModal-foot-button .narrow p {
  display: block;
  line-height: 1.5rem;
  font-weight: bold;
  text-align: center;
  text-decoration: none;
  color: #959595;
  position: relative;
  padding: 0.5rem 0.625rem;
  border: 1px solid #cecece;
  border-radius: 0.3125rem;
  background: -webkit-linear-gradient(top, #fff, #f5f5f5);
  background: linear-gradient(to bottom, #fff, #f5f5f5);
  box-sizing: border-box;
  height: 100%;
}

#specModal .listModal-foot-button .decision{
  width: 55%;
  margin-top: 0.5rem;
  box-sizing: border-box;
  padding: 0 0.3125rem;
  border-bottom: none;
}

#specModal .listModal-foot-button .decision a {
  display: block;
  font-weight: bold;
  text-align: center;
  text-decoration: none;
  line-height: 1.5rem;
  color:#fff;
  position: relative;
  padding: 0.5rem 0.625rem;
  border-radius: 0.3125rem;
  background: -webkit-linear-gradient(top, #50a6fc, #4197ee);
  background: linear-gradient(to bottom,#50a6fc, #4197ee);
  cursor: pointer;
  box-sizing: border-box;
  height: 100%;
}

#specModal .listModal-inner-price {
  font-weight: bold;
  color:#333;
  margin-top: 10px;
}

#specModal .listModal-radio--inprice .listModal-radioIcon {
  top: 30px;
}

#specModal .listModal-inner-price input {
  display: inline-block;
  height: 2.9375rem;
  box-sizing: border-box;
  padding: 0 0.625rem;
  border: 1px solid #cecece;
  border-radius: 0.375rem;
  background: none;
  box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.15) inset;
  font-size: 1.125rem;
  font-weight: bold;
  text-align: right;
  -webkit-appearance: none;
  -moz-appearance: none;
  width: 40%;
  margin: 0 5px;
}

#specModal .listModal-inner-period {
  font-weight: bold;
  color:#333;
  margin-top: 10px;
}

#specModal .listModal-inner-period input {
  height: 2.9375rem;
  box-sizing: border-box;
  padding: 0 0.375rem;
  border: 1px solid #cecece;
  border-radius: 0.375rem;
  background: none;
  box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.15) inset;
  font-size: 1.125rem;
  font-weight: bold;
  text-align: right;
  -webkit-appearance: none;
  -moz-appearance: none;
  width: 44%;
  margin: 0 5px;
  display: inline-block;
}

#categoryModal .listModal-foot {
  width: 100%;
  position: fixed;
  bottom: 0;
  left: 0;
  padding: 0.5rem 0.625rem 0.875rem;
  background-color:#e5e5e5;
  font-size: 0.875rem;
  box-sizing: border-box;
  z-index: 1002;
}

#categoryModal .listModal-sub .listModal-foot {
  left: 100%;
}

#categoryModal .listModal-foot-result {
  text-align: center;
}

#categoryModal .listModal-foot-result .num {
  color: #d80000;
  font-weight: bold;
  font-size: 1.25rem;
  display: inline-block;
  padding: 0 0.25rem;
  vertical-align: -0.125rem;
}

#categoryModal .listModal-foot-button {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

#categoryModal .listModal-foot-button .release {
  width: 45%;
  box-sizing: border-box;
  padding: 0.3125rem;
  border-bottom: none;
}

#categoryModal .listModal-foot-button .release a {
  display: block;
  position: relative;
  padding: 0.5rem 0.625rem;
  border-radius: 0.3125rem;
  background: -webkit-linear-gradient(top, #fff, #f5f5f5);
  background: linear-gradient(to bottom,#fff,#f5f5f5);
  cursor: pointer;
  box-sizing: border-box;
  height: 100%;
  text-align: center;
  text-decoration: none;
  color:#333;
}

/* --------------------------------------------------------------
.ajaxLoading
-------------------------------------------------------------- */
.ajaxLoading .loadingOverlay {
	position: absolute;
	left: 0;
	top: -9999px;
	z-index: 50000;
	background: #fff;
	opacity: 0.75;
	filter: alpha(opacity=75);
}

.ajaxLoading .loadingIn {
	position: fixed;
	left: 50%;
	top: 50%;
	z-index: 9999999;
	width: 500px;
	height: 500px;
	margin: -250px 0 0 -250px;
	line-height: 1.6;
}

.ajaxLoading .loadingIn .icon {
	height: 500px;
	position: relative;
}

.ajaxLoading .loadingIn .icon img {
	position: absolute;
	top: 223px;
	left: 223px;
}


/*--------------------
.popup
--------------------*/
.popup {
  display: none;
}

.popup.js-opened {
  display: block;
}

.popup-bg {
  width: auto;
  height: auto;
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background-color: rgba(0, 0, 0, 0);
  transition: background-color 250ms ease-out;
  z-index: 2000;
}

.js-opened .popup-bg {
  background-color: rgba(0, 0, 0, .65);
}

.popup-main {
  display: flex;
  justify-content: center;
  align-items: center;
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 2001;
  opacity: 0;
  transition: bottom 250ms ease-out, opacity 200ms ease-out;
  pointer-events: none;
}

.js-opened .popup-main {
  opacity: 1;
}

.popup-inner {
  position: relative;
  max-width: 100%;
  max-height: 100%;
  min-width: 350px;
  pointer-events: auto;
}

.popup-head {
  width: 100%;
  height: 3.75rem;
  position: absolute;
  padding: 1.875rem 0.625rem 0.625rem;
  background-color: #ffffff;
  font-size: 1rem;
  font-weight: bold;
  box-sizing: border-box;
  z-index: 1002;
  border-radius: 0.3125rem 0.3125rem 0 0;
}

.popup-headClose {
  width: 19px;
  height: 19px;
  position: absolute;
  right: -20px;
  top: -20px;
  padding: 10px;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

.popup-headClose:before,
.popup-headClose:after {
  content: '';
  display: block;
  width: 19px;
  height: 2px;
  position: absolute;
  right: 10px;
  top: 50%;
  background-color: #ffffff;
}

.popup-headClose:before {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}

.popup-headClose:after {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
}

.popup-body {
  max-height: 100%;
  padding: 3.75rem 0.625rem 6.875rem;;
  background-color: #ffffff;
  font-size: 1.0625rem;
  border-radius: 0.3125rem;
}

.popup-foot {
  width: 100%;
  height: 6.875rem;
  position: absolute;
  bottom: 0;
  padding: 2.1875rem 0.625rem 2.1875rem;
  background-color: #ffffff;
  font-size: 1rem;
  box-sizing: border-box;
  z-index: 1002;
  border-radius: 0 0 0.3125rem 0.3125rem;
}

.popup-foot-button {
  display: flex;
  justify-content: center;
}

.popup-foot-button li {
  box-sizing: border-box;
  font-size: 0.875rem;
  width: 33%;
}

/*--------------------
.popularNarrowDown
--------------------*/
.popularNarrowDown {
  margin: 0 0.9375rem!important;
  padding: 2.1875rem 0 2.1875rem;
  border-top: 1px solid #d2d2d2;
}

.popularNarrowDown-title {
  margin-bottom: 0.9375rem;
}

.popularNarrowDown-list-item {
  display: inline-block;
  position: relative;
  margin-right: 0.5rem;
  padding-right: 1rem;
  word-break: break-all;
  line-height: 1.5rem;
}

.popularNarrowDown-list-item:before {
  content: "";
  display: block;
  position: absolute;
  right: 0;
  top: 0.125rem;
  bottom: 0.125rem;
  box-sizing: border-box;
  border-right: 0.0625rem solid #d2d2d2;
}

.popularNarrowDown-list-item:last-child {
  margin-right: 0;
  padding-right: 0;
}

.popularNarrowDown-list-item:last-child:before {
  content: none;
}

.popularNarrowDown-list-item a {
  color: #1b72e9;
  text-decoration: none;
}

.recommendedColumn {
  margin: 0 0.9375rem !important;
  padding: 2.1875rem 0;
  border-top: 1px solid #d2d2d2;
}

.recommendedColumn-title {
  margin-bottom: 0.9375rem;
}

.recommendedColumn-body ul {
  display: flex;
  flex-direction: column;
}

.recommendedColumn-body ul li {
  display: flex;
  align-items: baseline;
}

.recommendedColumn-body ul li:before {
  display: block;
  content: '・';
}

.recommendedColumn-body ul li a {
  color: #1b72e9;
  text-decoration: none;
}

/*--------------------
#categoryChoiceModal
--------------------*/
#categoryChoiceModal ul li {
  float: none;
  width: auto;
}

#categoryChoiceModal ul li a {
  float: none;
  width: auto;
}

#categoryChoiceModal .listModal-narrowDown {
  display: flex;
  padding: 10px 25px 10px 10px;
  box-sizing: border-box;
  text-decoration: none !important;
  color: #333333 !important;
  min-height: 54px;
  background: none;
  border: none;
}

#categoryChoiceModal .listModal-narrowDown:before {
  content: none;
}

#categoryChoiceModal .listModal-narrowDown: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);
  border-bottom: none;
  border-left: none;
  background: none;
}

#categoryChoiceModal .listModal-narrowDown .label {
  display: block;
  font-size: 0.875rem;
  line-height: 1.375rem;
  text-align: left;
  color: #333333;
}

#categoryChoiceModal .listModal-narrowDown .selected {
}

#categoryChoiceModal .listModal-narrowDown .selected .inner {
  display: inline-flex;
  flex-wrap: wrap;
  align-content: center;
  height: 1.25rem;
  padding: 0 0.75rem;
  color: #fff;
  font-size: 0.625rem;
  font-weight: 600;
  background: #E55C7E;
  border-radius: 0.625rem;
}

#categoryChoiceModal .js-active .listModal-radio {
  color: #449df5 !important;
  font-weight: bold;
}

#categoryChoiceModal .listModal-foot {
  width: 100%;
  position: fixed;
  bottom: 0;
  left: 0;
  padding: 0.5rem 0.625rem 0.875rem;
  background-color: #e5e5e5;
  font-size: 0.875rem;
  box-sizing: border-box;
  z-index: 1002;
}

#categoryChoiceModal .listModal-sub .listModal-foot {
  left: 100%;
}

#categoryChoiceModal .listModal-foot-result {
  text-align: center;
}

#categoryChoiceModal .listModal-foot-result .num {
  color: #d80000;
  font-weight: bold;
  font-size: 1.25rem;
  display: inline-block;
  padding: 0 0.25rem;
  vertical-align: -0.125rem;
}

#categoryChoiceModal .listModal-foot-button {
  display: flex;
}

#categoryChoiceModal .listModal-foot-button .release {
  width: 45%;
  margin-top: 0.5rem;
  box-sizing: border-box;
  padding: 0.3125rem;
  border-bottom: none;
}

#categoryChoiceModal .listModal-foot-button .release a {
  display: block;
  position: relative;
  padding: 0.5rem 0.625rem;
  border-radius: 0.3125rem;
  background: -webkit-linear-gradient(top, #fff, #f5f5f5);
  background: linear-gradient(to bottom, #fff, #f5f5f5);
  cursor: pointer;
  box-sizing: border-box;
  height: 100%;
  text-align: center;
  text-decoration: none;
  color: #333;
}

#categoryChoiceModal .listModal-foot-button .release a:before,
#categoryChoiceModal .listModal-foot-button .release a:after {
  content: none;
}

#categoryChoiceModal .listModal-foot-button .narrow {
  width: 55%;
  margin-top: 0.5rem;
  box-sizing: border-box;
  padding: 0 0.3125rem;
  border-bottom: none;
}

#categoryChoiceModal .listModal-foot-button .narrow a {
  display: block;
  line-height: 1.5rem;
  font-weight: bold;
  text-align: center;
  text-decoration: none;
  color: #fff;
  position: relative;
  padding: 0.5rem 0.625rem;
  border-radius: 0.3125rem;
  background: -webkit-linear-gradient(top, #fda128, #fd8629);
  background: linear-gradient(to bottom, #fda128, #fd8629);
  cursor: pointer;
  box-sizing: border-box;
  height: 100%;
}

#categoryChoiceModal .listModal-foot-button .narrow a:before,
#categoryChoiceModal .listModal-foot-button .narrow a:after {
  content: none;
}

#categoryChoiceModal .listModal-foot-button .narrow p {
  display: block;
  line-height: 1.5rem;
  font-weight: bold;
  text-align: center;
  text-decoration: none;
  color: #959595;
  position: relative;
  padding: 0.5rem 0.625rem;
  border: 1px solid #cecece;
  border-radius: 0.3125rem;
  background: -webkit-linear-gradient(top, #fff, #f5f5f5);
  background: linear-gradient(to bottom, #fff, #f5f5f5);
  box-sizing: border-box;
  height: 100%;
}

#categoryChoiceModal .listModal-foot-button .decision {
  width: 55%;
  margin-top: 0.5rem;
  box-sizing: border-box;
  padding: 0 0.3125rem;
  border-bottom: none;
}

#categoryChoiceModal .listModal-foot-button .decision a {
  display: block;
  font-weight: bold;
  text-align: center;
  text-decoration: none;
  line-height: 1.5rem;
  color: #fff;
  position: relative;
  padding: 0.5rem 0.625rem;
  border-radius: 0.3125rem;
  background: -webkit-linear-gradient(top, #50a6fc, #4197ee);
  background: linear-gradient(to bottom, #50a6fc, #4197ee);
  cursor: pointer;
  box-sizing: border-box;
  height: 100%;
}

#categoryChoiceModal .listModal-inner-price {
  font-weight: bold;
  color: #333;
  margin-top: 10px;
}

#categoryChoiceModal .listModal-radio--inprice .listModal-radioIcon {
  top: 30px;
}

#categoryChoiceModal .listModal-inner-price input {
  display: inline-block;
  height: 2.9375rem;
  box-sizing: border-box;
  padding: 0 0.625rem;
  border: 1px solid #cecece;
  border-radius: 0.375rem;
  background: none;
  box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.15) inset;
  font-size: 1.125rem;
  font-weight: bold;
  text-align: right;
  -webkit-appearance: none;
  -moz-appearance: none;
  width: 40%;
  margin: 0 5px;
}

#categoryChoiceModal .listModal-inner-period {
  font-weight: bold;
  color: #333;
  margin-top: 10px;
}

#categoryChoiceModal .listModal-inner-period input {
  height: 2.9375rem;
  box-sizing: border-box;
  padding: 0 0.375rem;
  border: 1px solid #cecece;
  border-radius: 0.375rem;
  background: none;
  box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.15) inset;
  font-size: 1.125rem;
  font-weight: bold;
  text-align: right;
  -webkit-appearance: none;
  -moz-appearance: none;
  width: 44%;
  margin: 0 5px;
  display: inline-block;
}



#categoryChoiceModal .listModal-main,
#categoryChoiceModal .listModal-sub {
  height: 100%;
  background: #fff;
}

#categoryChoiceModal .listModal-body {
  padding-top: 54px;
  padding-bottom: 80px;
}

#categoryChoiceModal .listModal-body ul li {
  border-top: none;
  border-bottom: 1px solid #e5e5e5;
}

#categoryChoiceModal .listModal-body ul li:last-child {
  text-align: left;
}

#categoryChoiceModal .listModal-head {
  padding: 0 55px 0;
  height: 54px;
}

#categoryChoiceModal .listModal-headTitle {
  position: relative;
  overflow: hidden;
  height: 54px;
  display: flex;
}

#categoryChoiceModal .listModal-headTitle:after {
  position: absolute;
  top: 0;
  right: 0;
  content: '';
  display: block;
  width: 20px;
  height: 100%;
  background: -moz-linear-gradient(right, rgba(229, 229, 229, 1) 0%, rgba(229, 229, 229, 1) 62%, rgba(229, 229, 229, 0.7) 68%, rgba(229, 229, 229, 0) 100%);
  background: -webkit-linear-gradient(right, rgba(229, 229, 229, 1) 0%, rgba(229, 229, 229, 1) 62%, rgba(229, 229, 229, 0.7) 68%, rgba(229, 229, 229, 0) 100%);
  background: linear-gradient(to left, rgba(229, 229, 229, 1) 0%, rgba(229, 229, 229, 1) 62%, rgba(229, 229, 229, 0.7) 68%, rgba(229, 229, 229, 0) 100%);
}

#categoryChoiceModal .listModal-headTitle p {
  white-space: nowrap;
  display: inline-block;
  flex: 0 1 auto;
  margin: auto;
}

#categoryChoiceModal .listModal-headClose {
  font-size: 0.625rem;
  font-weight: bold;
  text-decoration: none;
  padding: 35px 10px 10px 10px;
  height: auto;
  -webkit-transform: translate(0, 0);
  transform: translate(0, 0);
  width: 35px;
  text-align: center;
  top: 0;
  right: 0;
}

#categoryChoiceModal .listModal-headClose:before,
#categoryChoiceModal .listModal-headClose:after {
  width: 25px;
  height: 3px;
  top: 30%;
  right: 16px;
}

#categoryChoiceModal button.listModal-headClose {
  background: transparent;
  box-sizing: content-box;
}

#categoryChoiceModal .listModal-headBack {
  font-size: 0.625rem;
  font-weight: bold;
  text-decoration: none;
  padding: 35px 10px 10px 10px;
  height: auto;
  -webkit-transform: translate(0, 0);
  transform: translate(0, 0);
  width: 35px;
  text-align: center;
  top: 0;
  left: 0;
}

#categoryChoiceModal .listModal-headBack:before {
  top: 25%;
  width: 0.9375rem;
  height: 0.9375rem;
  right: 0.9375rem;
  border-top: 3px solid #2971e3;
  border-right: 3px solid #2971e3;
}


#categoryChoiceModal .listModal-category {
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 0.625rem 0.625rem 0.625rem 55px;
  box-sizing: border-box;
  text-decoration: none !important;
  color: #333333 !important;
  min-height: 3.375rem;
}

#categoryChoiceModal .listModal-category--nest {
  padding-right: 1.5625rem;
}

#categoryChoiceModal .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);
}

#categoryChoiceModal .listModal-categoryThumb {
  position: absolute;
  width: 2rem;
  height: 2rem;
  left: 0.625rem;
  top: 0;
  bottom: 0;
  margin: auto;
}

#categoryChoiceModal .listModal-radio.listModal-category {
  padding-left: 5.725rem;
}

#categoryChoiceModal .listModal-radio.listModal-category .listModal-categoryThumb {
  left: 2.75rem;
  width: 2.25rem;
  height: 2.25rem;
}

#categoryChoiceModal .listModal-radio.listModal-category .listModal-categoryThumb--choose {
  border: 1px solid #E55C7E;
  border-radius: 50%;
}

#categoryChoiceModal .listModal-radio.listModal-category .listModal-categoryThumb--choose img {
  border-radius: 50%;
}

#categoryChoiceModal .listModal-radio.listModal-category .listModal-categoryThumb--choose:before {
  position: absolute;
  bottom: -0.25rem;
  right: -0.25rem;
  display: block;
  content: '';
  width: 1rem;
  height: 1rem;
  background: #E55C7E;
  border-radius: 50%;
}

#categoryChoiceModal .listModal-radio.listModal-category .listModal-categoryThumb--choose:after {
  position: absolute;
  bottom: 0.125rem;
  right: 0;
  content: '';
  display: block;
  width: 6px;
  height: 3px;
  border-left: 2px solid #fff;
  border-bottom: 2px solid #fff;
  transform: rotate(-45deg);
  background: #E55C7E;
  z-index: 1;
}