.v1805_faq__q::after, .v1805_faq__a::after, .v1805_product .setPackBlock__body > ul::after {
  content: ".";
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
}

.v1805_cartAndBtn .addCartBlock {
  margin: 0.9375rem 0.8125rem 0;
}

.v1805_cartAndBtn .addCartBlock .addCartBlockIn {
  display: table;
  max-width: 16.75rem;
  margin: 1.25rem auto 0.9375rem;
}

.v1805_cartAndBtn .addCartBlock .addCartBlockIn.setPriceBlockArrow {
  position: relative;
}

.v1805_cartAndBtn .addCartBlock .addCartBlockIn.setPriceBlockArrow::after {
  content: "";
  display: block;
  position: absolute;
  left: 50%;
  top: -1.3125rem;
  width: 0.8125rem;
  height: 0.6875rem;
  margin-left: -0.40625rem;
  background: url(/resource/sp/images/ico/v2_ico_arrow03.png) no-repeat 50% 0;
  background-size: contain;
}

.v1805_cartAndBtn .addCartBlock p.txt, .v1805_cartAndBtn .addCartBlock p.field {
  display: table-cell;
  vertical-align: middle;
}

.v1805_cartAndBtn .addCartBlock p.txt {
  width: auto;
  padding-right: 0.625rem;
  font-size: 1.0625rem;
  font-weight: bold;
  line-height: 1;
  white-space: nowrap;
}

.v1805_cartAndBtn .addCartBlock p.field {
  position: relative;
  width: 6.25rem;
  box-sizing: border-box;
  border-radius: 0.3125rem;
  box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.15) inset;
}

.v1805_cartAndBtn .addCartBlock p.field select {
  position: relative;
  z-index: 2;
  width: 6.25rem;
  height: 2.9375rem;
  box-sizing: border-box;
  border: 1px solid #cecece;
  background: transparent;
  line-height: 1.875rem;
  border-radius: 0.25rem;
  font-size: 0.8125rem;
  padding: 0 2.8125rem 0 1.625rem;
  cursor: pointer;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
}

.v1805_cartAndBtn .addCartBlock p.field span {
  display: block;
  position: absolute;
  right: 0.8125rem;
  top: 50%;
  z-index: 1;
  width: 1.5rem;
  height: 2.1875rem;
  margin-top: -1.0625rem;
  background: url(/resource/sp/images/user/2016eug_bg_select_arrow_01.png) no-repeat;
  background-size: contain;
  font-size: 0;
  cursor: pointer;
}

.v1805_cartAndBtn .addCartBlock p.field input {
  display: block;
  width: 6.25rem;
  height: 2.9375rem;
  box-sizing: border-box;
  padding: 0 0.625rem;
  border: none;
  background: none;
  font-size: 1.125rem;
  font-weight: bold;
  text-align: right;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
}

.v1805_cartAndBtn .addCartBlock p.submit {
  display: block !important;
  width: 100% !important;
  padding-left: 0 !important;
}

