@charset "utf-8";

.tokushu {
	width: 510px;
	height: auto;
	line-height: 1.2em;
	color: #fff !important;
	font-family: 'Meiryo UI', 'ヒラギノ丸ゴ ProN', 'Hiragino Maru Gothic ProN', 'Hiragino Kaku Gothic ProN', 'ヒラギノ角ゴ ProN W3', sans-serif;
	font-family: 'Noto Sans Japanese', sans-serif !important;
	font-size: 62.5% !important;
	background: url(../images/bg.jpg) repeat;
}

/* -- sns -- */
/*.sns_wrap {
	margin: 5px 0 5px 3px !important;
}
.sns_wrap .fb-like {
	margin-top: -2px !important;
}
.sns_wrap .line {
	display: inline-block;
	line-height: 0;
	margin-top: -2px !important;
	padding-left: 5px\0 !important;
	padding-left: 5px\9 !important;
}*/

.tokushu .header {
	width: 100%;
	text-align: center;
}

.tokushu .header img {
	width: 485px;
	height: 276px;
	margin-top: 10px !important;
}

/*.tokushu .item_block {
	width: 95%;
	margin: 0 auto!important;
	padding: 30px 0 20px!important;
	text-align: center;
	border-radius: 10px;
	border: 3px #000 solid;
	border: 3px #000 solid;
}*/

.tokushu .item_block h3 {
	text-align: center !important;
	margin-bottom: 0!important;
}

.tokushu .item_block h3 img {
	width: 510px;
}

.tokushu .item_block .product_l {
	position: relative;
	width: 95%;
	margin: 0 auto 30px !important;
	background: rgba(217, 14, 149, 0.4);
	/*	border: #f55afb 1px solid;*/
}

.tokushu .item_block .product_l:before,
.tokushu .item_block .product_l:after {
	width: calc(100% - 20px);
	height: 0;
	display: block;
	position: absolute;
	left: 0;
	content: "";
}

.tokushu .item_block .product_l:before {
	border-bottom: solid 20px rgba(217, 14, 149, 0.4);
	border-left: solid 20px transparent;
	bottom: 100%;
}

.tokushu .item_block .product_l:after {
	border-top: solid 20px rgba(217, 14, 149, 0.4);
	border-right: solid 20px transparent;
	top: 100%;
}

.tokushu .item_block .product_l:last-child {
	margin-bottom: 10px !important;
}

.tokushu .item_block .product_l h4 {
	margin: 15px 8px 20px !important;
	box-sizing: border-box;
}

.tokushu .item_block .product_l h4 a {
	font-size: 1.6em;
	font-size: 16px!important;
	font-weight: bold;
	text-decoration: none;
	color: #fff;
}


.tokushu .item_block .product_l h4 a:hover {
	color: #f761ce !important;
}

.tokushu .item_block .product_l h4 a:visited {
	color: #fff;
}

.tokushu .item_block .product_l h5 {
	margin: 15px 8px 10px !important;
	box-sizing: border-box;
	font-size: 1.6em;
	font-size: 16px !important;
	line-height: 17px !important;
	font-weight: bold;
	text-align:center !important;
}

.tokushu .product_l div {
	margin: 0 auto !important;
	text-align: center;
	width: 100%;
}

.tokushu .product_l div .detail .p_img {
	display: inline-block;
	width: 57%;
	float: left;
}

.tokushu .product_l div .detail .p_img img {
	width: 100%;
	margin-bottom: 1em !important;
	border: 1px solid #cfcfcf;
	box-sizing: border-box;
	transition: 0.5s;
	margin-left: 10px !important;
}

.tokushu .product_l div .detail .p_img02 {
	/*特典画像（小さい画像）が１枚の時このスタイル使用*/
	display: inline-block;
	width: 37%;
	padding-left: 8px !important;
}

.tokushu .product_l div .detail .p_img02 img {
	/*特典画像（小さい画像）が１枚の時このスタイル使用*/
	width: 100%;
	border: 1px solid #cfcfcf;
	z-index: 2;
	position: relative;
}

