<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@charset "UTF-8";
/* CSS Document */
@import url('https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@100;300;400;500;700;900&amp;display=swap');


/*============================================================
acedoor_main_area
============================================================*/

.acedoor_main_area {
	width: 100%;
	height: 650px;
	background: url(../img/html_acedoor/acedoor_main_bg.jpg) no-repeat 50% 20%;
	background-size: cover;
}

.acedoor_main_area .acedoor_man_wrap {
	width: 950px;
	height: 650px;
	margin: 0 auto;
	position: relative;
}

.acedoor_main_area .acedoor_main_title {
	margin-left: -285px;
	position: absolute;
	top: 250px;
	left: 50%;
}

.acedoor_main_area .acedoor_main_logo {
	margin-left: -120px;
	position: absolute;
	bottom: 20px;
	left: 50%;
}


/*============================================================
ace_door_concept
============================================================*/

.html_ace_door_wrap .ace_door_concept {
	width: 100%;
	margin: 50px 0 60px;
	padding: 20px 0;
	border-top: 7px solid #000;;
	border-bottom: 7px solid #000;;
	position: relative;
}

.html_ace_door_wrap .ace_door_concept .text {
	margin-top: 10px;
	margin-bottom: 20px;
}

.html_ace_door_wrap .ace_door_concept .logo {
	position: absolute;
	bottom: 20px;
	left: 0;
}

.html_ace_door_wrap .ace_door_concept .eyecat_1 {
	float: left;
}

.html_ace_door_wrap .ace_door_concept .eyecat_2 {
	float: right;
}

.html_ace_door_wrap .ace_door_concept .eyecat_3 img{
	margin-top: 20px;
	width: 251px;
}

.html_ace_door_wrap .ace_door_concept .eyecat_4 img{
	margin-top: 40px;
}

.html_ace_door_wrap .ace_door_concept .concept_txt {
	float: left;
	color: #111;
	font-size: 16px;
	letter-spacing: 1px;
	line-height: 1.8;
	font-family: 'Noto Sans JP', sans-serif;
	font-weight: 700;
	margin-top: 30px;
}

/*============================================================
ace_door_link
============================================================*/

.html_ace_door_wrap .ace_door_link {
	width: 100%;
	margin-bottom: 60px;
	padding: 0;
}

.html_ace_door_wrap .ace_door_link.new {
	display: flex;
	justify-content: space-evenly;
	flex-wrap: wrap;
}
.html_ace_door_wrap .ace_door_link.new&gt;p a {
	display: inline-block;
	padding: 1.2em 6em;
	font-size: 16px;
	text-align: center;
	color: #424242;
	text-decoration: none;
	border: 1px solid #424242;
	box-sizing: border-box;
	background-color: #fff;
	transition: all 0.3s;
}
.html_ace_door_wrap .ace_door_link.new&gt;p a:hover {
	color: #fff;
	background-color: #000000;
}
@media screen and (max-width: 768px){
	.html_ace_door_wrap .ace_door_link.new&gt;p a {
		padding: 1.2em 4em;
	}
}
@media screen and (max-width: 438px){
	.html_ace_door_wrap .ace_door_link.new&gt;p a {
		width: 100%;
		padding: 1.2em 2em;
	}
}

/*============================================================
ace_door_gallery
============================================================*/

.html_ace_door_wrap .ace_door_gallery {
	width: 100%;
	margin-bottom: 60px;
	display: inline-block;
}
.html_ace_door_wrap .ace_door_gallery .title {
	width: 100%;
	height: 50px;
	margin-bottom: 30px;
	background: #000;
}

.html_ace_door_wrap .ace_door_gallery .title span{
	color: #fff;
	font-size: 30px;
	font-family: 'Noto Sans JP', sans-serif;
	font-weight: 700;
	vertical-align: middle;
	letter-spacing: 3px;
	margin-left: 20px;
}

.html_ace_door_wrap .ace_door_gallery .title img{
	float: right;
} 

.html_ace_door_wrap .ace_door_gallery .image1 {
	float: left;
	margin-bottom: 29px;
}

.html_ace_door_wrap .ace_door_gallery .image2 {
	float: right;
	margin-bottom: 29px;
}

.html_ace_door_wrap .ace_door_gallery .image3 {
	float: left;
	margin-right: 39px;
}

.html_ace_door_wrap .ace_door_gallery .image4 {
	float: left;
	margin-bottom: 31px;
}

.html_ace_door_wrap .ace_door_gallery .image5 {
	float: left;
}

.html_ace_door_wrap .ace_door_gallery .image6 {
	float: right;
}


