@charset "utf-8";

.p-product-content__top {
	justify-content: space-between;
	display: flex;
	gap: 1em;
	margin-bottom: 4.57em;
}

.p-product-content__top-link a {
	display: block;
	border-bottom-left-radius: 10px;
	border-bottom-right-radius: 10px;
	background: #e0e5e7;
	text-align: center;
	overflow: hidden;
}

.p-product-content__top-link a:hover {
	text-decoration: none;
	transition: .2s all ease;
}

.p-product-content__top-link a .img {
	overflow: hidden;
}

.p-product-content__top-link a:hover .img img {
	transform: scale(1.2);
	transition: .2s all ease;
}

.p-product-content__top-link a .ja {
	margin-top: 1em;
	color: #005ba4;
	font-weight: 600;
	font-size: 1.29em;
	line-height: 1.2;
}

.p-product-content__top-link a .en {
	margin-bottom: 1em;
	font-weight: 600;
	font-size: 1.1em;
}

.p-product-search {
	display: flex;
	margin-bottom: 3.43em;
}

.p-product-search__left {
	width: 37%;
}

.p-product-search__right {
	width: 63%;
	padding-left: 1.71em;
}

.p-product-search__ttl {
	padding: 8px;
	text-align: center;
	margin-bottom: 1.43em;
	border-radius: 10px;
}

.p-product-content .p-product-search__ttl {
	background: #045ba4;
}

.p-product-search__left .p-product-search__ttl {
	background: #0079ba;
}

.p-product-search__right .p-product-search__ttl {
	background: #0091da;
}

.p-product-search__ttl h4 {
	margin: 0;
	font-weight: bold;
	font-size: 1.43em;
	color: #fff;
	letter-spacing: 1.4px;
}

.p-product-search__cat {
	border-radius: 10px;
	padding: 1.43em;
}

.p-product-search__right .p-product-search__cat {
	display: flex;
	flex-direction: column;
	gap: 1.5em;
}

.p-product-search__left .p-product-search__cat {
	background: #0079ba;
}

.p-product-search__right .p-product-search__cat {
	background: #0091da;
}

.p-product-search__cat a:hover {
	text-decoration: none;
}

.p-product-search__left .p-product-search__cat ul {
	display: grid;
	grid-template-columns: 1fr 1fr;
	gap: 2em 1em;
}

.p-product-search__left .p-product-search__cat ul .p-checkbox {
	padding: 1.3em 0em 1.3em 0.5em;
	background: #fff;
	border-radius: 6px;
}

.p-product-search__left .p-product-search__cat ul .p-checkbox p em {
	color: #005ba4;
	font-style: normal;
	font-size: 1.29em;
	font-weight: 600;
}

.p-product-search__cat .p-megamenu-list__link-text {
	padding: .714em 0;
}

.p-product-search__cat .p-megamenu-list__link-text p {
	margin-bottom: 2px;
	font-size: 1.14em;
}

.p-product-search__cat .p-megamenu-list__link-text span {
	font-size: .85em;
}

.p-product-cat-box {
	background: #d2dde5;
	border-radius: 15px;
	align-items: stretch;
}

.p-checkbox {
	display: block;
	width: 100%;
	font-style: normal;
	cursor: pointer;
}

.p-checkbox input[type="checkbox"] {
	display: inline-block;
	vertical-align: middle;
	accent-color: #e51785;
	width: 18px;
	height: 18px;
}

.p-checkbox input[type="checkbox"] + p {
	display: inline-block;
	vertical-align: middle;
	margin-left: .1em;
}

.p-product-cat__parent {
	display: flex;
	align-items: center;
	padding:  2em 0 2em .5em;
	background: #fff;
	border-radius: 15px;
	position: relative;
	width: 160px;
}

.p-product-cat-box.cat-food .p-product-cat__parent {
	background: #fee6b4;
}

.p-product-cat-box.cat-medical .p-product-cat__parent {
	background: #ceebfb;
}

.p-product-cat-box.cat-chemical .p-product-cat__parent {
	background: #f2f2f2;
}

.p-product-cat__parent .p-checkbox p em {
	display: block;
	font-style: normal;
	font-size: 1.29em;
	font-weight: 600;
	line-height: 1.2;
	color: #005ba4;
}

.p-product-cat__child {
	display: flex;
	align-items: center;
	width: calc(100% - 160px);
	padding: .8em .5em;
}

.p-product-cat__child > ul {
	display: grid;
	grid-template-columns: 1fr 1fr 1fr 1fr;
	gap: 1em .57em;
	width: 100%;
}

.p-product-cat__child .p-checkbox {
	background: #fff;
	border-radius: 4px;
	padding: 4px;
}

.p-product-cat__child .p-checkbox p em {
	color: #005ba4;
	font-style: normal;
	font-size: 1em;
	font-weight: bold;
}

