/****************************************************************************************/
body,
body[cms] {
	font-size: 1.6rem;
	line-height: 2.4rem;
}
/****************************************************************************************/
[device="sp"] {
	display: none !important;
}
/*******************************************/
[nh-gray-bg-hover="1-l"]:hover { background-color: #eeeff0; }

[nh-gray-border="2-l"] { border-color: #dfdfdf; }
/*******************************************/
[nh-margin-section="top"] { margin-top: 250px; }

[nh-margin-banner="top"],
footer { margin-top: 158px; }
/*******************************************/
[nh-lh="desc"] {
	line-height: 3.3rem;
}

[nh-desc] { margin-top: 36px; }
[nh-desc] p:not(:first-child) { margin-top: 11px; }
/****************************************************************************************/
[nh-image="1"] {
	height: calc(100vw * 0.3846);
	max-height: 500px;
/*	height: calc(100vw * 0.5);
	max-height: 650px;*/
}

[nh-image="2"] {
	height: calc(120vw * 0.3846);
	/*max-height: 500px;*/
/*	height: calc(100vw * 0.5);
	max-height: 650px;*/
}
/****************************************************************************************/
[nh-faded-up="false"],
[nh-faded-up-follower="false"] {
	transform: translateY(80px);
}
/****************************************************************************************/
h1 {
	margin-bottom: 56px;
	font-size: 6rem;
	letter-spacing: 1px;
}

header + section .content-area > h1:first-child {
	padding-top: 30px;
}

body[lang="ja"] h1[lang="ja"] {
	font-size: 5rem;
}
/****************************************************************************************/
.content-area-container {
	padding-left: 5%;
	padding-right: 5%;
}

.content-area {
	margin-left: auto;
	margin-right: auto;
	max-width: 1200px;
}
/****************************************************************************************/
header {
	height: 53px;
	background-color: white;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	text-align: center;
	overflow: inherit !important;
}

header .logo-area .icons,
header .main-list[item="products"] .main-item .icon,
header .main-list[item="gift"] .main-item .icon,
header .main-list[item="about"] .main-item .icon,
header .secondary-menu [item="account"] .text,
header .secondary-menu [item="inquiry"] {
	display: none;
}
/****************************************************************************************/
header .logo-area {
	left: 0;
	right: 0;
	margin: auto;
	position: absolute;
	z-index: 1;
}

header .logo-area a,
header .secondary-list a {
	transition: opacity 600ms cubic-bezier(0.19, 1.00, 0.22, 1.00);
}

header .logo-area a:hover,
header .secondary-list[item="search"] svg:hover,
header .secondary-list a:hover {
	opacity: 0.6;
}
/****************************************************************************************/
header .menu-container {
	transform: none !important;
}

header .main-menu {
	left: 0;
	right: 0;
	position: absolute;
}
/*******************************************/
header .main-list {
	display: inline-block;
}
/*******************************************/
header .main-item .text {
	font-size: 1.6rem;
	display: flex;
	justify-content: center;
	position: relative;
}

header .main-item .icon {
	width: 33px;
	display: flex;
	justify-content: center;
	position: relative;
	transform: translateY(11px);
}

header .main-item .icon a {
	width: 100%;
}

header .main-item .text:after,
header .main-item .icon:after {
	content: "";
	left: 50%;
	bottom: 0;
	width: 0%;
	height: 1px;
	background-color: #333;
	display: inline-block;
	position: absolute;
	transition: all 600ms cubic-bezier(0.19, 1.00, 0.22, 1.00);
}
header .main-item .text:hover:after,
header .main-item .icon:hover:after,
header .main-list.has-submenu:hover .main-item .text:after {
	left: 0%;
	width: 100%;
}
/****************************************************************************************/
header .main-menu .submenu {
	height: 0;
	position: absolute;
	overflow: hidden;
}
/****************************************************************************************/
header .secondary-menu {
	margin-top: 2px;
	padding: 0 17px;
}

header .secondary-menu .content-area {
	margin: 0 auto;
	text-align: right;
}
/*******************************************/
header .secondary-list {
	display: inline-block;
}
/*******************************************/
header .secondary-list:not(:last-child) .text {
	margin-right: 8px;
}
header .secondary-list[item="lang"] .text {
	letter-spacing: 1px;
}
header .secondary-list .text a {
	padding: 10px 9px 9px 9px;
	font-size: 1.2rem;
	line-height: 0;
	border-width: 1px;
	border-style: solid;
	text-transform: uppercase;
}

header .secondary-list .icon {
	margin-right: 9px;
	width: 28px;
	height: 28px;
	cursor: pointer;
	outline: none;
	transform: translateY(10px);
}
header .secondary-list[item="cart"] .icon {
	margin-right: 16px;
}
/****************************************************************************************/
[full-view="true"] .logo-area .logo { margin-top:58px; }

header .main-list.left { margin-right: 9px; }
header .main-list.left + li.right { margin-left: 91.5px; }
header .main-list.right { margin-left: 1.5px; }

@media only screen and (min-width: 850px) {
	header .main-list.left { margin-right: 15.5px; }
	header .main-list.left + li.right { margin-left: 96.6667px; }
	header .main-list.right { margin-left: 6.66667px; }
}
@media only screen and (min-width: 900px) {
	header .main-list.left { margin-right: 21.75px; }
	header .main-list.left + li.right { margin-left: 105px; }
	header .main-list.right { margin-left: 15px; }
}
@media only screen and (min-width: 950px) {
	[full-view="true"] .logo-area, [full-view="true"] .logo-area .logo { width:128px; }
	[full-view="true"] .logo-area .logo { margin-top:49px; }
	
	header .main-list.left { margin-right: 28px; }
	header .main-list.left + li.right { margin-left: 113.333px; }
	header .main-list.right { margin-left: 23.3333px; }
}
@media only screen and (min-width: 1000px) {
	header .main-list.left { margin-right: 29.75px; }
	header .main-list.left + li.right { margin-left: 153.333px; }
	header .main-list.right { margin-left: 25.3333px; }
}
@media only screen and (min-width: 1100px) {
	header .main-list.left { margin-right: 35.75px; }
	header .main-list.left + li.right { margin-left: 161.667px; }
	header .main-list.right { margin-left: 33.6667px; }
}
@media only screen and (min-width: 1150px) {
	header .main-list.left { margin-right: 42px; }
	header .main-list.left + li.right { margin-left: 170px; }
	header .main-list.right { margin-left: 42px; }
}
@media only screen and (min-width: 1200px) {
	header .main-list.left { margin-right: 48.5px; }
	header .main-list.left + li.right { margin-left: 178.333px; }
	header .main-list.right { margin-left: 50.3333px; }
}
@media only screen and (min-width: 1250px) {
	header .main-list.left { margin-right: 54.5px; }
	header .main-list.left + li.right { margin-left: 186.667px; }
	header .main-list.right { margin-left: 58.6667px; }
}
@media only screen and (min-width: 1300px) {
	header .main-list.left { margin-right: 61px; }
	header .main-list.left + li.right { margin-left: 195px; }
	header .main-list.right { margin-left: 67px; }
}
/****************************************************************************************/
[full-view="true"] {
	height: 148px;
	border-color: transparent !important;
}
/*[nh-margin="header"] {
	margin-top: 148px;
}*/

[full-view="true"] .main-menu {
	top: 51px;
}
/*******************************************/
[full-view="false"] .main-menu {
	top: -1px;
}

[full-view="false"] .secondary-menu {
	margin-top: -50px;
}
/****************************************************************************************/
header,
header .logo-area,
header .logo-area .logo,
header .logo-area .logo svg,
header .main-menu,
header .main-item .text,
header .main-item .text a,
header .main-item .icon svg,
header .secondary-menu,
header .secondary-menu .text,
header .secondary-menu .text a,
header .secondary-menu svg {
	transition: all 600ms cubic-bezier(0.19, 1.00, 0.22, 1.00);
}
/****************************************************************************************/
header {
	z-index: 100;
}

header .secondary-list[item="search"] {
	margin-right: 7px;
	transform: translateY(10px);
}
header .secondary-list[item="search"] .container {
	height: 28px;
	border-width: 1px;
	border-style: solid;
	border-radius: 25px;
	white-space: nowrap;
	position: relative;
	overflow: hidden;
	transition: all 600ms cubic-bezier(0.19, 1.00, 0.22, 1.00);
}
header .secondary-list[item="search"][focus="false"] .container {
	width: 34px;
	border-color: transparent;
}
header .secondary-list[item="search"][focus="true"] .container {
	width: 269px;
	background-color: white;
	border-color: #afb0b1;
}
header .secondary-list[item="search"] .icon {
	top: 0;
	left: 4px;
	position: absolute;
	transform: translateY(0);
}
header .secondary-list[item="search"][focus="true"] .icon svg {
	fill: #333;
}
header .secondary-list[item="search"] .container form {
	top: 1px;
	right: 0;
	position: absolute;
	transition: opacity 600ms cubic-bezier(0.19, 1.00, 0.22, 1.00);
}
header .secondary-list[item="search"] .container form input[type="text"] {
	margin-right: -4px;
	height: 22px;
	font-size: 1.5rem;
	line-height: 2.2rem;
	background-color: transparent;
	border: none;
	outline: none;
	transition: all 600ms cubic-bezier(0.19, 1.00, 0.22, 1.00);
}
header .secondary-list[item="search"][focus="false"] .container form input[type="text"] {
	width: 0px;
}
header .secondary-list[item="search"][focus="true"] .container form input[type="text"] {
	width: 191px;
}
header .secondary-list[item="search"] .container form input[type="submit"] {
	margin-right: 4px;
	padding-top: 3px;
	height: 22px;
	font-size: 1.2rem;
	line-height: 1.7rem;
	background-color: transparent;
	border: none;
	border-radius: 25px;
	transform: translateY(-1px);
	transition: all 600ms cubic-bezier(0.19, 1.00, 0.22, 1.00);
	cursor: pointer;
}
header .secondary-list[item="search"] .container form input[type="submit"]:hover {
	background-color: #ddd;
}
header .secondary-list[item="search"][focus="false"] .container form,
header .secondary-list[item="search"][focus="false"] .container form input {
	opacity: 0;
}
header .secondary-list[item="search"][focus="true"] .container form,
header .secondary-list[item="search"][focus="true"] .container form input {
	opacity: 1;
}
/****************************************************************************************/
header .main-list.has-submenu .main-item {
	cursor: default;
}
header .main-list.has-submenu:hover .main-item:after {
	content: "";
	margin: -10px 0 0 -95px;
	width: 210px;
	height: 42px;
	position: absolute;
}

header .main-list.has-submenu .submenu {
	top: 66px;
	left: 0;
	right: 0;
	margin: 0 auto;
	width: calc(100% - 100px);
	height: 0;
	max-width: 1200px;
	font-size: 1.5rem;
	background-color: rgba(255, 255, 255, .94);
	position: absolute;
	overflow: hidden;
	opacity: 0;
	transition: all 600ms cubic-bezier(0.19, 1.00, 0.22, 1.00);
}
header .main-list.has-submenu:hover .submenu {
	opacity: 1;
}

header .main-list .submenu .submenu-container {
	padding-top: 48px;
	padding-bottom: 50px;
	border-width: 1px;
	border-style: solid;
}

header .main-list .submenu .features .feature-container {
	display: inline-block;
}
header .main-list .submenu .features .feature:not(:first-child) {
	margin-top: 11px;
}
header .main-list .submenu .features .feature img {
	width: 100%;
	border-width: 1px;
	border-style: solid;
}

header .main-list .submenu .features .feature .text {
	font-size: 1.4rem;
	line-height: 2.2rem;
	text-align: left;
}

header .main-list .submenu .features .feature a,
header .main-list .submenu .submenu-container .right-area a {
	padding: 10px;
	display: block;
	transition: background-color 600ms cubic-bezier(0.19, 1.00, 0.22, 1.00);
}
header .main-list .submenu .features .feature a {
	padding-bottom: 6px;
}
header .main-list .submenu .features .feature a:hover,
header .main-list .submenu .submenu-container .right-area a:hover {
	background-color: rgba(0, 0, 0, 0.08);
}

header .main-list .submenu .features .feature a > *:not(:first-child) {
	margin-top: 6px;
}

header .main-list[item="products"] .submenu .main-area .top-area .group .list li,
header .main-list[item="gift"] .submenu .left-area .main .list li,
header .main-list[item="gift"] .submenu .right-area .desc,
header .main-list[item="gift"] .submenu .right-area .img {
	margin-top: 10px;
}
header .main-list[item="products"] .submenu .main-area .top-area .group .list li a:hover,
header .main-list[item="gift"] .submenu .main .list li a:hover {
	text-decoration: underline;
}
/*******************************************/
header .main-list[item="products"] .submenu .submenu-container {
	padding-left: 1.5%;
	padding-right: 1.5%;
	width: 100%;
	display: table;
}
header .main-list[item="products"] .submenu .submenu-container > * {
	display: table-cell;
	vertical-align: top;
}

header .main-list[item="products"] .submenu .main-area .top-area {
	width: 100%;
	display: table;
}

header .main-list[item="products"] .submenu .main-area .top-area .group {
	padding: 0 10px;
	text-align: center;
	display: table-cell;
	vertical-align: top;
}
header .main-list[item="products"] .submenu .main-area .top-area .group:not(:first-child) {
	border-left-width: 1px;
	border-left-style: solid;
}

header .main-list[item="products"] .submenu .main-area .top-area .group .group-container {
	text-align: left;
	display: inline-block;
}
header .main-list[item="products"] .submenu .main-area .top-area .group .group-container[item="options"] {
	margin-top: 34px;	/* 34 2 */
}
/*header .main-list[item="products"] .submenu .main-area .top-area .group[item="series"] .group-container:first-child {*/
header .main-list[item="products"] .submenu .main-area .top-area .group[item="series"] .group-container {
	padding-right: 13px;
}

header .main-list[item="products"] .submenu .main-area .top-area .group .group-container[item="options"] .list .campaign {
	font-size: 1.2rem;
	line-height: 1.7rem;
}

header .main-list[item="products"] .submenu .main-area .top-area .group .title {
	margin-top: 5px;
	font-weight: bold;
	text-transform: uppercase;
}

header .main-list[item="products"] .submenu .main-area .top-area .group .list {
	margin-bottom: 3px;
}

header .main-list[item="products"] .submenu[features="false"] .main-area .top-area .group {
	width: 25%;
}
header .main-list[item="products"] .submenu[features="false"] .main-area .top-area .group[item="series"] .group-container {
	width: 68%;
}
header .main-list[item="products"] .submenu[features="true"] .main-area .top-area .group[item="series"] {
	width: 18%;
}

header .main-list[item="products"] .submenu .features .feature img {
	max-width: 272px;
}
/*******************************************/
header .main-list[item="gift"] .submenu .submenu-container {
	width: 100%;
	display: table;
}
header .main-list[item="gift"] .submenu .submenu-container > * {
	display: table-cell;
}

header .main-list[item="gift"] .submenu .left-area {
	padding-top: 5px;
}

header .main-list[item="gift"] .submenu .left-area .left-area-container {
	padding-left: 10px;
	width: 100%;
	display: table;
}
header .main-list[item="gift"] .submenu .left-area .left-area-container > * {
	display: table-cell;
	vertical-align: top;
}

header .main-list[item="gift"] .submenu .left-area .main {
	width: 35%;
}
header .main-list[item="gift"] .submenu .left-area .main-container {
	text-align: left;
	display: inline-block
}

header .main-list[item="gift"] .submenu .title {
	font-weight: bold;
	text-transform: uppercase;
}

header .main-list[item="gift"] .submenu .features {
	padding-top: 32px;
}

header .main-list[item="gift"] .submenu .features .feature img {
	max-width: 187px;
}

header .main-list[item="gift"] .submenu .right-area {
	border-left-width: 1px;
	border-left-style: solid;
	vertical-align: top;
}

header .main-list[item="gift"] .submenu .right-area ul {
	display: flex;
	justify-content: space-evenly;
}
@supports (-ms-ime-align: auto) {
	header .main-list[item="gift"] .submenu .right-area ul {
		padding-left: 15px;
		padding-right: 15px;
		justify-content: space-around;
	}
}
header .main-list[item="gift"] .submenu .right-area li {
	width: 29%;
	display: inline-block;
}

header .main-list[item="gift"] .submenu .right-area a {
	text-align: left;
}
header .main-list[item="gift"] .submenu .right-area .desc {
	min-height: 40px;
	font-size: 1.4rem;
	line-height: 1.9rem;
}
header .main-list[item="gift"] .submenu .right-area .desc .smaller {
	font-size: 1.2rem;
}
header .main-list[item="gift"] .submenu .right-area .img {
	height: 116px;
	background-size: cover;
	background-position: center;
}

header .main-list[item="gift"] .submenu[features="false"] .left-area {
	width: 30%;
}
header .main-list[item="gift"] .submenu[features="true"] .left-area {
	width: 37%;
}
header .main-list[item="gift"] .submenu[features="true"] .left-area .left-area-container {
	text-align: right;
}
header .main-list[item="gift"] .submenu[features="true"] .features {
	text-align: center;
}
/****************************************************************************************/
header .main-list[item="about"] .submenu .layout {
	display: flex;
	justify-content: space-evenly;
}

header .main-list[item="about"] .submenu .layout > * {
	width: 22.7%;
}
header .main-list[item="about"] .submenu[features="true"] .layout > * {
	width: 22%;
}

header .main-list[item="about"] .submenu a {
	padding: 10px;
	display: block;
	transition: background-color 600ms cubic-bezier(0.19, 1.00, 0.22, 1.00);
}
header .main-list[item="about"] .submenu a:hover {
	background-color: rgba(0, 0, 0, 0.08);
}

header .main-list[item="about"] .submenu a .title {
	font-weight: bold;
	text-align: left;
}
header .main-list[item="about"] .submenu a .img {
	margin-top: 10px;
	height: 118px;
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
}

header .main-list[item="about"] .submenu .features-container {
	padding-left: 2.5%;
	border-left-style: solid;
	border-left-width: 1px;
}
/****************************************************************************************/
[nh="cookie"] {
	padding: 9px 20px;
}

[nh="cookie"] .layout {
	display: flex;
	justify-content: center;
	align-items: center;
}

[nh="cookie"] .text {
	max-width: 820px;
	font-size: 1.4rem;
}

[nh="cookie"] .cookie-button {
	margin-left: 30px;
	padding: 7px 35px 5px 35px;
}
/****************************************************************************************/
[nh-button] {
	padding-top: 3px;
	height: 60px;
	font-size: 2.1rem;
	letter-spacing: 1px;
}
/****************************************************************************************/
[nh-banner],
[nh-banners] {
	height: calc(100vw * 0.184);
	max-height: 240px;
}

[nh-banner] .text,
[nh-banners] .text {
	padding-top: 31px;	/* 33px */
}

[nh-banner] .text .main,
[nh-banners] .text .main {
	font-size: 5.5rem;
}
[nh-banners="3"] .text .main {
	font-size: 5.6rem;
	line-height: 5.5rem;
}
[nh-banner] .text .sub,
[nh-banners] .text .sub {
	font-size: 1.5rem;
}
[nh-banner] .text .sub {
	margin-top: 20px;
}

[nh-banners="2"] .text .sub {
	margin-top: 28px;
}
[nh-banners="3"] .text .sub {
	margin-top: 10px;
}
/*******************************************/
[nh-banners] {
	display: flex;
	justify-content: space-between;
}

[nh-banners] .banner-container {
	height: 100%;
	display: inline-block;
}
[nh-banners="2"] .banner-container {
	width: 46.6%;
}
[nh-banners="3"] .banner-container {
	width: 30%;
}
/****************************************************************************************/
[nh-list-product] li {
	width: 20%;
}
[nh-list-product] li:nth-child(-n+5) {
	border-top-width: 1px;
}
[nh-list-product] li:nth-child(5n-4) {
	border-left-width: 1px;
}

[nh-list-product] .notice {
	padding: 0 5px 0 6px;
	top: -3px;
	left: 7px;
	font-size: 1.1rem;
	font-weight: bold;
	line-height: 2.1rem;
	letter-spacing: 1px;
}

[nh-list-product] .image {
	margin: calc(100vw * 0.008) 0 calc(100vw * 0.007) 0;
/*	padding: calc(100vw * 0.008) 0 calc(100vw * 0.007) 0;*/
	height: calc(100vw * 0.15);	/* 0.14 */
	max-height: 188px;
}

[nh-list-product] .text {
	padding: 0 18px 9px 18px;
}
[nh-list-product] .name {
	letter-spacing: 2px;
}
/****************************************************************************************/
/*
[nh-top-product] {
	border-style: solid;
	border-width: 1px;
	display: flex;
}
[nh-top-product] > * {
	width: 50%;
}
*/
/*******************************************/
/*
[nh-top-product] .text {
	padding: 60px;
}

[nh-top-product] .text .title {
	font-size: 2.1rem;
	line-height: 3.8rem;
}

[nh-top-product] .text .desc {
	margin-top: 50px;
}
*/
/****************************************************************************************/
/*
[nh-shape-list-product] li {
	margin-top: 35px;
	width: 50%;
	display: inline-block;
}

[nh-shape-list-product] li:nth-child(2n) {
	padding-left: 30px;
}
[nh-shape-list-product] li:nth-child(2n+1) {
	padding-right: 30px;
}

[nh-shape-list-product] li a {
	border: 1px solid transparent;
}

[nh-top-product] .images,
[nh-shape-list-product] .images {
	height: calc(100vw * 0.292);
	max-height: 350px;
}

[nh-top-product] .firsts,
[nh-shape-list-product] .firsts {
	transition: opacity 600ms cubic-bezier(0.19, 1.00, 0.22, 1.00);
}
[nh-top-product] .second + .firsts:hover,
[nh-shape-list-product] .second + .firsts:hover {
	opacity: 0;
}

[nh-top-product] .vars,
[nh-shape-list-product] .vars {
	right: 30px;	/* 100px
	height: 18px;
}

[nh-top-product] .vars .colors .button,
[nh-shape-list-product] .vars .colors .button {
	width: 18px;
}

[nh-top-product] .texts,
[nh-shape-list-product] .texts {
	text-align: center;
}
*/
/*******************************************/
/*
@media only screen and (max-width: 1040px) {

[nh-shape-list-product] .vars {
	right: 10px;
}

[nh-shape-list-product] .texts {
	padding-left: 10px;
	padding-right: 30px;
	text-align: left;
}

}
*/
/****************************************************************************************/
[nh-product-shape-ul] li {
	margin-top: 45px;	/* 50 */
	width: 32%;
}
/*
[nh-product-shape-ul] li:not(:empty) {
	margin-top: 60px;
}
*/
/*******************************************/
[nh-product-shape-ul] a {
	border-width: 1px;
	border-style: solid;
}
/*
[nh-product-shape-ul] a:not(:hover) {
	border-color: transparent;
}
*/
/*******************************************/
/*
[nh-product-shape-ul] .text .title > * {
	margin-top: 5px;
	padding: 0 22px 3px 25px;
	font-size: 1.55rem;
	line-height: 2.3rem;
}
[nh-product-shape-ul] .text .title > *:empty {
	display: none;
}
*/
/*******************************************/
/*
[nh-product-shape-ul] .images {
	height: calc(100vw * 0.2);
	max-height: 260px;
}
*/
/*******************************************/
[nh-product-shape-list] .firsts .first .notice {
	left: 22px;
	padding: 0px 6px;
	font-size: 1.2rem;
	font-weight: bold;
}
/*
[nh-product-shape-ul] .firsts .first .notice {
	top: 8px;
	left: 8px;
}
*/
/*******************************************/
/*
[nh-product-shape-ul] .details {
	padding: 4px 0 5px 0;
}
*/
/*******************************************/
[nh-product-shape-ul] .text-vars {
	padding-top: 6px;	/* 4 */
}
/*******************************************/
[nh-product-shape-ul] .text-vars .text .prices {
/*	margin-top: 1px;*/
	line-height: 2.1rem;
}
/*******************************************/
[nh-product-shape-ul] .text-vars .vars .colors .button {
	width: 17px;
	height: 17px;
}
[nh-product-shape-ul] .text-vars .vars .colors .button:not(:last-child) {
	margin-right: 5px;
}

[nh-product-shape-ul] .text-vars .vars .size {
	margin-top: 2px;
	font-size: 1.0rem;
	line-height: 1.5rem;
}
[top-product="true"][show-top-product="true"] [nh-product-shape-ul] .text-vars .vars .size {
	height: 15px;
}
/*
[nh-product-shape-ul] .vars {
	top: 4px;
	height: 17px;
}

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

[nh-product-shape-ul] .vars .colors {
	float: right;
}

[nh-product-shape-ul] .vars .colors .button {
	width: 17px;
}

[nh-product-shape-ul] .vars .size {
	padding: 0 4px;
	margin-right: 5px;
	font-size: 1.0rem;
	line-height: 1.5rem;
	transform: translateY(-5px);
}
*/
/*******************************************/
[nh-product-shape-ul] .text-vars .vars .sold-outs .sold-out {
	display: inline-block;
	transform: translateY(-4px);
}
[top-product="true"][show-top-product="true"] [nh-product-shape-ul] > li:first-child a .text-vars .vars .sold-outs .sold-out {
	margin-right: 5px;
}
/*******************************************/
/*
[nh-product-shape-ul] .texts {
	line-height: 2.1rem;
	text-align: center;
}

[nh-product-shape-ul] .texts .category {
	font-size: 1.3rem;
}

[nh-product-shape-ul] .texts .price {
	font-size: 1.5rem;
}
*/
/****************************************************************************************/
[nh-product-shape-ul] .descs .short {
	font-size: 1.5rem;
	line-height: 2.1rem;
}
/****************************************************************************************/
/*
[top-product="true"][show-top-product="true"] [nh-product-shape-ul] > li:first-child {
	width: 100%;
}

[top-product="true"][show-top-product="true"] [nh-product-shape-ul] > li:first-child a {
	display: flex;
	flex-direction: row-reverse;
	align-items: center;
}

[top-product="true"][show-top-product="true"] [nh-product-shape-ul] > li:first-child a .info {
	width: 50%;
}
[top-product="true"][show-top-product="true"] [nh-product-shape-ul] > li:first-child a .text {
	width: 50%;
	padding: 0 40px;
}
*/
/*******************************************/
/*
[top-product="true"][show-top-product="true"] [nh-product-shape-ul] > li:first-child .images {
	height: calc(100vw * 0.31);
	max-height: 400px;
}
*/
/*******************************************/
/*
[top-product="true"][show-top-product="true"] [nh-product-shape-ul] > li:first-child .details {
	padding: 10px 0 20px 0;
}

[top-product="true"][show-top-product="true"] [nh-product-shape-ul] > li:first-child .info .texts {
	text-align: left;
}

[top-product="true"][show-top-product="true"] [nh-product-shape-ul] > li:first-child .vars {
	top: 12px;
}
*/
/*******************************************/
/*
[top-product="true"][show-top-product="true"] [nh-product-shape-ul] > li:first-child .info .texts > * {
	margin-left: 20px;
	display: inline-block;
}
*/
/*******************************************/
/*
[top-product="true"][show-top-product="true"] [nh-product-shape-ul] > li:first-child a .text .title > * {
	padding: 0;
	font-size: 2.7rem;
	line-height: 4.5rem;
}

[top-product="true"][show-top-product="true"] [nh-product-shape-ul] > li:first-child a .text .desc {
	margin-top: 20px;
	padding-top: 30px;
}
*/
/****************************************************************************************/
[nh-product-shape-ul] .descs {
	padding-top: 2px;
}
/****************************************************************************************/
[top-product="true"][show-top-product="true"] [nh-product-shape-ul] > li:first-child {
	width: 100%;
}

[top-product="true"][show-top-product="true"] [nh-product-shape-ul] > li:first-child a {
	display: flex;
	align-items: center;
}
[top-product="true"][show-top-product="true"] [nh-product-shape-ul] > li:first-child a > * {
	width: 50%;
}

[top-product="true"][show-top-product="true"] [nh-product-shape-ul] > li:first-child .images {
	margin-top: 0;
	height: calc(100vw * 0.31);
	max-height: 400px;
}
/*******************************************/
[top-product="true"][show-top-product="true"] [nh-product-shape-ul] > li:first-child .text-vars {
	padding-bottom: 8px;
}

[top-product="true"][show-top-product="true"] [nh-product-shape-ul] > li:first-child .text-vars .text {
	display: flex;
}
[top-product="true"][show-top-product="true"] [nh-product-shape-ul] > li:first-child .text-vars .text .name-category {
	margin-right: 20px;
}

[top-product="true"][show-top-product="true"] [nh-product-shape-ul] > li:first-child .text-vars .vars {
	display: flex;
	flex-direction: row-reverse;
}
[top-product="true"][show-top-product="true"] [nh-product-shape-ul] > li:first-child .text-vars .vars .size {
	margin: 0 5px 0 0;
	display: table;
	transform: translateY(1px);
}
/*******************************************/
[top-product="true"][show-top-product="true"] [nh-product-shape-ul] > li:first-child .descs {
	padding: 0 40px;
}

[top-product="true"][show-top-product="true"] [nh-product-shape-ul] > li:first-child .descs .short {
	padding: 0;
	font-size: 2.7rem;
	line-height: 4.5rem;
}

[top-product="true"][show-top-product="true"] [nh-product-shape-ul] > li:first-child .descs .long {
	margin-top: 20px;
	padding-top: 30px;
	display: block;
}
[top-product="true"][show-top-product="true"] [nh-product-shape-ul] > li:first-child .descs .long div + div {
	margin-top: 13px;
}
/****************************************************************************************/
[nh-feature-banners] ul {
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}

[nh-feature-banners] li {
	width: 31%;
}
[nh-feature-banners][num-of-banners="1"] li {
	width: 100%;
}
[nh-feature-banners][num-of-banners="2"] li {
	width: 48%;
}

[nh-feature-banners] li:nth-child(n+4) {
	margin-top: 39px;
}

[nh-feature-banners] li a {
	height: calc(100vw * 0.173);
	max-height: 225px;
}

[nh-feature-banners] li a .text-container .text-1 {
	margin-top: 13px;
	font-size: 2.7rem;
	line-height: 3.1rem;
}
[nh-feature-banners] li a .text-container .text-2 {
	margin-top: 13px;
	font-size: 1.5rem;
}
[nh-feature-banners] li a .text-container .text-3 {
	margin-top: 5px;
	font-size: 1.3rem;
}

/*******************************************/
@media only screen and (max-width: 1199px) {
	[nh-feature-banners] li a .text-container .text-1 {
		font-size: 3.3rem;
		line-height: 3.3rem;
	}
	[nh-feature-banners] li a .text-container .text-2 {
		margin-top: 8px;
		font-size: 1.4rem;
		line-height: 1.7rem;
	}
	[nh-feature-banners] li a .text-container .text-3 {
		margin-top: 0;
	}
}
/****************************************************************************************/
[nh-news] {
	display: flex;
	justify-content: space-between;
}

[nh-news] li {
	display: inline-block;
}

[nh-news] a {
	padding: 4px 8px;
}

[nh-news] a .image {
	margin-top: 5px;
	height: calc(100vw * 0.185);
	max-height: 240px;
}
[nh-news] a .image svg {
	width: 54%;
}

[nh-news] a .text {
	margin-top: 26px;
}
[nh-news] a .text .content {
	margin-top: 12px;
	line-height: 2rem;
}
/****************************************************************************************/
footer .content-area-container {
	padding-top: 47px;
	padding-bottom: 4px;
}
/*******************************************/
footer .scroll-to-top {
	right: 10px;
	bottom: 10px;
	transform: translateX(43px);
}

footer .scroll-to-top img {
	width: 33px;
}
/*******************************************/
footer .magazine-sns {
	width: 32%;
	float: right;
}

footer .magazine .input {
	margin-top: 17px;
}

footer form input[type="submit"] {
	padding-left: 12px;
	font-size: 1.6rem;
}
/*******************************************/
footer .sns {
	margin-top: 70px;
}
/*******************************************/
footer .icons {
	margin-top: 38px;
}
/*******************************************/
footer .link-categories {
	width: 67%;
	display: flex;
}

footer .link-category {
	display: inline-block;
}
footer .link-category:nth-child(2) {
	border-width: 0 1px;
	border-style: solid;
}
footer .link-category:not(:last-child) {
	padding-right: 6.5%;
}
footer .link-category:not(:first-child) {
	padding-left: 6.5%;
}

footer .link-category .title {
	font-size: 2.4rem;
	letter-spacing: 0.14rem;
	display: inline-block;
}

footer .link-category .list {
	margin-top: 10px;
}
/*******************************************/
footer .footer {
	margin-top: 48px;
}

footer .sns a,
footer .footer .logo a {
	transition: opacity 600ms cubic-bezier(0.19, 1.00, 0.22, 1.00);
}
footer .sns a:hover,
footer .footer .logo a:hover {
	opacity: 0.6;
}

footer .footer .logo {
	width: 67px;
}

footer .footer .copyright {
	margin-top: 16px;
	letter-spacing: 1px;
}
/****************************************************************************************/
.page-submenu ul {
	font-size: 1.9rem;
}
.page-submenu li {
	padding: 10px 55px;
}
/****************************************************************************************/
[nh-product-shape-list] .sort .sort-by {
	margin-right: 12px;
}

[nh-product-list] .sort select,
[nh-product-shape-list] .sort select {
	display: none;
}
/****************************************************************************************/
#maintenance {
	min-height: 300px;
}

#maintenance .header {
	font-size: 3.1rem;
}
/****************************************************************************************/
.nh-accordion .row {
	border-width: 1px 1px 0 1px;
}

