@charset "UTF-8";
@keyframes scrollDown {
	0% {
		transform: translate3d(0, 0, 0);
	}
	49% {
		transform: translate3d(0, 100%, 0);
	}
	50% {
		transform: translate3d(0, 100%, 0);
		visibility: hidden;
	}
	51% {
		transform: translate3d(0, -100%, 0);
		visibility: hidden;
	}
	52% {
		transform: translate3d(0, -100%, 0);
		visibility: visible;
	}
	100% {
		transform: translate3d(0, 0, 0);
	}
}
@keyframes showroomScroll {
	0% {
		background-position: 0 0;
	}
	100% {
		background-position: -1700px 0;
	}
}
@keyframes rotate {
	0% {
		transform: rotate(0deg);
	}
	100% {
		transform: rotate(360deg);
	}
}
@keyframes scrollDisplay {
	0% {
		transform: translate3d(0, 0, 0);
	}
	100% {
		transform: translate3d(-25%, 0, 0);
	}
}
@keyframes scrollDisplayRev {
	0% {
		transform: translate3d(0, 0, 0);
	}
	100% {
		transform: translate3d(25%, 0, 0);
	}
}
@keyframes spotTwinkled {
	0% {
		width: 0px;
		height: 0px;
		opacity: 0;
	}
	40% {
		opacity: 1;
	}
	100% {
		width: 24px;
		height: 24px;
		opacity: 0;
	}
}
@keyframes goodsScroll {
	0% {
		background-position: 0 0;
	}
	100% {
		background-position: -1850px 0;
	}
}
.outline {
	background-color: var(--color-inverse);
	padding-top: 112px;
	padding-bottom: 258px;
}
.outline_inner {}
.outline_title {}
.outline_title_main {
	margin-top: 20px;
}
.outline_tblWrap {}
.outline_table {}
.outline_table > tbody {}
.outline_table > tbody > tr {}
.outline_table > tbody > tr > th {}
.outline_table > tbody > tr > td {}
.outline_table > tbody > tr > td.-corp {}
.outline_link {
	margin-top: 13px;
}
.outline_link > a {
	color: inherit;
	transition-duration: .3s;
	transition-property: color, background-color;
}
.outline_link > a > .icon {
	font-size: 12px;
	margin-left: 3px;
}
.outline_corpList {
	list-style: none;
}
.outline_corpList > li {
	padding-bottom: 25px;
	margin-bottom: 25px;
	border-bottom: 1px solid var(--color-gray-line);
}
.outline_corpList > li:last-child {
	padding-bottom: 0;
	margin-bottom: 0;
	border-bottom: none;
}
.outline_corpList > li > a {
	text-decoration: none;
	color: inherit;
}
.news {}
.news_cols {
	display: flex;
	justify-content: space-between;
}
.news_col {}
.news_col-side {
	width: 217px;
}
.newsNavWrap {
	position: sticky;
	top: 100px;
	left: 0;
	width: 100%;
	z-index: 10;
}
.newsNav {
	background-color: var(--color-white);
	margin-bottom: 11px;
	padding-bottom: 23px;
}
.newsNav:last-child {
	margin-bottom: 0;
}
.newsNav_title {
	font-size: 20px;
	font-weight: 600;
	font-family: var(--font-cormorant);
	padding: 11px 20px;
	border-bottom: 1px solid var(--color-gray-line);
	line-height: 1.5;
	margin-bottom: 20px;
}
.catNavList {
	list-style: none;
	box-sizing: border-box;
	display: flex;
	row-gap: 5px;
	column-gap: 10px;
	flex-wrap: wrap;
}
.catNavList-column {
	flex-direction: column;
	align-items: flex-start;
	padding: 0 20px;
}
.catNavList > li {}
.catNavList > li > a {
	text-decoration: none;
	color: inherit;
	padding: 5px 25px;
	background-color: rgba(255, 255, 255, 0);
	border-radius: 30px;
	transition-duration: .3s;
	transition-property: color, background-color;
	box-sizing: border-box;
	display: flex;
	align-items: center;
	justify-content: center;
	min-height: 40px;
	font-family: var(--font-gabarito);
	height: 100%;
	line-height: 1;
}
.catNavList > li > a[aria-current="page"] {
	background-color: #40503E;
	color: var(--color-white);
}
.catNavList > li > a[aria-current="page"] .catNavList_mark {
	display: block;
}
.catNavList_mark {
	width: 6px;
	height: 6px;
	background-color: var(--color-gold);
	transform: rotate(45deg);
	margin-right: 10px;
	display: none;
}
.catNavList_text {
	display: block;
}
.catNavList_text-small {
	font-size: 14px;
	font-family: var(--font-gothic);
}
.catNavList_text-en {
	font-family: var(--font-gabarito);
}
.news_col-main {
	width: calc(100% - 247px);
	max-width: 1031px;
}
.newsList {
	list-style: none;
	max-width: 1000px;
	border-top: 1px solid var(--color-gray-line);
}
.newsList > li {}
.newsList > li > a {
	text-decoration: none;
	color: inherit;
	display: block;
}
.newsList > li > a::before {}
.newsItem {
	padding-top: 32px;
	padding-bottom: 22px;
	border-bottom: 1px solid var(--color-gray-line);
	position: relative;
}
.newsItem::after {
	content: "";
	display: block;
	width: 40px;
	height: 1px;
	background-image: linear-gradient(180deg, #987625 0%, #F0C16A 100%);
	top: 100%;
	right: 0;
	position: absolute;
}
.newsItem_cols {
	display: flex;
	justify-content: space-between;
}
.newsItem_col {}
.newsItem_col-update {
	width: 65px;
	margin-right: 15px;
}
.newsItem_update {}
.newsItem_update > time {}
.newsItem_col-img {
	width: 260px;
}
.newsItem_image {
	position: relative;
	padding-bottom: 66.5%;
	overflow: hidden;
}
.newsItem_image > img {
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	object-fit: cover;
	transition-duration: 0.5s;
	transition-property: transform;
}
.newsItem_col-txt {
	width: calc(100% - 360px);
	margin-left: 15px;
	max-width: 600px;
}
.newsItem_areaTxt {}
.newsItem_title {
	font-family: var(--font-mincho);
	font-size: 22px;
	font-weight: 600;
	line-height: 1.5;
	margin-bottom: 20px;
	transition-duration: .3s;
	transition-property: color, background-color;
	max-height: 3em;
}
.newsItem_text {
	font-size: 14px;
}
.newsItem_cat {
	display: flex;
	margin-top: 11px;
	margin-bottom: 6px;
}
.newsItem_cat_main {}
.newsItem_arrow {
	width: 40px;
	margin-left: auto;
	display: flex;
	justify-content: center;
}
.newsItem_arrow > img {
	display: block;
	margin: 0 auto;
}
.pager {
	display: flex;
	justify-content: center;
	align-items: center;
	flex-wrap: wrap;
	margin-top: 75px;
	row-gap: 5px;
	column-gap: 5px;
}
.pager > a,
.pager > span {
	border: 1px solid rgba(255, 255, 255, 0);
	text-decoration: none;
	display: flex;
	justify-content: center;
	align-items: center;
	font-family: var(--font-gabarito);
	color: var(--color-gold);
	min-width: 48px;
	height: 48px;
	border-radius: 50%;
	box-sizing: border-box;
	font-size: 18px;
	transition-duration: .3s;
	transition-property: background-color, color, border-color;
}
.pager > .previouspostslink {
	font-size: 12px;
	background-image: var(--grad-gold);
	color: var(--color-white);
	border: none;
	position: relative;
}
.pager > .previouspostslink::after {
	content: "";
	display: block;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	background-image: var(--grad-gold-rev);
	border-radius: 50%;
	width: 100%;
	height: 100%;
	opacity: 0;
	transition-duration: .3s;
	transition-property: opacity;
}
.pager > .current {
	border-color: var(--color-gold);
}
.pager > .extend {
	border-color: rgba(255, 255, 255, 0);
}
.pager > .nextpostslink {
	font-size: 12px;
	background-image: var(--grad-gold);
	color: var(--color-white);
	border: none;
	position: relative;
}
.pager > .nextpostslink::after {
	content: "";
	display: block;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	background-image: var(--grad-gold-rev);
	border-radius: 50%;
	width: 100%;
	height: 100%;
	opacity: 0;
	transition-duration: .3s;
	transition-property: opacity;
	z-index: 0;
}
.previouspostslink_arrow {
	display: block;
	position: relative;
	z-index: 1;
}
.nextpostslink_arrow {
	display: block;
	position: relative;
	z-index: 1;
}
.consum {}
.consum_mainImage {
	margin-bottom: 80px;
}
.consum_mainImage > img {
	display: block;
}
.consum_tblWrap {
	max-width: 1000px;
	margin: 0 auto 100px;
}
.consum_table {
	display: block;
}
.consum_table > tbody {
	display: block;
}
.consum_table > tbody > tr {
	border-top: 1px solid var(--color-gray-line);
	display: flex;
	padding: 40px 0;
}
.consum_table > tbody > tr > th {
	white-space: nowrap;
	width: 317px;
	box-sizing: border-box;
	display: block;
}
.consum_table > tbody > tr > td {
	position: relative;
	padding-right: 0;
	display: block;
	width: calc(100% - 317px);
	box-sizing: border-box;
	padding-top: 10px;
	box-sizing: border-box;
	padding-left: 61px;
}
.consum_table > tbody > tr > td::before {
	content: "";
	display: block;
	width: 1px;
	height: 100%;
	background-color: var(--color-gray-line);
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	left: 0;
}
.consum_logo {
	max-width: 256px;
	background-color: var(--color-white);
	display: flex;
	align-items: center;
	justify-content: center;
	min-height: 200px;
	box-sizing: border-box;
	padding: 15px;
}
.consum_logo > img {
	display: block;
}
.consum_frag {
	margin-bottom: 20px;
}
.consum_frag > img {
	display: block;
}
.consum_areaTxt {
	max-width: 597px;
	margin-left: auto;
}
.consum_tblTxt {}
.consum_link {
	max-width: 300px;
	margin: 90px auto 0;
}
.consum_link > a {}
.catalogItems {
	display: grid;
	grid-template-columns: repeat(2, 1fr);
	column-gap: 24px;
	row-gap: 24px;
}
.catalogItems-single {
	display: block;
	max-width: 488px;
	margin: 0 auto;
}
.catalogItem {
	border: 1px solid var(--color-gray-line);
	padding: 64px 20px;
}
.catalogItem_inner {
	max-width: 408px;
	margin: 0 auto;
}
.catalogItem_image {
	position: relative;
	padding-bottom: 141.48%;
}
.catalogItem_image > img {
	display: block;
	position: absolute;
	z-index: 0;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	object-fit: cover;
}
.catalogItem_text {
	font-size: 24px;
	font-weight: 600;
	text-align: center;
	margin-bottom: 25px;
	font-family: var(--font-cormorant);
	line-height: 1.5;
}
.catalogItem_text-jp {
	font-family: var(--font-mincho);
}
.showroomAcs {
	padding-top: 113px;
	background-color: #E7E6E3;
	padding-bottom: 200px;
}
.showroomAcs_inner {
	max-width: 1148px;
}
.showroomAcs_title {}
.showroomAcs_cols {
	display: flex;
	justify-content: space-between;
}
.showroomAcs_col {}
.showroomAcs_col-txt {
	width: 51%;
	max-width: 566px;
}
.showroomAcs_tblWrap {}
.showroomAcs_table {}
.showroomAcs_table > tbody {}
.showroomAcs_table > tbody > tr {}
.showroomAcs_table > tbody > tr > th {
	width: 110px;
	vertical-align: top;
}
.showroomAcs_table > tbody > tr > td {
	padding-left: 40px;
	vertical-align: top;
	padding-right: 20px;
}
.showroomAcs_list {
	list-style: none;
}
.showroomAcs_list > li {
	text-indent: -1em;
	padding-left: 1em;
}
.showroomAcs_oList {}
.showroomAcs_oList > li {}
.showroomAcs_link {
	margin-top: 10px;
}
.showroomAcs_link > a {
	color: inherit;
}
.showroomAcs_link > a > .icon {
	margin-left: 10px;
	font-size: 13px;
}
.showroomAcs_col-map {
	width: 45%;
	max-width: 510px;
}
.showroomAcs_map {
	position: relative;
	width: 100%;
	padding-bottom: 134%;
	z-index: 1;
}
.showroomAcs_map > iframe {
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	object-fit: cover;
	background-color: #eee;
}
.service {
	padding-bottom: 258px;
}
.service_cols {
	display: flex;
	justify-content: space-between;
}
.service_col {}
.service_col-side {
	width: 220px;
	padding-top: 9px;
}
.servNav {
	background-color: var(--color-white);
	padding: 36px 17px;
	border-radius: 4px;
	position: sticky;
	top: 100px;
	left: 0;
	width: 100%;
	box-sizing: border-box;
	padding-right: 10px;
}
.servNavList {
	list-style: none;
}
.servNavList > li {}
.servNavList > li:nth-child(n+2) {
	margin-top: 12px;
}
.servNavList > li > a {
	text-decoration: none;
	color: inherit;
	display: flex;
	column-gap: 10px;
	font-family: var(--font-gabarito);
	padding: 5px 0;
	justify-content: space-between;
	transition-duration: .3s;
	transition-property: color, background-color;
	position: relative;
	line-height: 20px;
	padding-left: 34px;
}
.servNavList_icn {
	display: block;
	width: 24px;
	height: 24px;
	border-radius: 50%;
	background-image: var(--grad-gold);
	display: flex;
	align-items: center;
	justify-content: center;
	font-size: 11px;
	color: var(--color-white);
	overflow: hidden;
	position: absolute;
	top: 15px;
	transform: translateY(-50%);
	left: 0;
}
.servNavList_icn::before {
	content: "";
	display: block;
	width: 100%;
	height: 100%;
	background-image: var(--grad-gold-rev);
	position: absolute;
	top: 0;
	left: 0;
	transition-duration: .3s;
	transition-property: opacity;
	opacity: 0;
}
.servNavList_icn > .icon {
	display: block;
}
.servNavList_txt {
	flex-grow: 1;
	text-decoration: underline;
}
.service_col-main {
	width: calc(100% - 240px);
	max-width: 1110px;
}
.servVis {
	background-color: rgba(234, 234, 234, 0.92);
	margin-bottom: 137px;
	position: relative;
	z-index: 1;
}
.servVis_canvas {
	overflow: hidden;
	height: var(--height-canvas);
}
.servVis_canvas_inner {
	width: 1110px;
	height: 700px;
	position: relative;
	z-index: 0;
	transform-origin: left top;
	transform: var(--transform-canvas, scale(1));
}
.servVis_image {}
.servVis_image > img {
	display: block;
	margin: 0 auto;
}
.servLinks {
	list-style: none;
}
.servLinks_item {
	position: absolute;
	top: 0;
	left: 0;
	z-index: 1;
}
.servLinks_item > a {
	text-decoration: none;
	color: var(--color-headling);
	font-size: 20px;
	font-weight: 500;
	font-family: var(--font-gabarito);
	background-color: var(--color-white);
	border-radius: 4px;
	padding: 10px 20px;
	display: flex;
	align-items: center;
	justify-content: center;
	min-height: 60px;
	box-sizing: border-box;
	transition-duration: .3s;
	transition-property: color, background-color;
}
.servLinks_item-tableware {
	top: 238px;
	left: 528px;
}
.servLinks_item_text {}
.servLinks_item-hygieneware {
	top: 159px;
	left: 801px;
}
.servLinks_item-design-proposal {
	top: 560px;
	left: 686px;
}
.servLinks_item-warehouse {
	top: 570px;
	left: 228px;
}
.servLinks_item-buffetware {
	top: 156px;
	left: 305px;
}
.service_cell {
	margin-bottom: 97px;
	max-width: 1100px;
	margin-left: auto;
}
.service_cell:last-child {
	margin-bottom: 0;
	padding-bottom: 0;
	border-bottom: none;
}
.service_cell_contents {}
.service_title {}
.service_image {
	margin-bottom: 51px;
}
.service_image > img {
	display: block;
}
.service_col-ttl {}
.service_headline {}
.service_col-txt {
	width: calc(100% - 110px);
	max-width: 600px;
}
.service_areaTxt {}
.service_text {}
.cataloges {}
.cataloges_cell {
	margin-bottom: 115px;
}
.cataloges_cell:last-child {
	margin-bottom: 0;
}
.cataloges_title {}
.catalogItem_linkList {
	list-style: none;
	display: flex;
	column-gap: 12px;
	justify-content: center;
}
.catalogItem_linkList-grid {}
.catalogItem_linkList > li {
	width: calc((100% - 12px) / 2);
}
.catalogItem_linkList > li > a {}
.case {}
.caseNav {
	background-color: var(--color-white);
	padding: 28px 40px;
	margin-bottom: 58px;
	position: relative;
	z-index: 1;
}
.caseNav_cols {
	display: flex;
	justify-content: space-between;
	align-items: center;
}
.caseNav_col {}
.caseNav_col-ttl {
	width: 100px;
}
.caseNav_title {
	font-size: 20px;
	font-weight: 600;
	font-family: var(--font-cormorant);
}
.caseNav_col-list {
	width: calc(100% - 120px);
}
.case_cells {
	display: grid;
	grid-template-columns: repeat(3, 1fr);
	column-gap: 16px;
	row-gap: 58px;
}
.case_cell {}
.case_cell > a {
	text-decoration: none;
	color: inherit;
	display: block;
}
.caseItem {}
.caseItem_areaImg {
	margin-bottom: 14px;
	overflow: hidden;
}
.caseItem_image {
	transition-duration: .5s;
	transition-property: transform;
	position: relative;
	padding-bottom: 65%;
}
.caseItem_image > img {
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	object-fit: cover;
}
.caseItem_areaTxt {}
.caseItem_text {
	line-height: 1.2;
	font-size: 14px;
	font-weight: normal;
}
.caseItem_text_en {
	display: block;
	font-size: 24px;
	font-weight: 600;
	font-family: var(--font-cormorant);
}
.caseItem_text_jp {
	display: block;
	margin-top: 3px;
}
.caseDtl {}
.caseDtl_areaTtl {
	margin-bottom: 55px;
}
.caseDtl_title {
	font-size: 16px;
	line-height: 1.2;
	color: var(--color-headling);
	font-weight: normal;
}
.caseDtl_title_en {
	display: block;
	font-size: 56px;
	font-family: var(--font-cormorant);
	font-weight: 600;
	line-height: 1.1;
}
.caseDtl_title_main {
	display: block;
	margin-top: 5px;
}
.caseDtl_title_main:first-child {
	margin-top: 0;
}
.caseDtl_list {
	list-style: none;
	display: flex;
	flex-wrap: wrap;
	column-gap: 10px;
	row-gap: 5px;
	margin-top: 22px;
}
.caseDtl_list > li {}
.caseDtl_list > li > a {
	text-decoration: none;
	color: inherit;
	display: flex;
	background-color: rgba(255, 255, 255, 0.40);
	border-radius: 20px;
	font-size: 14px;
	font-family: var(--font-gabarito);
	padding: 5px 18px;
	line-height: 1.5;
	align-items: center;
	transition-duration: .3s;
	transition-property: color, background-color;
}
.caseDtl_list > li > a::before {
	content: "";
	display: block;
	width: 6px;
	height: 6px;
	background-color: var(--color-gold);
	transform: rotate(45deg);
	margin-right: 8px;
}
.caseDtl_mainImage {
	margin-bottom: 46px;
}
.caseDtl_mainImage > img {
	display: block;
	max-width: 100%;
	height: auto;
	margin: 0 auto;
}
.caseDtl_tblWrap {
	margin-bottom: 73px;
}
.caseDtl_table {
	width: 100%;
	line-height: 27px;
}
.caseDtl_table > tbody {}
.caseDtl_table > tbody > tr {
	border-bottom: 1px solid var(--color-gray-line);
}
.caseDtl_table > tbody > tr:last-child {
	border-bottom: none;
}
.caseDtl_table > tbody > tr > th {
	font-size: 24px;
	font-weight: 600;
	font-family: var(--font-cormorant);
	text-align: left;
	padding: 18px 15px;
	box-sizing: border-box;
	width: 240px;
	padding-left: 0;
	vertical-align: top;
}
.caseDtl_table > tbody > tr > td {
	font-family: var(--font-gabarito);
	padding: 18px 15px;
	vertical-align: top;
}
.caseDtl_slide {}
.caseDtl_slide_item {
	width: 573px;
}
.caseDtl_slide_item > a {
	text-decoration: none;
	color: inherit;
	display: block;
}
.caseDtl_slide_image {
	position: relative;
	padding-bottom: 65.97%;
}
.caseDtl_slide_image > img {
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	object-fit: cover;
}
.otherCaseNav {
	margin-top: 140px;
}
.otherCaseNav_title {
	margin-bottom: 0;
}
.otherCaseNav_cells {}
.otherCaseNav_cell {
	max-width: 488px;
}
.otherCaseNav_cell > a {
	text-decoration: none;
	color: inherit;
}
.caseDtl_link {
	max-width: 200px;
	margin: 75px auto 0;
}
.caseDtl_link > a {}
.about {
	padding-bottom: 270px;
}
.about_inner {}
.about_areaTxt {
	text-align: center;
	font-family: var(--font-mincho);
}
.about_title {
	font-size: 40px;
	font-weight: 600;
	line-height: 1.5;
	margin-bottom: 85px;
}
.about_text {
	font-size: 20px;
	line-height: 2.3;
	margin-bottom: 32px;
}
.about_text:last-child {
	margin-bottom: 0;
}
.consum_areaTtl {}
.consum_title {}
.sRoom {
	margin-bottom: 100px;
}
.sRoom_inner {}
.sRoom_mainImage {}
.sRoom_mainImage > img {
	display: block;
}
.display {
	margin-bottom: 160px;
}
.display_inner {
	max-width: 1150px;
}
.display_cols {
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	column-gap: 20px;
}
.display_col {}
.display_col-ttl {
	width: 550px;
}
.display_title {
	margin-bottom: 0;
}
.display_col-txt {
	padding-top: 55px;
}
.display_text {}
.entry {}
.entry_areaTtl {
	margin-bottom: 55px;
}
.entry_title {
	font-size: 40px;
	font-family: var(--font-mincho);
	color: var(--color-headling);
	font-weight: normal;
	line-height: 1.5;
	margin-bottom: 25px;
}
.entry_areaInfo {
	display: flex;
	align-items: center;
}
.entry_update {
	line-height: 26px;
}
.entry_update > time {}
.entry_cat {
	display: flex;
	margin-left: 20px;
}
.entry_cat_main {}
.entry_editor {}
.contact {}
.contact_message {
	text-align: center;
	line-height: 2;
	margin-bottom: 100px;
}
.brandsAesthe {
	margin-bottom: 114px;
}
.brandsAesthe_inner {
	max-width: 1125px;
}
.brandsAesthe_cols {
	display: flex;
	justify-content: space-between;
}
.brandsAesthe_col {}
.brandsAesthe_col-ttl {
	width: 400px;
}
.brandsAesthe_subTitle {
	margin-bottom: 5px;
}
.brandsAesthe_title {}
.brandsAesthe_col-txt {
	width: calc(100% - 430px);
	max-width: 545px;
	padding-top: 12px;
}
.brandsAesthe_text {
	line-height: 2;
	margin-bottom: 32px;
}
.brandsAesthe_text:last-child {
	margin-bottom: 0;
}
.partnersNav {
	margin-top: 114px;
	overflow: hidden;
}
.partnersNav_inner {}
.partnersNav_list {
	list-style: none;
	display: flex;
	white-space: nowrap;
	animation-name: scrollDisplay;
	animation-duration: 120s;
	animation-iteration-count: infinite;
	animation-timing-function: linear;
}
.partnersNav_list > li {
	width: 260px;
	margin-right: 8px;
}
.partnersNav_anchor {
	text-decoration: none;
	color: inherit;
	display: block;
}
.partnersNavItem {
	max-width: 260px;
}
.partnersNavItem_image {
	background-color: var(--color-white);
}
.partnersNavItem_image > img {
	display: block;
	margin: 0 auto;
	transition-duration: .3s;
	transition-property: opacity;
}
.brandsPartners {}
.brandsPartners_inner {
	max-width: 1380px;
}
.brandsPartners_cols {
	display: flex;
	justify-content: space-between;
	max-width: 1128px;
	margin: 0 auto 70px;
}
.brandsPartners_col {}
.brandsPartners_col-ttl {
	width: 400px;
}
.brandsPartners_title {
	margin-bottom: 0;
}
.brandsPartners_col-txt {
	width: calc(100% - 430px);
	max-width: 430px;
	padding-top: 47px;
}
.brandsPartners_text {}
.topVis {
	position: relative;
	height: 100vh;
	overflow: hidden;
	z-index: 1;
}
.topVisMovie {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: -1;
}
.topVisMovie.isHidden {
	visibility: hidden;
	opacity: 0;
}
.topVisMovie_item {
	position: absolute;
	z-index: 0;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	object-fit: cover;
}
.topVis_mark {
	position: absolute;
	top: 50%;
	left: 50%;
	width: 90px;
	transform: translate(-50%, -50%);
	z-index: 10;
	color: var(--color-red);
	opacity: 0;
	transition-duration: 1s;
	transition-property: opacity;
	width: var(--width-mark);
}
.topVis_mark.isShow {
	opacity: 1;
}
.topVis_mark.isZoom {
	width: var(--width-mark);
	transition-duration: 0.8s;
	transition-property: width;
}
.topVis_mark.isHidden {
	opacity: 0;
	transition-duration: .3s;
}
.topVis_mark_inner {
	position: relative;
	padding-bottom: 100%;
	transform: var(--scale-mark-rev);
}
.topVis_mark_inner.isZoom {
	transform: scale3d(1, 1, 1);
	transition-duration: 0.8s;
	transition-property: transform;
}
.topVis_mark_svg {
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	fill: currentColor;
}
.topVis_mark_svg_path {
	stroke-dasharray: 171px;
	stroke-dashoffset: 171px;
	fill: none;
	stroke: var(--color-inverse);
	stroke-miterlimit: 10;
	stroke-width: 17px;
	transition-duration: 0.5s;
	transition-property: stroke-dashoffset;
	transition-timing-function: linear;
}
.topVis_cover {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-color: var(--color-inverse);
	z-index: 1;
}
.topVis_mark_svg_path.isShow {
	stroke-dashoffset: 0;
}
.topVis_bg {
	display: block;
	position: absolute;
	top: 0;
	width: 100%;
	height: 100%;
	z-index: 3;
	color: rgba(255, 255, 255, 0);
}
.topVis_bg.isRed {
	color: var(--color-red);
	transition-delay: 0s;
	transition-duration: 0s;
	transition-property: color;
}
.topVis_bg.isTrans {
	transition-duration: 1s;
	transition-property: opacity;
	opacity: .5;
	transition-delay: 0s;
	mask-position: 0 0;
	mask-image: var(--mask-image-vis, linear-gradient(to top, rgba(255, 255, 255, 0), #000 500px));
	mask-size: 100% 100%;
}
.topVis_bg_svg {
	display: block;
	position: absolute;
	top: 0;
	width: 100%;
	height: 100%;
	fill: currentColor;
}
.topVis_bg_path {}
.topVis_markWrap {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-color: var(--color-inverse);
	overflow: hidden;
	z-index: 2;
}
.topVis_markWrap.isHidden {
	opacity: 0;
	transition-duration: 0.1s;
	transition-property: opacity, visibility;
	visibility: hidden;
}
.topVis_redMask {
	display: block;
	position: absolute;
	opacity: 0;
	left: 0;
	width: 100%;
	z-index: 3;
	height: 100%;
	background-color: var(--color-red);
	transition-duration: .5s;
	transition-property: opacity;
	transition-timing-function: linear;
}
.topVis_redMask.isShow {
	opacity: 1;
}
.topVis_redMask.isHidden {
	opacity: 0;
	transition-duration: .1s;
}
.topVis_title {
	font-family: var(--font-cormorant);
	font-style: normal;
	font-weight: 500;
	font-size: 238px;
	line-height: .9;
	text-align: center;
	letter-spacing: -0.02em;
	position: absolute;
	top: 50%;
	color: var(--color-inverse);
	width: 100%;
	left: 0;
	transform: translateY(-50%);
	z-index: 10;
}
.topVis_scroll {
	position: absolute;
	z-index: 10;
	bottom: 35px;
	right: 30px;
	color: var(--color-inverse);
	font-family: var(--font-gabarito);
	font-size: 16px;
	font-weight: 500;
	display: flex;
	align-items: center;
	justify-content: center;
}
.topVis_scroll_brackets {}
.topVis_scroll_text {
	margin-left: 10px;
}
.topVis_scroll_arrow {
	display: block;
	margin-right: 10px;
	margin-left: 5px;
	overflow: hidden;
}
.topVis_scroll_arrow > .icon {
	display: block;
	animation-name: scrollDown;
	animation-duration: 2s;
	animation-iteration-count: infinite;
}
.topNotice {
	position: absolute;
	z-index: 10;
	bottom: 40px;
	left: 30px;
	width: 453px;
	background-color: var(--color-inverse);
	border-radius: 4px;
	box-sizing: border-box;
	padding-right: 48px;
	padding-top: 10px;
	padding-bottom: 10px;
}
.topNotice_swiper {
	height: 75px;
}
.topNotice_list {
	list-style: none;
}
.topNotice_list > li {}
.topNotice_list > li > a {
	text-decoration: none;
	color: inherit;
	display: block;
	padding: 17px 24px;
}
.topNotice_list_update {
	display: block;
	font-size: 12px;
	font-weight: 500;
	font-family: var(--font-gabarito);
	line-height: 1;
}
.topNotice_list_text {
	display: block;
	width: 100%;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
	font-size: 15px;
	line-height: 21px;
	margin-top: 8px;
	text-decoration: underline;
}
.topNotice_btn {
	display: flex;
	width: 32px;
	height: 32px;
	position: absolute;
	top: 50%;
	right: 16px;
	transform: translateY(-50%);
	font-size: 10px;
	align-items: center;
	justify-content: center;
	box-sizing: border-box;
}
.topNotice_btn-up {
	margin-top: -16px;
	padding-top: 12px;
}
.topNotice_btn > .icon {
	display: block;
}
.topNotice_btn-down {
	margin-top: 16px;
	padding-bottom: 12px;
}
.topAbout {
	color: var(--color-inverse);
	position: relative;
	overflow: hidden;
}
.topAbout_inner {
	padding-top: 312px;
	display: flex;
	flex-direction: column;
	justify-content: flex-start;
	align-items: center;
	position: relative;
	z-index: 1;
	padding-bottom: 314px;
}
.topAbout_title {
	margin-bottom: 20px;
}
.topAbout_text {
	font-size: 36px;
	font-weight: 600;
	font-family: var(--font-mincho);
	text-align: center;
	line-height: 1.8;
}
.topAbout_link {
	width: 200px;
	margin-top: 56px;
}
.topAbout_bg {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: 0;
	opacity: var(--scroll-ratio, 0);
	background-image: linear-gradient(to top, rgba(0, 0, 0, 0.6) 60%, rgba(255, 255, 255, 0));
}
.topAbout_line {
	position: absolute;
	top: 50%;
	left: 0;
	height: 726px;
	transform: translateY(-50%);
	overflow: hidden;
	transition-duration: 0.6s;
	transition-property: width;
	width: 0;
	opacity: 1;
}
.topAbout_line[data-animation="after"] {
	width: 100%;
}
.topAbout_line_svg {
	display: block;
	position: absolute;
	top: 0;
	left: 50vw;
	width: 100vw;
	height: 726px;
	transform: translateX(-50%);
	min-width: 1920px;
}
.topService {
	background-color: #E7E6E3;
	padding-bottom: 60px;
	padding-top: 58px;
}
.topService_inner {
	max-width: 1860px;
}
.topService_title {
	font-family: var(--font-cormorant);
	font-style: normal;
	font-weight: 500;
	font-size: 210px;
	line-height: 1;
	color: var(--color-headling);
	margin-bottom: 35px;
	white-space: nowrap;
}
.topService_cols {
	display: flex;
	max-width: 1703px;
	align-items: center;
}
.topService_col {}
.topService_col-img {
	width: 54.1%;
	max-width: 920px;
}
.topService_image {}
.topService_image > img {
	display: block;
	max-width: 100%;
	height: auto;
}
.topService_col-txt {
	width: 42%;
	margin-left: auto;
	max-width: 609px;
	padding-bottom: 67px;
}
.topService_text {
	line-height: 2;
}
.topService_link {
	max-width: 200px;
	margin-top: 49px;
}
.showRoom {}
.showRoom_bg {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: 0;
	background-color: #766e65;
}
.showRoom_bg > img {
	display: block;
	position: absolute;
	z-index: 0;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	object-fit: cover;
}
.showRoom_scroll {
	background-image: url(/assets/img/home/txt-showroom@2x.png);
	height: 281px;
	background-size: 1700px 281px;
	background-position: 0 0;
	background-repeat: repeat-x;
	position: absolute;
	z-index: 1;
	width: 100%;
	bottom: 220px;
	mix-blend-mode: overlay;
	animation-name: showroomScroll;
	animation-iteration-count: infinite;
	animation-duration: 60s;
	animation-timing-function: linear;
}
.showRoom_inner {
	position: relative;
	z-index: 2;
	max-width: 1780px;
}
.showRoom_cols {
	display: flex;
	max-width: 1664px;
	margin-left: auto;
}
.showRoom_col {}
.showRoom_col-txt {
	align-self: center;
	padding-bottom: 70px;
}
.showRoom_title {
	margin-bottom: 19px;
}
.showRoom_headline {
	font-size: 40px;
	line-height: 1.5;
	font-weight: 600;
	font-family: var(--font-mincho);
	margin-bottom: 21px;
}
.showRoom_headline > br {
	display: none;
}
.showRoom_text {}
.showRoom_text > br {
	display: none;
}
.showRoom_link {
	max-width: 200px;
	margin-top: 53px;
}
.showRoom_col-img {
	width: calc(100% - 624px);
	max-width: 929px;
	margin-left: auto;
}
.showRoom_canvas {
	transform: translateY(-119px);
}
.showRoom_canvas_inner {
	position: relative;
	padding-bottom: 125.619%;
}
.showRoom_image {
	position: absolute;
}
.showRoom_image-no1 {
	top: 0;
	right: 0;
	width: 65.6%;
	max-width: 609px;
}
.showRoom_image-no2 {
	bottom: 0;
	left: 0;
	width: 49.8%;
	max-width: 462px;
}
.showRoom_image > img {
	display: block;
	max-width: 100%;
	height: auto;
}
.topBrands {
	background-color: var(--color-inverse);
	padding-bottom: 0;
	padding-top: 344px;
	position: relative;
}
.topBrands_areaTitle {
	position: sticky;
	top: 50vh;
	left: 0;
	width: 100%;
	z-index: 10;
	pointer-events: none;
	transform: translateY(-50%);
	mix-blend-mode: multiply;
}
.topBrands_areaTitle_inner {
	max-width: 1860px;
	display: flex;
	justify-content: center;
	text-align: right;
}
.topBrands_titleWrap {}
.topBrands_title {
	font-family: var(--font-cormorant);
	font-style: normal;
	font-weight: 500;
	font-size: 310px;
	line-height: 1;
	color: var(--color-headling);
	text-align: center;
	margin-bottom: -0.06em;
	white-space: nowrap;
}
.topBrands_text {
	font-family: var(--font-gabarito);
	font-style: normal;
	font-weight: 500;
	font-size: 13px;
	line-height: 1.2;
	letter-spacing: -0.02em;
	mix-blend-mode: multiply;
	padding-right: 18px;
}
.topBrands_inner {
	max-width: 1860px;
	padding-bottom: 500px;
}
.topBrands_canvas {
	padding-bottom: 152.689%;
	position: relative;
	z-index: 1;
}
.topBrands_image {
	position: absolute;
	z-index: 1;
}
.topBrands_image-no1 {
	left: 0;
	top: 0;
	width: 41.2%;
	max-width: 766px;
}
.topBrands_image > img {
	display: block;
	max-width: 100%;
	height: auto;
}
.topBrands_image-no2 {
	right: 0;
	top: 18.8%;
	width: 41.2%;
	max-width: 766px;
}
.topBrands_image-no3 {
	left: 19.5%;
	top: 43.7%;
	width: 24.3%;
	max-width: 451px;
}
.topBrands_image-no4 {
	right: 0;
	bottom: 12.4%;
	width: 41.2%;
	max-width: 766px;
}
.topBrands_image-no5 {
	bottom: 0;
	width: 41.2%;
	max-width: 766px;
}
.clickBtn {
	display: block;
}
.clickBtn-fixed {
	position: fixed;
	z-index: 100;
	pointer-events: none;
	top: 0;
	left: 0;
	will-change: transform;
	backface-visibility: hidden;
	transition-duration: .3s, .3s, .2s;
	transition-property: opacity, visibility, transform;
	transition-timing-function: cubic-bezier(0.22, 0.61, 0.36, 1);
	transform: var(--translate-cursor);
	opacity: 0;
	visibility: hidden;
}
.clickBtn-fixed.isShow {
	opacity: 1;
	visibility: visible;
}
.clickBtn_item {
	width: 150px;
	height: 150px;
	background-image: var(--grad-gold);
	border-radius: 50%;
	color: var(--color-white);
	display: flex;
	justify-content: center;
	align-items: center;
	position: relative;
	flex-direction: column;
	text-align: center;
	row-gap: 8px;
}
.clickBtn_item-fixed {
	transform: translate(-50%, -50%);
}
.clickBtn_text {
	display: block;
	font-size: 18px;
	font-family: var(--font-cormorant);
	font-weight: bold;
	line-height: 1.1;
	letter-spacing: -0.02em;
}
.clickBtn_arrow {
	display: block;
}
.clickBtn_arrow > .icon {
	display: block;
}
.clickBtn_circle {
	position: absolute;
	top: 50%;
	left: 50%;
	width: 190px;
	transform: translate(-50%, -50%);
}
.clickBtn_circle > img {
	display: block;
	animation-name: rotate;
	animation-iteration-count: infinite;
	animation-timing-function: linear;
	animation-duration: 20s;
}
.topBrands_anchor {
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: 11;
}
.topCase {
	background-color: var(--color-inverse);
	padding-bottom: 271px;
	position: relative;
	overflow: hidden;
	padding-top: 192px;
}
.topCase_inner {
	max-width: 1860px;
	position: relative;
	z-index: 1;
}
.topCase_title {
	font-family: var(--font-cormorant);
	font-style: normal;
	font-weight: 500;
	font-size: 250px;
	line-height: 1;
	color: var(--color-headling);
	margin-bottom: 46px;
}
.topCase_cols {
	display: flex;
	justify-content: space-between;
	margin-bottom: 220px;
}
.topCase_cols:last-child {
	margin-bottom: 0;
}
.topCase_col {}
.topCase_col-no1 {
	width: 58%;
	max-width: 1078px;
}
.topCase_sect {}
.topCase_sect > a {
	text-decoration: none;
	color: inherit;
}
.topCase_image {
	margin-bottom: 24px;
	overflow: hidden;
}
.topCase_image > img {
	display: block;
	transition-duration: 0.5s;
	transition-property: transform;
	max-width: 100%;
	height: auto;
}
.topCase_en {
	font-family: var(--font-cormorant);
	font-style: normal;
	font-weight: 600;
	font-size: 37px;
	line-height: 1;
	margin-bottom: 8px;
}
.topCase_name {
	font-size: 16px;
	font-weight: normal;
	line-height: 1.5;
}
.topCase_col-no2 {
	width: 32.8%;
	max-width: 609px;
}
.topCase_col-no3 {
	width: 41.2%;
	max-width: 766px;
}
.topCase_col-no4 {
	width: 49.5%;
	max-width: 920px;
}
.topCase_link {
	max-width: 200px;
	margin: 100px auto 0;
}
.clickBtn-brands {}
.clickBtn-case {}
.topCase_bg {
	width: 100%;
	min-width: 1920px;
	height: 3554px;
	fill: none;
	stroke: rgba(105, 8, 11, .25);
	stroke-miterlimit: 10;
	mix-blend-mode: hard-light;
	opacity: .6;
	position: absolute;
	top: 24px;
	left: 50%;
	transform: translateX(-50%);
	z-index: 0;
}
.topBrands_bg {
	width: 100%;
	min-width: 1920px;
	height: 3420px;
	fill: none;
	stroke: rgba(105, 8, 11, .25);
	stroke-miterlimit: 10;
	mix-blend-mode: hard-light;
	opacity: .6;
	position: absolute;
	top: 0;
	left: 50%;
	transform: translateX(-50%);
}
.topBrands_bgWrap {
	position: absolute;
	top: 324px;
	left: 0;
	width: 100%;
	height: calc(100% - 324px);
	overflow: hidden;
	pointer-events: none;
}
.clickBtn-brandsSP {
	display: none;
}
.topAbout_line_svg-pc {}
.topAbout_line_svg-sp {
	display: none;
}
.error {}
.error_title {
	margin-bottom: 20px;
	text-align: center;
}
.error_text {
	text-align: center;
}
.error_link {
	max-width: 300px;
	margin-top: 50px;
	margin-left: auto;
	margin-right: auto;
}
.caseDtl_slide_swiper {
	overflow: visible;
}
.caseDtl_slide_wrapper {}
.slideNav {
	display: flex;
	justify-content: flex-end;
	align-items: center;
	font-size: 14px;
	font-family: var(--font-gabarito);
	margin-bottom: 24px;
}
.slideNav-hidden {
	display: none;
}
.slideNav_num {
	display: flex;
	align-items: center;
	column-gap: 8px;
	margin-right: 24px;
}
.slideNav_num_current {}
.slideNav_num_bar {
	display: block;
	width: 16px;
	height: 1px;
	background-color: rgba(64, 80, 62, 0.4);
}
.slideNav_num_sum {}
.slideNav_btn {
	display: flex;
	width: 48px;
	height: 48px;
	position: relative;
	box-sizing: border-box;
	font-size: 12px;
	color: #CD9E47;
	transition-duration: .3s;
	transition-property: background-color, color;
	align-items: center;
	justify-content: center;
}
.slideNav_btn.isDisabled {
	pointer-events: none;
}
.slideNav_btn-prev {}
.slideNav_btn-next {
	margin-left: -1px;
}
.slideNav_btn::before {
	content: "";
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-image: var(--grad-gold);
	z-index: 0;
}
.slideNav_btn::after {
	content: "";
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-color: var(--color-inverse);
	border: 1px solid rgba(255, 255, 255, 0);
	box-sizing: border-box;
	background-clip: content-box;
	transition-duration: .3s;
	transition-property: opacity;
}
.slideNav_btn > .icon {
	display: block;
	position: relative;
	z-index: 2;
}
.otherCaseNav_swiepr {
	overflow: visible;
}
.otherCaseNav_swiepr_wrapper {
	margin-top: 48px;
}
.otherCaseNav_swiepr_slide {
	width: 488px;
}
.slideNav-other {
	margin-top: -48px;
}
.aboutWrap {
	background-color: rgba(0, 0, 0, 0.60);
	color: var(--color-white);
}
.catalogItem_imageWrap {
	max-width: 270px;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 24px;
}
.service_cell_border {
	height: 1px;
	background-color: var(--color-gray-line);
	margin-top: 100px;
}
.entry_areaTtl_line {
	margin-top: 50px;
	height: 1px;
	background-color: rgba(64, 80, 62, 0.15);
}
.entry_image {
	margin-bottom: 88px;
}
.entry_image > img {
	width: 100%;
	height: auto;
	display: block;
}
.form {
	background-color: rgba(255, 255, 255, 0.40);
	padding: 85px 30px 96px;
	position: relative;
	z-index: 1;
}
.form_inner {
	max-width: 1000px;
	margin: 0 auto;
}
.form_table {
	width: 100%;
}
.form_table > tbody {}
.form_table > tbody > tr {}
.form_table > tbody > tr > th {
	white-space: nowrap;
	padding: 17px 0;
	padding-right: 20px;
	width: 270px;
	box-sizing: border-box;
	vertical-align: top;
}
.form_table > tbody > tr > td {
	padding: 17px 0;
	vertical-align: top;
}
.form_label {
	min-height: 70px;
	display: flex;
	align-items: center;
	justify-content: flex-start;
	font-weight: bold;
	position: relative;
	padding-right: 54px;
}
.form_required {
	width: 44px;
	height: 26px;
	border: 1px solid var(--color-gold);
	font-size: 12px;
	line-height: 1;
	color: var(--color-gold);
	display: flex;
	align-items: center;
	justify-content: center;
	box-sizing: border-box;
	border-radius: 26px;
	font-weight: normal;
	position: absolute;
	top: 50%;
	right: 0;
	transform: translateY(-50%);
}
.form_selWrap {
	max-width: 400px;
}
.form_selWrap > select {}
.form_selWrap > select > option {}
.form_agree {
	margin-top: 19px;
}
.form_btn {
	width: 228px;
	margin: 41px auto 0;
	font-family: var(--font-gothic);
	font-size: 16px;
}
.wpcf7-list-item {
	display: block;
}
.wpcf7-list-item > label {
	display: block;
	margin: 0;
	position: relative;
	z-index: 1;
	padding: 6px 0;
}
.wpcf7-list-item > label > [type="checkbox"] {
	display: block;
	position: absolute;
	z-index: 1;
	top: 0;
	left: 0;
	opacity: 0;
}
.wpcf7-list-item-label {
	display: block;
	position: relative;
	line-height: 28px;
	padding-left: 33px;
}
[type="checkbox"] + .wpcf7-list-item-label::before {
	content: "";
	display: block;
	width: 20px;
	height: 20px;
	border: 1px solid var(--color-gray-line);
	border-radius: 0;
	position: absolute;
	transition-duration: .3s;
	transition-property: background-color, color, border-color;
	box-sizing: border-box;
	background-color: #FEFEFE;
	position: absolute;
	top: 14px;
	left: 0;
	transform: translateY(-50%);
}
[type="checkbox"] + .wpcf7-list-item-label::after {
	content: "";
	display: block;
	position: absolute;
	z-index: 1;
	background-image: url(/assets/img/common/icn-check.svg);
	width: 14px;
	height: 14px;
	background-size: 100% 100%;
	background-repeat: no-repeat;
	top: 14px;
	transform: translateY(-50%);
	left: 3px;
	opacity: 0;
	transition-duration: .3s;
	transition-property: opacity;
}
[type="checkbox"]:checked + .wpcf7-list-item-label::before {}
[type="checkbox"]:checked + .wpcf7-list-item-label::after {
	opacity: 1;
}
.wpcf7-form-control-wrap {
	display: block;
}
.wpcf7-form-control {
	display: block;
}
[data-name="document"] .wpcf7-checkbox {
	display: flex;
	flex-wrap: wrap;
	column-gap: 20px;
	row-gap: 16px;
}
[data-name="document"] .wpcf7-list-item > label {
	padding: 0;
}
[data-name="document"] .wpcf7-list-item-label {
	background-color: rgba(255, 255, 255, 0.60);
	border-radius: 4px;
	padding: 17px 24px;
	padding-left: 56px;
	transition-duration: .3s;
	transition-property: background-color, color;
}
[data-name="document"] [type="checkbox"]:checked + .wpcf7-list-item-label {
	color: var(--color-white);
	background-color: #40503E;
}
[data-name="document"] [type="checkbox"] + .wpcf7-list-item-label::before {
	left: 24px;
	top: 31px;
}
[data-name="document"] [type="checkbox"] + .wpcf7-list-item-label::after {
	left: 27px;
	top: 31px;
}
.wpcf7-not-valid-tip {
	color: var(--color-red);
	font-weight: normal;
	display: block;
	vertical-align: baseline;
	margin-top: 3px;
}
.screen-reader-response {
	display: none;
}
.wpcf7-response-output {
	color: #3A87AD;
	background-color: #D9EDF7;
	border: 1px solid #BCE8F1;
	padding: 20px 20px;
	margin-top: 35px;
	display: none;
}
[data-status="spam"] .wpcf7-response-output,
[data-status="invalid"] .wpcf7-response-output {
	color: var(--color-red);
	background-color: rgba(230, 0, 18, 0.10);
	border-color: rgba(230, 0, 18, 0.50);
	display: block;
}
[data-status="sent"] .wpcf7-response-output {
	display: block;
}
.form_btn_loading {
	display: none;
	animation-name: rotate;
	animation-iteration-count: infinite;
	animation-duration: 2s;
	animation-timing-function: linear;
	animation-play-state: paused;
	font-size: 24px;
	position: absolute;
	top: 0;
	left: 0;
	width: 1em;
	height: 1em;
	right: 0;
	bottom: 0;
	margin: auto;
}
[data-status="submitting"] .form_btn {
	pointer-events: none;
	font-size: 0;
}
[data-status="submitting"] .form_btn_loading {
	display: block;
	animation-play-state: running;
}
.brandDtl {}
.brandDtl_inner {
	max-width: 1860px;
}
.brandDtl_head {
	max-width: 1000px;
	margin: 0 auto 100px;
}
.brandDtl_title {
	max-width: 369px;
	margin: 0 auto 13px;
	mix-blend-mode: darken;
}
.brandDtl_title > img {
	display: block;
}
.brandDtl_locale {
	display: flex;
	justify-content: center;
	align-items: center;
	font-family: var(--font-gabarito);
	font-size: 14px;
	font-weight: normal;
	column-gap: 15px;
	margin-bottom: 65px;
}
.brandDtl_locale > img {
	display: block;
}
.brandDtl_locale_text {}
.brandDtl_text {
	line-height: 2;
}
.brandDtl_image {
	margin-bottom: 113px;
}
.brandDtl_image > img {
	display: block;
	width: 100%;
	height: auto;
}
.gallery {}
.gallery_cell {
	position: relative;
}
.gallery_cell:nth-child(6n+1) {
	width: 32.6%;
}
.gallery_cell:nth-child(6n+2) {
	width: 57.8%;
	margin-left: auto;
	margin-top: -17.7%;
}
.gallery_cell:nth-child(6n+3) {
	width: 41%;
	margin-top: 10%;
	left: 8.4%;
}
.gallery_cell:nth-child(6n+4) {
	width: 32.5%;
	margin-left: auto;
	margin-top: -19.2%;
	left: -8.4%;
}
.gallery_cell:nth-child(6n+5) {
	width: 41.1%;
	margin-top: -0.5%;
}
.gallery_cell:nth-child(6n+6) {
	width: 49.4%;
	margin-left: auto;
	margin-top: -14.3%;
	margin-bottom: 8.2%;
}
.gallery_cell:last-child {
	margin-bottom: 0;
}
.gallery_image {}
.gallery_image > img {
	display: block;
	width: 100%;
	height: auto;
}
.brandDtl_link {
	max-width: 200px;
	margin: 155px auto 0;
}
.brandsPartners_canvas {
	overflow: hidden;
	height: var(--height-canvas, 910px);
	margin-bottom: 160px;
}
.brandsPartners_canvas_inner {
	width: 1380px;
	height: 910px;
	position: relative;
	z-index: 0;
	transform-origin: left top;
	transform: var(--transform-canvas, scale(1));
}
.brandsPartners_image {
	background-color: rgba(231, 230, 227, 0.60);
}
.brandsPartners_image > img {
	display: block;
	width: 100%;
	height: auto;
}
.partnersLinks {
	list-style: none;
	position: absolute;
	z-index: 1;
	top: 0;
	left: 0;
}
.partnersLinks-england {
	left: 78px;
	top: 101px;
}
.partnersLinks-belgium {
	top: 253px;
	left: 100px;
}
.partnersLinks-spain {
	top: 679px;
	left: 88px;
}
.partnersLinks-denmark {
	left: 236px;
	top: 140px;
}
.partnersLinks-france {
	left: 254px;
	top: 803px;
}
.partnersLinks-germany {
	left: 395px;
	top: 158px;
}
.partnersLinks-itary {
	left: 398px;
	top: 669px;
}
.partnersLinks-korea {
	left: 650px;
	top: 147px;
}
.partnersLinks-uae {
	left: 635px;
	top: 566px;
}
.partnersLinks-mexico {
	left: 944px;
	top: 617px;
}
.partnersLinks_item {}
.partnersLinks_anchor {
	text-decoration: none;
	color: inherit;
	display: block;
	position: relative;
	font-size: 14px;
	font-family: var(--font-gabarito);
	line-height: 24px;
	padding: 3px 0px;
	padding-left: 31px;
}
.partnersLinks_item-noLink > a {
	pointer-events: none;
}
.partnersLinks_item_circle {
	width: 24px;
	height: 24px;
	background-image: var(--grad-gold);
	border-radius: 50%;
	color: var(--color-white);
	display: flex;
	align-items: center;
	justify-content: center;
	font-size: 14px;
	position: absolute;
	top: 0.85em;
	left: 0;
	transform: translateY(-50%);
}
.partnersLinks_item-noLink .partnersLinks_item_circle {
	opacity: 0;
}
.partnersLinks_item_text {
	display: block;
	text-decoration: underline;
}
.partnersLinks_item-noLink .partnersLinks_item_text {
	text-decoration: none;
}
.dispGallery {
	position: relative;
	margin-top: 77px;
}
.dispGallery_anchor {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: 2;
}
.dispGallery_scroll {
	display: flex;
	flex-direction: column;
	align-items: flex-start;
	overflow: hidden;
}
.dispGallery_container {
	display: flex;
	animation-name: scrollDisplay;
	animation-duration: 60s;
	animation-iteration-count: infinite;
	animation-timing-function: linear;
	animation-play-state: running;
}
.dispGallery_images {
	width: 1600px;
	margin-right: 48px;
}
.dispGallery_images_inner {
	position: relative;
	padding-bottom: 59.373%;
}
.dispGallery_image {
	position: absolute;
}
.dispGallery_image-no1 {
	top: 0;
	left: 0;
	width: 45.5%;
	max-width: 727px;
}
.dispGallery_image > img {
	display: block;
	max-width: 100%;
	height: auto;
}
.dispGallery_image-no2 {
	bottom: 0;
	left: 24.6%;
	width: 20.8%;
	max-width: 333px;
}
.dispGallery_image-no3 {
	top: 12.7%;
	left: 48.4%;
	width: 28.1%;
	max-width: 449px;
}
.dispGallery_image-no4 {
	top: 0;
	right: 0;
	width: 36.3%;
	opacity: 0;
}
.dispGallery_image-no5 {
	bottom: 0;
	right: 0;
	width: 20.8%;
	max-width: 333px;
}
.showGallery {}
.showGallery_inner {}
.showGallery_grid {}
.showGallery_cell {
	position: relative;
}
.showGallery_cell:nth-child(6n+1) {
	width: 49.4%;
	margin-top: 27.9%;
}
.showGallery_cell:first-child {
	margin-top: 0;
}
.showGallery_cell:nth-child(6n+2) {
	width: 32.6%;
	margin-left: auto;
	margin-top: -39.5%;
}
.showGallery_cell:nth-child(6n+3) {
	margin-top: 27.9%;
	left: 7.3%;
	width: 85.5%;
}
.showGallery_cell:nth-child(6n+4) {
	margin-top: 27.7%;
	width: 24.6%;
	left: 8.4%;
}
.showGallery_cell:nth-child(6n+5) {
	margin-left: auto;
	width: 38.2%;
	margin-top: -32.9%;
	left: -8.3%;
}
.showGallery_cell:nth-child(6n+6) {
	margin-top: 14.5%;
	width: 67.6%;
}
.showGallery_image {}
.showGallery_image > img {
	display: block;
	width: 100%;
	height: auto;
}
.brandsList {
	list-style: none;
}
.brandsList_inner {
	max-width: 1148px;
}
.brandsList_grid {
	display: grid;
	grid-template-columns: repeat(2, 1fr);
	column-gap: 7.7%;
	row-gap: 38px;
}
.brandsList_cell {}
.brandsList_cell:nth-child(6n+1) {
	grid-row: span 3;
}
.brandsList_cell:nth-child(6n+2) {
	grid-row: span 2;
}
.brandsList_cell:nth-child(6n+3) {
	grid-row: span 2;
}
.brandsList_cell:nth-child(6n+4) {
	grid-row: span 2;
}
.brandsList_cell:nth-child(6n+5) {
	grid-row: span 3;
	display: flex;
	flex-direction: column;
	justify-content: flex-end;
}
.brandsList_cell:nth-child(6n+6) {
	grid-row: span 2;
}
.brandsList_item {
	text-decoration: none;
	color: inherit;
	display: block;
	width: 100%;
}
.brandsList_image {
	overflow: hidden;
}
.brandsList_image > img {
	display: block;
	width: 100%;
	height: auto;
	transition-duration: 0.5s;
	transition-property: transform;
}
.brandsList_logo {
	max-width: 100px;
	margin-left: auto;
	mix-blend-mode: darken;
	height: auto;
	margin-top: 6px;
}
.brandsList_logo > img {
	display: block;
	max-width: 100%;
	height: auto;
}
.partnersNav_scroll {
	display: flex;
	flex-direction: column;
	align-items: flex-start;
	margin-bottom: 8px;
}
.partnersNav_scroll-rev {
	align-items: flex-end;
}
.partnersNav_list-rev {
	animation-name: scrollDisplayRev;
}
.partnersNav_scroll:last-child {
	margin-bottom: 0;
}
.brandsPartners_canvas_pin {
	width: 20px;
	height: 20px;
	border-radius: 50%;
	position: absolute;
	transform: translate(-50%, -50%);
	z-index: 10;
}
.brandsPartners_canvas_pin::before {
	content: "";
	display: block;
	position: absolute;
	top: 50%;
	left: 50%;
	background-color: var(--color-red);
	border-radius: 50%;
	transform: translate(-50%, -50%);
	width: 5px;
	height: 5px;
}
.brandsPartners_canvas_pin-england {
	top: 394px;
	left: 143px;
}
.brandsPartners_canvas_pin-belgium {
	top: 396px;
	left: 170px;
}
.brandsPartners_canvas_pin-spain {
	top: 463px;
	left: 129px;
}
.brandsPartners_canvas_pin-denmark {
	top: 372px;
	left: 182px;
}
.brandsPartners_canvas_pin-france {
	top: 432px;
	left: 157px;
}
.brandsPartners_canvas_pin-germany {
	top: 394px;
	left: 190px;
}
.brandsPartners_canvas_pin-itary {
	top: 453px;
	left: 199px;
}
.brandsPartners_canvas_pin-korea {
	top: 475px;
	left: 614px;
}
.brandsPartners_canvas_pin-uae {
	top: 529px;
	left: 347px;
}
.brandsPartners_canvas_pin-mexico {
	top: 535px;
	left: 1090px;
}
.brandsPartners_canvas_pin_wave {
	position: absolute;
	left: 50%;
	top: 50%;
	border: 1px solid var(--color-red);
	border-radius: 50%;
	width: 19px;
	height: 19px;
	transform: translate(-50%, -50%);
	animation-name: spotTwinkled;
	animation-duration: 1.5s;
	animation-iteration-count: infinite;
	animation-timing-function: ease-in-out;
	box-sizing: border-box;
}
.goodsNav {
	position: relative;
	margin-top: 121px;
}
.goodsNav_bg {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-color: #888886;
}
.goodsNav_bg > img {
	display: block;
	position: absolute;
	z-index: 0;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	object-fit: cover;
}
.goodsNav_inner {
	max-width: 1860px;
}
.goodsNav_areaText {
	position: relative;
	z-index: 1;
	color: var(--color-inverse);
	text-align: center;
	padding-top: 133px;
	padding-bottom: 50px;
}
.goodsNav_sub {}
.goodsNav_title {
	font-family: var(--font-mincho);
	font-weight: 500;
	font-size: 40px;
	line-height: 1.5;
	margin: 10px 0 67px;
}
.goodsNav_link {
	max-width: 200px;
	margin: 0 auto 0;
}
.goodsNav_contents {
	position: relative;
	min-height: 600px;
}
.goodsNav_contents > a {
	display: block;
	text-decoration: none;
}
.goodsNav_scroll {
	background-image: url(/assets/img/brands/txt-goods@2x.png?date=251026);
	height: 185px;
	position: absolute;
	z-index: 1;
	bottom: 123px;
	left: 0;
	width: 100%;
	background-size: 1850px 226px;
	mix-blend-mode: overlay;
	animation-name: goodsScroll;
	animation-iteration-count: infinite;
	animation-timing-function: linear;
	animation-duration: 60s;
	background-repeat: repeat-x;
}
.brandsPartners_scroll {}
.brandsPartners_scroll_inner {}
.brandsPartners_scrollWrap {}
.brandsPartners_pop {
	display: none;
}
.brandsPartners_pop_headline {}
.brandsPartners_pop_headline > img {
	display: block;
}
.brandsPartners_notice {
	display: none;
}
.brandsPartners_notice_circle {}
.brandsPartners_notice_circle::before {
	content: "";
}
.partnersLinksWrap {}
.form_notice {
	margin-top: 1.6em;
}
.case_note {
	color: var(--color-headling);
	font-size: 14px;
	text-align: right;
	margin-bottom: 4px;
}
.topVis-trans {
	opacity: 0;
	transition-duration: 2s;
	transition-property: opacity;
}
.topVis-trans.isShow {
	opacity: 1;
}
.topVisMovie-trans {
	opacity: 0;
	transition-duration: 2s;
	transition-property: opacity;
}
.topVisMovie-trans.isShow {
	opacity: 1;
}
.caseDtl_areaTtl_inner {}
.caseDtl_mainImageWrap {}
.caseDtl_mainImageWrap_inner {}
.caseDtl_info {}
.caseDtl_info_inner {}
.slideNavWrap {}
.slideNavWrap_inner {}
.otherCaseNav_inner {}
.caseDtl_linkWrap {}
.caseDtl_linkWrap_inner {}
.showRoom_contents {
	position: relative;
	color: var(--color-inverse);
}
.clickBtn-showroomSP {
	display: none;
}
.consum_slide_scroll {
	display: flex;
	white-space: nowrap;
	animation-name: scrollDisplay;
	animation-iteration-count: infinite;
	animation-timing-function: linear;
	animation-duration: 60s;
}
.consum_slide {
	display: flex;
	flex-direction: column;
	align-items: flex-start;
	overflow: hidden;
	margin-bottom: 80px;
}
.consum_slide_image {
	width: 620px;
	margin-right: 12px;
}
.consum_slide_image > img {
	display: block;
}
@media screen and (max-width: 1549px) {
	.topBrands_title {
		font-size: 20.01vw;
	}
	.topService_title {
		font-size: 13.56vw;
	}
}
@media screen and (max-width: 1439px) {
	.topAbout_text {
		font-size: 2.5017vw;
	}
	.topVis_title {
		font-size: 16.54vw;
	}
	.topService_title {}
	.topCase_title {
		font-size: 17.37vw;
	}
	.topCase_en {
		font-size: 32px;
	}
	.topCase_cols {
		margin-bottom: 15.3vw;
	}
	.showRoom_headline > br {
		display: inline;
	}
	.showRoom_text > br {
		display: inline;
	}
	.showRoom_col-img {
		width: calc(100% - 454px);
		max-width: 756px;
	}
	.showRoom_scroll {
		bottom: 140px;
	}
	.goodsNav_contents {}
	.goodsNav_areaText {}
	.otherCaseNav_swiepr_slide-dummy2nd {
		display: none;
	}
}
@media screen and (max-width: 1399px) {
	.servVis {}
	.servVis_canvas {}
	.servVis_canvas_inner {}
}
@media screen and (max-width: 1199px) {
	.servVis {
		margin-bottom: 100px;
	}
	.servVis_canvas {}
	.servVis_canvas_inner {}
	.topAbout_text {
		font-size: 30px;
	}
}
@media screen and (min-width:1000px) and (hover:hover) {
	a:hover .partnersLinks_item_text {
		text-decoration: none;
	}
	a:hover .partnersNavItem_image > img {
		opacity: .5;
	}
	.brandsList_item:hover {}
	a:hover .brandsList_image > img {
		transform: scale(1.05);
	}
	.partnersLinks_anchor:hover {}
	a:hover .newsItem_image > img {
		transform: scale(1.07);
	}
	a:hover .servNavList_txt {
		text-decoration: none;
	}
	.slideNav_btn:hover::after {
		opacity: 0;
	}
	.slideNav_btn:hover {
		color: var(--color-inverse);
	}
	.topNotice_list > li > a:hover {}
	a:hover .topNotice_list_text {
		text-decoration: none;
	}
	.topNotice_btn:hover {}
	.topCase_sect > a:hover {}
	a:hover .topCase_image > img {
		transform: scale(1.03);
	}
	.partnersNav_anchor:hover {}
	a:hover .newsItem_title {
		color: var(--color-gold);
	}
	.consum_link > a:hover {}
	.caseDtl_list > li > a:hover {
		background-color: var(--color-white);
	}
	.caseDtl_slide_item > a:hover {}
	.otherCaseNav_cell > a:hover {}
	.case_cell > a:hover {}
	a:hover .caseItem_image {
		transform: scale(1.05);
	}
	.catalogItem_linkList > li > a:hover {}
	.servNavList > li > a:hover {
		color: var(--color-headling);
	}
	a:hover .servNavList_icn::before {
		opacity: 1;
	}
	.servLinks_item > a:hover {
		background-color: var(--color-headling);
		color: var(--color-white);
	}
	.showroomAcs_link > a:hover {}
	.catNavList > li > a:hover {
		background-color: rgba(64, 80, 62, 0.05);
	}
	.catNavList > li > a[aria-current="page"]:hover {
		color: #40503E;
	}
	.newsList > li > a:hover {}
	.outline_corpList > li > a:hover {}
	.outline_link > a:hover {
		color: var(--color-gold);
	}
	.pager > a:hover {
		border-color: var(--color-gold);
	}
	.pager > .nextpostslink:hover::after {
		opacity: 1;
	}
	.pager > .previouspostslink:hover::after {
		opacity: 1;
	}
}
@media screen and (max-width: 999px) {
	.outline {
		padding-top: 90px;
		padding-bottom: 200px;
	}
	.outline_inner {}
	.outline_title {}
	.outline_title_main {}
	.outline_tblWrap {}
	.outline_table {}
	.outline_table > tbody {}
	.outline_table > tbody > tr {}
	.outline_table > tbody > tr:first-child {}
	.outline_table > tbody > tr > th {}
	.outline_table > tbody > tr > td {}
	.outline_table > tbody > tr > td.-corp {}
	.outline_table > tbody > tr > td.-corp::before {}
	.outline_link {}
	.outline_link > a {}
	.outline_link > a > .icon {}
	.outline_corpList {}
	.outline_corpList > li {}
	.outline_corpList > li:last-child {}
	.outline_corpList > li > a {}
	.news {}
	.news_cols {}
	.news_col {}
	.news_col-side {
		width: 180px;
	}
	.newsNavWrap {}
	.newsNav {}
	.newsNav:last-child {}
	.newsNav_title {}
	.catNavList {
		column-gap: 5px;
	}
	.catNavList-column {}
	.catNavList > li {}
	.catNavList > li > a {
		padding: 5px 15px;
	}
	.catNavList > li > a[aria-current="page"] {}
	.catNavList_mark {}
	.catNavList_text {}
	.catNavList_text-small {}
	.news_col-main {
		width: calc(100% - 210px);
	}
	.newsList {}
	.newsList > li {}
	.newsList > li > a {}
	.newsList > li > a::before {}
	.newsItem {
		padding-top: 22px;
	}
	.newsItem::after {}
	.newsItem_cols {
		flex-wrap: wrap;
	}
	.newsItem_col {}
	.newsItem_col-update {
		width: 100%;
		margin-bottom: 6px;
		margin-right: 0;
	}
	.newsItem_update {}
	.newsItem_update > time {}
	.newsItem_col-img {
		width: 210px;
	}
	.newsItem_image {}
	.newsItem_image > img {}
	.newsItem_col-txt {
		width: calc(100% - 230px);
		max-width: none;
		margin-left: 0;
	}
	.newsItem_areaTxt {}
	.newsItem_title {
		font-size: 20px;
		margin-bottom: 15px;
	}
	.newsItem_text {}
	.newsItem_cat {}
	.newsItem_cat_main {}
	.newsItem_arrow {}
	.newsItem_arrow > img {}
	.pager {}
	.pager > a,
	.pager > span {}
	.pager > .previouspostslink {}
	.pager > .previouspostslink::after {}
	.pager > .current {}
	.pager > .extend {}
	.pager > .nextpostslink {}
	.pager > .nextpostslink::after {}
	.previouspostslink_arrow {}
	.nextpostslink_arrow {}
	.consum {}
	.consum_mainImage {
		margin-bottom: 65px;
	}
	.consum_mainImage > img {}
	.consum_tblWrap {
		margin-bottom: 75px;
	}
	.consum_table {}
	.consum_table > tbody {}
	.consum_table > tbody > tr {
		padding: 30px 0;
	}
	.consum_table > tbody > tr > th {
		width: 230px;
	}
	.consum_table > tbody > tr > td {
		padding-left: 30px;
		width: calc(100% - 230px);
	}
	.consum_table > tbody > tr > td::before {}
	.consum_logo {
		width: 200px;
		min-height: 156px;
	}
	.consum_logo > img {}
	.consum_frag {}
	.consum_frag > img {}
	.consum_areaTxt {}
	.consum_tblTxt {}
	.catalogItems {}
	.catalogItems-single {
		max-width: 390px;
	}
	.catalogItem {
		padding: 40px 20px;
	}
	.catalogItem_inner {}
	.catalogItem_image {}
	.catalogItem_image > img {}
	.catalogItem_text {
		font-size: 22px;
		margin-bottom: 18px;
	}
	.catalogItem_text-jp {}
	.showroomAcs {
		padding-bottom: 140px;
		padding-top: 65px;
	}
	.showroomAcs_inner {}
	.showroomAcs_title {}
	.showroomAcs_cols {
		display: block;
	}
	.showroomAcs_col {
		width: auto;
		max-width: none;
	}
	.showroomAcs_col-txt {
		margin-bottom: 40px;
	}
	.showroomAcs_tblWrap {}
	.showroomAcs_table {}
	.showroomAcs_table > tbody {}
	.showroomAcs_table > tbody > tr {}
	.showroomAcs_table > tbody > tr > th {}
	.showroomAcs_table > tbody > tr > td {}
	.showroomAcs_list {}
	.showroomAcs_list > li {}
	.showroomAcs_oList {}
	.showroomAcs_oList > li {}
	.showroomAcs_link {}
	.showroomAcs_link > a {}
	.showroomAcs_link > a > .icon {}
	.showroomAcs_col-map {}
	.showroomAcs_map {
		padding-bottom: 66%;
	}
	.showroomAcs_map > iframe {}
	.service {
		padding-bottom: 200px;
	}
	.service_cols {}
	.service_col {}
	.service_col-side {
		width: 165px;
		padding-top: 0;
	}
	.servNav {
		padding: 20px 15px;
	}
	.servNavList {}
	.servNavList > li {}
	.servNavList > li:nth-child(n + 2) {}
	.servNavList > li > a {}
	.servNavList_icn {}
	.servNavList_icn::before {}
	.servNavList_icn > .icon {}
	.servNavList_txt {}
	.service_col-main {
		width: calc(100% - 190px);
	}
	.servVis {
		margin-bottom: 65px;
	}
	.servVis_canvas {}
	.servVis_canvas_inner {}
	.servVis_image {}
	.servVis_image > img {}
	.servLinks {}
	.servLinks_item {}
	.servLinks_item > a {}
	.servLinks_item-tableware {}
	.servLinks_item_text {}
	.servLinks_item-hygieneware {}
	.servLinks_item-design-proposal {}
	.servLinks_item-warehouse {}
	.service_cell {
		margin-bottom: 60px;
	}
	.service_cell:last-child {}
	.service_cell_contents {}
	.service_title {}
	.service_image {
		margin-bottom: 35px;
	}
	.service_image > img {}
	.service_col-ttl {}
	.service_headline {}
	.service_col-txt {}
	.service_areaTxt {}
	.service_text {}
	.cataloges {}
	.cataloges_cell {
		margin-bottom: 90px;
	}
	.cataloges_cell:last-child {}
	.cataloges_title {}
	.catalogItem_linkList {
		display: block;
		max-width: 200px;
		margin-left: auto;
		margin-right: auto;
	}
	.catalogItem_linkList-grid {}
	.catalogItem_linkList > li {
		width: auto;
	}
	.catalogItem_linkList > li:nth-child(n + 2) {
		margin-top: 10px;
	}
	.catalogItem_linkList > li > a {}
	.case {}
	.caseNav {
		padding: 20px 25px;
		margin-bottom: 48px;
	}
	.caseNav_cols {}
	.caseNav_col {}
	.caseNav_col-ttl {
		width: 90px;
	}
	.caseNav_title {}
	.caseNav_col-list {
		width: calc(100% - 100px);
	}
	.case_cells {
		column-gap: 10px;
		row-gap: 40px;
	}
	.case_cell {}
	.case_cell > a {}
	.caseItem {}
	.caseItem_areaImg {}
	.caseItem_image {}
	.caseItem_image > img {}
	.caseItem_areaTxt {}
	.caseItem_text {
		font-size: 13px;
	}
	.caseItem_text_en {
		font-size: 20px;
	}
	.caseItem_text_jp {}
	.caseDtl {}
	.caseDtl_areaTtl {
		margin-bottom: 38px;
	}
	.caseDtl_title {}
	.caseDtl_title_en {
		font-size: 48px;
	}
	.caseDtl_title_main {}
	.caseDtl_list {}
	.caseDtl_list > li {}
	.caseDtl_list > li > a {}
	.caseDtl_list > li > a::before {}
	.caseDtl_mainImage {}
	.caseDtl_mainImage > img {}
	.caseDtl_tblWrap {
		margin-bottom: 48px;
	}
	.caseDtl_table {}
	.caseDtl_table > tbody {}
	.caseDtl_table > tbody > tr {}
	.caseDtl_table > tbody > tr:last-child {}
	.caseDtl_table > tbody > tr > th {
		width: 140px;
	}
	.caseDtl_table > tbody > tr > td {}
	.caseDtl_slide {}
	.caseDtl_slide_item {}
	.caseDtl_slide_item > a {}
	.caseDtl_slide_image {}
	.caseDtl_slide_image > img {}
	.otherCaseNav {
		margin-top: 110px;
	}
	.otherCaseNav_title {}
	.otherCaseNav_cells {}
	.otherCaseNav_cell {}
	.otherCaseNav_cell > a {}
	.caseDtl_link {}
	.caseDtl_link > a {}
	.about {
		padding-bottom: 200px;
	}
	.about_inner {}
	.about_areaTxt {}
	.about_title {
		font-size: 34px;
		margin-bottom: 70px;
	}
	.about_text {
		font-size: 18px;
	}
	.about_text:last-child {}
	.consum_areaTtl {}
	.consum_title {}
	.sRoom {
		margin-bottom: 65px;
	}
	.sRoom_inner {}
	.sRoom_mainImage {}
	.sRoom_mainImage > img {}
	.display {
		margin-bottom: 90px;
	}
	.display_inner {}
	.display_cols {
		display: block;
	}
	.display_col {
		width: auto;
	}
	.display_col-ttl {
		margin-bottom: 40px;
	}
	.display_title {}
	.display_col-txt {
		padding-top: 0;
		max-width: none;
	}
	.display_text {}
	.entry {}
	.entry_areaTtl {
		margin-bottom: 45px;
	}
	.entry_title {
		font-size: 34px;
		margin-bottom: 15px;
	}
	.entry_areaInfo {}
	.entry_update {}
	.entry_update > time {}
	.entry_cat {}
	.entry_cat_main {}
	.entry_editor {}
	.contact {}
	.contact_message {
		margin-bottom: 75px;
	}
	.brandsAesthe {
		margin-bottom: 90px;
	}
	.brandsAesthe_inner {}
	.brandsAesthe_cols {}
	.brandsAesthe_col {}
	.brandsAesthe_col-ttl {
		width: 250px;
	}
	.brandsAesthe_subTitle {
		margin-bottom: 20px;
	}
	.brandsAesthe_title {}
	.brandsAesthe_col-txt {
		width: calc(100% - 280px);
	}
	.brandsAesthe_text {}
	.brandsAesthe_text:last-child {}
	.partnersNav {
		margin-top: 80px;
	}
	.partnersNav_inner {}
	.partnersNav_list {}
	.partnersNav_list > li {
		width: 200px;
	}
	.partnersNav_anchor {}
	.partnersNavItem {}
	.partnersNavItem_image {}
	.partnersNavItem_image > img {}
	.brandsPartners {}
	.brandsPartners_inner {}
	.brandsPartners_cols {}
	.brandsPartners_col {}
	.brandsPartners_col-ttl {
		width: 280px;
	}
	.brandsPartners_title {}
	.brandsPartners_col-txt {
		width: calc(100% - 300px);
		padding-top: 36px;
	}
	.brandsPartners_text {}
	.topVis {}
	.topVisMovie {}
	.topVisMovie_item {}
	.topVis_mark {}
	.topVis_mark.isShow {}
	.topVis_mark.isZoom {}
	.topVis_mark.isHidden {}
	.topVis_mark_inner {}
	.topVis_mark_inner.isZoom {}
	.topVis_mark_svg {}
	.topVis_mark_svg_path {}
	.topVis_cover {}
	.topVis_mark_svg_path.isShow {}
	.topVis_bg {}
	.topVis_bg.isRed {}
	.topVis_bg.isTrans {}
	.topVis_bg_svg {}
	.topVis_bg_path {}
	.topVis_markWrap {}
	.topVis_markWrap.isHidden {}
	.topVis_redMask {}
	.topVis_redMask.isShow {}
	.topVis_redMask.isHidden {}
	.topVis_title {}
	.topVis_scroll {
		bottom: 20px;
		right: 20px;
	}
	.topVis_scroll_brackets {}
	.topVis_scroll_text {}
	.topVis_scroll_arrow {}
	.topVis_scroll_arrow > .icon {}
	.topNotice {
		bottom: 20px;
		left: 20px;
	}
	.topNotice_swiper {}
	.topNotice_list {}
	.topNotice_list > li {}
	.topNotice_list > li > a {}
	.topNotice_list_update {}
	.topNotice_list_text {}
	.topNotice_btn {}
	.topNotice_btn-up {}
	.topNotice_btn > .icon {}
	.topNotice_btn-down {}
	.topAbout {}
	.topAbout_inner {
		padding-top: 200px;
		padding-bottom: 200px;
	}
	.topAbout_title {}
	.topAbout_text {
		font-size: 26px;
	}
	.topAbout_link {}
	.topAbout_bg {}
	.topAbout_line {}
	.topAbout_line[data-animation="after"] {}
	.topAbout_line_svg {}
	.topService {}
	.topService_inner {}
	.topService_title {
		font-size: 140px;
		text-align: center;
		position: absolute;
		top: 0;
		left: 0;
		width: 100%;
		margin: 0;
	}
	.topService_cols {
		max-width: 600px;
		display: block;
		margin-left: auto;
		margin-right: auto;
		position: relative;
		padding-top: 170px;
	}
	.topService_col {
		width: auto;
		max-width: none;
	}
	.topService_col-img {
		margin-bottom: 25px;
	}
	.topService_image {}
	.topService_image > img {}
	.topService_col-txt {
		padding-bottom: 0;
	}
	.topService_text {}
	.topService_link {}
	.showRoom {}
	.showRoom_bg {}
	.showRoom_bg > img {}
	.showRoom_scroll {
		background-size: 850px 140px;
		height: 140px;
		bottom: 110px;
	}
	.showRoom_inner {}
	.showRoom_cols {}
	.showRoom_col {}
	.showRoom_col-txt {
		padding-top: 50px;
	}
	.showRoom_title {}
	.showRoom_headline {
		font-size: 33px;
	}
	.showRoom_headline > br {}
	.showRoom_text {}
	.showRoom_text > br {}
	.showRoom_link {}
	.showRoom_col-img {
		width: calc(100% - 394px);
	}
	.showRoom_canvas {
		transform: translateY(-80px);
	}
	.showRoom_canvas_inner {}
	.showRoom_image {}
	.showRoom_image-no1 {}
	.showRoom_image-no2 {}
	.showRoom_image > img {}
	.topBrands {
		padding-top: 200px;
	}
	.topBrands_areaTitle {}
	.topBrands_areaTitle_inner {}
	.topBrands_titleWrap {}
	.topBrands_title {}
	.topBrands_text {}
	.topBrands_inner {
		padding-bottom: 380px;
	}
	.topBrands_canvas {}
	.topBrands_image {}
	.topBrands_image-no1 {}
	.topBrands_image > img {}
	.topBrands_image-no2 {}
	.topBrands_image-no3 {}
	.topBrands_image-no4 {}
	.topBrands_image-no5 {}
	.clickBtn {}
	.clickBtn-fixed {}
	.clickBtn-fixed.isShow {}
	.clickBtn_item {}
	.clickBtn_item-fixed {}
	.clickBtn_text {}
	.clickBtn_arrow {}
	.clickBtn_arrow > .icon {}
	.clickBtn_circle {}
	.clickBtn_circle > img {}
	.topBrands_anchor {}
	.topCase {
		padding-top: 100px;
		padding-bottom: 100px;
	}
	.topCase_inner {}
	.topCase_title {
		font-size: 140px;
	}
	.topCase_cols {
		margin-bottom: 70px;
	}
	.topCase_cols:last-child {}
	.topCase_col {}
	.topCase_col-no1 {}
	.topCase_sect {}
	.topCase_sect > a {}
	.topCase_image {}
	.topCase_image > img {}
	.topCase_en {
		font-size: 20px;
	}
	.topCase_name {
		font-size: 14px;
	}
	.topCase_col-no2 {}
	.topCase_col-no3 {}
	.topCase_col-no4 {}
	.topCase_link {
		margin-top: 70px;
	}
	.clickBtn-brands {}
	.clickBtn-case {}
	.topCase_bg {}
	.topBrands_bg {}
	.topBrands_bgWrap {}
	.topAbout_line_svg-pc {}
	.topAbout_line_svg-sp {}
	.error {}
	.error_title {}
	.error_text {}
	.error_link {}
	.caseDtl_slide_swiper {}
	.caseDtl_slide_wrapper {}
	.slideNav {}
	.slideNav_num {}
	.slideNav_num_current {}
	.slideNav_num_bar {}
	.slideNav_num_sum {}
	.slideNav_btn {}
	.slideNav_btn-prev {}
	.slideNav_btn-next {}
	.slideNav_btn::before {}
	.slideNav_btn::after {}
	.slideNav_btn > .icon {}
	.otherCaseNav_swiepr {}
	.otherCaseNav_swiepr_wrapper {}
	.otherCaseNav_swiepr_slide {
		width: 400px;
	}
	.slideNav-other {}
	.aboutWrap {}
	.catalogItem_imageWrap {}
	.service_cell_border {
		margin-top: 60px;
	}
	.entry_areaTtl_line {
		margin-top: 40px;
	}
	.entry_image {}
	.entry_image > img {}
	.form {
		padding: 35px 20px;
	}
	.form_inner {}
	.form_table {}
	.form_table > tbody {}
	.form_table > tbody > tr {}
	.form_table > tbody > tr > th {
		width: 220px;
	}
	.form_table > tbody > tr > td {}
	.form_label {}
	.form_required {}
	.form_selWrap {}
	.form_selWrap > select {}
	.form_selWrap > select > option {}
	.form_agree {}
	.form_btn {}
	.wpcf7-list-item {}
	.wpcf7-list-item > label {}
	.wpcf7-list-item > label > [type="checkbox"] {}
	.wpcf7-list-item-label {}
	[type="checkbox"] + .wpcf7-list-item-label::before {}
	[type="checkbox"] + .wpcf7-list-item-label::after {}
	[type="checkbox"]:checked + .wpcf7-list-item-label::before {}
	[type="checkbox"]:checked + .wpcf7-list-item-label::after {}
	.wpcf7-form-control-wrap {}
	.wpcf7-form-control {}
	[data-name="document"] .wpcf7-checkbox {}
	[data-name="document"] .wpcf7-list-item > label {}
	[data-name="document"] .wpcf7-list-item-label {}
	[data-name="document"] [type="checkbox"]:checked + .wpcf7-list-item-label {}
	[data-name="document"] [type="checkbox"] + .wpcf7-list-item-label::before {}
	[data-name="document"] [type="checkbox"] + .wpcf7-list-item-label::after {}
	.wpcf7-not-valid-tip {}
	.screen-reader-response {}
	.wpcf7-response-output {}
	[data-status="spam"] .wpcf7-response-output,
	[data-status="invalid"] .wpcf7-response-output {}
	[data-status="sent"] .wpcf7-response-output {}
	.form_btn_loading {}
	[data-status="submitting"] .form_btn {}
	[data-status="submitting"] .form_btn_loading {}
	.brandDtl {}
	.brandDtl_inner {}
	.brandDtl_head {
		margin-bottom: 75px;
	}
	.brandDtl_title {}
	.brandDtl_title > img {}
	.brandDtl_locale {}
	.brandDtl_locale > img {}
	.brandDtl_locale_text {}
	.brandDtl_text {}
	.brandDtl_image {}
	.brandDtl_image > img {}
	.gallery {}
	.gallery_cell {}
	.gallery_cell:nth-child(6n+1) {}
	.gallery_cell:nth-child(6n+2) {}
	.gallery_cell:nth-child(6n+3) {}
	.gallery_cell:nth-child(6n+4) {}
	.gallery_cell:nth-child(6n+5) {}
	.gallery_cell:nth-child(6n+6) {}
	.gallery_cell:last-child {}
	.gallery_image {}
	.gallery_image > img {}
	.brandDtl_link {
		margin-top: 100px;
	}
	.brandsPartners_canvas {
		margin-bottom: 100px;
	}
	.brandsPartners_canvas_inner {}
	.brandsPartners_image {}
	.brandsPartners_image > img {}
	.partnersLinks {}
	f {}
	.partnersLinks-belgium {}
	.partnersLinks-spain {}
	.partnersLinks-denmark {}
	.partnersLinks-france {}
	.partnersLinks-germany {}
	.partnersLinks-itary {}
	.partnersLinks-korea {}
	.partnersLinks-uae {}
	.partnersLinks-mexico {}
	.partnersLinks_item {}
	.partnersLinks_anchor {}
	.partnersLinks_item_circle {}
	.partnersLinks_item_text {}
	.dispGallery {
		margin-top: 45px;
	}
	.dispGallery_anchor {}
	.dispGallery_scroll {}
	.dispGallery_container {}
	.dispGallery_images {
		width: 900px;
		margin-right: 24px;
	}
	.dispGallery_images_inner {}
	.dispGallery_image {}
	.dispGallery_image-no1 {}
	.dispGallery_image > img {}
	.dispGallery_image-no2 {}
	.dispGallery_image-no3 {}
	.dispGallery_image-no4 {}
	.dispGallery_image-no5 {}
	.showGallery {}
	.showGallery_inner {}
	.showGallery_grid {}
	.showGallery_cell {}
	.showGallery_cell:nth-child(6n+1) {}
	.showGallery_cell:first-child {}
	.showGallery_cell:nth-child(6n+2) {}
	.showGallery_cell:nth-child(6n+3) {}
	.showGallery_cell:nth-child(6n+4) {}
	.showGallery_cell:nth-child(6n+5) {}
	.showGallery_cell:nth-child(6n+6) {}
	.showGallery_image {}
	.showGallery_image > img {}
	.brandsList {}
	.brandsList_inner {}
	.brandsList_grid {}
	.brandsList_cell {}
	.brandsList_cell:nth-child(6n+1) {}
	.brandsList_cell:nth-child(6n+2) {}
	.brandsList_cell:nth-child(6n+3) {}
	.brandsList_cell:nth-child(6n+4) {}
	.brandsList_cell:nth-child(6n+5) {}
	.brandsList_cell:nth-child(6n+6) {}
	.brandsList_item {}
	.brandsList_image {}
	.brandsList_image > img {}
	.brandsList_logo {}
	.brandsList_logo > img {}
	.partnersNav_scroll {}
	.partnersNav_scroll-rev {}
	.partnersNav_list-rev {}
	.partnersNav_scroll:last-child {}
	.brandsPartners_canvas_pin {}
	.brandsPartners_canvas_pin-england {}
	.brandsPartners_canvas_pin-belgium {}
	.brandsPartners_canvas_pin-spain {}
	.brandsPartners_canvas_pin-denmark {}
	.brandsPartners_canvas_pin-france {}
	.brandsPartners_canvas_pin-germany {}
	.brandsPartners_canvas_pin-itary {}
	.brandsPartners_canvas_pin-korea {}
	.brandsPartners_canvas_pin-uae {}
	.brandsPartners_canvas_pin-mexico {}
	.brandsPartners_canvas_pin_wave {}
	.goodsNav {
		margin-top: 100px;
	}
	.goodsNav_bg {}
	.goodsNav_bg > img {}
	.goodsNav_inner {}
	.goodsNav_areaText {
		padding-top: 67px;
	}
	.goodsNav_sub {}
	.goodsNav_title {
		font-size: 32px;
		margin-bottom: 35px;
	}
	.goodsNav_link {}
	.goodsNav_contents {
		min-height: 400px;
	}
	.goodsNav_scroll {
		background-size: 925px 113px;
		height: 113px;
		bottom: 60px;
	}
	.brandsPartners_scroll {}
	.brandsPartners_scroll_inner {}
	.brandsPartners_pop {}
	.brandsPartners_pop_headline {}
	.brandsPartners_pop_headline > img {}
	.brandsPartners_notice {}
	.brandsPartners_notice_circle {}
	.brandsPartners_notice_circle::before {}
	.brandsPartners_scrollWrap {}
	.partnersLinksWrap {}
	.form_notice {}
	.case_note {}
	.caseDtl_areaTtl_inner {}
	.caseDtl_mainImageWrap {}
	.caseDtl_mainImageWrap_inner {}
	.caseDtl_info {}
	.caseDtl_info_inner {}
	.slideNavWrap {}
	.slideNavWrap_inner {}
	.otherCaseNav_inner {}
	.caseDtl_linkWrap {}
	.caseDtl_linkWrap_inner {}
	.showRoom_contents {}
	.clickBtn-showroomSP {}
	.consum_slide_scroll {}
	.consum_slide {
		margin-bottom: 65px;
	}
	.consum_slide_image {
		width: 400px;
	}
	.consum_slide_image > img {}
}
@media screen and (max-width:767px) {
	.outline {
		padding-top: 50px;
		padding-bottom: 70px;
	}
	.outline_inner {}
	.outline_title {}
	.outline_title_main {
		margin-top: 10px;
	}
	.outline_tblWrap {}
	.outline_table {}
	.outline_table > tbody {}
	.outline_table > tbody > tr {}
	.outline_table > tbody > tr:first-child {}
	.outline_table > tbody > tr > th {}
	.outline_table > tbody > tr > td {}
	.outline_table > tbody > tr > td.-corp {}
	.outline_table > tbody > tr > td.-corp::before {}
	.outline_link {}
	.outline_link > a {}
	.outline_link > a > .icon {}
	.outline_corpList {}
	.outline_corpList > li {}
	.outline_corpList > li:last-child {}
	.outline_corpList > li > a {}
	.news {}
	.news_cols {
		display: block;
	}
	.news_col {
		width: auto;
	}
	.news_col-side {
		margin-bottom: 25px;
	}
	.newsNavWrap {
		position: relative;
		top: 0;
	}
	.newsNav {
		margin-bottom: 8px;
		width: auto;
		padding-bottom: 8px;
	}
	.newsNav:last-child {}
	.newsNav_title {
		font-size: 18px;
		padding: 7px 20px;
		margin-bottom: 8px;
	}
	.catNavList {}
	.catNavList-column {
		flex-direction: row;
		max-width: none;
		flex-wrap: wrap;
		column-gap: 5px;
		row-gap: 5px;
		padding: 0 15px;
	}
	.catNavList > li {}
	.catNavList > li > a {
		padding: 5px 15px;
		min-height: 30px;
		padding-top: 5px;
		padding-bottom: 5px;
	}
	.catNavList_mark {
		margin-right: 7px;
	}
	.catNavList_text {}
	.catNavList_text-small {}
	.news_col-main {}
	.newsList {}
	.newsList > li {}
	.newsList > li > a {}
	.newsList > li > a::before {}
	.newsItem {
		padding-top: 12px;
		padding-bottom: 12px;
	}
	.newsItem::after {}
	.newsItem_cols {}
	.newsItem_col {}
	.newsItem_col-update {}
	.newsItem_update {}
	.newsItem_update > time {}
	.newsItem_col-img {
		width: 120px;
	}
	.newsItem_image {}
	.newsItem_image > img {}
	.newsItem_col-txt {
		width: calc(100% - 135px);
	}
	.newsItem_areaTxt {}
	.newsItem_title {
		font-size: 17px;
		margin-bottom: 10px;
	}
	.newsItem_text {}
	.newsItem_cat {
		margin-top: 8px;
	}
	.newsItem_cat_main {}
	.newsItem_arrow {}
	.newsItem_arrow > img {}
	.pager {
		margin-top: 50px;
		column-gap: 4px;
		row-gap: 4px;
	}
	.pager > a,
	.pager > span {
		min-width: 40px;
		height: 40px;
		font-size: 16px;
	}
	.pager > .previouspostslink {}
	.pager > .previouspostslink::after {}
	.pager > .current {}
	.pager > .extend {}
	.pager > .nextpostslink {}
	.pager > .nextpostslink::after {}
	.previouspostslink_arrow {}
	.nextpostslink_arrow {}
	.consum {}
	.consum_mainImage {
		margin-bottom: 30px;
		margin-left: -20px;
		margin-right: -20px;
	}
	.consum_mainImage > img {}
	.consum_tblWrap {
		margin-bottom: 45px;
	}
	.consum_table {}
	.consum_table > tbody {}
	.consum_table > tbody > tr {
		padding: 20px 0;
	}
	.consum_table > tbody > tr > th {
		width: 110px;
	}
	.consum_table > tbody > tr > td {
		padding-top: 5px;
		padding-left: 20px;
		width: calc(100% - 110px);
	}
	.consum_table > tbody > tr > td::before {}
	.consum_logo {
		max-width: 90px;
		min-height: 70px;
	}
	.consum_logo > img {}
	.consum_frag {
		margin-bottom: 12px;
	}
	.consum_frag > img {}
	.consum_areaTxt {}
	.consum_tblTxt {}
	.catalogItems {
		display: block;
		max-width: 420px;
		margin: 0 auto;
	}
	.catalogItems-single {}
	.catalogItem {
		padding: 25px 20px;
	}
	.catalogItem:nth-child(n + 2) {
		margin-top: 15px;
	}
	.catalogItem_inner {}
	.catalogItem_image {}
	.catalogItem_image > img {}
	.catalogItem_text {
		font-size: 20px;
		margin-bottom: 15px;
	}
	.catalogItem_text-jp {}
	.showroomAcs {
		padding-bottom: 90px;
		padding-top: 40px;
	}
	.showroomAcs_inner {}
	.showroomAcs_title {}
	.showroomAcs_cols {}
	.showroomAcs_col {}
	.showroomAcs_col-txt {
		margin-bottom: 25px;
	}
	.showroomAcs_tblWrap {}
	.showroomAcs_table {}
	.showroomAcs_table > tbody {}
	.showroomAcs_table > tbody > tr {}
	.showroomAcs_table > tbody > tr > th {
		width: 90px;
	}
	.showroomAcs_table > tbody > tr > td {
		padding: 20px 15px;
		padding-right: 0;
	}
	.showroomAcs_list {}
	.showroomAcs_list > li {}
	.showroomAcs_oList {}
	.showroomAcs_oList > li {}
	.showroomAcs_link {}
	.showroomAcs_link > a {}
	.showroomAcs_link > a > .icon {}
	.showroomAcs_col-map {}
	.showroomAcs_map {}
	.showroomAcs_map > iframe {}
	.service {
		padding-bottom: 70px;
	}
	.service_cols {
		display: block;
	}
	.service_col {
		width: auto;
		max-width: none;
	}
	.service_col-side {
		margin-bottom: 40px;
	}
	.servNav {
		padding: 10px 10px;
		position: relative;
		top: 0;
		left: 0;
	}
	.servNavList {
		display: grid;
		grid-template-columns: repeat(2, 1fr);
		column-gap: 10px;
		row-gap: 5px;
	}
	.servNavList > li {}
	.servNavList > li:nth-child(n + 2) {
		margin-top: 0;
	}
	.servNavList > li > a {
		column-gap: 7px;
		line-height: 16px;
		padding-left: 24px;
	}
	.servNavList_icn {
		width: 18px;
		height: 18px;
		font-size: 10px;
		top: 13px;
	}
	.servNavList_icn::before {}
	.servNavList_icn > .icon {}
	.servNavList_txt {}
	.service_col-main {}
	.servVis {
		margin-bottom: 64px;
		margin-left: -20px;
		margin-right: -20px;
	}
	.servVis_canvas {}
	.servVis_canvas_inner {}
	.servVis_image {}
	.servVis_image > img {}
	.servLinks {}
	.servLinks_item {}
	.servLinks_item > a {}
	.servLinks_item-tableware {}
	.servLinks_item_text {}
	.servLinks_item-hygieneware {}
	.servLinks_item-design-proposal {}
	.servLinks_item-warehouse {}
	.service_cell {
		margin-bottom: 64px;
	}
	.service_cell:last-child {}
	.service_cell_contents {}
	.service_title {}
	.service_image {
		margin-left: -20px;
		margin-right: -20px;
		margin-bottom: 20px;
	}
	.service_image > img {}
	.service_col-ttl {
		margin-bottom: 6px;
	}
	.service_headline {}
	.service_col-txt {}
	.service_areaTxt {}
	.service_text {}
	.cataloges {}
	.cataloges_cell {
		margin-bottom: 55px;
	}
	.cataloges_cell:last-child {}
	.cataloges_title {}
	.catalogItem_linkList {}
	.catalogItem_linkList-grid {}
	.catalogItem_linkList > li {}
	.catalogItem_linkList > li > a {}
	.case {}
	.caseNav {
		padding: 10px 15px;
		margin-bottom: 30px;
	}
	.caseNav_cols {
		display: block;
	}
	.caseNav_col {
		width: auto;
	}
	.caseNav_col-ttl {
		margin-bottom: 10px;
	}
	.caseNav_title {}
	.caseNav_col-list {}
	.case_cells {
		grid-template-columns: repeat(2, 1fr);
		row-gap: 25px;
	}
	.case_cell {}
	.case_cell > a {}
	.caseItem {}
	.caseItem_areaImg {
		margin-bottom: 10px;
	}
	.caseItem_image {}
	.caseItem_image > img {}
	.caseItem_areaTxt {}
	.caseItem_text {
		font-size: 12px;
	}
	.caseItem_text_en {
		font-size: 16px;
	}
	.caseItem_text_jp {}
	.caseDtl {}
	.caseDtl_areaTtl {
		margin-bottom: 25px;
	}
	.caseDtl_title {
		font-size: 14px;
	}
	.caseDtl_title_en {
		font-size: 28px;
	}
	.caseDtl_title_main {}
	.caseDtl_list {
		margin-top: 16px;
	}
	.caseDtl_list > li {}
	.caseDtl_list > li > a {}
	.caseDtl_list > li > a::before {}
	.caseDtl_mainImage {
		margin-bottom: 20px;
	}
	.caseDtl_mainImage > img {}
	.caseDtl_tblWrap {
		margin-bottom: 30px;
	}
	.caseDtl_table {
		line-height: 24px;
	}
	.caseDtl_table > tbody {}
	.caseDtl_table > tbody > tr {}
	.caseDtl_table > tbody > tr:last-child {}
	.caseDtl_table > tbody > tr > th {
		font-size: 18px;
		width: 70px;
		padding: 10px;
		padding-left: 0;
	}
	.caseDtl_table > tbody > tr > td {
		padding: 10px;
	}
	.caseDtl_slide {}
	.caseDtl_slide_item {
		width: 300px;
	}
	.caseDtl_slide_item > a {}
	.caseDtl_slide_image {}
	.caseDtl_slide_image > img {}
	.otherCaseNav {
		margin-top: 70px;
	}
	.otherCaseNav_title {
		margin-bottom: 15px;
	}
	.otherCaseNav_cells {}
	.otherCaseNav_cell {}
	.otherCaseNav_cell > a {}
	.caseDtl_link {
		margin-top: 45px;
	}
	.caseDtl_link > a {
		padding-left: 35px;
	}
	.about {
		padding-bottom: 130px;
	}
	.about_inner {}
	.about_areaTxt {}
	.about_title {
		font-size: 22px;
		margin-bottom: 35px;
	}
	.about_text {
		line-height: 2;
		font-size: 16px;
		margin-left: -10px;
		margin-right: -10px;
	}
	.about_text:last-child {}
	.consum_areaTtl {}
	.consum_title {}
	.sRoom {
		margin-bottom: 30px;
	}
	.sRoom_inner {}
	.sRoom_mainImage {
		margin-left: -20px;
		margin-right: -20px;
	}
	.showroom_mainImage > img {}
	.display {
		margin-bottom: 50px;
	}
	.display_inner {}
	.display_cols {}
	.display_col {}
	.display_col-ttl {
		margin-bottom: 25px;
	}
	.display_title {}
	.display_col-txt {}
	.display_text {}
	.entry {}
	.entry_areaTtl {
		margin-bottom: 20px;
	}
	.entry_title {
		font-size: 22px;
		margin-bottom: 12px;
	}
	.entry_areaInfo {}
	.entry_update {}
	.entry_update > time {}
	.entry_cat {}
	.entry_cat_main {}
	.entry_editor {}
	.contact {}
	.contact_message {
		margin-bottom: 50px;
	}
	.brandsAesthe {
		margin-bottom: 60px;
	}
	.brandsAesthe_inner {}
	.brandsAesthe_cols {
		display: block;
	}
	.brandsAesthe_col {
		width: auto;
	}
	.brandsAesthe_col-ttl {
		margin-bottom: 15px;
	}
	.brandsAesthe_subTitle {
		margin-bottom: 8px;
	}
	.brandsAesthe_title {}
	.brandsAesthe_col-txt {
		padding-top: 0;
		max-width: none;
	}
	.brandsAesthe_text {
		margin-bottom: 20px;
	}
	.brandsAesthe_text:last-child {}
	.partnersNav {
		margin-top: 50px;
	}
	.partnersNav_inner {}
	.partnersNav_list {}
	.partnersNav_list > li {
		width: 130px;
		margin-right: 4px;
	}
	.partnersNav_anchor {}
	.partnersNavItem {}
	.partnersNavItem_image {}
	.partnersNavItem_image > img {}
	.brandsPartners {}
	.brandsPartners_inner {}
	.brandsPartners_cols {
		display: block;
		margin-bottom: 40px;
	}
	.brandsPartners_col {
		width: auto;
	}
	.brandsPartners_col-ttl {
		margin-bottom: 20px;
	}
	.brandsPartners_title {}
	.brandsPartners_col-txt {
		max-width: none;
		padding-top: 0;
	}
	.brandsPartners_text {}
	.topVis {
		height: var(--fullVh, 100vh);
	}
	.topVisMovie {}
	.topVisMovie_item {}
	.topVis_mark {}
	.topVis_mark.isShow {}
	.topVis_mark.isZoom {}
	.topVis_mark.isHidden {}
	.topVis_mark_inner {}
	.topVis_mark_inner.isZoom {}
	.topVis_mark_svg {}
	.topVis_mark_svg_path {}
	.topVis_cover {}
	.topVis_mark_svg_path.isShow {}
	.topVis_bg {}
	.topVis_bg.isRed {}
	.topVis_bg.isTrans {}
	.topVis_bg_svg {}
	.topVis_bg_path {}
	.topVis_markWrap {}
	.topVis_markWrap.isHidden {}
	.topVis_redMask {}
	.topVis_redMask.isShow {}
	.topVis_redMask.isHidden {}
	.topVis_title {
		font-size: 80px;
		margin-top: -33px;
		line-height: 1;
	}
	.topVis_scroll {
		bottom: 146px;
		font-size: 14px;
	}
	.topVis_scroll_brackets {}
	.topVis_scroll_text {}
	.topVis_scroll_arrow {}
	.topVis_scroll_arrow > .icon {}
	.topNotice {
		max-width: calc(100% - 40px);
		bottom: 41px;
	}
	.topNotice_swiper {
		height: 68px;
	}
	.topNotice_list {}
	.topNotice_list > li {}
	.topNotice_list > li > a {
		padding-top: 15px;
		padding-bottom: 16px;
		padding-left: 21px;
		padding-right: 20px;
	}
	.topNotice_list_update {
		font-size: 11px;
	}
	.topNotice_list_text {
		font-size: 14px;
		line-height: 20px;
		margin-top: 6px;
	}
	.topNotice_btn {
		right: 12px;
	}
	.topNotice_btn-up {}
	.topNotice_btn > .icon {}
	.topNotice_btn-down {}
	.topAbout {}
	.topAbout_inner {
		display: block;
		padding-top: 148px;
		padding-bottom: 141px;
	}
	.topAbout_title {
		margin-bottom: 36px;
	}
	.topAbout_text {
		text-align: left;
		font-size: 18px;
		line-height: 1.89;
	}
	.topAbout_link {
		margin-top: 55px;
	}
	.topAbout_bg {}
	.topAbout_line {
		width: 323px;
		height: 0;
		top: -150px;
		left: 50%;
		transform: translateX(-50%);
		transition-property: height;
		transition-duration: 1s;
	}
	.topAbout_line[data-animation="after"] {
		width: 323px;
		height: 1082px;
	}
	.topAbout_line_svg {}
	.topService {
		padding-top: 81px;
		padding-bottom: 112px;
	}
	.topService_inner {}
	.topService_title {
		font-size: 90px;
		text-align: left;
		margin-bottom: 32px;
	}
	.topService_cols {
		padding-top: 110px;
	}
	.topService_col {}
	.topService_col-img {
		margin-bottom: 30px;
	}
	.topService_image {}
	.topService_image > img {}
	.topService_col-txt {}
	.topService_text {
		line-height: inherit;
	}
	.topService_link {
		margin-top: 44px;
	}
	.showRoom {}
	.showRoom_bg {}
	.showRoom_bg > img {}
	.showRoom_scroll {
		bottom: 340px;
	}
	.showRoom_inner {}
	.showRoom_cols {
		display: block;
	}
	.showRoom_col {
		width: auto;
		max-width: none;
		padding: 0;
	}
	.showRoom_col-txt {}
	.showRoom_title {
		text-align: center;
		margin-bottom: 18px;
	}
	.showRoom_headline {
		text-align: center;
		font-size: 28px;
		margin-bottom: 29px;
	}
	.showRoom_headline > br {}
	.showRoom_text {}
	.showRoom_text > br {
		display: none;
	}
	.showRoom_link {
		margin-left: auto;
		margin-right: auto;
		margin-top: 33px;
	}
	.showRoom_col-img {
		margin-top: 60px;
		max-width: 335px;
		margin-left: auto;
		margin-right: auto;
	}
	.showRoom_canvas {
		transform: none;
	}
	.showRoom_canvas_inner {}
	.showRoom_image {}
	.showRoom_image-no1 {}
	.showRoom_image-no2 {}
	.showRoom_image > img {}
	.topBrands {
		padding-top: 0;
		padding-bottom: 0;
	}
	.topBrands_areaTitle {
		top: 72px;
		pointer-events: inherit;
		transform: none;
		min-height: calc(var(--fullVh, 100vh) - 72px);
		display: flex;
		align-items: center;
	}
	.topBrands_areaTitle_inner {}
	.topBrands_titleWrap {}
	.topBrands_title {
		font-size: 110px;
		line-height: 0.8;
	}
	.topBrands_text {
		padding-right: 6px;
		margin-top: 28px;
		font-size: 11px;
		line-height: 1.3;
	}
	.topBrands_inner {
		padding-bottom: calc(var(--fullVh, 100vh) - 72px);
	}
	.topBrands_canvas {
		padding-bottom: 0;
	}
	.topBrands_image {
		position: relative;
		left: 0;
		top: 0;
		bottom: auto;
		right: auto;
	}
	.topBrands_image-no1 {
		width: 82.5%;
		margin-bottom: 81px;
	}
	.topBrands_image > img {}
	.topBrands_image-no2 {
		margin-left: auto;
		width: 65%;
		margin-bottom: 60px;
	}
	.topBrands_image-no3 {
		width: 47.9%;
		margin-bottom: 66px;
	}
	.topBrands_image-no4 {
		margin-left: auto;
		width: 82.4%;
		margin-bottom: 108px;
	}
	.topBrands_image-no5 {
		width: 65%;
	}
	.clickBtn {}
	.clickBtn > a {
		display: flex;
		text-decoration: none;
		justify-content: flex-end;
	}
	.clickBtn-fixed {}
	.clickBtn-fixed.isShow {}
	.clickBtn_item {
		width: 105px;
		height: 105px;
	}
	.clickBtn_item-fixed {}
	.clickBtn_text {
		font-size: 14px;
	}
	.clickBtn_arrow {}
	.clickBtn_arrow > .icon {}
	.clickBtn_circle {
		width: 133px;
	}
	.clickBtn_circle > img {}
	.topBrands_anchor {
		display: none;
	}
	.topCase {
		padding-top: 80px;
		padding-bottom: 102px;
	}
	.topCase_inner {}
	.topCase_title {
		font-size: 90px;
		margin-bottom: 44px;
	}
	.topCase_cols {
		display: block;
		margin-bottom: 51px;
	}
	.topCase_cols:last-child {}
	.topCase_col {
		margin-bottom: 56px;
	}
	.topCase_col:last-child {
		margin-bottom: 0;
	}
	.topCase_col-no1 {
		width: auto;
	}
	.topCase_sect {}
	.topCase_sect > a {}
	.topCase_image {
		margin-bottom: 19px;
	}
	.topCase_image > img {}
	.topCase_en {
		font-size: 18px;
		margin-bottom: 5px;
	}
	.topCase_name {
		font-size: 12px;
	}
	.topCase_col-no2 {
		margin-left: auto;
		width: 66%;
	}
	.topCase_col-no3 {
		width: auto;
	}
	.topCase_col-no4 {
		width: 65.9%;
	}
	.topCase_link {
		margin-top: 82px;
	}
	.clickBtn-brands {}
	.clickBtn-case {}
	.topCase_bg {
		min-width: 768px;
		height: 100%;
		top: 0;
	}
	.topBrands_bg {
		height: 100%;
		min-width: 768px;
		width: 100%;
	}
	.topBrands_bgWrap {
		top: 0;
		height: 100%;
	}
	.clickBtn-brandsSP {
		display: block;
		margin-top: 32px;
		padding-right: 14px;
	}
	.topAbout_line_svg-pc {
		display: none;
	}
	.topAbout_line_svg-sp {
		display: block;
		width: 100%;
		height: 1082px;
		left: 0;
		top: 0;
		min-width: 0;
		transform: none;
	}
	.error {}
	.error_title {}
	.error_text {
		text-align: left;
	}
	.error_link {
		max-width: 200px;
		margin-top: 25px;
	}
	.caseDtl_slide_swiper {}
	.caseDtl_slide_wrapper {}
	.slideNav {
		margin-bottom: 15px;
	}
	.slideNav_num {}
	.slideNav_num_current {}
	.slideNav_num_bar {}
	.slideNav_num_sum {}
	.slideNav_btn {
		width: 40px;
		height: 40px;
		font-size: 10px;
	}
	.slideNav_btn-prev {}
	.slideNav_btn-next {}
	.slideNav_btn::before {}
	.slideNav_btn::after {}
	.slideNav_btn > .icon {}
	.otherCaseNav_swiepr {}
	.otherCaseNav_swiepr_wrapper {
		margin-top: 0;
	}
	.otherCaseNav_swiepr_slide {
		width: 244px;
	}
	.slideNav-other {
		margin-top: 0;
	}
	.aboutWrap {}
	.catalogItem_imageWrap {
		max-width: 240px;
		margin: 0 auto 20px;
	}
	.service_cell_border {
		margin-top: 64px;
		margin-left: -20px;
		margin-right: -20px;
	}
	.entry_areaTtl_line {
		margin-top: 20px;
	}
	.entry_image {
		margin-bottom: 35px;
	}
	.entry_image > img {}
	.consum_link {
		margin-top: 45px;
	}
	.form {
		margin-left: -20px;
		margin-right: -20px;
	}
	.form_inner {}
	.form_table {
		display: block;
		width: auto;
	}
	.form_table > tbody {
		display: block;
	}
	.form_table > tbody > tr {
		display: block;
		margin-bottom: 25px;
	}
	.form_table > tbody > tr > th {
		display: block;
		width: auto;
		padding: 0;
		margin-bottom: 10px;
	}
	.form_table > tbody > tr > td {
		display: block;
		padding: 0;
	}
	.form_label {
		line-height: 26px;
		min-height: 0;
	}
	.form_required {}
	.form_selWrap {}
	.form_selWrap > select {}
	.form_selWrap > select > option {}
	.form_agree {}
	.form_btn {
		margin-top: 19px;
	}
	.wpcf7-list-item {}
	.wpcf7-list-item > label {}
	.wpcf7-list-item > label > [type="checkbox"] {}
	.wpcf7-list-item-label {}
	[type="checkbox"] + .wpcf7-list-item-label::before {}
	[type="checkbox"] + .wpcf7-list-item-label::after {}
	[type="checkbox"]:checked + .wpcf7-list-item-label::before {}
	[type="checkbox"]:checked + .wpcf7-list-item-label::after {}
	.wpcf7-form-control-wrap {}
	.wpcf7-form-control {}
	[data-name="document"] .wpcf7-checkbox {
		column-gap: 10px;
		row-gap: 10px;
	}
	[data-name="document"] .wpcf7-list-item > label {}
	[data-name="document"] .wpcf7-list-item-label {
		padding: 12px 15px;
		padding-left: 42px;
	}
	[data-name="document"] [type="checkbox"]:checked + .wpcf7-list-item-label {}
	[data-name="document"] [type="checkbox"] + .wpcf7-list-item-label::before {
		left: 13px;
		top: 26px;
	}
	[data-name="document"] [type="checkbox"] + .wpcf7-list-item-label::after {
		top: 26px;
		left: 16px;
	}
	.wpcf7-not-valid-tip {}
	.screen-reader-response {}
	.wpcf7-response-output {}
	[data-status="spam"] .wpcf7-response-output,
	[data-status="invalid"] .wpcf7-response-output {}
	[data-status="sent"] .wpcf7-response-output {}
	.form_btn_loading {}
	[data-status="submitting"] .form_btn {}
	[data-status="submitting"] .form_btn_loading {}
	.brandDtl {}
	.brandDtl_inner {}
	.brandDtl_head {
		margin-bottom: 50px;
	}
	.brandDtl_title {
		max-width: 222px;
		margin-bottom: 34px;
	}
	.brandDtl_title > img {}
	.brandDtl_locale {
		column-gap: 10px;
		margin-bottom: 30px;
	}
	.brandDtl_locale > img {}
	.brandDtl_locale_text {}
	.brandDtl_text {
		line-height: inherit;
	}
	.brandDtl_image {
		margin-left: -20px;
		margin-right: -20px;
		margin-bottom: 66px;
	}
	.brandDtl_image > img {}
	.gallery {}
	.gallery_cell {}
	.gallery_cell:nth-child(6n+1) {
		width: 65.5%;
	}
	.gallery_cell:nth-child(6n+2) {
		margin-top: 11.8%;
		margin-left: 0;
		width: 100%;
	}
	.gallery_cell:nth-child(6n+3) {
		margin-top: 11.8%;
		left: 0;
		width: 65%;
	}
	.gallery_cell:nth-child(6n+4) {
		margin-top: 11.8%;
		left: 0;
		width: 65.5%;
	}
	.gallery_cell:nth-child(6n+5) {
		margin-top: 11.8%;
		width: 65.5%;
	}
	.gallery_cell:nth-child(6n+6) {
		margin-top: 11.8%;
		width: 83.2%;
		margin-bottom: 11.8%;
	}
	.gallery_cell:last-child {}
	.gallery_image {}
	.gallery_image > img {}
	.brandDtl_link {
		margin-top: 50px;
	}
	.brandsPartners_canvas {
		margin-bottom: 0;
		height: 800px;
	}
	.brandsPartners_canvas_inner {
		width: 1300px;
		height: 800px;
		transform: none;
	}
	.brandsPartners_image {}
	.brandsPartners_image > img {}
	.partnersLinks {
		position: static;
		display: flex;
		flex-wrap: wrap;
		column-gap: 20px;
		flex-wrap: wrap;
		row-gap: 5px;
		font-size: 13px;
	}
	.partnersLinks-england {}
	.partnersLinks-belgium {}
	.partnersLinks-spain {}
	.partnersLinks-denmark {}
	.partnersLinks-france {}
	.partnersLinks-germany {}
	.partnersLinks-itary {}
	.partnersLinks-korea {}
	.partnersLinks-uae {}
	.partnersLinks-mexico {}
	.partnersLinks_item {}
	.partnersLinks_anchor {
		font-size: 13px;
		padding-top: 0;
		padding-bottom: 0;
	}
	.partnersLinks_item_circle {}
	.partnersLinks_item_text {}
	.dispGallery {
		overflow: hidden;
	}
	.dispGallery_anchor {
		display: none;
	}
	.dispGallery_scroll {}
	.dispGallery_container {}
	.dispGallery_images {
		width: 648px;
		margin-right: 20px;
	}
	.dispGallery_images_inner {}
	.dispGallery_image {}
	.dispGallery_image-no1 {}
	.dispGallery_image > img {}
	.dispGallery_image-no2 {}
	.dispGallery_image-no3 {}
	.dispGallery_image-no4 {}
	.dispGallery_image-no5 {}
	.showGallery {}
	.showGallery_inner {}
	.showGallery_grid {}
	.showGallery_cell {}
	.showGallery_cell:nth-child(6n+1) {}
	.showGallery_cell:first-child {}
	.showGallery_cell:nth-child(6n+2) {}
	.showGallery_cell:nth-child(6n+3) {}
	.showGallery_cell:nth-child(6n+4) {}
	.showGallery_cell:nth-child(6n+5) {}
	.showGallery_cell:nth-child(6n+6) {}
	.showGallery_image {}
	.showGallery_image > img {}
	.brandsList {}
	.brandsList_inner {}
	.brandsList_grid {
		column-gap: 20px;
		row-gap: 10px;
	}
	.brandsList_cell {}
	.brandsList_cell:nth-child(6n+1) {}
	.brandsList_cell:nth-child(6n+2) {}
	.brandsList_cell:nth-child(6n+3) {}
	.brandsList_cell:nth-child(6n+4) {}
	.brandsList_cell:nth-child(6n+5) {}
	.brandsList_cell:nth-child(6n+6) {}
	.brandsList_item {}
	.brandsList_image {}
	.brandsList_image > img {}
	.brandsList_logo {
		width: 56px;
		margin-top: 3px;
	}
	.brandsList_logo > img {}
	.partnersNav_scroll {
		margin-bottom: 4px;
	}
	.partnersNav_scroll-rev {}
	.partnersNav_list-rev {}
	.partnersNav_scroll:last-child {}
	.brandsPartners_canvas_pin {}
	.brandsPartners_canvas_pin-england {
		top: 299px;
		left: 100px;
	}
	.brandsPartners_canvas_pin-belgium {
		top: 301px;
		left: 125px;
	}
	.brandsPartners_canvas_pin-spain {
		top: 366px;
		left: 87px;
	}
	.brandsPartners_canvas_pin-denmark {
		top: 277px;
		left: 139px;
	}
	.brandsPartners_canvas_pin-france {
		top: 334px;
		left: 113px;
	}
	.brandsPartners_canvas_pin-germany {
		top: 299px;
		left: 147px;
	}
	.brandsPartners_canvas_pin-itary {
		top: 357px;
		left: 151px;
	}
	.brandsPartners_canvas_pin-korea {
		top: 381px;
		left: 569px;
	}
	.brandsPartners_canvas_pin-uae {
		top: 433px;
		left: 301px;
	}
	.brandsPartners_canvas_pin-mexico {
		top: 439px;
		left: 1043px;
	}
	.goodsNav {
		margin-top: 60px;
	}
	.goodsNav_bg {}
	.goodsNav_bg > img {}
	.goodsNav_inner {}
	.goodsNav_areaText {
		padding-top: 45px;
		padding-bottom: 45px;
	}
	.goodsNav_sub {}
	.goodsNav_title {
		font-size: 24px;
		margin-top: 5px;
		margin-bottom: 20px;
	}
	.goodsNav_link {}
	.goodsNav_contents {
		min-height: 0;
	}
	.goodsNav_scroll {
		bottom: 15px;
	}
	.brandsPartners_scroll {
		overflow: auto;
		height: calc(var(--fullVh, 100vh) - 120px);
		max-height: 800px;
	}
	.brandsPartners_scroll_inner {
		width: 1300px;
		height: 800px;
	}
	.brandsPartners_scrollWrap {
		margin-bottom: 60px;
		position: relative;
	}
	.brandsPartners_pop {
		position: absolute;
		bottom: 16px;
		left: 16px;
		width: calc(100% - 32px);
		background-color: rgba(58, 58, 58, 0.65);
		border-radius: 4px;
		-webkit-backdrop-filter: blur(6px);
		backdrop-filter: blur(6px);
		padding: 20px 20px;
		box-sizing: border-box;
		color: var(--color-inverse);
		opacity: 0;
		visibility: hidden;
		pointer-events: none;
		transition-property: opacity, visibility;
		transition-duration: .5s;
		display: block;
	}
	.brandsPartners_pop.isShow {
		opacity: 1;
		visibility: visible;
		pointer-events: auto;
	}
	.brandsPartners_pop_headline {
		font-size: 20px;
		font-weight: 600;
		font-family: var(--font-cormorant);
		display: flex;
		align-items: center;
		column-gap: 10px;
		line-height: 1;
		margin-bottom: 17px;
	}
	.brandsPartners_pop_headline > img {
		width: 18px;
		height: auto;
		min-width: 18px;
	}
	.brandsPartners_notice {
		position: absolute;
		z-index: 10;
		background-color: #F3F2EF;
		min-height: 34px;
		align-items: center;
		font-size: 12px;
		border-radius: 17px;
		padding: 5px 16px;
		display: flex;
		top: 16px;
		left: 16px;
		box-sizing: border-box;
		width: calc(100% - 32px);
		flex-wrap: wrap;
	}
	.brandsPartners_notice_circle {
		width: 18px;
		height: 18px;
		display: block;
		border: 1px solid currentColor;
		color: var(--color-red);
		box-sizing: border-box;
		border-radius: 50%;
		font-size: 0;
		margin: 0 4px;
		position: relative;
	}
	.brandsPartners_notice_circle::before {
		display: block;
		position: absolute;
		top: 50%;
		left: 50%;
		width: 5px;
		height: 5px;
		background-color: currentColor;
		border-radius: 50%;
		transform: translate(-50%, -50%);
	}
	.partnersLinksWrap {
		display: none;
	}
	.form_notice {
		margin-top: 15px;
	}
	.case_note {
		font-size: 12px;
	}
	.caseDtl_areaTtl_inner {}
	.caseDtl_mainImageWrap {}
	.caseDtl_mainImageWrap_inner {}
	.showRoom_contents {
		padding-top: 118px;
		padding-bottom: 80px;
	}
	.caseDtl_info {}
	.caseDtl_info_inner {}
	.slideNavWrap {}
	.slideNavWrap_inner {}
	.otherCaseNav_inner {}
	.caseDtl_linkWrap {}
	.caseDtl_linkWrap_inner {}
	.clickBtn-showroomSP {
		display: block;
		position: absolute;
		bottom: 15px;
		right: 30px;
		z-index: 10;
	}
	.consum_slide_scroll {}
	.consum_slide {
		margin-bottom: 30px;
	}
	.consum_slide_image {
		width: 300px;
		margin-right: 6px;
	}
	.consum_slide_image > img {}
	.otherCaseNav_swiepr_slide-dummy2nd {
		display: block;
	}
}
@media screen and (max-width:749px) {
	.otherCaseNav_swiepr_slide-dummy2nd {
		display: none;
	}
}
@media screen and (max-width:539px) {
	.otherCaseNav_swiepr_slide-dummy {
		display: none;
	}
}
@media screen and (max-width:374px) {
	.about_title {
		font-size: 20px;
	}
	.about_text {
		font-size: 15px;
	}
}