.tokushu .product_l div .detail .p_img02 img:hover {
	-webkit-transform: scale(1.8);
	-moz-transform: scale(1.8);
	-ms-transform: scale(1.8);
	-o-transform: scale(1.8);
	transform: scale(1.8);
	cursor: pointer;
	cursor: zoom-in;
}

.tokushu .product_l div .detail {
	position: relative;
	float: left;
}

.tokushu .product_l div .detail .wrap {
	width: 38%;
	overflow: hidden;
	position: absolute;
	right: 5px;
	bottom: 5px;
}

.tokushu .product_l div .detail .wrap dl {
	text-align: center;
	margin-bottom: 5px !important;
	line-height: 1.2;
}

.tokushu .product_l div .detail .wrap dl dt {
	display: block;
	font-size: 14px !important;
	font-weight: bold;
	text-shadow:
		#f761ce 1px 1px 0, #f761ce -1px -1px 0,
		/*右下、左上*/
		#f761ce -1px 1px 0, #f761ce 1px -1px 0,
		/*右上、左下*/
		#f761ce 0px 1px 0, #f761ce 0-1px 0,
		/*右、左*/
		#f761ce -1px 0 0, #f761ce 1px 0 0;
	/*上、下*/
	width: auto !important;
}

.tokushu .product_l div .detail .wrap dl dd {
	display: inline-block;
	font-size: 16px !important;
	font-weight: bold;
	text-shadow:
		#f761ce 1px 1px 0, #f761ce -1px -1px 0,
		/*右下、左上*/
		#f761ce -1px 1px 0, #f761ce 1px -1px 0,
		/*右上、左下*/
		#f761ce 0px 1px 0, #f761ce 0-1px 0,
		/*右、左*/
		#f761ce -1px 0 0, #f761ce 1px 0 0;
	/*上、下*/
	text-decoration: none;
	width: auto !important;
}

.tokushu .product_l div .detail .wrap dl dd small {
	display: inline-block;
	font-size: 12px !important;
	font-weight: normal;
}

/*.tokushu .product_l div .detail .wrap dl dd:after{
	display: inline-block;
	font-size: 10px!important;
	content: "(税込)";
	font-weight: normal;
}*/


/*　商品詳細 */
.tokushu table {
	width: 95%;
	margin: 0 auto 5px !important;
	table-layout: fixed;
	font-size: 1.2em;
	font-size: 12px !important;
	border-collapse: separate !important;
	border-spacing: 0px 2px !important;
}
.tokushu th {
	width: 25%;
	margin: 0 !important;
	padding: 3px!important;
	font-weight:bold;
	background-color: rgba(255, 255, 255, 0.2);
	color: #fff;
	text-align: center !important;
	vertical-align: middle !important;
	line-height: 12px !important;
}
.tokushu td {
	width: 75%;
	margin: 0 !important;
	padding: 3px!important;
	background-color: rgba(255, 255, 255, 0.2);
	color: #fff;
	vertical-align: middle !important;
}
.tokushu td a {
	color: #fff !important;
}
.tokushu td a:hover {
	color: #5acbf8 !important;
}
	
.tokushu .product_l .cart {
	display: inline-block;
	width: 100%;
	padding: 10px 0 !important;
	background: #282424;
	border: 2px #f761ce solid;
	border-radius: 3px;
	box-sizing: border-box;
	font-size: 1.8em;
	font-size: 18px !important;
	font-weight: bold;
	color: #fff;
	text-decoration: none;
	margin-bottom: 10px !important;
	text-shadow:
		black 1px 1px 0, black -1px -1px 0,
		/*右下、左上*/
		black -1px 1px 0, black 1px -1px 0,
		/*右上、左下*/
		black 0px 1px 0, black 0-1px 0,
		/*右、左*/
		black -1px 0 0, black 1px 0 0;
	/*上、下*/
	box-shadow: 2px 2px 5px rgba(255, 255, 255, 0.8);
}


.tokushu .product_l .cart:hover {
	background-color: #f761ce;
	border-color: #000;
	color: #000 !important;
}

.tokushu .product_l.tokuten-block {
	width: 100%;
	margin: 0 0 10px !important;
	text-align: center;
}