.nh-accordion .row .header {
	padding: 25px 32px 22px 32px;
	font-size: 2.2rem;
	line-height: 3.1rem;
}
.nh-accordion .row .header > :first-child {
	padding-right: 28px;
}
.nh-accordion .row .header .plus-minus > * {
	width: 27px;
	height: 27px;
}
.nh-accordion .row .header .plus-minus .minus {
	height: 1px;
}
.nh-accordion .row .header .plus-minus .plus {
	width: 1px;
}

.nh-accordion .row .body {
	padding: 0 32px;
}
.nh-accordion .row .body > * {
	padding: 25px 0;
}
/****************************************************************************************/
[instagram="posts"] > * > * {
	padding-bottom: 28px;
}
[instagram="posts"] > * > *:first-child {
	padding-right: 18px;
}
[instagram="posts"] > * > *:nth-child(2) {
	padding-left: 9px;
	padding-right: 9px;
}
[instagram="posts"] > * > *:nth-child(3) {
	padding-left: 18px;
}
/****************************************************************************************/
[instagram="post"]:hover .multi {
	opacity: 0;
}
/*******************************************/
[instagram="post"] .text {
	top: 0;
	width: 100%;
	height: 100%;
	font-size: 1.3rem;
	color: white;
	letter-spacing: 0.07rem;
	background-color: rgba(0, 0, 0, 0.65);
	position: absolute;
	transition: opacity 600ms cubic-bezier(0.19, 1.00, 0.22, 1.00);
}
[instagram="post"]:not(:hover) .text {
	opacity: 0;
}

