/* CSS Document */
/*//////////////////////////////////

【PC】style

.lp-sale-pc 配下で配置

//////////////////////////////////*/

/*//////////////////////////////////

all　｜　全体的なワッパーなど

//////////////////////////////////*/
.lp-sale-pc a:hover{
	opacity: 0.6;
}
.lp-sale-pc img{
	width: 100%;
}
.lp-sale-pc > div{
}
/*//////////////////////////////////

parts　｜　全体で使うオブジェクト

//////////////////////////////////*/

.lp-sale-pc-menu{}

/* .lp-sale-pc-menu__feat /////////////////*/
.lp-sale-pc-menu__feat{
	border-bottom: 4px #000 solid;
	border-top: 4px #000 solid;
	line-height: 0;
	margin: 30px auto;
	text-align: center;
	padding: 15px 0;
	width: 90%;
}
.lp-sale-pc-menu__feat::before{
	content: "＼ 今月の特集 ／";
	color: #000;
	display: block;
	font-size: 18px;
	font-weight: bolder;
	margin: auto 0;
	vertical-align: middle;
	padding: 20px 0 20px;
}
.lp-sale-pc-menu__feat li{
	display: inline-block;
	line-height: 1;
	margin: 0 10px 10px;
	position: relative;
	text-align: center;
	width: 45%;
}
.lp-sale-pc-menu__feat span::before{
	position: absolute;
	right: 0;
	bottom: 0;
	top: 0;
	margin: auto 0;
}
.lp-sale-pc-menu__feat .refactor-btn{
	background: #fff;
	border: none;
	border-bottom: 4px #fff solid;
	font-size: 14px;
	padding: 15px 20px 10px 20px;
}
.lp-sale-pc-menu__feat li.lp-sale-pc-menu__feat-select .refactor-btn{
	border-color: #999;
}
.lp-sale-pc-menu__feat .refactor-btn:hover{
	opacity: 0.6;
}


/* .lp-sale-pc__outlet /////////////////*/
.lp-sale-pc__outlet{
	background: #c3164b;
	border: #c3164b 2px solid;
	color: #fff;
	font-size: 1.2em;
	font-weight: bold;
	padding: 15px 10px;
}
.lp-sale-pc__outlet ul{
	line-height: 0;
}
.lp-sale-pc__outlet li{
	display: inline-block;
	line-height: 1.6;
	padding: 0 20px 5px;
	width: 49%;
}
.lp-sale-pc__outlet li .refactor-btn{
	padding: 15px 10px;
}

/*//////////////////////////////////

TOP page　｜　トップページ

//////////////////////////////////*/
.lp-sale-pc__mainvisual{
	line-height: 0;
}
.lp-sale-pc-menu__pettype{
	padding: 0 24px 32px;
}
.lp-sale-pc-menu__pettype > div{
	text-align: center;
	padding: 0 10px;
}
.lp-sale-pc-menu__pettype .grid-6 > img{
	height: 72px;
	width: auto;
	z-index: 1;
}
.lp-sale-pc-menu__pettype label div:hover{
	cursor: pointer;
	opacity: 0.6;
}
.lp-sale-pc-menu__pettype .grid-6:nth-child(odd) > ul{

}
/*.lp-sale-pc-menu__pettype ul{
	border: #000 1px solid;
	width: 98%;
}
*/
/* .lp-sale-pc-menu__category-list /////////////////*/
.lp-sale-pc-menu__category-list{
	background: #fff;
/*	border: 1px #000 solid;
*/	border-radius: 18px;
	line-height: 0;
	font-size: 0;
	margin: -32px 0 0;
	text-align: left;
	padding: 32px 0 20px;
}
.lp-sale-pc-menu__category-list li{
	display: inline-block;
	line-height: 1;
	font-size: 15px;
	margin: 0;
	padding: 5px 10px;
	vertical-align: top;
	width: 33.33333%;
}
.lp-sale-pc-menu__category-list a{
	background: #fff;
	display: block;
	padding: 10px 0;
}
.lp-sale-pc-menu__category-list img{
	width: 60%;
}
.lp-sale-pc-menu__category-list h2{
	margin-top: 5px;
	line-height: 1;
	font-size: 16px;
}

/*//////////////////////////////////

Subordinate page　|　２階層目

//////////////////////////////////*/
a.lp-sale-pc-menu__return-top{
	background: #000;
	color: #fff;
	display: block;
	text-align: left;
}
a.lp-sale-pc-menu__return-top div{
	padding: 5px;
}
a.lp-sale-pc-menu__return-top span::before{
	transform: rotate(180deg);
}

.subordinate .lp-sale-pc-menu__feat{
	margin: 20px auto 0;
}

