@charset "utf-8";
/*----------------------------------------------------
  #order
----------------------------------------------------*/

.hide{
	display: none;
}

.item-header {

  /*  display: flex;
  justify-content: space-between;
  align-items: flex-end;
*/
  /*border-bottom: 1px solid #e2e2e2;*/
  margin-bottom: 40px;
  text-align: center;
}

.item-header .item-name h2 {
  font-size: 20px;
  margin-bottom: 1em;
  letter-spacing: 1px;
  /*text-align: center;*/
}

/*
.item-header .item-name span {
  display: block;
  fontsize: 13px;
}
*/

.item-header .item-price {
  /*text-align: right;*/
}

.item-header-copy {
  display: block;
  width: 80vw;
  max-width: 600px;
  margin: 0 auto 30px;
}

.item-copy {
  display: block;
  margin: 0 auto 5vw;
  font-size:14px;
  line-height: 1.8;
}

.item-spec {
  display: block;
  margin: 0 auto 5vw;
  font-size:13px;
}

#item-visual {
  margin-bottom: 10px;
}

#item-visual img {
  max-width: 100%;
}


#item-search {
  /*background-color: #ededec;*/
    padding: 18px 18px 10px;
    line-height: 100%;
    margin: 10px auto 50px;
    border-top: 2px solid #fff;
    border-bottom: 2px solid #fff;
    width:90vw;
    max-width:800px;

}

#item-search .select-box{
	display: flex;
	font-family: "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック体", "YuGothic", "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", "Meiryo", "verdana", sans-serif;

}
#item-search .sb-title{
	width: 150px;
	font-size:14px;
	text-align: right;
}
#item-search .sb-links{
	display: flex;
	flex-wrap: wrap;
	flex: 1;
	text-align: left;
	padding-left: 40px;
}
#item-search .sb-links a{
	display: inline-block;
	margin-right: 20px;
	cursor: pointer;
	margin-bottom: 0.5rem;
	font-size:14px;
}
#item-search .sb-links a.active{
	text-decoration: underline;
}

#item-search #main_color_wrap a{
	margin-right: 10px;
	padding-bottom: 3px;
}
#item-search #main_color_wrap a.active{
	border-bottom: 1px solid #000;
}
#item-search #main_color_wrap a span{
	display: inline-block;
	width: 20px;
	height: 20px;
	border-radius: 50%;
}

#item-search .select-box{
  margin:5px 15px;
}
#item-search .select-box span{
  /*display: block;*/
}


#item-search #is_main_color_wrap {
  position: relative;
  display: inline-block;
  z-index: 11;
}

#item-search #is_main_color_overwrap {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 10;
}

#item-search #is_main_color_overwrap.show {
  display: block;
}

#item-search #is_main_color_view {
  position: relative;
  display: inline-block;
  cursor: default;
  padding: 6px 5px;
  color: #666;
  border: solid 1px #ddd;
  background-color: #fff;
  font-size: 100%;
  font-family: 'Lucida Grande', Arial, Helvetica, Verdana, sans-serif;
  width: 70px;
}

#item-search #is_main_color_view::after {
  content: "";
  position: absolute;
  display: block;
  width: 0;
  height: 0;
  right: 6px;
  top: 9px;
  border-bottom: 6px solid transparent;
  border-right: 3px solid transparent;
  border-left: 3px solid transparent;
  border-top: 6px solid #666;
}

#item-search #is_main_color_list {
  position: absolute;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  background-color: #fff;
  z-index: 1;
  width: 300px;
  border: 1px solid #7b9dd4;
  transform: scaleY(0);
}

#item-search #is_main_color_list.show {
  transform: scaleY(1);
}


#item-search #is_main_color_list li {
  display: flex;
  align-items: center;
  padding: 6px 10px 6px 4px;
  font-family: 'Lucida Grande', Arial, Helvetica, Verdana, sans-serif;
  cursor: pointer;
  min-width: 25%;
}