/*============================================================
ace_door_color
============================================================*/

.html_ace_door_wrap .ace_door_color {
	width: 100%;
	margin-bottom: 60px;
}

.html_ace_door_wrap .ace_door_color .title {
	width: 100%;
	height: 50px;
	margin-bottom: 30px;
	background: #000;
}

.html_ace_door_wrap .ace_door_color .title span{
	color: #fff;
	font-size: 30px;
	font-weight: 700;
	font-family: 'Noto Sans JP', sans-serif;
	vertical-align: middle;
	letter-spacing: 3px;
	margin-left: 20px;
}

.html_ace_door_wrap .ace_door_color .title span.tag{
	color: #fff;
	background-color: red;
	font-size: 18px;
	font-weight: 700;
	font-family: 'Noto Sans JP', sans-serif;
	padding: 5px;
	margin-left: 10px;
}

.html_ace_door_wrap .ace_door_color h4{
	width: 100%;
	color: #000;
	font-size: 18px;
	font-family: 'Noto Sans JP', sans-serif;
	border-bottom: solid 1px #000;
	margin-bottom: 20px;
}

.html_ace_door_wrap .ace_door_color h4 span{
	color: #fff;
	background-color: red;
	font-size: 14px;
	font-family: 'Noto Sans JP', sans-serif;
	font-weight: 700;
	padding: 5px;
	margin-left: 10px;
}

.html_ace_door_wrap .ace_door_color .ace_wrap ul{
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	text-align: center;
	margin-bottom: 40px;
}

.html_ace_door_wrap .ace_door_color .ace_wrap ul li span{
	display: block;
}

.html_ace_door_wrap .ace_door_color .ace_wrap ul li img{
	width: 110px;
}

.html_ace_door_wrap .ace_door_color .ace_wrap ul li .eng{
	padding-top: 5px;
	font-size: 14px;
	font-family: 'Noto Sans JP', sans-serif;
	color: #000;
}

.html_ace_door_wrap .ace_door_color .ace_wrap ul li .jp{
	font-size: 11px;
	font-family: 'Noto Sans JP', sans-serif;
	color: #000;
}

.html_ace_door_wrap .ace_door_color ul {
	width: 100%;
	margin: 0 auto;
	position: relative;
}
.html_ace_door_wrap .ace_door_color ul li {
	float: none;
}
.html_ace_door_wrap .ace_door_color ul li.btn a {
	clear: both;
	position: relative;
	display: block;
	box-sizing: border-box;
	width: 221px;
	height: 68px;
	margin: 50px auto 50px;
	padding: 26px 0;
	padding-left: 1.4em;
	text-align: center;
	font-size: 133.3%;
	line-height: 1;
	border: 2px solid #111;
	color: #fff;
	text-decoration: none;
	background-color: #111;
}
.html_ace_door_wrap .ace_door_color ul li.btn a:after {
	content: "";
	display: block;
	position: absolute;
	top: 50%;
	left: 24px;
	width: 0;
	height: 0;
	margin-top: -5px;
	border: 6px solid #fff;
	border-top-color: transparent;
	border-left-color: transparent;
	transform: rotate(-45deg);
}
.html_ace_door_wrap .ace_door_color ul li.btn a:hover {
	color: #111;
	background-color: #fff;
	opacity: 1;
}
.html_ace_door_wrap .ace_door_color ul li.btn a:hover:after {
	border-bottom-color: #111;
	border-right-color: #111;
}


/*============================================================
ace_door_detail
============================================================*/

.html_ace_door_wrap .ace_door_detail {
	width: 100%;
	margin-bottom: 60px;
}

.html_ace_door_wrap .ace_door_detail&gt;.title {
	width: 100%;
	height: 50px;
	margin-bottom: 30px;
	background: #000;
}

.html_ace_door_wrap .ace_door_detail .title span{
	color: #fff;
	font-size: 30px;
	font-family: 'Noto Sans JP', sans-serif;
	font-weight: 700;
	vertical-align: middle;
	letter-spacing: 3px;
	margin-left: 20px;
}

.html_ace_door_wrap .ace_door_detail .detail1 {
	width: 100%;
	margin-bottom: 60px;
	border-bottom: 3px dotted #333;
}

.html_ace_door_wrap .ace_door_detail .detail1 .subtitle {
	width: 100%;
	margin-bottom: 20px;
}

.html_ace_door_wrap .ace_door_detail .detail1 .lead {
	width: 100%;
	margin-bottom: 20px;
}


