/** Shopify CDN: Minification failed

Line 1137:1 Unexpected "/"

**/

/* @group common */


body {
	background-color: #fff;
	font-family: -apple-system, BlinkMacSystemFont, "Hiragino Sans", "Hiragino Kaku Gothic ProN", "Noto Sans JP", Meiryo, sans-serif;
	min-width: 320px;
	color: #262626;
}

body .lp1en {
	font-family: -apple-system, BlinkMacSystemFont, sans-serif;
}

.lp1en footer {
	padding: 20px 20px 60px;
}

.lp1en footer .p-cpyright {
	text-align: center;
	opacity: 0.6;
}

button {
	outline: none;
}

img, video {
	vertical-align: bottom;
}

hr {
	height: 0;
	margin: 0;
	padding: 0;
	border: 0;
}

a {
	box-sizing: border-box;
	text-decoration: none;
	color: #000;
}

/*@media (hover: hover){
	a, 
	a span, 
	a img, 
	a p {
		transition: all 0.15s 0s ease-in-out;
		transition: all 0.3s ease-out;
	}
}*/

figure img {
	width: 100%;
	line-height: 1;
}

.lp-inner h3 {
	margin-bottom: 50px;
	text-align: center;
	font-size: 44px;
	line-height: 1.5;
	font-weight: 700;
	letter-spacing: 0.075em;
	word-break: keep-all;
}
.lp-inner h3 .lp-en {
	font-size: 105%;
}
.lp-hasbg h3 {
	color: #fff;
}

.lp-text {
	font-size: 24px;
	line-height: 1.8;
}

.lp1en .lp-text {
	line-height: 1.4;
}

.lp-hasbg .lp-text {
	color: #fff;
}

.lp-container > .lp-text {
	line-height: 1.5;
}

.lp1en .lp-container > .lp-text {
	line-height: 1.5;
}

@media screen and (max-width:1000px) {
	.lp-inner h3 {
		margin-bottom: 35px;
		font-size: 31px;
	}
	.lp-text {
		font-size: 20px;
	}
}

@media screen and (max-width: 600px) {
	.lp-inner h3 {
		margin-bottom: 30px;
		font-size: 18px;
	}
	.lp-text {
		font-size: 17px;
	}
}

/* @end */

/* @group block */

.lp-hasbg {
	padding: 100px 0 110px;
	background: #262626;
}

.lp-inner {
	position: relative;
	margin: 0 auto;
	padding: 0 20px;
}

.lp-w-fit {
	box-sizing: border-box;
	width: 100%;
	margin: 0 auto;
}
.lp-w-fit .lp-inner {
	max-width: 1600px;
	padding: 0;
}

.lp-w-fix {
	width: 100%;
	max-width: 1640px; /*実質 1600px */
	margin-right: auto;
	margin-left: auto;
}

.lp-w-narrow {
	width: 100%;
	max-width: 1000px;
	margin: 0 auto;
}

@media screen and (max-width:1000px) {
	.lp-inner {
		padding: 0;
	}
	#lp-description .lp-inner,
	.lp-w-narrow .lp-inner {
		padding: 0 20px;
	}
	.lp-hasbg {
		padding: 80px 20px;
	}
}

@media screen and (max-width:600px) {
	.lp-hasbg {
		padding: 60px 15px;
	}
	#lp-description .lp-inner {
		padding: 0 25px;
	}
	#lp-preducts .lp-inner,
	#lp-sns .lp-inner {
		padding: 0 10px;
	}
}



/* @end */

/* @group header */

#lp-header h1 {
	font-size: 14px;
	line-height: 1em;
	text-align: center;
}

#lp-header h1 a {
	display: inline-block;
	margin-right: auto;
	margin-left: auto;
	text-align: center;
	padding: min(2vw, calc(1600px*0.02)) 20px;
}

#lp-header a img {
	width: 13vw;
	max-width: calc(1600px*0.13);
	margin-right: auto;
	margin-left: auto;
}

@media screen and (max-width: 600px) {
	#lp-header h1 a {
		padding: 15px 20px;
	}
	
	#lp-header a img {
		width: 110px;
		min-width: 110px;
	}
}

@media screen and (max-width: 600px) {
	#lp-header h1 a {
		padding: 20px 20px;
	}
	
	#lp-header a img {
		width: 110px;
		min-width: 110px;
	}
}

/* @end */

/* @group hero */

#lp-hero figure {
	position: relative;
	aspect-ratio: 16/9;
	max-width: 1600px;
}

#lp-hero figure img {
	height: 100%;
	border-radius: 18px;
}