#item-search #is_main_color_list li:hover {
  color: #00c;
}

#item-search #is_main_color_list li.all {}

#item-search #is_main_color_list li i {
  display: inline-block;
  width: 20px;
  height: 20px;
  background-color: #000;
  margin-right: 3px;
  border-radius: 50%;
}

#item-search #is_main_color_list li i.all {
  background: #fff !important;
  border: 5px solid #aaa;
  width: 10px;
  height: 10px;
}

#item-search #is_main_color_list li i.PL {
  background: #791285 !important;
}

#item-search #is_main_color_list li i.PK {
  background: #dd7db0 !important;
}

#item-search #is_main_color_list li i.RD {
  background: #e83817 !important;
}

#item-search #is_main_color_list li i.OR {
  background: #f5a200 !important;
}

#item-search #is_main_color_list li i.YE {
  background: #fff100 !important;
}

#item-search #is_main_color_list li i.GN {
  background: #31ae4b !important;
}

#item-search #is_main_color_list li i.TQ {
  background: #00bfbd !important;
}

#item-search #is_main_color_list li i.BU {
  background: #007fc5 !important;
}

#item-search #is_main_color_list li i.NV {
  background: #001372 !important;
}

#item-search #is_main_color_list li i.BN {
  background: #824b00 !important;
}

#item-search #is_main_color_list li i.BK {
  background: #242424 !important;
}

#item-search #is_main_color_list li i.WT {
  background: #ffffff !important;
  border: 1px solid #ccc;
}

#item-search #is_main_color_list li i.GY {
  background: #999999 !important;
}

#item-search #is_main_color_list li i.EG {
  background: #00A474 !important;
}

#item-search #is_main_color_list li i.CRA {
  background: linear-gradient(to right,
    red 16.6%,
    green 33.2%,
    yellow 49.8%,
    blue 66.4%,
    orange 83%);
}



#item-images {
  display: flex;
  flex-wrap: wrap;
  margin-top: 30px;
}

#item-images.noselect.few1 {
	justify-content: center;
}

#item-images .box {
  position: relative;
  width: 20%;

  margin-bottom: 40px;
}

#item-images .box .cartin::after {
  content: "in cart";
  position: absolute;
  display: block;
  width: 100%;
  text-align: center;
  background-color: rgba(255, 255, 255, 0.8);
  padding: 5px;
  left: -5px;
  top: 50%;
  margin-top: -1em;
}

#item-images .box .soldout img {
  /*opacity: 0.3;*/
}

#item-images .box .soldout::after {
  content: "sold out";
  position: absolute;
  display: block;
  width: 100%;
  text-align: center;
  background-color: rgba(255, 255, 255, 0.8);
  padding: 8px 0;
  /*left: 0;*/
  top: 50%;
  margin-top: -1em;
}

#item-images .box .soldout.paylock::after {
	color: #f00;
}

#item-images .box .keep::after {
  content: "他の方がカートに入れています";
  position: absolute;
  display: block;
  width: 100%;
  text-align: center;
  background-color: rgba(255, 255, 255, 0.8);
  padding: 8px 0;
  /*left: 0;*/
  top: 50%;
  margin-top: -1em;
}

#item-images .box .image {
  overflow: hidden;
}

#item-images .box img {
  /*width: 230px;*/
  width:auto;
  height: 230px;
  /*max-height: 250px;*/
}

.mfp-content {
  padding: 50px 0;
}

.item-detail {
  position: relative;
  background-color: #fff;
  max-width: 640px;
  min-width: 640px;
  margin: 0 auto;
  text-align: center;
  padding: 40px;
  border-radius: 6px;
}
.item-detail .price {
  margin-bottom:20px;
}
.item-detail .btns input {
  margin-right:10px;
  padding:10px;
  vertical-align: top;
}
.item-detail .attention {
  margin-top:5px;
  text-align: center;
}
.item-detail #slider {
  position: relative;
  max-width: 400px;
  height: 370px;
  margin: 0 auto;
}