.v1805_cartAndBtn .addCartBlock p.submit button {
  display: block;
  width: 100%;
  height: 2.8125rem;
  box-sizing: border-box;
  border: none;
  background: -webkit-linear-gradient(top, #fda128, #fd8629);
  background: linear-gradient(to bottom, #fda128, #fd8629);
  border-radius: 0.3125rem;
  color: #fff;
  font-size: 1.0625rem;
  font-weight: normal;
  line-height: 1;
  text-align: center;
  cursor: pointer;
}

.v1805_cartAndBtn .addCartBlock p.submit button span {
  display: inline-block;
  position: relative;
  padding: 0 0 0 2rem;
  background: none;
}

.v1805_cartAndBtn .addCartBlock p.submit button span::before {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  top: -0.1875rem;
  width: 1.59375rem;
  height: 1.34375rem;
  background: url(/resource/sp/images/ico/v2_ico_cart05.png) no-repeat;
  background-size: contain;
}

.v1805_cartAndBtn .btnBlock {
  margin: 1.25rem 0.8125rem 0;
}

.v1805_cartAndBtn .btnBlock p.mycatalog,
.v1805_cartAndBtn .btnBlock p.mycatalogReg,
.v1805_cartAndBtn .btnBlock p.toLohaco  {
  margin-bottom: 0.625rem;
}

.v1805_cartAndBtn .btnBlock p.mycatalog > a,
.v1805_cartAndBtn .btnBlock p.mycatalogReg > span,
.v1805_cartAndBtn .btnBlock p.toLohaco > a {
  display: block;
  padding: 0.5625rem 0;
  border: 1px solid #cecece;
  border-radius: 0.3125rem;
  background: -webkit-linear-gradient(top, #fff, #f5f5f5);
  background: linear-gradient(to bottom, #fff, #f5f5f5);
  color: #333 !important;
  font-size: 0.75rem;
  font-weight: normal;
  line-height: 1.3;
  text-align: center;
  text-decoration: none;
}

.v1805_cartAndBtn .btnBlock p.mycatalog > a > span,
.v1805_cartAndBtn .btnBlock p.mycatalogReg > span > span {
  display: inline-block;
  position: relative;
  padding: 0 0 0 1.5625rem;
  background: none;
}

.v1805_cartAndBtn .btnBlock p.toLohaco > a > span {
  display: inline-block;
  position: relative;
  padding: 0 1.5625rem 0 0;
  background: none;
}

.v1805_cartAndBtn .btnBlock p.mycatalog > a > span::before,
.v1805_cartAndBtn .btnBlock p.mycatalogReg > span > span::before {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  top: 0.0625rem;
  width: 1rem;
  height: 0.875rem;
  background: url(/resource/sp/images/ico/v2_ico_mycatalog04.png) no-repeat;
  background-size: contain;
}

.v1805_cartAndBtn .btnBlock p.toLohaco > a > span::after{
  content: "";
  display: block;
  position: absolute;
  right: 0;
  top: 0.0625rem;
  width: 1rem;
  height: 0.875rem;
  background: url(/resource/sp/images/ico/v2_ico_newwin.png) no-repeat;
  background-size: contain;
}

.v1805_cartAndBtn .btnBlock p.mycatalogReg > span > span {
  opacity: 0.5;
}

.v1805_detailVisual {
  position: relative;
  margin: 1.25rem 0 0.625rem !important;
  padding-bottom: 2.28125rem;
}

.v1805_detailVisual.noSwitch {
  padding-bottom: 0;
}

.v1805_detailVisual__in {
  position: relative;
  padding: 0 2.5rem;
  overflow: hidden;
}

.v1805_detailVisual__in::before {
  content: "";
  display: block;
  padding-top: 100%;
}

.v1805_detailVisual__in2 {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}

.v1805_detailVisual__set {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}

.v1805_detailVisual__set__in {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
}

.v1805_detailVisual__set__pic {
  position: relative;
  margin: 0 2.5rem;
  padding-top: 100%;
  overflow: hidden;
}

.v1805_detailVisual__set__pic img {
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: auto;
}

.v1805_detailVisual__pointer {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  line-height: 1.1;
  text-align: center;
}

.v1805_detailVisual__pointer > div {
  display: inline-block;
  vertical-align: top;
}

.v1805_detailVisual__pointer > div > a {
  display: block;
  position: relative;
  width: 0.75rem;
  height: 0.75rem;
  padding: 0.375rem;
}

.v1805_detailVisual__pointer > div > a::before {
  content: "";
  display: block;
  height: 100%;
  box-sizing: border-box;
  border: 1px solid #4ba4ff;
  border-radius: 100%;
}

.v1805_detailVisual__pointer > div > a.is-active::before {
  background: #4ba4ff;
}

.v1805_externalFile > p {
  margin: 0.8125rem 0.8125rem 0 !important;
  padding: 1.875rem 0;
  font-size: 0.875rem;
}

.v1805_faq {
  margin: 3.75rem 0.8125rem 0;
}

.v1805_faq__title {
  margin-bottom: 1.875rem;
  font-size: 1.25rem;
}

.v1805_faq__q, .v1805_faq__a {
  font-size: 0.8125rem;
  line-height: 1.7;
}

.v1805_faq__q__mark, .v1805_faq__a__mark {
  float: left;
  margin-right: 0.3125rem;
}

.v1805_faq__q__body, .v1805_faq__a__body {
  overflow: hidden;
}

.v1805_faq__q {
  margin-bottom: 0.625rem;
  font-weight: bold;
}

.v1805_faq__body > ul > li {
  padding: 1.5625rem 0;
  border-bottom: 1px solid #cecece;
}

.v1805_faq__body > ul > li:first-child {
  border-top: 1px solid #cecece;
}

.itemAboutBlock {
  margin: 3.75rem 0.9375rem 0 !important;
}

.itemAboutBlock .title {
  margin-bottom: 0.9375rem;
  padding: 0;
  border-bottom: none;
  background: none;
  font-size: 1.25rem;
  font-weight: normal;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.itemAboutBlock .title .label {
  font-size: 0.75rem;
  vertical-align: middle;
  padding: 0.25rem 0.75rem;
  border-radius: 0.25rem;
  background: #EEEEEE;
  color: #333333;
  height: 1.75rem;
  box-sizing: border-box;
}

.itemAboutBlock .title button.label:after {
  display: inline-block;
  content: '';
  width: 1.25rem;
  height: 1.25rem;
  vertical-align: bottom;
  background: url(/resource/sp/images/ico/icon_help.png);
  margin-left: 0.25rem;
}

.itemAboutBlock .lead {
  font-size: 0.8125rem;
}

.itemAboutBlock .coupon {
  position: relative;
  margin-top: 0.625rem;
  font-size: 0.875rem;
  font-weight: bold;
}

.itemAboutBlock .coupon span {
  display: block;
  padding: 0.4375rem 0 0.4375rem 2.0625rem;
  line-height: 1.3;
  color: #dd3c87;
  font-size: 0.8125rem;
}

.itemAboutBlock .coupon span::before {
  position: absolute;
  left: 0;
  top: 1.0625rem;
  width: 1.5rem;
  height: 1.78125rem;
  margin-top: -1rem;
  background: url(/resource/sp/images/ico/link/ico_coupon03.png) no-repeat;
  background-size: contain;
  content: '';
}

.itemAboutBlock .itemIcon {
  margin-top: 0.625rem;
}

.itemAboutBlock .itemIcon li {
  display: inline-block;
  padding: 0.3125rem 0.3125rem 0 0;
}

.itemAboutBlock .itemIcon li img {
  width: 1.75rem;
  height: 1.75rem;
}

.itemAboutBlock .iconLink {
  margin-top: 0.625rem;
}

.itemAboutBlock .iconLink a {
  display: inline-block;
  position: relative;
  width: auto;
  height: auto;
  padding-left: 0.9375rem;
  border: none;
  background: none;
  line-height: 1.3;
  text-align: left;
  text-decoration: none;
}

.itemAboutBlock .iconLink a::before {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  top: 50%;
  width: 0.5rem;
  height: 0.5rem;
  margin-top: -0.25rem;
  box-sizing: border-box;
  border-top: 2px solid #2970e4;
  border-right: 2px solid #2970e4;
  -webkit-transform: rotate(45deg);
      -ms-transform: rotate(45deg);
          transform: rotate(45deg);
}

.itemAboutBlock__moreWrap {
  overflow: hidden;
}

.itemAboutBlock .itemDetail table, .itemAboutBlock .itemDetail--first table, .itemAboutBlock .itemDetail--last table {
  width: 100%;
}

.itemAboutBlock .itemDetail table tr th, .itemAboutBlock .itemDetail--first table tr th, .itemAboutBlock .itemDetail--last table tr th {
  font-size: 0.8125rem;
  font-weight: bold;
  background-color: #f5f5f5;
  padding: 0.4375rem 0.9375rem;
}

.itemAboutBlock .itemDetail table tr td, .itemAboutBlock .itemDetail--first table tr td, .itemAboutBlock .itemDetail--last table tr td {
  font-size: 0.8125rem;
  padding: 0.9375rem;
}

.itemAboutBlock .itemDetail table tr td .discTxt li, .itemAboutBlock .itemDetail--first table tr td .discTxt li, .itemAboutBlock .itemDetail--last table tr td .discTxt li {
  position: relative;
  margin-top: 0.3125rem;
  padding-left: 0.9375rem;
}

.itemAboutBlock .itemDetail table tr td .discTxt li::before, .itemAboutBlock .itemDetail--first table tr td .discTxt li::before, .itemAboutBlock .itemDetail--last table tr td .discTxt li::before {
  display: block;
  position: absolute;
  left: 0;
  top: 0.3125rem;
  width: 0.4375rem;
  height: 0.4375rem;
  background-color: #333333;
  border-radius: 0.4375rem;
  content: '';
}

.itemAboutBlock .itemDetail table tr td .notes, .itemAboutBlock .itemDetail--first table tr td .notes, .itemAboutBlock .itemDetail--last table tr td .notes {
  margin-top: 0.625rem;
  font-weight: bold;
}

.itemAboutBlock .itemDetail table tr td .youtube, .itemAboutBlock .itemDetail--first table tr td .youtube, .itemAboutBlock .itemDetail--last table tr td .youtube {
  width: 19.6875rem;
  margin: 0 auto;
}

.itemAboutBlock .itemDetail--first {
  margin-top: 1.5625rem;
}

.itemAboutBlock .itemDetail--first table tr:last-child td {
  padding-bottom: 0;
}

.itemAboutBlock .itemDetail--last table tr:first-child td {
  padding-top: 0;
}

.itemAboutBlock .notesBox {
  margin-top: 1rem;
}

.itemAboutBlock .errorBlock2 {
  margin-top: 1.25rem;
  padding: 0.9375rem 0.625rem;
  border: none;
  border-radius: 0.3125rem;
  background: #fadfe1;
}

.itemAboutBlock .errorBlock2 p {
  position: relative;
  padding: 0 0 0 1.875rem;
  background: none;
  font-size: 0.875rem;
}

.itemAboutBlock .errorBlock2 p::before {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  top: -0.1875rem;
  width: 1.375rem;
  height: 1.375rem;
  background: url(/resource/sp/images/ico/v2_ico_excl04.png) no-repeat;
  background-size: contain;
}

.itemAboutBlock .dischargeBlock {
  margin-top: 1.875rem;
  padding: 0.625rem;
  border: solid 1px #d2d2d2;
}

.itemAboutBlock .dischargeBlock dl dt {
  font-weight: bold;
}

.itemAboutBlock .dischargeBlock dl dd {
  margin-top: 0.3125rem;
}

.itemAboutBlock__btn a {
  position: relative;
  display: inline-block;
  width: 100%;
  margin-top: 0.625rem;
  padding: 0.6875rem 1.5625rem;
  border: solid 1px #cecece;
  background: -webkit-gradient(linear, center top, center bottom, from(#fcfcfc), to(#f5f5f5));
  font-size: 0.8125rem;
  line-height: 1;
  border-radius: 5px;
  text-align: center;
  color: #333333;
  text-decoration: none;
  -webkit-tap-highlight-color: transparent;
  box-sizing: border-box;
}

.itemAboutBlock__btn a.is-active {
  display: none;
}

.v1805_lastCartBtn {
  padding-top: 0.625rem;
  border-top: 1px solid #cecece;
}

#bestBefore .popup-main {
  padding: 0 1rem;
}

#bestBefore .popup-body {
  padding: 1rem;
  font-size: 0.875rem;
}

.v1805_lastCartBtn .addCartBlock .addCartBlockIn.setPriceBlockArrow::after {
  content: normal;
}

.v1805_product .nameBlock {
  margin: 0.9375rem 0.8125rem 0;
}

.v1805_product .nameBlock p.maker {
  display: inline-block;
  margin: 0 0.25rem 0.5rem 0;
  font-size: 0.75rem;
  padding-right: 0.5rem;
  border-right: 0.0625rem solid #cecece;
}

.v1805_product .nameBlock p.maker .name {
  text-decoration: none;
}

.v1805_product .nameBlock p.brand {
  display: inline-block;
  margin: 0 0.25rem 0.5rem 0;
  font-size: 0.75rem;
  padding-right: 0.5rem;
  border-right: 0.0625rem solid #cecece;
}

.v1805_product .nameBlock p.brand .name {
  text-decoration: none;
}

.v1805_product .nameBlock p.series {
  display: inline-block;
  margin: 0 0 0.5rem;
  font-size: 0.75rem;
}

.v1805_product .nameBlock p.series .name {
  text-decoration: none;
}

.v1805_product .nameBlock > p:last-of-type{
  border-right: none;
}

.v1805_product .nameBlock .productName {
  font-size: 0.875rem;
  font-weight: normal;
}

.v1805_product .nameBlock .reviewSet {
  margin-top: 0.5rem;
}

.v1805_product .nameBlock .reviewSet p.review {
  font-size: 0.75rem;
}

.v1805_product .nameBlock .reviewSet p.review .star span.star0_0, .v1805_product .nameBlock .reviewSet p.review .star span.star0_5, .v1805_product .nameBlock .reviewSet p.review .star span.star1_0, .v1805_product .nameBlock .reviewSet p.review .star span.star1_5, .v1805_product .nameBlock .reviewSet p.review .star span.star2_0, .v1805_product .nameBlock .reviewSet p.review .star span.star2_5, .v1805_product .nameBlock .reviewSet p.review .star span.star3_0, .v1805_product .nameBlock .reviewSet p.review .star span.star3_5, .v1805_product .nameBlock .reviewSet p.review .star span.star4_0, .v1805_product .nameBlock .reviewSet p.review .star span.star4_5, .v1805_product .nameBlock .reviewSet p.review .star span.star5_0 {
  width: 5.625rem;
  height: 0.9375rem;
  background-size: 11.0625rem 1.875rem;
}

.v1805_product .nameBlock .reviewSet p.review .num {
  margin-left: 0.125rem;
}

.v1805_product .nameBlock .reviewSet p.review .num a {
  text-decoration: none;
}

.v1805_product .nameBlock .productRanking {
  margin-top: 0.75rem;
}

.v1805_product .nameBlock .productRanking a{
  font-size: 0.75rem;
  line-height: 1.5rem;
  padding-left: 2rem;
  position: relative;
  text-decoration: none;
}

.v1805_product .nameBlock .productRanking a:before {
  content: "";
  display: block;
  width: 1.75rem;
  height: 1.375rem;
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
}

.v1805_product .nameBlock .productRanking.no1 a:before {
  background: url(/resource/sp/images/ico/ico_crown01.png) no-repeat;
  background-size: contain;
}

.v1805_product .nameBlock .productRanking.no2 a:before {
  background: url(/resource/sp/images/ico/ico_crown02.png) no-repeat;
  background-size: contain;
}

.v1805_product .nameBlock .productRanking.no3 a:before {
  background: url(/resource/sp/images/ico/ico_crown03.png) no-repeat;
  background-size: contain;
}

.v1805_product .nameBlock .productRanking.no4 a:before {
  background: url(/resource/sp/images/ico/ico_crown04.png) no-repeat;
  background-size: contain;
}

.v1805_product .nameBlock .productRanking.no5 a:before {
  background: url(/resource/sp/images/ico/ico_crown05.png) no-repeat;
  background-size: contain;
}

.v1805_product .nameBlock .productRanking.no6 a:before {
  background: url(/resource/sp/images/ico/ico_crown06.png) no-repeat;
  background-size: contain;
}

.v1805_product .nameBlock .productRanking.no7 a:before {
  background: url(/resource/sp/images/ico/ico_crown07.png) no-repeat;
  background-size: contain;
}

.v1805_product .nameBlock .productRanking.no8 a:before {
  background: url(/resource/sp/images/ico/ico_crown08.png) no-repeat;
  background-size: contain;
}

.v1805_product .nameBlock .productRanking.no9 a:before {
  background: url(/resource/sp/images/ico/ico_crown09.png) no-repeat;
  background-size: contain;
}

.v1805_product .nameBlock .productRanking.no10 a:before {
  background: url(/resource/sp/images/ico/ico_crown10.png) no-repeat;
  background-size: contain;
}

.v1805_product .specBlock {
  margin: 0 0.8125rem;
}

.v1805_product .specBlock + .specBlock {
  margin-top: 0.9375rem;
}

.v1805_product .specBlock__btn a {
  position: relative;
  display: inline-block;
  width: 100%;
  margin-top: 0.9375rem;
  padding: 0.6875rem 1.5625rem 0.6875rem 0.75rem;
  border: solid 1px #cecece;
  background: -webkit-gradient(linear, center top, center bottom, from(#fcfcfc), to(#f5f5f5));
  font-size: 0.8125rem;
  line-height: 1;
  border-radius: 5px;
  text-align: center;
  color: #333333;
  text-decoration: none;
  -webkit-tap-highlight-color: transparent;
  box-sizing: border-box;
}

.v1805_product .specBlock__btn a::before {
  display: block;
  position: absolute;
  right: 1rem;
  top: 50%;
  width: 0.4375rem;
  height: 0.125rem;
  background-color: #2971e3;
  -webkit-transform: translate(-50%, -50%) rotate(45deg);
      -ms-transform: translate(-50%, -50%) rotate(45deg);
          transform: translate(-50%, -50%) rotate(45deg);
  content: '';
}

.v1805_product .specBlock__btn a::after {
  display: block;
  position: absolute;
  right: 0.75rem;
  top: 50%;
  width: 0.4375rem;
  height: 0.125rem;
  background-color: #2971e3;
  -webkit-transform: translate(-50%, -50%) rotate(-45deg);
      -ms-transform: translate(-50%, -50%) rotate(-45deg);
          transform: translate(-50%, -50%) rotate(-45deg);
  content: '';
}

.v1805_product .specBlock__btn:first-child a {
  margin-top: 0;
}

.v1805_product .specBlock__head {
  overflow: hidden;
  margin-bottom: 0.625rem;
}

.v1805_product .specBlock__head .label {
  position: relative;
  float: left;
  font-size: 0.8125rem;
  padding-right: 0.8125rem;
}

.v1805_product .specBlock__head .label:after {
  position: absolute;
  content: '：';
  display: block;
  top: 0;
  right: 0.125rem;
}

.v1805_product .specBlock__head .name {
  overflow: hidden;
  word-break: break-all;
  font-size: 0.875rem;
  font-weight: bold;
  line-height: 1rem;
}

.v1805_product .specBlock__body {
  margin: 0 -0.8125rem;
  position: relative;s
}

.v1805_product .specBlock__body .v2_itemSlideView > ul {
  padding-bottom: 0;
}

.v1805_product .specBlock__body .v2_itemSlideView > ul > li {
  width: 3.75rem;
  height: 3.75rem;
  padding: 0 0 0 0.875rem;
  margin: 0;
}

.v1805_product .specBlock__body .v2_itemSlideView > ul > li:first-child {
  padding: 0 0 0 0.625rem;
}

.v1805_product .specBlock__body .v2_itemSlideView > ul > li a.link .thumb {
  position: relative;
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
}

.v1805_product .specBlock__body .v2_itemSlideView > ul > li a.link .thumb:before {
  content: '';
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  border: 1px solid #cecece;
}

.v1805_product .specBlock__body .v2_itemSlideView > ul > li.ds {
  opacity: 0.3;
}

.v1805_product .specBlock__body .v2_itemSlideView > ul > li.ds a.link {
  pointer-events: none;
}

.v1805_product .specBlock__body .v2_itemSlideView > ul > li.cr a.link .thumb:before {
  border: 2px solid #4ba4ff;
}

.v1805_product .specBlock__body .v2_itemSlideView > ul > li a.link .thumb img {
  max-width: 100%;
  max-height: 100%;
}

.v1805_product .specBlock__body__icon {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  pointer-events: none;
}

.v1805_product .js-active .specBlock__body__icon {
  display: none;
}

.v1805_product .specBlock__body__icon:before {
  display: block;
  position: absolute;
  right: 1rem;
  top: 50%;
  width: 0.4375rem;
  height: 0.125rem;
  background-color: #333333;
  -webkit-transform: translate(100%, -100%) rotate(45deg);
      -ms-transform: translate(100%, -100%) rotate(45deg);
          transform: translate(100%, -100%) rotate(45deg);
  content: '';
}

.v1805_product .specBlock__body__icon:after {
  display: block;
  position: absolute;
  right: 0.75rem;
  top: 50%;
  width: 0.4375rem;
  height: 0.125rem;
  background-color: #333333;
  -webkit-transform: translate(50%, 100%) rotate(-45deg);
      -ms-transform: translate(50%, 100%) rotate(-45deg);
          transform: translate(50%, 100%) rotate(-45deg);
  content: '';
}

.v1805_product > .btnBlock{
  margin: 1.25rem 0.8125rem 0;
}

.v1805_product > .btnBlock .moreBlock,
.v1805_product > .btnBlock .otherShippersBlock{
  margin-bottom: 0.625rem;
}

.v1805_product .moreBlock__btn > a,
.v1805_product .otherShippersBlock__btn > a {
  position: relative;
  display: inline-block;
  width: 100%;

  padding: 0.6875rem 1.5625rem 0.6875rem 0.75rem;
  border: solid 1px #cecece;
  background: -webkit-gradient(linear, center top, center bottom, from(#fcfcfc), to(#f5f5f5));
  font-size: 0.8125rem;
  line-height: 1;
  border-radius: 5px;
  text-align: center;
  color: #333333;
  text-decoration: none;
  -webkit-tap-highlight-color: transparent;
  box-sizing: border-box;
}

.v1805_product .moreBlock__btn > a span,
.v1805_product .otherShippersBlock__btn > a .title span {
  padding: 0 0.1875rem;
  font-size: 1.125rem;
  font-weight: bold;
  color: #d80000;
}

.v1805_product .moreBlock__btn > a::before,
.v1805_product .otherShippersBlock__btn > a::before {
  display: block;
  position: absolute;
  right: 0.75rem;
  top: 50%;
  width: 0.4375rem;
  height: 0.125rem;
  margin-top: -0.25rem;
  background-color: #2971e3;
  -webkit-transform: rotate(45deg);
      -ms-transform: rotate(45deg);
          transform: rotate(45deg);
  content: '';
}

.v1805_product .moreBlock__btn > a::after,
.v1805_product .otherShippersBlock__btn > a::after {
  display: block;
  position: absolute;
  right: 0.75rem;
  top: 50%;
  width: 0.4375rem;
  height: 0.125rem;
  background-color: #2971e3;
  -webkit-transform: rotate(-45deg);
      -ms-transform: rotate(-45deg);
          transform: rotate(-45deg);
  content: '';
}

.v1805_product .otherShippersBlock__btn a{
  padding: 0.4375rem 1.5625rem 0.4375rem 0.75rem;
}

.v1805_product .otherShippersBlock__btn a > span{
  display: block;
}

.v1805_product .otherShippersBlock__btn a .price {
  margin-top: 0.4375rem;
}

.v1805_product .otherShippersBlock__btn .price > span.price__ttl {
  font-size: 0.625rem;
  line-height: 1.4;
}

.v1805_product .otherShippersBlock__btn .price > span.price__em{
  margin-left: 0.3125rem;
  font-weight: bold;
  color: #d80000;
}

.v1805_product .setPackBlock {
  margin: 0.9375rem 0.8125rem 0;
}

.v1805_product .setPackBlock__result {
  margin-bottom: 0.3125rem;
  font-size: 0.875rem;
  font-weight: bold;
}

.v1805_product .setPackBlock__title {
  position: relative;
  margin-bottom: 1.25rem;
  padding: 0.5625rem 0.625rem;
  background: #4ba4ff;
  color: #fff;
  font-size: 0.75rem;
  font-weight: bold;
  line-height: 1.4;
}

.v1805_product .setPackBlock__title::before {
  content: "";
  display: block;
  position: absolute;
  left: 50%;
  bottom: -0.5625rem;
  width: 0.9375rem;
  height: 0.625rem;
  margin-left: -0.46875rem;
  background: url(/resource/sp/images/ico/v2_ico_arrow14.png) no-repeat;
  background-size: contain;
}

.v1805_product .setPackBlock__box__in {
  display: block;
  position: relative;
  padding: 0.8125rem 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%;
}

.v1805_product .setPackBlock__box__in::before {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  box-sizing: border-box;
  border: 1px solid #cecece;
  border-radius: 0.3125rem;
}

.v1805_product .setPackBlock__box > input {
  display: none;
}

.v1805_product .setPackBlock__box > input:checked + .setPackBlock__box__in {
  cursor: default;
}

.v1805_product .setPackBlock__box > input:checked + .setPackBlock__box__in::before {
  border: 2px solid #007aff;
}

.v1805_product .setPackBlock__box__title {
  display: block;
  font-size: 0.75rem;
  line-height: 1.4;
}

.v1805_product .setPackBlock__box__title__num {
  display: inline-block;
  color: #d80000;
  margin-right: 0.1875rem;
}

.v1805_product .setPackBlock__box__price {
  display: block;
  margin-top: 0.0625rem;
  font-size: 0.625rem;
  line-height: 1.4;
}

.v1805_product .setPackBlock__box__price__num {
  margin-left: 0.1875rem;
  color: #d80000;
  font-size: 0.8125rem;
  font-weight: bold;
  vertical-align: -7%;
}

.v1805_product .setPackBlock__body {
  overflow: hidden;
}

.v1805_product .setPackBlock__body > ul {
  margin: 0 -0.3125rem;
  border-top: none;
  display: flex;
  flex-wrap: wrap;
}

.v1805_product .setPackBlock__body > ul > li {
  width: 50%;
  margin-top: 0.625rem;
  box-sizing: border-box;
  padding: 0 0.3125rem;
  border-bottom: none;
}

.v1805_product .setPackBlock__body > ul > li:nth-child(1), .v1805_product .setPackBlock__body > ul > li:nth-child(2) {
  margin-top: 0;
}

.v1805_product .couponBox {
  margin: 1.875rem 0.8125rem 0;
}

.v1805_product .couponBox p {
  font-size: 0.8125rem;
  margin-top: 0.9375rem;
  line-height: 1.3;
}

.v1805_product .couponBox p span {
  padding-right: 0;
  padding-left: 2.0625rem;
  line-height: 1.3;
}

.v1805_product .couponBox p span::before {
  width: 1.5rem;
  height: 1.78125rem;
  margin-top: -1rem;
  background-image: url(/resource/sp/images/ico/link/ico_coupon03.png);
}

.v1805_product .couponBox p a {
  display: inline-block;
  position: relative;
  width: auto;
  height: auto;
  margin-left: 1.25rem;
  padding-left: 0.9375rem;
  border: none;
  background: none;
  line-height: 1.3;
  text-align: left;
}

.v1805_product .couponBox p a::before {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  top: 50%;
  width: 0.5rem;
  height: 0.5rem;
  margin-top: -0.25rem;
  box-sizing: border-box;
  border-top: 2px solid #2970e4;
  border-right: 2px solid #2970e4;
  -webkit-transform: rotate(45deg);
      -ms-transform: rotate(45deg);
          transform: rotate(45deg);
}

.v1805_product .priceBlock {
  margin: 1.45rem 0.8125rem 1.25rem;
}

.priceBlock__result {
  margin-bottom: 0.8rem;
  font-size: 0.875rem;
  font-weight: bold;
}

.priceBlock__caution {
  font-size: 0.8125rem;
  line-height: 1.6;
  margin-bottom: 0.8rem;
}
.priceBlock__caution p {
  font-size: 0.8125rem;
  line-height: 1.6;
  color: #d80000;
}

.v1805_product .priceBlock__group {
  padding: 0.625rem 0;
  border-top: 1px solid #cecece;
  position: relative;
}

.v1805_product .priceBlock__group__in {
  display: table;
  line-height: 1.4;
}

.v1805_product .priceBlock__group:last-child {
  border-bottom: 1px solid #cecece;
}
.v1805_product .priceBlock__group.itemPrice + .priceBlock__group{
  border-top: none;
  padding-top: 0;
}

.v1805_product .priceBlock__set {
  display: table-row;
}

.v1805_product .priceBlock__set__priceDown {
  text-decoration: line-through;
}

.v1805_product .priceBlock__set__priceLabel {
  font-size: 0.75rem;
}

.v1805_product .priceBlock__set__discount {
  display: inline-block;
  margin-right: 0.1875rem;
  padding: 0.125rem 0.3125rem;
  background: #d80000;
  color: #fff;
  font-size: 0.6875rem;
  font-weight: normal;
  line-height: 1.1;
  text-align: center;
}

.v1805_product .priceBlock__set__lastPrice {
  color: #d80000;
  font-size: 1.125rem;
  font-weight: bold;
  line-height: 0.85;
}

.v1805_product .priceBlock__set__title, .v1805_product .priceBlock__set__body {
  display: table-cell;
  padding: 0.1875rem 0;
  vertical-align: top;
}

.v1805_product .priceBlock__set__title {
  padding-right: 0.3125rem;
  font-size: 0.75rem;
  text-align: right;
}

.v1805_product .priceBlock__set__body {
  padding-left: 0.1875rem;
  font-size: 0.9375rem;
  line-height: 1.1;
}

.v1805_product .priceBlock__per {
  margin-top: 0.3125rem;
  font-size: 0.875rem;
}
.v1805_product .priceBlock__largeItem {
  background-color: #fbece2;
  margin-top: 0.625rem;
  padding: 0.5rem 0.625rem 0.625rem;
}

.v1805_product .priceBlock__largeItem__label {
  position: relative;
  padding-left: 1.75rem;
  background-color: #fbece2;
  color: #b04b04;
  font-weight: bold;
  font-size: 0.875rem;
}

.v1805_product .priceBlock__largeItem__label:before {
  position: absolute;
  display: block;
  content: "";
  width: 23px;
  height: 19px;
  left: 0;
  top: -0.0625rem;
  background: url(/resource/sp/images/ico/ico_truck.png) no-repeat;
  background-size: contain;
}

.v1805_product .priceBlock__largeItem__price{
  font-size: 0.75rem;
}

.v1805_product .priceBlock__largeItem__price span{
  margin-left: 0.625rem;
  color: #d80000;
  font-weight: bold;
  font-size: 0.9375rem;
}

.v1805_product .priceBlock__largeItem__body{
  border-top: 1px dotted #cecece;
  margin-top: 0.4375rem;
  padding-top: 0.5625rem;
  font-size: 0.8125rem;
}

.v1805_product .priceBlock__largeItem__body span{
  font-weight: bold;
}

.v1805_product .priceBlock__largeItem__body span.notice{
  display: block;
  font-weight: normal;
  font-size: 0.625rem;
}
.v1805_product .limitedBlock {
  margin: 1.875rem 0.8125rem 0;
  padding: 0.625rem;
  border: solid 1px #d2d2d2;
}

.v1805_product .limitedBlock div {
  margin-top: 0.625rem;
}

.v1805_product .limitedBlock div:first-child {
  margin-top: 0;
}

.v1805_product .limitedBlock div .head {
  font-size: 0.75rem;
  font-weight: bold;
}

.v1805_product .limitedBlock div .body {
  margin-top: 0.125rem;
}

.v1805_product .deliMakerBlock {
  margin-top: 1.875rem;
  border: none;
}

.v1805_product .deliMakerBlock p {
  padding: 0;
  border: none;
  font-size: 0.8125rem;
}

.v1805_product .deliMakerBlock p .label {
  font-weight: bold;
}

.v1805_product .deliMakerBlock p .stock,
.v1805_product .deliMakerBlock p .stock_lose,
.v1805_product .deliMakerBlock p .bit,
.v1805_product .deliMakerBlock p .title {
  font-size: 1rem;
  font-weight: bold;
}

.v1805_product .deliMakerBlock p .stock,
.v1805_product .deliMakerBlock p .stock_lose {
  color: #009d60;
}

.v1805_product .deliMakerBlock p .bit {
  color: #d80000;
}

.v1805_product .deliMakerBlock p .title {
  color: #f47300;
}

.v1805_product .deliMakerBlock p.notes {
  margin-top: 0.3125rem;
}

.v1805_product .deliMakerBlock .addBox {
  position: relative;
  margin-top: 0.625rem;
  padding: 0.625rem;
  border: solid 1px #d2d2d2;
}

.v1805_product .deliMakerBlock .addBox::before {
  display: block;
  position: absolute;
  left: 0.625rem;
  top: -0.3125rem;
  width: 0.625rem;
  height: 0.625rem;
  background-color: #d2d2d2;
  -webkit-transform: rotate(-45deg);
      -ms-transform: rotate(-45deg);
          transform: rotate(-45deg);
  content: '';
}

.v1805_product .deliMakerBlock .addBox::after {
  display: block;
  position: absolute;
  left: 0.625rem;
  top: -0.25rem;
  width: 0.625rem;
  height: 0.625rem;
  background-color: #fff;
  -webkit-transform: rotate(-45deg);
      -ms-transform: rotate(-45deg);
          transform: rotate(-45deg);
  content: '';
}

.v1805_product .deliMakerBlock .addBox .label {
  color: #f47300;
}

.v1805_product .deliMakerBlock .addBox .label.askulDelivery {
  color: #111184;
  margin-bottom: 0.625rem;
  display: inline-block;
}

.v1805_product .deliMakerBlock .addBox .label.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;
}

.v1805_product .deliMakerBlock .addBox .label.directDelivery {
  margin: 0 0.3125rem 0.625rem 0;
  display: inline-block;
}

.v1805_product .deliMakerBlock .addBox .label.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;
}

.v1805_product .deliMakerBlock .addBox .limit {
  color: #DD2C08;
  font-weight: 600;
}

.v1805_product .deliMakerBlock .addBox .shipFrom {
  text-decoration: none;
}

.v1805_product .deliMakerBlock .addBox .shippingFee {
  font-weight: 600;
}

.v1805_product .deliMakerBlock .configOption {
  margin-top: 0.5rem;
  padding-top: 0.5rem;
  border-top: 1px solid #cecece;
}

.v1805_product .deliMakerBlock .addBox + .configOption {
  padding-top: 0;
  border-top: none;
}

.v1805_product .deliMakerBlock .configOption p {
  position: relative;
  display: inline-block;
  font-size: 0.75rem;
  padding-left: 1rem;
}

.v1805_product .deliMakerBlock .configOption .time {
  margin-right: 0.75rem;
}

.v1805_product .deliMakerBlock .configOption p:before {
  position: absolute;
  display: block;
  content: '';
  width: 12px;
  height: 12px;
  left: 0;
}

.v1805_product .deliMakerBlock .configOption .time:before {
  background: url(/resource/sp/images/ico/icon_time.png) no-repeat;
  top: 0.3125rem;
}

.v1805_product .deliMakerBlock .configOption .location:before {
  background: url(/resource/sp/images/ico/icon_location.png) no-repeat;
  top: 0.125rem;
}

.v1805_product .deliMakerBlock .configOption .time .price {
  margin-left: 0.3125rem;
  font-size: 0.9375rem;
}

.v1805_product .deliveryAttentionBlock {
  margin: 1.25rem 0.8125rem;
}

.v1805_product .deliveryAttentionBlock .limitBox {
  margin-top: 0.3125rem;
  padding: 0.625rem;
  border: solid 1px #d2d2d2;
}

.v1805_product .deliveryAttentionBlock .limitBox p {
  font-size: 0.8125rem;
}

.v1805_product .deliveryAttentionBlock .limitBox p span {
  font-weight: bold;
}

.v1805_product .deliveryAttentionBlock--red {
  color: #d80000;
}

.v1805_product .addressCollectionBlock {
  margin: 1.25rem 0.8125rem;
}

.v1805_product .addressCollectionBlock__btn a {
  position: relative;
  display: inline-block;
  width: 100%;
  padding: 0.6875rem 1.5625rem 0.6875rem 0.75rem;
  border: solid 1px #cecece;
  background: -webkit-gradient(linear, center top, center bottom, from(#fcfcfc), to(#f5f5f5));
  font-size: 0.8125rem;
  line-height: 1;
  border-radius: 5px;
  text-align: left;
  color: #333333;
  text-decoration: none;
  -webkit-tap-highlight-color: transparent;
  box-sizing: border-box;
}

.v1805_product .addressCollectionBlock__btn a::before {
  display: block;
  position: absolute;
  right: 1rem;
  top: 50%;
  width: 0.4375rem;
  height: 0.125rem;
  background-color: #2971e3;
  -webkit-transform: translate(-50%, -50%) rotate(45deg);
      -ms-transform: translate(-50%, -50%) rotate(45deg);
          transform: translate(-50%, -50%) rotate(45deg);
  content: '';
}

.v1805_product .addressCollectionBlock__btn a::after {
  display: block;
  position: absolute;
  right: 0.75rem;
  top: 50%;
  width: 0.4375rem;
  height: 0.125rem;
  background-color: #2971e3;
  -webkit-transform: translate(-50%, -50%) rotate(-45deg);
      -ms-transform: translate(-50%, -50%) rotate(-45deg);
          transform: translate(-50%, -50%) rotate(-45deg);
  content: '';
}

.v1805_product .addressCollectionBlock__btn__title {
  font-weight: bold;
}

.v1805_product .addressCollectionBlock__btn__txt {
  display: block;
  margin-top: 0.3125rem;
}

.v1805_product .addressCollectionBlock__update {
  margin-top: 0.625rem;
}

.v1805_product .addressCollectionBlock__update a {
  display: block;
  position: relative;
  margin-top: 0.9375rem;
  margin-bottom: 1.25rem;
  padding-left: 2.1875rem;
  text-decoration: none;
}

.v1805_product .addressCollectionBlock__update a::before {
  display: block;
  position: absolute;
  top: 50%;
  left: 0;
  width: 1.625rem;
  height: 1.3125rem;
  -webkit-transform: translate(0, -50%);
      -ms-transform: translate(0, -50%);
          transform: translate(0, -50%);
  background: url(/resource/sp/images/ico/ico_update01.png) no-repeat;
  background-size: contain;
  content: '';
}

.v1805_product .setPriceBlock {
  margin: 0.9375rem 0.8125rem 0;
  border: none;
}

.v1805_product .setPriceBlock__title {
  position: relative;
  padding: 0.875rem 0;
  background: #4ba4ff;
  color: #fff;
  font-size: 0.9375rem;
  font-weight: bold;
  line-height: 1.1;
  text-align: center;
}

.v1805_product .setPriceBlock__title:before {
  content: "";
  width: 0.9375rem;
  height: 0.9375rem;
  position: absolute;
  top: -0.46875rem;
  left: 15%;
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  background: #4ba4ff;
}

.v1805_product .setPriceBlock__title > span {
  display: inline-block;
  position: relative;
  padding-left: 1.875rem;
}

.v1805_product .setPriceBlock__title > span::before {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  top: -0.125rem;
  width: 1.3125rem;
  height: 1.21875rem;
  background: url(/resource/sp/images/ico/v2_ico_set01.png) no-repeat;
  background-size: contain;
}

.v1805_product .setPriceBlock__title > span.notice {
  padding: 0.46875rem 1.875rem 0;
}

.v1805_product .setPriceBlock__title > span.notice::before {
  content: none;
}

.v1805_product .setPriceBlock__body {
  border: 1px solid #007aff;
}

.v1805_product .setPriceBlock__group {
  padding: 0.8125rem 0.625rem;
  border-top: 1px solid #d2d2d2;
}

.v1805_product .setPriceBlock__group:first-child {
  border-top: none;
}

.v1805_product .setPriceBlock__label {
  margin-bottom: 0.3125rem;
  color: #d80000;
  font-size: 0.8125rem;
}

.v1805_product .setPriceBlock__price {
  display: table;
  width: 100%;
}

.v1805_product .setPriceBlock__price__title, .v1805_product .setPriceBlock__price__num {
  display: table-cell;
  vertical-align: middle;
}

.v1805_product .setPriceBlock__price__label {
  display: table-cell;
  width: 2.625rem;
  vertical-align: middle;
  font-size: 0.75rem;
  text-align: right;
}

.v1805_product .setPriceBlock__price__label--exclusive {
  width: 3.25rem;
}

.v1805_product .setPriceBlock__price__title {
  font-size: 0.8125rem;
}

.v1805_product .setPriceBlock__price__num {
  color: #d80000;
  font-size: 0.8125rem;
  font-weight: bold;
  text-align: right;
}

.v1805_product .setPriceBlock__price__num--normal {
  font-weight: normal;
}

.v1805_product .setPriceBlock__price__num--exclusive {
  color: #333;
  font-weight: normal;
}

.v1805_product .setPriceBlock__time {
  margin-top: 0.3125rem;
  color: #d80000;
  font-size: 0.8125rem;
}

.v1805_product .setPriceBlock__price__breakdown li {
  display: flex;
  justify-content: flex-end;
  align-items: center;
}

.v1805_product .setPriceBlock__price__text {
  display: table-cell;
  vertical-align: middle;
  font-size: 0.75rem;
  text-align: right;
  padding-right: 0.25rem;
}

.v1805_product .soldBlock {
  margin: 1.25rem 0.8125rem 0;
  padding: 0.625rem 0;
  border-radius: 0.3125rem;
  font-size: 0.875rem;
  line-height: 1.4;
}

.v1805_product .substitutionBlock {
  margin: 4.375rem 0.8125rem 0;
}

.v1805_product .substitutionBlock .title {
  position: relative;
  padding: 0 0 0.9375rem 2.5rem;
  border-bottom: 1px solid #cecece;
  background: none;
  font-size: 1.25rem;
  font-weight: normal;
}

.v1805_product .substitutionBlock .title::before {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  top: -0.1875rem;
  width: 1.9375rem;
  height: 1.78125rem;
  background: url(/resource/sp/images/ico/v2_ico_person02.png) no-repeat;
  background-size: contain;
}

.v1805_product .substitutionBlock .v2_itemListView > ul {
  border-top: none;
}

.v1805_product .itemSetBlock {
  margin: 3.75rem 0.9375rem 0 !important;
}

.v1805_product .itemSetBlock .title {
  margin-bottom: 0.9375rem;
  padding: 0;
  border-bottom: none;
  background: none;
  font-size: 1.25rem;
  font-weight: normal;
}

.v1805_product .itemSetBlock .addItemWrap {
  margin-top: 1.25rem;
}

.v1805_product .itemSetBlock .addItemWrap .addItemThumb {
  overflow-x: auto;
  -webkit-overflow-scrolling: touch;
}

.v1805_product .itemSetBlock .addItemWrap .addItemThumb ul {
  white-space: nowrap;
}

.v1805_product .itemSetBlock .addItemWrap .addItemThumb ul li {
  display: none;
  position: relative;
  padding-left: 1.25rem;
}

.v1805_product .itemSetBlock .addItemWrap .addItemThumb ul li::before {
  display: block;
  position: absolute;
  left: 0.3125rem;
  top: 50%;
  width: 0.6875rem;
  height: 0.125rem;
  background-color: #333;
  -webkit-transform: translate(-50%, -50%) rotate(90deg);
      -ms-transform: translate(-50%, -50%) rotate(90deg);
          transform: translate(-50%, -50%) rotate(90deg);
  content: '';
}

.v1805_product .itemSetBlock .addItemWrap .addItemThumb ul li::after {
  display: block;
  position: absolute;
  left: 0.3125rem;
  top: 50%;
  width: 0.6875rem;
  height: 0.125rem;
  background-color: #333;
  -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  content: '';
}

.v1805_product .itemSetBlock .addItemWrap .addItemThumb ul li.is-active {
  display: inline-block;
}

.v1805_product .itemSetBlock .addItemWrap .addItemThumb ul li.is-first {
  padding-left: 0;
}

.v1805_product .itemSetBlock .addItemWrap .addItemThumb ul li.is-first::before {
  display: none;
}

.v1805_product .itemSetBlock .addItemWrap .addItemThumb ul li.is-first::after {
  display: none;
}

.v1805_product .itemSetBlock .addItemWrap .addItemThumb ul li img {
  width: 5.875rem;
}

.v1805_product .itemSetBlock .addItemWrap .addItemTotal {
  display: table;
  width: 100%;
  margin-top: 1.25rem;
}

.v1805_product .itemSetBlock .addItemWrap .addItemTotal .priceBox {
  display: table-cell;
  padding-right: 0.625rem;
  font-size: 0.9375rem;
  vertical-align: middle;
}

.v1805_product .itemSetBlock .addItemWrap .addItemTotal .priceBox span {
  font-size: 1.1875rem;
  font-weight: bold;
}

.v1805_product .itemSetBlock .addItemWrap .addItemTotal .priceBox .priceNum {
  font-size: 0.75rem;
}

.v1805_product .itemSetBlock .addItemWrap .addItemTotal .priceBox .priceNum span {
  color: #d80000;
}

.v1805_product .itemSetBlock .addItemWrap .addItemTotal .cartBox {
  display: table-cell;
  width: 8.15625rem;
  vertical-align: middle;
}

.v1805_product .itemSetBlock .addItemWrap .addItemTotal .cartBox > 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;
}

.v1805_product .itemSetBlock .addItemWrap .addItemTotal .cartBox > button > span {
  display: inline-block;
  position: relative;
  padding-left: 2rem;
}

.v1805_product .itemSetBlock .addItemWrap .addItemTotal .cartBox > button > span::before {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  top: -0.1875rem;
  width: 1.59375rem;
  height: 1.34375rem;
  background: url(/resource/sp/images/ico/v2_ico_cart05.png) no-repeat;
  background-size: contain;
}

.v1805_product .itemSetBlock .addItemWrap .addItemTotal.is-inactive {
  display: none;
}

.v1805_product .itemSetBlock .addItemWrap .addItemDetail {
  margin-top: 1.875rem;
}

.v1805_product .itemSetBlock .addItemWrap .addItemDetail__SelectWrap {
  overflow: hidden;
}

.v1805_product .itemSetBlock .addItemWrap .addItemDetail__Select {
  border-top: solid 1px #cecece;
}

.v1805_product .itemSetBlock .addItemWrap .addItemDetail__Select > div {
  display: table;
  width: 100%;
  padding: 1.25rem 0;
  border-bottom: solid 1px #cecece;
  box-sizing: border-box;
}

.v1805_product .itemSetBlock .addItemWrap .addItemDetail__Select > div .label {
  display: table-cell;
  position: relative;
  width: 4.375rem;
  vertical-align: top;
}

.v1805_product .itemSetBlock .addItemWrap .addItemDetail__Select > div .label label {
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}

.v1805_product .itemSetBlock .addItemWrap .addItemDetail__Select > div .label label input {
  display: none;
}

.v1805_product .itemSetBlock .addItemWrap .addItemDetail__Select > div .label label span {
  display: block;
  position: relative;
  width: 1.1875rem;
  height: 1.1875rem;
  margin-left: 1.25rem;
  border: solid 1px #c0c0c0;
  border-radius: 4px;
}

.v1805_product .itemSetBlock .addItemWrap .addItemDetail__Select > div .label label input:checked + span::before {
  display: block;
  position: absolute;
  left: 0.125rem;
  top: 0.625rem;
  width: 0.4375rem;
  height: 0.125rem;
  background-color: #2970e4;
  -webkit-transform: rotate(45deg);
      -ms-transform: rotate(45deg);
          transform: rotate(45deg);
  content: '';
}

.v1805_product .itemSetBlock .addItemWrap .addItemDetail__Select > div .label label input:checked + span::after {
  display: block;
  position: absolute;
  left: 0.3125rem;
  top: 0.5625rem;
  width: 0.75rem;
  height: 0.125rem;
  background-color: #2970e4;
  -webkit-transform: rotate(-45deg);
      -ms-transform: rotate(-45deg);
          transform: rotate(-45deg);
  content: '';
}

.v1805_product .itemSetBlock .addItemWrap .addItemDetail__Select > div .descript {
  display: table-cell;
  padding-right: 1.25rem;
}

.v1805_product .itemSetBlock .addItemWrap .addItemDetail__Select > div .descript .name a {
  text-decoration: none;
  line-height: 1.4;
}

.v1805_product .itemSetBlock .addItemWrap .addItemDetail__Select > div .descript .price {
  margin-top: 0.3125rem;
  font-size: 0.75rem;
}

.v1805_product .itemSetBlock .addItemWrap .addItemDetail__Select > div .descript .price span {
  font-size: 1.0625rem;
  font-weight: bold;
  color: #d80000;
}

.v1805_product .itemSetBlock .addItemWrap .addItemDetail__btn a {
  display: block;
  position: relative;
  padding: 0.8125rem 0;
  border-top: solid 1px #cecece;
  border-bottom: solid 1px #cecece;
  background: -webkit-linear-gradient(top, #fff, #f5f5f5);
  background: linear-gradient(to bottom, #fff, #f5f5f5);
  color: #333;
  font-size: 0.8125rem;
  text-align: center;
  text-decoration: none;
}

.v1805_product .itemSetBlock .addItemWrap .addItemDetail__btn a::before {
  display: block;
  position: absolute;
  right: 0.5625rem;
  top: 50%;
  width: 0.625rem;
  height: 0.0625rem;
  background-color: #333;
  -webkit-transform: translate(-50%, -50%) rotate(45deg);
      -ms-transform: translate(-50%, -50%) rotate(45deg);
          transform: translate(-50%, -50%) rotate(45deg);
  content: '';
}

.v1805_product .itemSetBlock .addItemWrap .addItemDetail__btn a::after {
  display: block;
  position: absolute;
  right: 0.125rem;
  top: 50%;
  width: 0.625rem;
  height: 0.0625rem;
  background-color: #333;
  -webkit-transform: translate(-50%, -50%) rotate(-45deg);
      -ms-transform: translate(-50%, -50%) rotate(-45deg);
          transform: translate(-50%, -50%) rotate(-45deg);
  content: '';
}

.v1805_product .itemSetBlock .addItemWrap .addItemDetail__btn a span:last-child {
  display: none;
}

.v1805_product .itemSetBlock .addItemWrap .addItemDetail__btn a.is-active {
  border-top: none;
}

.v1805_product .itemSetBlock .addItemWrap .addItemDetail__btn a.is-active::before {
  right: 0.125rem;
}

.v1805_product .itemSetBlock .addItemWrap .addItemDetail__btn a.is-active::after {
  right: 0.5625rem;
}

.v1805_product .itemSetBlock .addItemWrap .addItemDetail__btn a.is-active span:first-child {
  display: none;
}

.v1805_product .itemSetBlock .addItemWrap .addItemDetail__btn a.is-active span:last-child {
  display: block;
}

.v1805_product .originLimitBlock {
  margin: 3.75rem 0.8125rem 0;
}

.v1805_product .originLimitBlock .title {
  position: relative;
  padding: 0 0 0 1.875rem;
  border-bottom: none;
  background: none;
  font-size: 1.25rem;
  font-weight: normal;
}

.v1805_product .originLimitBlock .title::before {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  top: 0.1875rem;
  width: 1.21875rem;
  height: 1.25rem;
  background: url(/resource/sp/images/ico/2015new_icon_original_02.png) no-repeat;
  background-size: contain;
}

.v1805_product .originLimitBlock .v2_itemListView > ul {
  border-top: none;
}

.v1805_product .ranking {
  margin: 1.25rem 0.8125rem 0;
  padding-bottom: 0.625rem;
}

.v1805_product .ranking__title {
  margin-bottom: 0.9375rem;
  font-size: 0.9375rem;
}

.v1805_product .ranking__body, .v1805_product .ranking__body--1, .v1805_product .ranking__body--2, .v1805_product .ranking__body--3, .v1805_product .ranking__body--4, .v1805_product .ranking__body--5, .v1805_product .ranking__body--6, .v1805_product .ranking__body--7, .v1805_product .ranking__body--8, .v1805_product .ranking__body--9, .v1805_product .ranking__body--10 {
  position: relative;
  padding-left: 2.1875rem;
  font-size: 0.8125rem;
}

.v1805_product .ranking__body::before, .v1805_product .ranking__body--1::before, .v1805_product .ranking__body--2::before, .v1805_product .ranking__body--3::before, .v1805_product .ranking__body--4::before, .v1805_product .ranking__body--5::before, .v1805_product .ranking__body--6::before, .v1805_product .ranking__body--7::before, .v1805_product .ranking__body--8::before, .v1805_product .ranking__body--9::before, .v1805_product .ranking__body--10::before {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  top: -0.25rem;
  width: 1.75rem;
  height: 1.375rem;
  background: url(/resource/sp/images/ico/ico_crown11.png) no-repeat;
  background-size: contain;
}

.v1805_product .ranking__body > a, .v1805_product .ranking__body--1 > a, .v1805_product .ranking__body--2 > a, .v1805_product .ranking__body--3 > a, .v1805_product .ranking__body--4 > a, .v1805_product .ranking__body--5 > a, .v1805_product .ranking__body--6 > a, .v1805_product .ranking__body--7 > a, .v1805_product .ranking__body--8 > a, .v1805_product .ranking__body--9 > a, .v1805_product .ranking__body--10 > a {
  text-decoration: none;
}

.v1805_product .ranking__body--1::before {
  background-image: url(/resource/sp/images/ico/ico_crown01.png);
}

.v1805_product .ranking__body--2::before {
  background-image: url(/resource/sp/images/ico/ico_crown02.png);
}

.v1805_product .ranking__body--3::before {
  background-image: url(/resource/sp/images/ico/ico_crown03.png);
}

.v1805_product .ranking__body--4::before {
  background-image: url(/resource/sp/images/ico/ico_crown04.png);
}

.v1805_product .ranking__body--5::before {
  background-image: url(/resource/sp/images/ico/ico_crown05.png);
}

.v1805_product .ranking__body--6::before {
  background-image: url(/resource/sp/images/ico/ico_crown06.png);
}

.v1805_product .ranking__body--7::before {
  background-image: url(/resource/sp/images/ico/ico_crown07.png);
}

.v1805_product .ranking__body--8::before {
  background-image: url(/resource/sp/images/ico/ico_crown08.png);
}

.v1805_product .ranking__body--9::before {
  background-image: url(/resource/sp/images/ico/ico_crown09.png);
}

.v1805_product .ranking__body--10::before {
  background-image: url(/resource/sp/images/ico/ico_crown10.png);
}

.v1805_relatedProduct {
  margin: 0 0.9375rem !important;
  padding: 2.1875rem 0;
  border-top: solid 1px #d2d2d2;
}

.v1805_relatedProduct .title {
  margin-bottom: 0.9375rem;
  padding: 0;
  border-bottom: none;
  background: none;
  font-size: 1.25rem;
  font-weight: normal;
}

.v1805_relatedProduct__body {
  margin: 0 -0.9375rem;
}

.v1805_relatedRecommend1 {
  margin: 0 0.9375rem !important;
  padding: 2.1875rem 0;
  border-top: solid 1px #d2d2d2;
}

.v1805_relatedRecommend1 .title {
  margin-bottom: 0.9375rem;
  padding: 0;
  border-bottom: none;
  background: none;
  font-size: 1.25rem;
  font-weight: normal;
}

.v1805_relatedRecommend1__body {
  margin: 0 -0.9375rem;
}

.v1805_relatedRecommend2 {
  margin: 0 0.9375rem !important;
  padding: 2.1875rem 0;
  border-top: solid 1px #d2d2d2;
}

.v1805_relatedRecommend2 .title {
  margin-bottom: 0.9375rem;
  padding: 0;
  border-bottom: none;
  background: none;
  font-size: 1.25rem;
  font-weight: normal;
}

.v1805_relatedRecommend2__body {
  margin: 0 -0.9375rem;
}

.modalBlock1803 .main .body a::before {
  display: block;
  position: absolute;
  right: 0;
  top: 50%;
  width: 1.875rem;
  height: 1.875rem;
  -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  content: '';
}

.modalBlock1803 #color10100.modalBlock-radio::before {
  background-color: #000;
}

.modalBlock1803 #color10200.modalBlock-radio::before {
  background-color: #8f8f8f;
}

.modalBlock1803 #color10300.modalBlock-radio::before {
  background-color: #a1832d;
}

.modalBlock1803 #color10400.modalBlock-radio::before {
  background-color: #2b55ff;
}

.modalBlock1803 #color10500.modalBlock-radio::before {
  background-color: #6950a9;
}

.modalBlock1803 #color10600.modalBlock-radio::before {
  background-color: #2bbf45;
}

.modalBlock1803 #color10700.modalBlock-radio::before {
  background-color: #ff2b2b;
}

.modalBlock1803 #color10800.modalBlock-radio::before {
  background-color: #f2b0bb;
}

.modalBlock1803 #color10900.modalBlock-radio::before {
  background-color: #fffdca;
}

.modalBlock1803 #color11000.modalBlock-radio::before {
  background-color: #debe46;
}

