/** Shopify CDN: Minification failed

Line 1218:1 Unexpected "/"

**/

/* @group common */

@font-face {
	font-family: "Safari";
	src: local(-apple-system);
	size-adjust: 106%;
}

body {
	background-color: #fff;
	font-family: "Safari", BlinkMacSystemFont, "Hiragino Sans", "Noto Sans JP", Meiryo, system-ui;
	min-width: 320px;
	color: #262626;
}


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 {
	font-size: 48px;
	padding: 80px 30px 20px;
	text-align: center;
	line-height: 1.2;
	font-weight: 700;
	letter-spacing: 0.15em;
	word-break: keep-all;
	font-feature-settings: "palt";
}

.lp-attach {
	font-size: 22px;
	padding-bottom: 60px;
	padding-right: 30px;
	padding-left: 30px;
	letter-spacing: 0.1em;
	line-height: 1.3;
	text-align: center;
	word-break: keep-all;
}

.lp-text {
	font-size: 22px;
	margin-right: 5px;
	margin-left: 5px;
	letter-spacing: 0.1em;
	line-height: 1.5em;
}

.lp-attach p {
	font-feature-settings: "palt";
}





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



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



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



@media (width <= 1000px) {
	.lp-inner h3 {
		font-size: 36px;
		padding-top: 40px;
		padding-bottom: 20px;
	}
	.lp-attach {
		font-size: 16px;
		padding-bottom: 20px;
	}
	.lp-text {
		font-size: 18px;
	}
}

@media (width <= 600px) {
	.lp-inner h3 {
		font-size: 28px;
		padding-top: 20px;
		padding-bottom: 10px;
	}
	.lp-attach {
		font-size: 11px;
		padding-bottom: 10px;
	}
	.lp-text {
		font-size: 14px;
		padding-bottom: 10px;
	}
}

/* @end */

/* @group block */

.lp-hasbg {
	background: #262626;
}

.lp-inner {
	margin-right: auto;
	margin-left: auto;
}

.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-fix .lp-inner {
	max-width: 1600px;
	padding: 0;
	margin-right: 20px;
	margin-left: 20px;
}

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

@media screen and (max-width:1000px) {
	.lp-inner {
		padding: 0 20px;
	}
}

@media screen and (max-width:600px) {
	.lp-w-fix .lp-inner {
		border-radius: 0;
		margin-right: 0;
		margin-left: 0;
	}
	.lp-inner {
		padding: 0 15px;
	}
	.lp-hasbg {
		padding: 60px 15px;
	}
	#lp-description .lp-inner {
		padding: 0 20px;
	}
	#lp-preducts .lp-inner,
	#lp-sns .lp-inner {
		padding: 0 15px;
	}
}



/* @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: 20px;
}

#lp-header a img {
	width: 400px;
	max-width: 100%;
	margin-right: auto;
	margin-left: auto;
}

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

@media screen and (max-width: 600px) {
	#lp-header h1 a {
		padding: 10px;
	}
	
	#lp-header a img {
		width: 85%;
	}
}

/* @end */

/* @group lp-btn */

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

/* @group .lp-btn */

.lp-btn {
	
}

.lp-btn a {
	display: inline-block;
	color: #fff;
	background-color: #1F5993;
	font-size: 24px;
	font-weight: 600;
	padding: 14px 38px;
	border-radius: 8px;
	letter-spacing: 0.1em;
}

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

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

@media screen and (max-width: 600px) {
	.lp-btn a {
		display: block;
		margin-right: 15px;
		margin-left: 15px;
		font-size: 16px;
		padding: 12px 15px;
		border-radius: 4px;
	}

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


/* @end */

/* @end */

/* @group hero */

#lp-hero .lp-inner {
	margin-right: 15px;
	margin-left: 15px;
}

#lp-hero figure {
	max-width: 1600px;
}

#lp-hero figure img {
	border-radius: 16px;
	aspect-ratio: 16/9;
}

@media screen and (max-width:1600px) {
	#lp-hero figure img {
	}
}

@media screen and (max-width:1000px) {
	#lp-hero figure img {
		aspect-ratio: 4/3;
	}
}

@media screen and (max-width: 600px) {
	#lp-hero figure img {
		aspect-ratio: 1/1;
		border-radius: 6px;
	}
}

/* @end */

/* @group description */

#lp-description {
	padding-top: 20px;
	padding-bottom: 100px;
}


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


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

@media screen and (max-width:1000px) {
	#lp-description {
		padding-bottom: 60px;
	}
}

@media screen and (max-width: 600px) {
	#lp-description {
		margin: 20px 0 0;
		padding-top: 20px;
		padding-bottom: 20px;
	}
	#lp-description .lp-container p {
		margin-bottom: 1.5em;
	}
}

