@charset "utf-8";
/*
	goods.css
*/

/* ==========================================================
	PC表示 @media screen and (min-width: 641px)
========================================================== */

@media screen and (min-width: 641px) {
	#goods #contents .inner {
		width: 920px;
		padding: 40px 0 50px;
		margin: 0 auto;
	}
	#goods #contents h3 {
		border-bottom: 2px dotted #ef8cb6;
    width: 920px;
    text-align: center;
    color: #ff5f78;
    font-size: 28px;
    font-weight: bold;
    word-wrap: break-word;
    overflow-wrap: break-word;
    padding: 15px 80px 10px;
    margin: 0 auto 20px;
    position: relative;
    z-index: 2;
	}

	/*	sNavi
	=================== */
	#goods .sNavi ul li a {
		height: 50px;
		text-indent: -9999px;
		display: block;
	}
	#goods .sNavi ul li a:hover{
		background-position: 0 -50px;
	}
	#goods li.all a{
		background: url(../images/goods/btn_sNavi01.png) no-repeat;
		width: 106px;
	}
	#goods li.bluray a{
		background: url(../images/goods/btn_sNavi02.png) no-repeat;
		width: 124px;
	}
	#goods li.dvd a{
		background: url(../images/goods/btn_sNavi03.png) no-repeat;
		width: 96px;
	}
	#goods li.cd a{
		background: url(../images/goods/btn_sNavi04.png) no-repeat;
		width: 86px;
	}
	#goods li.book a{
		background: url(../images/goods/btn_sNavi05.png) no-repeat;
		width: 102px;
	}
	/*
	#goods.category_all .sNavi ul li.all a,
	#goods.category_bluray .sNavi ul li.bluray a,
	#goods.category_dvd .sNavi ul li.dvd a,
	#goods.category_cd .sNavi ul li.cd a,
	#goods.category_book .sNavi ul li.book a {
		background-position: 0 -50px;
	}
	*/

	/* グッズ一覧
	================= */
	#goods #contents .list {
		width: 900px;
		margin: 0 auto;
		clear: both;
		overflow: hidden;
	}
	#goods #contents .list > li {
		float: left;
		width: 210px;
		margin: 0 20px 25px 0;
	}
	#goods #contents .list > li:nth-child(4n) {
		margin: 0 0 25px;
	}
	#goods #contents .list > li:hover {
		cursor: pointer;
	}
	#goods #contents .list > li .img {
		background: url(../images/goods/flame_s.png) no-repeat center 0;
		width: 210px;
		height: 214px;
		padding: 16px 15px;
	}
	#goods #contents .list .inline {
		width: 210px;
		margin: 0 auto;
	}
	#goods #contents .list .inline ul.icon {
		font-size: 0;
		text-align: center;
		margin: 4px 0 6px;
	}
	#goods #contents .list .inline ul.icon li {
		border-radius: 3px;
		width: 90px;
		font-size: 12px;
		color: #fff;
		text-align: center;
		padding: 2px 0 0;
		margin: 0 0 0 10px;
		display: inline-block;
	}
	#goods #contents .list .inline ul.icon li:first-child {
		background-color: #ffa200;
		margin: 0;
	}
	#goods #contents .list .inline ul.icon li:last-child {
		background-color: #e08ae0;
	}
	#goods #contents .list .inline p > a {
		font-size: 15px;
		color: #ff5f78;
	}

	/* 詳細
	================= */
	#goods #contents section {
		padding: 0 30px;
		clear: both;
		overflow: hidden;
	}
	#goods #contents section .main_img {
		background: url(../images/goods/flame_l.png) no-repeat;
		width: 315px;
		height: 315px;
		padding: 20px;
		margin: 0 10px 0 0;
		float: left;
	}
	#goods #contents section .info {
		background: url(../images/goods/bg_race_top.png) no-repeat center top;
		background-color: #fff4fa;
		border: 1px solid #ffbad7;
	  -webkit-box-shadow: 0px 0px 5px #ffbad7;
	  -moz-box-shadow: 0px 0px 5px #ffbad7;
	  box-shadow: 0px 0px 5px #ffbad7;
		border-radius: 5px;
		width: 520px;
		padding: 20px;
		margin: 5px 0;
		float: left;
	}
	#goods #contents section ul.icon {
		font-size: 0;
		text-align: center;
	}
	#goods #contents section ul.icon li {
		border-radius: 3px;
		width: 90px;
		font-size: 12px;
		color: #fff;
		text-align: center;
		padding: 4px 0 2px;
		margin: 0 0 0 10px;
		display: inline-block;
	}
	#goods #contents section ul.icon li:first-child {
		background-color: #ffa200;
		margin: 0;
	}
	#goods #contents section ul.icon li:last-child {
		background-color: #e08ae0;
	}
	#goods #contents section h4 {
		font-size: 24px;
		font-weight: bold;
		color: #ff5f78;
		text-align: center;
		margin: 12px 0 15px;
	}
	#goods #contents section h5 {
		background: url(../images/goods/line_dot.png) repeat-x bottom;
		font-size: 20px;
		color: #563c3c;
		padding: 0 0 6px;
		margin: 0 0 8px;
	}
	#goods #contents section table {
		width: 100%;
		margin: 0 auto 20px;
		font-size: 14px;
	}
	#goods #contents section table th,
	#goods #contents section table td {
		padding: 2px 25px 1px 5px;
		border-bottom: 2px solid #fff;
		font-size: 14px;
	}
	#goods #contents section table th {
		color: #fff;
		background-color: #ea659d;
		border-right: 2px solid #fff;
	}
	#goods #contents section table td {
		background-color: #ffbad7;
	}
	#goods #contents section .detail {
		line-height: 1.8;
	}
	#goods #contents section .detail span {
		text-indent: 3em;
		display: block;
	}
	/* 購入するボタン */
	#goods #contents .btn_buy {
		width: 332px;
		margin: 30px auto 10px;
	}
	