.modalBlock1803 #color11100.modalBlock-radio::before {
  background-color: #e6b100;
}

.modalBlock1803 #color11200.modalBlock-radio::before {
  background-color: #ffff2b;
}

.modalBlock1803 #color11300.modalBlock-radio::before {
  background-color: #fff;
  border: solid 1px #cecece;
}

.modalBlock1803 #color11400.modalBlock-radio::before {
  background-color: #e3e3e3;
}

.modalBlock1803 #color11500.modalBlock-radio::before {
  background-color: #eeffff;
}

.modalBlock1803 #color11550.modalBlock-radio::before {
  background-color: #fff;
  border: solid 1px #cecece;
}

.modalBlock1803 #color11600.modalBlock-radio::before {
  background-color: #fff;
  border: solid 1px #cecece;
}

.modalBlock1803 #color11700.modalBlock-radio::before {
  background-color: #fff;
  border: solid 1px #cecece;
}

.modalBlock1803 #color11800.modalBlock-radio::before {
  background-color: #fff;
  border: solid 1px #cecece;
}

.addressModal .main .body .lead {
  margin: 1.875rem 0.8125rem 0;
  font-weight: normal;
  font-size: 0.875rem;
}

.addressModal .main .body .modalBlock-radio {
  height: auto;
  padding-top: 0.625rem;
  padding-bottom: 0.625rem;
}