.tokushu .product_l .tokuten-block img {
	width: 35%;
	margin: 5px 5px 10px !important;
	border: 1px solid #cccccc;
}


.tokushu .product_l dl {
	display: inline-block;
	color: #fff;
	clear: both;
	margin: 0 8px !important;
}

.tokushu .product_l dl dt {
	display: inline-block;
	width: 30%;
	font-size: 1.4em;
	font-size: 14px !important;
	font-weight: bold;
	margin-bottom: 3px !important;
}

.tokushu .product_l dl dd {
	display: inline-block;
	width: 70%;
	font-size: 1.3em;
	font-size: 13px !important;
	text-decoration: underline;
}

.tokushu .product_l ul {
	margin: 10px 5px!important;
}

.tokushu .product_l ul li{
	font-size: 12em;
	font-size: 12px !important;
	line-height: 1.35;
	background: rgba(255, 255, 255, 0.2);
	margin: 10px auto!important;
	border: solid 1px rgba(255, 255, 255, 0.5);
	padding: 3px!important;
}

.tokushu .product_l ul li:first-child{
	font-size: 1.5em;
	font-size: 15px !important;
	font-weight: bold;
	border:none;
	background: none;
}

.tokushu .item_block .reflection {
	background: rgba(51, 199, 226, 0.4) !important;
	margin-top: 55px!important;
}

.tokushu .item_block .reflection:before {
	border-bottom: solid 20px rgba(51, 199, 226, 0.4) !important;
}

.tokushu .item_block .reflection:after {
	border-top: solid 20px rgba(51, 199, 226, 0.4) !important;
}

.tokushu .item_block .reflection h4 a:hover {
	color: #5acbf8 !important;
}

.tokushu .item_block .reflection h4 a:visited {
	color: #fff;
}

.tokushu .reflection div .detail .wrap dl dt {
	text-shadow:
		#5acbf8 1px 1px 0, #5acbf8 -1px -1px 0,
		/*右下、左上*/
		#5acbf8 -1px 1px 0, #5acbf8 1px -1px 0,
		/*右上、左下*/
		#5acbf8 0px 1px 0, #5acbf8 0-1px 0,
		/*右、左*/
		#5acbf8 -1px 0 0, #5acbf8 1px 0 0;
	/*上、下*/
}

.tokushu .reflection div .detail .wrap dl dd {
	text-shadow:
		#5acbf8 1px 1px 0, #5acbf8 -1px -1px 0,
		/*右下、左上*/
		#5acbf8 -1px 1px 0, #5acbf8 1px -1px 0,
		/*右上、左下*/
		#5acbf8 0px 1px 0, #5acbf8 0-1px 0,
		/*右、左*/
		#5acbf8 -1px 0 0, #5acbf8 1px 0 0;
	/*上、下*/
}

.tokushu .reflection .cart {
	border: 2px #5acbf8 solid;
	box-shadow: 2px 2px 5px rgba(255, 255, 255, 0.8);
}


.tokushu .reflection .cart:hover {
	background-color: #5acbf8;
	border-color: #000;
	color: #000 !important;
}

/*link bnr*/

.tokushu .bnr {
	width: 510px;
}

.tokushu .bnr img {
	width: 100%;
}


.tokushu .bnr a:hover {
	opacity: 0.7;
	filter: alpha(opacity=70);
}

.tokushu .bnr a:hover {
	opacity: 0.7;
	filter: alpha(opacity=70);
}

/*footer*/
.tokushu .footer {
	text-align: center;
	padding-bottom: 20px !important;
	font-size: 12px !important;
}

/*backtop*/
.tokushu .page-top {
	position: fixed;
	right: 20px;
	bottom: 20px;
	z-index: 9999 !important;
}

.tokushu .page-top a:link {
	color: #a90472 !important;
	font-size: 6em !important;
	text-decoration: none !important;
}

.tokushu .page-top a:hover {
	opacity: 0.8;
	filter: alpha(opacity=80);
}

.tokushu .page-top a:visited {
	color: #a90472 !important;
}
