.main {
	padding-top: 120px;
}
body.topbar-callout .main {
	padding-top: 150px;
}
.outer-margin {
	padding: 0 4.75%;
	max-width: calc(1300px + 9.5%);
	margin: 0 auto;
}
.outer-margin:before,
.outer-margin:after {
	content: '';
	display: table;
}
.outer-margin:after {
	clear: both;
}

@media (max-width: 1200px) {
	.main {
		padding-top: 100px;
	}
	body.topbar-callout .main {
		padding-top: 130px;
	}
}

@media (max-width: 600px) {
	.main {
		padding-top: 72px;
	}
	body.topbar-callout .main {
		padding-top: 102px;
	}
	.outer-margin {
		padding: 0 25px;
	}
}



.site-header {
	background-color: rgba(255,255,255,.92);
	padding: 45px 4.75% 0;
	position: fixed;
	top: 0;
	width: 100%;
	height: 120px;
	z-index: 999;
	transition: background-color .25s ease-out;
}
.site-header .site-logo {
	float: left;
	width: 22.5%;
}
.site-header .site-logo .logo {
	display: block;
}
.site-header .site-logo .logo svg{
	fill: #a36d6a;
}
.site-header .site-menu {
	float: left;
	width: 55%;
	text-align: center;
}
.site-header .site-menu ul {
	margin: 0 auto;
}
.site-header .site-menu li {
	display: inline-block;
	padding: 5px 3%;
	
}
.site-header .site-menu li a {
	color: #a36d6a;
	display: block;
	font-size: 17px;
	font-weight: 600;
	padding: 5px 7px;
	position: relative;
}
.site-header .site-menu li a:hover {
	text-decoration: none;
}
.site-header .site-menu li a:after {
	background-color: rgba(217,188,186,0.25);
	content: '';
	display: block;
	position: absolute;
	bottom: 0;
	left: 0;
	width: 0;
	height: 17px;
	z-index: -1;
}
.site-header .site-menu li.selected a:after {
	width: 100%;
}
.site-header .site-menu .language-selector {
	display: none;
}
.no-touchevents .site-header .site-menu li a:hover:after {
	width: 100%;
	transition: all .25s ease-out;
}
.site-header .site-extras {
	float: right;
	text-align: right;
	margin-top: -5px;
	width: 22.5%;
}
.site-header .site-extras li {
	display: inline-block;
	padding: 7px 0 7px 10px;
	vertical-align: top;
}
.site-header .site-extras li .hince-icon {
	position: relative;
}
.site-header .site-extras li .hince-icon .badge {
	background-color: #a36d6a;
	color: transparent;
	position: absolute;
	font-size: 9px;
	font-weight: 700;
	top: 6px;
	right: 2px;
	width: 4px;
	height: 4px;
	border-radius: 2px;
}
.site-header .site-extras [data-menu-label="Account"] .hince-icon {
	background-position-x: -35px;
}
.site-header .site-extras [data-menu-label="Search"] .hince-icon {
	background-position-x: -70px;
}
.site-header .site-extras [data-menu-label="Store"] .hince-icon {
	background-position-x: -455px;
}
.site-header .site-extras [data-menu-label="Shopping Bag"] .hince-icon {
	background-position-x: -105px;
}
.site-header .site-extras li ul li {
	display: none;
}
.site-header .site-extras li ul .shopping-bag {
	display: block;
}
.site-header .site-extras .change-language {
	cursor: pointer;
	padding-right: 15px !important;
	margin-right: 5px;
	position: relative;
}
.site-header .site-extras .change-language .language {
	color: #a36d6a;
	font-size: 12px;
	font-weight: 600;
	height: 35px;
	line-height: 40px;
}
.site-header .site-extras .change-language .caret {
	background-image: url('../image/hince-dropdown-arrow.png');
	background-size: 10px 10px;
	position: absolute;
	right: 0;
	top: 50%;
	margin-top: -6px;
	width: 10px;
	height: 10px;
	transition: transform .2s ease-out, opacity .2s ease-out;
}
.site-header .site-extras .change-language .language-selector {
	background-color: #fff;
	box-shadow: 0 5px 15px rgba(0,0,0,.12);
	display: none;
	padding: 10px;
	position: absolute;
	margin-left: -20px;
	margin-top: 5px;
	z-index: 9999;
	width: 130px;
}
.site-header .site-extras .change-language .language-selector .item {
	background-color: transparent;
	border-radius: 3px;
	color: #a36d6a;
	display: block;
	font-size: 13px;
	font-weight: 600;
	padding: 7px 10px;
	text-align: left;
	text-decoration: none;
	transition: background-color .25s ease-out;
}
.site-header .site-extras .change-language .language-selector .item:hover {
	background-color: rgba(217,188,186,0.25);
}
.site-header .site-extras .change-language .language-selector .item span {
	display: block;
	font-weight: 400;
	font-size: 11px;
}
.site-header .site-extras .change-language.is-active .caret {
	transform: scaleY(-1);
}
.site-header .site-extras .change-language.is-active .language-selector {
	display: block;
}