.item-detail #slider img {
  width: 400px;
  height: 370px;
  object-fit: contain;
}

.item-detail #thumbnail {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  margin-top: 13px;
}

.item-detail #thumbnail .box {
  width: 72px;
  min-height: 72px;
  border: 1px solid #bcbcbc;
  margin: 0 3px 6px;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  padding: 0;
  cursor: pointer;
  overflow: hidden;
}

.item-detail #thumbnail .box img {
  width: auto;
  max-width: 72px;
  max-height: 72px;
}

.item-detail #id-name {
  font-size: 18px;
  margin-top: 25px;
}

.item-detail .soldout {
  display: none;
  background: #a00;
  color: #fff;
  font-weight: bold;
  padding: 4px 20px;
  margin: 5px 0;
  border-radius: 10px font-size: 18px;
}

.item-detail .soldout.show {
  display: inline-block;
}

.item-detail .keep {
  display: none;
  background: #a00;
  color: #fff;
  font-weight: bold;
  padding: 4px 20px;
  margin: 5px 0;
  border: 1px solid #aaa;
  border-radius: 10px font-size: 18px;
}

.item-detail .keep.show {
  display: inline-block;
}
.item-detail .budgetover {
  display: none;
  color: #f00;
  font-weight: bold;
  padding: 4px 20px;
  margin: 5px 0;
  border-radius: 10px font-size: 18px;
}
.item-detail .budgetover.show {
  display: inline-block;
}

.item-detail .delete-btn {
  border: none;
}

.item-detail .delete-btn:hover {
  border: none;
  background: none;
}

.item-detail .delete-btn a {
  display: inline-block;
  padding: 5px 20px;
  margin: 20px 5px 0;
  border: 1px solid #ccc;
  outline: none;
}

.item-detail .delete-btn a:hover {
  background-color: #ccc;
  color: #fff;
}

.item-detail .delete-btn a.disabled {
  background-color: #ccc;
  color: #999;
  cursor: default;
}

.carterror {
  vertical-align: middle;
  display: none;
  pading: 0;
  color: #d00;
}

.cartinfo {
  margin-top: 1em;
  vertical-align: middle;
  display: none;
  pading: 0;
  color: #00d;
}


.addbtn select {
  font-size: 12px;
  color: #333;
  padding: 0 5px 0 5px;
  border: 1px solid #aaaaaa;
  display: inline-block;
  background: #fdfdfd;
  height: 26px;
  line-height: 150%;
  vertical-align: top;
}

.pagination {
  display: flex;
  justify-content: center;
}

.pagination a {
  color: black;
  float: left;
  padding: 8px 16px;
  text-decoration: none;
  background: #fff;
  border-radius: 20px;
  margin: 0 5px;
}

.pagination li.active a {
  background-color: #EDEDEC;
}


.zoomit-ghost {
  top: 0;
  left: 0;
  z-index: 10;
  width: 100%;
  height: 100%;
  cursor: wait;
  display: block;
  position: absolute;
  -webkit-user-select: none;
  -webkit-touch-callout: none;
}

.zoomit-zoomed {
  top: 0;
  left: 0;
  opacity: 0;
  z-index: 5;
  position: absolute;
  width: auto !important;
  height: auto !important;
  max-width: none !important;
  max-height: none !important;
  min-width: 100% !important;
  min-height: 100% !important;
}

.zoomit-container {
  overflow: hidden;
  position: relative;
  vertical-align: top;
  display: inline-block;
}

.zoomit-container img {
  vertical-align: top;
  height: auto;
  max-width: 100%;
}

.zoomit-container.loaded .zoomit-ghost {
  cursor: crosshair;
}

.zoomit-container.loaded .zoomit-zoomed {
  opacity: 1;
}

.item-detail #slider img {
  width: auto;
  height: 370px;
}