.conSnsArea{margin:5px -10px 0 0;}
	
	ul.column5 {width:100%;overflow:hidden;}
	ul.column5 li{float:left;margin-right:0.625%;width:19.5%;margin-bottom:5px;}
	ul.column5 li:nth-child(5n) {margin-right:0%;}	
	
}


/* ==========================================================
	SP表示 @media screen and (max-width: 640px)
========================================================== */

@media screen and (max-width: 640px) {
	#goods #contents .inner {
		width: 100%;
		padding: 35px 4% 40px;
		margin: 0 auto;
	}
	#goods #contents h3 {
		border-bottom: 2px dotted #ef8cb6;
    width: 100%;
    text-align: center;
    color: #ff5f78;
    font-size: 20px;
    font-weight: bold;
    word-wrap: break-word;
    overflow-wrap: break-word;
    padding: 0 4% 10px;
    margin: 0 auto 15px;
    position: relative;
    z-index: 2;
	}

	/* グッズ一覧
	================= */
	#goods #contents .list {
		width: 100%;
		margin: 0 auto;
		clear: both;
		overflow: hidden;
	}
	#goods #contents .list > li {
		float: left;
		width: 49%;
		margin: 0 0 3.5% 2%;
	}
	#goods #contents .list > li:nth-child(odd) {
		margin: 0 0 3.5%;
	}
	#goods #contents .list > li:hover {
		cursor: pointer;
	}
	#goods #contents .list > li .img {
		background: url(../images/goods/flame_s.png) no-repeat center 0;
		background-size: 100% auto;
		width: 100%;
		padding: 8% 7%;
	}
	#goods #contents .list .inline {
		width: 100%;
		margin: 0 auto;
	}
	#goods #contents .list .inline ul.icon {
		font-size: 0;
		text-align: center;
		margin: 4px 0 6px;
	}
	#goods #contents .list .inline ul.icon li {
		border-radius: 3px;
		width: 49%;
		font-size: 12px;
		color: #fff;
		text-align: center;
		padding: 2px 0 0;
		margin: 0 0 0 2%;
		display: inline-block;
	}
	#goods #contents .list .inline ul.icon li:first-child {
		background-color: #ffa200;
		margin: 0;
	}
	#goods #contents .list .inline ul.icon li:last-child {
		background-color: #e08ae0;
	}
	#goods #contents .list .inline p > a {
		font-size: 15px;
		color: #ff5f78;
	}

	/* 詳細
	================= */
	#goods #contents section .main_img {
		background: url(../images/goods/flame_l.png) no-repeat center 0;
		background-size: 100% auto;
		width: 100%;
		padding: 6.5% 6%;
		margin: 0 0 20px;
	}
	#goods #contents section .info {
		background: url(../images/goods/bg_race_top.png) no-repeat center top;
		background-color: #fff4fa;
		border: 1px solid #ffbad7;
	  -webkit-box-shadow: 0px 0px 5px #ffbad7;
	  -moz-box-shadow: 0px 0px 5px #ffbad7;
	  box-shadow: 0px 0px 5px #ffbad7;
		border-radius: 5px;
		width: 100%;
		padding: 20px;
	}
	#goods #contents section ul.icon {
		font-size: 0;
		text-align: center;
		padding: 0 20%;
	}
	#goods #contents section ul.icon li {
		border-radius: 3px;
		width: 49%;
		font-size: 12px;
		color: #fff;
		text-align: center;
		padding: 4px 0 2px;
		margin: 0 0 0 2%;
		display: inline-block;
	}
	#goods #contents section ul.icon li:first-child {
		background-color: #ffa200;
		margin: 0;
	}
	#goods #contents section ul.icon li:last-child {
		background-color: #e08ae0;
	}
	#goods #contents section h4 {
		font-size: 20px;
		font-weight: bold;
		color: #ff5f78;
		text-align: center;
		margin: 12px 0 15px;
	}
	#goods #contents section h5 {
		background: url(../images/goods/line_dot.png) repeat-x bottom;
		font-size: 18px;
		color: #563c3c;
		padding: 0 0 6px;
		margin: 0 0 8px;
	}
	#goods #contents section table {
		width: 100%;
		margin: 0 auto 20px;
		font-size: 14px;
	}
	#goods #contents section table th,
	#goods #contents section table td {
		padding: 2px 25px 1px 5px;
		border-bottom: 2px solid #fff;
		font-size: 14px;
	}
	#goods #contents section table th {
		color: #fff;
		background-color: #ea659d;
		border-right: 2px solid #fff;
	}
	#goods #contents section table td {
		background-color: #ffbad7;
	}
	#goods #contents section .detail {
		line-height: 1.8;
	}
	#goods #contents section .mb30 {
		margin: 0 0 15px;
	}
	/* 購入するボタン */
	#goods #contents .btn_buy {
		width: 100%;
		margin: 20px 0 0;
	}
	
.conSnsArea{margin:0px -10px 10px 0;}
	
	
	ul.column5 {width:100%;overflow:hidden;}
	ul.column5 li{float:left;margin-right:2%;width:32%;}
	ul.column5 li:nth-child(3n) {margin-right:0%;}
	
	
}