.site-header .site-extras .hamburger {
	display: none;
	cursor: pointer;
	height: 38px;
	transition-property: filter;
	transition-duration: 0.15s;
	transition-timing-function: linear;
	font: inherit;
	color: inherit;
	text-transform: none;
	background-color: transparent;
	border: 0;
	overflow: visible;
}
.site-header .site-extras .hamburger-box {
	width: 22px;
	height: 25px;
	display: block;
	position: relative;
	margin: 5px;
}
.site-header .site-extras .hamburger-inner {
	display: block;
	top: 50%;
	margin-top: -2px; 
	transition-duration: 0.075s;
	transition-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
}
.site-header .site-extras .hamburger-inner, 
.site-header .site-extras .hamburger-inner:before, 
.site-header .site-extras .hamburger-inner:after {
	width: 22px;
	height: 2px;
	background-color: #a36d6a;
	border-radius: 1px;
	position: absolute;
	transition-property: transform;
	transition-duration: 0.15s;
	transition-timing-function: ease; 
}
.site-header .site-extras .hamburger-inner:before, 
.site-header .site-extras .hamburger-inner:after {
	content: "";
	display: block; 
}
.site-header .site-extras .hamburger-inner:before {
	top: -8px; 
	transition: top 0.075s 0.12s ease, opacity 0.075s ease;
}
.site-header .site-extras .hamburger-inner:after {
	bottom: -8px; 
	transition: bottom 0.075s 0.12s ease, transform 0.075s cubic-bezier(0.55, 0.055, 0.675, 0.19);
}
.site-header.is-active .site-extras .hamburger .hamburger-inner,
.site-header.is-active .site-extras .hamburger .hamburger-inner::before,
.site-header.is-active .site-extras .hamburger .hamburger-inner::after {
	background-color: #a36d6a; 
}
.site-header.is-active .site-extras .hamburger .hamburger-inner {
	transform: rotate(45deg);
	transition-delay: 0.12s;
	transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1); 
}
.site-header.is-active .site-extras .hamburger .hamburger-inner:before {
	top: 0;
	opacity: 0;
	transition: top 0.075s ease, opacity 0.075s 0.12s ease; 
}
.site-header.is-active .site-extras .hamburger .hamburger-inner:after {
	bottom: 0;
	transform: rotate(-90deg);
	transition: bottom 0.075s ease, transform 0.075s 0.12s cubic-bezier(0.215, 0.61, 0.355, 1); 
}

.site-header .site-header-cover {
	background-size: cover;
	background-position: center;
	display: none;
	position: absolute;
	width: 100%;
	height: calc(100% - 430px);
	max-height: 350px;
	bottom: -20px;
	left: 0;
}

