@charset "UTF-8";

/* SP */
@media screen and (max-device-width: 480px) {
	.tokushu_wrap {
		width: 100% !important;
	}

	.tokushu_wrap .pc {
		display: none !important;
	}

	/*マージン・余白-----------------------------*/
	.tokushu_wrap .pd5 {
		padding: 0 !important;
	}

	/*コンテンツ-----------------------------*/
	.tokushu_wrap .header img {
		width: 100% !important;
	}

	.tokushu_wrap .cont_t {
		background: url(../images/img_ttl_bg_sp.jpg) no-repeat top left;
		width: 100% !important;
		height: calc(auto - 0) !important;
		max-height: 49px;
		margin: 5px auto -2px !important;
		background-size: 100% !important;
	}

	.tokushu_wrap .cont_t span {
		font-size: 1.45em;
		font-size: 14.5px !important;
		letter-spacing: -0.2 !important;
		line-height: auto !important;
	}

	.tokushu_wrap .cont_t img {
		width: 100% !important;
		height: auto;
	}

	.tokushu_wrap .product_l img.item {
		width: 90% !important;
	}

	.tokushu_wrap .product_l img.item2 {
		width: 60% !important;
	}

	.tokushu_wrap .product_l img.item3 {
		width: 90% !important;
	}

	.tokushu_wrap .cont_m {
		width: 100% !important;
		background-size: contain !important;
	}

	.tokushu_wrap .cont_b {
		width: 100% !important;
		background-size: contain !important;
	}

	.tokushu_wrap .cont {
		width: 90% !important;
	}

	/*商品-----------------------------*/
	.tokushu_wrap .product_l,
	.tokushu_wrap .product_m {
		width: 98% !important;
	}

	.tokushu_wrap .product_s {
		width: 49% !important;
		margin: 0 1px 8px 1px !important;
	}

	.tokushu_wrap .product_m img {
		display: table;
		width: 65%;
	}

	.tokushu_wrap .product_s img {
		width: 95%;
	}

	.tokushu_wrap .product_m .item-data {
		width: 98%;
		min-height: auto !important;
	}

	/*商品名-----------------------------*/
	.tokushu_wrap h3 {
		padding: 0 3px 5px 18px !important;
		font-size: 13px !important;
	}

	.tokushu_wrap h3 span {
		font-size: 11px !important;
	}


	/*価格-----------------------------*/
	.tokushu_wrap .bottom {
		position: relative !important;
		top: 3px;
		left: 0;
		right: 0;
		width: 100%;
		text-align: center !mportant;
	}

	.tokushu_wrap .product_m .price {
		display: inline-block;
		vertical-align: top;
		width: 45%;
		height: auto;
		color: #ba2c14;
		font-size: 15px;
		line-height: 2.0 !important;
		text-align: right !important;
		padding-right: 5px !important;
	}

	.tokushu_wrap .product_l .cart img {
		display: inline-block;
		width: 100%;
		max-width: 135px;
		margin: 5px 0 0 !important;
	}

	.tokushu_wrap .product_m .cart img {
		display: inline-block;
		width: 100%;
		max-width: 135px;
	}

	.tokushu_wrap .product_s .cart img {
		width: 95% !important;
		margin: 5px 0 0 !important;
	}

	.tokushu_wrap .product_l .price {
		width: 100%;
		font-size: 14px !important;
		text-align: center !important;
		margin-right: 0 !important;
	}
}