[instagram="post"] .text .top {
	padding: 21px 20px 0 20px;
	display: flex;
	justify-content: space-between;
}
[instagram="post"] .text .top .user {
	font-weight: bold;
}

[instagram="post"] .text p {
/*	top: 0;*/
	margin-top: 13px;
	width: 100%;
/*	padding: 14px 20px 0 20px;*/
	padding: 0 20px;
	display: -webkit-box;
	-webkit-line-clamp: 9;
	-webkit-box-orient: vertical;
	overflow: hidden; 
/*	position: absolute;*/
}

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

[instagram="post"] .text .date {
	left: 20px;
	bottom: 13px;
	position: absolute;
}
*/
/****************************************************************************************/
[nh="instagram"] {
	background-color: rgba(0, 0, 0, 0.5);
	display: flex;
	justify-content: center;
	align-items: center;
}

[nh="instagram"] .post-container {
	margin: 0 40px;
	display: flex;
}
/*******************************************/
[nh="instagram"] .image-container {
	min-height: 450px;
	background-color: black;
}
/*******************************************/
[nh="instagram"] .text-product-container {
	width: 335px;
	min-width: 335px;
}

[nh="instagram"] .text-container,
[nh="instagram"] .product-container {
	position: absolute;
}

[nh="instagram"] .text-container {
	padding: 25px 30px 30px 30px;
	width: 100%;
}
/*******************************************/
[nh="instagram"] .prev-next-container {
	position: absolute;
}

