/****************************************************************************************/
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed, 
figure, figcaption, footer, header, hgroup, 
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
/*	font-size: 100%;*/
/*	font: inherit;*/
	vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section {
	display: block;
}
body {
/*	line-height: 1;*/
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}
/****************************************************************************************/
* {
	box-sizing: border-box;
}

html,
body[cms] {
	font-size: 62.5%;
}

html,
body[cms] {
	font-family: "游ゴシック体", "Yu Gothic", YuGothic, "ヒラギノ角ゴシック Pro", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}
[nh-font="default"] {
	font-family: "游ゴシック体", "Yu Gothic", YuGothic, "ヒラギノ角ゴシック Pro", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif !important;
	font-style: normal;
}

body {
	-webkit-font-smoothing: antialiased;
}

h1 {
	font-weight: normal;
	text-align: center;
}
h2 {
	font-weight: normal;
}

a {
	text-decoration: none;
	cursor: pointer;
}
a:hover {
	text-decoration: underline;
}

input[type="submit"] {
	border-radius: 0;
	appearance: button;
	-webkit-appearance: button;
}
/****************************************************************************************/
html,
a {
	color: #333;
}
svg {
	fill: #333;
}
[icon] span,
[icon] span:before,
[icon] span:after {
	background-color: #333;
}
/****************************************************************************************/
h1,
[nh-font="1"],
.serif {
/*	font-family: serif;*/
/*	font-family: "EB Garamond", serif, "Sawarabi Mincho";*/
	font-family: "EB Garamond", "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "Sawarabi Mincho", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
}

