/****************************************************************************************/
body,
body[cms] {
	font-size: 1.5rem;
	line-height: 2.4rem;
}
/****************************************************************************************/
[device="pc"] {
	display: none !important;
}
/****************************************************************************************/
[nh-font="1-s"] {
	font-family: serif;
	font-style: italic;
}
/*******************************************/
[nh-gray-border="4-s"] { border-color: #7f7f7f; }
/*******************************************/
/*[nh-margin="header"] { margin-top: 53px; }*/

[nh-margin-section="top"],
footer { margin-top: 105px; }

[nh-margin-text="top"] { margin-top: 13px; }

[nh-desc] { margin-top: 11px; }

[nh-margin-banner="top"] { margin-top: 75px; }
/*******************************************/
[nh-content-sp="margin"] {
	margin-left: 5%;
	margin-right: 5%;
}
[nh-content-sp="padding"] {
	padding-left: 5%;
	padding-right: 5%;
}
/*******************************************/
[nh-lh="desc"] {
	line-height: 2.8rem;
}
/****************************************************************************************/
[nh-button] {
	margin-top: 18px;
	height: 45px;
}
/****************************************************************************************/
[nh-image="1"] {
	height: calc(100vw);
}

.orgs {
	height: 200px;
	/*width: 100%;*/
}

/****************************************************************************************/
[nh-faded-up="false"],
[nh-faded-up-follower="false"] {
	transform: translateY(50px);
}
/****************************************************************************************/
h1 {
	margin-bottom: 25px;
	font-size: 3.3rem;
}

header + section > .content-area-container:first-child > .content-area > h1:first-child {
	padding-top: 56px;
}
/****************************************************************************************/
header.drawer-open {
	height: 100%;
}
/****************************************************************************************/
header {
	z-index: 260;
}

header .logo {
	left: 0;
	right: 0;
	margin-left: auto;
	margin-right: auto;
	position: absolute;
}

header .logo-area {
	width: 100%;
	height: 53px;
	background-color: white;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	text-align: center;
	position: relative;
	z-index: 3;
}
/*******************************************/
header .logo-area .icons {
	position: absolute;
}
header .logo-area .icons.left {
	top: 12px;
}
header .logo-area .icons.right {
	top: 10px;
}

header .logo-area .icons .icon {
	display: inline-block;
}
header .logo-area .icons.left .icon {
	width: 28px;
	height: 28px;
}
header .logo-area .icons.right .icon {
	width: 34px;
	height: 34px;
}

header .logo-area .left {
	left: 18px;
}

header .logo-area .right {
	right: 5px;
}
header .logo-area .right .icon:last-child {
	margin-right: 13px;
}
header .logo-area .right .icon:not(:last-child) {
	margin-right: 5px;
}
/****************************************************************************************/
[icon="menu"] {
	display: flex;
	justify-content: center;
	align-items: center;
	transform: translateY(-2px);
}
[icon="menu"] :before,
[icon="menu"] :after {
	content: "";
	left: 0;
	position: absolute;
}

[icon="menu"] span,
[icon="menu"] span:before,
[icon="menu"] span:after {
	width: 100%;
	height: 2px;
	border-radius: 2px;
	display: inline-block;
	transition: all 600ms cubic-bezier(0.19, 1.00, 0.22, 1.00);
}
[icon="menu"] span:before {
	transform: rotate(0deg) translateY(-9px);
}
[icon="menu"] span:after {
	transform: rotate(0deg) translateX(0px) translateY(9px);
}

header.drawer-open [icon='menu'] span {
	background-color: transparent;
}
header.drawer-open [icon='menu'] span:before {
	transform: rotate(45deg) translateY(0px);
}
header.drawer-open [icon='menu'] span:after {
	transform: rotate(-45deg) translateX(-1px) translateY(0px);
}
/*******************************************/
[sp-search-opened="false"] .search-area {
	margin-top: -53px;
/*	transform: translateY(-53px);*/
}
header .search-area {
	padding-top: 8px;
	height: 53px;
	background-color: white;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	transition: margin-top 600ms cubic-bezier(0.19, 1.00, 0.22, 1.00);
}
header .search-area form {
	white-space: nowrap;
}
header .search-area input[type="text"] {
	padding: 2px 1px 1px 3px;
	width: calc(100% - 60px);
	font-size: 1.7rem;
	line-height: 2.4rem;
	border: none;
	border-radius: 0;
	outline: none;
}
header .search-area input[type="submit"] {
	padding: 4px 15px;
	font-size: 1.5rem;
	border-radius: 25px;
	appearance none;
	-webkit-appearance: none;
	transform: translateY(-1px);
}
/*******************************************/
[icon="plus-minus"] .minus {
	height: 2px;
}
[icon="plus-minus"] .plus {
	width: 2px;
}
/****************************************************************************************/
header .drawer-nav {
	top: 53px;
	left: -295px;
	width: 295px;
	height: calc(100% - 53px);
	background-color: rgba(255, 255, 255, .96);
	position: fixed;
	z-index: 2;
	transition: left 600ms cubic-bezier(0.19, 1.00, 0.22, 1.00);
}
header.drawer-open .drawer-nav {
	left: 0;
}

@supports (-ms-ime-align:auto) {
	header .drawer-nav {
		overflow-y: scroll;
	}
}

header .drawer-overlay {
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-color: rgba(0, 0, 0, .2);
	display: none;
	position: fixed;
	z-index: 1;
}
header.drawer-open .drawer-overlay {
	display: block;
}
/*******************************************/
header .menu-container {
	padding-top: 20px;
	padding-left: 20px;
	padding-right: 20px;
}
/****************************************************************************************/
header .main-list.has-submenu,
header .main-list[item="gift"] [opened] + .submenu .left-area,
header .main-list[item="howto"] {
	border-bottom-width: 1px;
	border-bottom-style: solid;
}

/* offset in nh.js too. */
header .main-menu [space="top"] {
	margin-top: 15px;
}
header .main-menu [space="bottom"] {
	margin-bottom: 15px;
}
header .main-menu [space="top-bottom"] {
	margin-top: 15px;
	margin-bottom: 15px;
}
header .main-menu [padding-space="bottom"] {
	padding-bottom: 15px;
}

header .main-list[item="products"] .submenu [item="others"] .title,
header .main-list[item="products"] .submenu [item="series"] .title {
	transition: margin-bottom 600ms cubic-bezier(0.19, 1.00, 0.22, 1.00);
}
header .main-list[item="products"] .submenu [item="others"] .title[opened="false"],
header .main-list[item="products"] .submenu [item="others"] .title[opened="false"] + .list,
header .main-list[item="products"] .submenu [item="series"] .title[opened="false"],
header .main-list[item="products"] .submenu [item="series"] .title[opened="false"] + .list {
	margin-bottom: 0;
}
/*******************************************/
header .main-list[item="inquiry"],
header .main-list[item="gift"] .submenu .left-area .title,
header .main-list .submenu .desc,
header .secondary-menu [item="search"],
header .secondary-menu [item="cart"],
header .secondary-menu [item="account"] .icon {
	display: none;
}
/*******************************************/
header .main-list.has-submenu .main-item,
header .main-item .text a,
header .main-list .submenu a,
header .main-list[item="products"] .submenu .has-closed-menu .title,
header .secondary-list a {
	padding: 8px 8px 8px 15px;
}
header .main-item .text a,
header .main-list .submenu a,
header .secondary-list a {
	display: block;
}

header .main-item .text {
	width: 100%;
}
/*******************************************/
header .main-item,
header .main-list[item="products"] .submenu .has-closed-menu .title {
	display: flex;
	align-items: center;
}
header .main-list[item="products"] .submenu .group .group-container[item="options"] .title {
	display: none;
}

header .main-list[item="products"] .submenu .main-area .top-area .group .group-container[item="options"] .list .campaign {
	margin-left: 12px;
	font-size: 1.2rem;
}

header .has-submenu .main-item .text,
header .main-list[item="products"] .submenu .has-closed-menu .title .text {
	flex-grow: 1;
}
/*******************************************/
header .icon {
	width: 16px;
	height: 16px;
}
/*******************************************/
header .main-list .submenu .top-area {
	position: relative;
}

header .main-list .submenu .top-area:before {
	content: "";
	height: 1px;
	width: 50%;
	position: absolute;
	z-index: 2;
	transition: left 600ms cubic-bezier(0.19, 1.00, 0.22, 1.00);
}
header .main-list .submenu .top-area[selected="men"]:before {
	left: 0%;
}
header .main-list .submenu .top-area[selected="women"]:before {
	left: 50%;
}
/*******************************************/
header .main-list .submenu [men-women="men"] {
	position: relative;
}
header .main-list .submenu [men-women="women"] {
	top: 0;
	width: 100%;
	position: absolute;
}
header .main-list .submenu [selected="men"] [men-women="men"] {
	z-index: 1;
}

header .main-list .submenu [men-women] .list {
	transition: opacity 200ms linear;
}
header .main-list .submenu [selected="men"] [men-women="women"] .list,
header .main-list .submenu [selected="women"] [men-women="men"] .list {
	opacity: 0;
}
/*******************************************/
header .main-list .submenu [men-women] .title {
	border-width: 1px 0;
	border-style: solid;
	cursor: pointer;
}
header .main-list .submenu [men-women="women"] .title {
	text-align: right;
}

header .main-list .submenu [men-women] .title .text {
	padding: 15px 0 13px 0;
	width: 50%;
	font-size: 1.7rem;
	text-align: center;
	display: inline-block;
}
/*******************************************/
header .main-list[item="products"] [opened] + *,
header .main-list[item="gift"] [opened] + .submenu .left-area {
	overflow: hidden;
	transition: height 600ms cubic-bezier(0.19, 1.00, 0.22, 1.00);
}
header .main-list[item="products"] [opened="false"] + *,
header .main-list[item="gift"] [opened="false"] + .submenu .left-area {
	height: 0;
}

header .main-menu [closed-menu]:not(.submenu) {
	padding-left: 15px;
}
header .main-menu [closed-menu]:not(.submenu) [nh-gray-border]:not(img):not(.features-container) {
	border-width: 1px 0;
	border-style: solid;
}
/*header .main-menu .group:last-child [closed-menu]:not(.submenu) [nh-gray-border] {
	border-bottom: none;
}*/

header .main-menu [closed-menu]:not(.submenu) [nh-gray-border] li {
	padding-left: 8px;
}
/*******************************************/
header .main-list[item="about"] {
	border-bottom: none;
}

header .main-list[item="about"] .main-item {
	transition: padding-bottom 600ms cubic-bezier(0.19, 1.00, 0.22, 1.00);
}
header .main-list[item="about"] .main-item[opened="true"] {
	padding-bottom: 15px;
}

header .main-list[item="about"] .submenu [closed-menu] {
	overflow: hidden;
	transition: all 600ms cubic-bezier(0.19, 1.00, 0.22, 1.00);
}
header .main-list[item="about"] .main-item[opened="false"] + .submenu [closed-menu] {
	height: 0;
}
header .main-list[item="about"] .main-item[opened="true"] + .submenu [closed-menu] {
	margin-bottom: 15px;
}

header .main-list[item="about"] .submenu .layout {
	padding-left: 8px;
	border-width: 1px 0;
	border-style: solid;
}
/*******************************************/
header .main-list .submenu .features {
	padding: 10px 0 25px 0;
}

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

header .main-list .submenu .features .feature a {
	padding: 0;
}

header .main-list .submenu .features .feature img {
	max-width: 100%;
	border-width: 1px;
	border-style: solid;
}

header .main-list .submenu .features .feature .text {
	margin-top: 5px;
	font-size: 1.3rem;
	line-height: 1.7rem;
}

header .main-menu [item="gift"] .submenu .main .list ul {
	border-bottom: 0;
}
header .main-menu [item="products"] .submenu [item="series"] .list ul li:last-child,
header .main-menu [item="gift"] .submenu[features="false"] .main .list ul li:last-child {
	padding-bottom: 15px;
}
/****************************************************************************************/
[nh-banner],
[nh-banners] .banner-container {
	height: calc(100vw * 0.333);
}

[nh-banner] .text,
[nh-banners] .text {
	padding-top: 10px;
}

[nh-banner] .text .main,
[nh-banners] .text .main {
	font-size: 2.5rem;
}
[nh-banner] .text .sub,
[nh-banners] .text .sub {
	margin-top: 2px;
	font-size: 1.3rem;
}
/*******************************************/
[nh-banners] .banner-container:not(:first-child) {
	margin-top: 15px;
}
/****************************************************************************************/
[nh-list-product] li {
	width: 50%;
}
[nh-list-product] li:nth-child(-n+2) {
	border-top-width: 1px;
}
[nh-list-product] li:nth-child(2n-1) {
	border-left-width: 1px;
}

[nh-list-product] .notice {
	padding: 1px 6px 0 6px;
	top: -4px;
	left: 5px;
	font-size: 1.1rem;
	line-height: 1.7rem;
}

[nh-list-product] .image {
	margin: calc(100vw * 0.025) 0 calc(100vw * 0.013) 0;
	height: calc(100vw * 0.44);
}

[nh-list-product] .text {
	padding: 0 10px 18px 13px;
}
[nh-list-product] .name {
	letter-spacing: 1px;
}
/****************************************************************************************/
[nh-news] a {
	position: relative;
}

[nh-news] a .date,
[nh-news] a .text {
	margin-left: 35%;
}

[nh-news] a .image {
	top: 0;
	bottom: 0;
	margin: auto 0;
	height: 100px;
	width: 30%;
	position: absolute;
}
[nh-news] a .image svg {
	width: 71%;
}

[nh-news] a .title {
	line-height: 2rem;
}
[nh-news] a .text .content {
	margin-top: 5px;
	line-height: 1.7rem;
}
/****************************************************************************************/
footer .content-area-container {
	padding-top: 16px;
	padding-bottom: 15px;
}
/*******************************************/
footer .scroll-to-top {
	right: 5%;
	bottom: 20px;
	transform: translateX(55px);
}

footer .scroll-to-top img {
	width: 35px;
}
/*******************************************/
footer .magazine .input {
	margin-top: 10px;
}

footer form input[type="submit"] {
	padding-left: 25px;
	font-size: 1.5rem;
}
/*******************************************/
footer .sns {
	margin: 32px 0;
}
/*******************************************/
footer .icons {
	margin: 32px 0 28px 0;
}
/*******************************************/
footer .link-category {
	padding-top: 15px;
	padding-bottom: 15px;
	border-top-width: 1px;
	border-style: solid;
}
footer .link-category:last-child {
	border-bottom-width: 1px;
}

footer .link-category .title {
	display: none;
}

footer .link-category .list {
	line-height: 3rem;
}
footer .link-category .list [item="home"] {
	display: none;
}
/*******************************************/
footer .footer {
	margin-top: 38px;
}

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

footer .footer .copyright {
	margin-top: 23px;
}
/****************************************************************************************/
[nh="cookie"] {
	padding: 5px 2% 8px 2%;
	text-align: center;
}

[nh="cookie"] .text {
	text-align: left;
}

[nh="cookie"] .cookie-button {
	margin-top: 3px;
	padding: 1px 45px 0 45px;
	display: inline-block;
}

[nh="cookie"] .text {
	font-size: 1.3rem;
	line-height: 1.7rem;
}
/****************************************************************************************/
.page-submenu {
	padding-top: 25px;
}

.page-submenu ul {
	letter-spacing: -1px;
}

.page-submenu li {
	padding: 1px 20px;
}
.page-submenu li:first-child {
	padding-left: 0;
}
.page-submenu li:last-child {
	padding-right: 0;
}

.page-submenu + section {
	margin-top: 50px;
}
/****************************************************************************************/
[nh-product-list] .total {
	font-size: 1.7rem;
}
/*******************************************/
[nh-product-list] .sort {
	position: relative;
}
[nh-product-list] .sort:after {
	content: "";
	top: 18px;
	right: 13px;
	border-top: 8px solid #afb0b1;
	border-left: 5px solid transparent;
	border-right: 5px solid transparent;
	position: absolute;
}

[nh-product-list] .sort ul,
[nh-product-shape-list] .sort ul {
	display: none;
}

[nh-product-list] .sort select,
[nh-product-shape-list] .sort select {
	padding: 5px 30px 4px 15px;
	font-size: 1.6rem;
	background: none;
	border: 1px solid #ccc;
	border-radius: 0;
	appearance: none;
	-webkit-appearance: none;
	-moz-appearance: none;
}
/****************************************************************************************/
/*
[nh-top-product] .text {
	padding-top: 20px;
	padding-bottom: 20px;
}

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

[nh-top-product] .text .desc {
	margin-top: 20px;
}
*/
/****************************************************************************************/
/*
[nh-shape-list-product] li {
	margin-top: 45px;
}

[nh-top-product] .vars,
[nh-shape-list-product] .vars {
	right: 0;
	height: 24px;
}

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

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

[nh-top-product] .swiper-container .swiper-button-prev,
[nh-top-product] .swiper-container .swiper-button-next,
[nh-shape-list-product] .swiper-container .swiper-button-prev,
[nh-shape-list-product] .swiper-container .swiper-button-next {
	display: none;
}
*/
/*******************************************/
/*
[nh-top-product] .swiper-slider-container .arrow,
[nh-shape-list-product] .swiper-slider-container .arrow {
	top: 0;
	bottom: 0;
	margin: auto 0;
	width: 25px;
	height: 100%;
	position: absolute;
	z-index: 1;
	cursor: pointer;
}
[nh-top-product] .swiper-slider-container .right-arrow,
[nh-shape-list-product] .swiper-slider-container .right-arrow {
	right: 0;
}

[nh-top-product] .swiper-slider-container .arrow > *,
[nh-shape-list-product] .swiper-slider-container .arrow > * {
	top: 0;
	bottom: 0;
	margin: auto 0;
	width: 22px;
	height: 22px;
	position: absolute;
}

[nh-top-product] .swiper-slider-container .arrow *:before,
[nh-shape-list-product] .swiper-slider-container .arrow *:before {
	transition: background-color 600ms cubic-bezier(0.19, 1.00, 0.22, 1.00);
}

[nh-top-product] .swiper-slider-container .arrow [icon="left"],
[nh-shape-list-product] .swiper-slider-container .arrow [icon="left"] {
	left: 3px;
}
[nh-top-product] .swiper-slider-container .arrow [icon="right"],
[nh-shape-list-product] .swiper-slider-container .arrow [icon="right"] {
	right: 3px;
}

[nh-top-product] .swiper-slider-container .arrow .top,
[nh-shape-list-product] .swiper-slider-container .arrow .top {
	transform: none;
}
[nh-top-product] .swiper-slider-container .arrow .bottom,
[nh-shape-list-product] .swiper-slider-container .arrow .bottom {
	transform: translate(0, -18px);
}
*/
/****************************************************************************************/
/*
[nh-product-shape-list] .total-sort + .list {
	margin-top: 40px;
}
*/
/****************************************************************************************/
[nh-product-shape-ul] li {
	margin-top: 38px;	/* 53 */
	width: 100%;
}
/*******************************************/
/*
[nh-product-shape-ul] a {
	border-left: none;
	border-right: none;
}
[nh-product-shape-ul] li:nth-child(n+2) a {
	border-top: none;
}
*/
/*******************************************/
/*
[nh-product-shape-ul] .text .title > * {
	margin: 20px 0 8px 0;
	font-size: 1.7rem;
	line-height: 2.4rem;
}
[nh-product-shape-ul] .text .title > *:empty {
	margin: 18px 0 0 0;
}
*/
/*******************************************/
[nh-product-shape-ul] .images {
	height: calc(100vw * 0.67);
}

[nh-product-shape-ul] .images .firsts[set="true"] .image {
	transform: scale(1.25);
}
/*******************************************/
[nh-product-shape-list] .firsts .first .notice {
	left: 5%;
	padding: 1px 5px 0 5px;
	font-size: 1.3rem;
}
/*
[nh-product-shape-ul] .firsts .first .notice {
	margin-left: 5%;
}
*/
/*******************************************/
[nh-product-shape-ul] .swiper-container .swiper-button-prev,
[nh-product-shape-ul] .swiper-container .swiper-button-next {
	display: none;
}

[nh-product-shape-ul] .swiper-slider-container .arrow {
	top: 0;
	bottom: 0;
	margin: auto 0;
	width: 25px;
	height: 100%;
	position: absolute;
	z-index: 1;
	cursor: pointer;
}
[nh-product-shape-ul] .swiper-slider-container .right-arrow {
	right: 0;
}

[nh-product-shape-ul] .swiper-slider-container .arrow > * {
	top: 0;
	bottom: 0;
	margin: auto 0;
	width: 22px;
	height: 22px;
	position: absolute;
}
[nh-product-shape-ul] .swiper-slider-container .left-arrow > * {
	left: 2px;
}
[nh-product-shape-ul] .swiper-slider-container .right-arrow > * {
	right: -3px;
}

[nh-product-shape-ul] .swiper-slider-container .arrow span:before,
[nh-product-shape-ul] .swiper-slider-container .arrow span:after {
	background-color: #d3d4d4 !important;
}

[nh-product-shape-ul] .swiper-slider-container .arrow .top {
	transform: none;
}
[nh-product-shape-ul] .swiper-slider-container .arrow .bottom {
	transform: translate(0, -18px);
}
/*******************************************/
/*
[nh-product-shape-ul] .details {
	margin: 7px 0 20px 0;
}
*/
/*******************************************/
[nh-product-shape-ul] .text-vars {
	padding-top: 5px;	/* 0 */
}
/*******************************************/
[nh-product-shape-ul] .text-vars .vars .colors .button {
	width: 24px;
	height: 24px;
}
/*
[nh-product-shape-ul] .vars {
	height: 24px;
}

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

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

[nh-product-shape-ul] .vars .size {
	margin-top: 7px;
	padding: 1px 4px 0 4px;
	font-size: 1.2rem;
	line-height: 1.8rem;
}
*/
/*******************************************/
[nh-product-shape-ul] .text-vars .text {
	margin-top: 5px;
	line-height: 2.3rem;
}

[nh-product-shape-ul] .text-vars .text .name {
	font-size: 1.65rem;
}

[nh-product-shape-ul] .text-vars .text .category {
	margin-right: 5px;
	font-size: 1.5rem;
}
/*******************************************/
[nh-product-shape-ul] .text-vars .text .prices {
	margin-top: 4px;
}

[nh-product-shape-ul] .text-vars .text .price {
	font-size: 1.5rem;
}
/*
[nh-product-shape-ul] .texts {
	line-height: 2.3rem;
}

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

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

[nh-product-shape-ul] .texts .price {
	font-size: 1.5rem;
}
*/
/*******************************************/
[nh-product-shape-ul] .text-vars .vars .colors {
	line-height: 0;
}

[nh-product-shape-ul] .text-vars .vars .colors .button:not(:last-child) {
	margin-right: 7px;
}
/*******************************************/
[nh-product-shape-ul] .text-vars .vars .size {
	margin-top: 7px;
	font-size: 1.1rem;
	line-height: 1.6rem;
}
/****************************************************************************************/
[nh-product-shape-ul] .descs {
	padding-top: 3px;
}

[nh-product-shape-ul] .descs .short {
	font-size: 1.6rem;
	line-height: 2.2rem;
	letter-spacing: -0.05rem;
}
/****************************************************************************************/
/*
[top-product="true"][show-top-product="true"] [nh-product-shape-ul] > li:first-child a .text .desc {
	padding: 9px 0 5px 0;
	font-size: 1.3rem;
	line-height: 1.7rem;
}
*/
[top-product="true"][show-top-product="true"] [nh-product-shape-ul] > li:first-child .descs .long {
	margin-top: 7px;
	padding-top: 8px;
	font-size: 1.3rem;
	line-height: 1.7rem;
	display: block;
}
[top-product="true"][show-top-product="true"] [nh-product-shape-ul] > li:first-child .descs .long div + div {
	margin-top: 0px;
}
/****************************************************************************************/
[nh-feature-banners] li:nth-child(n+2) {
	margin-top: 15px;
}

[nh-feature-banners] li a {
	height: 160px;
}

[nh-feature-banners] li a .text-container .text-1 {
	margin-top: 14px;
	font-size: 2.5rem;
}
[nh-feature-banners] li a .text-container .text-2 {
	margin-top: 15px;
	font-size: 1.5rem;
}
[nh-feature-banners] li a .text-container .text-3 {
	margin-top: 3px;
	font-size: 1.3rem;
}
/****************************************************************************************/
#maintenance .header {
	font-size: 2rem;
}
/****************************************************************************************/
.nh-accordion .row {
	border-width: 1px 0 0 0;
}