.site-header.is-bright .hince-icon{
	background-position-y: -35px;
}
.site-header.is-bright .site-logo .logo svg{
	fill: #fff
}
.site-header.is-bright .site-menu li a {
	color: #fff;
}
.site-header.is-bright .site-menu li a:after {
	background-color: rgba(255,255,255,0.25);
}
.site-header.is-bright .site-extras li .hince-icon .badge,
.site-header.is-bright .site-extras .hamburger-inner, 
.site-header.is-bright .site-extras .hamburger-inner:before, 
.site-header.is-bright .site-extras .hamburger-inner:after {
	background-color: #fff;
}
.site-header.is-bright .site-extras .change-language .language {
	color: #fff;
}
.site-header.is-bright .site-extras .change-language .caret {
	background-image: url('../image/hince-dropdown-arrow-white.png');
}

.site-header.is-reduced {
	height: 72px;
	padding-top: 20px;
}
.site-header.is-reduced .site-logo .logo {
	background-size: 77px 56px;
	width: 77px;
	height: 28px;
	margin-top: 3px;
}
.site-header.is-reduced .site-extras {
	margin-top: 0;
}
.site-header.is-reduced .site-extras li .hince-icon {
	background-size: 448px 64px;
	width: 32px;
	height: 32px;
}
.site-header.is-reduced .site-extras [data-menu-label="Account"] .hince-icon {
	background-position-x: -32px;
}
.site-header.is-reduced .site-extras [data-menu-label="Search"] .hince-icon {
	background-position-x: -64px;
}
.site-header.is-reduced .site-header .site-extras [data-menu-label="Store"] .hince-icon {
		background-position-x: -416px;
	}
.site-header.is-reduced .site-extras [data-menu-label="Shopping Bag"] .hince-icon {
	background-position-x: -96px;
}
.site-header.is-reduced .site-extras .change-language .language {
	height: 32px;
	line-height: 35px;	
}

@media (max-width: 1200px) {
	.site-header {
		height: 100px;
		padding-top: 35px;
	}
	.site-header .site-logo .logo {
		background-size: 77px 56px;
		width: 77px;
		height: 28px;
		margin-top: 3px;
	}
	.site-header .site-menu li {
		padding: 4px 1.5%;
	}
	.site-header .site-menu li a {
		font-size: 15px;
	}
	.site-header .site-extras {
		margin-top: 0;
	}
	.site-header .site-extras li {
		padding: 3px 0 3px 7px;
	}
	.site-header .site-extras [data-menu-label="Account"] .hince-icon {
		background-position-x: -32px;
	}
	.site-header .site-extras [data-menu-label="Search"] .hince-icon {
		background-position-x: -64px;
	}
	.site-header .site-extras [data-menu-label="Store"] .hince-icon {
		background-position-x: -416px;
	}
	.site-header .site-extras [data-menu-label="Shopping Bag"] .hince-icon {
		background-position-x: -96px;
	}
	.site-header .site-extras .change-language .language {
		height: 32px;
		line-height: 35px;	
	}
	.site-header.is-bright .hince-icon {
		background-position-y: -32px;
	}
	.site-header.is-bright .site-logo .logo svg{
		fill: #fff;
	}
}

@media (min-width: 900px) {
	.site-header .site-logo .logo {
		margin-top: 0;
	}
	.site-header.is-reduced .site-menu li {
		padding-top: 3px;
		padding-bottom: 3px;
	}
	.site-header.is-reduced .site-extras li {
		padding: 0 0 0 7px;
	}
	.site-header .site-extras [data-menu-label="Store"] {
		display: none;
	}
}

