/*-----------------------------------------------------------------------------

----------------------------------------------------------------------------*/
.sp_only {
	display: none;
}
.pc_only {
	display: block;
}
#main {
	padding-left: 0;
	float: none;
	width: 100%;
overflow: hidden;
}
.lp46_topContent {
	overflow: hidden;
	padding: 20px;
}
.topTxt {
	font-size: 18px;
	text-align: center;
	padding: 30px 0;
	line-height: 1.8;
}
.lp46_allContent {
	border: 4px solid #7f1085;
	border-radius: 10px;
	overflow: hidden;
	background: #f9f9f9;
	margin: 10px 10px 30px 10px;
}
.ttl {
	background: #7f1085 url(/member-produce/img/ttl_ico.png) no-repeat 99% center;
	color: #fff;
	font-size: 34px;
	font-weight: bold;
	border: 4px solid #7f1085;
	padding: 20px 0;
}
.lp46_leftContent {
	float: left;
	padding: 10px 20px 0 20px;
}
.lp46_rightContent {
	float: left;
	width: 700px;
	margin-left: 40px;

	padding: 1em;

}
.lp46_rightContent.detail {
	background: #fff;
	margin: 0 10px;
	border-radius: 10px;
}

.lp46_rightContent dl {
	border-radius: 10px;
	overflow: hidden;

}
.lp46_rightContent dt {
	float: left;
	margin: 10px;
	display: table-cell; /*上下中央*/
	width: 200px;
	height: 200px;
	text-align: center; /*左右中央*/
	vertical-align: middle; /*上下中央*/
	position: relative;
}
.lp46_rightContent dd {
	font-size: 18px;
	line-height: 1.6em;
	padding: 10px;
	float: right;
	width: 440px;
}
.lp46_rightContent dd .ttl_name {
	font-size: 22px;
	font-weight: bold;
}
.lp46_btnNext a {
	background: #b270b6;
	color: #fff;
	font-size: 22px;
	font-weight: bold;
	border-radius: 5px;
	padding: .8em 3em;
	margin-top: 1em;
	display: inline-block;
	position: relative;
	transition: .3s;
	float: right;
}
.lp46_btnNext a:hover {
	opacity: .7;
}
/*詳細ページ*/
.ttl_detail {
	text-align: center;
	margin:2em auto 0 auto;}

.lp46_btnBuy {
	text-align: center;
}
.lp46_btnBuy a {
	background: #f6c05c;
	color: #fff;
	font-size: 22px;
	font-weight: bold;
	border-radius: 5px;
	padding: .8em 10em;
	margin: 1em auto;
	display: inline-block;
	position: relative;
	transition: .3s;
}
.lp46_btnBuy a:hover {
	opacity: .7;
}

#itemAll {
	margin: 10px;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}
#itemAll .item {
	width: 363px;
}
#itemAll .item dl {
	background: #7f1085;
	color: #fff;
	padding: 10px;
	margin-bottom: 30px;
}
#itemAll .item dt {
	font-size: 20px;
	font-weight: bold;
}
#itemAll .item dd {
	font-size: 14px;
}
#lastItemAll {
	overflow: hidden;
	margin: 10px;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}
#lastItemAll .left_img {
	float: left;
	width: 50%;
}
#lastItemAll .right_content {
	background: #fff;
	border-radius: 6px;
	padding: 14px;
	float: right;
	width: 46%;
}
#lastItemAll .right_content dl {
	overflow: hidden;
	margin-bottom: 20px;
}
#lastItemAll .right_content dl dt {
	float: left;
	width: 58%;
	font-size: 18px;
	line-height: 1.8;
}
#lastItemAll .right_content dl dd {
	float: right;
	width: 40%;
}
#lastItemAll .right_content dl dd img {
	width: 100%;
}
#lastItemAll .right_content h2 {
	font-size: 22px;
	font-weight: bold;
	margin-bottom: 1em;
}
#lastItemAll .right_content .price {
	color: #7f1085;
	font-size: 18px;
	margin-bottom: 1em;
}
#lastItemAll .right_content .txt {
	font-size: 18px;
	margin-bottom: 1em;
}
#lastItemAll .right_content .lp46_btnBuy a {
	background: #f6c05c;
	color: #fff;
	font-size: 22px;
	font-weight: bold;
	border-radius: 5px;
	padding: .8em 8em;
	margin: 1em auto;
	display: inline-block;
	position: relative;
	transition: .3s;
}