.html_ace_door_wrap .ace_door_detail .detail1 .image {
	float: left;
}
.html_ace_door_wrap .ace_door_detail .detail1 .text {
    width: 500px;
    margin: 0 auto 30px;
	font-size: 16px;
	font-family: 'Noto Sans JP', sans-serif;
    font-weight: 500;
    line-height: 1.8;
    text-align: justify;
    text-justify: inter-word;
    color: #222;
    float: right;
}

.html_ace_door_wrap .ace_door_detail .detail2 {
	width: 100%;
	margin-bottom: 50px;
}

.html_ace_door_wrap .ace_door_detail .detail2 .title {
	display: inline-block;
	margin-bottom: 20px;
	float: left;
}

.html_ace_door_wrap .ace_door_detail .detail2 .text {
	width: 498px;
	margin: 0 0 20px 0;
	float: left;
	font-family: 'Noto Sans JP', sans-serif;
	font-size: 14px;
	line-height: 1.6;
	letter-spacing: 0.05em;
	text-align: justify;
	text-justify: inter-word;
	color: #222;
}

.html_ace_door_wrap .ace_door_detail .detail2 .image {
	display: inline-block;
	float: right;
}

.html_ace_door_wrap .ace_door_detail .detail3 {
	width: 100%;
	margin-bottom: 50px;
}

.html_ace_door_wrap .ace_door_detail .detail3 .title {
	display: inline-block;
	margin-bottom: 20px;
	float: right;
}

.html_ace_door_wrap .ace_door_detail .detail3 .text {
	width: 490px;
	margin: 0 0 20px 0;
	float: right;
	font-size: 14px;
	font-family: 'Noto Sans JP', sans-serif;
	line-height: 1.6;
	letter-spacing: 0.05em;
	text-align: justify;
	text-justify: inter-word;
	color: #222;
}

.html_ace_door_wrap .ace_door_detail .detail3 .image {
	display: inline-block;
	float: left;
}

.html_ace_door_wrap .ace_door_detail .detail4 {
	width: 100%;
	margin-bottom: 50px;
}

.html_ace_door_wrap .ace_door_detail .detail4 .title {
	display: inline-block;
	margin-bottom: 20px;
	float: left;
}

.html_ace_door_wrap .ace_door_detail .detail4 .text {
	width: 498px;
	margin: 0 0 20px 0;
	float: left;
	font-size: 14px;
	font-family: 'Noto Sans JP', sans-serif;
	line-height: 1.6;
	letter-spacing: 0.05em;
	text-align: justify;
	text-justify: inter-word;
	color: #222;
}

.html_ace_door_wrap .ace_door_detail .detail4 .image {
	display: inline-block;
	float: right;
}

.html_ace_door_wrap .ace_door_detail .detail5 {
	width: 100%;
	margin-bottom: 50px;
}

.html_ace_door_wrap .ace_door_detail .detail5 .title {
	display: inline-block;
	margin-bottom: 20px;
	float: right;
}

.html_ace_door_wrap .ace_door_detail .detail5 .text {
	width: 520px;
	margin: 0 0 20px 0;
	float: right;
	font-size: 14px;
	font-family: 'Noto Sans JP', sans-serif;
	line-height: 1.6;
	letter-spacing: 0.05em;
	text-align: justify;
	text-justify: inter-word;
	color: #222;
}

.html_ace_door_wrap .ace_door_detail .detail5 .image {
	display: inline-block;
	float: left;
}

.html_ace_door_wrap .ace_door_detail .detail6 {
	width: 100%;
	margin-bottom: 50px;
}

.html_ace_door_wrap .ace_door_detail .detail6 .title {
	display: inline-block;
	margin-bottom: 20px;
	float: left;
}

.html_ace_door_wrap .ace_door_detail .detail6 .text {
	width: 498px;
	margin: 0 0 20px 0;
	float: left;
	font-size: 14px;
	font-family: 'Noto Sans JP', sans-serif;
	line-height: 1.6;
	letter-spacing: 0.05em;
	text-align: justify;
	text-justify: inter-word;
	color: #222;
}

.html_ace_door_wrap .ace_door_detail .detail6 .text span {
	display: block;
	margin: 20px 0;
}

.html_ace_door_wrap .ace_door_detail .detail6 .image {
	display: inline-block;
	float: right;
}






/*============================================================
ace_door_doorvariations
============================================================*/

.html_ace_door_wrap .ace_door_doorvariations {
	width: 100%;
	margin-bottom: 60px;
}

.html_ace_door_wrap .ace_door_doorvariations&gt;.title {
	width: 100%;
	height: 50px;
	margin-bottom: 30px;
	background: #000;
}