.item-detail #slider {
  position: relative;
  max-width: 400px;
  height: 370px;
  margin: 0 auto;
}

.item-detail #slider .zoomit-container {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  margin: auto;
  width: 90%!important;
}

.item-detail .item-prev {
  content: "";
  display: block;
  position: absolute;
  top: 300px;
  left: 40px;
  width: 40px;
  height: 40px;
  border-top: 2px solid #999;
  border-left: 2px solid #999;
  transform: rotate(-45deg);
  cursor: pointer;
}

.item-detail .item-next {
  content: "";
  display: block;
  position: absolute;
  top: 300px;
  right: 40px;
  width: 40px;
  height: 40px;
  border-top: 2px solid #999;
  border-right: 2px solid #999;
  transform: rotate(45deg);
  cursor: pointer;
}

.item-detail .item-prev:hover,
.item-detail .item-next:hover {
  border-color: #000;
}

/******************************** 

20190127 追加仮 select-item.html

*********************************/
.item-detail .btns{
  margin:10px 0;
}
.item-detail .btns a {
  display: inline-block;
  padding: 7px 20px;
  margin: 20px 5px 0;
  border: 1px solid #ccc;
  outline: none;
  border-radius: 20px;
}

.item-detail .btns a:hover {
  background-color: #ccc;
  color: #fff;
}

.list-cartin-btn {
  position: absolute;
  left: 10px;
  bottom: 7px;
  font-size: 20px;
  margin: 5px 0;
  color: #333;
  cursor: pointer;
  background: rgba(255, 255, 255, 0.6);
  border-radius: 24px;
  padding: 10px 8px;
  transition: all 0.3s;
  box-shadow: 0px 0px 2px 1px #d9d9d9;
  border-radius: 10px;
}

.detail-cartin-btn {
  position: absolute;
  left: 10px;
  bottom: 7px;
  cursor: pointer;
  display: inline-block;
  font-size: 20px;
  padding: 10px 8px;
  box-shadow: 0px 0px 2px 1px #d9d9d9;
  border-radius: 10px;
  background-color: rgba(255,255,255,.5);
  display: flex;
  align-items:center;
  transition: all 0.3s;
}

.mfp-content .detail-cartin-btn {
	position: static;
}

.detail-cartin-btn i::before,
.list-cartin-btn i::before {
  font-family: "Font Awesome 5 Pro";
  content: "\f217";
}

.detail-cartin-btn:hover,
.list-cartin-btn:hover {
  background: rgba(100, 100, 100, 0.3);
  transform: scale(1.2, 1.2);
}

.detail-cartin-btn.is-cartin,
.list-cartin-btn.is-cartin {
  color: #fff;
  border: none;
  background: rgba(72, 255, 0, 0.6);
}

.list-cartin-btn.is-cartin i::before {
  font-family: "Font Awesome 5 Pro";
  content: "\f00c";
}

.detail-cartin-btn.is-cartin:hover i::before,
.list-cartin-btn.is-cartin:hover i::before {
  font-family: "Font Awesome 5 Pro";
  content: "\f1f8";
}

.detail-cartin-btn.is-cartin i::before{
  font-family: "Font Awesome 5 Pro";
  content: "\f00c";
}
/*
.detail-cartin-btn.is-cartin:hover i::before{
  font-family: "Font Awesome 5 Pro";
  content: "\f217";
}
*/

.list-cartin-btn.is-over {
	display: none;
}

.list-cartin-btn.is-limitover {
	display: none;
}

.detail-cartin-btn.is-buyed {
  display: none;
  color: #aaa;
  background: #efefef;
  cursor: default;
}

.detail-cartin-btn.is-buyed:hover {
  background: #efefef;
  transform: scale(1);
}

.new-box {
  display: none;
  position: absolute;
  top: 8px;
  left: 8px;
  font-size: 10px;
  padding: 1px 5px;
  border-radius: 2px;
  color: #fff;
  background: rgba(255, 0, 0, 0.8);
}

