.item-name {
  font-size: 18px;
}

.rebyu {
  width: 100%;
}

ul.model-list li {
  margin-top: 20px;
}

.series-list {
  display: flex;
  flex-wrap: wrap;
}
.series-list li {
  margin-top: 16px;
}
@media (max-width: 480px) { /* ios */
  .series-list li:nth-child(2) {
    width: 49.8%;
  }
}

.input-append input[type=text]{
  font-size: 24px;
  padding-top: 11px;
  padding-bottom: 11px;
  width: 100px;
  height: 45px;
  text-align: right;
}

/* tag */
#contents .item-tag-list {
  width: 100%;
  margin: 0px 0 5px 0;
  vertical-align: middle;
}
#contents .item-tag-list a:hover {
  text-decoration: none;
}
#contents .item-tag-list a {
  display: inline-block;
  font-size: 11px;
  padding: 1px 2px;
  text-decoration: none;
  color: #743347;
  border-radius: 8px;
  transition: .3s;
  border: 1px solid #e32656;
}
#contents .item-tag-list a:hover {
  background: #e32656;
  color: #fff;
}
#contents .item-tag-list li {
  float: left;
  margin: 3px;
}
#contents .item-tag-list h6 {
  font-size: 14px;
  font-weight: bold;
}
#contents .item-tag-list u {
  font-weight: bold;
}

.grad-item img {
  margin: 20px;
}

.check-info {
  max-width: 70%;
  margin: 10px 0 10px 0;
  padding: 10px;
  border: 1px solid #ddd;
  border-radius: 10px;
  background: #f9f9f9;
}

.product-left-img {
  width: 100%;
}

.product-right {
/*  background: #f9f9f9;*/
/*  background: #fff9f9; */
  border-radius: 15px;
  margin-top: 30px;
}
@media (min-width:768px) {
  .product-right {
    max-width: 430px;
  }
}
.prduct-option,
.product-order,
.input-append {
  font-size: 20px;
}

#contents {
  max-width: 1000px;
  width: auto;
  float: none;
  padding: 0;
}

.cart_btn {
  display: inline-block;
  padding: 1em 1em;
  text-decoration: none;
  border-radius: 4px;
  color: #fff;
  text-shadow: 1px 0px 1px #555;
  background-image: -webkit-linear-gradient(45deg, #FFC107 0%, #ff8b5f 100%);
  background-image: linear-gradient(45deg, #FFC107 0%, #ff8b5f 100%);
  box-shadow: 0px 2px 2px rgba(0, 0, 0, 0.29);
  border-bottom: solid 3px #c58668;
  font-size: 20px;
  font-weight: bold;
  width: 100%;
}

.cart_btn:active {
  -ms-transform: translateY(4px);
  -webkit-transform: translateY(4px);
  transform: translateY(4px);
  box-shadow: 0px 0px 1px rgba(0, 0, 0, 0.2);
  border-bottom: none;
}
.cart_btn:hover {
  background-image: -webkit-linear-gradient(45deg, #FFC107 0%, #f76a35 100%);
  background-image: linear-gradient(45deg, #FFC107 0%, #f76a35 100%);
}

#contents .product-right .emb_btn,
#contents .product-right .fax_btn {
  position: relative;
  background-color: #ffaba8;
  border-radius: 4px;
/*  font-weight: ; */
  font-size: 20px;
  line-height: 52px;
  -webkit-transition: none;
  transition:all .3s;
  box-shadow: 0 3px 0 #e89d88;
  text-shadow: 0 1px 1px rgba(0, 0, 0, .3);
  text-align: center;
  width: 100%;
  margin: 30px 0 30px 0;
}
#contents .product-right .emb_btn a,
#contents .product-right .fax_btn a {
  color: #fff;
  text-decoration: none;
  display: block;
}
#contents .product-right .emb_btn a:hover,
#contents .product-right .fax_btn a:hover {
  color: #fe7274;
}
#contents .product-right .emb_btn:hover,
#contents .product-right .fax_btn:hover {
  background-color: #ffe3e1;
  box-shadow: 0 3px 0 #edcbc7;
  text-shadow: none;
}
#contents .product-right .emb_btn:active,
#contents .product-right .fax_btn:active {
  top: 3px;
  box-shadow: none;
}

#contents .product-right .sold_btn {
  letter-spacing: 0.4rem;
}
#contents .product-right .sold_btn[disabled] {
  background-color: #c68b8b;
  color: #fff;
}

