.listSwitch{
	width: 100%;
	text-align: right;
	margin-bottom: 15px;
	border-bottom: 1px solid #791500;
	padding-bottom: 7px;
}
.listSwitch_box{
	display: inline-block;
	margin: 0;
}
.listSwitch_title{
	display: inline-block;
	vertical-align: middle;
	font-size: 14px;
	margin-right: 16px;
	margin-bottom: 0;
}
.listSwitch_btn{
	display: inline-block;
	vertical-align: middle;
	margin: 0;
}
.listSwitch_btn > a{
	transition: .2s ease-in-out;
	display: inline-block;
	vertical-align: middle;
	width: 20px;
	height: 20px;
	margin-right: 15px;
}
.listSwitch_btn1{
	background: url("../../img/common/icon/product_list_icon1.svg") no-repeat 0 0 / 20px auto;
}
.listSwitch_btn2{
	background: url("../../img/common/icon/product_list_icon2.svg") no-repeat 0 0 / 20px auto;
}
.listSwitch_btn > a.active{
	opacity: .45;
}
@media screen and (min-width: 768px){
	.listSwitch_btn > a:hover{
		opacity: .45;
	}
}
@media screen and (max-width: 767px){
	.listSwitch_btn > a{
		width: 25px;
		height: 25px;
	}
	.listSwitch_btn1{
		background: url("../../img/common/icon/product_list_icon1.svg") no-repeat 0 0 / 25px auto;
	}
	.listSwitch_btn2{
		background: url("../../img/common/icon/product_list_icon2.svg") no-repeat 0 0 / 25px auto;
		margin-right: 10px !important;
	}
}
.contentsInner .recList{
	position: relative;
}
.contentsInner .recList::before{
	transition: .2s ease-in-out;
	display: block;
	content: "";
	background: #fff url("../../img/page/gif-load.gif") no-repeat center 200px;
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
	z-index: 50;
}
.recList.loadComplete::before{
	display: none;
}
.recList .product_excerpt{
	display: none;
}
.recList .product_remarks{
	display: none;
}
.recList.magazineList .publisher_custom{
	display: none;
}
.recList.recList_change{
	display: block;
}
.recList.recList_change li{
	width: 100%;
	text-align: left;
	padding-bottom: 20px;
	margin-bottom: 20px;
	border-bottom: 1px solid #DDDDDD;
}
.recList.recList_change li > a{
	display: block;
	padding-left: 100px;
	height: auto !important;
	position: relative;
	min-height: 120px;
}
.recList.recList_change li figure{
	width: 80px;
	height: auto !important;
	position: absolute;
	top: 0;
	left: 0;
}
.recList.recList_change li figure img{
	width: 100%;
}
.recList.recList_change li .title{
	text-align: left;
	font-weight: bold;
	margin-bottom: 10px;
	font-size: 17px;
}
.recList.recList_change li .publisher{
	text-align: left;
	font-weight: bold;
	margin-bottom: 10px;
}
.recList.recList_change li .price{
	text-align: right;
}
.recList.recList_change .product_excerpt{
	display: block;
	font-size: 13px;
	line-height: 1.5em;
	overflow: hidden;
	position: relative;
	max-height: 17.8em;
	text-align: justify;
	margin-right: -1em;
	padding-right: 2em;
	margin-bottom: 10px;
}
.recList.recList_change .product_excerpt::before{
	content: '...';
	position: absolute;
	right: 15px;
	bottom: 4px;
	display: inline-block;
}
.recList.recList_change .product_excerpt::after{
	content: '';
	position: absolute;
	right: 15px;
	width: 1em;
	height: 1em;
	margin-top: 0.2em;
	background: #fff;
	display: inline-block;
}
.recList.recList_change .skubutton{
	margin: 0 0 0 auto;
}
.recList.recList_change a[name="cart_button"]{
	left: inherit;
    right: 106px;
}
.recList.recList_change.magazineList .publisher{
	display: none;
}
.recList.recList_change.magazineList .publisher_custom{
	display: block;
	font-size: 13px;
	line-height: 1.5em;
	overflow: hidden;
	position: relative;
	max-height: 17.8em;
	text-align: justify;
	margin-right: -1em;
	padding-right: 2em;
	margin-bottom: 10px;
}
.recList.recList_change.magazineList .publisher_custom::before{
	content: '...';
	position: absolute;
	right: 15px;
	bottom: 4px;
	display: inline-block;
}
.recList.recList_change.magazineList .publisher_custom::after{
	content: '';
	position: absolute;
	right: 15px;
	width: 1em;
	height: 1em;
	margin-top: 0.2em;
	background: #fff;
	display: inline-block;
}
.recList.recList_change .product_remarks{
	display: block;
	position: absolute;
	top: 40px;
	right: 0;
	font-size: 13px;
	width: 160px;
	text-align: left;
}
@media screen and (min-width: 768px){
	.recList.recList_change li{
		margin-left: 0;
		padding-bottom: 13px;
		margin-bottom: 15px;
	}
	.recList.recList_change li > a{
		padding-left: 120px;
		padding-right: 180px;
	}
	.recList.recList_change li .price{
		position: absolute;
		top: 0;
		right: 0;
		width: 160px;
		text-align: left;
		font-size: 18px;
	}
	.recList.recList_change .skubutton{
		width: 160px;
	    position: absolute;
	    top: inherit;
	    bottom: 0;
	    right: 0;
	}
	.recList.recList_change a[name="cart_button"]{
	    right: 125px;
	    bottom: inherit;
	    top: -24px;
	}
}
@media screen and (max-width: 767px){
	.recList.recList_change .product_remarks{
		position: relative;
		top: inherit;
		right: inherit;
		font-size: 13px;
		width: auto;
		margin: 10px 0;
	}
}

/*カート関連*/
.confirm_caution_area{
	border: 1px solid #ccc;
	padding: 20px;
	margin-bottom: 20px;
}
.confirm_caution_area p{
	margin-bottom: 0;
}
.guide_subscription{
	margin-bottom: 20px;
}
.guide_subscription__icon{
	width: 24px;
	display: inline-block;
	margin-right: 10px;
	vertical-align: middle;
}
.guide_subscription__link{
	display: inline-block;
	vertical-align: middle;
	color: #000;
	font-size: 16px;
}