.umaimono_en {
	background-image: url("/wp-content/themes/nico-child/images/umaimono/background.png"), url("/wp-content/themes/nico-child/images/umaimono/background_en.png");
	background-size: cover, 40%;
	background-repeat: no-repeat;
	background-position: left top;
}
@media screen and (min-width: 1400px) {
	.umaimono_en {
		background-size: cover, auto;
	}
}
.um_headimg img {
	width: 100%;
}
.umaimono_w h1 {
	color: #8a0602;
	font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
	font-size: 45px;
	margin: 60px 0 30px;
	text-align: center;
}
.umaimono_w .um_mds_st p {
	text-align: center;
	color: #212529;
}

.umaimono_w .um_category_w {
	margin-top: 60px;
	background-image: url("/wp-content/themes/nico-child/images/umaimono/category_back.png");
	background-size: cover;
	padding: 50px;
	margin-bottom: 100px;
}
.umaimono_w h2 {
	font-size: 24px;
	font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
	color: #605018;
	margin-bottom: 60px !important;
}
.umaimono_w .um_category_w h2.catalog_tit {
	font-size: 18px;
}
.umaimono_w h2::before {
	background-color: #605018 !important;
}
.umaimono_w .um_category_w > ul {
	padding-left: 0;
	list-style: none;
	margin-bottom: 0;
}
.umaimono_w .um_category_w ul li {
	width: calc(100% / 6);
	float: left;
	text-align: center;
	font-size: 18px;
	margin-bottom: 25px;
	position: relative;
	font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
}
.umaimono_w .um_category_w > ul li::after {
	content: "";
	width: 1px;
	height: 20px;
	background-color: #605018;
	position: absolute;
	right: 0;
	-webkit-transform: skewX(155deg);
	-moz-transform: skewX(155deg);
	transform: skewX(155deg);
}
/* .umaimono_w .um_category_w > ul li:nth-child(5n)::after {
  content:none;
  width:0;
  height:0;
  background-color:transparent;
} */
.umaimono_w .um_category_w .um_catalog_w {
	background-color: rgba(255, 255, 255, 0.5);
	padding: 30px;
	margin-top: 20px;
}
.umaimono_w .um_category_w .um_catalog_w ul {
	margin-bottom: 0;
	padding-left: 30px;
}
.umaimono_w .um_category_w .um_catalog_w ul li {
	text-align: left;
	margin-bottom: 0;
	font-size: 16px;
}
.umaimono_w h2.um_catname {
	font-size: 35px;
}
.umaimono_w .um_itemlist {
	list-style: none;
	padding-left: 0;
	display: flex;
	flex-wrap: wrap;
}
.umaimono_w .um_itemlist li {
	width: 22%;
	margin-right: 4%;
	margin-bottom: 80px;
	/* float:left; */
}
.umaimono_w .um_itemlist li:nth-child(4n) {
	margin-right: 0;
}
.umaimono_w .um_itemlist li a {
	display: block;
	position: relative;
}
.umaimono_w .um_itemlist li a:hover {
	text-decoration: none;
}
.umaimono_w .um_itemlist li img {
	margin-bottom: 10px;
}
.umaimono_w .um_itemlist li span {
	display: block;
}
.umaimono_w .um_itemlist li span.um_cat {
	font-size: 13px;
	font-weight: bold;
	margin-top: 10px;
	margin-bottom: 5px;
}
.umaimono_w .um_itemlist li span.um_tit {
	color: #8a0602;
	font-size: 18px;
	line-height: 1.1;
	margin-bottom: 15px;
	font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
}
.umaimono_w .um_itemlist li span.um_coname {
	background-color: #f3f3f3;
	font-size: 13px;
	font-weight: bold;
	padding: 10px;
}
.umaimono_w .um_itemlist li .um_caption {
	font-size: 18px;
	text-align: center;
	width: 100%;
	position: absolute;
	opacity: 0;
	top: 50%;
	transform: translateY(-50%);
	color: #ebc021;
	font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
}
.umaimono_w .um_itemlist li .um_mask {
	width: 100%;
	height: 100%;
	background-color: #000;
	-webkit-transition: all 0.2s ease;
	transition: all 0.2s ease;
	position: relative;
}
.umaimono_w .um_itemlist li a:hover .um_mask img {
	opacity: 0.6;
}
.umaimono_w .um_itemlist li a:hover .um_mask .um_caption {
	opacity: 1;
}
.umaimono_w .um_itemlist li .um_mask img {
	margin-bottom: 0;
}
.umaimono_w .ta_center {
	text-align: center;
}
.umaimono_w ul.pn_ul.um_pn {
	display: inline-block;
}
ul.pn_ul.um_pn li.acti {
	color: #fff;
	background-color: #333026;
	border: 1px solid #333026;
}
@media screen and (max-width: 768px) {
	.umaimono_w .um_itemlist li span.um_cat {
		font-size: 11px;
		font-weight: 600;
	}
	.umaimono_w .um_itemlist li span.um_tit {
		font-size: 15px;
	}
	.umaimono_w .um_itemlist li span.um_coname {
		font-size: 11px;
		font-weight: 600;
	}
}

