@charset "utf-8";
/* ==========================================================
  @GOODS / グッズ
========================================================== */
h3 {
	background: url(../images/goods/h3.jpg) no-repeat center top;
	width: 920px;
	height: 22px;
	margin: 0 auto 20px;
	padding-top: 40px;
	text-indent: 100%;
	overflow: hidden;
	white-space: nowrap;
}
.inner {
	width: 920px;
	margin: 0 auto;
	padding-left: 5px;
}
.goods-info {
	margin-bottom: 30px;
}
.main-bottom {
	bottom: 20px;
}
.page {
	margin: -60px auto 0;
}
.sNavi a,
.sNavi span {
	display: block;
	height: 36px;
}
.sNavi li a:hover {
	background-position: 0 -36px;
}
.category-all .sNavi .category-all a,
.category-blu-ray .sNavi .category-blu-ray a,
.category-dvd .sNavi .category-dvd a,
.category-cd .sNavi .category-cd a,
.category-book .sNavi .category-book a {
	background-position: 0 -36px;
}
.sNavi .category-all {
	left: 46px;
}
.sNavi .category-blu-ray {
	left: 165px;
}
.sNavi .category-dvd {
	left: 264px;
}
.sNavi .category-cd {
	left: 360px;
}
.sNavi .category-book {
	left: 470px;
}
.sNavi .category-all a {
	width: 112px;
	background: url(../images/goods/snavi01.png) no-repeat;
}
.sNavi .category-blu-ray a {
	width: 109px;
	background: url(../images/goods/snavi02.png) no-repeat;
}
	.sNavi .category-blu-ray span {
		width: 109px;
		background: url(../images/goods/snavi02_soon.png) no-repeat;
	}
.sNavi .category-dvd a {
	width: 109px;
	background: url(../images/goods/snavi03.png) no-repeat;
}
	.sNavi .category-dvd span {
		width: 109px;
		background: url(../images/goods/snavi03_soon.png) no-repeat;
	}
.sNavi .category-cd a {
	width: 110px;
	background: url(../images/goods/snavi04.png) no-repeat;
}
.sNavi .category-book a {
	width: 112px;
	background: url(../images/goods/snavi05.png) no-repeat;
}


.categoryHide{display:none;}

.page h4.category {
background-color:#fa73c3;
border-radius: 5px;	
padding:5px;
font-size:1.25em;width:25%;
color:#FFF;font-weight:bold;
text-align:center;
margin:-15px auto 0 auto;
}