[nh="instagram"] .prev-next-container .arrow {
	margin-top: -20px;
	position: absolute;
}
[nh="instagram"] [first-post="true"] + .prev-next-container .arrow.left,
[nh="instagram"] [last-post="true"] + .prev-next-container .arrow.right {
	display: none;
}

[nh="instagram"] .prev-next-container .arrow img {
	height: 24px;
}
/****************************************************************************************/
[nh-gallery="list"] {
	max-width: 935px;
}

[nh-gallery="list"] > * > * {
	padding-bottom: 28px;
}
[nh-gallery="list"] > * > *:first-child {
	padding-right: 18px;
}
[nh-gallery="list"] > * > *:nth-child(2) {
	padding-left: 9px;
	padding-right: 9px;
}
[nh-gallery="list"] > * > *:nth-child(3) {
	padding-left: 18px;
}
/*******************************************/
[nh-gallery="slideshow"] [nh-gallery="layout"] {
	height: 100%;
	display: flex;
}
/*******************************************/
[nh-gallery="slideshow"] [nh-gallery="arrow-container"] {
	display: flex;
	align-items: center;
	position: relative;
}
[nh-gallery="slideshow"] [nh-gallery="arrow-container"]:first-child,
[nh-gallery="slideshow"] [nh-gallery="arrow-container"]:last-child {
	padding: 0 15px;
}
/*******************************************/
[nh-gallery="slideshow"] [nh-gallery="arrow-container"] [nh-gallery="arrow"] {
	position: relative;
}
[nh-gallery="slideshow"] [nh-gallery="arrow-container"] [nh-gallery="arrow"]::before,
[nh-gallery="slideshow"] [nh-gallery="arrow-container"] [nh-gallery="arrow"]::after {
	width: 5px;
	height: 30px;
	position: absolute;
}
[nh-gallery="slideshow"] [nh-gallery="arrow-container"]:first-child [nh-gallery="arrow"]::before {
	transform: translate(-2px, -9px) rotate(45deg);
}
[nh-gallery="slideshow"] [nh-gallery="arrow-container"]:first-child [nh-gallery="arrow"]::after {
	transform: translate(-2px, 9px) rotate(-45deg);
}
[nh-gallery="slideshow"] [nh-gallery="arrow-container"]:last-child [nh-gallery="arrow"]::before {
	transform: translate(2px, 9px) rotate(45deg);
}
[nh-gallery="slideshow"] [nh-gallery="arrow-container"]:last-child [nh-gallery="arrow"]::after {
	transform: translate(2px, -9px) rotate(-45deg);
}
/*******************************************/
[nh-gallery="first"] [nh-gallery="slideshow"] [nh-gallery="arrow-container"]:first-child [nh-gallery="arrow"],
[nh-gallery="last"] [nh-gallery="slideshow"] [nh-gallery="arrow-container"]:last-child [nh-gallery="arrow"] {
	opacity: 0.35;
	cursor: default;
}
[nh-gallery="first"] [nh-gallery="slideshow"] [nh-gallery="arrow-container"]:first-child [nh-gallery="arrow"]:hover,
[nh-gallery="last"] [nh-gallery="slideshow"] [nh-gallery="arrow-container"]:last-child [nh-gallery="arrow"]:hover {
	border-color: transparent;
}

