@charset "UTF-8";


#thumbnail-viewer{
  position:absolute;
  left:0px;
  bottom:10px;
  display: none;
}

#thumbnail-viewer.show{
  display: block;
}

#thumbnail-viewer img{
  height:100px;
  border:2px solid #5a8c87;
}

#item-photo-thumbnail-wrapper{
  z-index:1000;
  margin-top:10px;
}

#item-photo-thumbnail{
  margin:0px;
  padding:0px;
  text-align: center;
}

#item-photo-thumbnail li{
  display: inline-block;
  margin-right:3px;
  position: relative;
}

#item-photo-thumbnail li:last-child{
  margin-right:0px;
}

#item-photo-thumbnail li:nth-child(3n){
  margin-right:2px;
}

#item-photo-thumbnail li img{
  width:20px;
  height:24px;
  background-color: #969696;
  transition: all 300ms;
  transform-origin: 50% 100%;
  box-sizing:border-box;
}

/*#item-photo-thumbnail li.selected img{
  border:1px solid #5a8c87;
}*/

#item-photo-thumbnail li:hover{
  z-index:10;
}

#item-photo-thumbnail li:hover img{
  -webkit-transform: scale(3.0);
  transform: scale(3.0);
  margin: 0 15px;
}

#item-photo-thumbnail li:hover + li img
, #item-photo-thumbnail li.prev img{
  -webkit-transform: scale(2.0);
  transform: scale(2.0);
  margin: 0 10px;
}

#section-bread {
  color:#969696;
}

#section-bread ul{
  overflow: hidden;
  margin:0px;
  padding:0px;
}

#section-bread ul li{
  float:left;
  font-size:12px;
}

#section-bread li span{
  display:inline-block;
  margin:0px 10px;
}

#section-item-info{
  margin-top:15px;
}

#item-photo{
  float:left;
  width:415px;
  position:relative;
}

#item-photo-viewer{
  background: #ffffff;
  width:415px;
  height:498px;
  position: relative;
}

#item-main-image{
  margin:0px;
  padding:0px;
  position:absolute;
  top:0px;
  left:0px;
}

#item-main-image img{
  width:415px;
  height:498px;
  /*max-width: 415px;
  max-height:500px;*/
}

#item-photo-viewer{
  padding-top:1px;
}

#item-photo-viewer > ul{
  overflow: hidden;
  position:relative;
  margin:0px;
  padding:0px;
  z-index:10;
  margin-top:235px;
}

#item-photo-viewer > ul li:first-child{
  float:left;
  margin-left:10px;
}

#item-photo-viewer > ul li:last-child{
  float:right;
  margin-right:10px;
}

#item-meta{
  float:right;
  width:545px;
}

#item-meta .status-icons{
  margin:0px;
  padding:0px;
}

#item-meta h2, #item-text h2{
  font-weight: normal;
  font-size:22px;
  margin-top:10px;
}

#item-text h2{
  font-weight: bold;
  margin-bottom:30px;
}

#section-item-info h3{
  font-size:18px;
  padding-bottom:9px;
  margin-bottom:0px;
  margin-top:0px;
  font-weight: bold;
}

.price{
  font-family: "Yu Mincho", YuMincho, Garamond,Baskerville,Baskerville Old Face,Hoefler Text,Times New Roman,serif;
  font-size:14px;
}

.price span{
  font-size:42px;
  font-family: Garamond,Baskerville,Baskerville Old Face,Hoefler Text,Times New Roman,serif;
  margin-right:20px;
  display:inline-block;
}

.down-price{
   color:#ff2d4b;
}

.down-price span.line-through{
  color:#3C3C3C;
  text-decoration: line-through;
}

.down-price span{
  font-size:20px;
  margin-right:10px;
}

.down-price .price-down:last-child{
   font-size:42px;
}

.price span:last-child{
  margin-right:0px;
}

#color-list{
  overflow: hidden;
  margin:0px 0px 0px 0px;
  padding:0px;
}

#color-list li{
  float:left;
  margin-right:20px;
  margin-bottom:10px;
  font-size:13px;
}

#color-list li:nth-of-type(5n){
  margin-right:0px;
}

#color-list li img{
  width:82px;
  height:100px;
  box-sizing:border-box;
  margin-bottom: 5px;
}
#color-list li img{
  border:1px solid #cfcfcf;
}
#color-list li.selected img{
  border:2px solid #c1a769;
}

#size-list table{
  width:100%;
  position:relative;
  letter-spacing: -0.3em;
}