.goods-list:before,
.goods-list:after {
	content: "";
	display: table;
}
.goods-list > li {
	float: left;
	width: 218px;
	margin: 20px 5px 20px;
	height:325px;
}
.goods-list > li:hover {
	cursor: pointer;
}
.goods-list > li .img {
	width: 184px;
	height: 195px;
	margin-bottom: 6px;
	padding: 22px 15px 0px 19px;
	background: url(../images/goods/bg_item.jpg) no-repeat;
}
.goods-list > li ul.icon-list {
	font-size: 12px;
	margin-bottom: 8px;
}
.goods-list > li ul.icon-list:before, .goods-list > li ul.icon-list:after {
	content: "";
	display: table;
}
.icon-purple, .icon-pink {
	width: 68px;
	height: 18px;
	text-align: center;
	font-size: 12px;
	padding-top: 1px;
	color: #fff;
}
.icon-pink {
	background: url(../images/goods/bg_iconPink.png) no-repeat;
}
.icon-purple {
	background: url(../images/goods/bg_iconPurple.png) no-repeat;
}
.goods-list > li ul.icon-list li {
	float: left;
	margin-left: 4px;
}
.goods-list > li ul.icon-list li:first-child {
	margin-left: 0;
}
.goods-list > li ul.icon-list:after {
	clear: both;
}
.text {
	width: 200px;
	margin: 0 auto;
}
.goods-list > li p {
	clear: both;
	text-align: left;
}
/* グッズ詳細
========================================================== */
h3.h3_detail {
	background: url(../images/goods/h3_detail.jpg) no-repeat center top;
	width: 920px;
	height: 22px;
	margin: 0 auto 20px;
	padding-top: 40px;
	text-indent: 100%;
	overflow: hidden;
	white-space: nowrap;
}
.goods-info .goods-image {
	float: left;
	width: 274px;
	margin-right: 14px;
	padding: 21px 19px;
	background: url(../images/goods/bg_item_detail.jpg) no-repeat;
}
.goods-info:before, .goods-info:after {
	content: "";
	display: table;
}
.goods-info:after {
	clear: both;
}
.goods-info .goods-detail {
	float: left;
	width: 480px;
	padding: 20px;
	-webkit-box-shadow: 0px 0px 5px #f0e8ff;
	-moz-box-shadow: 0px 0px 5px #f0e8ff;
	box-shadow: 0px 0px 5px #f0e8ff;
	-webkit-border-radius: 5px 5px;
	-moz-border-radius: 5px 5px;
	-ms-border-radius: 5px 5px;
	-o-border-radius: 5px 5px;
	border-radius: 5px 5px;
	border: #f0e8ff;
	background-color: #fff;
	border: 1px solid #f0e8ff \9;
	background: url(../images/goods/bg_detail_top.jpg) no-repeat center top;
}
.category-blu-ray .icon-purple, .category-dvd .icon-purple, .category-cd .icon-purple, .category-book .icon-purple {
	height: 20px;
	padding: 0;
	margin: 0 auto;
}
.goods-info h4 {
	font-size: 28px;
	color: #7e53c9;
	text-align: center;
	margin: 0 0 15px;
}
.goods-info .table-container table {
	width: 480px;
	margin: 0 auto 20px;
	font-size: 12px;
}
.goods-info .table-container table th, .goods-info .table-container table td {
	padding: 1px 25px 1px 5px;
	border-bottom: 2px solid #ffffff;
	font-size: 12px;
}
.goods-info .table-container table th {
	color: #fff;
	background-color: #f13bab;
	border-right: 2px solid #ffffff;
}
.goods-info .table-container table td {
	background-color: #ffcff7;
}
.goods-info .icon_ribbon {
	margin: 10px 0 8px;
}

.btnBuys{width:auto;margin-top:30px;}
.btnBuys img{width:75%;text-align:center;}

.btnBuys2{display:none;}


 @media screen and (max-width: 670px) {
.page {
	margin: 0 auto 0;
	padding: 30px 10px 50px;
}
.main-bottom {
	bottom: -15px;
}
.inner {
	width: 320px;
	margin: 0 auto;
	padding: 0;
}
h3, h3.h3_detail {
	display: none;
}

.page h4.category {
background-color:#fa73c3;
border-radius: 5px;	
padding:5px;
font-size:1.125em;width:40%;
color:#FFF;font-weight:bold;
text-align:center;
margin:10px auto 0;
}



.goods-list {
	width: 320px;
	margin: 0 auto;
}
.goods-list > li .img {
	width: 140px;
	height: auto;
	margin-bottom: 10px;
	padding: 0;
	background: none;
}
.goods-list > li .img img {
	width: 100%;
	height: auto;
}
.goods-list > li {
	width: 140px;
	height: auto;
	margin: 20px 0;
	min-height: 251px;
}
.goods-list > li:nth-child(even) {
	margin-left: 20px;
}
.text {
	width: auto;
}
.btn {
	margin-top: 30px;
}



/* グッズ詳細
========================================================== */

body.category-cd .inner, body.category-book .inner,body.category-blu-ray .inner,body.category-dvd .inner {
	width: auto;
	margin: 0 auto;
	padding: 0;
}
.goods-info .goods-image {
	float: none;
	background: none;
	margin: auto;
	text-align: center;
	padding: 20px 0px 30px;
}
.goods-info .goods-detail {
	float: none;
	width: auto;
}
.category-blu-ray .icon-purple, .category-dvd .icon-purple, .category-cd .icon-purple, .category-book .icon-purple {
	margin: 0 0 10px 0;
}
.goods-info h4 {
	font-size: 24px;
	text-align: left;
}
.goods-info .table-container table {
	width: 100%;
	margin-left: 0;
}
.goods-info .table-container table th, .goods-info .table-container table td {
	padding: 5px;
}
.btnBuys{width:auto;margin-top:15px;}
.btnBuys img{width:75%;text-align:center;}

.btnBuys2{width:auto;margin-top:25px;margin-bottom:25px;display:block;}
.btnBuys2 img{width:75%;text-align:center;}



}