[nh-gallery="first"] [nh-gallery="slideshow"] [nh-gallery="arrow-container"]:first-child [nh-gallery="arrow"]:active:before,
[nh-gallery="first"] [nh-gallery="slideshow"] [nh-gallery="arrow-container"]:first-child [nh-gallery="arrow"]:active:after,
[nh-gallery="last"] [nh-gallery="slideshow"] [nh-gallery="arrow-container"]:last-child [nh-gallery="arrow"]:active:before,
[nh-gallery="last"] [nh-gallery="slideshow"] [nh-gallery="arrow-container"]:last-child [nh-gallery="arrow"]:active:after {
	background-color: #666;
}
/*******************************************/
[nh-gallery="slideshow"] [nh-gallery="close"] {
	top: 15px;
	left: 0;
	right: 0;
	margin: auto;
	position: absolute;
}

[nh-gallery="slideshow"] [nh-gallery="close"]::before,
[nh-gallery="slideshow"] [nh-gallery="close"]::after {
	width: 4px;
	height: 42px;
}
/*******************************************/
[nh-gallery="slideshow"] [nh-gallery="layout"] [nh-gallery="image-container"] {
	padding: 2% 0;
	flex-grow: 1;
}
[nh-gallery="slideshow"] [nh-gallery="layout"] [nh-gallery="image-container"] [nh-gallery="image"] {
	height: 100%;
	background-position: center;
	background-size: contain;
	background-repeat: no-repeat;
	filter: drop-shadow(0 0 80px rgba(0, 0, 0, 1));
}
/****************************************************************************************/
/*body[lang]:not([lang="ja"]) header .main-list[item="products"] .submenu .main-area .top-area .group[item="series"] {
	display: none !important;
}*/