#contents .product-right .sold_btn:hover {
  background: #efefef;
  color: #ff0000;
  cursor: not-allowed;
}

.category-back {
  clear: both;
  width: 100%;
  text-align: center;
  font-size: 20px;
  padding:20px;
}

.sns-product {
  font-weight: bold;
  text-align: center;
  overflow: hidden;
}
.sns-product li {
  width: 33.2%;
  float: left;
  text-align: center;
}

.kakaku-table {
  background: #fff;
}
.kakaku-table td,
.kakaku-table th {
  padding: 15px;
}
.kakaku-table th {
  white-space: nowrap;
  text-align: center;
  font-weight: bold;
}
.kakaku-table .product-tokka {
  color:#ff0000;
  font-weight: bold;
}
.kakaku-table tr:hover {
    background-color: #fff4f4;
}

.pay-list th {
  background: #efefef;
  font-weight: bold;
}

.size-table th:first-child {
  background-color: #efefef;
}

.set-tops span {
  display: block;
}
/*.set-tops-func img {
  padding: 16px;
}*/
.set-tops-func col {
  padding: 10px;
}
.set-tops-func ul.func-list {
  display: flex;
  flex-wrap: wrap;
}

ul.icon-func {
  padding: 0;
}
ul.icon-func img {
  padding: 0;
}
ul.icon-func p {
  font-size: 10px;
  line-height: 14px;
}
ul.icon-func li {
  margin-top: 16px;
}
ul.icon-func li img:hover {
  cursor : help;
}
/*
ul.func-list li p:before {
  font-family: "Font Awesome 5 Free";
  content: '\f0da';
  padding-right: 10px;
  color: #FF0000;
}
*/

ul.func-list li {
  margin-top: 16px;
}
ul.func-list li p {
  text-align: left;
  font-size: 12px;
  line-height: 20px;
}

.model-li li {
  margin-top: 20px;
}


/*　商品ページの装飾用 */
/* iOSのバグ用に角丸テーブルは禁止 */
table.tbl-b {
  border-collapse: collapse;
  width: 100%;
}
table.tbl-b th,
table.tbl-b td {
  border: solid 1px #ddd;
  padding: 12px;
  text-align: center;
}

.scroll {
  overflow-x: scroll;
  position: relative;
  white-space: nowrap;
}
.scroll::-webkit-scrollbar {
 height: 8px;
}
.scroll-info {
  display: none;
}
.size-table th {
  background-color: #efefef;
}
@media screen and (max-width: 980px) {
  .scroll-info {
    font-size: 14px;
    margin-top: 8px;
    display: block;
    text-align: center;
  }
}

ul.check-list {
  display: block;
  padding: 0.7em 0em 0.7em 3em;
  position: relative;
}
ul.check-list li {
  display: block;
  padding: 0.2em 0;
}
ul.check-list li:before {
/*  font-family: "Font Awesome 5 Free"; */
  font-family: FontAwesome;
  content: "\f00c";
  position: absolute;
  left : 1em;
  color: lightgreen;
font-size: 1.3em;
}
.option-list {
  font-size: 12px;
}


/*　お気に入り */
.product__fav-item {
  width: 100%;
  margin-top: 10px;
  margin-bottom: 10px;
  border: 1px solid #e0e0e0;
  border-radius: 5px;
}
.product__fav-item button {
  width: 100%;
  padding: 5px;
  cursor: pointer;
  transition: .2s;
  color: #999;
  border: 0;
  outline: none;
  background: transparent;
}
.product__fav-item .fav-items {
  color: #ff7373;
  font-weight: bold;
  background: #ffdbdb;
}
.product__fav-item .fav-items:after {
  content: '済';
}

.product__fav-item svg {
  width: 20px;
  height: 20px;
  vertical-align: -.35em;
  fill: currentColor;
}

/* レビュー */
.review-area {
  padding: 10px;
  border: 1px solid #ddd;
  border-radius: 10px;
  clear: both;
}
.review-area h5 {
  text-align: center;
}
.reviewlist_datas {
  overflow: hidden;
  zoom: 1;
  margin-bottom: 10px;
}
.icon_star,
.star_avg {
  float: left;
  width: 75px;/*10個は150px */
  overflow: hidden;
}
.icon_star img,
.star_avg img {
  max-width: inherit;
}
.reviewer-info {
  float: left;
  margin-top: -5px;

}