@media only screen and (max-width: 768px) {
.sp_only {
	display: block;
}
.pc_only {
	display: none;
}
#body {
 background: url(none) !important;
}

#wrapper {
	width: 100%;
	margin: 0 auto;
}
#contents {
	width: 100%;
}
#main {
	padding: 0;
	float: none;
	width: 100%;
}
.lp46_topContent {
	overflow: hidden;
	padding: 10px;
}
.main_img img {
	width: 100%;
}
.topTxt {
	font-size: 16px;
	text-align: center;
	padding: 20px 0;
	line-height: 1.4;
}
.lp46_allContent {
	border: 4px solid #7f1085;
	border-radius: 10px;
	overflow: hidden;
	background: #f9f9f9;
	margin: 10px 10px 30px 10px;
	padding-bottom: 2em;
}
.ttl {
	background: #7f1085 url(/member-produce/img/ttl_ico.png) no-repeat 99% center;
	color: #fff;
	font-size: 18px;
	font-weight: bold;
	border: 4px solid #7f1085;
	padding: 12px 0;
}
.lp46_leftContent {
	float: none;
	padding: 10px;
}
.lp46_leftContent img {
	width: 100%;
}
.lp46_rightContent {
	float: none;
	width: auto;
	margin-left: 0px;
}
.lp46_rightContent dl {

	overflow: hidden;

	padding-bottom: 16px;
}
.lp46_rightContent dt {
	margin: 10px 10px 0 0;
	display: block;
	text-align: center;
	width: 40%;
	height: auto;
}
.lp46_rightContent dt img {
	width: 100%;
	height:auto;
}
.lp46_rightContent dd {
	font-size: 14px;
	line-height: 1.4em;
	padding: 0 14px 0 0;
	float: none;
	width: 100%;
	margin: 0;
}
.lp46_rightContent dd .ttl_name {
	font-size: 16px;
	margin-bottom: 1.4em;
}
.lp46_btnNext a {
	float: none;
	padding: .8em;
	margin: 0 10px 20px 10px;
	white-space: nowrap;
	display: block;
	text-align: center;
}
.lp46_btnNext a:hover {
	opacity: .7;
}
/*詳細ページ*/
.ttl_detail img {
	width: 95%;
	padding-top: 1em;
	margin: 0 auto;
	text-align: center;
}
.lp46_btnBuy a {
	padding: .8em;
	margin: 1em .5em;
	white-space: nowrap;
	width: 80%;
}
#itemAll {
	margin: 10px;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}
#itemAll .item {
}
#itemAll .item img {
	width: 100%;
}
#itemAll .item dl {
	background: #7f1085;
	color: #fff;
	padding: 10px;
	margin-bottom: 30px;
}
#itemAll .item dt {
	font-size: 18px;
	margin-bottom: .4em;
}
#itemAll .item dd {
	font-size: 13px;
	line-height: 1.6;
}
#lastItemAll {
	overflow: hidden;
	margin: 10px;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}
#lastItemAll .left_img {
	float: none;
	width: 100%;
	margin-bottom: 1em;
}
#lastItemAll .left_img img {
	width: 100%;
}
#lastItemAll .right_content {
	padding: 14px;
	width: 90%;
}
#lastItemAll .right_content dl {
}
#lastItemAll .right_content dl dt {
	float: left;
	width: 54%;
	font-size: 13px;
	line-height: 1.6;
}
#lastItemAll .right_content dl dd {
	float: right;
	width: 38%;
}
#lastItemAll .right_content dl dd img {
	width: 100%;
}
#lastItemAll .right_content h2 {
	font-size: 18px;
}
#lastItemAll .right_content .price {
	color: #7f1085;
	font-size: 16px;
	margin-bottom: 1em;
}
#lastItemAll .right_content .txt {
	font-size: 13px;
	margin-bottom: 1em;
}
#lastItemAll .right_content .lp46_btnBuy a {
    padding: .8em;
    margin: 1em auto 0;
    display: block;
    width: 84%;
}
}