/* single */

.um_single_w .um_cp {
	color: #333;
	font-size: 20px;
	font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
	margin-bottom: 10px;
}
.um_single_w h1 {
	color: #8a0602;
	font-size: 30px;
	font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
	border-bottom: 1px solid #333;
	padding-bottom: 5px;
	margin-bottom: 5px;
}
.um_single_w .um_cate_w {
	text-align: right;
	margin-bottom: 40px;
}
.um_single_w .um_cate_w ul {
	padding-left: 0;
	margin-bottom: 0;
	list-style: none;
	display: inline-block;
}
.um_single_w .um_cate_w ul li {
	float: left;
	text-align: center;
	margin-right: 40px;
	font-size: 14px;
	font-weight: bold;
	position: relative;
}
.um_single_w .um_cate_w ul li:last-child {
	margin-right: 0;
}
.um_single_w .um_cate_w ul li::after {
	content: "/";
	color: #333;
	position: absolute;
	right: -25px;
	top: 2px;
}
.um_single_w .um_cate_w ul li:last-child::after {
	content: none;
	width: 0;
	height: 0;
	background-color: transparent;
}

.um_single_w .um_shohin_w {
	border-bottom: 1px solid #ececec;
	margin-bottom: 40px;
	padding-bottom: 40px;
}
.um_single_w .um_shohin_w .um_left {
	float: left;
	width: 40%;
	margin-right: 4%;
}
.um_single_w .um_shohin_w .um_right {
	float: left;
	width: 56%;
}
.um_single_w .um_shohin_w .um_left .um_eyecatch {
	margin-bottom: 30px;
	text-align: center;
}
.um_single_w .um_shohin_w .um_left .um_gazo {
	text-align: center;
}
.um_single_w .um_shohin_w .um_left .um_eyecatch img {
	border: 1px solid #ececec;
	background-color: #fff;
}
.um_single_w .um_shohin_w .um_left .um_gazo img {
	border: 1px solid #ececec;
	background-color: #fff;
}

#um_single_w .um_shohin_w .um_right h2 {
	color: #212529;
	font-size: 25px;
	text-align: left !important;
	margin-bottom: 10px;
	font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
}
#um_single_w .um_shohin_w .um_right h2::before {
	content: none;
}
.um_single_w .um_shohin_w .um_right .um_kodawari {
	padding: 20px 15px;
	margin-bottom: 30px;
	background-image: url("/wp-content/themes/nico-child/images/umaimono/category_back.png");
	background-size: cover;
}
.um_single_w .um_shohin_w .um_right .um_kodawari span {
	font-size: 23px;
	font-weight: 700;
	font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
	color: #920702;
}
.um_single_w .um_shohin_w .um_right .um_kodawari p {
	margin-top: 10px;
	margin-bottom: 0;
}
.um_single_w .um_shohin_w .um_right .um_sdata h3 {
	font-size: 18px;
	font-weight: bold;
}
.um_single_w .um_shohin_w .um_right .um_sdata dl {
	background-color: #fff;
}
.um_single_w .um_shohin_w .um_right .um_sdata dl dt,
.um_single_w .um_shohin_w .um_right .um_sdata dl dd {
	margin-top: 5px;
	padding-top: 5px;
	border-top: 1px solid #b7b7b7;
}
.um_single_w .um_shohin_w .um_right .um_sdata dl dt {
	width: 23%;
	padding-left: 20px;
	float: left;
}
.um_single_w .um_shohin_w .um_right .um_sdata dl dd {
	width: 77%;
	padding-left: 20px;
	margin-bottom: 0;
	float: left;
	position: relative;
}
.um_single_w .um_shohin_w .um_right .um_sdata dl dd::after {
	content: "";
	position: absolute;
	width: 1px;
	height: 80%;
	background-color: #b7b7b7;
	top: 50%;
	transform: translateY(-50%);
	left: 0;
}
.um_single_w .um_shohin_w .um_right .um_sdata dl dt:nth-of-type(1),
.um_single_w .um_shohin_w .um_right .um_sdata dl dd:nth-of-type(1) {
	border-top: 0;
}
.um_single_w .um_shohin_w .um_right .um_sdata dl {
	border-bottom: 1px solid #b7b7b7;
	margin-bottom: 20px;
	padding-bottom: 5px;
}

.um_single_w .um_shohin_w .um_right .um_sdata h3 {
	font-size: 18px !important;
	color: #212529 !important;
	background-color: transparent !important;
	padding: 0 !important;
	margin-top: 0 !important;
}