#lp-hero .lp-container {
	width: calc(100% - 40px);
	position: absolute;
	top: 50%;
	bottom: 0;
	text-align: center;
}

#lp-hero h2 {
}

#lp-hero h2 img {
	width: 40vw;
	max-width: calc(1600px*0.4);
}

#lp-hero .lp-more {
	margin-top: 60px;
}



@media screen and (max-width:1000px) {
	#lp-hero figure img {
		border-radius: 0;
	}
	#lp-hero .lp-container {
		width: 100%;
	}
	#lp-hero .lp-more {
		margin-top: 30px;
	}
}

@media screen and (max-width: 600px) {
	#lp-hero figure {
		aspect-ratio: 1/1;
	}
	#lp-hero h2 {
		top: 55%;
	}
	#lp-hero h2 img {
		width: 85vw;
	}
	#lp-hero .lp-more {
	}
}

/* @end */

/* @group description */

#lp-description {
	margin: 60px 0;
}


#lp-description .lp-container {
	max-width: 880px;
	margin-left: auto;
	margin-right: auto;
}

#lp-description .lp-container p {
	
}

@media screen and (max-width:1000px) {
	#lp-description {
		margin: 52px 0;
	}
}

@media screen and (max-width: 600px) {
	#lp-description {
		margin: 45px 0 50px;
	}
	#lp-description .lp-container p {
		line-height: 2;
	}
}

/* @end */

/* @group lp-btn */

.lp-more {
	text-align: center;
	margin-top: 80px;
}

/* @group .lp-btn */

.lp-btn {
}

.lp-btn a {
	display: inline-block;
	color: #fff;
	background-color: #000;
	font-size: 28px;
	font-weight: 600;
	padding: 12px 30px;
	border-radius: 8px;
}

.lp-hasbg .lp-btn a {
	color: #262626;
	background: #fff;
}

@media screen and (max-width:1000px) {
	.lp-btn a {
		font-size: 23px;
	}
	#lp-hero .lp-btn a {
		font-size: 21px;
		padding: 14px 22px;
	}
	.lp-more {
		margin-top: 55px;
	}
}

@media screen and (max-width: 600px) {
	.lp-btn a {
		display: block;
		font-size: 18px;
	}
	#lp-hero .lp-btn a {
		display: inline-block;
		font-size: 15px;
		padding: 9px 15px 10px;
		border-radius: 4px;
	}

	.lp-more {
		margin-top: 25px;
	}
}


/* @end */

/* @end */

/* @group DESK MODULAR SYSTEM */

#lp-dms {
	margin-top: 40px;
	text-align: center;
}

#lp-dms .lp-container {
	background: #262626;
	border-bottom-style: none;
	padding: 70px;
	border-radius: 18px 18px 0 0;
}

#lp-dms .lp-video,
#lp-dms .lp-text {
	margin: 0 auto;
	text-align: center;
	width: 100%;
	max-width: 1200px;
}

#lp-dms .lp-video video {
	width: 100%;
	max-width: 1200px;
	border: 1px solid rgba(0, 0, 0, 0.2);
	border-radius: 8px;
}

#lp-dms .lp-text {
	padding-top: 40px;
	text-align: left;
}
#lp-dms .lp-btn {
	margin-top: 40px;
}

#lp-back-image img {
	border-radius: 0 0 18px 18px;
}

@media screen and (max-width:1000px) {
	#lp-dms .lp-container,
	#lp-back-image img {
		border-radius: 0;
	}
	#lp-dms .lp-container {
		padding: 55px;
	}
	#lp-dms .lp-text,
	#lp-dms .lp-btn {
		padding-top: 30px;
	}
	#lp-dms .lp-btn {
		margin-top: 20px;
	}
}

@media screen and (max-width:600px) {
	#lp-dms .lp-container {
		padding: 40px 16px;
	}
	#lp-dms .lp-text,
	#lp-dms .lp-btn {
		padding-top: 20px;
	}
	#lp-dms .lp-video video {
		aspect-ratio: 1/1;
		object-fit: cover;
	}
	#lp-dms .lp-text {
		padding-left: 10px;
		padding-right: 10px;
	}
	#lp-dms .lp-btn {
		margin-top: 0;
	}
}


/* @end */


/* @group modules */

#lp-modules {
	margin-top: 60px;
	padding: 100px 0;
}
#lp-modules h3 {
	padding-bottom: 40px;
}

.lp-modules-line {
	max-width: 1200px;
	margin: 40px auto 0;
}

.lp-modules-line h4 {
	margin-bottom: 15px;
	font-size: 24px;
	text-align: center;
	font-weight: 400;
	word-break: keep-all;
}