#size-list table tr{
  border-top:1px solid #C8C8C8;
  border-bottom:1px solid #C8C8C8;
}
#size-list table td{
	padding: 8px 0;
	display:inline-block;
}
#size-list table td:nth-of-type(1){
	width: 105px;
	padding: 0 16px 0 13.5px;
}
#size-list table td:nth-of-type(2){
	width: 70px;
}
#size-list table td:nth-of-type(3){
    padding-left: 17px;
    padding-right: 20px;
    width: 113px;
}
#size-list table td.cart-button{
	width: 170px;
	padding: 0 8px 0 0;
}
#size-list table td{
  font-size:14px;
  letter-spacing: normal;
}
#size-list table td select{
  display:none;
}
#size-list table th{
  font-family: Garamond,Baskerville,Baskerville Old Face,Hoefler Text,Times New Roman,serif;
  font-size:30px;
  width:50px;
  font-weight: normal;
}

#size-list table .saz-select{
  position: relative;
  top:0px;
  left:0px;
}

#size-list table .saz-select div{
  top:40px;
  max-height:200px;
  overflow: auto;
}

#size-list table .saz-select span{
  height:20px;
  width:20px;
  padding:9px 45.5px;
  display:block;
  background: url(../img/item-select-arrow.png) no-repeat 96px center #ffffff;
  font-size:15px;
  -webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
  border-radius: 5px;
  cursor: pointer;
  border:1px solid #969696;
  text-align: center;
}
#size-list table tr th{
  font-size:14px;
  color:#767676;
}
/*
#size-list table tr td:nth-of-type(1){
  font-size:14px;
  width: 124px;
  color:#767676;
  text-align: center;
}

#size-list table tr td:nth-of-type(2){
  text-align: center;
  width:125px;
}
#size-list table tr td:last-child{
  text-align: center;
}
*/
#size-list table tr td:last-child input[type=image]{
  width:170px;
  height:40px;
}

#size-list table tr td:last-child a
, #size-list table tr td:last-child span{
  display:inline-block;
  width:170px;
  height:40px;
  line-height: 40px;
  text-align: center;
  background: #5a8c87;
  color:#ffffff;
  border-radius: 5px;
  font-size:15px;
  position: relative;
}

#size-list .cart-button img{
  position:relative;
  top:4px;
  left:-3px;
}

#size-list table .no-stock{
  background: rgba(0, 0, 0, 0.1);
}

#size-list table tr.no-stock th, #size-list table tr.no-stock td{
  opacity: 0.5;
}
#size-list table tr.no-stock td:last-child{
  opacity: 1.0;
}
#size-list table tr.no-stock td span{
  background: #969696;
  cursor: default;
}

#button-list{

}

#button-list ul{
  overflow: hidden;
  margin:0px;
  padding:0px;
  margin-top:20px;
}

#button-list ul li{
  float:left;
  background:#ffffff;
}

#button-list ul li:first-child{
  margin-right:25px;
}

#button-list ul li a{
  width:260px;
  height:50px;
  line-height: 50px;
  display:block;
  text-align: center;
  position:relative;
}

#button-list ul li a img{
  position: relative;
  top:10px;
  left:-5px;
}

#add-favorite-button a{
  position:relative;
}

#add-favorite-button a span{
  background:url("../img/item-favorite-icon.svg") no-repeat center center;
  background-size: 27px 24px;
  display:inline-block;
  position:absolute;
  top:7px;
  left:35px;
  width:35px;
  height:35px;
}

#add-favorite-button.selected a span{
  animation: add-favorite-animation 2.5s ease-in-out .0s forwards;
}

@keyframes add-favorite-animation {
  0% {
    transform: scale(1.0, 1.0);
  }
  5% {
      opacity: 0.0;
      transform: scale(0.7, 0.7);
  }
  6%{
    background-image: url("../img/item-favorite-icon-selected.svg");
  }
  10%{
    opacity: 1.0;
    transform: scale(1.1, 1.1);
    background-image: url("../img/item-favorite-icon-selected.svg");
  }
  15% {
    opacity: 1.0;
    transform: scale(0.9, 0.9);
    background-image: url("../img/item-favorite-icon-selected.svg");
  }
  20%{
    opacity: 1.0;
    transform: scale(1.0, 1.0);
    background-image: url("../img/item-favorite-icon-selected.svg");
  }
  60%{
    opacity: 1.0;
    transform: scale(1.0, 1.0);
    background-image: url("../img/item-favorite-icon-selected.svg");
  }
  100% {
    opacity: 1.0;
    transform: scale(1.0, 1.0);
    background-image: url("../img/item-favorite-icon.svg");
  }
}