.addressModal .main .body .modalBlock-radio__title {
  display: block;
  font-size: 0.8125rem;
  font-weight: bold;
}

.addressModal .main .body .modalBlock-radio__txt {
  display: block;
  font-size: 0.8125rem;
}

.addressModal .main .body__title {
  margin: 1.875rem 0.8125rem 0;
  font-weight: bold;
}

.addressModal .main .body__last {
  padding-bottom: 2.875rem;
}

.addressModal .main .body .v3_BtnBlue02 {
  margin: 0.625rem 0.8125rem 0;
}


/* .addCartBlockNew */
.addCartBlockNew {
  margin: 0.625rem 0.8125rem 0;
}

.addCartBlockNew .v1805_itemListView__operate {
  margin: 0;
  width: 100%;
}

.addCartBlockNew .v1805_itemListView__operate__txt {
  width: 10%;
  padding-right: 1%;
  text-align: left;
}

.addCartBlockNew .v1805_itemListView__operate__select {
  width: 10%;
}

.addCartBlockNew .v1805_itemListView__operate__btn {
  width: 60%;
  padding-left: 5%;
}

.addCartBlockNew .v1805_itemListView__operate__btn > button {
  width: 100%;
}

/* 商品詳細/付帯サービス 組立依頼推奨品表示 */
.v1805_product .priceBlock__group .assembly_recommended {
  display: block;
  height: auto;
  width: 100%;
  position: absolute;
  top: 0;
  bottom: 0;
  right: 5px;
  margin: auto;
  max-width: 9.375rem;
}

