@charset "shift_jis";
/* --------------------------------------------------------------------
    商品詳細
--------------------------------------------------------------------- */
div.goods_ {
  clear: both;
}
div.goodsproductdetail_ {
  margin-bottom: 20px;
  width: 100%;
  display: flex!important;
}
table.goodsproductdetail_ {
  width: 100%;
}
table.goodsproductdetail_ td {
  vertical-align: top;
}
/* 商品画像 */
div.goodsimg_ {
  display: inline;
  width: 36%;
  margin-right: 30px;
  position: relative;
}
div.goodsimg_ .icon_new_ {
  position: absolute;
  left: 0;
  top: 0;
}
td.goodsimg_ {
  padding-right: 20px;
}
.goodsimg_ .gallery_box {
  display: flex;
  flex-direction: column-reverse;
}
div.goodsimg_ .img_L_ {
    position: relative;
    width: calc(100% - 46px);
    display: table;
    margin: 0 auto;
}
@media screen and (max-width:1060px){
  div.goodsimg_ .img_L_ {
      min-height:310px;
  }
}
@media screen and (min-width:1061px) {
  div.goodsimg_ .img_L_ {
      min-height:31.7vw;
  }
}

div.goodsimg_ .img_L_ span {
  display: table-cell;
  text-align: center;
  /*vertical-align: middle;*/
  vertical-align: top;
}
div.goodsimg_ .img_L_ span{
    position: relative;
}
div.goodsimg_ .img_L_ span.eicon_{
    position: absolute;
    top: 0;
    left: 0;
    width: 50px;
    height: 50px;
}
div.goodsimg_ .img_L_ span.eicon_ img{
    max-width: 50px;
    max-height: 50px;
}
div.goodsimg_ .img_L_ img {
  max-width: 100%;
    width: 100%;
    height: auto;
}
div.goodsimg_ .img_L_ .comment_ {
  margin-top: 5px;
}
div.goodsimg_ .img_c_ {
  margin-bottom: 10px;
}
div.goodsimg_ .img_c_ .comment_ {
  margin-top: 5px;
}

/**/

/* 添付ファイル */
dl.attach_ {
  margin: 0 0 10px 0;
}
dl.attach_ dt {
  margin-bottom: 5px;
  padding: 0 0 5px 20px;
  font-weight: bold;
  background: url(../img/sys/file.gif) 0 0 no-repeat;
  border-bottom: 1px dotted #CCC;
}
dl.attach_ dd {
  margin-bottom: 10px;
  padding: 0 0 0 20px;
}
/**/

/* 商品画像バリエーション */
div.etc_goodsimg_,
figure.etc_goodsimg_ {
  margin: 10px 0 0 0;
  padding: 16px 27px;
  overflow: hidden;
  border-top: 1px solid #DDDDDD;
}
div.etc_goodsimg_line_,
figure.etc_goodsimg_line_ {
  overflow: hidden;
}
div.etc_goodsimg_item_,
figure.etc_goodsimg_item_ {
  float: left;
  display: table;
  overflow: hidden;
  width: clamp(50px, 4.17vw, 80px);
  height: clamp(50px, 4.17vw, 80px);
  margin: 0 clamp(6px, -0.25rem + 0.83vw, 12px) 0 0;
  table-layout: fixed;
}
div.etc_goodsimg_item_ a,
figure.etc_goodsimg_item_ a {
  display: table-cell;
  width: clamp(50px, 4.17vw, 80px);
  height: clamp(50px, 4.17vw, 80px);
  vertical-align: middle;
}
div.etc_goodsimg_item_ img,
figure.etc_goodsimg_item_ img {
  /*max-height: 100%;*/
  max-width: 100%;
}
div.etc_goodsimg_line_ p {
  text-align: right;
  font-size: 10px;
}
div.etc_goodsimg_ {
  position: relative;
}
div.etc_goodsimg_ .bx-prev,div.etc_goodsimg_ .bx-next{
  position: absolute;
  top: 50%;
  left: 10px;
  transform: translateY(-50%);
  font-size: 0;
  width: 13px;
  height: 13px;
}
div.etc_goodsimg_ .bx-next{
  left: inherit;
  right: 10px;
}
div.etc_goodsimg_ .bx-prev::after{
  content:"";
  width: 8px;
  height: 8px;
  border-bottom: 1px solid #666;
  border-left: 1px solid #666;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%,-50%) rotate(45deg);
}
div.etc_goodsimg_ .bx-next::after{
  content:"";
  width: 8px;
  height: 8px;
  border-top: 1px solid #666;
  border-right: 1px solid #666;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%,-50%) rotate(45deg);
}
/**/

/* 注意事項　コメント */
.goodsimg_ .goods_comment_box {
  font-size: 13px;
  margin: 20px 0 0 0;
}
.goodsimg_ .goods_comment_box .goodscomment_common {
  border-top: 1px solid #dddddd;
  border-bottom: 1px solid #dddddd;
  padding: 45px 0;
  text-align: center;
}
.goodsimg_ .goods_comment_box .goodscomment3_ {
  border-bottom: 1px solid #dddddd;
  padding: 20px 0;
}
.goodsimg_ .goods_comment_box .goodscomment3_ dt {
  margin-bottom: 4px;
}
.goodsimg_ .goods_comment_box .goodscomment3_ dd {
  margin-bottom: 25px;
}
.goodsimg_ .goods_comment_box .goodscomment3_ dd:last-child {
  margin-bottom: 0;
}
/**/

/* sns */
div.snsbox_ {
  padding: 15px 25px;
  border-bottom: 1px solid #dddddd;
  border-top: 1px solid #dddddd;
}
div.snsbox_ dl {
}
div.snsbox_ dt {
  margin: 11px 25px 0 0;
  float: left;
}
div.snsbox_ dd {
  float: left;
  display: inline;
  margin: 0 12px 0 0;
}
div.snsbox_ dd.twitter_ {
  width: 100px;
}
div.snsbox_ dd.plus1_ {
  width: 70px;
}
/* ブックマーク */
.bookmarkbox_ {
  padding: 15px 0;
  border-top: 1px solid #dddddd;
}
div.snsbox_ dl.bookmark_ dt {
  background: url(../img/usr/common/txt_bookmark.png) no-repeat left center;
}
/* シェア */
div.snsbox_ dl.share_ dt {
}
/**/

/* 関連商品 */
.mainframe_ .recommendbox_.related_product {
  margin: 47px 0 0 0;
    padding: 0;
    border-bottom: none;
}

/* clearfix */
div.snsbox_ dl:after, div.goodsimg_:after, div.goodsproductdetail_:after {
  content: ".";
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
}
div.snsbox_ dl, div.goodsimg_ {
  display: inline-block;
}
/* HIdes from IE-mac */

html div.snsbox_ dl, html div.goodsimg_, html div.goodsproductdetail_ {
  height: 1%;
}
div.snsbox_ dl, div.goodsimg_, div.goodsproductdetail_ {
  display: block;
}
/* End hide from IE-mac */

/* 商品スペック */
.goods_spec_box {
  overflow: hidden;
  width: calc(100% - 70px - 36% - 265px);
  padding: 0 25px 0 0;
  background: #fff;
  max-width: 800px;
}
div.goodsspec_ {
  overflow: hidden;
  margin-top: 15px;
}
div.goodsspec_ .inner_ {
}
div.goodsspec_ .top_comment_ img {
  margin: 0 5px 5px 0;
}
table.goodsspec_ {
  margin: 0 0 10px 0;
  width: 100%;
  border-top-width: 1px;
  border-top-style: dotted;
  border-top-color: #CCC;
}
table.goodsspec_ th {
  width: 100px;
  text-align: right;
  padding: 2px;
  vertical-align: top;
  border-bottom: 1px dotted #CCC;
  background: transparent;
}
table.goodsspec_ td {
  text-align: left;
  padding: 2px;
  vertical-align: top;
  border-bottom: 1px dotted #CCC;
}
/**/
/* 右カート */
.goods_price_box {
    width: 265px;
    border: 1px solid #ddd;
    padding: 15px;
    border-radius: 3px;
    justify-content: space-between;
    overflow: hidden;
    height: max-content;
}
.goods_price_box p {
    line-height: 1.5;
    margin: 10px 0;
}
.goods_price_box span.price_ {
    font-size: 20px;
    margin: 10px 0;
}
.goods_price_box span.price_ + .small_ {
    margin: 10px 0;
    display: block;
}
.goods_price_box select.qty_select_ {
    width: 55px;
    border-radius: 3px;
    border: 1px solid #aaa;
    background: #FFF;
}
.goods_price_box div.cartbox_ > ul {
    overflow: hidden;
    margin: 20px 0 5px;
}
.goods_price_box .auttxt_ {
    margin: 0;
    padding: 0;
    font-size: 12px;
}
.goods_price_box .auttxt_ > ul li.seller_ {
    padding: 0;
    margin: 0;
}
.goods_price_box .auttxt_ > ul li.tel_ ,
.goods_price_box .auttxt_ > ul li.ex_date_ ,
.goods_price_box .auttxt_ > ul li.period_ {
    padding: 0 0 10px 0;
    line-height: 1.5;
    border-bottom: 1px dotted #dddddd;
    margin-bottom: 8px;
}