.review_poster li {
  float: left;
  margin-left: 10px;
  font-size: 13px;
}
.review_poster li {
  list-style: none;
}
.reviewlist {
  padding-bottom: 15px;
  margin-bottom: 15px;
  border-bottom: 1px dotted #ccc;
}
.review_ttl,
.shopcomment_ttl {
  font-size: 13px;
  font-weight: bold;
  margin-bottom: 10px;
}
div.reviewlist_content h5.review_ttl {
  text-align: left;
}
div.reviewlist_content p {
  font-size: 13px;
}

.review_img {
  float: right;
  margin: 0 0 10px 10px
}
.reviewlist_content {
  overflow: hidden;
  zoom: 1;
}
.shopcomment {
  margin-top: 10px;
  margin-bottom: 10px;
  background: #eee;
  padding: 15px;
  border-radius: 6px;
}

/*　商品ページの装飾用 */
/* iOSのバグ用に角丸テーブルは禁止 */
table.tbl-b {
  border-collapse: collapse;
  width: 100%;
}
table.tbl-b th,
table.tbl-b td {
  border: solid 1px #ddd;
  padding: 16px;
}

.scroll {
  overflow-x: scroll;
  position: relative;
  white-space: nowrap;
}
.scroll::-webkit-scrollbar {
 height: 8px;
}
.scroll-info {
  display: none;
}
@media screen and (max-width:980px) {
  .scroll::-webkit-scrollbar-track {
    margin: 0 2px;
    background: #ccc;
    border-radius: 5px;
  }
  .scroll::-webkit-scrollbar-thumb {
    border-radius: 5px;
    background: #666;
  }
  .scroll-info {
    font-size: 14px;
    margin-top: 8px;
    display: block;
    text-align: center;
  }
}



.item-func  {
  display: flex;
  flex-wrap: wrap;
  margin: 16px 0 16px 0;
}
.item-func h5 {
  margin-top: 8px;
  margin-bottom: 24px;
  font-size: 16px;
  font-weight: normal;
  line-height: 24px;
}
.recoset-box {
  border: 1px solid #ddd;
  background: #f9f9f9;
  padding: 20px;
  margin: 20px;
}
.recoset-box img {
  width: 120px;
  height: auto;
}
.recoset-box p {
  color: #555;
}
.recoset-box a {
  display: block;
}

#slider {
  margin-bottom: 16px;
}

@media only screen and (max-width:768px) {
  .xs-br {
    display: block;
    margin-left: 0;
  }

  div.product-left-img {
    width: 100%;
    float: none;
  }
  #slider {
    margin-bottom: 8px;
  }
}
.stock_error_box {
  padding-left: 20px;
  position: relative;
}
.stock_error_box p.stock_error:before {
  font-family: FontAwesome;
  content: "\f071";
  font-size: 2em;
  color:#ffb03f;
    z-index: 10000;
  animation: spin 1.5s linear infinite;
 position: absolute;
  left: -0.5em;
}
@keyframes spin {
  0% {transform: rotate(0deg);}
  100% {transform: rotate(360deg);}
}


/*画像下のバナー表示*/
.prd-bnrbox {
  width: 66%;
  margin: 20px auto ;
}

.prd-bnrbox a img {
  display: block;
  width: 100%;
}

@media only screen and (max-width:768px) {
  .prd-bnrarea {
    display: flex;
    justify-content: space-between;
  }

  .prd-bnrbox {
    width: 49%;
  }
}
@media only screen and (max-width:480px) {
  .prd-bnrarea {
    display: block;
  }
  .prd-bnrbox {
    width: auto;
  }

}


/*SNSシェアボタン*/

.product-snsshare-box ul {
  justify-content: space-between;
  margin-bottom: 20px;
}

#contents .product-snsshare-box ul.snsshare li {
  width: 16%;
}
#contents .product-snsshare-box ul.snsshare li a {
  width: 100%;
  margin-left: 0;
}

.product-snsshare-box .snsshare-p::before {
  content: "";
  display: inline-block;
  height: 15px;
  width: 1px;
  background-color: #555;
  transform: rotate(-30deg);
  margin-right: 10px;
  position: relative;
  top: 3px;
}

.product-snsshare-box .snsshare-p::after {
  content: "";
  display: inline-block;
  height: 15px;
  width: 1px;
  background-color: #555;
  transform: rotate(30deg);
  margin-left: 10px;
  position: relative;
  top: 3px;
}

@media only screen and (max-width:600px) {
  #contents .product-snsshare-box ul.snsshare li {
    width: 16%;
  }
}