/* @end */

/* @group DESK MODULAR SYSTEM */



#lp-dms {
	max-width: 1600px;
	padding-top: 20px;
}

#lp-dms .lp-inner {
	padding: 20px;
	border-radius: 16px;
}

#lp-dms h3 {
	
}

#lp-dms .lp-attach {
	
}

#lp-dms .lp-video {
	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: 30px;
	text-align: left;
	margin: 0 auto;
	width: 100%;
	max-width: 1200px;
	font-weight: 300;
}

#lp-dms .lp-text p {
	margin-right: 10px;
	margin-left: 10px;
}

#lp-dms .lp-btn {
	margin-bottom: 80px;
}

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

@media screen and (max-width:1000px) {
	#lp-dms .lp-inner {
		padding: 0 20px 20px;
	}
	
	#lp-dms .lp-container {
		
	}
	
	#lp-dms .lp-video {
		padding-top: 20px;
	}

	
	#lp-dms .lp-text {
		padding-top: 20px;
		padding-right: 20px;
		padding-left: 20px;
	}
	#lp-dms .lp-btn {
		margin-top: 0;
	}
}

@media screen and (max-width:600px) {
	#lp-dms .lp-inner {
		padding: 15px;
		border-radius: 0;
	}
	#lp-dms .lp-video {
		padding-top: 20px;
	}
	#lp-dms .lp-video video {
		aspect-ratio: 1/1;
		object-fit: cover;
	}
	#lp-dms .lp-text {
		padding-top: 35px;
		padding-right: 5px;
		padding-left: 5px;
	}
	
	#lp-back-image img {
		border-radius: 0;
		margin: -15px;
		width: calc(100% + 30px);
	}
}


/* @end */


/* @group modules */

#lp-modules {
	margin-top: 20px;
	padding: 100px 0;
}


.lp-modules-box {
	background-color: #e9e9e9;
	margin: 20px 20px 40px;
	border-radius: 16px;
}



.lp-modules-box h4 {
	font-size: 40px;
	padding-top: 60px;
	padding-bottom: 20px;
	text-align: center;

	line-height: 1.2;
	font-weight: 700;
	letter-spacing: 0.1em;
	
}

.lp-modules-box .lp-attach {
	font-size: 18px;
	line-height: 1.3;
	text-align: center;
	padding-bottom: 20px;
	letter-spacing: 0.1em;
}

.lp-modules-box ul {
	display: flex;
	list-style: none;
	padding: 20px;
	gap: 20px;
}

.lp-modules-box li img {
	border-radius: 8px;
}


.lp-modules-box li img {
	
}


/*@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-box {
		margin: 20px 0;
		border-radius: 8px;
		
	}
	
	.lp-modules-box h4 {
		font-size: 34px;
		padding-top: 40px;
		padding-bottom: 20px;
	}
	.lp-modules-box .lp-attach {
		font-size: 14px;
		padding-bottom: 16px;
	}
	
}


@media screen and (max-width: 600px) {
	#lp-modules {
		padding: 20px 0;
	}
	.lp-modules-box {
		margin: 20px 15px;
		
	}
	.lp-modules-box ul {
		
		gap: 15px;
		flex-wrap: wrap;
		padding: 15px;
	}
	.lp-modules-box ul li {
		width: calc((100% - 15px) / 2);
	}
	
	.lp-modules-box h4 {
		font-size: 24px;
		padding-top: 40px;
		padding-bottom: 10px;
	}
	.lp-modules-box .lp-attach {
		font-size: 12px;
		padding-bottom: 12px;
	}
	#lp-modules .lp-more {
		padding-top: 20px;
		padding-right: 15px;
		padding-left: 15px;
	}
	
}

/* @end */

/* @group desks */

#lp-desks {
	padding: 60px 20px;
}

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

#lp-desks .lp-desk {
	display: block;
	width: calc((100% - 60px) / 3);
	margin: 10px;
}

