@charset "utf-8";
/*------------------------------------------------------------
	produce
------------------------------------------------------------*/
html {
	margin: 0 !important;
	overflow: visible !important;
}
.mfp-wrap {
	overflow: hidden !important;
}
html.noScroll {
	overflow: hidden !important;
}
#main .comBox {
	padding: 15.3rem 0 22rem;
}
#main .category {
	margin: 0 3.5rem 3.7rem 0;
	align-items: flex-start;
	justify-content: flex-end;
}
#main .category .ttl {
	margin: 0.1rem 1rem 0 0;
	font-size: max(10px, 1.6rem);
	letter-spacing: 0.04em;
	line-height: 1;
}
#main .category .navList li {
	line-height: 1;
	position: relative;
}
#main .category .navList li:not(:last-child):after {
	position: absolute;
	right: 0;
	top: 0.5rem;
	width: 1px;
	height: calc(100% - 0.5rem);
	background-color: #ccc;
	content: "";
}
#main .category .navList a {
	margin: 0 1rem;
	color: #555;
	font-size: max(10px, 1rem);
	letter-spacing: 0.04em;
	font-family: "Noto Sans JP", sans-serif;
}
#main .category .navList li:last-child a {
	margin-right: 0;
}
#main .category .navList .on a {
	opacity: 0.5;
}
#main .comBox .subBox {
	align-items: flex-start;
}
#main .comBox .sideTtl {
	margin: 2.3rem 8.6rem 0 -0.7rem;
	width: 6rem;
}
#main .comBox .sideTtl .en {
	font-size: 6rem;
}
#main .productList {
	gap: 5.8rem 1.6rem;
}
#main .productList li {
	width: calc((100% - 3.2rem)/3);
}
#main .productList .num {
	margin-bottom: 0.7rem;
	color: #333;
	font-size: max(10px, 1.6rem);
	line-height: 1;
}
#main .productList .sub {
	position: relative;
	cursor: pointer;
}
#main .productList .ajax-popup-link {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	display: block;
	z-index: 3;
}
#main .productList .photo {
	margin-bottom: 1.8rem;
	overflow: hidden;
	aspect-ratio: 354/145;
	position: relative;
	z-index: 2;
}
#main .productList .photo .sub {
	transition: all 0.5s;
	height: 100%;
}
#main .productList .photo img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}
#main .productList .ttl {
	margin-bottom: 0.8rem;
	font-weight: 500;
	font-size: max(10px, 1.6rem);
	letter-spacing: 0.04em;
	line-height: 1.63;
	transition: .3s;
}
#main .productList .tag {
	position: relative;
	z-index: 4;
	color: #555;
	font-size: max(10px, 1rem);
	letter-spacing: 0.04em;
	font-family: "Noto Sans JP", sans-serif;
}
#main .productList .tag a {
	margin: 0 0.2rem;
	color: #555;
}
#main .productList .tag a:first-child {
	margin-left: 0;
}
#main .comBtn {
	margin-top: 7.5rem;
}
#main .comBtn a {
	margin: 0 auto;
}
@media all and (hover: hover) and (min-width: 1000px) {
	#main .productList a:hover + .photo .sub {
		transform: scale(1.05);
	}
	#main .productList a:hover + .photo + .ttl {
		color: #999;
	}
	#main .productList .tag a:hover {
		color: #999;
	}
	#main .btnMore a:hover:after {
		animation: line 0.3s linear forwards;
	}
	#main .category .navList a:hover {
		color: #999;
	}
}
@media all and (min-width: 1000px) {
	#main .comBox .sideTtl {
		height: 32rem;
	}	
	#main .comBox .sideTtl .en {
		width: 6rem;
		height: 27rem;
		display: inline-block;
	}
}
@media all and (max-width: 999px) {
	#main .comBox {
		padding: 7.5rem 0 11rem;
		width: calc(100% - 2rem);
	}
	#main .category {
		margin: 0 2rem -3rem auto;
		display: block;
		position: relative;
		width: 12.5rem;
		z-index: 1;
	}
	#main .category .ttl {
		margin: 0;
		padding: 0.5rem 0;
		position: relative;
		font-size: max(10px, 1.4rem);
		cursor: pointer;
		border-bottom: 1px solid rgba(140, 171, 178, 0.5);
	}
	#main .category .ttl:after {
		position: absolute;
		right: 0.1rem;
		top: 0.8rem;
		width: 0.5rem;
		height: 0.5rem;
		border-right: 1px solid #8cabb2;
		border-bottom: 1px solid #8cabb2;
		transform: rotate(45deg);
		content: "";
	}
	#main .category .ttl.on:after {
		transform: rotate(-135deg);
	}
	#main .category .navList {
		display: none;
		position: absolute;
		left: 0;
		top: 100%;
		width: 100%;
		z-index: 10;
	}
	#main .category .navList li:not(:last-child) {
		border-bottom: 1px solid #ccc;
	}
	#main .category .navList li:not(:last-child):after {
		display: none;
	}
	#main .category .navList a {
		margin: 0;
		display: block;
		padding: 0.5rem;
		background-color: #EDF1F2;
	}
	#main .category .navList li:last-child a {
		margin-right: 0;
	}
	#main .comBox .subBox {
		display: block;
	}
	#main .comBox .sideTtl {
		margin: 0 0 3rem;
		width: auto;
	}
	#main .comBox .sideTtl .jp {
		margin: 0 0 0 1rem;
	}
	#main .comBox .sideTtl .en {
		font-size: 3rem;
	}
	#main .productList {
		gap: 2.6rem 1.1rem;
	}
	#main .productList li {
		width: calc((100% - 1.1rem)/2);
	}
	#main .productList .num {
		margin-bottom: 0.5rem;
		font-size: max(10px, 1.2rem);
	}
	#main .productList .photo {
		margin-bottom: 1rem;
	}
	#main .productList .ttl {
		margin: 0 0.5rem 0 0;
		font-size: max(10px, 1.2rem);
		line-height: 1.5;
	}
	#main .productList .tag {
		display: none;
	}
	#main .comBtn {
		margin-top: 5.5rem;
	}
}

.mfp-wrap .mfp-iframe-holder {
	padding: 0;
}
.mfp-wrap .mfp-iframe-holder .mfp-content {
	max-width: inherit;
	width: 100%;
	height: 100%;
}
.mfp-wrap .mfp-iframe-scaler {
	padding: 0;
	height: 100%;
}
@media all and (hover: hover) and (min-width: 1000px) {
	.mfp-wrap .mfp-close:hover, .popBox .arrow:hover {
		opacity: 0.5 !important;
	}
}
@media all and (max-width: 999px) {
	.mfp-wrap .mfp-close {
		width: 2.5rem;
		height: 1rem;
	}
	.mfp-container {
		padding: 0;
	}
}
.mfp-iframe-scaler iframe {
	background: none;
	box-shadow: none;
}
.comPageBox .phoBox.clipHide {
	clip-path: inset(0 0 40% 0);
}