<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">.maindesign {
	color: #333;
}
.maindesign *, 
.maindesign *:before, 
.maindesign *:after {
	box-sizing: border-box;
	min-height: 0%;
}
#main {
	margin-bottom: 100px !important;
	overflow: hidden;
}
@media screen and (max-width:767px) {
	#main {
		margin-bottom: 50px !important;
	}
}

.maindesign .u-mt-far {
	margin-top: 80px;
}
.maindesign .u-mt-leave {
	margin-top: 50px;
}
.maindesign .u-mt-moderate {
	margin-top: 30px;
}
.maindesign .u-mt-close {
	margin-top: 15px;
}
.maindesign .u-mt-thin {
	margin-top: 10px;
}
@media screen and (max-width:767px) {
	.maindesign .u-mt-far {
		margin-top: 60px;
	}
	.maindesign .u-mt-leave {
		margin-top: 30px;
	}
	.maindesign .u-mt-close {
		margin-top: 10px;
	}
	.maindesign .u-one-side {
		margin-right: 10px;
		margin-left: 10px;
	}
}

.maindesign .c-feature-hdg2 {
	position: relative;
    padding-bottom: 1.25rem;
    border-bottom: 3px solid #B6B6B6;
    font-size: 1.75rem;
    margin-top: calc(80px - 0.6rem);
    margin-bottom: calc(40px - 0.75rem);
}
.maindesign .c-feature-hdg2::after {
	position: absolute;
    content: " ";
    border-bottom: solid 3px #E5002D;
    bottom: -3px;
    width: 8%;
    display: block;
}

@media screen and (max-width:767px) {
	.maindesign .c-feature-hdg2 {
		font-size: 1.5rem;
		margin-top: calc(60px - 0.6rem);
		margin-bottom: calc(45px - 0.75rem);
		line-height: 1.2;
	}
}


.maindesign h3.c-checkPoint {
    position: relative;
    font-size: 1.25em;
    font-weight: bold;
    margin: 60px 0 20px 0;
    padding: 0 0 10px 0;
    text-align: left;
    border-bottom: #aaaaaa 2px solid;
    display: flex;
    align-items: center;
	line-height:1.15;
}
.maindesign h3.c-checkPoint .st0{
	fill:#aaaaaa;
}
.maindesign h3.c-checkPoint .st1{
	fill:none;stroke:#ffffff;stroke-width:3;stroke-miterlimit:10;
}
.maindesign h3.c-checkPoint &gt; span {
    margin-left: 20px;
    width: calc(100% - 60px);
}
.maindesign h3.c-checkPoint span span {
	font-size: 0.8em;
	font-weight: normal;
	margin-left: 20px;
}

@media screen and (max-width:767px) {
	.maindesign h3.c-checkPoint span span {
		margin-left: 0;
	}
}

.maindesign .u-pc-only {
	display: block;
}
.maindesign .u-sp-only {
	display: none;
}
@media screen and (max-width:767px) {
	.maindesign .u-pc-only {
		display: none;
	}
	.maindesign .u-sp-only {
		display: block;
	}
}

.maindesign .c-komeri-btn {
	position: relative;
	overflow: hidden;
	cursor: pointer;
	border-radius: 40px;
	opacity: 1.0;
}
.maindesign .c-komeri-btn:hover {
	opacity: 0.75;
	transition: 0.25s;
}
.maindesign .c-komeri-btn--link {
	text-decoration: none;
}
.maindesign .c-komeri-btn--inner {
	font-feature-settings: "palt";
	color: #fff;
	padding: 0.75rem 2rem 0.75rem 1.75rem;
	display: flex;
	justify-content: center;
	line-height: 1.3;
	font-size: 1.2rem;
}
.maindesign .c-komeri-btn__orange {
	background-color: #EA6D0D;
}
.maindesign .c-komeri-btn__gray {
	background-color: #979797;
}
.maindesign .c-komeri-btn--inner::after {
	content: '';
	position: absolute;   
	top: 50%; 
	right: 18px;
	border-top: 2px solid #fff;
	border-right: 2px solid #fff;
	width: 8px;
	height: 8px;
	transform: translateY(-50%) rotate( 45deg);
}