@media (max-width: 900px) {
	.site-header {
		overflow: hidden;
	}
	.site-header.is-active {
		background-color: #fff;
	}
	.site-header.is-active {
		height: 100%;
	}
	.site-header .site-logo {
		width: 30%;
	}
	.site-header .site-extras {
		width: 70%;
	}
	.site-header .site-menu {
		float: none;
		position: absolute;
		text-align: left;
		top: 120px;
		width: 80%;
	}
	.site-header .site-menu ul {
		margin: 0;
	}
	.site-header .site-menu li {
		display: block;
		opacity: 0;
		padding: 10px 10px 7px;
		transition: padding-top .3s ease-out, opacity .3s ease-out;
	}
	.site-header .site-menu li:nth-child(1) {
		transition-delay: 0.05s;
	}
	.site-header .site-menu li:nth-child(2) {
		transition-delay: 0.1s;
	}
	.site-header .site-menu li:nth-child(3) {
		transition-delay: 0.15s;
	}
	.site-header .site-menu li:nth-child(4) {
		transition-delay: 0.2s;
	}
	.site-header .site-menu li:nth-child(5) {
		transition-delay: 0.25s;
	}
	.site-header .site-menu li:nth-child(6) {
		transition-delay: 0.3s;
	}
	.site-header .site-menu li:nth-child(7) {
		transition-delay: 0.35s;
	}
	.site-header.is-active .site-menu li {
		opacity: 1;
		padding-top: 7px;
	}
	.site-header .site-menu li a {
		display: inline-block;
		font-family: 'PT Serif', serif;
		font-size: 22px !important;
	}
	.site-header .site-menu li a:after {
		left: 0;
	}
	.site-header.is-bright .site-menu li a:after {
		background-color: rgba(217,188,186,0.25);
	}
	.site-header .site-menu .language-selector {
		display: block;
		margin-top: 20px;
	}
	.site-header .site-menu .language-selector a {
		font-family: 'Assistant', 'Noto Sans JP', sans-serif;
		font-size: 15px !important;
		font-weight: 600;
		margin-right: 5px;
	}
	.site-header .site-menu .language-selector a span {
		margin-left: 7px;
		font-size: 11px;
		font-weight: 400;
		position: relative;
		top: -1px;
	}
	.site-header .site-menu .language-selector .selected:after {
		width: 100%;
	}
	.site-header .site-extras [data-menu-label="Language"] {
		display: none;
	}
	.site-header .site-extras [data-menu-label="Account"],
	.site-header .site-extras [data-menu-label="Search"] {
		opacity: 0;
		transition: opacity .12s ease-out;
	}
	.site-header.is-active .site-extras [data-menu-label="Account"],
	.site-header.is-active .site-extras [data-menu-label="Search"] {
		opacity: 1;
	}
	.site-header .site-extras .hamburger {
		display: inline-block;
	}
	.site-header .site-header-cover {
		display: block;
		opacity: 0;
		transition: opacity .5s ease-out, bottom .5s ease-out;
	}
	.site-header.is-active .site-header-cover {
		opacity: 0;
		bottom: 0;
	}
}

@media (max-width: 600px) {
	.site-header {
		height: 72px;
		padding: 20px 20px 0 25px;
	}
	.site-header-guide {
		height: 72px;
	}
	.site-header .site-menu {
		top: 90px;
	}
	.site-header .site-menu li {
		padding: 8px 10px 5px;
	}
	.site-header.is-active .site-menu li {
		padding-top: 5px;
	}
	.site-header .site-extras li {
		padding-left: 8px;
	}
}

@media (max-width: 350px) {
	.site-header .site-extras li {
		padding-left: 5px;
	}
}