body[lang]:not([lang="ja"]) header .main-list[item="products"] .submenu[features="true"] .main-area .top-area .group[item="series"] {
	padding-right: 0;
	width: 12%;
}
body[lang]:not([lang="ja"]) header .main-list[item="products"] .submenu[features="true"] .main-area .top-area .group[item="series"] .group-container {
	padding-right: 0;
}
body[lang]:not([lang="ja"]) header .main-list[item="products"] .submenu .features .feature img {
	max-width: 200px;
}
body[lang]:not([lang="ja"]) header .main-list .submenu .features .feature a > *:not(:first-child) {
	margin-top: 0;
}

body[lang]:not([lang="ja"]) header .main-list[item="gift"] .submenu .left-area .left-area-container {
	text-align: center;
}

body[lang]:not([lang="ja"]) header .menus .main-menu [item="about"] .submenu[features="false"] .submenu-container {
	padding-left: 38px;
	padding-right: 38px;
}
body[lang]:not([lang="ja"]) header .menus .main-menu [item="about"] .submenu[features="false"] .layout > * {
	width: 50%;
	display: flex;
	justify-content: space-around;
}
body[lang]:not([lang="ja"]) header .menus .main-menu [item="about"] .submenu[features="false"] a {
	width: 43%;
	display: inline-block;
}
/****************************************************************************************/