.p-product-cat__btns {
	margin-bottom: 5.71em;
	display: grid;
	grid-template-columns: 1fr 1fr 1fr 1fr;
	gap: 2.29em 1.43em;
}

.p-product-cat__btn a {
	display: block;
	transition: all  0.3s ease;
}

.p-product-cat__btn.btn_off a {
	cursor: auto;
	filter: grayscale(100%);
	opacity: 0.35!important;
}

.p-product-cat__btn a:hover {
	opacity: 1;
}

.p-product-cat__btn:not(.btn_off) a:hover {
	transform: scale(1.1,1.1);
}

@media(max-width: 767px) {
	.p-product-content > .p-product-search__ttl {
		margin-left: 2vw;
		margin-right: 2vw;
	}
	.p-product-content__top {
		display: grid;
		grid-template-columns: 1fr 1fr;
		gap: 2vw 2vw;
		margin: 0 2vw 10vw;
	}

	.p-product-content__top-link a {
		border-bottom-left-radius: calc(10 / var(--break) * 100vw);
		border-bottom-right-radius: calc(10 / var(--break) * 100vw);
	}

	.p-product-content__top-link a .ja {
		margin-top: 3vw;
		font-size: .9em;
	}

	.p-product-content__top-link a .en {
		margin-bottom: 3vw;
		font-size: .8em;
	}

	.p-product-search {
		display: block;
		margin: 0 2vw 5vw;
	}

	.p-product-search__left {
		width: 100%;
		margin-bottom: 5vw;
	}

	.p-product-search__right {
		width: 100%;
		padding-left: 0;
	}

	.p-product-search__ttl {
		padding: .6vw 2vw .4vw;
		margin-bottom: 2vw;
		border-radius: calc(10 / var(--break) * 100vw);
	}

	.p-product-search__ttl h4 {
		font-size: 1em;
		letter-spacing: .1em;
	}

	.p-product-search__cat {
		border-radius: calc(20 / var(--break) * 100vw);
		padding: 5vw;
	}

	.p-product-search__right .p-product-search__cat {
		padding: 5vw 2vw;
	}

	.p-product-search__left .p-product-search__cat ul {
		gap: 1vw 2vw;
	}

	.p-product-search__left .p-product-search__cat ul .p-checkbox {
		padding: .3vw 0 .3vw 2vw;
		border-radius: calc(10 / var(--break) * 100vw);
	}

	.p-product-search__left .p-product-search__cat ul .p-checkbox p em {
		font-size: .9em;
	}

	.p-product-search__cat .p-megamenu-list__link-text {
		padding: 3vw 0 2vw;
	}

	.p-product-search__cat .p-megamenu-list__link-text p {
		margin-bottom: 0;
		font-size: .9em;
		letter-spacing: 0;
	}

	.p-product-search__cat .p-megamenu-list__link-text span {
		font-size: .9em;
		letter-spacing: 0;
	}

	.p-product-cat-box {
		border-radius: calc(15 / var(--break) * 100vw);
	}

	.p-checkbox input[type="checkbox"] {
		width: calc(20 / var(--break) * 100vw);
		height: calc(20 / var(--break) * 100vw);
	}

	.p-product-search__left .p-checkbox input[type="checkbox"] {
		width: calc(30 / var(--break) * 100vw);
		height: calc(30 / var(--break) * 100vw);
	}

	.p-checkbox input[type="checkbox"] + p {
		margin-left: -.5vw;
	}

	.p-product-search__left .p-checkbox input[type="checkbox"] + p {
		margin: .5vw;
	}

	.p-product-cat__parent {
		padding: 2vw 0 2vw 1vw;
		border-radius: calc(15 / var(--break) * 100vw);
		width: 29%;
	}

	.p-product-cat__parent .p-checkbox {
		padding: 0;
	}

	.p-product-cat__parent .p-checkbox p em {
		font-size: .9em;
		letter-spacing: -0.05em;
	}

	.p-product-cat__parent .p-checkbox p span {
		font-size: .65em;
		letter-spacing: -0.06em;
	}

	.p-product-cat__child {
		width: 71%;
		padding: 2vw 1vw;
	}

	.p-product-cat__child > ul {
		grid-template-columns: 1fr 1fr 1fr;
		gap: 3vw 1vw;
	}

	.p-product-cat__child .p-checkbox {
		border-radius: calc(5 / var(--break) * 100vw);
		padding: 1vw;
	}

	.p-product-cat__child .p-checkbox p {
		line-height: 1;
	}

	.p-product-cat__child .p-checkbox p em {
		display: block;
		font-size: .5em;
		letter-spacing: -0.05em;
	}

	.p-product-cat__btns {
		margin-bottom: 0;
		grid-template-columns: 1fr 1fr 1fr;
		gap: 3vw 2vw;
		margin: 0 2vw 10vw;
	}

}