.html_ace_door_wrap .ace_door_doorvariations .title span{
	color: #fff;
	font-size: 30px;
	font-weight: 700;
	font-family: 'Noto Sans JP', sans-serif;
	vertical-align: middle;
	letter-spacing: 3px;
	margin-left: 20px;
}

.html_ace_door_wrap .ace_door_doorvariations .title_image {
	display: inline-block;
	margin: 0 0 20px 0;
	float: left;
}

.html_ace_door_wrap .ace_door_doorvariations .text {
	width: 417px;
	margin: 0 0 20px 0;
	float: left;
	font-size: 14px;
	font-family: 'Noto Sans JP', sans-serif;
	line-height: 2;
	letter-spacing: 0.05em;
	text-align: justify;
	text-justify: inter-word;
	color: #222;
}

.html_ace_door_wrap .ace_door_doorvariations .text&gt;span {
	width: 100%;
	display: block;
	color: #333;
	margin-bottom: 20px;
}

.html_ace_door_wrap .ace_door_doorvariations .image {
	display: inline-block;
	float: right;
}

.html_ace_door_wrap .ace_door_doorvariations .image img{
	width: 500px;
}

.html_ace_door_wrap .ace_door_doorvariations .new {
	color: #fff;
	background-color: red;
	font-size: 10px;
	font-family: 'Noto Sans JP', sans-serif;
	font-weight: 700;
	padding: 4px;
	margin-left: 5px;
	vertical-align: text-bottom;
}


/*============================================================
ace_door_glassoption
============================================================*/

.html_ace_door_wrap .ace_door_glassoption {
	width: 100%;
	padding-bottom: 30px;
	margin-bottom: 60px;
	border-bottom: 5px solid #000;;
}

.html_ace_door_wrap .ace_door_glassoption&gt;.title {
	width: 100%;
	height: 50px;
	margin-bottom: 30px;
	background: #000;
}

.html_ace_door_wrap .ace_door_glassoption .image {
	display: inline-block;
}

.html_ace_door_wrap .ace_door_glassoption .title span{
	color: #fff;
	font-size: 30px;
	font-family: 'Noto Sans JP', sans-serif;
	font-weight: 700;
	vertical-align: middle;
	letter-spacing: 3px;
	margin-left: 20px;
}

.html_ace_door_wrap .ace_door_glassoption .text {
	width: 420px;
	margin: 20px 30px 20px 0;
	float: left;
	font-size: 14px;
	font-family: 'Noto Sans JP', sans-serif;
	line-height: 2;
	letter-spacing: 0.05em;
	text-align: justify;
	text-justify: inter-word;
	color: #222;
}

.html_ace_door_wrap .ace_door_glassoption .item_wrap {
	width: 480px;
	height: 400px;
	margin: 0 0 20px 0;
	float: right;
}

.html_ace_door_wrap .ace_door_glassoption .item_wrap .item {
	width: 140px;
	margin-right: 30px;
	height: 400px;
	float: left;
	position: relative;
}

.html_ace_door_wrap .ace_door_glassoption .item_wrap .item:nth-child(3) {
	margin-right: 0;
}

.html_ace_door_wrap .ace_door_glassoption .item_wrap .item .door {
	position: absolute;
	color: #333;
	font-size: 12px;
	font-family: 'Noto Sans JP', sans-serif;
	text-align: right;
}

.html_ace_door_wrap .ace_door_glassoption .item_wrap .item .new {
	float: left;
}


.html_ace_door_wrap .ace_door_glassoption .container {
	clear: both;
    display: flex;
    flex-wrap: wrap;
    margin-bottom: 20px;
    justify-content: flex-start;
    column-gap: calc(4% / 5);
    row-gap: 20px;
}
.html_ace_door_wrap .ace_door_glassoption .container .item{
	width: 16%;
	margin: 0;
	padding: 0;
}
.html_ace_door_wrap .ace_door_glassoption .container .item img {
    width: 100%;
    height: auto;
}

.html_ace_door_wrap .ace_door_glassoption .container p{
	color: #333;
	font-size: 12px;
	font-family: 'Noto Sans JP', sans-serif;
	text-align: center;
}

@media screen and (max-width: 768px){
	.html_ace_door_wrap .ace_door_glassoption div.container {
		column-gap: calc(4% / 2);
		row-gap: 15px;
	}
	.html_ace_door_wrap .ace_door_glassoption div.container div.item {
		padding: 0;
		width: 32%;
	}
}</pre></body></html>