.site-search {
	background-color: #fff;
	padding: 200px 0 150px;
	position: fixed;
	top: -100px;
	left: 0;
	transform: translateX(-100%);
	transition: top .5s cubic-bezier(0.25, 0.46, 0.45, 0.94);
	width: 100%;
	z-index: 9999;
}
.site-search.is-active {
	top: 0;
	transform: translateX(0);
}
.site-search .outer-margin {
	opacity: 0;
	transition: opacity .35s ease-out;
}
.site-search.is-active .outer-margin {
	opacity: 1;
}
.site-search h2 {
	color: #a36d6a;
	margin-bottom: 30px;
}
.site-search .searchbar {
	width: 100%;
	position: relative;
	margin-bottom: 50px;
}
.site-search .searchbar input[type="text"] {
	background-color: transparent;
	border-radius: 0;
	border: none;
	border-bottom: 2px solid #a36d6a;
	width: 100%;
	height: 100px;
	font-family: 'NanumSquare', sans-serif;
	line-height: 40px;
	padding: 20px 30px;
	font-size: 26px;
	outline: none;
}
.site-search .searchbar .search-button {
	background-image: url('../image/hince-search-button.png');
	background-size: 60px 60px;
	background-position: center center;
	background-repeat: no-repeat;
	cursor: pointer;
	display: block;
	position: absolute;
	top: 50%;
	right: 0;
	transform: translateY(-50%);
	width: 100px;
	height: 100px;
}
.site-search .featured-tags .tag {
	color: #a36d6a;
	cursor: pointer;
	display: inline-block;
	font-size: 22px;
	margin-right: 5%;
	opacity: 0;
	padding: 10px 0;
	top: 10px;
	position: relative;
	transition: top .3s ease-out, opacity .5s ease-out;
}
.site-search.is-active .featured-tags .tag {
	top: 0;
	opacity: 1;
}
.site-search.is-active .featured-tags .tag:nth-child(1) {
	transition-delay: .2s;
}
.site-search.is-active .featured-tags .tag:nth-child(2) {
	transition-delay: .35s;
}
.site-search.is-active .featured-tags .tag:nth-child(3) {
	transition-delay: .5s;
}
.site-search .featured-tags .tag strong {
	display: inline-block;
	font-weight: 900;
	position: relative;
}
.site-search .featured-tags .tag strong:after {
	background-color: rgba(217,188,186,0.25);
	content: '';
	display: block;
	width: 0;
	height: 17px;
	position: absolute;
	bottom: 0;
	left: -5px;
	transition: width .25s ease-out;
	z-index: -1;
}
.site-search .featured-tags .tag:hover strong:after {
	width: calc(100% + 10px);
}

.site-search .remove-icon {
	cursor: pointer;
	position: fixed;
	opacity: 0;
	top: 45px;
	right: -4.75%;
	transition: opacity .25s ease-out;
	transition-delay: .8s;
	z-index: 99999;
}
.site-search.is-active .remove-icon {
	opacity: 1;
	right: 4.75%;
}

.site-search-modal {
	background-color: #a36d6a;
	position: fixed;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	opacity: 0;
	transition: opacity .25s ease-out;
	transform: translateX(-100%);
	z-index: 9998;
}
.site-search.is-active + .site-search-modal {
	transform: translateX(0);
	opacity: 0.8;
}

@media (max-width: 1200px) {
	.site-search {
		padding: 180px 0 120px;
	}
	.site-search .featured-tags .tag {
		font-size: 20px;
		margin-right: 3%;
	}
	.site-search .remove-icon {
		top: 38px;
	}
}

@media (max-width: 900px) {
	.site-search {
		padding: 150px 0 80px;
	}
	.site-search .searchbar input[type="text"] {
		height: 80px;
		line-height: 40px;
		padding: 10px 20px;
		font-size: 22px;
	}
	.site-search .searchbar .search-button {
		width: 80px;
		height: 80px;
	}
	.site-search .featured-tags .tag {
		display: block;
		margin-right: 0;
	}
}

@media (max-width: 600px) {
	.site-search {
		padding: 108px 0 60px;
	}
	.site-search .searchbar {
		margin-bottom: 30px;
	}
	.site-search .searchbar input[type="text"] {
		height: 70px;
		line-height: 40px;
		padding: 5px 12px;
		font-size: 20px;
	}
	.site-search .searchbar .search-button {
		width: 70px;
		height: 70px;
		background-size: 50px 50px;
	}
	.site-search .featured-tags .tag {
		font-size: 17px;
		padding: 7px 0;
	}
	.site-search .remove-icon {
		top: 23px !important;
		right: 20px;
	}
}