.nh-accordion .row .header {
	padding: 15px 0;
	font-size: 1.6rem;
	line-height: 2.4rem;
}
.nh-accordion .row .header > :first-child {
	padding-right: 15px;
}
.nh-accordion .row .header .plus-minus > * {
	width: 17px;
	height: 17px;
}

.nh-accordion .row .body > * {
	padding: 18px 0 20px 0;
	line-height: 2.7rem;
}
/****************************************************************************************/
[instagram="posts"] > * > * {
	padding-bottom: 1px;
}
[instagram="posts"] > * > *:first-child {
	padding-right: 1px;
}
[instagram="posts"] > * > *:nth-child(2) {
	padding-left: 0.5px;
	padding-right: 0.5px;
}
[instagram="posts"] > * > *:nth-child(3) {
	padding-left: 1px;
}
/****************************************************************************************/
[instagram="post"] .text {
	display: none;
}
/****************************************************************************************/
[instagram="true"] header {
	z-index: 201;
}

[nh="instagram"] {
	top: 53px;
	padding-bottom: 30px;
	background-color: white;
	overflow-y: scroll;
	-webkit-overflow-scrolling: touch;
	transition: top 600ms cubic-bezier(0.19, 1.00, 0.22, 1.00);
}
[lang="ja"][has-header-news="true"][scrolled-header-news="false"] [nh="instagram"] {
	top: 103px;
}
/*******************************************/
[nh="instagram"] .image-container {
	max-width: unset !important;
	background-color: white;
}

