@media (min-width: 768px) {
#product {
   margin-top: 40px; 
}
}
@media (max-width: 768px) {
#product {
   margin-top: -10px; 
}
}
h1 {
   font-size: 1.2em;
   padding-left: 5px!important;
   margin: 30px auto;
}
.input-prepend.input-append input {
  font-size: 24px;
  padding-top: 11px;
  padding-bottom: 11px;
  width: 100px;
  text-align: right;
}
.input-prepend.input-append input {
  font-size: 24px;
  padding-top: 11px;
  padding-bottom: 11px;
  width: 100px;
  text-align: right;
}
.imagelist.slick-slider {
  margin: 0 0 50px;
}
.imagelist.slick-slider .slick-slide {
  padding: 0 40px;
  text-align: center;
}
.u-oneimage {
  padding: 0 !important;
}
.slick-slide img {
  margin: 0 auto;
}
.slick-dots {
  text-align: center;
  margin: 0 auto!important;
}
/* ¥â¡¼¥À¥ë */
.modal__content {
  position: absolute;
  z-index: 9999;
  display: none;
  width: 75%;
  margin: 0;
  padding: 10px 20px;
  background: #fff;
}

.overlay {
  position: fixed;
  z-index: 9998;
  top: 0;
  left: 0;
  display: none;
  width: 100%;
  height: 120%;
  background-color: rgba(0, 0, 0, 0.75);
}

.modal__close {
  font-size: 114.28571%;
  display: block;
  width: 100%;
  text-align: right;
  color: #212121;
}
@charset "euc-jp";
.button {
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  border-radius: 5px;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  text-align: center;
  border: none;
  display: inline-block;
  cursor : pointer;
}
.button--black {
  background: #2E2E2E;
  color: #fff;
  width: 100%;
}
.button:hover {
	opacity: 0.8 ;
}
#okzoom {
    width: 425px;
}
.together-block .col{
    padding: 5px;
}
.together-block {
    text-align: center;
}
#product th {
    font-weight: normal;
}
ul li {
    list-style: none; 
}
.product-social {
    padding-left: 25px; 
}

.btn-addcart {
    width: 100%;
    margin: 0 auto;
    text-align:center;
    background-color: #2E2E2E;
    color: #fff;
    border: none;
}
.btn-addcart:hover{
    background-color: #4C4C4C;
    color: #fff;
}
.icon-lg-w.icon-cart {
  background-position: -264px -96px;
}
@media (max-width: 768px) {
.product-mein-image {
   width: 100%;
   padding: 0!important;
   padding-bottom: 0!important; 
   margin: 0 auto 20px;
   text-align: center;
}
.col.product-mein-image img {
   margin: 0 auto; 
 }
}
.product__fav-item {
  margin-top: 10px;
}

.product__fav-item button {
  padding: 0;
  cursor: pointer;
  transition: .2s;
  color: #999;
  border: 0;
  outline: none;
  background: transparent;
}

.product__fav-item .fav-items {
  color: #ff7373;
}

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

	table.size-table {
		width: 100%;
		max-width: 550px;
		margin-left: 12px;
		text-align: center;
		border-collapse: separate;
		border-spacing: 0;
		border-radius: 6px;
		overflow: hidden;
		font-size: 0.9em;
		border: solid 1px #e0e0e0;
		border-radius: 5px;
	}
@media (max-width: 768px) {
	table.size-table {
 		margin-left: 0px; 
  }
}
	.size-table thead,
	.size-table th,
	.size-table td {
		border-right: solid 1px #e0e0e0;
		border-bottom: solid 1px #e0e0e0;
		margin: 0;
		height: 30px;
	}
	table.size-table tbody tr:last-child ,
	table.size-table tbody tr:last-child td {
		border-bottom: none;
	}
	.size-table th:last-child {
		border-right: none;
	}
	.size-table td:last-child {
		border-right: none;
	}

.request {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 45px;
  background: #000;
  margin-top: 15px;
  border-radius: 5px;
}
.request:hover {
  opacity: 0.7;
}
.request a {
  display: block;
  color: white;
  font-size: 1.2em;
  text-decoration: none;
}



.reviewlist_datas {
  overflow: hidden;
  zoom: 1;
  margin-bottom: 10px;
}
.icon_star {
  float: left;
  width: 150px;
}
.review_poster li {
  float: left;
  margin-left: 10px;
}
.review_poster li {
  list-style: none;
}
.reviewlist {
  padding-bottom: 15px;
  margin-bottom: 15px;
  border-bottom: 1px dotted #ccc;
}
.review_ttl,
.shopcomment_ttl {
  font-size: 14px;
  font-weight: bold;
  margin-bottom: 10px;
}
.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;
}