.topbar {
	background-color: #a36d6a;
	color: #fff;
	display: none;
	font-size: 12px;
	text-align: center;
	padding: 0 40px;
	position: fixed;
	width: 100%;
	z-index: 99999;
}
.topbar .topbar-link {
	display: block;
	height: 40px;
	line-height: 40px;
	text-decoration: none;
	text-overflow: ellipsis;
	overflow: hidden;
	white-space: nowrap;
	width: calc(100% - 20px);
}
.topbar .topbar-link .view-more {
	margin-left: 7px;
	opacity: 0.7;
}
.topbar .topbar-close {
	background-image: url('../image/close-button-icon.png');
	background-size: 20px 20px;
	background-position: center center;
	background-repeat: no-repeat;
	cursor: pointer;
	display: block;
	width: 40px;
	height: 40px;
	position: absolute;
	top: 0;
	right: 30px;
}
body.topbar-callout .topbar {
	display: block;
}
body.topbar-callout .site-header {
	margin-top: 30px;
}
body.topbar-callout .site-header.is-reduced {
	margin-top: 35px;
}

@media (max-width: 600px) {
	.topbar {
		text-align: left;
		padding: 0 25px;
	}
	.topbar .topbar-link {
		height: 36px;
		line-height: 36px;
	}
	.topbar .topbar-close {
		right: 15px;
		width: 36px;
		height: 36px;
	}
	body.topbar-callout .site-header,
	body.topbar-callout .site-header.is-reduced {
		margin-top: 30px;
	}
	body.topbar-callout .section .section-title {
		top: 100px;
	}
	body.topbar-callout .section .section-carousel, 
	body.topbar-callout .section .section-video-block {
		top: 245px;
	}
}



.site-footer {
	background-color: #a36d6a;
	padding-bottom: 50px;
	margin-top: 120px;
}
.site-footer .outer-margin {
	max-width: 100%;
}
.site-footer ul li {
	color: #fff;
	font-size: 12px;
}
.site-footer .footer-top {
	padding-top: 50px;
}
.site-footer .footer-bottom {
	padding-top: 100px;
}
.site-footer .footer-top .title {
	color: rgba(255,255,255,0.5);
	font-size: 14px;
	font-weight: 700;
	margin-bottom: 15px;
	text-transform: uppercase;
}
.site-footer .footer-top ul + .title {
	margin-top: 35px;
}
.site-footer .footer-top ul li {
	padding-bottom: 3px;
}
.site-footer .footer-bottom ul li {
	display: inline-block;
}
.site-footer .footer-contact {
	float: left;
	width: calc(100% - 340px);
	max-width: 1200px;
}
.site-footer .footer-contact:before,
.site-footer .footer-contact:after {
	content: '';
	display: table;
}
.site-footer .footer-contact:after {
	clear: both;
}
.site-footer .footer-contact .item {
	float: left;
	padding-right: 5%;
	width: 35%;
}
.site-footer .footer-contact .customer-center {
	width: 30%;
}
.site-footer .footer-contact .customer-center .cs-number {
	font-family: 'PT Serif', serif;
	font-size: 28px;
	font-weight: 900;
	margin-bottom: 10px;
	line-height: 1.2;
}
[lang="en"] .site-footer .footer-contact .customer-center .cs-number,
[lang="jp"] .site-footer .footer-contact .customer-center .cs-number {
	font-size: 15px;
	margin-bottom: 5px;
}
.site-footer .footer-contact .customer-center .cs-number .cs-link {
	font-family: 'Assistant', 'Noto Sans JP', sans-serif;
}
.site-footer .footer-menu {
	float: right;
	width: 340px;
}
.site-footer .footer-menu .item {
	float: left;
	padding-left: 50px;
	width: 170px;
}
.site-footer .footer-menu .item li {
	line-height: 1.8;
}
.site-footer .legal-links,
.site-footer .company-info,
.site-footer .copyright {
	float: left;
	width: calc(100% - 200px);
}
.site-footer .social-links {
	float: right;
	margin-top: 25px;
}
.site-footer .social-links li {
	margin-left: 20px;
}
.site-footer .social-links li .hince-icon {
	background-position-y: -35px;
}
.site-footer .social-links li .instagram-icon {
	background-position-x: -245px;
}
.site-footer .social-links li .facebook-icon {
	background-position-x: -280px;
}
.site-footer .social-links li .youtube-icon {
	background-position-x: -315px;
}
.site-footer .social-links li .twitter-icon {
	background-image: url('../image/twitter-icon.png');
	background-size: contain;
}
.site-footer .legal-links li {
	margin-right: 15px;
}
.site-footer .legal-links li a {
	font-weight: 900;
	text-decoration: none;
	text-transform: uppercase;
}
.site-footer .company-info {
	margin-top: 20px;
}
.site-footer .company-info li {
	font-size: 11px;
	margin-right: 8px;
}
.site-footer .copyright {
	color: rgba(255,255,255,0.6);
	font-size: 10px;
	margin-top: 30px;
}