#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: 20px 30px;
	
	border-radius: 0 0 8px 8px;
	/*
	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 .lp-desk-text {
	background-color: #3B3532;
}
#lp-desks .lp-desk.lp-desk-studio .lp-desk-text {
	background-color: #EBDED5;
}
#lp-desks .lp-desk.lp-desk-polar .lp-desk-text {
	background-color: #CBCBCB;
}
#lp-desks .lp-desk.lp-desk-metrodark .lp-desk-text {
	background-color: #2D2D2D;
}
#lp-desks .lp-desk.lp-desk-forest .lp-desk-text {
	background-color: #60534F;
}
#lp-desks .lp-desk.lp-desk-grove .lp-desk-text {
	background-color: #CFBCB0;
}

#lp-desks .lp-desk .lp-desk-text .lp-desk-p {
	font-size: 15px;
	line-height: 1.7em;
	font-weight: 400;
}

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


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

@media screen and (max-width: 1000px) {
	#lp-desks {
		padding: 40px 20px;
	}
	#lp-desks .lp-desks-container {
		display: block;
	}
	
	#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: 100%;
		margin-right: 0;
		margin-left: 0;
		margin-bottom: 20px;
	}
	#lp-desks .lp-desk .lp-desk-text {
		padding: 20px;
	}
}

@media screen and (max-width: 600px) {
	#lp-desks {
		padding: 20px 15px;
	}
	
	#lp-desks .lp-desk img {
		border-radius: 8px;
	}
	
	#lp-desks .lp-desks-container {
		margin: 20px 0 40px;
	}
	
	#lp-desks .lp-desk {
		margin-bottom: 15px;
	}
	#lp-desks .lp-desk-title {
		padding: 10px 20px;
	}
	#lp-desks .lp-desk-title h4 {
		font-size: 26px;
	}
	#lp-desks .lp-desk-title .lp-desk-price {
		font-size: 16px;
	}

	#lp-desks .lp-inner .lp-desk .lp-desk-text {
		background-color: transparent;
		display: block;
		padding: 10px 5px 20px;
		opacity: 0.8;
	}
	#lp-desks .lp-inner .lp-desk .lp-desk-text .lp-desk-p {
		color: #fff;
		margin-right: 0;
		font-size: 12px;
		line-height: 1.4em;
	}
	/*#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;
	position: relative;
}
#lp-flexispot img {
	border-radius: 16px;
}

#lp-flexispot .lp-flexispot-text {
	position: absolute;
	display: flex;
	align-items: center;
	/*justify-content: center;*/
	left: 0;
	top: 0;
	bottom: 0;
	right: 0;
	box-sizing: border-box;
	width: 33%;
	padding: 20px 0;
	margin-left: 160px;
}

#lp-flexispot h3 {
	text-align: left;
	font-weight: 600;
	font-size: 38px;
	margin: 0 0 40px;
	padding: 0;
	letter-spacing: 0.075em;
}


#lp-flexispot .lp-flexispot-text .lp-container {
	
}


#lp-flexispot .lp-text  {
	margin-right: 0;
	margin-left: 0;
}



#lp-flexispot .lp-flexispot-text p {
	margin-top: 20px;
	font-size: 18px;
	line-height: 1.5em;
}



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

}

@media screen and (max-width: 600px) {
	#lp-flexispot {
		padding: 0 15px 25px;
		margin-top: 15px;
	}
	#lp-flexispot .lp-flexispot-text {
		padding-top: 25px;
	}
	#lp-flexispot h3 {
		font-size: 26px;
	}
	#lp-flexispot .lp-flexispot-text .lp-container {
		padding: 0 10px 40px;
	}
	#lp-flexispot .lp-flexispot-text .lp-text p {
		font-size: 14px;
	}

}

@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;
	padding: 20px;
}

#lp-setups .lp-setup {
	display: flex;
	align-items: center;
	max-width: 1200px;
	margin: 20px auto 60px;
	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 .lp-text {
	margin-top: 20px;
	font-weight: 300;
	opacity: 0.8;
}

#lp-setups .lp-setup .lp-setup-text .lp-text p {
	font-size: 18px;
	margin-top: 16px;
	font-weight: 300;
	line-height: 1.8em;
}


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

@media screen and (max-width:1000px) {	
	#lp-setups .lp-setup {
		display: block;
		margin: 20px 0 0;
		padding-right: 0;
		padding-left: 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: 20px;
		font-size: 28px;
		text-align: center;
	}
	#lp-setups .lp-setup .lp-setup-text .lp-text {
		font-weight: 300;
		opacity: 0.8;
		margin-right: 20px;
		margin-left: 20px;
		margin-bottom: 60px;
	}
}

@media screen and (max-width: 600px) {
	#lp-setups {
		padding: 15px;
	}
	#lp-setups .lp-container {
		margin-top: 20px;
		margin-bottom: 40px;
	}
	#lp-setups .lp-setup .lp-setup-text h4 {
		margin-top: 35px;
		font-size: 20px;
	}
	#lp-setups .lp-setup .lp-setup-text .lp-text {
		margin: 30px 15px 40px;
	}
	#lp-setups .lp-setup .lp-setup-text .lp-text p {
		font-size: 14px;
		margin-top: 14px;
	}
	

}

/* @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 {
		text-align: center;
		padding: 60px 0 20px;
	}
	#lp-preducts .lp-container p {
		padding-left: 15px;
		padding-right: 15px;
	}
}

/* @end */

/* @group sns */

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

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

#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: 6px;
	}

	#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 */

*/