/*@keyframes add-favorite-animation{
  0% {
    transform: scale(1);
  }
  10% {
    transform: scale(.96);
    
  }
  20% {
    transform: scale(1.04);
  }
  50%{
    background:#ff7777;
  }
  52%{
    transform: scale(1);
  }
  100% {
    transform: scale(1);
    background:#ffffff;
  }
}*/

#section-item-detail{
  clear: both;
  overflow: hidden;
}

.item-movie{
  overflow: hidden;
}

.item-movie a{
  display:block;
  position:relative;
}

#play-overlay{
  display: block;
  position:absolute;
  top:0px;
  left:0px;
  width:100%;
  height:100%;
  background: url("../img/item-play.png") no-repeat center center;
}

#item-media{
  float:left;
  width:415px;
}

#item-media img{
  max-width: 415px;
}

#item-text{
  float:right;
  width:545px;

  position:relative;
  top:0px;
  left:0px;
}

.item-caption{
  position:relative;
  overflow: hidden;
  margin:30px 0px;
}

.item-caption:hover {

}

.item-caption .image-hover{
  width:270px;
  overflow: hidden;
  margin:0px;
}

.item-caption:nth-child(3) .image-hover{
  float:right;
}

.item-caption .image-hover img{
  width:100%;
}

.item-caption .border-box{
  position:absolute;
  top:0px;
  left:255px;
  padding:5px 20px;
}

.item-caption .border-box .border{
  border-width: 1px;
}

.item-caption .border-box .border:nth-of-type(1), .item-caption .border-box .border:nth-of-type(3){
  width:0px;
}

.item-caption .border-box .border:nth-of-type(2), .item-caption .border-box .border:nth-of-type(4){
  height:0px;
}
/*
.item-caption:hover .border:nth-of-type(1){
  -webkit-animation: boxborder-left 700ms ease 0s forwards;
  animation: boxborder-left 700ms ease 0s forwards;
}
.item-caption:hover .border:nth-of-type(2){
  -webkit-animation: boxborder-top 700ms ease 0s forwards;
  animation: boxborder-top 700ms ease 0s forwards;
}
.item-caption:hover .border:nth-of-type(3){
  -webkit-animation: boxborder-right 700ms ease 0s forwards;
  animation: boxborder-right 700ms ease 0s forwards;
}
.item-caption:hover .border:nth-of-type(4){
  -webkit-animation: boxborder-bottom 700ms ease 0s forwards;
  animation: boxborder-bottom 700ms ease 0s forwards;
}
*/
.item-caption:nth-child(3) .border-box{
  left:0px;
  width:120px;
}

.item-caption .border-box p{
  font-size:14px;
}

.item-caption:hover .image-hover .box-overlay{
  opacity: 0.2;
}

/*.item-caption:hover .image-hover img{
  transform:scale(1.01, 1.01);
}*/

#other-item{
  overflow: hidden;
  margin:0px;
  padding:0px;
}

#other-item li{
  float:left;
}

#other-item li:first-child{
  margin-right:15px;
}

#other-item li img{
  width:200px;
  display:block;
}

#item-text p{
  font-size: 15px;
  margin:20px 0px;
  line-height: 1.5;
}

#item-text  ul{
  margin:30px 0px;
  margin-bottom:0px;
  padding:0px;
}
#item-text  ul li{
  font-size:14px;
}

#section-item-materials{
  margin-top:60px;
  padding-bottom:60px;
  overflow: hidden;
}

#section-item-materials table{
  width:480px;
  float:left;
}

#section-item-materials table tr{
  border-top:1px solid #C8C8C8;
  border-bottom:1px solid #C8C8C8;
}

#section-item-materials table th, #section-item-materials table td{
  padding: 20px 0px;
  font-size:14px;
  line-height: 1.6;
}

#section-item-materials table th{
  width:120px;
  text-align: left;
  font-weight: normal;
  vertical-align: top;
}

#section-item-materials table:last-child{
  float:right;
}

#material-attention ul{
  margin:0px;
  padding:0px;
  overflow: hidden;
}

#material-attention li{
  float:left;
  margin-right:10px;
  margin-bottom:10px;
  text-align: center;
  font-size:12px;
}

#material-attention li img{
  width:60px;
}


#material-attention p{
  text-align: right;
  display: none;
}

/*商品詳細*/
.contents{
	width: 1000px;
	margin: 0 auto;
}
#section-bread.contents{
	width: 1100px;
}
#button-list ul li a{
	border: 1px solid #dcdcdc;
	width: 258px;
	height: 48px;
	line-height: 48px;
}
#size-list h3{
	display: none;
}
#section-item-materials #sizeguidebtn a{
	text-decoration: underline;
}
#section-item-materials #sizeguidebtn a:hover{
	text-decoration: none;
}
.balloons{
	margin-top: 0!important;
}