.new-box.view {
  display: block;
}

#staff_order_info {
  position: absolute;
  top: 55px;
  left: 0;
  background-color: #f00;
  padding: 8px;
  color: #fff;
}

.budgetover-message.listview{
	position: fixed;
	bottom: -20px;
	width: 100%;
	text-align: center;
	background-color: #f00;
	color: #fff;
	line-height: 20px;
	text-align: center;
	z-index: 10;
	transition: all .3s ;
}
.budgetover-message.listview.show{
	bottom: 0;
}


@media screen and (max-width: 639px) {

  .collection .right .boxes {
    justify-content: space-between;
  }

  div.left {
    float: none;
    width: 100%;
  }

  div.right {
    float: none;
    width: 100%;
  }

#item-search{
	padding: 18px 0;
	margin: 10px auto;
}
#item-search .select-box{
	margin: 5px 0;
}
#item-search .sb-title {
	width: 124px;
	font-size: 12px;
}
#item-search .sb-links{
	padding-left: 10px;
}
#item-search #main_color_wrap a{
	margin-right: 8px;
}
#item-search #main_color_wrap a span,
#item-search #main_color_wrap a img{
	width: 16px;
	height: 16px;
}

  .select-item-btn a {
    display: inline-block;
    border: 1px solid #ccc;
    padding: 10px 0;
    font-size: 11px;
    letter-spacing: 2px;
    background: url(../images/icon01.png) no-repeat 5px center;
    width: 98%;
    text-align: center;
    margin: 0 auto;
  }

  #item-images .box {
    width: 47%;
    margin:0 1.5% 3%;
  }

  #item-images .box img {
    width:auto;
    height: 50vw;
  }

  #item-images {
    justify-content: space-between;
  }

  .item-copy {
    display: block;
    margin: 0 auto 5vw;
  }

  .item-spec {
    display: block;
    margin: 0 auto 8vw;
    font-size:13px;
}

  .item-detail {
    max-width: 90%;
    min-width: 0;
    padding: 15px;
  }

  .item-detail #slider {
    max-width: 90%;
    height: 270px;
  }

  .item-detail #slider img {
    height: 270px;
  }

  .zoomit-ghost {
    width: 90%;
    height: 100%;
    margin:0 auto;
  }

  .item-detail .item-next {
    width: 25px;
    height: 25px;
    top: 30%;
    right: 20px;
  }

  .item-detail .item-prev {
    width: 25px;
    height: 25px;
    top: 30%;
    left: 20px;
  }


  textarea {
    width: 98%;
    box-sizing: border-box;
  }

  .entrust_table tr th:nth-child(1),
  .entrust_table tr td:nth-child(1),
  .entrust_table tr th:nth-child(2),
  .entrust_table tr td:nth-child(2) {
    display: none !important;
  }

  .entrust_table tr td:nth-child(1) img {
    display: none;
  }

  .itemselect_tr_sp th:nth-child(1),
  .itemselect_tr_sp td:nth-child(1),
  .itemselect_tr_sp th:nth-child(5),
  .itemselect_tr_sp td:nth-child(5),
  .itemselect_tr_sp th:nth-child(7),
  .itemselect_tr_sp td:nth-child(7) {
    width: 1px !important;
  }

  .btn {
    padding: 15px;
  }

  .submit input[type=submit] {
    padding: 15px;
    width: 90%;
    box-sizing: border-box;
  }

}

.container{
  padding:0;
}
.content{
  margin-top:30px;
}