/* .lp-sale-pc-menu__pettype /////////////////*/
.subordinate .lp-sale-pc-menu__pettype{
	margin: 30px auto;
	padding: 42px 0 30px;
	position: relative;
	width: 90%;
}
.subordinate .lp-sale-pc-menu__pettype > div{
	background: #fff;
	padding: 0;
}
/* Pettype Menu /////////////////*/
/*normal*/
.subordinate .lp-sale-pc__category-dog .lp-sale-pc__category-dog-list,
.subordinate .lp-sale-pc__category-cat .lp-sale-pc__category-cat-list{
/*	height: 0;
*/
	height: 120px;
	margin: 0;
	overflow-y: hidden;
	opacity: 0;
	-webkit-transition: all 0.6s ease-in-out;
	-moz-transition: all 0.6s ease-in-out;
	-ms-transition: all 0.6s ease-in-out;
	-o-transition: all 0.6s ease-in-out;
	transition: all 0.6s ease-in-out;
	z-index: 1;
}

/*checked*/
.subordinate .lp-sale-pc__category-dog-btn,
.subordinate .lp-sale-pc__category-cat-btn{
	left: -9999px;
	visibility: hidden;
	position: absolute;
}
.subordinate .lp-sale-pc__category-dog .tab,
.subordinate .lp-sale-pc__category-cat .tab{
	background: #fff;
	border: none;
	border-radius: 0;
	font-weight: bold;
	position:relative;
	top: 0;
	position: absolute;
	z-index: 2;
	width: 32%;
}
.subordinate .lp-sale-pc__category-dog .tab{
	left: 18%;
}
.subordinate .lp-sale-pc__category-cat .tab{
	right: 18%;
}

.subordinate .lp-sale-pc__category-dog-btn + label .icon-arrow-l-b::before,
.subordinate .lp-sale-pc__category-cat-btn + label .icon-arrow-l-b::before{
	bottom: 0;
	margin: auto;
	position: absolute;
	right: 20px;
	transform: rotate(90deg);
	top: 0;
}
.subordinate .lp-sale-pc__category-dog-btn:checked + label .icon-arrow-l-b::before,
.subordinate .lp-sale-pc__category-cat-btn:checked + label .icon-arrow-l-b::before{
	transform: rotate(-90deg);
}
/*  */
.subordinate .lp-sale-pc__category-dog-btn + label .tab,
.subordinate .lp-sale-pc__category-cat-btn + label .tab{
	border-top-right-radius: 4px;
	border-top-left-radius: 4px;
	background: rgba(0,0,0,0.1);
	height: 38px;
	padding: 12px 0;
	position: absolute;
	top: 4px;
	z-index: 0;
}
.subordinate .lp-sale-pc__category-dog-btn:checked + label .tab,
.subordinate .lp-sale-pc__category-cat-btn:checked + label .tab{
	border-bottom-right-radius: 0;
	border-bottom-left-radius: 0;
	border-bottom: none;
	height: 42px;
	top: 0;
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-ms-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
}
.subordinate .lp-sale-pc__category-dog-btn:checked + label .tab,
.subordinate .lp-sale-pc__category-cat-btn:checked + label .tab,
.subordinate .lp-sale-pc__category-dog-btn:checked + label .tab:hover,
.subordinate .lp-sale-pc__category-cat-btn:checked + label .tab:hover{
	background: #fff;
	opacity: 1;
}
.subordinate .lp-sale-pc__category-dog-btn:checked + label + .lp-sale-pc__category-dog-list,
.subordinate .lp-sale-pc__category-cat-btn:checked + label + .lp-sale-pc__category-cat-list{
	border-top: none;
	transition: all .6s linear;
	overflow: auto;
	opacity: 1;
	position: absolute;
	top: 42px;
	width: 100%;
}
.subordinate .lp-sale-pc-menu__category-list{
	border-radius: 0;
	margin: 0;
	padding: 0 5px;
	text-align: center;
}
.subordinate .lp-sale-pc-menu__category-list a{
	display: block;
	text-align: center;
}
.subordinate .lp-sale-pc-menu__category-list ul{
}
.subordinate .lp-sale-pc-menu__category-list li{
	padding: 5px 10px;
	text-align: center;
	width: 14%;
}
.subordinate .lp-sale-pc-menu__category-list img{
	display: block;
	margin: 0 auto;
	height: auto;
	min-height: 52px;
	min-width: 52px;
	vertical-align: middle;
	width: 12%;
}
.subordinate .lp-sale-pc-menu__category-list h2{
	display: inline-block;
	vertical-align: middle;
}

/* title /////////////////*/
.lp-sale-pc__category-title{
	background: #333;
	color: #fff;
	font-size: 20px;
	text-align: center;
	padding: 10px 0;
}