/* commonReviewWord */
.v1805_product .commonReviewWord {
  margin: 1.25rem 0.8125rem 0;
  border-radius: 0.3125rem;
  font-size: 0.875rem;
  line-height: 1.4;
  border: solid 2px #4ba4ff;
  padding: 0.625rem 0.625rem 0.375rem 0.625rem;
}

.v1805_product .commonReviewWord .commonReviewWord__title {
  font-size: 0.8125rem;
  font-weight: bold;
  margin-bottom: 0.5rem;
}

.v1805_product .commonReviewWord .commonReviewWord__list {
  font-size: 0.8125rem;
  line-height: 1;
}

.v1805_product .commonReviewWord .commonReviewWord__list li {
  display: inline-block;
  margin: 0 0.5rem 0.5rem 0;
}

.v1805_product .commonReviewWord .commonReviewWord__list li a{
  text-decoration: none;
}

/*--------------------
cumulativeOrderCount
--------------------*/
.cumulativeOrderCount {
  position: relative;
  margin: 8px 0 10px;
  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;
}

/*消費税増税対応 */
.v1805_product .priceBlock__set__reducedTax {
  padding: 1px 4px;
  border: 1px solid #4BA4FF;
  border-radius: 3px;
  box-sizing: border-box;
  color: #4BA4FF;
  text-align: center;
  font-size: 0.8125rem;
}

