@charset "utf-8";
.products_wrap {
		max-width: 1400px;
		padding: 50px 0 200px;
		margin: 0 auto;
		background: #fff;
		min-height: 500px;
}
.searchbox_flex, .tag_flex {
		max-width: 1280px;
		margin: 0 auto 30px;
		display: flex;
		padding: 0 10px;
}
.searchbox_flex {
		position: relative;
		z-index: 10;
		display: flex;
		align-items: center;
}
.search_all, .search_category_hd, .wordSearch {
		padding-bottom: 10px;
}
.search_category_wrap {
		display: flex;
		align-items: center;
}
.tag_flex {
		display: flex;
		flex-wrap: wrap;
		margin-bottom: 50px;
}
.searchbox_flex input[type="checkbox"], .tag_flex input[type="checkbox"] {
		display: none;
}
.search_all input[type="checkbox"]:checked + label, .desktop_device .search_all:hover, .desktop_device .hover .search_category_hd {
		color: #a11d23;
}
.search_all {
		margin-right: 15px;
		font-weight: 500;
		font-size: 15px;
		cursor: pointer;
		transform: translateY(0px) translateX(-10px);
}
.search_all label, .tag_flex label {
		cursor: pointer;
}
.search_all label {
		padding: 5px 10px;
}
.search_category_hd {
		font-weight: 500;
		font-size: 16px;
		cursor: pointer;
}
.search_category_hd span {
		position: relative;
}
.search_category_hd span.active {
		color: #a11d23;
}
.search_category_hd span::after {
		content: '';
		display: block;
		width: 7px;
		height: 7px;
		border-right: 1px solid #4c4949;
		border-bottom: 1px solid #4c4949;
		transform: rotate(45deg);
		position: absolute;
		right: -20px;
		top: 3px;
}
.desktop_device .hover .search_category_hd span::after {
		border-right: 1px solid #a11d23;
		border-bottom: 1px solid #a11d23;
}
.search_category_wrap {
		position: relative;
}
.search_category {
		padding-right: 60px;
}
.search_category_wrap ul {
		position: absolute;
		left: 0px;
		top: 30px;
		/*border: 1px solid #e5e5e5; */
		padding: 6px;
		background: #fff;
		z-index: 50;
		display: none;
		width: 440px;
		left: 55px;
		left: 45px;
		border-radius: 4px;
		box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
}
.search_category li {
		list-style: none;
		font-size: 15px;
		font-weight: 400;
		border-right: 1px solid #e5e5e5;
		border-bottom: 1px solid #e5e5e5;
		line-height: 1;
		width: 50%;
		box-sizing: border-box;
		float: left;
		color: #000;
}
.search_category ul li:nth-child(odd) {
		clear: both;
}
.search_category ul li:nth-child(even) {
		border-right: none;
		float: right;
}
.search_category ul li:nth-child(11), .search_category ul li:last-child {
		border-bottom: none;
}
.search_category li label {
		cursor: pointer;
		padding: 10px;
		display: block;
}
.search_category input[type="checkbox"]:checked + label, .search_category li label:hover {
		background: #eee;
}
.search_category input[type="checkbox"]:checked + label {
		color: #a11d23;
}
.plus_alpha {
		opacity: 0.3;
}
.tag_flex, .products_all {
		transition: ease 0.5s;
}
@keyframes pluAlpha {
		0% {
				opacity: 1;
		}
		100% {
				opacity: 0.3;
		}
}
.tag_flex div {
		font-size: 13px;
		margin-right: 7px;
		margin-bottom: 14px;
		white-space: nowrap;
}
.sort_item label {
		font-family: YuGothic, "Yu Gothic Medium", "Yu Gothic", Verdana, Meiryo, sans-serif;
		padding: 4px 5px;
		background: #eee;
}
@media all and (-ms-high-contrast:none) {
		*::-ms-backdrop, .sort_item label {
				padding: 4px 5px 0;
		}
}
.sort_item input[type="checkbox"]:checked + label, .sort_item label:hover {
		color: #fff;
		background: #a11d23;
}
.search_input {
		position: relative;
		height: 20px;
}
.search_input .search_btn {
		width: 34px;
		height: 34px;
		background-image: url(https://www.kai-group.com/contents_file/products/brand/select100/images/icon_loupe.png), url(https://www.kai-group.com/contents_file/products/brand/select100/images/icon_loupe_on.png);
		background-size: 18px;
		background-repeat: no-repeat;
		background-position: center center, -20px -20px;
		cursor: pointer;
		position: absolute;
		top: -13px;
		left: -8px
}
@media all and (-ms-high-contrast:none) {
		*::-ms-backdrop, .search_input .search_btn {
				top: -15px;
		}
}
/* .desktop_device .search_input .search_btn:hover {
	background-image: url(/contents_file/products/brand/select100/images/icon_loupe_on.png);
}
*/
.active .search_btn {
		background-image: url(https://www.kai-group.com/contents_file/products/brand/select100/images/icon_loupe_on.png);
}
.search_input .wordSearch {
		position: absolute;
		top: -8px;
		left: 32px;
		width: 300px;
}
@media all and (-ms-high-contrast:none) {
		*::-ms-backdrop, .search_input .wordSearch {
				top: -10px;
		}
}
/*
.search_input .wordSearch::after {
	content: '';
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: #fff;
	transform-origin: right center;
	transition: 0.8s cubic-bezier(0.16, 1, 0.3, 1);
}
*/
.wordSearch input[type="text"], .wordSearch input[type="search"] {
		border-radius: 0 !important;
		box-sizing: border-box;
		-moz-box-sizing: border-box;
		-webkit-box-sizing: border-box;
		-webkit-appearance: none;
}
.wordSearch input {
		border: none;
		font-size: 14px;
		background: #fff;
		width: 240px;
		padding: 0 5px;
		height: 24px;
		box-sizing: border-box;
		outline: 0;
}
.mobile_device .wordSearch input {
		font-size: 16px;
}
.search_input .wordSearch.active::after {
		transform: scaleX(0);
}
.search_input .wordSearch input {
		background: #eee;
		border: 1px solid #eee;
		font-family: YuGothic, "Yu Gothic Medium", "Yu Gothic", Verdana, Meiryo, sans-serif;
}
.wordSearch input[type="text"]:focus {
		outline: 0;
}
::placeholder {
		color: #999;
		font-size: 14px;
		font-family: YuGothic, "Yu Gothic Medium", "Yu Gothic", Verdana, Meiryo, sans-serif;
}
.products_all {
		display: flex;
		flex-wrap: wrap;
		background: #fff;
		max-width: 1300px;
		margin: 0 auto;
}
.products_all.related {
		max-width: 1020px;
		margin: 0 auto 70px;
}
.products_tile, .products_tile img {
		-webkit-backface-visibility: hidden;
		backface-visibility: hidden;
}
.products_tile {
		width: 20%;
		margin: 0 0 50px;
		cursor: pointer;
		-webkit-backface-visibility: hidden;
		backface-visibility: hidden;
		box-sizing: border-box;
		padding: 0 10px;
		opacity: 0;
		animation: fadeIn 1s linear forwards;
}
.fadeOut {
		animation: fadeOut 1s forwards;
}
.related_wrap {
		max-width: 1020px;
		margin: 0 auto 70px;
		display: flex;
		flex-wrap: wrap;
		justify-content: space-between;
}
.related_wrap .products_tile {
		width: calc(25% - 15px);
		padding: 0;
}
.products_tile img {
		width: 100%;
		height: auto;
		-webkit-backface-visibility: hidden;
		backface-visibility: hidden;
}
.products_tile_thumbnail {
		margin: 0 0 15px;
		background-repeat: no-repeat;
		background-position: center center;
		background-size: 100%;
		overflow: hidden;
}
.products_tile_thumbnail {
		transition: opacity 0.5s ease-out;
}
.products_name_jp {
		margin: 0 0 5px;
		transition: color 0.3s;
}
.products_name_en {
		font-family: 'Helvetica LT W01 Roman';
		font-size: 12px;
		color: #b5b3b3;
		transition: color 0.3s;
}
.products_name_jp:lang(en) {
		font-family: 'Roboto', Arial, Helvetica, "sans-serif";
		line-height: 1.4;
		margin: 0;
}
.products_name_en:lang(en) {
		display: none;
}
.desktop_device .products_tile:hover .products_tile_thumbnail {
		opacity: 0.6;
}
.desktop_device .products_tile:hover .products_name_jp, .desktop_device .products_tile:hover .products_name_en {
		color: #a11d23;
}
.nomatch {
		width: 100%;
		padding: 100px 0;
}
.nomatch p {
		opacity: 0;
		animation: fadeIn 1s linear forwards;
		text-align: center;
}
@media(max-width: 1600px) {
		.products_wrap {
				padding-left: 30px;
				padding-right: 30px;
				margin: 0 40px;
		}
}
@media(max-width: 1023px) {
		.products_wrap {
				margin: 0;
				padding: 50px 20px 100px;
		}
		.products_tile {
				width: 33.3%
		}
		.related .products_tile {
				width: calc(25% - 15px);
		}
}
@media(max-width: 767px) {
		.products_wrap {
				padding: 30px 12px 100px;
		}
		.searchbox_flex {
				display: block;
		}
		.search_category_wrap {
				margin: 0 0 10px;
		}
		.search_category ul {
				position: static;
		}
		.search_category_wrap ul {
				position: absolute;
				left: -5px;
				width: calc(100vw - 40px);
		}
		.desktop_device .search_category_wrap ul {
				width: calc(100vw - 60px);
		}
		.search_category li, .tag_flex div {
				font-size: 11px;
		}
		.search_category li label {
				padding: 8px 5px;
		}
		.search_all {
				font-size: 15px;
				transform: translateY(0px) translateX(-10px);
				margin-right: 10px;
		}
		.search_category_hd {
				font-size: 14px;
		}
		.search_input {
				height: 40px;
				margin-bottom: 20px;
		}
		.search_input .search_btn {
				top: 0px;
				left: 2px;
		}
		.search_input .wordSearch {
				width: 100%;
				position: static;
				top: inherit;
				left: inherit;
		}
		.search_input .wordSearch::after {
				display: none;
		}
		.wordSearch input {
				font-size: 16px;
				padding: 0px 10px 0px 35px;
				background: #eee;
				width: 100%;
				height: 34px;
		}
		.mobile_device .wordSearch input {
				font-size: 16px;
		}
		::placeholder {
				font-size: 11px;
				transform: translateY(1px);
		}
		.products_tile, .related .products_tile {
				width: 50%;
				padding: 0 7px;
				margin: 0 0 25px;
		}
		.products_name_jp {
				font-size: 13px;
				margin: 0 0 5px;
		}
		.related_wrap .products_tile {
				width: calc(50% - 10px);
		}
		.products_tile_thumbnail {
				margin-bottom: 10px;
		}
}
@media(max-width: 320px) {
		.search_category li, .tag_flex div {
				font-size: 10px;
		}
}
/* */
.products_detail_hdr {
		height: 165px;
		display: flex;
		align-items: flex-end;
}
.products_detail_wrap {
		max-width: 1100px;
		margin: 60px auto 0;
		padding: 0 20px;
}
.products_detail_flex {
		display: flex;
		margin: 0 0 120px;
}
.products_detail_left {
		width: 517px;
		margin-right: 90px;
}
.swiper-slide img {
		width: 100%;
		height: auto;
}
.swiper-wrapper {
		margin-bottom: 23px;
}
.gallery_thumb .swiper-wrapper {
		margin-bottom: 0
}
.thumb_item .swiper-slide {
		padding-bottom: 10px;
		border-bottom: 2px solid rgba(161, 29, 35, 0);
		cursor: pointer;
}
.thumb_item .swiper-slide:hover img {
		opacity: 0.8;
}
.thumb_item .swiper-slide.swiper-slide-thumb-active {
		border-bottom: 2px solid rgba(161, 29, 35, 1);
}
.products_detail_right {
		flex: 1;
}
.products_name {
		margin: 0 0 50px;
}
.products_name .jp {
		font-size: 33px;
		font-weight: 400;
		margin: 0 0 10px;
}
.products_name .en {
		font-family: 'Helvetica LT W01 Roman';
		font-weight: normal;
		font-size: 16px;
		line-height: 1;
}
.products_catch {
		font-size: 20px;
		font-weight: 400;
		line-height: 1.6;
		margin: 0 0 30px;
}
.products_description {
		margin-bottom: 60px;
}
.products_description a {
		color: #4c4949;
		text-decoration: underline;
}
.products_description a:hover {
		color: #a11d23;
		text-decoration: none;
}
.products_description ul {
		margin-left: 1em;
}
.products_description li {
		list-style: none;
		position: relative;
		margin: 0 0 5px;
		line-height: 1.5;
}
.products_description li span.mark {
		position: absolute;
		left: -1em;
		top: 0;
		color: #8b1d23;
}
.products_price {
		font-size: 16px;
		margin: 0 0 20px;
}
.products_detail_right .cart_btn {
		width: 170px;
}
.products_pagetitle {
		text-align: center;
		margin: 0 0 40px;
}
.products_pagetitle h4 {
		font-family: 'Helvetica LT W01 Roman';
		font-weight: normal;
		font-size: 24px;
		line-height: 1;
		color: #a11d23;
		margin: 0 0 10px;
		letter-spacing: 1px;
}
.products_pagetitle p {
		font-size: 14px;
}
.product_spec_tbl {
		width: 670px;
		margin: 0 auto 120px;
}
.product_spec_tbl table {
		width: 100%;
		border-top: 1px solid #bdbdbd;
		border-collapse: collapse;
}
.product_spec_tbl table th, .product_spec_tbl table td {
		text-align: left;
		vertical-align: top;
		font-weight: normal;
		border-bottom: 1px solid #bdbdbd;
		padding: 20px 0;
		line-height: 1.6;
}
.product_spec_tbl table th {
		width: 1%;
		white-space: nowrap;
		padding-right: 50px;
}
.product_spec_tbl td dl {
		display: flex;
		margin: 0 0 2px;
}
.product_spec_tbl td dl.extra:lang(en) {
		display: block;
		margin: 0 0 6px;
}
.product_spec_tbl td dl dt {
		white-space: nowrap;
}
.product_spec_tbl td dl dd {
		flex: 1;
		font-family: YakuHanJP_Narrow, YuGothic, "Yu Gothic Medium", "Yu Gothic", Verdana, Meiryo, sans-serif;
}
.product_spec_tbl td dl.extra dd {
		font-family: 'Roboto', YuGothic, "Yu Gothic Medium", "Yu Gothic", Verdana, Meiryo, sans-serif;
}
.product_spec_tbl td dl:last-child {
		margin: 0;
}
.capa_flex {
		display: flex;
		margin: 1em 0 0;
}
.capa_flex p {
		white-space: nowrap;
		margin-right: 5px;
}
.product_spec_tbl td table {
		border: none;
		width: auto;
		margin: 0;
		padding: 0;
}
.product_spec_tbl td table caption {
		text-align: left;
		padding: 0 0 3px;
}
.product_spec_tbl table td th, .product_spec_tbl table td td {
		width: auto;
		border: none;
		padding: 0px;
		white-space: inherit;
}
.product_spec_tbl table td th {
		width: 1%;
		white-space: nowrap;
		padding-right: 15px;
}
.product_spec_tbl p.ex_spec {
		margin-bottom: 1em;
}
.product_spec_tbl p.ex_spec:last-child {
		margin-bottom: 0;
}
.ex_spec span {
		font-family: YakuHanJP_Narrow, YuGothic, "Yu Gothic Medium", "Yu Gothic", Verdana, Meiryo, sans-serif;
}
.back_all {
		text-align: center;
		font-size: 16px;
}
.back_all a {
		color: #4c4949;
		text-decoration: none;
}
.back_all a:hover {
		color: #a11d23;
		text-decoration: none;
}
.back_all a {
		position: relative;
		display: inline-block;
		padding: 5px 5px 9px;
}
.back_all a::before, .back_all a::after {
		content: '';
		display: block;
		width: 100%;
		height: 1px;
		position: absolute;
		bottom: 0;
		left: 0;
		transform-origin: left center;
}
.back_all a::before {
		background: #4c4949;
}
.back_all a::after {
		transform: scaleX(0);
		background: #a11d23;
		transition: transform 0.3s ease-out;
}
.back_all a:hover::before {
		display: none;
}
.back_all a:hover::after {
		transform: scaleX(1);
}
.products_name.pcObj {}
.products_name.spObj {
		display: none;
}
.products_wrap {
		position: relative;
}
.products_wrap .products_all_cover {
		position: absolute;
		top: 0;
		left: 0;
		width: 100%;
		height: 100%;
		z-index: 0;
		display: none;
}
@media(max-width: 1400px) {
		.products_detail_left {
				width: 50%;
				margin-right: 45px;
		}
}
@media(max-width: 1023px) {
		.products_name.pcObj {
				display: none;
		}
		.products_name.spObj {
				display: block;
				margin: 0 0 40px;
		}
		.products_detail_flex {
				display: block;
		}
		.products_detail_left {
				width: 100%;
				margin-right: 0;
				margin-bottom: 18vw;
		}
		.product_spec_tbl {
				width: 100%;
		}
}
@media(max-width: 767px) {
		.products_detail_hdr {
				height: 140px;
		}
		.searchbox_flex, .tag_flex {
				padding: 0 8px;
		}
		.mobile_device .search_input .wordSearch::after {
				display: none;
		}
		.products_detail_wrap {
				margin-top: 30px;
				padding-right: 10px;
				padding-left: 10px;
		}
		.products_detail_left {
				margin-bottom: 60px;
		}
		.products_name .jp {
				font-size: 20px;
				margin-bottom: 5px;
		}
		.products_name .en {
				font-size: 12px;
		}
		.products_name.spObj {
				margin: 0 0 20px;
		}
		.products_catch {
				font-size: 16px;
				margin: 0 0 15px;
		}
		.products_description {
				margin-bottom: 30px;
		}
		.product_spec_tbl table th {
				padding-right: 20px;
		}
		.products_detail_flex, .product_spec_tbl {
				margin-bottom: 80px;
		}
		.products_detail_right .cart_btn {
				width: 200px;
		}
}
.related_recipe_bnr {
		max-width: 750px;
		margin: 0 auto 20px;
}
.related_recipe_bnr img {
		width: 100%;
		height: auto;
		transition: opacity 0.4s;
}
@media (hover: hover) {
		.related_recipe_bnr a:hover img {
				opacity: 0.65
		}
}
.related_recipe_flex {
		display: flex;
		justify-content: space-between;
		max-width: 750px;
		margin: 0 auto 120px;
}
.related_recipe_flex.flexcenter {
		display: flex;
		justify-content: center;
}
.related_recipe_btn {
		width: calc(50% - 10px);
		position: relative;
}
.related_recipe_btn a {
		display: flex;
		align-items: center;
		border: 1px solid #e1e1e1;
		text-decoration: none;
		color: #4c4949;
		position: relative;
}
.related_recipe_btn_thumb {
		width: 85px;
		margin-right: 15px;
}
.related_recipe_btn_thumb img {
		width: 100%;
		height: auto;
		transition: opacity 0.3s;
}
.related_recipe_btn::before, .related_recipe_btn::after, .related_recipe_btn a::before, .related_recipe_btn a::after {
		content: '';
		display: block;
		position: absolute;
		z-index: 5;
		background: #a11d23;
		transition: 0.4s cubic-bezier(0.16, 1, 0.3, 1);
}
.related_recipe_btn::before, .related_recipe_btn a::before {
		width: 1px;
		height: 100%;
		transform: scaleY(0);
}
.related_recipe_btn::before {
		top: 0;
		left: 0;
		transform-origin: center top;
}
.related_recipe_btn a::before {
		bottom: 0;
		right: 0;
		transform-origin: center bottom;
}
.related_recipe_btn::after, .related_recipe_btn a::after {
		width: 100%;
		height: 1px;
		transform: scaleX(0);
}
.related_recipe_btn::after {
		top: 0;
		left: 0;
		transform-origin: left center;
}
.related_recipe_btn a::after {
		bottom: 0;
		right: 0;
		transform-origin: right bottom;
}
.related_recipe_btn p {
		display: block;
		position: relative;
		flex: 1;
		box-sizing: border-box;
		padding-right: 25px;
}
.related_recipe_btn p::after {
		content: '';
		display: block;
		width: 6px;
		height: 6px;
		border-top: 1px solid #4c4949;
		border-right: 1px solid #4c4949;
		position: absolute;
		top: calc(50% - 2px);
		right: 17px;
		transform: rotate(45deg);
}
.recipe_comingsoon {
		max-width: 365px;
		height: 86px;
		display: flex;
		justify-content: center;
		align-items: center;
		margin: 0 auto 120px;
		padding: 0 20px;
		border: 1px solid #e1e1e1;
		text-align: center;
}
@media (hover: hover) {
		.related_recipe_btn:hover a {
				color: #a11d23;
		}
		.related_recipe_btn:hover .related_recipe_btn_thumb img {
				opacity: 0.7;
		}
		.related_recipe_btn:hover::before, .related_recipe_btn a:hover::before {
				transform: scaleY(1);
		}
		.related_recipe_btn:hover::after, .related_recipe_btn a:hover::after {
				transform: scaleX(1);
		}
		.related_recipe_btn:hover p::after {
				border-top: 1px solid #a11d23;
				border-right: 1px solid #a11d23;
		}
}
@media(max-width: 767px) {
		.related_recipe_flex {
				display: block;
				margin-bottom: 80px;
		}
		.recipe_comingsoon {
				margin-bottom: 80px;
		}
		.related_recipe_btn {
				width: 100%;
				margin-bottom: 15px;
		}
		.related_recipe_btn_thumb {
				width: 20vw;
				margin-right: 10px;
		}
		.related_recipe_btn::before, .related_recipe_btn a::before {
				width: 1px;
				height: 100%;
				transform: scaleY(0);
		}
		.related_recipe_btn p::after {
				top: calc(50% - 4px);
				right: 15px;
		}
}
.sup {
		font-size: 10px;
		transform: translateY(-8px);
		display: inline-block;
		margin-right: 2px
}
@media(max-width: 767px) {
		.sup {
				transform: translateY(-5px);
		}
}