@charset "utf-8";
/* -----------------------------------

common

------------------------------------- */
#page-fv {
	height:500px;
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
    margin-bottom: 130px;
}

.page-title {
	padding-bottom: 40px;
	margin-bottom: 60px;
	position:relative;
}
.page-title:after {
	content: '';
	display:block;
	width: 100px;
	height: 2px;
	background: #1b1b1b;
	position:absolute;
	left:0;
	bottom:0;
}
.page-title h2 {
    font-size: 30px;
	font-weight: 900;
}
.page-title p {
	font-size: 13px;
	margin-top: 20px;
}
.page-box {
    line-height: 2.5;
}
.page-box .text {
	margin-bottom: 25px;
}

@media (max-width: 815px) {

	#page-fv {
		height:260px;
		margin-bottom: 100px;
	}
	.page-title h2 {
    font-size: 22px;
}

}

/* -----------------------------------

ABOUT

------------------------------------- */
.about-box {
    line-height: 2.5;
    margin-bottom: 70px;
}
.about-box:last-of-type {
    padding-bottom: 0;
    border-bottom: none;
}
.about-box .text {
	margin-bottom: 25px;
}
.about-box .text2 {
	margin-bottom: 70px;
}
.about-box-in:not(:last-of-type) {
	margin-bottom: 50px;
}
.about-box h3 {
	font-size: 22px;
	font-weight: 900;
	margin-bottom: 20px;
	line-height: 1.8;
}
.about-box h4 {
    font-size: 15px;
    font-weight: normal;
    color: #333333;
    background: #eaeaea;
    padding: 0 15px;
    margin-bottom: 30px;
}
.about-box h5 {
	font-weight: 400;
	font-family: 'Lusitana', serif;
	font-size: 22px;
	position:relative;
	padding-left: 15px;
	margin-bottom: 5px;
}
.about-box h5:before {
	content: '-';
	position: absolute;
	left:0;
	top:0;
}
.about-box .about-list >li:not(:last-child) {
	margin-bottom: 25px;
}
.about-box .about-list ul li {
	position:relative;
	padding-left: 15px;
	margin-bottom: 8px;
}
.about-box .about-list ul li:before {
	position: absolute;
	left:0;
	top:0;
}

@media (max-width: 815px) {
	.about-box {margin-bottom: 40px; line-height: 2.2;}
	.about-box .text2 {margin-bottom: 40px;}
}

/* -----------------------------------

WARRANTY

------------------------------------- */
.warranty-box {
    line-height: 2.5;
    margin-bottom: 60px;
    padding-bottom: 60px;
    border-bottom: solid 1px #cccccc;
}
.warranty-box:last-of-type {
    padding-bottom: 0;
    border-bottom: none;
}
.warranty-box .text:not(:last-of-type) {
	margin-bottom: 30px;
}
.warranty-box-in:not(:last-of-type) {
	margin-bottom: 50px;
}
.warranty-box h3 {
	font-size: 16px;
	margin-bottom: 20px;
}
.warranty-box h4 {
    font-size: 15px;
    font-weight: normal;
    color: #333333;
    background: #efefef;
    padding: 0 15px;
    margin-bottom: 30px;
}
.warranty-box h5 {
	font-size: 15px;
    font-weight: normal;
	color: #444;
}
.warranty-box .warranty-list >li:not(:last-child) {
	margin-bottom: 20px;
}
.warranty-box .warranty-list ul li {
	position:relative;
	padding-left: 15px;
	margin-bottom: 8px;line-height: 2.3;
}
.warranty-box .warranty-list ul li:before {
	content: '-';
	position: absolute;
	left:0;
	top:0;
}

@media (max-width: 815px) {


}


/* -----------------------------------

PRODUCTS

------------------------------------- */
#items h2 {text-align: center; margin-bottom: 40px;}
#items .inner {
	padding: 80px 20px 0 20px;
	max-width: 1400px;}
.item-list {
    display: flex;
    flex-wrap: wrap;
    width: 100%;
	margin-bottom: 220px;
}
.item-list li {
    width: 24%;
    margin: 70px 0 0 1.33%;
}
.item-list li:nth-child(4n+1) {
    margin-left: 0;
}
.item-list li a {
	display: block;
	color: #000;
}
.item-thumb {
	margin-bottom: 15px;
}

.item-info--name {
	font-size: 15px;
	font-weight: 900;
    line-height: 1.5;
}
.item-info--price {
	font-size: 14px;
	margin-top: 10px;
}

@media (max-width: 815px) {
	
	#items .cmn-title {font-size: 21px;}
	#items .inner {
		padding: 50px 15px 0;
	}
	.item-list {
		margin-top: -30px;
		margin-bottom: 150px;
	}
	.item-list li {
		width: 48%;
		margin: 30px 0 0 4%;
	}
	.item-list li:nth-child(4n+1) {
		margin: 30px 0 0 4%;
	}
	.item-list li:nth-child(2n+1) {
		margin-left: 0;
	}

}


/* -----------------------------------

CONTACT

------------------------------------- */
#contact {text-align: center;}
#contact .inner {padding-top: 80px;}
#contact h2 {text-align: center; margin-bottom: 100px;}
#contact .page-title {
	padding-bottom: 40px;
	margin-bottom: 50px;
	position:relative;
}
#contact .page-title:after {
	content: '';
	display:block;
	width: 100px;
	height: 2px;
	background: #000;
	position:absolute;
    left: 50%;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
	bottom:0;
}
#contact .page-title h3 {font-size: 18px;}
#contact .page-contents p {line-height: 2.5;}


@media (max-width: 815px) {
	
	#contact .cmn-title {font-size: 21px;}
	#contact .inner {padding-top: 50px;}
}