/* 類似商品を比較エリア新設 */
.compare {
  margin: 0 0.9375rem !important;
  padding: 2.1875rem 0;
}

.compare .compare__title {
  margin-bottom: 1.25rem;
  font-size: 1.25rem;
}

.compare .compare__body {
  margin: 0 -0.9375rem;
  overflow-x: auto;
  overflow-y: hidden;
  -webkit-overflow-scrolling: touch;
}

.compare .compare__body__inner {
  padding: 0 0.9375rem;
  float: left;
}

.compare .compare__table {
  table-layout: fixed;
  border-spacing: 0;
  border-collapse: collapse;
  width: 100%;
}

.compare .compare__table th {
  width: 60px;
  border: 1px solid #cecece;
  padding: 8px 5px;
  background: #efefef;
  font-size: 11px;
  font-weight: 700;
  text-align: left;
  vertical-align: middle;
  box-sizing: border-box;
  word-wrap:break-word;
}

.compare .compare__table td{
  width: 140px;
  padding: 10px 10px;
  border: 1px solid #cecece;
  background: #fff;
  font-size: 13px;
  box-sizing: border-box;
}

.compare .compare__table .pic td {
  vertical-align: top;
}

.compare .compare__table .pic td img {
  display: block;
  margin: 0 auto 15px;
}

.compare .compare__table .pic td p {
  font-size: 0.8125rem;
  line-height: 1.5;
  word-wrap: break-word;
}

.compare .compare__table .pic td a {
  text-decoration: none;
}

.compare .compare__table .price td {
  font-size: 0.9375rem;
  font-weight: bold;
  text-align: right;
  color: #d80000;
}

.compare .compare__table .review td .star {
  display: block;
  margin-bottom: 5px;
}

.compare .compare__table .review td .star span {
  background: url(/resource/sp/images/ico/star-icn.gif);
  width: 90px;
  height: 15px;
  vertical-align: text-top;
  display: inline-block;
}

.compare .compare__table .review td .star span.star0_0{
  background-position: 100% 100%;
}

.compare .compare__table .review td .star span.star0_5{
  background-position: 80% 100%;
}

.compare .compare__table .review td .star span.star1_0{
  background-position: 80% 0%;
}

.compare .compare__table .review td .star span.star1_5{
  background-position: 60% 100%;
}

.compare .compare__table .review td .star span.star2_0{
  background-position: 60% 0%;
}

.compare .compare__table .review td .star span.star2_5{
  background-position: 40% 100%;
}

.compare .compare__table .review td .star span.star3_0{
  background-position: 40% 0%;
}

.compare .compare__table .review td .star span.star3_5{
  background-position: 20% 100%;
}

.compare .compare__table .review td .star span.star4_0{
  background-position: 20% 0%;
}

.compare .compare__table .review td .star span.star4_5{
  background-position: 0% 100%;
}

.compare .compare__table .review td .star span.star5_0{
  background-position: 0% 0%;
}

.compare .compare__table .review td .point {
  font-weight: bold;
  font-size: 0.75rem;
}

.compare .compare__table .review td .num {
  font-size: 0.75rem;
}

.compare .compare__table .review td .num a {
  text-decoration: none;
}

.compare .compare__table .maker td {
  vertical-align: top;
  font-size: 0.8125rem;
  line-height: 1.5;
  word-wrap: break-word;
}

.compare .compare__table .spec td {
  vertical-align: top;
  font-size: 0.8125rem;
  line-height: 1.5;
  word-wrap: break-word;
}

.compare .compare__table .appl td {
  font-size: 0.8125rem;
  line-height: 1.5;
  word-wrap: break-word;
}
.compare .compare__table .cart td .inner {
  display: table;
  width: 100%;
}

.compare .compare__table .cart td .inner .txt {
  display: table-cell;
  vertical-align: middle;
  padding-right: 0.625rem;
  font-size: 0.8125rem;
  font-weight: bold;

}

.compare .compare__table .cart td .inner .select {
  display: table-cell;
  vertical-align: middle;
}

.compare .compare__table .cart td .inner .select p{
  position: relative;
  width: 5rem;
  box-sizing: border-box;
  box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.15) inset;
  border-radius: 0.3125rem;
}

.compare .compare__table .cart td .inner .select .field > select {
  position: relative;
  z-index: 2;
  width: 100%;
  height: 2.5rem;
  box-sizing: border-box;
  padding: 0 2.1875rem 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;
}

.compare .compare__table .cart td .inner .select .field > span{
  display: block;
  position: absolute;
  right: 0.8125rem;
  top: 50%;
  z-index: 1;
  width: 1.5rem;
  height: 2.1875rem;
  margin-top: -1.0625rem;
  background: url(/resource/sp/images/user/2016eug_bg_select_arrow_01.png) no-repeat;
      background-size: auto;
  background-size: contain;
  font-size: 0;
  cursor: pointer;
}
.compare .compare__table .cart td .inner .select .field > input {
  display: block;
  width: 100%;
  height: 2.5rem;
  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;
  appearance: none;
}

.compare .compare__table .cart td .btn {
  margin-top: 0.3125rem;
}

.compare .compare__table .cart td .btn > button {
  display: block;
  width: 100%;
  height: 2.5rem;
  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;
}

.compare .compare__table .cart td .btn > button > span {
  display: inline-block;
  position: relative;
  padding-left: 2rem;
}

.compare .compare__table .cart td .btn > button > span:before {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  top: -0.1875rem;
  width: 1.59375rem;
  height: 1.34375rem;
  background: url(/resource/sp/images/ico/v2_ico_cart05.png) no-repeat;
  background-size: contain;
}

.compare .compare__table .price.cart td .inner {
  margin-top: 0.5rem;
}

.compare .compare__table .price.cart td .inner .txt {
  text-align: left;
  color: #333;
}

.compare .compare__table .ecoIcon th button.label {
  background: transparent;
}

.compare .compare__table .ecoIcon th button.label:after {
  display: inline-block;
  content: '';
  width: 0.875rem;
  height: 0.875rem;
  vertical-align: bottom;
  background: url(/resource/sp/images/ico/icon_help.png);
  background-size: cover;
}

.compare .compare__table .ecoIcon td .ecoIconGroup {
  background: transparent;
  padding: 0;
}

.compare .compare__table .ecoIcon td .ecoIconGroup .ecoIconGroup_score{
  width: 2.5rem;
  padding-block: 0;
  flex-shrink: 0;
}

.compare .compare__table .ecoIcon td .ecoIconGroup>*+* {
  margin-left: 3px;
}

.compare .compare__table .ecoIcon td .ecoIconGroup_icon + .ecoIconGroup_icon {
  margin-left: 2px;
}