.goods_price_box input[name^="home"] {
    width: 100%;
    padding: 15px 0;
    margin: 5px 0;
    border: 1px solid #F2AF19;
    border-radius: 4px;
    background: -moz-linear-gradient(top, #FFDA3C 0%, #FFCB3C 100%);
    background: -webkit-linear-gradient(top, #FFDA3C 0%,#FFCB3C 100%);
    background: linear-gradient(to bottom, #FFDA3C 0%,#FFCB3C 100%);
    text-align: center;
    color: #222;
    font-size: 15px;
    cursor: pointer;
    -webkit-appearance: none;
}
.goods_price_box input[name^="home"].gray_button_{
    display: block;
    width: 100%;
    padding: 5px 0;
    background: -moz-linear-gradient(top, #ffffff 0%, #ededed 100%);
    background: -webkit-linear-gradient(top, #ffffff 0%,#ededed 100%);
    background: linear-gradient(to bottom, #ffffff 0%,#ededed 100%);
    border: 1px solid #CCC;
    border-radius: 4px;
    font-size: 12px;
    color: #222;
    text-align: center;
    box-sizing: border-box;
}
.goods_price_box #spec_delivery {
    margin: 15px 0;
    float: none;
    width: 100%;
}
.goods_price_box div.specinfo_ .h3_wrap {
    overflow: hidden;
    border-bottom: 2px solid #ccc;
    font-size: 16px;
    height: 34px;
    line-height: 38px;
    margin: 0 0 10px;
    padding: 5px;
    background: no-repeat;
}
.goods_price_box div.specinfo_ {
    font-size: 13px;
    padding: 0;
    line-height: 1.5;
    margin: 0 0 30px;
    display: inline-block;
    width: auto;
}
.goods_price_box div.reduced_tax_rate_ ,
.goods_price_box div.delivery_limit_ {
    padding-top: 10px;
    color: #cc0000;
}
.goods_price_box div.point_ {
    padding-top: 10px;
}

.goods_price_box div.point_ span.promotion_point_ , 
.goods_price_box div.point_ span.pointup_name_tag_ {
    color: #cc0000;
    word-break: break-all;
}

.goods_price_box div.shipping_ {
    font-size: 13px;
    font-weight:bold;
    padding: 0;
    line-height: 1.5;
    margin: 10px 0 10px;
    display: inline-block;
    width: auto;
    color: #333333;
}

div#spec_allergy {
    margin: 10px 0 0 0;
}
div#spec_allergy .h3_wrap {
    margin: 0px -18px 10px 0px;
}
.goods_price_box #spec_payment {
    margin: 15px 0;
    float: none;
    width: 100%;
}
.goods_price_box #spec_faq {
    margin: 15px 0;
    float: none;
    width: 100%;
}
.goods_price_box div.aboutinfo_ .h3_wrap {
    overflow: hidden;
    border-bottom: 2px solid #ccc;
    font-size: 16px;
    height: 34px;
    line-height: 38px;
    margin: 0 -8px 10px;
    padding: 5px;
    background: no-repeat;
}



/* 入荷案内申込関係 */
div.backorder_variation_unit_ {
  margin-bottom: 10px;
  text-align: right;
  vertical-align: middle;
}
/**/
/* カートボタン関係 */
div.cartbox_ {
    border-bottom: 2px solid #ccc;
    margin: 1px 0 0;
    padding-bottom: 6px;
}
div.cartbox_ span.variationlist_ {
  padding-right: 0;
  vertical-align: top;
  height: 0;
}
div.cartbox_ ul {
  overflow: hidden;
}
div.cartbox_ ul li {
  margin-bottom : 8px ;
}

div.btn_cart_ ul li:nth-child(3) {
    margin-right : 8px ;
}
div.cartbox_ .js-cart .btn_cart_ {
    padding: 15px 0;
    margin: 5px 0;
    border: 1px solid #F2AF19;
    border-radius: 4px;
    background: -moz-linear-gradient(top, #FFDA3C 0%, #FFCB3C 100%);
    background: -webkit-linear-gradient(top, #FFDA3C 0%,#FFCB3C 100%);
    background: linear-gradient(to bottom, #FFDA3C 0%,#FFCB3C 100%);
    text-align: center;
    color: #222;
    font-size: 15px;
    cursor: pointer;
    -webkit-appearance: none;
    display: flex;
    align-items: center;
    justify-content: center;
}
div.cartbox_ .js-cart .btn_cart_::before{
  content:"";
  width: 24px;
  height: 20px;
  background: url(../img/usr/icon/icon_cart.png) center center / contain no-repeat;
  display: block;
  margin-right: 5px;
}
div.cartbox_ .btn_cart_l_ {
    width: 100%;
    padding: 15px 0;
    margin: 5px 0;
    border: 1px solid #F2AF19;
    border-radius: 4px;
    background: -moz-linear-gradient(top, #FFDA3C 0%, #FFCB3C 100%);
    background: -webkit-linear-gradient(top, #FFDA3C 0%,#FFCB3C 100%);
    background: linear-gradient(to bottom, #FFDA3C 0%,#FFCB3C 100%);
    text-align: center;
    color: #222;
    font-size: 15px;
    cursor: pointer;
    -webkit-appearance: none;
}
div.cartbox_ a .btn_cart_l_ {
  padding: 15px 0 15px 30px;
  background: url(../img/usr/icon/icon_cart.png) 65px center / 24px 20px no-repeat,-moz-linear-gradient(top, #FFDA3C 0%, #FFCB3C 100%);
  background: url(../img/usr/icon/icon_cart.png) 65px center / 24px 20px no-repeat,-webkit-linear-gradient(top, #FFDA3C 0%,#FFCB3C 100%);
  background: url(../img/usr/icon/icon_cart.png) 65px center / 24px 20px no-repeat,linear-gradient(to bottom, #FFDA3C 0%,#FFCB3C 100%);
}
div.cartbox_ .button_ .btn_cart_l_ {
  padding: 15px 0 15px 30px;
  background: url(../img/usr/icon/icon_cart.png) 42px center / 24px 20px no-repeat,-moz-linear-gradient(top, #FFDA3C 0%, #FFCB3C 100%);
  background: url(../img/usr/icon/icon_cart.png) 42px center / 24px 20px no-repeat,-webkit-linear-gradient(top, #FFDA3C 0%,#FFCB3C 100%);
  background: url(../img/usr/icon/icon_cart.png) 42px center / 24px 20px no-repeat,linear-gradient(to bottom, #FFDA3C 0%,#FFCB3C 100%);
}
div.cartbox_ .js-cart-frame {
    display: none;
    position: fixed;
    top: 20%;
    left: calc(50% - 275px);
    width: 550px;
    background: #FFF;
    opacity: 0.0;
    transition: all 0.3s;
    z-index: 9999;
}
@media screen and (max-width:550px) {
    div.cartbox_ .js-cart-frame {
        left: 0;
        width: 100%;
    }
}
div.cartbox_ .js-cart-frame.disp {
    display: block;
    opacity: 1.0;
}
div.cartbox_ .js-cart-frame .cart_frame_ {
    border: 1px solid #DEDEDE;
}
div.cartbox_ .js-cart-frame .cart_frame_title_ {
    font-size: 18px;
    line-height: 1.5;
    padding: 9px 16px;
    background: #DEDEDE;
}
div.cartbox_ .js-cart-frame .cart_item_ {
    margin: 30px 29px 0;
    padding: 0 0 20px;
    border-bottom: 1px solid #DEDEDE;
    overflow: hidden;
}
div.cartbox_ .js-cart-frame .cart_item_ .cart_item_img_ {
    width: 80px;
    margin-right: 20px;
    float: left;
}
div.cartbox_ .js-cart-frame .cart_item_ .cart_item_img_ img {
    width: 100%;
}
div.cartbox_ .js-cart-frame .cart_item_ .cart_item_desc_ {
    width: calc(100% - 100px);
    float: left;
    font-size: 16px;
    line-height: 1.5;
}
div.cartbox_ .js-cart-frame .cart_item_ .cart_item_desc_ .cart_item_price_ .cart_item_hidden_price_ {
    display: none;
}
div.cartbox_ .js-cart-frame .cart_item_ .cart_item_desc_ .cart_item_price_ .tax_ {
    padding-left: 1.0em;
    font-size: 10px;
    line-height: 1.5;
}
div.cartbox_ .js-cart-frame .cart_item_ .cart_item_desc_ .cart_item_qty_ {
    font-size: 14px;
    line-height: 1.5;
}
div.cartbox_ .js-cart-frame .cart_item_ .cart_item_desc_ .cart_item_qty_ span {
    padding-left: 0.5em;
}
div.cartbox_ .js-cart-frame .cart_item_amt_ {
    margin: 30px 0;
    font-size: 20px;
    font-weight: bold;
    line-height: 1.5;
    text-align: center;
}
div.cartbox_ .js-cart-frame .cart_item_amt_ span {
    font-size: 22px;
    font-weight: normal;
    line-height: 1.5;
    color: #D10000;
    padding-left: 20px;
}
div.cartbox_ .js-cart-frame .cart_item_btn_ {
    text-align: center;
}
div.cartbox_ .js-cart-frame a.cart_item_cart_ {
    display: block;
    width: 315px;
    padding: 19px 0;
    margin: 0 auto;
    border: 1px solid #F2AF19;
    border-radius: 4px;
    background: -moz-linear-gradient(top, #FFDA3C 0%, #FFCB3C 100%);
    background: -webkit-linear-gradient(top, #FFDA3C 0%,#FFCB3C 100%);
    background: linear-gradient(to bottom, #FFDA3C 0%,#FFCB3C 100%);
    text-align: center;
    color: #222;
    font-size: 15px;
    cursor: pointer;
    -webkit-appearance: none;
}
div.cartbox_ .js-cart-frame a.cart_item_continue_ {
    display: inline-block;
    margin: 20px 0 40px;
    color: #0083D5;
    font-size: 15px;
}
div.cartbox_ .js-cart-frame a.cart_frame_close_ {
    position: absolute;
    top: 15px;
    right: 15px;
    display: block;
    font-size: 16px;
    font-weight: bold;
    line-height: 1.0;
    color: #FFF;
}
div.cartbox_ .js-cart-bg {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0.55);
    opacity: 0.0;
    transition: all 0.3s;
    z-index: 9998;
}
div.cartbox_ .js-cart-bg.disp {
    display: block;
    opacity: 1.0;
}
#bookmark_ {
    margin: 20px 0;
}
#bookmark_ .bookmark_btn {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    padding: 16.5px 0;
    background: -moz-linear-gradient(top, #ffffff 0%, #ededed 100%);
    background: -webkit-linear-gradient(top, #ffffff 0%,#ededed 100%);
    background: linear-gradient(to bottom, #ffffff 0%,#ededed 100%);
    border: 1px solid #CCC;
    border-radius: 4px;
    font-size: 13px;
    color: #00377F;
    text-align: center;
    box-sizing: border-box;
}
#bookmark_ .bookmark_btn::before{
  content:"";
  width: 20px;
  height: 17px;
  background: url(../img/usr/icon/icon_bookmark_blue.png) center center / contain no-repeat;
  display: block;
  margin-right: 5px;
}

/**/
/* バリエーションプルダウン */
div.cartbox_ .variation_pulldown_ {
  margin-bottom: 10px;
}
/**/
/* バリエーションボックス */
div.cartbox_ div.colors_ {
  margin-bottom: 5px;
  width: 100%;
  overflow: hidden;
}
div.cartbox_ div.colors_ div.color_ {
  float: left;
  margin: 2px 5px 2px 5px;
  white-space: nowrap;
  width: 30px;
  height: 30px;
}
div.cartbox_ div.colors_ div.color2_ {
  float: left;
  margin: 2px 5px 2px 5px;
  white-space: nowrap;
  width: 30px;
  height: 30px;
  overflow: hidden;
  text-align: left;
  background-position: center;
}
.color_EnableStock_{
  border: 2px solid #ccc;
}
.color_Selected_{
  border: 2px solid #ff0000
}
.color_DisableStock_{
 border: 2px dotted #ccc
}
div.cartbox_ div.colors_ div.color_EnableStock_ {
  border: solid 2px #d0d0d0;
  background-color: #FFF;
  cursor: pointer;
}
div.cartbox_ div.colors_ div.color_DisableStock_ {
  border: dashed 2px #d0d0d0;
  background-color: #909090;
  cursor: pointer;
}
div.cartbox_ div.colors_ div.color_Selected_ {
  border: solid 2px #ffc0c0;
  background-color: #ffe0e0;
}
div.cartbox_ div.colors_ div.color_DisableSelected_ {
  border: dashed 2px #ffc0c0;
  background-color: #909090;
  color: #ffc0c0;
}
div.cartbox_ div.colors_ br, div.cartbox_ div.sizes_ br {
  clear: left;
}
div.cartbox_ div.sizes_ {
  margin-bottom: 5px;
  width: 100%;
  overflow: hidden;
}
div.cartbox_ div.sizes_ div.size_ {
  float: left;
  padding: 2px 5px 2px 5px;
  margin: 2px 5px 2px 5px;
  white-space: nowrap;
  width: auto;
  height: auto;
  text-align: center;
}
div.cartbox_ div.sizes_ div.size_EnableStock_ {
  border: dotted 1px #d0d0d0;
  background-color: #FFF;
  cursor: pointer;
}
div.cartbox_ div.sizes_ div.size_DisableStock_ {
  border: dotted 1px #d0d0d0;
  background-color: #909090;
  cursor: pointer;
}
div.cartbox_ div.sizes_ div.size_Selected_ {
  border: solid 1px #ffc0c0;
  background-color: #ffe0e0;
}
div.cartbox_ div.sizes_ div.size_DisableSelected_ {
  border: dotted 1px #d0d0d0;
  background-color: #909090;
  color: #ffc0c0;
}
.r_cart_ {
  margin-top: 10px;
}
.goodsproductdetail_ .goodsimg_ div.mask_ {
  position: absolute;
  z-index: 10;
  color: #ff4a4a;
  font-weight: bold;
}
span.message_ {
  float: left;
}
/**/

div.goodsspec_ div.togetherlist_ {
}
div.goodsspec_ div.to_detaillink_ {
  text-align: right;
}
div.goodscomment1_ {
}
div.goodscomment2_ {
}
div.goodscomment3_ {
  margin-bottom: 10px;
}
div.goodscomment4_ {
  margin-bottom: 10px;
}
div.goodscomment5_ {
  margin-bottom: 10px;
}
div.goods_ div.accessory_list_ {
  margin: 10px 0px;
}
.goods_photo {
  position: relative;
  top: 0;
  left: 0;
  width: auto;
}
.goods_photo a .goods_large {
  display: block;
  position: absolute;
  width: 1px;
  height: 1px;
  top: 0;
  left: 0;
}
.goods_photo a.goods_popup, .goods_photo a.goods_popup:visited {
  display: block;
  width: auto;
  top: 0;
  left: 0;
}
.goods_photo a.goods_popup:hover {
  background-color: #fff;
}
.goods_photo a.goods_popup:hover .goods_large {
  display: block;
  position: absolute;
  width: auto;
  height: auto;
  top: 0;
  left: 0;
}
.option_buttons_ {
  margin: 0 auto 10px auto;
  padding: 10px 20px 10px 10px;
  width: 570px;
  overflow: hidden;
  background: #F8F8F8;
}
.option_buttons_ li {
  margin: 0 0 0 10px;
  float: left;
  display: inline;
}
/* SNS */
ul.sns {
  list-style: none;
}
li.sns {
  float: left;
  margin-right: 10px;
  margin-bottom: 5px;
}
/**/
#spec_goods_comment {
  margin: 0 0 8px;
  overflow: hidden;
}
#spec_goods_comment img {
  margin: 0 5px 5px 0;
  float: left;
  height: 20px;
}
#spec_goods_comment p {
    clear: left;
    padding-top: 10px;
    display: block;
}
/* 商品コメント */
div.goodscomment1_ {
  font-size: 14px;
  padding: 18px 0;
  line-height: 1.7;
  border-bottom: 1px solid #dddddd;
}
div.goodscomment2_, div.auttxt_, div.specinfo_, caution_ {
  font-size: 14px;
  padding: 5px;
  line-height: 1.7;
  /*border-bottom: 1px solid #dddddd;*/
  margin-bottom: 30px;
}
div.auttxt_ li {
}
div.goodscomment1_ p {
}
div.goodscomment1_ ul {
  margin-top: 18px;
}
div.goodscomment1_ ul li {
}
/* 商品番号 */
#spec_goods {
  margin: 5px 0 11px;
  color: #666666;
  font-size: 11px;
}
#spec_goods span {
}
/* 価格 */
.goodsspec_ form {
    display: inline-block;
}
div.goodsspec_ .pricebox_ div {
  display: inline-block;
}
.goods_spec_box .pricebox_ {
    display: inline-block;
    padding-bottom: 10px;
      border-bottom: 1px solid #ddd;
}
.pricebox_ {
    padding-bottom: 5px;
}
div.goodsspec_ .price_ {
  font-size: 22px;
  margin: 0 25px 0 25px;
  display: inline-block;
}
div.goodsspec_ .price_ .en {
  font-size: 20px;
}
.goods_spec_box .price_ {
    font-size: 20px;
    margin: 10px 0;
}
/* 配送料 */
.delivery_charge {
  margin-top: 2px;
  font-size: 12px;
}
.delivery_charge span {
  color: #cc0000;
}
/* ポイント */
div.goodsspec_ .point_ {
  margin-top: 7px;
  margin-left: 4px;
}
/* 色 */
.select_box_wrap .color_select_wrap {
  margin-bottom: 18px;
}
.select_box_wrap .color_select_wrap p {
  padding: 0 0 3px 3px;
}
.select_box_wrap .color_select_wrap input[type=radio] {
  display: none;
}
.select_box_wrap .color_select_wrap ul {
  overflow: hidden;
}
.select_box_wrap .color_select_wrap ul li {
  float: left;
  margin-right: 6px;
}
.select_box_wrap .color_select_wrap .radio {
  box-sizing: border-box;
  position: relative;
  display: block;
  background-color: #ffffff;
  vertical-align: middle;
  cursor: pointer;
  width: 31px;
  height: 31px;
  margin: 0;
}
.select_box_wrap .color_select_wrap .radio:after {
  position: absolute;
  top: 2px;
  left: 2px;
  display: block;
  width: 25px;
  height: 25px;
  content: '';
}
.select_box_wrap .color_select_wrap .radio[for=white]:after {
  background: #fff;
  border: 1px solid #dddddd;
}
.select_box_wrap .color_select_wrap .radio[for=red]:after {
  background: #ff0000;
  border: 1px solid #ff0000;
}
.select_box_wrap .color_select_wrap .radio[for=black]:after {
  background: #111111;
  border: 1px solid #111111;
}
.select_box_wrap .color_select_wrap .radio:before {
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  width: 27px;
  height: 27px;
  background-color: #fff;
  content: '';
  opacity: 0;
  border-radius: 2px;
}
.select_box_wrap .color_select_wrap input[type=radio]:checked + .radio:before {
  opacity: 1;
  border: 2px solid #333333;
}
/* サイズ */
.select_box_wrap .size_select_wrap {
  margin-bottom: 18px;
}
.size_select_wrap p {
  padding: 0 0 3px 3px;
}
.size_select_wrap .size_select {
  width: 162px;
  border: 1px solid #dddddd;
  background: url(../img/usr/common/header/icon_arrow2.png) no-repeat right 8px center;
  overflow: hidden;
}
.size_select_wrap .size_select select {
  -moz-appearance: none;
  -webkit-appearance: none;
  appearance: none;
  border-radius: 0;
  border: 0;
  margin: 0;
  padding: 0 2px;
  background: none transparent;
  vertical-align: middle;
  font-size: inherit;
  color: inherit;
  box-sizing: content-box;
  width: 115%;
  cursor: pointer;
    outline: none;
}
/* --------------------------------------------------------------------
    商品一覧 共通
--------------------------------------------------------------------- */
.name1_ {
/*font-weight: bold;*/
}
.goods_filter_ {
}
/* --------------------------------------------------------------------
    商品一覧 サムネイル
--------------------------------------------------------------------- */
div.StyleT_Frame_ {
	overflow: hidden;
	display: flex;
	flex-wrap: wrap;
	margin: 0 auto;
}
/* 中央寄せ */
@media only screen and (min-width: 1217px) {div.StyleT_Frame_ {max-width: 920px;}}
@media only screen and (min-width: 1447px) {div.StyleT_Frame_ {max-width: 1150px;}}
@media only screen and (min-width: 1677px) {div.StyleT_Frame_ {max-width: 1380px;}}
@media only screen and (min-width: 1907px) {div.StyleT_Frame_ {max-width: 1610px;}}
@media only screen and (min-width: 2137px) {div.StyleT_Frame_ {max-width: 1840px;}}
@media only screen and (min-width: 2367px) {div.StyleT_Frame_ {max-width: 2070px;}}
@media only screen and (min-width: 2597px) {div.StyleT_Frame_ {max-width: 2300px;}}
@media only screen and (min-width: 2827px) {div.StyleT_Frame_ {max-width: 2530px;}}
@media only screen and (min-width: 3057px) {div.StyleT_Frame_ {max-width: 2760px;}}
div.StyleT_Item_ {
  float: none;
  display: inline;
  width: 230px;
  position: relative;
	box-sizing: border-box;
}
div.StyleT_Item_ .icon_new_ {
  position: absolute;
  left: 1px;
  top: 1px;
	z-index: 1;
}
div.StyleT_Item_ div.img_ {
	position: relative;
  display: table;
  width: 228px;
  height: 220px;
  text-align: center;
  margin-bottom: 10px;
  table-layout: fixed;
	padding: 4px 4px 0;
	box-sizing: border-box;
}
div.StyleT_Item_.before_sales div.img_:after {
	content: '販売開始前';
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: rgba(0, 0, 0, .5);
	display: flex;
	justify-content: center;
	align-items: center;
	color: #fff;
}
div.StyleT_Item_.after_sales div.img_:after {
	content: '販売終了';
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: rgba(0, 0, 0, .5);
	display: flex;
	justify-content: center;
	align-items: center;
	color: #fff;
}
div.StyleT_Item_.no_stock div.img_:after {
	content: '在庫なし';
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: rgba(0, 0, 0, .5);
	display: flex;
	justify-content: center;
	align-items: center;
	color: #fff;
}
div.StyleT_Item_ div.img_ a {
  display: table-cell;
  vertical-align: middle;
  width: 220px;
  height: 220px;
}
div.StyleT_Item_ div.img_ img {
  max-height: 100%;
  max-width: 100%;
}
div.StyleT_Item_ div.icon_ {
  margin: 0 0 5px 8px;
}
div.StyleT_Item_ div.icon_ img {
  margin: 0 2px 5px 0;
  height: 17px;
}
div.StyleT_Item_ div.price_ {
  margin: 0 10px 5px 10px;
}
div.StyleT_Item_ div.name_ {
  font-size: 14px;
  word-break : break-all;
}
div.StyleT_Item_ div.name_ div.name1_ {
  margin: 0 10px 5px 10px;
}
div.StyleT_Item_ div.cart_ {
  margin: 0 3px;
}
div.StyleT_Item_ .point_ {
  padding: 20px 7px 5px;
}
div.StyleT_Item_ div.pricebox_ {
	text-align: right;
  margin: 5px;
	overflow: hidden;
}
div.StyleT_Item_ div.pricebox_ span.tax_ {
  display: block;
	margin: 3px 0 0;
}
div.StyleT_Item_ div.pointbox_ {
	margin: 0 5px 10px;
}
div.StyleT_Item_ div.cart_ {
}
div.StyleT_Item_ div.cart_ ul {
  overflow: hidden;
}
div.StyleT_Item_ div.cart_ ul li {
  float: left;
  display: inline;
  padding: 0 2px;
}
/* サイドメニューイベント欄 */
div.leftmenuframe_ div.StyleT_Line_, div.rightmenuframe_ div.StyleT_Line_ {
  width: 100%;
}
div.leftmenuframe_ div.StyleT_Item_, div.rightmenuframe_ div.StyleT_Item_ {
  margin: 0;
  width: 100%;
}
/**/
/* clearfix */
div.StyleT_Line_:after {
  content: ".";
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
}
div.StyleT_Line_ {
  display: inline-block;
}
/* HIdes from IE-mac */
*html div.StyleT_Line_ {
  height: 1%;
}
div.StyleT_Line_ {
  display: block;
}
/* End hide from IE-mac */
/* --------------------------------------------------------------------
    商品一覧 サムネイル スライダー
--------------------------------------------------------------------- */
.StyleTS_Frame_{
    padding:0 50px 0 60px;
    position:relative;
  overflow: hidden;
}
.StyleTS_Frame_ .sliderPrev,
.StyleTS_Frame_ .sliderNext{
    display:block;
    position:absolute;
    top:70px;
    width:34px;
    height:71px;
}
.StyleTS_Frame_ .sliderPrev{
    left:40px;
    background-image:url('../img/usr/gift/images/common/slider_prev.png');
}
.StyleTS_Frame_ .sliderNext{
    right:50px;
    background-image:url('../img/usr/gift/images/common/slider_next.png');
}
.StyleTS_Frame_.sliderPrev:hover,
.StyleTS_Frame_ .sliderNext:hover{
    opacity:0.8;
}

.StyleTS_Item_{
    width:200px;
    padding:0 10px 0 0;
    float:left;
    position:relative;
}
.StyleTS_Item_ .img_{
    margin-bottom: 10px;
    position: relative;
}
.StyleTS_Item_ .img_ img {
    width: 100%;
    height: auto;
}
.StyleTS_Item_ .desc_{
    padding:0 6px;
}
.StyleTS_Item_ .name1_{
    font-size:13px;
    height:40px;
}
.StyleTS_Item_ .price_{
    text-align:right;
    font-weight:bold;
    color:#CC0000;
}
.StyleTS_Item_ .price_ span{
    display:block;
    font-weight:normal;
    font-size:11px;
    color:#777777;
}
.StyleTS_Item_ .name2_{
    position:absolute;
    bottom:0;
    font-size:11px;
    color:#aaaaaa;
}
.StyleTS_Item_.before_sales div.img_:after {
	content: '販売開始前';
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: rgba(0, 0, 0, .5);
	display: flex;
	justify-content: center;
	align-items: center;
	color: #fff;
}
.StyleTS_Item_.after_sales div.img_:after {
	content: '販売終了';
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: rgba(0, 0, 0, .5);
	display: flex;
	justify-content: center;
	align-items: center;
	color: #fff;
}
.StyleTS_Item_.no_stock .img_ :after {
    content: '在庫なし';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, .5);
    display: flex;
    justify-content: center;
    align-items: center;
    color: #fff;
}
/* --------------------------------------------------------------------
    商品一覧 詳細一覧
--------------------------------------------------------------------- */
div.StyleD_Frame_ {
  width: 100%;
  /*overflow: hidden;*/
  margin-bottom: 20px;
  border-top: 1px dotted #a4a4a4;
}
div.StyleD_Item_ {
  margin: 0;
  padding: 20px 0;
  width: 100%;
  /*overflow: hidden;*/
  border-bottom: 1px dotted #a4a4a4;
  position: relative;
}
div.StyleD_Item_ .icon_new_ {
  position: absolute;
  left: 2px;
  top: 22px;
}
div.StyleD_Frame_ div.img_ {
  position: relative;
  margin: 0;
  float: left;
  display: table;
  width: 236px;
  height: 176px;
  padding: 1px;
  text-align: center;
  border: 1px solid #dfdfdf;
  table-layout: fixed;
}
div.StyleD_Item_.before_sales div.img_:after {
	content: '販売開始前';
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: rgba(0, 0, 0, .5);
	display: flex;
	justify-content: center;
	align-items: center;
	color: #fff;
}
div.StyleD_Item_.after_sales div.img_:after {
	content: '販売終了';
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: rgba(0, 0, 0, .5);
	display: flex;
	justify-content: center;
	align-items: center;
	color: #fff;
}
div.StyleD_Item_.no_stock div.img_ a:after {
	content: '在庫なし';
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: rgba(0, 0, 0, .5);
	display: flex;
	justify-content: center;
	align-items: center;
	color: #fff;
}
div.StyleD_Frame_ div.img_ a {
  display: table-cell;
  vertical-align: middle;
}
div.StyleD_Frame_ div.img_ img {
  max-height: 176px;
  max-width: 236px;
}
div.StyleD_Frame_ div.desc_ {
  float: left;
  display: inline;
  width: 670px;
  margin: 0 0 0 20px;
}
div.StyleD_Frame_ div.icon_ {
  margin-bottom: 5px;
}
div.StyleD_Frame_ div.icon_ img {
  margin: 0 5px 5px 0;
  height: 17px;
}
div.StyleD_Frame_ div.name_ {
  font-size: 16px;
  font-weight: bold;
  margin-bottom: 5px;
}
div.StyleD_Frame_ div.name1_ h2 {
  font-weight: bold;
}
div.StyleD_Frame_ div.detail_ {
  width: 100%;
  /*overflow: hidden;*/
  margin-top: 20px;
}
div.StyleD_Frame_ div.detail_ div.spec_ {
  float: left;
  display: inline;
  text-align: left;
  width: 210px;
}
div.StyleD_Frame_ div.cart_ {
  float: right;
  display: inline;
  text-align: right;
  width: 235px;
}
div.StyleD_Frame_ div.cart_ ul {
}
div.StyleD_Frame_ div.cart_ ul li {
  float: left;
  display: inline;
  margin: 0 0 0 5px;
}
div.StyleD_Frame_ .goodscomment1_ {
  font-size: 14px;
  line-height: 1.5;
}
/* clearfix */
div.StyleD_Item_:after, div.StyleD_Frame_ div.cart_ ul:after, div.StyleD_Frame_ div.detail_:after, div.StyleD_Frame_ div.desc_:after {
  content: ".";
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
}
div.StyleD_Item_, div.StyleD_Frame_ div.cart_ ul, div.StyleD_Frame_ div.detail_, div.StyleD_Frame_ div.desc_ {
  display: inline-block;
}
/* HIdes from IE-mac */
*html div.StyleD_Item_, *html div.StyleD_Frame_ div.cart_ ul, *html div.StyleD_Frame_ div.detail_, *html div.StyleD_Frame_ div.desc_ {
  height: 1%;
}
div.StyleD_Item_, div.StyleD_Frame_ div.cart_ ul, div.StyleD_Frame_ div.detail_, div.StyleD_Frame_ div.desc_ {
  display: block;
}
/* End hide from IE-mac */
/* --------------------------------------------------------------------
    商品一覧 ピックアップ
--------------------------------------------------------------------- */
div.StyleP_Frame_ {
  width: 276px;
}
div.StyleP_Frame_ .item_comment_ {
  margin-bottom: 10px;
}
div.StyleP_Line_ {
  overflow: hidden;
  width: 288px;
  margin-bottom: 19px;
}
div.StyleP_Item_ {
  float: left;
  display: inline;
  padding: 1px;
  margin: 0 8px 0 0;
  width: 130px;
  border: 1px solid #dddddd;
}
div.StyleP_Item_ .img_ {
  text-align: center;
  display: table;
  width: 130px;
  margin-bottom: 8px;
  table-layout: fixed;
}
div.StyleP_Item_ .img_ a {
  display: table-cell;
  vertical-align: middle;
}
div.StyleP_Item_ .img_ a img {
  max-width: 100%;
}
div.StyleP_Item_ .icon_ {
  padding: 0 0 0 4px;
}
div.StyleP_Item_ .icon_ img {
  margin: 0 4px 5px 0;
}
div.StyleP_Item_ .name_ {
  padding: 0 4px;
  font-size: 14px;
  line-height: 1.3;
  margin-bottom: 10px;
}
/* --------------------------------------------------------------------
    商品一覧 一覧
--------------------------------------------------------------------- */
table.StyleL_Frame_ {
  margin: 0 0 20px 0;
  border: none;
  width: 100%;
}
table.StyleL_Frame_ tr {
  vertical-align: top;
}
table.StyleL_Frame_ th {
  text-align: center;
  font-weight: bold;
}
table.StyleL_Frame_ td {
  vertical-align: middle;
}
table.StyleL_Frame_ td.name_ {
  width: 180px;
}
table.StyleL_Frame_ td.price_ {
  white-space: nowrap;
  text-align: right;
}
table.StyleL_Frame_ td.comment_ {
}
table.StyleL_Frame_ td.stock_ {
  text-align: center;
}
table.StyleL_Frame_ td.cart_ {
  width: 50px;
  text-align: right;
}
/* --------------------------------------------------------------------
    商品一覧 5個並び
--------------------------------------------------------------------- */
div.StyleM_Frame_ {
}
div.StyleM_Frame_ .item_comment_ {
  margin-bottom: 10px;
}
div.StyleM_Line_ {
  overflow: hidden;
  width: 720px;
  margin-bottom: 19px;
}
div.StyleM_Item_ {
  float: left;
  display: inline;
  padding: 1px;
  margin: 0 10px 0 0;
  width: 130px;
  border: 1px solid #dddddd;
}
div.StyleM_Item_ .img_ {
  text-align: center;
  display: table;
  width: 130px;
  margin-bottom: 8px;
  table-layout: fixed;
}
div.StyleM_Item_ .img_ a {
  display: table-cell;
  vertical-align: middle;
}
div.StyleM_Item_ .img_ a img {
  max-width: 100%;
}
div.StyleM_Item_ .icon_ {
  padding: 0 0 0 4px;
}
div.StyleM_Item_ .icon_ img {
  margin: 0 4px 5px 0;
}
div.StyleM_Item_ .name_ {
  padding: 0 4px;
  font-size: 14px;
  line-height: 1.3;
  margin-bottom: 10px;
}
/* --------------------------------------------------------------------
    商品一覧 リスト
--------------------------------------------------------------------- */
ul.StyleS_Frame_ {
  margin: 0 0 20px 0;
  padding: 0;
}
li.StyleS_Line_ {
  margin: 0;
  padding: 5px 0;
  list-style: none;
  width: 100%;
  overflow: hidden;
  border-bottom: 1px dotted #CCC;
}
li.StyleS_Line_ span {
  padding-right: 1em;
}
li.StyleS_Line_ .name_ {
  display: inline;
}
li.StyleS_Line_ .name1_ {
  padding-right: 1em;
  display: inline;
}
li.StyleS_Line_ .name2_ {
  padding-right: 1em;
  display: inline;
}
/* --------------------------------------------------------------------
    商品一覧 商品名
--------------------------------------------------------------------- */
div.StyleN_Frame_ {
  width: 432px;
}
div.StyleN_Frame_ .item_comment_ {
  margin-bottom: 10px;
}
div.StyleN_Line_ {
  overflow: hidden;
  margin-bottom: 19px;
}
div.StyleN_Item_ {
  float: left;
  display: inline;
  padding: 1px;
  margin: 0 9px 0 0;
  width: 130px;
  border: 1px solid #dddddd;
  position: relative;
}
div.StyleN_Item_ .icon_new_ {
  position: absolute;
  left: 1px;
  top: 1px;
}
div.StyleN_Item_ .img_ {
  text-align: center;
  display: table;
  width: 130px;
  margin-bottom: 8px;
  table-layout: fixed;
}
div.StyleN_Item_ .img_ a {
  display: table-cell;
  vertical-align: middle;
}
div.StyleN_Item_ .img_ a img {
  max-width: 100%;
}
div.StyleN_Item_ .icon_ {
  padding: 0 0 0 4px;
}
div.StyleN_Item_ .icon_ img {
  margin: 0 4px 5px 0;
}
div.StyleN_Item_ .name_ {
  padding: 0 4px;
  margin-bottom: 10px;
  font-size: 14px;
  line-height: 1.3;
}
div.StyleN_Item_ div.cart_ {
  margin: 0 3px;
}
div.StyleN_Item_ div.pricebox_ {
  text-align: right;
  margin: 0 10px 5px;
}
div.StyleN_Item_ div.pricebox_ span.tax_ {
  display: block;
}
/* --------------------------------------------------------------------
    商品一覧 一括購入
--------------------------------------------------------------------- */
table.StyleB_Frame_ {
  margin: 0 0 10px 0;
  border: none;
  width: 100%;
}
table.StyleB_Frame_ tr {
  vertical-align: top;
}
table.StyleB_Frame_ th {
  text-align: center;
  font-weight: bold;
}
table.StyleB_Frame_ td {
  vertical-align: middle;
}
table.StyleB_Frame_ td.name_ {
  width: 180px;
}
table.StyleB_Frame_ td.price_ {
  white-space: nowrap;
  text-align: right;
}
table.StyleB_Frame_ td.comment_ {
}
table.StyleB_Frame_ td.stock_ {
  text-align: center;
}
table.StyleB_Frame_ td.qty_ input {
  width: 4em;
}
div.StyleB_Cart_ {
  margin: 0 0 20px 0;
  text-align: right;
}
/* --------------------------------------------------------------------
    商品一覧 チェックリスト
--------------------------------------------------------------------- */
.StyleA_Frame_ {
  width: 100%;
  overflow: hidden;
}
.StyleA_Item_ {
  margin-bottom: 10px;
  padding-bottom: 10px;
  width: 100%;
  overflow: hidden;
  border-bottom: 1px dotted #CCC;
}
.StyleA_Item_ td {
  padding-bottom: 10px;
  vertical-align: top;
}
.StyleA_Item_ td.img_ {
  padding-right: 10px;
  width: 100px;
}
.StyleA_Item_ div.price_ {
  text-align: right;
}
.StyleA_Frame_ div.stock_ {
  text-align: right;
}
.StyleA_Frame_ div.checkbox_ {
  text-align: right;
  white-space: nowrap;
}
.StyleA_Frame_ div.checkbox_ label {
  margin: 0 0 0 5px;
  text-align: right;
  font-weight: bold;
}
/* チェックリスト（子商品追加） */
div.goods_ table.StyleC_Frame_ td.price_ {
  text-align: right;
  white-space: nowrap;
}
div.goods_ table.StyleC_Frame_ td.stock_ {
  text-align: right;
  white-space: nowrap;
}
div.goods_ table.StyleC_Frame_ td.checkbox_ {
  text-align: right;
  white-space: nowrap;
}
/* --------------------------------------------------------------------
    商品一覧 写真付き
--------------------------------------------------------------------- */
table.StyleI_Frame_ {
  margin: 0 0 20px 0;
  border: none;
  width: 100%;
}
table.StyleI_Frame_ tr {
  vertical-align: top;
}
table.StyleI_Frame_ th {
  text-align: center;
  font-weight: bold;
}
table.StyleI_Frame_ td {
  vertical-align: middle;
}
table.StyleI_Frame_ td.img_ img {
  width: 50px;
}
table.StyleI_Frame_ td.name_ {
  width: 180px;
}
table.StyleI_Frame_ td.price_ {
  white-space: nowrap;
  text-align: right;
}
table.StyleI_Frame_ td.comment_ {
}
table.StyleI_Frame_ td.stock_ {
  text-align: center;
}
table.StyleI_Frame_ td.cart_ {
  width: 50px;
  text-align: right;
}
/* --------------------------------------------------------------------
    商品一覧 ランキング
--------------------------------------------------------------------- */
div.StyleR_Frame_ {
  width: 418px;
}
div.StyleR_Frame_ .item_comment_ {
  margin-bottom: 10px;
}
div.StyleR_Line_ {
  overflow: hidden;
  width: 432px;
  margin-bottom: 19px;
}
div.StyleR_Item_ {
  float: left;
  display: inline;
  padding: 1px;
  margin: 0 8px 0 0;
  width: 130px;
  border: 1px solid #dddddd;
}
div.StyleR_Item_ .img_ {
  text-align: center;
  display: table;
  width: 130px;
  margin-bottom: 8px;
  table-layout: fixed;
}
div.StyleR_Item_ .img_ a {
  display: table-cell;
  vertical-align: middle;
}
div.StyleR_Item_ .img_ a img {
  max-width: 100%;
}
div.StyleR_Item_ .icon_ {
  padding: 0 0 0 4px;
}
div.StyleR_Item_ .icon_ img {
  margin: 0 4px 5px 0;
}
div.StyleR_Item_ .name_ {
  padding: 0 4px;
  margin-bottom: 10px;
  font-size: 14px;
  line-height: 1.3;
}
div.StyleR_Item_ .rank_ {
  width: 120px;
  height: 19px;
  margin: 0 auto 5px;
  text-indent: -9999px;
}
/* 1位 */
div.StyleR_Item_ #rank1 {
  background: url(../img/usr/common/rank1.png) no-repeat left top;
}
/* 2位 */
div.StyleR_Item_ #rank2 {
  background: url(../img/usr/common/rank2.png) no-repeat left top;
}
/* 3位 */
div.StyleR_Item_ #rank3 {
  background: url(../img/usr/common/rank3.png) no-repeat left top;
}
/* --------------------------------------------------------------------
    商品検索
--------------------------------------------------------------------- */
table.search_ {
  margin: 0 auto;
  width: 100%;
  border-top: 1px solid #dddddd;
}
table.search_ th {
  padding-top: 12px;
  text-align: right;
  font-weight: bold;
  white-space: nowrap;
  vertical-align: top;
  border-bottom: 1px solid #dddddd;
}
table.search_ td {
  text-align: left;
  font-size: 12px;
  background-color: transparent;
  border-top: none;
  border-right: none;
  border-bottom: 1px solid #dddddd;
  border-left: none;
  vertical-align: middle;
  overflow: hidden;
}
table.search_ td select {
  margin: 5px 0;
}
/* 各項目 */
#search_category select, #search_maker select, #search_brand select, #search_genre select {
  width: 300px;
}
/**/

div.goods_ div.btn_overlay_ {
  position: absolute;
  text-align: center;
}
div.addcart_overlay_ {
  position: absolute;
  display: none;
  z-index: 100;
  padding-left:0;
}
/* --------------------------------------------------------------------
    新レコメンド
--------------------------------------------------------------------- */
div.recommendbox_ {
}
/*買い物かご用設定*/
div.cartlist_ div.recommendbox_ {
/*  width: 710px;*/
  margin: 0;
}
div.recommendbox_ .item_comment_ {
  margin-bottom: 15px;
  padding-bottom: 5px;
}
#footerouter div.recommendbox_ {
    margin: 0 auto;
    background: #fff;
    padding: 35px 20px;
    max-width: 1200px;
    white-space: 100%;
    width: auto;
    /*border-top: 1px solid #dddd;*/
}

div.slider_item_ {
}
div.slider_item_ .icon_new_, div.slider_history_ .icon_new_ {
  position: absolute;
  left: 15px;
  top: 0;
}
div.slider_item_ .img_, div.slider_history_ .img_, div.slider_related_ .img_ {
  text-align: center;
  display: table;
  width: 100%;
  height: auto;
  margin-bottom: 8px;
  table-layout: fixed;
}
div.slider_item_ .img_ {
  min-height: 170px;
}
div.slider_item_ .img_ a, div.slider_history_ .img_ a , div.slider_related_ .img a {
  display: table-cell;
  vertical-align: middle;
}
div.slider_item_ .img_ a img, div.slider_history_ .img_ a img, div.slider_related_ .img_ a img {
  max-width: 100%;
}
div.slider_item_ .icon_, div.slider_history_ .icon_ {
  padding: 0 0 0 4px;
}
div.slider_item_ .icon_ img, div.slider_history_ .icon_ img {
  margin: 0 4px 5px 0;
}
div.slider_item_ .name_, div.slider_history_ .name_ {
  padding: 0 4px;
  font-size: 13px;
  line-height: 1.3;
  margin-bottom: 50px;
}
div.slider_item_.item_slider_ .name_ {
  margin: 25px 0 0 0;
}
div[id^="ppz_recommend"] .item_slider_ .name_ {
  margin: 0 0 10px;
}
div.slider_related_ .name_ {
  padding: 0 4px;
  font-size: 13px;
  line-height: 1.3;
  margin-bottom: 10px;
  min-height: 35px;
}
.goods_name_ .name1_ {
  height: 2.5em;
  overflow: hidden;
  word-break: break-all;
}
div.slider_history_ .goods_name_ .name1_ {
  height: 3.7em;
  overflow: hidden;
  display: block;
}
div.slider_related_ .goods_name_ .name1_ {
  height: 2.5em;
  overflow: hidden;
  display: block;
}
div[id^="ppz_recommend"] .goods_name_ .name1_ {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  height: auto;
  min-height: 34px;
}

div.goodsproductdetail_ h1.goods_name_ {
  word-break: break-all;
}

div.slider_item_ .pricebox_ {
  padding: 0 4px;
}
.item_box_ .pricebox_ .price_inner {
  display: table;
  width: 100%;
}
.item_box_ .pricebox_ .price_inner .shop_ {
  display: table-cell;
  width: 50%;
  text-align: left;
  display: none;
}
.item_box_ .pricebox_ .price_inner .tax_ {
  display: table-cell;
  width: 50%;
}
div.slider_item_ .pricebox_, div.slider_history_ .pricebox_ {
/*text-align: right;*/
}
/* 最近見た商品
--------------------------------------------- */
div.itmehistory_ .item_slider_.slider_history_ {
    position: relative;
  margin: 0 0 30px;
}
/*商品詳細 ページ下部のボタン
---------------------------------------------------*/
div.btm_btn_ {
  padding: 20px 0;
  text-align: center;
}
div.btm_btn_ p.limit_ {
  font-size: 14px;
  margin-bottom: 5px;
}
div.btm_btn_ p.limit_ span {
  color: #de0000;
}
div.btm_btn_ .cart_ {
  margin-bottom: 12px;
}
div.btm_btn_ ul {
  text-align: center;
}
div.btm_btn_ ul li {
  margin: 0 5px;
  display: inline-block;
}

/*旧：色指定
  現：表示方法：画像
---------------------------------------------------*/
.colors_{
    overflow: hidden;
    margin-top: 20px;
}
.colors_ .message_{
    margin-bottom: 10px;
    display: block;
    float: none;
}
.color2_{
    width: 30px;
    height: 30px;
    margin: 5px;
    display: inline-block;
}
.color2_:hover{
    cursor: pointer;
}
/*旧：サイズ
  現：表示方法：プルダウン
---------------------------------------------------*/
.sizes_{
    overflow: hidden;
    margin-top: 20px;
}
.sizes_ .message_{
    margin-bottom: 10px;
    display: block;
    float: none;
}

.sizes_ select{
    width: 100%;
    border: 1px solid #777777;
    border-radius: 0.2rem;
    padding: 0 0;
    font-size: 14px;
    background: rgba(0, 0, 0, 0) linear-gradient(to bottom, #fff, #f8f9fa) repeat;
    box-shadow: 0 0.1rem 0 rgba(255, 255, 255, 0.6) inset;
}

/* --------------------------------------------------------------------
    ユーザー定義 注意事項
--------------------------------------------------------------------- */
div.caution_ {
    margin-bottom: 18px;
}
div.caution_ h3{
    padding-bottom: 10px;
}
div.caution_text_ dd {
    margin-top: 18px;
    margin-bottom: 18px;
    border: none;
    padding: 0;
    font-size: 14px;
    line-height: 1.5;
}

/* 価格表示 */
h2.goods_price_ {
    margin:0 0 15px 0;
    line-height: 140%;
    text-align: right;
}
.goods_course_price_{
  margin: 10px 0;
}
.goods_detail_price_pop_ {
    color:#ff0000;
    font-size:14px;
}
.goods_detail_price_ {
    color:#cc3300;
    font-size:18px;
    font-weight:bold;
}
.goods_detail_price_small_ {
    font-size: 100%;
}
.goods_price_box .goods_detail_price_ {
    color:#cc3300;
    font-size: 20px;
    margin: 10px 0;
    font-weight: normal;
}
.goods_price_box .goods_detail_price_ + .goods_detail_price_small_ {
    margin: 10px 0;
    display: block;
font-size: 80%;
}
h2.course_name_ {
    margin:15px 0 0 0;
}

div.goodsspec_ .point_ img {
    width: 100px;
}


div.recommendbox_ {
    margin: 5px 0px 60px;
    background: #fff;
    padding: 5px;
}
div#cart {
    position: fixed;
    bottom: 0;
    width: 100%;
    background: #333;
    padding: 15px 0;
}

div#cart p {
    width: 320px;
    padding: 15px 0;
    margin: 0 0 10px;
    border: 1px solid #F2AF19;
    border-radius: 4px;
    background: -moz-linear-gradient(top, #FFDA3C 0%, #FFCB3C 100%);
    background: -webkit-linear-gradient(top, #FFDA3C 0%,#FFCB3C 100%);
    background: linear-gradient(to bottom, #FFDA3C 0%,#FFCB3C 100%);
    text-align: center;
    color: #222;
    font-size: 15px;
    cursor: pointer;
    -webkit-appearance: none;
    margin: 0 auto;
}
/* 追従 */
.fixed-cart {
  position: fixed;
  left: 0;
  bottom: -110px;
  width: 100%;
  background: rgba(0, 0, 0, .7);
  display: flex;
  align-items: center;
  padding: 20px 60px;
  box-sizing: border-box;
  z-index: 101;
	transition: .3s ease;
}
.fixed-cart.show {
	bottom: 0;
}
.fixed-cart .item-img {
  width: 70px;
  margin: 0 20px 0 0;
}
.fixed-cart .item-img img {
  width: 100%;
}
.fixed-cart .item-name {
  color: #fff;
  font-size: 22px;
  line-height: 1.3;
  width: calc(100% - 610px);
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
}
.fixed-cart .price-area {
  margin-left: auto;
  width: 230px;
}
.fixed-cart .price-area .price {
  width: 100%;
  text-align: right;
  color: #fff;
  font-size: 22px;
}
.fixed-cart .price-area .price span {
  font-size: 14px;
}
.fixed-cart .btn-cart {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 280px;
  text-align: center;
  color: #222;
  font-size: 18px;
  font-weight: bold;
  background: -moz-linear-gradient(top, #FFDA3C 0%, #FFCB3C 100%);
  background: -webkit-linear-gradient(top, #FFDA3C 0%,#FFCB3C 100%);
  background: linear-gradient(to bottom, #FFDA3C 0%,#FFCB3C 100%);
  padding: 20px 0;
  border-radius: 4px;
  border: 1px solid #F2AF19;
  margin: 0 0 0 20px;
  cursor: pointer;
}
.fixed-cart .btn-cart::before{
  content:"";
  width: 24px;
  height: 20px;
  background: url(../img/usr/icon/icon_cart.png) center center / contain no-repeat;
  display: block;
  margin-right: 5px;
}

.block-goods-favorite--btn {
  margin-top: 10px;
  padding: 6px 0;
  font-size: 16px;
  width: 280px;
}

.block-goods-favorite-registed--btn {
  margin-top: 10px;
  padding: 6px 0;
  font-size: 16px;
  width: 280px;
  color: #fff;
  background-color: #808080;
}

.balloontip {
    min-width: 20px;
    padding: 10px;
    border-radius: 6px;
    opacity: 1;
    z-index: 32767;
    text-align: left;
    font-size: 12px;
    font-weight: bold;
    border: 2px solid #333;
    color: #333;
    background: #fff;
}

.balloontip > div {
    top: 36px !important;
}
/* ----モーダルダイアログ---- */

.modal-overlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #000;
  opacity: 0.5;
  z-index: 10000;
}

.modal-overlay-alert {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #000;
  opacity: 0.5;
  z-index: 10002;
}

.modal-alert {
  width: 400px;
  z-index: 10003;
}

.modal-dialog {
  width: 600px;
  z-index: 10001;
}

.modal-header {
  padding: 14px 20px;
  font-size: 18px;
  clear: both;
  border-bottom: none;
  line-height: 1;
  background-color: #DEDEDE;
  text-align: left;
}

.modal-content {
  background: #fff;
}

.modal-body {
  padding: 20px;
}

.modal-body p {
  font-size: 16px;
  margin-bottom: 10px;
}

.modal-body li {
  border-bottom: 1px dotted #444;
}

.modal-body li a {
  padding: 12px;
  color: #4da7ba;
  display: flex;
  max-width: 560px;
  font-size: 16px;
}
.modal-body li a i {
  margin: 0 10px 0 auto;
  color: #444;
  font-size: 16px;
}

.modal-body li a:hover {
  text-decoration: none;
}

.modal-body li a:hover i {
  color: #4da7ba;
  text-decoration: none;
}

.modal-footer {
  padding: 0 10px 15px;
}

.modal-alert .modal-footer {
  text-align: center;
}

.modal-alert .modal-footer input {
  width: 40%;
}

.modal-close {
  display: block;
  width: 18px;
  cursor: pointer;
  float: right;
  font-size: 16px;
  font-weight: 700;
  line-height: 1;
  text-align: center;
  color: #fff;
}

.modal-dialog .modal-footer {
  text-align: center;
}

.modal-dialog .modal-footer .btn {
  min-width: 150px;
  margin-right: 5px;
}

.btn-primary {
    color: #fff;
    border: 0;
    border-radius: 4px;
    background-color: #313131;
}
.btn {
    display: inline-block;
    margin: 0;
    text-align: center;
    vertical-align: middle;
    cursor: pointer;
    white-space: nowrap;
    padding: 4px 10px;
    font-size: 14px;
    line-height: 1.5;
    color: #fff !important; 
}
.btn:hover {
    opacity: 0.8;
}
.btn:hover, .btn:focus {
    text-decoration: none;
}

.btn-secondary {
    color: #fff;
    border: solid 1px #333;
    background-color: #666;
}
.bookmarkmodal-option {
    margin: 5px;
}
.modal-dialog .modal-footer .bookmarkmodal-option a {
  display: block;
  width: 326px;
  padding: 10px 0;
  margin: 0 auto;
  border: 1px solid #F2AF19;
  border-radius: 4px;
  background: -moz-linear-gradient(top, #FFDA3C 0%, #FFCB3C 100%);
  background: -webkit-linear-gradient(top, #FFDA3C 0%,#FFCB3C 100%);
  background: linear-gradient(to bottom, #FFDA3C 0%,#FFCB3C 100%);
  text-align: center;
  color: #222 !important;
  font-size: 15px;
  cursor: pointer;
  -webkit-appearance: none;
	transform: translateX(-3px);
}
.modal-dialog .modal-footer .btn[name="btncancel"] {
  padding: 5px 0 4px;
  background: -moz-linear-gradient(top, #ffffff 0%, #ededed 100%);
  background: -webkit-linear-gradient(top, #ffffff 0%,#ededed 100%);
  background: linear-gradient(to bottom, #ffffff 0%,#ededed 100%);
  border: 1px solid #CCC;
  border-radius: 4px;
  font-size: 12px;
  color: #222 !important;
  text-align: center;
  box-sizing: border-box;
}

/* 画像拡大 */
#jsZoomLens {
  display: none;
  position: absolute;
  top: 50px;
  left: 30px;
  z-index: 3;
  background: #fff;
  opacity: 0.4;
  pointer-events: none;
}
.goodsimg_ .img_L_:hover #jsZoomLens {
  display: block;
}
#jsZoomArea {
  display: none;
  position: absolute;
  width: 600px;
  height: 600px;
  top: 0px;
  right: -200%;
  z-index: 30;
  background-color: #fff;
  overflow: hidden;
  box-sizing: border-box;
}
#jsZoomArea.active {
  display: block;
}
#jsZoomArea img {
  width: 1200px;
}

/* 画像拡大 タブレット */
.gallery_box#tb .img_L_:after {
  content: '';
  position: absolute;
  right: 0;
  bottom: 0;
  width: 46px;
  height: 46px;
  background: url(../img/usr/sp/icon_zoom.png?v=1) no-repeat center / contain;
  z-index: 1;
}
.pswp__button--close {
  position: relative;
  background: none;
  color: #fff;
  font-size: 50px;
  text-indent: 0;
  text-shadow: 0 0 1px #000, 0 0 1px #000;
  width: 60px;
  height: 60px;
}
.pswp__button--arrow--right,
.pswp__button--arrow--left {
  right: 15px;
  width: 50px;
  height: 50px;
  border-radius: 50%;
  border: 1px solid #F2F2F2;
  background: rgba(255, 255, 255, .95);
}
.pswp__button--arrow--left {
  right: auto;
  left: 15px;
}
.pswp__button--arrow--right:after,
.pswp__button--arrow--left:after {
  content: '';
  position: absolute;
  top: 17px;
  left: 15px;
  width: 12px;
  height: 12px;
  border-right: 3px solid #666;
  border-bottom: 3px solid #666;
  transform: rotate(-45deg);
}
.pswp__button--arrow--left:after {
  left: 20px;
  transform: rotate(135deg);
}
.pswp__counter {
  right: 0;
  bottom: 0;
  margin: auto;
  width: 90px;
  background: #666;
  text-align: center;
  font-size: 20px;
  height: 42px;
  line-height: 42px;
  border-radius: 30px;
  opacity: 0;
  transition: 1s ease;
}
.pswp__counter.show {
  opacity: 1;
}

body.now-load #jsZoomArea { display: none !important;}

/* --------------------------------------------------------------------
    詳細検索 おすすめ特集
--------------------------------------------------------------------- */
.feature_list_ ul {
  display: flex;
  flex-wrap: wrap;
}
.feature_list_ li {
  width: calc((100% - 40px) / 3);
  margin: 0 20px 20px 0;
  box-sizing: border-box;
}
.feature_list_ li:nth-child(3n) {
  margin-right: 0;
}
.feature_list_ li img {
  display: block;
  width: 100%;
  border: 1px solid #DDD;
}
.feature_list_ li span {
  display: inline-block;
  color: #333;
  font-size: 13px;
  line-height: 1.4;
  margin: 10px 0 0;
}


/* --------------------------------------------------------------------
    20240216
--------------------------------------------------------------------- */
div.StyleT_Item_.after_sales div.img_:after,
div.StyleT_Item_.before_sales div.img_:after,
div.StyleT_Item_.no_stock div.img_:after{
	font-size: 24px;
}
.goods_price_box .qty_ input[name="qty1"]:focus{
  outline: 1px solid #d6d6d6;
}
.goods_price_box .qty_ input[name="qty1"]{
  width: 55px;
  border-radius: 3px;
  box-sizing:border-box;
  padding: 0;
  height: 28px;
  margin: 0;
  vertical-align: baseline;
  outline: none;
  border: 1px solid #d6d6d6;
}

table.point_list_ tr.point_add_{
	color: #333;
}
.goods_price_box select.qty_select_{
  background: #FFF;
}