.item-header .item-name{
  margin-bottom:30px;
}
.item-header .item-name img{
  width:8vw;
  max-width:35px;
  vertical-align: middle;
  margin-right:5px;
  pointer-events: auto;
}
.item-header .item-name h2,
.item-header .item-name span.icon{
  display: inline-block;
  vertical-align: middle;
  margin:0;
}
.item-price{
  font-size:15px;
  line-height:2;
}
.item-price span{
  font-size:14px;
}
@media screen and (min-width: 767px){
  .item-header .item-name img{
    width:30px;
  }
}
.select-item-list{
  background:#fff;
  width:100%;
  padding: 50px 0 20px;
  margin-bottom:40px;
}
.select-item-list>h2{
  text-align: center;
  font-size:20px;
  margin-bottom:30px;
}
.select-item-list .item-header .item-name h2{
  font-size:17px;
}
#item-images{
  width: 1050px;
  margin: 0 auto;
}

#item-images .box{
  width:190px;
  margin:0 10px 25px;
  border-radius: 5px;
}
/*#item-images .box:nth-child(4n){
  margin-right:0;
}
*/
#item-images .box .image{
  position: relative;
  border-radius:10px;
  background:#fff;
  text-align: center;
  min-height:190px;
  display: flex;
  align-items: center;
  justify-content: center;
  padding:10px 2vw;
}
#item-images .box img{
  width:auto;
  height:170px;
}
.item-name{
  text-align: center;
}
#item-images .box .list_cart{
	position: absolute;
    left: 0px;
    bottom: 7px;
	display: flex;
	align-items: center;
	width: 100%;
	justify-content: center;
	align-items: center;
	height: 40px;
}
#item-images .box .list_cart input[name=number]{
	margin-right: 5px;
	min-width: 53px;
}
#item-images .box .list_cart .del-message{
	display: none;
}
#item-images .box .image .incart{
  position: absolute;
  display: none;
  width: 100%;
  text-align: center;
  background-color: rgba(255, 255, 255, 0.8);
  padding: 8px 0;
  top: 50%;
  margin-top: -1em;

}
#item-images .box .image .incart.show{
	display: block;
}


.attention{
  color:red;
    display:block;
    width:80vw;
    max-width:500px;
    margin:0 auto;
    text-align: left;
}
.attention.black{
  color:black;
}
.onlybuy {
    margin-top: 5px;
    color: #d00;
}
@media screen and (max-width: 1049px){
  #item-images{
    width:840px
  }
}
@media screen and (max-width: 839px){
  #item-images{
    width:630px
  }
}
@media screen and (max-width: 639px){
#item-images{
  width:100%;
  padding:5vw 6vw 0;
}
#item-images .box{
    width: 46%;
    margin:0 2% 4%;
}
#item-images .box .pname{
   font-size:14px;
   margin-top:4px;
   display: inline-block;
}
#item-images .box img{
  width:auto;
  height:36vw;
}
#item-images .box .image{
  min-height:auto;
}
}
.sizeguide{
  margin-top:30px;
  text-align: center;
}
.sizeguide a{
  background: #fff799;
  display: inline-block;
  margin-top:10px;
  border: 1px solid #fff799;
  padding: 7px 30px;
  border-radius: 3px;
  vertical-align: middle;
}


/* loading */
.loader,
.loader:after {
  border-radius: 50%;
  width: 40px;
  height: 40px;
}
.loader {
  margin: 60px auto;
  font-size: 10px;
  position: relative;
  text-indent: -9999em;
  border-top: 4px solid rgba(255, 255, 255, 0.7);
  border-right: 4px solid rgba(255, 255, 255, 0.7);
  border-bottom: 4px solid rgba(255, 255, 255, 0.7);
  border-left: 4px solid #aaa;
  -webkit-transform: translateZ(0);
  -ms-transform: translateZ(0);
  transform: translateZ(0);
  -webkit-animation: load8 0.5s infinite linear;
  animation: load8 0.5s infinite linear;
}
@-webkit-keyframes load8 {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@keyframes load8 {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}



#item-search{
  position: relative;
}
#item-search .item-search-title{
  padding:5px 20px;
  font-size:16px;
  color:#333;
  background:#ddd;
  position: absolute;
  top:-15px;
  left:calc(50% - 50px);
  display: flex;
  align-items: center;
}
#item-search .item-search-title .icon{
  width:16px;
  margin-right:8px;
}
#item-search .item-search-title .icon img{
  width:100%;
}