.compare .compare__foot .compare__table__btn {
  display: block;
  position: relative;
  padding: 0.8125rem 0;
  border-bottom: solid 1px #cecece;
  background: -webkit-linear-gradient(top, #fff, #f5f5f5);
  background: linear-gradient(to bottom, #fff, #f5f5f5);
  color: #333;
  font-size: 0.8125rem;
  text-align: center;
  text-decoration: none;
}

.compare .compare__foot .compare__table__btn:before {
  display: block;
  position: absolute;
  right: 0.5625rem;
  top: 50%;
  width: 0.625rem;
  height: 0.0625rem;
  background-color: #333;
  -webkit-transform: translate(-50%, -50%) rotate(45deg);
      -ms-transform: translate(-50%, -50%) rotate(45deg);
          transform: translate(-50%, -50%) rotate(45deg);
  content: '';
}

.compare .compare__foot .compare__table__btn:after {
  display: block;
  position: absolute;
  right: 0.125rem;
  top: 50%;
  width: 0.625rem;
  height: 0.0625rem;
  background-color: #333;
  -webkit-transform: translate(-50%, -50%) rotate(-45deg);
      -ms-transform: translate(-50%, -50%) rotate(-45deg);
          transform: translate(-50%, -50%) rotate(-45deg);
  content: '';
}

.compare .compare__foot .compare__table__btn span:last-child {
  display: none;
}

.compare .compare__foot .compare__table__btn.is-active:before {
  right: 0.125rem;
}

.compare .compare__foot .compare__table__btn.is-active:after {
  right: 0.5625rem;
}

.compare .compare__foot .compare__table__btn.is-active span:first-child {
  display: none;
}

.compare .compare__foot .compare__table__btn.is-active span:last-child {
  display: block;
}

.v1805_categoryRecommend {
  margin: 0 0.9375rem !important;
  padding: 2.1875rem 0;
  border-top: solid 1px #d2d2d2;
}

.v1805_categoryRecommend .title {
  margin-bottom: 0.9375rem;
  padding: 0;
  border-bottom: none;
  background: none;
  font-size: 1.25rem;
  font-weight: normal;
}

.v1805_categoryRecommend ol {
  padding: 0 0 0.6875rem 0;
}

.v1805_categoryRecommend ol li {
  display: inline-block;
  position: relative;
  margin-right: 0.75rem;
  padding-right: 1.5rem;
  word-break: break-all;
}

.v1805_categoryRecommend ol li::before {
  content: "";
  display: block;
  position: absolute;
  right: 0.25rem;
  top: 0.5rem;
  width: 0.4375rem;
  height: 0.4375rem;
  box-sizing: border-box;
  border-top: 0.125rem solid #333;
  border-right: 0.125rem solid #333;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}

.v1805_categoryRecommend ol li:last-child {
  margin-left: 0;
  padding-left: 0;
}

.v1805_categoryRecommend ol li:last-child::before {
  content: normal;
}

.v1805_categoryRecommend ol li a {
  text-decoration: none;
}

.ecoIconGroup {
  background-color: #eaf6ec;
  border-radius: 4px;
  padding: 15px;
  display: flex;
  align-items: center;
}

.ecoIconGroup>*+* {
  margin-left: 8px;
}

.ecoIconGroup_text {
  font-size: 13px;
  font-weight: bold;
}

.ecoIconGroup_rate {
  display: flex;
  align-items: flex-end;
}

.ecoIconGroup_icon + .ecoIconGroup_icon {
  margin-left: 6px;
}

.ecoIconGroup_score {
  width: 46px;
  padding-block: 3px;
  font-size: 16px;
  font-weight: bold;
  color: #fff;
  text-align: center;
  background-color: #32a848;
  border-radius: 2px;
}

/* 2019-11-14_SP商品詳細_カゴ追加追従パーツ追加 */
.stickyFooterCart {
	position: fixed;
	left: 0;
	bottom: -999px;
	z-index: 790;
	width: 100%;
	height: 87px;
	padding: 20px 10px;
	background-color: #f9eec6;
	border: solid 2px #fd9832;
	box-sizing: border-box;
}

.stickyFooterCart p.submit button {
	display: block;
	width: 100%;
	height: 2.8125rem;
	box-sizing: border-box;
	border: none;
	background: -webkit-linear-gradient(top, #fda128, #fd8629);
	background: linear-gradient(to bottom, #fda128, #fd8629);
	border-radius: 0.3125rem;
	color: #fff;
	font-size: 1.0625rem;
	font-weight: normal;
	line-height: 1;
	text-align: center;
	cursor: pointer;
}

.stickyFooterCart p.submit button span {
	display: inline-block;
	position: relative;
	padding: 0 0 0 2rem;
	background: none;
}

.stickyFooterCart p.submit button span::before {
	content: "";
	display: block;
	position: absolute;
	left: 0;
	top: -0.1875rem;
	width: 1.59375rem;
	height: 1.34375rem;
	background: url(/resource/sp/images/ico/v2_ico_cart05.png) no-repeat;
	background-size: contain;
}

.v1805_lastCartBtn {
	display: none !important;
}

.ecoIconBlock {
  margin: 1.25rem 0;
  padding: 1.5rem 0 0.5rem;
  border-width: 1px 0;
  border-style: solid;
  border-color: #Ccc;
}

.ecoIconBlock .ecoIconGroup {
  margin: 0 0 0.5rem;
  padding: 0;
  background: none;
}

.ecoIconBlock .ecoIconGroup button.label {
  background: transparent;
}

.ecoIconBlock .ecoIconGroup button.label:after {
  display: inline-block;
  content: '';
  width: 1.25rem;
  height: 1.25rem;
  vertical-align: bottom;
  background: url(/resource/sp/images/ico/icon_help.png);
}

.ecoIconTable {
  width: 100%;
  border: 1px solid #d5d5d5;
  margin: 0 0 0.75rem;
  font-size: 0.75rem
}

.ecoIconTable tr {
  border-bottom: 1px solid #d5d5d5;
}

.ecoIconTable th {
  border-right: 1px solid #d5d5d5;
  font-weight: 600;
  padding: 12px;
  width: 3.5rem;
  text-align: center;
  box-sizing: border-box;
  color: #fff;
}

.ecoIconTable th p {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
}

.ecoIconTable th p:after {
  content: '';
  display: block;
  margin-top: 0.25rem;
  width: 1.25rem;
  height: 1.25rem;
}

.ecoIconTable td {
  padding: 12px;
  color: #D5D5D5;
}

.ecoIconTable td p {
  line-height: 1;
  display: flex;
  align-items: center;
  justify-content: center;
}

.ecoIconTable--package th {
  background-color: #68C078;
}

.ecoIconTable--package th p:after {
  background: url(/resource/sp/images/ico/icon_packing.png);
}

.ecoIconTable--package td.passed {
  font-weight: 600;
  color: #32A848;
  background-color: #eaf6ec;
}

.ecoIconTable--package td.passed p:after {
  content: '';
  display: inline-block;
  width: 1rem;
  height: 1rem;
  margin-left: 0.25rem;
  background: url(/resource/sp/images/ico/icon_complete_green.png) no-repeat;
}

.ecoIconTable--environment th {
  background-color: #fba818;
}

.ecoIconTable--environment th p:after {
  background: url(/resource/sp/images/ico/icon_pencil.png);
}

.ecoIconTable--environment td.passed {
  font-weight: 600;
  color: #F06100;
  background-color: #fef6e7;
}

.ecoIconTable--environment td.passed p:after {
  content: '';
  display: inline-block;
  width: 1rem;
  height: 1rem;
  margin-left: 0.25rem;
  background: url(/resource/sp/images/ico/icon_complete_orange.png) no-repeat;
}

.ecoIconTable--structure th {
  background-color: #58b2d9;
}

.ecoIconTable--structure th p:after {
  background: url(/resource/sp/images/ico/icon_light.png);
}

.ecoIconTable--structure td.passed {
  font-weight: 600;
  color: #183D9F;
  background-color: #f1f5f9;
}

.ecoIconTable--structure td.passed p:after {
  content: '';
  display: inline-block;
  width: 1rem;
  height: 1rem;
  margin-left: 0.25rem;
  background: url(/resource/sp/images/ico/icon_complete_blue.png) no-repeat;
}

.ecoIconAccordion_body {
  overflow: hidden;
  position: relative;
  font-size: 0.875rem;
}

.ecoIconAccordion_body:after {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  max-height: 50px;
  pointer-events: none;
  content: "";
  background-image: linear-gradient(0deg, #fff, hsla(0, 0%, 100%, 0));
}

.js-active .ecoIconAccordion_body:after {
  content: none;
}

.ecoIconAccordion_body a {
  text-decoration: none;
}

.ecoIconAccordion_body a.anchor:after {
  margin: 0 0.25rem;
  display: inline-block;
  content: '';
  width: 1rem;
  height: 1rem;
  background: url(/resource/sp/images/ico/icon_down_default.png) no-repeat;
  vertical-align: top;
}

.ecoIconAccordion_switch {
  text-align: center;
  padding: 0.75rem;
}

.ecoIconAccordion_switch .opn {
  position: relative;
  padding-right: 14px;
}

.ecoIconAccordion_switch .cls {
  position: relative;
  padding-right: 14px;
  display: none;
}

.ecoIconAccordion_switch .opn:before,
.ecoIconAccordion_switch .opn:after,
.ecoIconAccordion_switch .cls:before {
  content: "";
  position: absolute;
  width: 10px;
  height: 2px;
  background-color: #1B72E9;
  top: 2px;
  bottom: 0;
  right: 0;
  margin: auto;
}

.ecoIconAccordion_switch .opn:after {
  -webkit-transform: rotate(90deg);
  transform: rotate(90deg);
}

.js-active .ecoIconAccordion_switch .opn {
  display: none;
}

.js-active .ecoIconAccordion_switch .cls {
  display: inline-block;
}

.ecoIconAccordion_switch--oneSided {
  padding: 0;
  margin-bottom: 1rem;
}

.ecoIconAccordion_switch--oneSided .opn {
  display: inline-block;
  position: relative;
  padding: 0.5rem 2.25rem 0.5rem 3.25rem;
  border: 1px solid #6E635F;
  border-radius: 0.25rem;
  font-size: 0.75rem;
  line-height: 1;
}

.ecoIconAccordion_switch--oneSided .opn:before,
.ecoIconAccordion_switch--oneSided .opn:after {
  width: 12px;
  background-color: #6E635F;
  width: 12px;
  background-color: #6E635F;
  top: 0;
  right: auto;
  bottom: 0;
  left: 2.25rem;
}

.js-active .ecoIconAccordion_switch--oneSided .cls {
  display: none;
}

#ecoIcon .popup-main {
  padding: 0 1rem;
}

#ecoIcon .popup-body {
  padding: 1rem;
  font-size: 0.875rem;
}

#ecoIcon .popup-body a {
  text-decoration: none;
}

/* バリエーション比較エリア新設 */
.otherVariations {
  margin: 0 0.9375rem !important;
  padding: 2.1875rem 0;
  border-top: solid 1px #d2d2d2;
}

.otherVariations .otherVariations__title {
  margin-bottom: 1.25rem;
  font-size: 1.25rem;
}

.otherVariations .otherVariations__body {
  margin: 0 -0.9375rem;
  overflow-x: auto;
  overflow-y: hidden;
  -webkit-overflow-scrolling: touch;
}

.otherVariations .otherVariations__body__inner {
  padding: 0 0.9375rem;
  float: left;
}

.otherVariations .otherVariations__table {
  table-layout: fixed;
  border-spacing: 0;
  border-collapse: collapse;
  width: 100%;
}

.otherVariations .otherVariations__table th {
  width: 3.75rem;
  border: 1px solid #cecece;
  padding: 0.5rem 0.3125rem;
  background: #efefef;
  font-size: 0.6875rem;
  font-weight: 700;
  text-align: left;
  vertical-align: middle;
  box-sizing: border-box;
  word-wrap:break-word;
}

.otherVariations .otherVariations__table td{
  width: 8.75rem;
  padding: 0.625rem 0.625rem;
  border: 1px solid #cecece;
  background: #fff;
  font-size: 0.8125rem;
  box-sizing: border-box;
}

.otherVariations .otherVariations__table .pic td {
  vertical-align: top;
}

.otherVariations .otherVariations__table .pic td img {
  display: block;
  margin: 0 auto 0.9375rem;
}

.otherVariations .otherVariations__table .pic td p {
  font-size: 0.8125rem;
  line-height: 1.5;
  word-wrap: break-word;
}

.otherVariations .otherVariations__table .pic td a {
  text-decoration: none;
}

.otherVariations .otherVariations__table .pic td .ranking {
  position: relative;
  padding: 0.25rem 0 0.25rem 2.1875rem;
  font-size: 0.8125rem;
}

.otherVariations .otherVariations__table .pic td .ranking:before {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  top: 0.25rem;
  width: 1.75rem;
  height: 1.375rem;
  background: url(/resource/sp/images/ico/ico_crown11.png) no-repeat;
  background-size: contain;
}

.otherVariations .otherVariations__table .pic td .ranking-1:before {
  background-image: url(/resource/sp/images/ico/ico_crown01.png);
}

.otherVariations .otherVariations__table .pic td .ranking-2:before {
  background-image: url(/resource/sp/images/ico/ico_crown02.png);
}

.otherVariations .otherVariations__table .pic td .ranking-3:before {
  background-image: url(/resource/sp/images/ico/ico_crown03.png);
}

.otherVariations .otherVariations__table .pic td .ranking-4:before {
  background-image: url(/resource/sp/images/ico/ico_crown04.png);
}

.otherVariations .otherVariations__table .pic td .ranking-5:before {
  background-image: url(/resource/sp/images/ico/ico_crown05.png);
}

.otherVariations .otherVariations__table .pic td .ranking-6:before {
  background-image: url(/resource/sp/images/ico/ico_crown06.png);
}

.otherVariations .otherVariations__table .pic td .ranking-7:before {
  background-image: url(/resource/sp/images/ico/ico_crown07.png);
}

.otherVariations .otherVariations__table .pic td .ranking-8:before {
  background-image: url(/resource/sp/images/ico/ico_crown08.png);
}

.otherVariations .otherVariations__table .pic td .ranking-9:before {
  background-image: url(/resource/sp/images/ico/ico_crown09.png);
}

.otherVariations .otherVariations__table .pic td .ranking-10:before {
  background-image: url(/resource/sp/images/ico/ico_crown10.png);
}

.otherVariations .otherVariations__table .price td {
  font-size: 0.9375rem;
  font-weight: bold;
  text-align: right;
  color: #d80000;
}

.otherVariations .otherVariations__table .review td .star {
  display: block;
  margin-bottom: 0.3125rem;
}

.otherVariations .otherVariations__table .review td .star span {
  background: url(/resource/sp/images/ico/star-icn.gif);
  width: 5.625rem;
  height: 0.9375rem;
  vertical-align: text-top;
  display: inline-block;
}

.otherVariations .otherVariations__table .review td .star span.star0_0{
  background-position: 100% 100%;
}

.otherVariations .otherVariations__table .review td .star span.star0_5{
  background-position: 80% 100%;
}

.otherVariations .otherVariations__table .review td .star span.star1_0{
  background-position: 80% 0%;
}

.otherVariations .otherVariations__table .review td .star span.star1_5{
  background-position: 60% 100%;
}

.otherVariations .otherVariations__table .review td .star span.star2_0{
  background-position: 60% 0%;
}

.otherVariations .otherVariations__table .review td .star span.star2_5{
  background-position: 40% 100%;
}

.otherVariations .otherVariations__table .review td .star span.star3_0{
  background-position: 40% 0%;
}

.otherVariations .otherVariations__table .review td .star span.star3_5{
  background-position: 20% 100%;
}

.otherVariations .otherVariations__table .review td .star span.star4_0{
  background-position: 20% 0%;
}

.otherVariations .otherVariations__table .review td .star span.star4_5{
  background-position: 0% 100%;
}

.otherVariations .otherVariations__table .review td .star span.star5_0{
  background-position: 0% 0%;
}

.otherVariations .otherVariations__table .review td .point {
  font-weight: bold;
  font-size: 0.75rem;
}

.otherVariations .otherVariations__table .review td .num {
  font-size: 0.75rem;
}

.otherVariations .otherVariations__table .review td .num a {
  text-decoration: none;
}

.otherVariations .otherVariations__table .maker td {
  vertical-align: top;
  font-size: 0.8125rem;
  line-height: 1.5;
  word-wrap: break-word;
}

.otherVariations .otherVariations__table .spec td {
  vertical-align: top;
  font-size: 0.8125rem;
  line-height: 1.5;
  word-wrap: break-word;
}

.otherVariations .otherVariations__table .appl td {
  font-size: 0.8125rem;
  line-height: 1.5;
  word-wrap: break-word;
}

.otherVariations .otherVariations__table .stockStatus td {
  font-size: 0.8125rem;
  line-height: 1.5;
  word-wrap: break-word;
}

.otherVariations .otherVariations__table .stockStatus td.stock {
  color: #009d60;
}

.otherVariations .otherVariations__table .stockStatus td.stock_lose {
  color: #f47300;
}

.otherVariations .otherVariations__table .stockStatus td.bit {
  color: #d80000;
}

.otherVariations .otherVariations__table .cart td .inner {
  display: table;
  width: 100%;
}

.otherVariations .otherVariations__table .cart td .inner .txt {
  display: table-cell;
  vertical-align: middle;
  padding-right: 0.625rem;
  font-size: 0.8125rem;
  font-weight: bold;

}

.otherVariations .otherVariations__table .cart td .inner .select {
  display: table-cell;
  vertical-align: middle;
}

.otherVariations .otherVariations__table .cart td .inner .select p{
  position: relative;
  width: 5rem;
  box-sizing: border-box;
  box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.15) inset;
  border-radius: 0.3125rem;
}

.otherVariations .otherVariations__table .cart td .inner .select .field > select {
  position: relative;
  z-index: 2;
  width: 100%;
  height: 2.5rem;
  box-sizing: border-box;
  padding: 0 2.1875rem 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;
}

.otherVariations .otherVariations__table .cart td .inner .select .field > span{
  display: block;
  position: absolute;
  right: 0.8125rem;
  top: 50%;
  z-index: 1;
  width: 1.5rem;
  height: 2.1875rem;
  margin-top: -1.0625rem;
  background: url(/resource/sp/images/user/2016eug_bg_select_arrow_01.png) no-repeat;
      background-size: auto;
  background-size: contain;
  font-size: 0;
  cursor: pointer;
}
.otherVariations .otherVariations__table .cart td .inner .select .field > input {
  display: block;
  width: 100%;
  height: 2.5rem;
  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;
  appearance: none;
}

.otherVariations .otherVariations__table .cart td .btn {
  margin-top: 0.3125rem;
}

.otherVariations .otherVariations__table .cart td .btn > button {
  display: block;
  width: 100%;
  height: 2.5rem;
  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;
}

.otherVariations .otherVariations__table .cart td .btn > button > span {
  display: inline-block;
  position: relative;
  padding-left: 2rem;
}

.otherVariations .otherVariations__table .cart td .btn > button > span:before {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  top: -0.1875rem;
  width: 1.59375rem;
  height: 1.34375rem;
  background: url(/resource/sp/images/ico/v2_ico_cart05.png) no-repeat;
  background-size: contain;
}

.otherVariations .otherVariations__foot .otherVariations__table__btn {
  display: block;
  position: relative;
  padding: 0.8125rem 0;
  border-bottom: solid 1px #cecece;
  background: -webkit-linear-gradient(top, #fff, #f5f5f5);
  background: linear-gradient(to bottom, #fff, #f5f5f5);
  color: #333;
  font-size: 0.8125rem;
  text-align: center;
  text-decoration: none;
}

.otherVariations .otherVariations__foot .otherVariations__table__btn:before {
  display: block;
  position: absolute;
  right: 0.5625rem;
  top: 50%;
  width: 0.625rem;
  height: 0.0625rem;
  background-color: #333;
  -webkit-transform: translate(-50%, -50%) rotate(45deg);
      -ms-transform: translate(-50%, -50%) rotate(45deg);
          transform: translate(-50%, -50%) rotate(45deg);
  content: '';
}

.otherVariations .otherVariations__foot .otherVariations__table__btn:after {
  display: block;
  position: absolute;
  right: 0.125rem;
  top: 50%;
  width: 0.625rem;
  height: 0.0625rem;
  background-color: #333;
  -webkit-transform: translate(-50%, -50%) rotate(-45deg);
      -ms-transform: translate(-50%, -50%) rotate(-45deg);
          transform: translate(-50%, -50%) rotate(-45deg);
  content: '';
}

.otherVariations .otherVariations__foot .otherVariations__table__btn span:last-child {
  display: none;
}

.otherVariations .otherVariations__foot .otherVariations__table__btn.is-active:before {
  right: 0.125rem;
}

.otherVariations .otherVariations__foot .otherVariations__table__btn.is-active:after {
  right: 0.5625rem;
}

.otherVariations .otherVariations__foot .otherVariations__table__btn.is-active span:first-child {
  display: none;
}

.otherVariations .otherVariations__foot .otherVariations__table__btn.is-active span:last-child {
  display: block;
}

.v1805_product .deliMakerBlock p button.popUp {
  background: transparent;
}

.v1805_product .deliMakerBlock p button.popUp:after {
  display: inline-block;
  content: '';
  width: 1.25rem;
  height: 1.25rem;
  vertical-align: sub;
  background: url(/resource/sp/images/ico/icon_help.png);
  margin-left: 0.25rem;
}

#expeditedDelivery .popup-main {
  padding: 0 1rem;
}

#expeditedDelivery .popup-body {
  padding: 1rem;
  font-size: 0.875rem;
}

#expeditedDelivery .popup-body a {
  text-decoration: none;
}

.v1805_product .couponList {
  margin: 1.45rem 0.8125rem 1.25rem;
}

.v1805_product .couponList .couponList__body li {
  display: flex;
  align-items: center;
}

.v1805_product .couponList .couponList__body li.fw-w {
  flex-wrap: wrap;
}

.v1805_product .couponList .couponList__body li + li {
  margin-top: 0.725rem;
}

.v1805_product .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;
}