@media (max-width: 1200px) {
	.site-footer .social-links li .hince-icon {
		background-position-y: -32px;
	}
	.site-footer .social-links li .instagram-icon {
		background-position-x: -224px;
	}
	.site-footer .social-links li .facebook-icon {
		background-position-x: -256px;
	}
	.site-footer .social-links li .youtube-icon {
		background-position-x: -288px;
	}
}

@media (max-width: 900px) {
	.site-footer {
		padding-bottom: 35px;
	}
	.site-footer .footer-top {
		padding-top: 35px;
	}
	.site-footer .footer-contact,
	.site-footer .footer-menu,
	.site-footer .footer-top .item {
		float: none;
		width: 100%;
		padding: 0;
	}
	.site-footer .footer-top .item ul {
		height: 0;
		overflow: hidden;
		transition: margin-bottom .25s ease-out;
	}
	.site-footer .footer-top .title {
		cursor: pointer;
		margin-bottom: 0;
		padding: 5px 0;
		position: relative;
		transition: color .25s ease-out;
	}
	.site-footer .footer-top .title:after {
		content: '+';
		font-size: 15px;
		font-weight: 400;
		position: absolute;
		transition: transform .25s ease-out;
		top: 5px;
		right: 0;
	}
	.site-footer .footer-top .title.is-active {
		color: #fff;
	}
	.site-footer .footer-top .title.is-active:after {
		transform: rotate(45deg);
	}
	.site-footer .footer-top .title.is-active + ul {
		height: auto;
		margin-top: 5px;
		margin-bottom: 20px;
	}
	.site-footer .footer-top ul + .title {
		margin-top: 0;
	}
	.site-footer .footer-bottom {
		padding-top: 30px;
	}
	.site-footer .legal-links,
	.site-footer .company-info,
	.site-footer .copyright,
	.site-footer .social-links {
		float: none;
		width: 100%;
	}
	.site-footer .company-info {
		margin-top: 15px;
	}
	.site-footer .company-info li {
		font-size: 11px;
	}
	.site-footer .social-links {
		position: relative;
		left: -5px;
	}
	.site-footer .social-links li {
		margin-left: 0;
		margin-right: 12px;
	}
	.site-footer .copyright {
		margin-top: 10px;
	}	
}

@media (max-width: 400px) {
	.hince-main .site-footer .footer-menu,
	.hince-main .site-footer .company-info {
		display: none;
	}
}

.site-footer .legal-links li .jp-legal-info {
	font-size: 11px;
}
.site-footer .footer-top ul .cs-call-info {
	padding-bottom: 15px;
}
.site-footer .footer-top ul .cs-call-info p {
	font-size: 10px;
}
.site-footer .footer-top ul .cs-call-info p:last-child {
	margin-top: 10px;
}
.site-footer .footer-top ul .cs-call-info p .number {
	display: inline-block;
	font-size: 14px;
	font-weight: 700;
	margin-right: 2px;
	position: relative;
	top: 1px;
}



.breadcrumbs {
	display: none;
}

.page-header .outer-margin {
	position: relative;
}
.page-header .page-title {
	color: #8f5b59;
	padding: 80px 0 50px;
	text-align: center;
}
.page-header .page-title .parent {
	display: none;
}