#item-search{
  border-color:#ccc;
}
#item-search .item-search-title{
  background:#fff;
}
.slider{
  padding-top:0;
  position: relative;
}
.slick-slide img{
  width:auto;
  height:500px;
  margin:0 auto;
}
.pc{
  display: inline;
}
.sp{
  display: none;
}
@media screen and (max-width: 767px){
  .pc{
    display: none;
  }
  .sp{
    display: inline;
  }
  .slick-slide img{
    width:100%;
    height:auto;
    margin:0 auto;
  }

}
.slick-next{
  right:60px;
  z-index: 1000;
}
.slick-prev{
  left:60px;
  z-index: 1000;
}
.slider.slick-initialized {
  display: block;
}
.slider-arrow {
  position: absolute;
  top: 50%;
  height: 36px;
  margin-top: -18px;  /* 高さの半分だけネガティブマージン */
  color: #aaa;
  line-height: 36px;
  font-size: 28px;
  cursor: pointer;
  z-index: 10;  /* 重要 */
}
.slider-prev {
  left: 2vw;
  transform: scale(0.8, 1.2);
}
.slider-next {
  right: 2vw;
  transform: scale(0.8, 1.2);
}
.slick-slide {
  padding: 0;
  color: #fff;
  text-align: center;
  font-size: 1.1em;
  outline: 0;
  background-color: #fff;
}

#item-notfound{
  text-align: center;
}

@media screen and (max-width: 767px){
	body{
	  padding-top:60px;
	}
	#main{
	  margin-top:0;
	}
	.other{
	  display: none;
	}
	.slider{
	  padding-top:0;
	}
	.slick-next{
	  right:3%;
	}
	.slick-prev{
	  left:3%;
	}
}


.attention{
  text-align: center;
  color:red;
  margin-bottom:20px;
  font-size:14px;
}
.banner{
  width:90%;
  max-width:600px;
  margin:40px auto 40px;
}
.banner460 {
    width: 80%;
    max-width: 460px;
    margin: 0 auto 60px;
}
.banner.mb0{
  margin-bottom:10px!important;
}
.banner.mt0{
  margin-top:0;
}
.banner460 img,
.banner img{
  width:100%;
  vertical-align: bottom;
}
.samelink{
  display: none !important;
}
.more-btn-box{
  text-align:center;
}
#more-btn{
  width: 60px;
  display: block;
  margin: 0 auto;
}
#more-btn img{
  width:100%;
}


.des_vol{
  width: 26px;
}
.zougen{
  display: inline-block;
  font-size: 16px;
  line-height: 16px;
  padding: 0;
  text-align: center;
  cursor: pointer;
  user-select: none;
  top: 2px;
  position: relative;
  color:#555;
}
.zougen.disabled{
  color: #999;
}
.msg input{
  text-align: center;
}


#item-note{
  max-width:1050px;
  width:94%;
  margin:0 auto 30px;
}
#item-note .new-box {
    display: inline-block; 
    position: static;
    top: 8px;
    left: 8px;
    font-size: 9px;
    padding: 5px 6px;
    line-height: 1;
    border-radius: 16px;
    color: #fff;
    font-family: sans-serif;
    background: rgba(255, 0, 0, 0.8);
}