.v1805_product .couponList .couponList__body__head span {
  font-size: 0.625rem;
  font-weight: 300;
  vertical-align: bottom;
}

.v1805_product .couponList .couponList__body__head.couponList__body__head--multiCategory {
  background: #E55C7E;
  color: #fff;
}

.v1805_product .couponList .couponList__body__text {
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
  font-size: 0.8125rem;
}

.v1805_product .couponList .couponList__body__text a {
  text-decoration: none;
  display: inline;
}

.v1805_product .couponList .couponList__body__icon {
  margin-left: 0.25rem;
}

.v1805_product .couponList .couponList__link {
  margin-top: 0.625rem;
  text-align: right;
  font-size: 0.8125rem;
}

.v1805_product .couponList .couponList__link a {
  text-decoration: none;
}

.v1805_product .linkBlock{
  margin: 1.25rem 0.8125rem 0;
}

.v1805_product .linkBlock ul li {
  margin-bottom: 0.625rem;
}

.v1805_product .linkBlock ul li a {
  text-decoration: none;
}

.categoryListSection {
  margin: 0 0.9375rem !important;
  padding: 2.1875rem 0;
  border-top: solid 1px #d2d2d2;
}

.categoryListSection .Accordion .BtnAcc {
  margin-bottom: 0.9375rem;
}

.categoryListSection .Accordion .BodyAcc {
  margin-bottom: 0.9375rem;
}

.categoryListSection .Accordion li {
  border: none !important;
  background: none !important;
}

.categoryListSection .categoryListSection_title {
  display: inline-block;
  padding: 0 1.5rem 0 0;
  border-bottom: none;
  background: none;
  font-size: 1.25rem;
  font-weight: normal;
  position: relative;
}

.categoryListSection .categoryListSection_title:before,
.categoryListSection .categoryListSection_title:after {
  content: "";
  position: absolute;
  width: 0.875rem;
  height: 0.125rem;
  background-color: #1B72E9;
  top: 2px;
  bottom: 0;
  right: 0;
  margin: auto;
}

.categoryListSection .categoryListSection_title:after {
  transform: rotate(90deg);
}

.categoryListSection .iconMinus .categoryListSection_title:after {
  display: none;
}

.categoryListSection .categoryListSection_list {
  display: flex;
  gap: 0.5rem;
  flex-wrap: wrap;
  padding: 0 0 0 1rem;
}

.categoryListSection .categoryListSection_list a {
  text-decoration: none
}

.v1805_product .nameBlock .productRankingLink {
  margin-top: 0.75rem;
}

.v1805_product .nameBlock .productRankingLink > p {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 0.25rem;
  font-size: 0.75rem;
  line-height: 1rem;
}

.v1805_product .nameBlock .productRankingLink > p a {
  text-decoration: none;
  font-size: 0.75rem;
  line-height: 1rem;
}


.v1805_product .couponList .couponList__body__icon button.popupIcon {
  background: transparent;
}

.v1805_product .couponList .couponList__body__icon button.popupIcon:after {
  display: inline-block;
  content: '';
  width: 1.25rem;
  height: 1.25rem;
  vertical-align: bottom;
  background: url(/resource/sp/images/ico/icon_help.png);
}

.v1805_product .couponList .couponList__body__label {
  font-size: 0.75rem;
}

.v1805_product .couponList .couponList__body__price {
  font-size: 0.75rem;
  color: #DD2C08;
}

.v1805_product .couponList .couponList__body__price .num {
  font-size: 1.125rem;
  font-weight: 600;
}

.v1805_product .couponList .couponList__link a:after {
  display: inline-block;
  content: '';
  flex-shrink: 0;
  width: 0.75rem;
  height: 0.75rem;
  margin-left: 4px;
  background: url(//cdn.askul.co.jp/cms/assets/images/icon_modal.svg) no-repeat right 50%;
}

#discountTerms .popup-main {
  padding: 0 1rem;
}

#discountTerms .popup-body {
  padding: 1rem;
  font-size: 0.875rem;
}

#discountTerms .popup-body a {
  text-decoration: none;
}.v1805_product .couponList {
  margin: 1.45rem 0.8125rem 1.25rem;
}

/*=========================================
// BtoBサイト内広告
=========================================*/
.v2_relatedProduct.-siteAd .colBox {
  display: flex;
  align-items: baseline;
  justify-content: space-between;
  margin-bottom: 0.9375rem;
}
.v2_relatedProduct.-siteAd .title {
  margin-bottom: 0;
}
.v2_relatedProduct.-siteAd .caption {
  font-size: 12px;
  color: #808080;
}