#wrapper {
    padding: 0;
}
a {
    text-decoration: none; 
}
img {
    display: none;
}
div img {
    display: block;
}
.drawer img {
    display: inline-block;
}
.store-info-wrapper img {
    display: initial;
}
#product {
   max-width: 1000px;
   margin: 0 auto;
   margin-bottom: 60px;
   padding: 0 10px;
}
.product-image ul{
   margin: 0;
}
#product {
   margin-top: 40px; 
}
.col {

}
.pad_1 {
   padding: 1%;
}

h1 {
   font-size: 1.1em;
   padding-left: 0;
   margin: 15px auto;
}

.input-prepend.input-append input {
  font-size: 24px;
  padding-top: 11px;
  padding-bottom: 11px;
  width: 100px;
  text-align: right;
}

/* ¥â¡¼¥À¥ë */
.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: 100%;
}
.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;
}
.btn-addcart2 {
    width: 100%;
    margin: 0 auto;
    text-align:center;
    background-color: #f6f6f6;
    color: #090909;
    border:1px solid #333;
}
.btn-addcart2:hover{
    background-color: #e2e2e2;
    color: #090909;
}
.icon-lg-w.icon-cart {
  background-position: -264px -96px;
}
.product-mein-image {
    float: left;
    width: 41.6%;
    margin-bottom: 60px;
}
.thmbnail-image-box {

}
.thmbnail-image-box img {
   width: 100%;  
}
.thmbnail {
    width: 29%;
    margin: 2.99%;
    margin-top: 1.2%;
    float: left;
}
@media (max-width: 768px) {
.thmbnail {
    width: 13%;
    margin: 0.6%;
    margin-top: 1.2%;
    float: left;
}
.thmbnail-image-box  {
   margin: 0 auto; 
 }
}
.product__fav-item {
    margin-top: 7px;
    margin-left: 2px;
    margin-bottom: 30px;
}

.product__fav-item button {
  padding: 0;
  cursor: pointer;
  transition: .2s;
  color: #464e54;
  border: 0;
  outline: none;
  background: transparent;
  font-size: 1.0em;
}
.product__fav-item  i {
    position: relative;
    color: #dbdbdb;
    font-size: 8px;
    border: solid 2px #464e54;
    padding: 3px;
    margin-top: -2px;
}
.product__fav-item .fav-items span {

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

table {
  width: 100%;
  margin-left:auto;
  margin-right:auto;
  text-align:left;
  font-size: 1.1em;
}
#quantity table tr th{
  text-align:left;
  width: 50%;
}

#Itemdetail table {
  width: 100%;
  text-align: center;
  font-size: 0.9em;
  margin-bottom: 30px;
  margin-top: 20px;
}
#Itemdetail table tr {
  height: 25px;
}
#Itemdetail table td {
   border: solid 1px #282828;
   -moz-box-sizing: border-box;
   -webkit-box-sizing: border-box;
   -o-box-sizing: border-box;
   -ms-box-sizing: border-box;
   box-sizing: border-box;
}
#Itemdetail table th {
   border: solid 1px #282828;
   -moz-box-sizing: border-box;
   -webkit-box-sizing: border-box;
   -o-box-sizing: border-box;
   -ms-box-sizing: border-box;
   box-sizing: border-box;
}
table.itemlink {
	width: 100%;
	height: auto;
	font-size: 0.8em;
	border: 0px none;
	margin-bottom: 1px;
	margin-top: 1px;
}
h1 {
    display: inline-block;
}

.bread  {
    margin-bottom: 15px;
}
.bread  a{
    font-size: 0.9em;
    color: #c1c1c1;
}
.bread  a:hover{
    opacity: 0.7;
}
.bread  span{
    font-size: 0.95em;
    color: #c1c1c1;
}
.brandName {
    font-size: 1em;
}
.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;
}
.t_small {
  display: block;
  text-align: right;
  font-size: 0.8em;
  margin-top: 10px;
}
.t_small:hover {
  opacity: 0.8;
}
.t_right {
  float: right;
  font-size: 0.9em;
  margin-top: -35px;
}
.t_right:hover {
  opacity: 0.8;
}
.russian {

}
.t_right.mt10 {
   margin-top: -20px;
}
#Itemdetail {
   clear: both;
   margin-top: 30px;
}
#Itemdetail ul {
   margin: 0;
}
.t_right.mt10 img {
   display: none; 
}
.mb10 {

}
#tab2 li {
   width: 33.333%;
   border: solid 1px #282828;
   -moz-box-sizing: border-box;
   -webkit-box-sizing: border-box;
   -o-box-sizing: border-box;
   -ms-box-sizing: border-box;
   box-sizing: border-box;
	font-size: 0.8em;
   float: left;
   text-align: center;
   padding: 5px 0px;
   list-style: none;
   cursor: pointer;
}
@media (max-width: 1080px) {
#tab2 li {
	font-size: 1vw;
}
}
#tab2 li.select {
   background: #282828;
	color: #FFF;
	 }

.content_wrap {
  clear: both;
  width: 100%;
  font-size: 12px;
  line-height: 190%;
  color: #2A2A2A;
}

#quantity table tr {
  height: 35px;
  margin-left:auto;
  margin-right:auto;
  text-align: left!important;
}

#tab {
   display: none;
}
.rate {
    vertical-align: top;
    font-size: 1.0em;
    text-align: left;
    color: #B40404;
    margin-bottom: 15px;
}
.t_red {
    color: #B40404;
}


#item_Profile {
    display: none;
}
#designers_Profile {
    display: none;
}
.stock_error {
    font-size: 0.8em;
    color: #B40404;
}

.contentstop {
    text-align: center;
    margin-bottom: 0.2em;
    margin-top: 0.3em;
    font-size: 1.0em;
    font-weight:bold;
}

.style-video {
    text-align: center;
    margin-bottom: 1.8em;
    margin-top: 1.5em;
    font-size: 2.0em;
    font-weight:bold;
    background-color: rgb(255, 255, 255);
  }