.item-copy{
  margin-bottom:3vw;
}
.item-spec-table{
  margin:0 auto 30px;
  width: 100%;
  overflow-x:auto;
}
.item-spec-table table{
  margin:0 auto 6px;
  table-layout: fixed;
  border-collapse: collapse;
}
.item-spec-table table th,
.item-spec-table table td{
  padding:5px 15px;
  text-align: center;
  min-width: 4em;
}
.item-spec-table table th{
  background:#efefef;
  border-right:1px solid #fff;
  border-bottom:1px solid #fff;
}
.item-spec-table p{
  text-align: left;
  margin-bottom:10px;
  font-size:14px;
}
.item-spec-table p.center{
  text-align: center;
}
.item-spec-table .unitlist{
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  align-items: bottom;
}
.item-spec-table .unit{
  margin:0 0 15px;
  width:100%;
}
.item-spec{
  text-align: center;
}
#item-search .sb-title{
  padding:8px 0;
}
#item-search .sb-links.type2{
  display: flex;
  flex-wrap: wrap;
  flex: 1;
  text-align: left;
  padding-left: 40px;
}
#item-search .sb-links.type2 a{
  display: inline-block;
  margin-right: 8px;
  cursor: pointer;
  margin-bottom: 0.5rem;
  font-size:14px;
  border: 1px solid #cdcdcd;
    padding: 8px 10px 7px;
    border-radius: 15px;
}
#item-search .sb-links.type2 a.active{
  background:#cdcdcd;
  color:#fff;
  text-decoration:none!important;
}

#item-search .sb-links.type2 a.active{
  text-decoration: underline;
}
#no-item{
    display: none;
    background: #dbdbdb;
    text-align: center;
    font-size: 18px;
    padding: 50px 0;
    margin: 0 auto 20px;
    max-width: 800px;
}
#no-item-soldout{
    display: none;
    background: #dbdbdb;
    text-align: center;
    font-size: 18px;
    padding: 50px 0;
    margin: 0 auto 20px;
    max-width: 800px;
}
@media screen and (max-width: 639px) {
  #item-search .select-box{
    display: block;
  }
  #item-search .sb-title{
    display: block;
    width: 100%;
    text-align: center;
    margin-bottom:1em;
    padding:0;
  }
  #item-search .sb-links.type2{
    padding-left: 10px;
    justify-content: center;
    margin-bottom:1em;
  }
  #item-search #main_color_wrap a span,
  #item-search #main_color_wrap a img{
    width: 24px;
    height: 24px;
  }
}

.new-box {
    display: none; 
    position: absolute;
    top: 8px;
    left: 8px;
    font-size: 9px;
    padding: 5px 6px;
    line-height: 1;
    border-radius: 16px;
    color: #fff;
    font-family: sans-serif;
    background: rgba(255, 0, 0, 0.8);
}
.new-box.view{
  display:block;
}

#item-note{
  max-width:1050px;
  width:94%;
  margin:0 auto 30px;
}
#item-note .new-box {
    display: inline-block; 
    position: static;
    top: 8px;
    left: 8px;
    font-size: 9px;
    padding: 5px 6px;
    line-height: 1;
    border-radius: 16px;
    color: #fff;
    font-family: sans-serif;
    background: rgba(255, 0, 0, 0.8);
}

#item-images .box .list_cart input[name=number] {
    margin-right: 5px;
    width: 53px;
}

.item-detail .btns input {
    width: 60px;
    margin: 0 10px;
    vertical-align: middle;
}

.msg {
    text-align: center;
    margin: 0px 0 0;
    display: inline-block;
}

.in .fa-trash, .in .fa-trash-o {
    padding: 7px 8px;
    border: 1px solid #ccc;
    -moz-border-radius: 3px;
    border-radius: 2px;
    cursor: pointer;
}

.sizeguide a {
    background: #fff799;
    display: inline-block;
    margin-top: 10px;
    border: 1px solid #fff799;
    padding: 7px 30px;
    border-radius: 3px;
    vertical-align: middle;
    min-width: 180px;
}
.howtocare a {
    background: #fff799;
    display: inline-block;
    margin-top: 20px;
    border: 1px solid #fff799;
    padding: 7px 30px;
    border-radius: 3px;
    vertical-align: middle;
    min-width: 180px;
}

#item-images .material img {
    display: inline;
    width: 20px;
    height: 18px;
    position: relative;
    top: 3px;
}
#item-images .pname {
  display: inline;
}