.page-cover {
	background-size: cover;
	background-position: center center;
	width: 100%;
	height: 65vh;
	overflow: hidden;
	position: relative;
}
.page-cover.video-cover .video {
	position: absolute;
	top: 50%;
	left: 50%;
	width: auto;
	height: auto;
	min-width: 100%; 
	min-height: 100%;
	transform: translate(-50%, -50%);
}
.page-cover.video-cover .video.mobile {
	display: none;
	width: 100%;
}

.page-navigation {
	position: absolute;
	right: 4.75%;
	bottom: 65px;
}
.page-navigation:before,
.page-navigation:after {
	content: '';
	display: table;
}
.page-navigation:after {
	clear: both;
}
.page-navigation ul {
	float: left;
}
.page-navigation li {
	display: inline-block;
	padding: 0 15px;
}
.page-navigation li a {
	color: #a36d6a;
	display: block;
	font-size: 17px;
	opacity: 0.8;
	position: relative;
	padding: 3px 7px;
	transition: opacity .15s ease-out;
}
.page-navigation li a:hover {
	text-decoration: none;
	opacity: 1;
}
.page-navigation .selected a {
	font-weight: 700;
	opacity: 1;
}
.page-navigation .selected a:before {
	background-color: #f6f0f0;
	content: '';
	display: block;
	width: 100%;
	height: 17px;
	left: 0;
	bottom: 0;
	position: absolute;
	transition: width .25s ease-out;
	z-index: -1;
}
.page-navigation .filter-icon {
	cursor: pointer;
	float: right;
	position: relative;
	top: -3px;
	margin-left: 30px;
}

@media (max-width: 1200px) {
	.page-navigation {
		bottom: 60px;
	}
	.page-navigation li {
		padding: 0 10px;
	}
	.page-navigation li a {
		font-size: 15px;
	}
}

@media (max-width: 900px) {
	.page-header .page-title {
		padding: 50px 0 30px;
	}
	.page-cover.video-cover .video.wide {
		display: none;
	}
	.page-cover.video-cover .video.mobile {
		display: block;
	}
	.page-navigation {
		position: relative;
		right: auto;
		bottom: auto;
		margin-top: 0;
		margin-left: -10px;
		margin-bottom: 30px;
	}
	.product-catalog .page-navigation {
		position: absolute;
		bottom: 40px;
		right: 4.75%;
		margin: 0;
	}
	.page-navigation li {
		padding: 0 5px;
	}
}

@media (max-width: 600px) {
	.page-header[data-parent-page="Service"],
	.page-header[data-parent-page="Account"] {
		height: 145px;
		overflow-y: hidden;
		position: relative;
	}
	.page-header[data-parent-page="Service"]:after,
	.page-header[data-parent-page="Account"]:after {
		background: linear-gradient(to right, rgba(255,255,255,0) 0%,rgba(255,255,255,1) 50%,rgba(255,255,255,1) 99%);
		width: 35px;
		height: 145px;
		content: '';
		display: block;
		position: absolute;
		top: 0;
		right: 0;
	}
	.page-header .page-title {
		padding: 35px 0 25px;
	}
	.page-navigation {
		white-space: nowrap;
		overflow-x: auto;
		-webkit-overflow-scrolling: touch;
		padding: 0 20px 35px;
		margin: 0 -25px;
	}
	.product-catalog .page-navigation {
		bottom: -8px;
		right: 0;
		margin: 0;
	}
	.page-navigation li {
		padding: 0;
	}
	.page-navigation li:last-child {
		padding-right: 25px;
	}
}



.section-title {
	padding: 100px 12px 30px;
	position: relative;
}
.section-title h3 {
	color: #a36d6a;
	font-size: 20px;
	font-weight: 900;
}
.section-title .link-icon {
	position: absolute;
	bottom: 25px;
	right: 5px;
}

@media (max-width: 900px) {
	.section-title {
		padding: 50px 12px 20px;
	}
	.section-title h3 {
		font-size: 18px;
	}
	.section-title .link-icon {
		bottom: 16px;
	}
}