@charset 'utf-8';

.mercury {
  background: #f8f8f8;
}

#contents-area{
  width: auto;
}

.lyt-col-1 #contents-body{
  width: auto;
}

.lyt-col-1 #contents-body .contents-inner{
  width: 950px;
  margin: 0 auto;
}

.lyt-col-1 #contents-body .contents-inner .hdg-l1 a{
  color: #000;
  text-decoration: none;
}

.area-product-list{
  padding: 40px 0 100px 0;
  margin: 50px auto 0;
  width: 950px;
}

.product-list{
  width: 950px;
  box-sizing: border-box;
}
.product-list:after{
  display: table;
  clear: both;
  content: '';
}
.product-list .item{
  float: left;
  box-sizing: border-box;
  width: 470px;
  -webkit-box-shadow: 0px 2px 16px 0px rgba(4,0,0,0.2);
  box-shadow: 0px 2px 16px 0px rgba(4,0,0,0.2);
  display: table;
  margin-top: 10px;
}
.product-list .item:nth-child(odd){
  margin-right: 10px;
}
.product-list .item:first-child,
.product-list .item:nth-child(2){
  margin-top: 0;
}

.product-list .item a{
  display: block;
  transition: .3s;
  position: relative;
}
.product-list .item a:hover{
  text-decoration: none;
  opacity: .6;
}
.product-list .item a:before{
  margin-top: -4px;
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  content: "";
  display: block;
  border-top: solid 2px #000;
  border-right: solid 2px #000;
  vertical-align: middle;
  width: 8px;
  height: 8px;
  position: absolute;
  top: 50%;
  right: 26px;
}



.product-list .item .prod-img{
  display: table-cell;
  width: 200px;
  height: 275px;
  vertical-align: top;
  text-align: center;
  background: #f8f8f8;
	padding: 47px 0 0;
	box-sizing: border-box;
}
.product-list .item .prod-img img {
  height: 180px;
}
.product-list .item .prod-detail{
  display: table-cell;
  width: 275px;
  box-sizing: border-box;
  padding: 40px;
  background: #fff;
}
.product-list .item .prod-detail .release-date{
  font-size: 12px;
  color: #000;
  opacity: .5;
  margin-bottom: 0;
}
.product-list .item .prod-detail .prod-name{
  font-size: 18px;
  color: #000;
  margin-bottom: 25px;
}
.product-list .item .prod-detail .color-variation{
  line-height: 1;
}
.product-list .item .prod-detail .color-variation img{
  vertical-align: top;
}

.product-list .item .prod-detail .color li {
	margin-right: 4px;
	width: 28px;
	height: 4px;
	float: left;
}
.product-list .item .prod-detail .color li:last-child {
	margin-right: 0;
}
.product-list .item .prod-detail .jp_only {
  font-size: 12px;
  color: #000;
  margin-bottom: 0;
	text-align: right;
	position: absolute;
	right: 0;
	bottom: 20px;
	padding-right: 40px;
}

.hdg-l2 {
  height: 21px;
}

.japanese-only-title {
  width: 446px;
  _width: 408px;
  float: left;
}

.hdg-l2 .japanese-only {
  width: 91px;
  float: right;
  font-size: 12px;
  padding-top: 3px;
}

.txt_link_product a {
	border: 1px solid #d8dadc;
	border-radius: 3px;
	padding: 8px 25px 8px;
	font-weight: bold;
}

/*** 保留
.product-list .item a:hover:before{
  animation: arrowR .4s 2;
}
@-webkit-keyframes arrowR{0%{-webkit-transform:translate3d(0, 0, 0) rotate(45deg);transform:translate3d(0, 0, 0) rotate(45deg)}50%{-webkit-transform:translate3d(30%, 0, 0) rotat
  ***/