.um_single_w .um_co_w {
	background-color: #f3f3f3;
	padding: 20px;
}
.um_single_w .um_co_in {
	margin: 0 auto;
	width: 80%;
}
.um_single_w .um_co_w .um_left {
	width: 40%;
	float: left;
	margin-right: 10%;
}
.um_single_w .um_co_w .um_right {
	width: 50%;
	float: left;
}
.um_single_w .um_co_w .um_right .um_tit {
	font-size: 18px;
	font-weight: bold;
	margin-bottom: 15px;
}
.um_single_w .um_co_w .um_right p {
	margin-bottom: 0;
}
.um_single_w .um_co_w .um_right dl dt,
.um_single_w .um_co_w .um_right dl dd {
	float: left;
	margin-bottom: 5px;
}

.um_single_w .um_co_w .um_right dl {
	margin-top: 10px;
	margin-bottom: 0;
}
.um_single_w .um_co_w .um_right dl dt {
	width: 20%;
	float: left;
}
.um_single_w .um_co_w .um_right dl dd {
	width: 80%;
	float: left;
}
.um_single_w .um_backbtn {
	text-align: center;
	width: 50%;
	margin: 60px auto 0;
}
.um_single_w .um_backbtn a {
	border: 1px solid #8a0602;
	color: #8a0602;
	padding: 10px;
	display: block;
	background-color: #fff;
	position: relative;
	font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
}
.um_single_w .um_backbtn a::after {
	content: "";
	position: absolute;
	right: 25px;
	top: 50%;
	width: 9px;
	height: 9px;
	border-top: 2px solid #8a0602;
	border-right: 2px solid #8a0602;
	-webkit-transform: rotate(45deg) translateY(-50%);
	transform: rotate(45deg) translateY(-50%);
}

@media screen and (max-width: 800px) {
	.umaimono_w h1 {
		font-size: 30px;
	}
	.umaimono_w h2.um_catname {
		font-size: 30px;
	}
	.um_single_w {
		margin-top: 30px;
	}
	.umaimono_w .um_category_w {
		padding: 20px;
	}
	.umaimono_w .um_category_w ul li {
		width: 50%;
		text-align: left;
		font-size: 16px;
		margin-bottom: 10px;
	}
	.umaimono_w .um_category_w ul li:nth-child(2n) {
		padding-left: 30px;
	}
	.umaimono_w .um_category_w > ul li:nth-child(2n)::after {
		content: none;
	}
	.umaimono_w .um_category_w > ul li:nth-child(5)::after {
		content: "";
		width: 1px;
		height: 20px;
		background-color: #605018;
		position: absolute;
		right: 0;
		-webkit-transform: skewX(155deg);
		-moz-transform: skewX(155deg);
		transform: skewX(155deg);
	}
	.umaimono_w .um_category_w .um_catalog_w ul li {
		padding-left: 0;
	}
	.umaimono_w .um_category_w .um_catalog_w {
		padding: 20px;
	}
	.umaimono_w .um_itemlist li {
		width: 48%;
		margin-right: 4%;
	}
	.umaimono_w .um_itemlist li:nth-child(2n) {
		margin-right: 0;
	}
	.umaimono_en {
		background-image: url("/wp-content/themes/nico-child/images/umaimono/background_sp.png"), url("/wp-content/themes/nico-child/images/umaimono/background_en.png"), url("/wp-content/themes/nico-child/images/umaimono/background_ring.png");
		background-size: auto, 40%, 40%;
		background-repeat: repeat, no-repeat, no-repeat;
		background-position: left top, left top, bottom right;
	}
	.um_single_w .um_shohin_w .um_left {
		width: 100%;
		margin-right: 0;
		float: none;
		margin-bottom: 20px;
	}
	.um_single_w .um_shohin_w .um_right {
		width: 100%;
		float: none;
		margin-right: 0;
	}
	.um_single_w .um_co_w .um_left {
		width: 100%;
		float: none;
		margin-bottom: 30px;
	}
	.um_single_w .um_shohin_w .um_left .um_eyecatch {
		width: 80%;
		margin: 0 auto 30px;
	}

	.um_single_w .um_shohin_w .um_left .um_gazo {
		width: 80%;
		margin: 0 auto;
	}

	.um_single_w .um_co_w .um_left img {
		width: 100%;
	}
	.um_single_w .um_co_w .um_right {
		width: 100%;
		float: none;
	}
	.um_single_w .um_shohin_w .um_right .um_sdata dl dt {
		width: 35%;
	}
	.um_single_w .um_shohin_w .um_right .um_sdata dl dd {
		width: 65%;
	}
	.um_single_w .um_co_in {
		width: 100%;
	}
	.um_single_w .um_co_w .um_right dl dt {
		font-size: 14px;
	}
	.um_single_w .um_co_w .um_right dl dd {
		font-size: 14px;
		word-break: break-all;
	}
	.um_single_w .um_backbtn {
		width: 80%;
		margin: 40px auto 0;
	}
	.um_single_w h1 {
		font-size: 25px;
		font-weight: bold;
	}
	.um_single_w .um_cp {
		font-weight: bold;
	}
	#um_single_w .um_shohin_w .um_right h2 {
		line-height: 1.4;
		font-size: 22px;
	}
}
@media screen and (max-width: 500px) {
	.umaimono_en {
		background-size: auto, 60%, 60%;
	}
}