.lp-modules-line .lp-slide {
	display: flex;
	overflow-y: auto;
	margin-left: -10px;
	padding-bottom: 5px;
	list-style: none;
}

.lp-modules-line .lp-slide li {
	box-sizing: border-box;
	flex-shrink: 0;
	width: 260px;
	scroll-snap-align: start;
	padding: 10px;
}

.lp-modules-line .lp-slide li a {
	display: block;
	position: relative;
}
.lp-modules-line .lp-slide li p {
	position: absolute;
	display: inline-block;
	bottom: 8px;
	left: 8px;
	padding: 4px 6px;
	background: rgba(255,255,255,.65);
	z-index: 10;
	font-size: 14px;
	font-weight: 600;
	line-height: 1.1;
	max-width: 230px;
	border-radius: 2px;
}

.lp-modules-line .lp-slide li img {
	width: 100%;
	height: 240px;
	object-fit: cover;
	border-radius: 8px;
}

@media screen and (max-width: 1240px) {
	#lp-modules {
		margin-top: 0;
		padding: 100px 20px;
	}
}

@media screen and (max-width: 1000px) {
	#lp-modules {
		padding: 80px 20px;
	}
	#lp-modules h3 {
		padding-bottom: 25px;
	}
	.lp-modules-line {
		margin: 30px auto 0;
	}
	.lp-modules-line h4 {
		margin-bottom: 10px;
		font-size: 20px;
		line-height: 1.5;
		text-align: left;
	}
}

@media screen and (max-width: 500px) {
	#lp-modules {
		margin-top: 0;
		padding: 60px 15px;
	}
}


@media screen and (max-width: 600px) {
	#lp-modules h3 {
		padding-bottom: 10px;
	}
	.lp-modules-line {
		margin: 20px auto 0;
	}
	.lp-modules-line .lp-slide li p {
		font-size: 12px;
	}
	.lp-modules-line h4 {
		font-size: 16px;
		line-height: 1.5;
	}
}

/* @end */

/* @group desks */

#lp-desks {
}

#lp-desks .lp-desks-container {
	margin: 20px -5px 0;
	max-width: 1600px;
	display: flex;
	flex-wrap: wrap;
	align-items: stretch;
}

#lp-desks .lp-desk {
	display: block;
	width: calc((100% - 30px) / 3);
	margin: 5px;
	background-color: #555;
	border-radius: 8px;
}

#lp-desks .lp-desk-image {
	position: relative;
}

#lp-desks .lp-desk-title {
	position: absolute;
	bottom: 0;
	left: 0;
	right: 0;
	color: #fff;
	display: flex;
	justify-content: space-between;
	align-items: center;
	padding: 20px 30px;
}

#lp-desks .lp-desk-title h4 {
	font-size: 38px;
	letter-spacing: 0.1em;
	font-weight: 600;
}

#lp-desks .lp-desk-title .lp-desk-price {
	font-size: 26px;
	font-weight: 400;
	opacity: 0.8;
}


#lp-desks .lp-desk img {
	border-radius: 8px 8px 0 0;
}

#lp-desks .lp-desk .lp-desk-text {
	color: #fff;
	padding: 30px;
	display: flex;
	justify-content: space-between;
	align-items: stretch;
}
#lp-desks .lp-desk.lp-desk-polar .lp-desk-text,
#lp-desks .lp-desk.lp-desk-studio .lp-desk-text,
#lp-desks .lp-desk.lp-desk-grove .lp-desk-text {
	color: #262626;
}

#lp-desks .lp-desk.lp-desk-metro {
	background-color: #3B3532;
}
#lp-desks .lp-desk.lp-desk-studio {
	background-color: #EBDED5;
}
#lp-desks .lp-desk.lp-desk-polar {
	background-color: #CBCBCB;
}
#lp-desks .lp-desk.lp-desk-metrodark {
	background-color: #2D2D2D;
}
#lp-desks .lp-desk.lp-desk-forest {
	background-color: #60534F;
}
#lp-desks .lp-desk.lp-desk-grove {
	background-color: #CFBCB0;
}

#lp-desks .lp-desk .lp-desk-text .lp-desk-p {
	font-size: 16px;
	line-height: 1.7em;
	margin-right: 30px;
	font-weight: 300;
}

#lp-desks .lp-desk .lp-desk-text .lp-desk-btn a {
	font-size: 22px;
	line-height: 1.8em;
	color: #fff;
	white-space: nowrap;
	padding: 10px 25px;
	background-color: #000;
	font-weight: 500;
	border-radius: 8px;
	text-align: center;
	display: block;
}