[nh-font="2"],
[nh-button] {
/*	font-family: serif;*/
/*	font-family: "EB Garamond", serif, "Sawarabi Mincho";*/
	font-family: "EB Garamond", "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "Sawarabi Mincho", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
	font-style: italic;
}
/****************************************************************************************/
[nh-gray-border="1"] { border-color: #eeeff0; }
[nh-gray-bg="1"],
[nh-gray-bg-hover="1"]:hover,
[nh-button]:hover { background-color: #eeeff0; }

[nh-gray-text="2"] { color: #dfdfdf; }
[nh-gray-border="2"],
[nh-gray-border-hover="2"]:hover { border-color: #dfdfdf; }
[nh-gray-bg="2"],
[nh-gray-bg-hover="2"]:hover,
[nh-gray-bg-hover="2"]:hover [nh-gray-bg-hover] { background-color: #dfdfdf; }
[nh-news] a .image svg { fill: #dfdfdf; }

[nh-gray-border="3"] { border-color: #afb0b1 !important; }
[nh-gray-bg="3"],
[nh-gray-bg-ba="3"]:before,
[nh-gray-bg-ba="3"]:after,
#ranking .pager [selected] .button { background-color: #afb0b1 !important; }

[nh-gray-text="4"] { color: #7f7f7f; }
[nh-gray-border="4"],
[nh-gray-border-ba="4"]:before,
[nh-gray-border-ba="4"]:after,
[nh-button] { border-color: #7f7f7f; }
[nh-gray-bg-ba="4"]:before,
[nh-gray-bg-ba="4"]:after,
[nh-gray-bg-ba-hover="4"]:hover *:before,
[nh-gray-bg-ba-hover="4"]:hover *:after { background-color: #7f7f7f !important; }

[nh-gray-bg="5"] { background-color: #4c4d4e; }

[nh-gray],
[nh-gray-],
footer { background-color: #191a1b; }

[nh-gray-bg-hover] { transition: background-color 600ms cubic-bezier(0.19, 1.00, 0.22, 1.00); }
/*******************************************/
[nh-link-color],
[nh-link-color] * { color: #4c5ac3; }
[nh-red] { color: #aa0000; }
[nh-red-bg],
[nh-red-bg-before]:before,
[nh-red-bg-after]:after { background-color: #aa0000; }	/* af3434 */
[nh-red-border],
[nh-link]:after,
[nh-button]:after,
[nh-banner]:after,
[nh-banners] .banner-container:after { border-color: #aa0000; }	/* af3434 */
/*******************************************/
[nh-hover]:after {
	content: "";
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	background-color: transparent;
	position: absolute;
	cursor: pointer;
	transition: background-color 600ms cubic-bezier(0.19, 1.00, 0.22, 1.00);
}
[nh-hover]:hover:after {
	background-color: rgba(0, 0, 0, 0.06);
}
/*******************************************/
[nh-image] {
	background-size: cover;
	background-position: center;
}
/****************************************************************************************/
[nh-bg-color="marsBrown"] 		{ background-color: #812e00; }	/* 542c22 6e4c43 993300 8f3300 812e00 */
[nh-border-color="marsBrown"]	{ border-color: #812e00; }

[nh-bg-color="smokedBrown"]		{ background-color: #624d4f; }	/* 3d3748 5a5563 624d4f */
[nh-border-color="smokedBrown"]	{ border-color: #624d4f; }

[nh-bg-color="navy"]			{ background-color: #6063b9; }		/* 3d322c 4747a3 5252a8 4242db 3d3dc4 6063b9 */
[nh-border-color="navy"]		{ border-color: #6063b9; }

[nh-bg-color="almond"]			{ background-color: #eba65f; }		/* e4ba8b d7a56a */
[nh-border-color="almond"]		{ border-color: #d7a56a; }

[nh-bg-color="natural"]			{ background-color: #f3dfc0; }		/* f5e6c9 f3dfc0 */
[nh-border-color="natural"]		{ border-color: #f3dfc0; }

[nh-bg-color="noCoating"]		{ background-color: #f3dfc0; }
[nh-border-color="noCoating"]	{ border-color: #f3dfc0; }

[nh-bg-color="chocolate"]		{ background-color: #674033; }		/* 572114 674033 */
[nh-border-color="chocolate"]	{ border-color: #674033; }

[nh-bg-color="wineRed"]			{ background-color: #ae2325; }		/* ae2325 */
[nh-border-color="wineRed"]		{ border-color: #ae2325; }

[nh-bg-color="red"]				{ background-color: #ae2325; }
[nh-border-color="red"]			{ border-color: #ae2325; }

[nh-bg-color="oak"]				{ background-color: #684740; }
[nh-border-color="oak"]			{ border-color: #684740; }

[nh-bg-color="brown"]			{ background-color: #684740; }
[nh-border-color="brown"]		{ border-color: #684740; }

[nh-bg-color="oceanBlue"]		{ background-color: #16608b; }
[nh-border-color="oceanBlue"]	{ border-color: #16608b; }

[nh-bg-color="black"]			{ background-color: black; }
[nh-border-color="black"]		{ border-color: black; }

[nh-bg-color="white"]			{ background-color: #f2ece6; }
[nh-border-color="white"]		{ border-color: #e7dacc; }

[nh-bg-color="washedBrown"]		{ background-color: #816858; }
[nh-border-color="washedBrown"]	{ border-color: #816858; }

[nh-bg-color="bronze"]			{ background-color: #ccb879; }
[nh-border-color="bronze"]		{ border-color: #ccb879; }

[nh-bg-color="translucent"]		{ background-color: transparent; }
[nh-border-color="translucent"]	{ border-color: transparent; }

[nh-bg-color="riseBlue"]		{ background-color: #153f8c; }
[nh-border-color="riseBlue"]	{ border-color: #153f8c; }

[nh-bg-color="riseRed"]			{ background-color: #ae2325; }
[nh-border-color="riseRed"]		{ border-color: #ae2325; }

[nh-bg-color="vermilion"]		{ background-color: #ae2325; }
[nh-border-color="vermilion"]	{ border-color: #ae2325; }

[nh-bg-color="lapisLazuli"]		{ background-color: #153f8c; }
[nh-border-color="lapisLazuli"]	{ border-color: #153f8c; }

[nh-bg-color="green"]			{ background-color: #008000; }
[nh-border-color="green"]		{ border-color: #008000; }
/****************************************************************************************/
@keyframes vertical-move-continuously {
	0% { transform: translate(0px, 0px) }
	50% { transform: translate(0px, 6px) }
	100% { transform: translate(0px, 0px) }
}
/****************************************************************************************/
[icon] {
	width: 100%;
	height: 100%;
	background-position: center;
	background-repeat: no-repeat;
}
/*******************************************/
[icon="down"] * {
	width: 50%;
	height: 100%;
	display: inline-block;
	background-color: transparent !important;
}
[icon="down"] *:before {
	content: "";
	top: 10%;
	width: 1px;
	height: 79%;
	position: absolute;
}
[icon="down"] .left:before {
	transform: rotate(-41deg);
}
[icon="down"] .right:before {
	transform: rotate(41deg);
}
/*******************************************/
[icon="left"],
[icon="right"] {
	position: relative;
}

[icon="left"] *,
[icon="right"] * {
	width: 100%;
	height: 50%;
	display: inline-block;
	background-color: transparent !important;
	transform: translateX(9%) translateY(46%);
}
[icon="left"] *:before,
[icon="right"] *:before {
	content: "";
	width: 79%;
	height: 2px;
	position: absolute;
}

[icon="left"] .top:before,
[icon="right"] .bottom:before {
	transform: rotate(-40deg);
}
[icon="left"] .bottom:before,
[icon="right"] .top:before {
	transform: rotate(40deg);
}
/*******************************************/
.svg[icon="right"] {
	transform: rotate(180deg);
}
/*******************************************/
[icon="plus-minus"] {
	position: relative;
}

[icon="plus-minus"] span {
	margin: auto;
	border-radius: 2px;
	position: absolute;
}
[icon="plus-minus"] .minus {
	top: 0;
	bottom: 0;
	width: 100%;
}
[icon="plus-minus"] .plus {
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	height: 100%;
	transition: height 600ms cubic-bezier(0.19, 1.00, 0.22, 1.00);
}

[opened="true"] [icon="plus-minus"] .plus {
	height: 0%;
}
/****************************************************************************************/
[nh-faded-up],
[nh-fade-up-follow] {
/*	transition: all 600ms cubic-bezier(0.19, 1.00, 0.22, 1.00);*/
	transition: all 800ms ease;
}
[nh-faded-up="false"],
[nh-faded-up-follower="false"] {
	opacity: 0;
}
[nh-faded-up="true"],
[nh-faded-up-follower="true"] {
	opacity: 1;
	transform: translateY(0px);
}

/*[nh-fade-up-delay="1"] { transition-delay: 150ms; }
[nh-fade-up-delay="2"] { transition-delay: 300ms; }*/
/****************************************************************************************/
body[lang="en"] [lang]:not([lang="en"]) {
	display: none !important;
}
/****************************************************************************************/
#header-news {
	top: 0;
	width: 100%;
	text-align: center;
	position: fixed;
	z-index: 200;
	transition: all 600ms cubic-bezier(0.19, 1.00, 0.22, 1.00);
}
/*#header-news[has-link="true"]:hover {
	opacity: 0.85;
}*/
[scrolled-header-news="false"] #header-news {
	transform: translateY(0px);
}
#header-news[num-of-headers="2"] {
	display: flex;
}
#header-news[num-of-headers="2"] > * {
	width: 50%;
	display: flex;
	align-items: center;
}
#header-news[num-of-headers="2"] > *:first-child {
	justify-content: flex-end;
}
#header-news[num-of-headers="2"] > *:last-child {
	justify-content: flex-start;
}

body[header-news="false"] #header-news {
	display: none;
}

#header-news a {
	width: 100%;
	height: 100%;
	display: block;
	transition: opacity 600ms cubic-bezier(0.19, 1.00, 0.22, 1.00);
}
#header-news a:hover {
	opacity: 0.85;
}

#header-news > div {
	height: 100%;
}

#header-news img {
	max-width: 100%;
	max-height: 100%;
}
/****************************************************************************************/
header {
	top: 0;
	width: 100%;
	position: fixed;
}

header a:hover {
	text-decoration: none;
}

header .logo-area,
header .logo {
	width: 90px;
}

header .logo {
	margin-top: 7px;
}

header .logo-area a,
header .secondary-menu a {
	display: block;
}
/****************************************************************************************/
[nh-link] {
	position: relative;
}

[nh-button] {
	margin-left: auto;
	margin-right: auto;
	width: 100%;
	max-width: 446px;
	border-width: 1px;
	border-style: solid;
	display: flex;
	justify-content: center;
	align-items: center;
	position: relative;
	transition: background-color 600ms cubic-bezier(0.19, 1.00, 0.22, 1.00);
}
[nh-button]:hover {
	text-decoration: none;
}

[nh-link]:after,
[nh-button]:after,
[nh-banner]:after,
[nh-banners] .banner-container:after {
	content: "";
	right: 5px;
	bottom: 5px;
	border-left: 12px solid transparent;
	border-bottom-width: 12px;
	border-bottom-style: solid;
	position: absolute;
}
/****************************************************************************************/
[nh-banner],
[nh-banners] {
	position: relative;
}

[nh-banner] a:hover,
[nh-banners] a:hover {
	text-decoration: none;
}

[nh-banner] .image,
[nh-banners] .image {
	height: 100%;
	width: 100%;
	background-size: cover;
	background-position: center;
	position: absolute;
/*	transition: transform 2200ms cubic-bezier(0.19, 1.00, 0.22, 1.00);*/
	transition: transform 1500ms ease;
}
[nh-banner]:hover .image,
[nh-banners] a:hover .image {
	transform: scale(1.13);	/* 1.13 */
}

[nh-banner] .text-container,
[nh-banners] .text-container {
	height: 100%;
	color: white;
	display: flex;
	justify-content: center;
	align-items: center;
	position: relative;
	z-index: 1;
}

[nh-banner] .text,
[nh-banners] .text {
	text-align: center;
}

[nh-banner] .text .main,
[nh-banners] .text .main {
	font-family: "EB Garamond", serif;
}
/*******************************************/
[nh-banner] {
	overflow: hidden;
}
/*******************************************/
[nh-banners] .banner-container {
	position: relative;
	overflow: hidden;
}

[nh-banners] a {
	width: 100%;
	height: 100%;
	display: inline-block;
	position: relative;
}
/****************************************************************************************/
[nh-list-product] {
	display: flex;
	flex-wrap: wrap;
}

[nh-list-product] li {
	background-color: white;
	border-width: 0 1px 1px 0;
	border-style: solid;
	display: inline-block;
	transition: opacity 600ms cubic-bezier(0.19, 1.00, 0.22, 1.00);
}
[nh-list-product] li:hover {
	opacity: 0.8;
}
[nh-list-product] li:hover .name {
	text-decoration: underline;
}

[nh-list-product] li a {
	display: block;
	position: relative;
}
[nh-list-product] li a:hover {
	text-decoration: none;
}

[nh-list-product] .notice {
	color: white;
	background-color: #b8251e; /* e74527 */
	position: absolute;
}

[nh-list-product] .image {
	background-size: contain;
	background-position: center;
	background-repeat: no-repeat;
}

[nh-list-product] .name {
	font-size: 1.5rem;
	font-weight: bold;
	line-height: 2rem;
}
[nh-list-product] .name .size {
	margin-left: 8px;
	font-size: 1.3rem;
	font-weight: normal;
	letter-spacing: 0;
}
[nh-list-product] .category,
[nh-list-product] .color {
	font-size: 1.3rem;
	line-height: 1.8rem;
}
[nh-list-product] .category {
	margin-top: 6px;
}
/*******************************************/
[nh-list-product] .prices {
	margin-top: 5px;
	font-size: 1.3rem;
	line-height: 1.8rem;
}

[nh-list-product] .prices > * {
	display: inline-block;
}

[nh-list-product] .prices .regular-price {
	text-decoration: line-through;
}
/*[nh-list-product] .prices .regular-price:after {
	content: "";
	top: 8px;
	left: -2px;
	width: 103%;
	height: 1px;
	background-color: #333;
	position: absolute;
}*/
[nh-list-product] [show-regular-price="true"] .prices .regular-price {
	margin-right: 10px;
}

[nh-list-product] [show-regular-price="true"] .prices .price {
	color: #aa0000;
}

[nh-list-product] .prices .price .jpy {
	margin-left: 4px;
}
/****************************************************************************************/
[nh-news] a {
	display: block;
}
[nh-news] a:hover {
	text-decoration: none;
}

[nh-news] a .date {
	font-size: 1.6rem;
	letter-spacing: 0.1rem;
}

[nh-news] a .image {
	background-color: white;
	background-size: contain;	/* cover */
	background-position: center;
	background-repeat: no-repeat;
/*	border-width: 1px;
	border-style: solid;*/
	display: flex;
	justify-content: center;
}

[nh-news] a .text .title {
	font-weight: bold;
}
[nh-news] a .text .content {
	font-size: 1.4rem;
}
/****************************************************************************************/
[nh-video] .container {
	position: relative;
}

[nh-video] video {
	width: 100%;
	object-fit: cover;
	display: block;
}

[nh-video] .icons {
	top: 0;
	width: 100%;
	height: 100%;
	background-color: rgba(0, 0, 0, 0.2);
	display: flex;
	justify-content: center;
	align-items: center;
	position: absolute;
	cursor: pointer;
	transition: all 600ms cubic-bezier(0.19, 1.00, 0.22, 1.00);
}
[nh-video] .icons:hover {
	background-color: rgba(0, 0, 0, 0.3);
}
[nh-video][playing="false"] .icons {
	opacity: 1;
}
[nh-video][playing="true"] .icons {
	opacity: 0;
}
[nh-video][played="true"] video[controls] + .icons {
	display: none;
}

[nh-video] .icons img {
	width: auto;
	opacity: 0.7;
	transition: opacity 600ms cubic-bezier(0.19, 1.00, 0.22, 1.00);
}
[nh-video] .icons:hover img {
	opacity: 0.8;
}

[nh-video] .sound {
	margin-top: 5px;
	font-family: sans-serif;
	font-size: 1.3rem;
	line-height: 1.8rem;
	color: #555;
	text-align: center
}
/****************************************************************************************/
footer,
footer a,
footer input[type="submit"] {
	color: white;
}
footer .sns a {
	background-color: white;
}
footer .logo svg {
	fill: white;
}
footer .link-category {
	border-color: white;
}

footer,
footer input {
	font-size: 1.4rem;
}
/*******************************************/
footer .scroll-to-top {
	position: fixed;
	transition: transform 600ms cubic-bezier(0.19, 1.00, 0.22, 1.00);
	z-index: 200;
}
[within-page-1="false"]:not([nh-gallery]) footer .scroll-to-top {
	transform: translateX(0px);
}

footer .scroll-to-top img {
	transition: opacity 600ms cubic-bezier(0.19, 1.00, 0.22, 1.00);
	cursor: pointer;
}
footer .scroll-to-top img:hover {
	opacity: 0.8;
}
/*******************************************/
footer form input[type="text"] {
	padding: 0 10px;
	width: 71%;
	height: 36px;
	border: none;
	border-radius: 0;
}

footer form input[type="submit"] {
	width: 29%;
	height: 36px;
	line-height: 2.4rem;
	letter-spacing: 1.2rem;
	border: none;
	cursor: pointer;
	transition: opacity 600ms cubic-bezier(0.19, 1.00, 0.22, 1.00);
}
footer form input[type="submit"]:hover {
	opacity: 0.85;
}
/*******************************************/
footer .sns ul {
	text-align: center;
}

footer .sns li {
	display: inline-block;
}
/*footer .sns li:nth-child(2) {
	padding: 0 14.5%;
}*/
footer .sns li:not(:last-child) {
	padding-right: 8%;	/* 11% */
}

footer .sns a {
	padding: 8px;
	width: 37px;
	height: 37px;
	border-radius: 50%;
	display: inline-block;
}

footer .sns a[href*="facebook"] svg {
	transform: translateY(1px) scale(1.7);
}
footer .sns .line svg {
	transform: scale(1.3);
}
footer .sns .youtube svg {
	transform: translateY(1px) scale(1.25);
}
/*******************************************/
footer .icons ul {
	text-align: center;
}

footer .icons img {
	width: 45px;
}
/*******************************************/
footer .link-category .list .space {
	margin-top: 22px;
}
/*******************************************/
footer .footer {
	text-align: center;
}

footer .footer .logo {
	display: inline-block;
}
footer .footer .logo a {
	display: block;
}

footer .footer .copyright {
	font-size: 10px;
}
/****************************************************************************************/
[nh="cookie"] {
	left: 0;
	right: 0;
	bottom: 0;
	background-color: white;
	border-top-style: solid;
	border-top-width: 1px;
	position: fixed;
	transform: translateY(100%);
	transition: transform 600ms cubic-bezier(0.19, 1.00, 0.22, 1.00);
	z-index: 250;
}
[cookie="true"] [nh="cookie"] {
	transform: translateY(0%);
}

[nh="cookie"] .text a {
	text-decoration: underline;
}

[nh="cookie"] .cookie-button {
	font-size: 1.5rem;
	font-weight: bold;
	border-style: solid;
	border-width: 1px;
	cursor: pointer;
}
[nh="cookie"] .cookie-button:active {
	background-color: #e0e0e0;
}
/****************************************************************************************/
.page-submenu ul {
	text-align: center;
}

.page-submenu li {
	display: inline-block;
}
.page-submenu li:not(:last-child) {
	border-right-width: 1px;
	border-right-style: solid;
}

.page-submenu a {
	padding-bottom: 6px;
	border-bottom-width: 2px;
	border-bottom-style: solid;
	transition: border-color 600ms cubic-bezier(0.19, 1.00, 0.22, 1.00);
}
.page-submenu a:hover {
	text-decoration: none;
}
.page-submenu li:not([selected]) a {
	border-color: transparent;
}
.page-submenu li:not([selected]) a:hover {
	border-color: #dfdfdf;
}
/****************************************************************************************/
[nh-product-list],
[nh-product-shape-list] {
	margin-top: 75px;
}
/*******************************************/
[nh-product-list] .total-sort,
[nh-product-shape-list] .total-sort {
	display: flex;
	align-items: center;
}

[nh-product-list] .total,
[nh-product-shape-list] .total {
	flex-grow: 1;
}
/*******************************************/
[nh-product-shape-list] .sort ul {
	display: inline-block;
}

[nh-product-list] .sort li,
[nh-product-shape-list] .sort li {
	font-size: 1.4rem;
	display: inline-block;
}
[nh-product-list] .sort li:nth-child(n+2),
[nh-product-shape-list] .sort li:nth-child(n+2) {
	margin-left: 13px;
}

[nh-product-list] .sort .text,
[nh-product-shape-list] .sort .text {
	line-height: 1.9rem;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	cursor: pointer;
	transition: border-color 600ms cubic-bezier(0.19, 1.00, 0.22, 1.00);
}
[nh-product-list] .sort li:not([selected]) .text,
[nh-product-shape-list] .sort li:not([selected]) .text {
	border-color: transparent;
}
[nh-product-list] .sort li:not([selected]) .text:hover,
[nh-product-shape-list] .sort li:not([selected]) .text:hover {
	border-color: #dfdfdf;
}
/*******************************************/
[nh-product-list] .list {
	margin-top: 20px;
}
/****************************************************************************************/
[nh-top-product] {
	margin-top: 45px;
}
[nh-top-product] > * > * {
	height: 100%;
	display: flex;
	align-items: center;
}
/*******************************************/
[nh-top-product] a {
	width: 100%;
	border: none !important;
}
[nh-top-product] a:hover {
	text-decoration: none;
}
/****************************************************************************************/
[nh-shape-list-product] li {
	vertical-align: top;
}
[nh-shape-list-product] li:nth-child(n+3) {
	margin-top: 50px;
}

[nh-top-product] a {
	padding-bottom: 15px;
	border: 1px solid transparent;
	display: block;
	position: relative;
}

[nh-shape-list-product] li a {
	padding-bottom: 15px;
	display: block;
	position: relative;
}
[nh-shape-list-product] li a:hover {
	text-decoration: none;
}
/*******************************************/
[nh-top-product] [selected="false"]:not(.first),
[nh-shape-list-product] [selected="false"]:not(.first) {
	display: none !important;
}
[nh-top-product] .first[selected="false"],
[nh-shape-list-product] .first[selected="false"] {
	opacity: 0;
}

[nh-top-product] .images,
[nh-shape-list-product] .images {
	position: relative;
}

[nh-top-product] .images *:not(.notice),
[nh-shape-list-product] .images *:not(.notice) {
	width: 100%;
	height: 100%;
}

[nh-top-product] .firsts,
[nh-shape-list-product] .firsts {
	overflow: hidden;
	position: relative;
}

[nh-top-product] .image,
[nh-shape-list-product] .image {
	top: 0;
	background-position: center;
	background-repeat: no-repeat;
	display: inline-block;
	position: absolute;
}
[nh-top-product] .second,
[nh-shape-list-product] .second {
	background-size: cover;
}
[nh-top-product] .firsts .image,
[nh-shape-list-product] .firsts .image {
	background-color: white;
	background-size: contain;
}
[nh-top-product] .firsts[scale="true"] .image,
[nh-shape-list-product] .firsts[scale="true"] .image {
	transform: scale(1.1);
}

[nh-top-product] .firsts .first .notice,
[nh-shape-list-product] .firsts .first .notice {
	top: 20px;
	left: 20px;
	padding: 1px 10px 0 10px;
	font-size: 1.3rem;
	font-weight: bold;
	color: white;
	background-color: #b8251e;
	position: absolute;
}
/*******************************************/
[nh-top-product] .vars,
[nh-shape-list-product] .vars {
	position: absolute;
}

[nh-top-product] .vars .colors,
[nh-shape-list-product] .vars .colors {
	right: 0;
	text-align: right;
}
[nh-top-product] .vars .colors:not(:empty),
[nh-shape-list-product] .vars .colors:not(:empty) {
	height: 100%;
}

[nh-top-product] .vars .colors .button,
[nh-shape-list-product] .vars .colors .button {
	height: 100%;
	display: inline-block;
}
[nh-top-product] .vars .colors .button:not(:last-child),
[nh-shape-list-product] .vars .colors .button:not(:last-child) {
	margin-right: 7px;
}

[nh-top-product] .vars .size,
[nh-shape-list-product] .vars .size {
	padding: 1px 4px 0 4px;
	font-size: 1.0rem;
	line-height: 1.7rem;
	border: 1px solid #aaa;
	text-align: center;
}
[nh-top-product] .vars .colors:not(:empty) + .size,
[nh-shape-list-product] .vars .colors:not(:empty) + .size {
	margin-top: 9px;
}
/*******************************************/
[nh-top-product] .texts .name,
[nh-shape-list-product] .texts .name {
	font-size: 1.7rem;
	font-weight: bold;
}

[nh-top-product] .texts .category,
[nh-top-product] .texts .prices,
[nh-top-product] .texts .desc,
[nh-shape-list-product] .texts .category,
[nh-shape-list-product] .texts .prices,
[nh-shape-list-product] .texts .desc {
	font-size: 1.5rem;
	line-height: 2.2rem;
}

[nh-top-product] .texts .category,
[nh-top-product] .texts .prices,
[nh-shape-list-product] .texts .category,
[nh-shape-list-product] .texts .prices {
	opacity: 0.85;
}

[nh-top-product] .texts .category,
[nh-shape-list-product] .texts .category {
	margin-top: 8px;
}

[nh-top-product] .texts .desc:not(:empty),
[nh-shape-list-product] .texts .desc:not(:empty) {
	margin-top: 12px;
}
/****************************************************************************************/
/*
[nh-product-shape-ul] {
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}

[nh-product-shape-ul] a {
	border-width: 1px;
	border-style: solid;
	display: block;
}
[nh-product-shape-ul] a:hover {
	text-decoration: none;
}

[nh-product-shape-ul] .images [selected="false"] {
	opacity: 0;
}
[nh-product-shape-ul] .details [selected="false"] {
	display: none;
}
*/
/*******************************************/
/*
[nh-product-shape-ul] .text .title {
	text-align: center;
}
[nh-product-shape-ul] .text .title > * {
	text-align: left;
	display: inline-block;
}

[nh-product-shape-ul] .text .desc {
	display: none;
}
*/
/*******************************************/
/*
[nh-product-shape-ul] .images {
	position: relative;
}

[nh-product-shape-ul] .images *:not(.notice) {
	width: 100%;
	height: 100%;
}

[nh-product-shape-ul] .images .image {
	top: 0;
	background-position: center;
	background-repeat: no-repeat;
	position: absolute;
}

[nh-product-shape-ul] .images .firsts {
	overflow: hidden;
	position: relative;
	transition: opacity 600ms cubic-bezier(0.19, 1.00, 0.22, 1.00);
}
[nh-product-shape-ul] .images .second + .firsts:hover {
	opacity: 0;
}

[nh-product-shape-ul] .images .first {
	position: absolute;
}

[nh-product-shape-ul] .images .first .image {
	background-color: white;
	background-size: contain;
}
[nh-product-shape-ul] .images .firsts[scale="true"] .image {
	transform: scale(1.1);
}
[nh-product-shape-ul] .images .firsts[set="true"] .image {
	transform: scale(1.25);
}

[nh-product-shape-ul] .images .second {
	background-size: cover;
}
*/
/*******************************************/
/*
[nh-product-shape-ul] .firsts .first .notice {
	padding: 1px 7px 0 7px;
	font-size: 1.2rem;
	line-height: 1.9rem;
	font-weight: bold;
	color: white;
	background-color: #b8251e;
	position: absolute;
}
*/
/*******************************************/
/*
[nh-product-shape-ul] .details {
	position: relative;
}
*/
/*******************************************/
/*
[nh-product-shape-ul] .vars {
	right: 22px;
	position: absolute;
}
*/
/*
[nh-product-shape-ul] .vars .colors {
	height: 100%;
}

[nh-product-shape-ul] .vars .colors .button {
	height: 100%;
	display: inline-block;
}
[nh-product-shape-ul] .vars .colors .button:not(:last-child) {
	margin-right: 5px;
}

[nh-product-shape-ul] .vars .size {
	border: 1px solid #aaa;
	text-align: center;
}
*/
/*******************************************/
/*
[nh-product-shape-ul] .texts .name {
	font-weight: bold;
}
*/
/****************************************************************************************/
/*
[top-product="true"][show-top-product="true"] [nh-product-shape-ul] > li:first-child a .text .title {
	text-align: left;
}

[top-product="true"][show-top-product="true"] [nh-product-shape-ul] > li:first-child a .text .desc {
	border-style: solid;
	border-top-width: 1px;
	display: block;
}
*/
/****************************************************************************************/
[nh-product-shape-ul] {
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}

[nh-product-shape-ul] a {
	display: block;
}
[nh-product-shape-ul] a {
	text-decoration: none;
}
[nh-product-shape-ul] a:not(:hover) {
	border-color: transparent;
}
/****************************************************************************************/
[nh-product-shape-ul] .images {
	height: calc(100vw * 0.2);
	max-height: 260px;
	position: relative;
}

[nh-product-shape-ul] .images *:not(.notice) {
	width: 100%;
	height: 100%;
}

[nh-product-shape-ul] .images .image {
	top: 0;
	background-position: center;
	background-repeat: no-repeat;
	position: absolute;
}

[nh-product-shape-ul] .images [selected="false"] {
	opacity: 0;
}
/*******************************************/
[nh-product-shape-ul] .images .firsts {
	overflow: hidden;
	position: relative;
	transition: opacity 600ms cubic-bezier(0.19, 1.00, 0.22, 1.00);
}
[nh-product-shape-ul] .images .second + .firsts:hover {
	opacity: 0;
}

[nh-product-shape-ul] .images .first {
	position: absolute;
}

[nh-product-shape-ul] .images .first .image {
	background-color: white;
	background-size: contain;
}
[nh-product-shape-ul] .images .firsts[scale="true"] .image {
	transform: scale(1.1);
}
[nh-product-shape-ul] .images .firsts[set="true"] .image {
	transform: scale(1.25);
}
/*******************************************/
[nh-product-shape-ul] .images .second {
	background-size: cover;
}
/*******************************************/
[nh-product-shape-list] .firsts .first .notice {
	line-height: 2.1rem;
	color: white;
	background-color: #b8251e;
	position: absolute;
}
/****************************************************************************************/
[nh-product-shape-ul] .text-vars,
[nh-product-shape-ul] .descs {
	padding-left: 22px;
	padding-right: 22px;
}
/*******************************************/
[nh-product-shape-ul] .text-vars {
	display: flex;
	justify-content: space-between;
}

[nh-product-shape-ul] .text-vars .text .name-category > * {
	display: inline-block;;
}

[nh-product-shape-ul] .text-vars .text .names .name[selected="false"],
[nh-product-shape-ul] .text-vars .text .prices .price[selected="false"],
[nh-product-shape-ul] .text-vars .vars .sold-outs .sold-out[selected="false"] {
	display: none;
}

[nh-product-shape-ul] .text-vars .text .names {
	margin-right: 15px;
}

[nh-product-shape-ul] .text-vars .text .names .name {
	font-weight: bold;
}

[nh-product-shape-ul] .text-vars .text .category {
	font-size: 1.3rem;
	letter-spacing: -1px;
}
/*******************************************/
[nh-product-shape-ul] .text-vars .text .prices .price {
	font-size: 1.5rem;
}

[nh-product-shape-ul] .text-vars .text .prices .price > * {
	display: inline-block;
}
[nh-product-shape-ul] .text-vars .text .prices .price .striked-price {
	margin-right: 10px;
	text-decoration: line-through;
}
[nh-product-shape-ul] .text-vars .text .prices .price .striked-price + .selling-price {
	color: #aa0000;
}
/****************************************************************************************/
/*
[nh-product-shape-ul] .texts {
	padding: 4px 22px 6px 22px;
}
*/
/*******************************************/
/*
[nh-product-shape-ul] .texts .info {
	display: flex;
	justify-content: space-between;
}

[nh-product-shape-ul] .texts .info .name-category > * {
	display: inline-block;;
}

[nh-product-shape-ul] .texts .info .names .name[selected="false"],
[nh-product-shape-ul] .texts .info .prices .price[selected="false"] {
	display: none;
}

[nh-product-shape-ul] .texts .info .names {
	margin-right: 15px;
}

[nh-product-shape-ul] .texts .info .names .name {
	font-weight: bold;
}

[nh-product-shape-ul] .texts .info .category {
	font-size: 1.3rem;
	letter-spacing: -1px;
}

[nh-product-shape-ul] .texts .info .prices {
	margin-top: 1px;
}
[nh-product-shape-ul] .texts .info .prices .price {
	font-size: 1.5rem;
}
*/
/*******************************************/
[nh-product-shape-ul] .text-vars .vars {
	padding-top: 2px;
}
/*******************************************/
/*
[nh-product-shape-ul] .texts .info .vars {
	padding-top: 2px;
}
*/
/*******************************************/
[nh-product-shape-ul] .text-vars .vars .colors {
	text-align: right;
	white-space: nowrap;
}

[nh-product-shape-ul] .text-vars .vars .colors .button {
	display: inline-block;
}
/*******************************************/
/*
[nh-product-shape-ul] .texts .info .vars .colors {
	text-align: right;
	white-space: nowrap;
}

[nh-product-shape-ul] .texts .info .vars .colors .button {
	width: 17px;
	height: 17px;
	display: inline-block;
}
[nh-product-shape-ul] .texts .info .vars .colors .button:not(:last-child) {
	margin-right: 5px;
}
*/
/*******************************************/
[nh-product-shape-ul] .text-vars .vars .sold-outs {
	line-height: 2.1rem;
	display: inline-block;
}
[nh-product-shape-ul] .text-vars .vars .sold-outs[sold-out="false"] {
	display: none;
}

[nh-product-shape-ul] .text-vars .vars .sold-outs .sold-out {
	font-size: 1.4rem;
	font-weight: bold;
	white-space: nowrap;
}
[nh-product-shape-ul] .text-vars .vars .sold-outs .sold-out:empty {
	display: none;
}
/*******************************************/
[nh-product-shape-ul] .text-vars .vars .size {
	padding: 0 4px;
	border: 1px solid #aaa;
	text-align: center;
	white-space: nowrap;
}
/*******************************************/
/*
[nh-product-shape-ul] .texts .info .vars .size {
	margin-top: 2px;
	padding: 0 4px;
	font-size: 1.0rem;
	line-height: 1.5rem;
	border: 1px solid #aaa;
	text-align: center;
}
*/
/****************************************************************************************/
[nh-product-shape-ul] .descs {
	padding-bottom: 14px;	/* 6 */
}

[nh-product-shape-ul] .descs .long {
	display: none;
}
/****************************************************************************************/
/*
[nh-product-shape-ul] .texts .desc {
	font-size: 1.5rem;
	line-height: 2.1rem;
}
[nh-product-shape-ul] .texts .desc:not(:empty) {
	margin-top: 4px;
}
*/
/****************************************************************************************/
[top-product="true"][show-top-product="true"] [nh-product-shape-ul] > li:first-child .descs .long {
	border-style: solid;
	border-top-width: 1px;
}
/****************************************************************************************/
[nh-feature-banners] li a {
	width: 100%;
	display: block;
	position: relative;
	overflow: hidden;
}
[nh-feature-banners] li a {
	text-decoration: none;
}

[nh-feature-banners] li a .image {
	width: 100%;
	height: 100%;
	background-size: cover;
	background-position: center;
	position: absolute;
	transition: transform 1500ms ease;
}
[nh-feature-banners] li a:hover .image {
	transform: scale(1.13);
}

[nh-feature-banners] li a .black {
	width: 100%;
	height: 100%;
	background-color: black;
	position: absolute;
	opacity: 0.3;
	transition: opacity 1500ms ease;
}
[nh-feature-banners] li a:hover .black {
	opacity: 0.1;
}

[nh-feature-banners] li a .text-container {
	height: 100%;
	color: white;
	display: flex;
	justify-content: center;
	align-items: center;
	position: relative;
	z-index: 1;
}

[nh-feature-banners] li a .text-container .texts {
	padding: 0 5px;
	text-align: center;
}

[nh-feature-banners] li a .text-container .date {
	left: 6px;
	bottom: 0;
	font-size: 1.2rem;
	position: absolute;
	opacity: 0;
	transition: opacity 1500ms ease;
}
[nh-feature-banners] li a:hover .text-container .date {
	opacity: 1;
}
/****************************************************************************************/
header .main-list .submenu .features .feature .image[border="false"] img {
	border-color: transparent !important;
}
/*******************************************/
header .main-list[item="products"] .submenu .main-area .top-area .group .group-container[item="options"] .list .campaign,
#detail #common .form .info .name-engraving .campaign {
	color: red;
}
/****************************************************************************************/
#form-confirm {
	top: 0;
	bottom: 0;
	width: 100%;
	background-color: rgba(0, 0, 0, 0.7);
	display: flex;
	justify-content: center;
	align-items: center;
	position: fixed;
	opacity: 0;
	z-index: 300;
	transition: all 1ms cubic-bezier(0.19, 1.00, 0.22, 1.00);
}
[form-confirm="false"] #form-confirm {
	left: 100%;
}
[form-confirm="true"] #form-confirm {
	left: 0;
}

#form-confirm .balloon {
	background-color: white;
	border-radius: 5px;
	box-shadow: 3px 3px 20px 0 #222;
}

#form-confirm .balloon .buttons {
	text-align: center;
}
#form-confirm .balloon .buttons [nh-button] {
	font-style: normal;
	cursor: pointer;
}
#form-confirm .balloon .buttons .link {
	display: inline-block;
	cursor: pointer;
}
#form-confirm .balloon .buttons .link:hover {
	text-decoration: underline;
}
/****************************************************************************************/
#maintenance {
	text-align: center;
}

#maintenance .header {
	padding-top: 70px;
	font-weight: bold;
}

#maintenance div:nth-child(n+2) {
	margin-top: 35px;
}

#maintenance p {
	text-align: left;
	display: inline-block;
}
/****************************************************************************************/
.nh-accordion {
	margin-left: auto;
	margin-right: auto;
	max-width: 1000px;
}

.nh-accordion .row {
	border: 1px solid #7f7f7f;
	overflow: hidden;
}
.nh-accordion .row:last-child {
	border-bottom: 1px solid #7f7f7f;
}

.nh-accordion .row .header {
	display: flex;
	align-items: center;
	cursor: pointer;
}
.nh-accordion .row .header > :first-child {
	flex-grow: 1;
}
.nh-accordion .row .header .plus-minus {
	padding-left: 0;
}

.nh-accordion .row .body {
	overflow: hidden;
	transition: height 600ms cubic-bezier(0.19, 1.00, 0.22, 1.00);
}
.nh-accordion [opened="false"] .body {
	height: 0;
}
.nh-accordion .row .body > * {
	border-top-style: solid;
	border-top-width: 1px;
}

.nh-accordion .row .body ul {
	margin-left: 24px;
	list-style: disc;
}
/****************************************************************************************/
[instagram="posts"] {
	margin-left: auto;
	margin-right: auto;
	width: 100%;
	max-width: 935px;
	display: table;
}

[instagram="posts"] > * {
	display: table-row;
}

[instagram="posts"] > * > * {
	width: 33%;
/*	height: 293px;*/
	display: table-cell;
}
/****************************************************************************************/
[instagram="post"] {
	position: relative;
	cursor: pointer;
}

[instagram="post"] .image {
	padding-bottom: 100%;
	width: 100%;
	background-position: center;
	background-size: cover;
}

[instagram="post"] .multi {
	top: 8px;
	right: 8px;
	display: none;
	position: absolute;
	transition: opacity 600ms cubic-bezier(0.19, 1.00, 0.22, 1.00);
}
[instagram="post"] .multi img {
	width: 16px;
}
/****************************************************************************************/
body[instagram="true"] {
	overflow: hidden;
}

[nh="instagram"] {
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	position: fixed;
	z-index: 200;
}

[nh="instagram"] .post-container {
	position: relative;
}
/*******************************************/
[nh="instagram"] .image-container {
/*	max-width: 600px;*/
	display: flex;
	flex-flow: column;
	justify-content: center;
}
[nh="instagram"] .image-container img {
	width: 100% !important;
	display: block;
}
/*******************************************/
[nh="instagram"] .text-product-container {
	background-color: white;
	display: inline-block;
	position: relative;
}

[nh="instagram"] .text-container,
[nh="instagram"] .product-container {
	overflow-x: hidden;
	overflow-y: scroll;
}

[nh="instagram"] .text-container {
	top: 0;
/*	width: 335px;*/
	font-size: 1.4rem;
	line-height: 2.2rem;
}
[nh="instagram"] [has-products="true"] .text-container {
	bottom: 111px;
}
[nh="instagram"] [has-products="false"] .text-container {
	bottom: 0;
}

[nh="instagram"] .text-container .user {
	margin-right: 7px;
	font-weight: bold;
}

[nh="instagram"] .text-container .text a {
	color: #00376b;
}

[nh="instagram"] .text-container .date,
[nh="instagram"] .text-container .inquiry {
	margin-top: 22px;
	font-size: 1.2rem;
}

[nh="instagram"] .text-container .inquiry {
	letter-spacing: -0.05rem;
}

[nh="instagram"] .product-container {
	bottom: 0;
	padding: 0 15px;	/* 29px */
	width: 100%;
	height: 111px;
	text-align: center;
}

[nh="instagram"] .product-container a {
	margin: 7px 0 5px 0;
	padding: 0px 5px 5px 5px;
	font-size: 1.1rem;
	text-align: center;
	border: 1px solid transparent;
	display: inline-block;
}
[nh="instagram"] .product-container a:hover {
	border-color: #dfdfdf;
	text-decoration: none;
}
[nh="instagram"] .product-container a .image {
	height: 80px;
}
[nh="instagram"] .product-container a img {
	height: 100%;
}
[nh="instagram"] .product-container a .name {
	line-height: 1rem;
}
/*******************************************/
[nh="instagram"] .prev-next-container {
	/*
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	margin: auto;
	*/
	width: 100%;
	max-width: 1015px;
}

[nh="instagram"] .prev-next-container .arrow {
	width: 40px;
	height: 40px;
	display: flex;
	justify-content: center;
	align-items: center;
	opacity: 0.65;
	cursor: pointer;
}
[nh="instagram"] .prev-next-container .arrow:active {
	opacity: 0.325;
}
[nh="instagram"] .prev-next-container .arrow.right {
	right: 0;
}
/*******************************************/
[nh="instagram"] .swiper-button-prev,
[nh="instagram"] .swiper-button-next {
	margin-top: -32px;
	width: 46px;
	height: 62px;
	background-size: 24px;
	opacity: 0.3;	/* 0.7 */
	outline: none;
}
[nh="instagram"] .swiper-button-prev {
	left: 0;
}
[nh="instagram"] .swiper-button-next {
	right: 0;
}

[nh="instagram"] .swiper-button-disabled {
	display: none;
}
/*******************************************/
[nh="instagram"] .swiper-pagination {
	bottom: 15px;
	line-height: 0;
}

[nh="instagram"] .swiper-container-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet {
	margin: 0 4px 0 0;
	width: 6px;
	height: 6px;
	background: black;	/* white */
	opacity: 0.2;	/* 0.4 */
}
[nh="instagram"] .swiper-container-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet:last-child {
	margin-right: 0;
}
[nh="instagram"] .swiper-container-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet-active {
	opacity: 0.4;	/* 1 */
}
/****************************************************************************************/
[nh-gallery] {
	overflow: hidden;
}
/*******************************************/
[nh-gallery="list"] {
	margin: auto;
	width: 100%;
	display: table;
}
[nh-gallery="list"] > * {
	display: table-row;
}
[nh-gallery="list"] > * > * {
	display: table-cell;
}

[nh-gallery="list"] [nh-gallery-image] {
	padding-bottom: 100%;
	background-position: center;
	background-size: cover;
	position: relative;
	cursor: pointer;
}

[nh-gallery="list"] [nh-gallery-image] > * {
	width: 100%;
	height: 100%;
	background-color: rgba(0, 0, 0, 0.65);
	display: flex;
	justify-content: center;
	opacity: 0;
	position: absolute;
	transition: opacity 600ms cubic-bezier(0.19, 1.00, 0.22, 1.00);
}
[nh-gallery="list"] [nh-gallery-image]:hover > * {
	opacity: 1;
}
[nh-gallery="list"] [nh-gallery-image] svg {
	width: 28%;
	fill: rgba(255, 255, 255, 0.5);
}
/*******************************************/
[nh-gallery="slideshow"] {
	top: 0;
	bottom: 0;
	left: 100%;
	right: 0;
	background-color: rgba(0, 0, 0, 0.83);
	position: fixed;
	z-index: 300;
	transition: all 1ms cubic-bezier(0.19, 1.00, 0.22, 1.00);
}
[nh-gallery] [nh-gallery="slideshow"] {
	left: 0;
}
/*******************************************/
[nh-gallery="slideshow"] [nh-gallery="arrow-container"] [nh-gallery="arrow"],
[nh-gallery="slideshow"] [nh-gallery="close"] {
	width: 65px;
	height: 65px;
	border: 1px solid transparent;
	border-radius: 50%;
	cursor: pointer;
	transition: all 600ms cubic-bezier(0.19, 1.00, 0.22, 1.00);
}
[nh-gallery="slideshow"] [nh-gallery="arrow-container"] [nh-gallery="arrow"]:hover,
[nh-gallery="slideshow"] [nh-gallery="close"]:hover {
	border-color: rgba(255, 255, 255, 0.5);
}
[nh-gallery="slideshow"] [nh-gallery="arrow-container"] [nh-gallery="arrow"]:active,
[nh-gallery="slideshow"] [nh-gallery="close"]:active {
	border-color: rgba(255, 255, 255, 0.8);
}

[nh-gallery="slideshow"] [nh-gallery="arrow-container"] [nh-gallery="arrow"]::before,
[nh-gallery="slideshow"] [nh-gallery="arrow-container"] [nh-gallery="arrow"]::after,
[nh-gallery="slideshow"] [nh-gallery="close"]::before,
[nh-gallery="slideshow"] [nh-gallery="close"]::after {
	content: "";
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	margin: auto;
	background-color: #666;
	transition: background-color 600ms cubic-bezier(0.19, 1.00, 0.22, 1.00);
}
[nh-gallery="slideshow"] [nh-gallery="arrow-container"] [nh-gallery="arrow"]:active::before,
[nh-gallery="slideshow"] [nh-gallery="arrow-container"] [nh-gallery="arrow"]:active::after,
[nh-gallery="slideshow"] [nh-gallery="close"]:active::before,
[nh-gallery="slideshow"] [nh-gallery="close"]:active::after {
	background-color: #bbb;
}
/*******************************************/
[nh-gallery="slideshow"] [nh-gallery="close"]::before,
[nh-gallery="slideshow"] [nh-gallery="close"]::after {
	position: absolute;
}
[nh-gallery="slideshow"] [nh-gallery="close"]::before {
	transform: rotate(45deg);
}
[nh-gallery="slideshow"] [nh-gallery="close"]::after {
	transform: rotate(-45deg);
}
/****************************************************************************************/
[nh="line"] {
	right: 0;
	bottom: 0;
	padding: 6px 0 5px 0;
	width: 88px;
	font-size: 1.2rem;
	line-height: 1.4rem;
	letter-spacing: -0.1rem;
	color: white;
	text-align: center;
	background-color: rgba(0, 0, 0, 0.6);
	position: fixed;
}

[nh="line"] img {
	width: 100%;
	max-width: 44px;
}

[nh="line"] p {
	margin-top: 2px;
}
/****************************************************************************************/
body[country="GB"] [nh-product-shape-ul] .text-vars .text .prices {
	display: none;
}
/*******************************************/
#geofence_arterton {
	position: fixed;
	width: 100%;
	z-index: 999;
	top: 0;
	background: #000000c7;
	height: 100%;
}

#geofence_arterton .location-popup-inner {
	max-width: 95%;
	width: 550px;
	background: #fff;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	overflow: auto;
	max-height:  95%;
}

#geofence_arterton #location-popup-close {
	width: 30px;
	height: 30px;
	border-radius: 50%;
	position: absolute;
	right: 10px;
	top: 10px;
	cursor: pointer;
	background: #656565
}
#geofence_arterton #location-popup-close svg.icon.icon-close {
	padding: 8px;
	color: #fff;
	stroke-width: 2;
	stroke: #fff;
	max-width: 100%
}

#geofence_arterton .location-popup-content {
	padding: 40px 30px 60px
}

#geofence_arterton .location-popup-header {
	text-align: center;
	font-weight: 500 !important;
	font-size: 4.8rem;
	line-height: 6.4rem;
	margin: 20px 0 40px
}

#geofence_arterton .location_option_container {
	display: flex;
	align-items: center;
	justify-content: space-between;
	cursor: pointer;
	font-weight: 700;
	font-size: 20px
}

#geofence_arterton .location_flag {
	border: 1px solid #00000030;
	box-shadow: 0 0 20px 0 #00000026;
	border-radius: 50%;
	width: 30px;
	height: 30px;
	object-fit: cover
}

#geofence_arterton .location-popup-content a {
	text-decoration: none;
	color: inherit
}

#geofence_arterton .arterton_option {
	display: flex;
	flex-direction: column;
	padding: 10px;
	padding-bottom: 25px;
	margin-bottom: 25px;
	border-bottom: 1px solid #000;
	gap: 10px
}
#geofence_arterton .arterton_option p {
	margin-top: 16px;
	margin-bottom: 16px;
	display: flex;
	align-items: center;
	gap: 10px
}

#geofence_arterton .feature_icon {
	height: 30px;
	width: auto
}

#geofence_arterton .popup_location_options {
	display: flex;
	flex-direction: column;
	gap: 25px
}
#geofence_arterton .popup_location_options p {
	margin-top: 20px;
	margin-bottom: 20px;
}
/****************************************************************************************/
body[lang]:not([lang="ja"]) [lang="ja"],
body[lang]:not([lang="en"]) [lang="en"],
body[lang]:not([lang="ja"]) header .logo-area .icons.right .icon[onclick],
/*body[lang]:not([lang="ja"]) header .menus .main-menu [item="products"] .submenu .main-area [item="series"] .title,
body[lang]:not([lang="ja"]) header .menus .main-menu [item="products"] .submenu .main-area [item="series"] .list li,
body[lang]:not([lang="ja"]) header .menus .main-menu [item="products"] .submenu .main-area [item="others"] .list li:last-child,*/
body[lang]:not([lang="ja"]) header .menus .main-menu [item="products"] .submenu .main-area [item="others"] .list li:nth-last-child(2),
body[lang]:not([lang="ja"]) header .menus .main-menu [item="products"] .submenu .main-area [item="series"] [item="options"],
body[lang]:not([lang="ja"]) header .menus .main-menu [item="gift"],
/*body[lang]:not([lang="ja"]) header .menus .main-menu [item="gift"] .main-item,*/
body[lang]:not([lang="ja"]) header .menus .main-menu [item="gift"] .submenu .right-area,
/*body[lang]:not([lang="ja"]) header .menus .main-menu .features,*/
/*body[lang]:not([lang="ja"]) header .menus .main-menu .main-list:nth-child(4) a,*/
body[lang]:not([lang="ja"]) header .menus .main-menu [item="about"] .submenu[features="true"] .layout > :nth-child(3),
body[lang]:not([lang="ja"]) header .menus .main-menu [item="about"] .submenu[features="false"] .layout > :last-child,
body[lang]:not([lang="ja"]) header .menus .main-menu .main-list:nth-child(6) a,
body[lang]:not([lang="ja"]) header .menus .secondary-menu [item="search"],
body[lang]:not([lang="ja"]) header .menus .secondary-menu [item="recruit"],
body[lang]:not([lang="ja"]) footer .links .faq,
body[lang]:not([lang="ja"]) footer .links .howto,
body[lang]:not([lang="ja"]) footer .links .concierge,
body[lang]:not([lang="ja"]) footer .links .news,
body[lang]:not([lang="ja"]) footer .links .blog,
body[lang]:not([lang="ja"]) footer .links .bridal,
body[lang]:not([lang="ja"]) footer .links .grad,
body[lang]:not([lang="ja"]) footer .links .organization,
body[lang]:not([lang="ja"]) footer .links .recruit,
/*body[lang]:not([lang="ja"]) footer .magazine,*/
body[lang]:not([lang="ja"]) footer .sns li:nth-child(n+3),
body[lang]:not([lang="ja"]) footer .icons,
body[lang]:not([lang="ja"]) [nh-banner] .text .sub,
body[lang]:not([lang="ja"]) [nh-banners] .text .sub,
body[lang]:not([lang="ja"]) [nh-product-shape-ul] .text-vars .vars .sold-outs {
	display: none !important;
}

body[lang]:not([lang="ja"]) [nh-banner] .text,
body[lang]:not([lang="ja"]) [nh-banners] .text {
	padding-top: 0;
}

body[lang]:not([lang="ja"]) footer .magazine input[type="submit"] {
	letter-spacing: 0rem;
}
body[lang]:not([lang="ja"]) footer .sns li:nth-child(2) {
	padding-right: 0;
}
/***************************************************************************************