@media screen and (max-width:767px) {
	.maindesign .c-komeri-btn--inner {
		font-size: 1.0rem;
	}
}



.maindesign img {
	width: 100%;
	height: auto;
	display: block;
}

.maindesign .c-lead-text {
	font-size: 1.1rem;
	line-height: 1.5;
}
@media screen and (max-width:767px) {
	.maindesign .c-lead-text {
		font-size: 0.95rem;
	}
}
.maindesign .p-indent-text {
	padding-left: 1em;
	text-indent: -1em;
}


.maindesign .l-title {
	position: relative;
}
.maindesign .l-title span.heading01.sub-page {
	position: absolute;
    color: #fff;
    text-align: center;
    font-weight: bold;
    font-size: 4.5rem;
    line-height: 1.2;
    letter-spacing: 0.05em;
    transform: translate(-50%, -50%);
    top: 32%;
    width: 100%;
    left: 50%;
    font-feature-settings: "palt" 1;
}
.maindesign .l-title span.heading01:before {
    content: '物置・収納庫特集';
    -webkit-text-stroke: 0.1em #000;
    position: absolute;
    z-index: -1;
}
.maindesign .l-title span.heading03 {
	position: absolute;
    font-size: 2em;
    font-weight: bold;
    text-align: center;
    width: 75%;
    padding: 0.25em 0 0.3em;
    border-radius: 0.25em;
    top: 72%;
    left: 50%;
    transform: translate(-50%, -50%);
    color: #fff;
    background: #294051;
    border: 1px solid #fff;
    box-shadow: 0px 3px 6px rgba(0, 0, 0, .5);
}
.maindesign .l-title span.heading03 {
	font-size: 1.7rem;
}

@media screen and (max-width:767px) {
	.maindesign .l-title span.heading01.sub-page {
		width: 60%;
		font-size: 6.5vw;
		top: 30%;
		letter-spacing: 2px;
	}
	.maindesign .l-title span.heading03 {
		width: 63%;
		padding: 0.25em 5px 0.3em;
		top: 43%;
		font-size: 7.8vw;
		line-height: 1.2;
		transform: translate(-50%);
	}
	.maindesign .l-title span.heading03 {
		font-size: 1.2rem;
	}   
	
}


.maindesign .p-select-ttl {
	font-weight: bold;
	font-size: 1.5rem;
	display: flex;
	justify-content: center;
}
.maindesign .p-select-ttl--inner {
	display: inline-block;
}


.maindesign .p-nav-list {
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}
.maindesign .p-nav-list .p-nav-list--btn:nth-child(n+5) {
	margin-top: 15px;
}
.maindesign .p-nav-list--btn {
	position: relative;
	border: 1px solid #B6B6B6;
	width: 24%;
	font-size: 1.0em;
    font-feature-settings: "palt";
    line-height: 1.3;
	text-align: center;
    border-radius: 40px;
    color: #333;
    cursor: pointer;
}
.maindesign .p-nav-list--btn::after {
	content: "";
    position: absolute;
	top: 50%;
    right: 15px;
    border-top: 2px solid #B6B6B6;
    border-right: 2px solid #B6B6B6;
    width: 8px;
    height: 8px;
    transform: translateY(-50%) rotate( 135deg);
}
.maindesign .p-nav-list--btn:hover {
	border-color: #E5002D;
	opacity: 0.75;
    transition: 0.6s;
}
.maindesign .p-nav-list--inner {
	display: flex !important;
	opacity: 1.0;
    width: 100%;
    height: 100%;
    align-items: center;
    justify-content: center;
	padding: 0.35rem 2rem 0.35rem 1.75rem;
	min-height: 3.0em;
}
.maindesign .p-nav-list::before,
.maindesign .p-nav-list::after {
	content: '';
	width: 24%;
	height: 0;
	display: block;
}
.maindesign .p-nav-list::before {
	order: 1;
}