@media screen and (max-width:1640px) {
	#lp-desks {
		padding: 100px 20px;
	}
	#lp-desks .lp-desk {
		width: calc((100% - 20px) / 2);
	}
}


@media screen and (max-width:1200px) {
}

@media screen and (max-width: 1000px) {
	#lp-desks {
		padding: 80px 20px;
	}
	#lp-desks .lp-desk-title h4 {
		font-size: 32px;
	}
	#lp-desks .lp-desk-title .lp-desk-price {
		font-size: 21px;
	}
	
	#lp-desks .lp-desk {
		width: calc(100% - 10px);
	}
	#lp-desks .lp-desk .lp-desk-text {
		padding: 20px;
	}
}

@media screen and (max-width: 600px) {
	#lp-desks {
		padding: 60px 15px;
	}
	#lp-desks .lp-desk-title {
		padding: 10px 15px;
	}
	#lp-desks .lp-desk-title h4 {
		font-size: 26px;
	}
	#lp-desks .lp-desk-title .lp-desk-price {
		font-size: 16px;
	}

	#lp-desks .lp-desk .lp-desk-text {
		display: block;
		padding: 10px;
	}
	#lp-desks .lp-desk .lp-desk-text .lp-desk-p {
		margin-right: 0;
	}
	#lp-desks .lp-desk .lp-desk-text .lp-desk-btn {
		margin-top: 10px;
		width: 100%;
	}
	#lp-desks .lp-desk .lp-desk-text .lp-desk-btn a {
		font-size: 18px;
		border-radius: 4px;
	}

}

/* @end */

/* @group flexispot */

#lp-flexispot {
	margin: 60px auto;
}
#lp-flexispot img {
	border-radius: 18px;
}

#lp-flexispot .lp-flexispot-text {
	position: absolute;
	top: 0;
	bottom: 0;
	display: flex;
	align-items: center;
/*	justify-content: center;*/
}

#lp-flexispot h3 {
	text-align: left;
	font-size: 36px;
	font-weight: 600;
}


#lp-flexispot .lp-flexispot-text div {
	box-sizing: border-box;
	width: 30%;
	padding: 20px 0;
	margin-left: 240px;
}


#lp-flexispot .lp-flexispot-text p {
	margin-top: 20px;
}

@media screen and (max-width: 1600px) {
	#lp-flexispot .lp-flexispot-text {
	}

	#lp-flexispot .lp-flexispot-text div {
		margin-left: 120px;
		width: 35vw;
	}
}
@media screen and (max-width: 1400px) {
	#lp-flexispot .lp-flexispot-text div {
		margin-left: 60px;
		width: 40vw;
	}
}
@media screen and (max-width: 1200px) {
	#lp-flexispot .lp-flexispot-text div {
		margin-left: 40px;
		width: 45vw;
	}
}

@media screen and (max-width: 1000px) {
	#lp-flexispot {
		margin: 0 auto;
	}
	#lp-flexispot img {
		border-radius: 0;
	}
	#lp-flexispot h3 {
		margin-bottom: 20px;
		font-size: 20px;
		text-align: center;
	}
	#lp-flexispot .lp-flexispot-text {
		position: relative;
	}
	#lp-flexispot .lp-flexispot-text div {
		width: 100%;
		margin-left: 0;
		padding: 30px 30px 50px;
	}

}

@media screen and (max-width: 600px) {
	#lp-flexispot {
		margin: 0 auto;
	}
	#lp-flexispot .lp-flexispot-text {
		position: relative;
	}
	#lp-flexispot .lp-flexispot-text div {
		padding: 20px 25px 40px;
	}

}

@media screen and (max-width:890px) {	
/*	#lp-flexispot .lp-flexispot-text h3 {
		font-size: 24px;
	}
	
	#lp-flexispot .lp-flexispot-text p {
		font-size: 14px;
		line-height: 1.8em;
		margin-top: 10px;
	}
*/
}

@media screen and (max-width: 600px) {
/*	#lp-flexispot {
		width: 100%;
	}
	
	#lp-flexispot figure {
		
	}
	
	#lp-flexispot figure img {
		width: 100%;
	}
	
	#lp-flexispot .lp-flexispot-text {
		position: static;
		background-color: #f6f8fa;
		padding-bottom: 20px;
	}
	
	#lp-flexispot .lp-flexispot-text div {
		width: 100%;
		padding: 20px;
	}
	
	
	#lp-flexispot .lp-flexispot-text h3 {
		width: 100%;
		font-size: 18px;
		font-weight: 600;
		text-align: center;
	}*/
	
/*	#lp-flexispot .lp-flexispot-text p {
		width: 100%;
		font-size: 14px;
		line-height: 2em;
		margin-top: 10px;
	}*/
}