/* lp-sale-pc__product-list /////////////////*/
.subordinate .lp-sale-pc__product-list{
	line-height: 0;
	font-size: 0;
	display: -webkit-inline-flex; /* Safari */
	display: inline-flex;
	-webkit-flex-wrap: wrap; /* Safari */
	flex-wrap:         wrap;
	-webkit-align-items: stretch; /* Safari */
	align-items:         stretch;
	-webkit-align-items: flex-start; /* Safari */
	align-items:         flex-start;
	-webkit-justify-content: flex-start; /* Safari */
	justify-content:         flex-start;
	-webkit-flex-direction: row; /* Safari */
	flex-direction:         row;
	-webkit-align-content: flex-start; /* Safari */
	align-content:         flex-start;
	-webkit-justify-content: flex-start; /* Safari */
	justify-content:         flex-start;
	-webkit-align-items: stretch; /* Safari */
	align-items:         stretch;
	padding: 20px;
}
.subordinate .lp-sale-pc__product-item{
	background: #fff;
	border-bottom: 1px #ccc solid;
	float: left;
	font-size: 14px;
	line-height: 1.2;
	margin: 5px 0 0;
	position: relative;
	width: 25%;
	/* ie9以前対応 */
	float: left;
	display: table-cell;
	min-height: 320px\9;/* IE10以下 */
	@media all and (-ms-high-contrast:none){
		.IE9orLess { min-height: 320px\0; }
	}
}
.subordinate .lp-sale-pc__product-item a{
	display: block;
	text-decoration: none;
	padding: 22px 15px;
}
.subordinate .lp-sale-pc__product-item a::before{
	position: absolute;
	right: 2px;
	top: 0;
	bottom: 0;
	margin: auto;
	background-position: right center;
	display: none;
}

.subordinate .lp-sale-pc__product-img{
	display: block;
	margin: 10px auto;
	min-width: 92px;
	vertical-align: middle;
	width: 60%;
}
.subordinate .lp-sale-pc__icon-point,
.subordinate .lp-sale-pc__icon-coupon{
	background: #000;
	border-radius: 2px;
	color: #fff;
	font-weight: bold;
	left: 4px;
	padding: 5px 10px;
	position: absolute;
	top: 4px;
	z-index: 1;
}
.subordinate .lp-sale-pc__icon-point::after,
.subordinate .lp-sale-pc__icon-coupon::after{
	border: 8px transparent solid;
	border-color:#000 #000 transparent transparent;
	content: "";
	display: block;
	width: 0;
	height: 0;
	text-align: center;
	bottom: -12px;
	left: 8px;
	overflow: hidden;
	position: absolute;
	z-index: 0;
}
.subordinate .lp-sale-pc__product-detail{
	display: block;
	vertical-align: middle;
	padding-left: 15px;
}
.subordinate .product_name{
/*	color: #333;
*/
	font-size: 18px;
	margin-bottom: 5px;
}
.subordinate .maker_name{
	color: #888;
	font-size: 13px;
	margin-bottom: 38px;
}
.subordinate .price{
	color: #333;
	bottom: 16px;
	position: absolute;
}
.product_price{
	font-size: 15px;
}
.subordinate .sale_icon{}
.subordinate .price_en{
	color: #ff3f1a;
	font-size: 16px;
	font-weight: bold;
	margin-left: 5px;
}
.subordinate .sales_price{
	color: #ff3f1a;
	font-size: 24px;
	font-weight: bold;
}
.sales_tax{}
.unit-price{}

.page-top-jump{
	border-top: 1px #ccc solid;
	text-align: center;
	padding: 15px 10px;
	/*ie9以前対応*/
	clear: both;
}
.page-top-jump a{
	color: #444;
	display: inline-block;
	text-align: center;
	padding: 10px 30px;
}


/*//////////////////////////////////

skin

//////////////////////////////////*/
/*背景*/
.lp-sale-pc > div {
	background: #dbf5ff;
}
/*メインビジュアル*/
a.lp-sale-pc-menu__return-top{
	color: #fff;
}
/*ピックアップ*/
.lp-sale-pc-menu__feat .refactor-btn{
	background: #edc42f;
	border-color: #a57b21;
	padding-left: 5px;
	padding-right: 10px;
}
.lp-sale-pc-menu__feat .icon-arrow-l-lg:before{
	background-image:url(https://www.petgo.jp/img/front/layout/parts_refactor/icon-arrow-l-b.svg);
}

/*カテゴリタイトル*/
.lp-sale-pc__category-title{
	background: #000;
}
.lp-sale-pc-menu__feat{
	background: #fff;
}
.subordinate .lp-sale-pc__icon-point{
	background: #b10000;
}
.subordinate .lp-sale-pc__icon-point::after{
	border-color: #b10000 #b10000 transparent transparent;
}
.subordinate .lp-sale-pc__icon-coupon{
	background: #2caf47;
}
.subordinate .lp-sale-pc__icon-coupon::after{
	border-color: #2caf47 #2caf47 transparent transparent;
}