@media screen and (max-width:767px) {
	.maindesign .p-nav-list--btn {
		width: 49%;
		font-size: 0.9rem;
	}
	.maindesign .p-nav-list--inner {
		padding: 0.35rem 1.5rem 0.35rem 1.25rem;
	}
	.maindesign .p-nav-list::before,
	.maindesign .p-nav-list::after {
		width: 49%;
	}
	.maindesign .p-nav-list .p-nav-list--btn:nth-child(n+3) {
		margin-top: 15px;
	}
}





.p-tab-contents--item {
	display: none;
	width: 100%;
}
.p-tab-contents--item.js_active {
	display: block;
	animation:  fadeinAnime 0.5s forwards;
}

@keyframes fadeinAnime{
	from {
	opacity: 0;
	}
	to {
	opacity: 1;
	}
}


.works_cols {
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}
.works_cols::before,
.works_cols::after {
	content: '';
	height: 0;
	width: 24%;
	display: block;
}
.works_cols::before {
	order: 1;
}

.works_cols li {
	width: 24%;
	border: 1px solid #ccc;
	border-radius: 5px;
	overflow: hidden;
}
.works_cols li:nth-child(n+5) {
	margin-top: 20px;
}

.works_cols li img {
	cursor: pointer;
}

.works_cols li p {
	margin: 10px 0;
	text-align: center;
}

@media screen and (max-width: 767px) {
	.works_cols li {
		width: 49%;
	}
	.works_cols::before,
	.works_cols::after {
		content: '';
		height: 0;
		width: 49%;
		display: block;
	}
	.works_cols li:nth-child(n+3) {
		margin-top: 15px;
	}
}

.accordion_header__img {
	position: relative;
}

@media screen and (max-width: 767px) {
	.works_cols li p {
		font-size: 0.8em;
	}
}

.icon_z_space {
	position: absolute;
	width: 50px;
	height: 50px;
	bottom: 2px;
	right: 2px;
	border: 10px solid #fff;
	display: flex;
	border-top: 25px solid rgba(0, 0, 0, 0);
	border-left: 25px solid rgba(0, 0, 0, 0);
	border-right: 25px solid #ffffff;
	border-bottom: 25px solid #ffffff;
  }
  
img.icon_z {
	width: 25px;
	height: 25px;
	margin: auto;
}

.maindesign .p-solo-btn {
	width: 50%;
	margin-left: auto;
	margin-right: auto;
}
@media screen and (max-width:767px) {
	.maindesign .p-solo-btn {
		width: 100%;
	}
}


.modal_box {
	display: none;
	height: 100%;
	left: 0;
	position: fixed;
	top: 0;
	width: 100%;
	z-index: 9999
}

.modal_bg {
	background-color: rgba(30, 30, 30, .9);
	height: 100%;
	width: 100%
}

.modal_inner {
	background-color: #fff;
	left: 50%;
	padding: 30px 20px 20px;
	position: absolute;
	top: 50%;
	transform: translate(-50%, -50%);
	max-width: 900px;
	max-height: 500px;
	width: 90%;
	border-radius: 20px;
	box-sizing: border-box;
	overflow: hidden;
	display: flex;
	align-content: center;
	justify-content: center;
	flex-wrap: wrap;
}

.maindesign .modal_inner img {
	max-width: 480px;
	margin: auto;
	display: block;
}

.maindesign .modal_area_02 .modal_inner {
	background-color: #fff;
	left: 50%;
	padding: 30px 20px 20px;
	position: absolute;
	top: 50%;
	transform: translate(-50%, -50%);
	max-width: 900px;
	width: 90%;
	border-radius: 20px;
	box-sizing: border-box
}

.maindesign .modal_area_02 .modal_inner img {
	max-width: 1200px;
	margin: auto;
	display: block;
}

.modal_close {
	cursor: pointer;
	position: absolute;
	right: 10px;
	top: 0;
	font-size: 2rem
}</pre></body></html>