[nh="instagram"] [text-opened="false"] .text-product-container {
	height: 86px;
	overflow: hidden;
}

[nh="instagram"] .text-container {
	padding-top: 18px;
}

[nh="instagram"] .read-more {
	bottom: 1px;
	right: 5%;
	padding-left: 4px;
	font-size: 1.4rem;
	line-height: 2.2rem;
	color: #999;
	background-color: white;
	position: absolute;
	cursor: pointer;
}
[nh="instagram"] [text-opened="true"] .read-more {
	display: none;
}
/*******************************************/
[nh="instagram"] .prev-next-container {
	margin-top: 20px;
	padding: 0 6px;
	display: flex;
	justify-content: space-between;
	align-items: center;
}

[nh="instagram"] [first-post="true"] + * + .prev-next-container .arrow.left,
[nh="instagram"] [last-post="true"] + * + .prev-next-container .arrow.right {
	opacity: 0;
}

[nh="instagram"] .prev-next-container .arrow img {
	height: 19px;
}

[nh="instagram"] .prev-next-container .back > span {
	padding: 8px;
	display: inline-block;
	cursor: pointer;
}
/****************************************************************************************/
[nh-gallery="list"] > * > * {
	padding-bottom: 1px;
}
[nh-gallery="list"] > * > *:first-child {
	padding-right: 1px;
}
[nh-gallery="list"] > * > *:nth-child(2) {
	padding-left: 0.5px;
	padding-right: 0.5px;
}
[nh-gallery="list"] > * > *:nth-child(3) {
	padding-left: 1px;
}
/*******************************************/
[nh-gallery="slideshow"] {
	padding: 85px 5%;
	overflow-y: scroll;
}

[nh-gallery="slideshow"] img {
	margin-bottom: 20px;
	width: 100%;
	display: block;
	filter: drop-shadow(0 0 80px rgba(0, 0, 0, 1));
}
/*******************************************/
[nh-gallery="slideshow"] [nh-gallery="close"] {
	top: 20px;
	right: 20px;
	width: 45px;
	height: 45px;
	background-color: rgba(255, 255, 255, 0.4);
	position: fixed;
}

[nh-gallery="slideshow"] [nh-gallery="close"]:before,
[nh-gallery="slideshow"] [nh-gallery="close"]:after {
	width: 3px;
	height: 28px;
	background-color: #555;
}
/****************************************************************************************/
body[lang]:not([lang="ja"]) header .main-list[item="gift"],
body[lang]:not([lang="ja"]) header .main-list[item="gift"] [opened] + .submenu .left-area {
	border-bottom: none;
}

body[lang]:not([lang="ja"]) [nh-feature-banners] li a .text-container .text-1 {
	font-size: 2.8rem;
	line-height: 2.9rem;
}
/****************************************************************************************/