/* @end */

/* @group setups */

#lp-setups {
	color: #fff;
}

#lp-setups .lp-setup {
	display: flex;
	align-items: center;
	max-width: 1200px;
	margin: 60px auto 0;
	padding: 0 20px;
}

#lp-setups .lp-setup:nth-child(odd) {
	flex-direction: row;
}

#lp-setups .lp-setup:nth-child(even) {
	flex-direction: row-reverse;
}

#lp-setups .lp-setup:nth-child(odd) .lp-setup-text {
	margin-left: 40px;
}

#lp-setups .lp-setup:nth-child(even) .lp-setup-text {
	margin-right: 40px;
}

#lp-setups .lp-setup figure,
#lp-setups .lp-setup .lp-setup-text {
	width: 50%;
}


#lp-setups .lp-setup .lp-setup-text h4 {
	font-size: 36px;
	font-weight: 600;
	line-height: 1.4;
	word-break: keep-all;
}

#lp-setups .lp-setup .lp-setup-text p {
	margin-top: 20px;
	font-weight: 300;
	opacity: 0.8;
}

.lp1en #lp-setups .lp-setup .lp-setup-text h4 {
	line-height: 1.2;
}


#lp-setups .lp-setup figure img {
	border-radius: 8px;
	
}

@media screen and (max-width:1000px) {	
	#lp-setups .lp-setup {
		display: block;
		margin: 50px auto 0;
	}
	#lp-setups .lp-setup figure,
	#lp-setups .lp-setup .lp-setup-text {
		width: 100%;
	}
	#lp-setups .lp-setup:nth-child(odd) .lp-setup-text {
		margin-left: 0;
	}

	#lp-setups .lp-setup:nth-child(even) .lp-setup-text {
		margin-right: 0;
	}
	#lp-setups .lp-setup .lp-setup-text h4 {
		margin-top: 30px;
		font-size: 28px;
		text-align: center;
	}
}

@media screen and (max-width: 600px) {
	#lp-setups .lp-setup {
		margin: 40px auto 0;
		padding: 0 15px;
	}
	#lp-setups .lp-setup .lp-setup-text h4 {
		font-size: 20px;
		line-height: 1.5;
		text-align: center;
	}
}

/* @end */

/* @group preducts */

#lp-preducts {
	text-align: center;
	padding: 100px 0;
}

#lp-preducts .lp-container {
	font-size: 24px;
	line-height: 1.8;
}

#lp-preducts .lp-container p {
	text-align: left;
	padding-bottom: 10px;
}

#lp-preducts img {
	width: 100%;
	max-width: 720px;
}

#lp-preducts .lp-more,
#lp-preducts .lp-btn {
	margin-top: 0;
}

@media screen and (max-width: 1000px) {
}

@media screen and (max-width: 600px) {
	#lp-preducts .lp-container p {
		padding-left: 15px;
		padding-right: 15px;
	}
	#lp-preducts {
		text-align: center;
		padding: 40px 0 20px;
	}
}

/* @end */

/* @group sns */

#lp-sns {
	margin-bottom: 80px;
	color: #fff;
	text-align: center;
}

#lp-sns .lp-container {
	padding: 40px 20px 50px;
	border-radius: 18px;
}

#lp-sns p {
	font-size: 24px;
	font-weight: 700;
}

#lp-sns ul {
	margin-top: 30px;
	display: flex;
	list-style: none;
	justify-content: center;
}
#lp-sns li {
	display: inline-block;
}
#lp-sns li a {
	display: block;
	padding: 20px;
}
#lp-sns li img {
	width: 48px;
	height: 48px;
}

@media screen and (max-width: 1000px) {
	#lp-sns {
		margin-bottom: 65px;
	}
	#lp-sns ul {
		margin-top: 22px;
	}
	#lp-sns li a {
		padding: 17px;
	}
	#lp-sns li img {
		width: 42px;
		height: 42px;
	}
}

@media screen and (max-width: 600px) {
	#lp-sns {
		margin-bottom: 50px;
	}
	#lp-sns .lp-container {
		padding: 40px 20px;
		border-radius: 8px;
	}

	#lp-sns p {
		font-size: 18px;
	}
	#lp-sns ul {
		margin-top: 15px;
	}
	#lp-sns li a {
		padding: 15px;
	}
	#lp-sns li img {
		width: 36px;
		height: 36px;
	}

}

/* @end */

*/
