@charset "utf-8";


/* -----------------------------------------------------------
    about
-------------------------------------------------------------- */
#about{}

#about .h1-area,
#about .breadcrumblist{
    top: 540px;
}

#about .h1-area h1,
#about .breadcrumblist > p,
#about .breadcrumblist a{
    color: #fff;
}

#about .pagetitle-area{
    height: 500px;
    background-image: url("../img/pagetitle-bg-about.jpg");
    padding:220px 0 0;
}

@media screen and (max-width: 667px){
	
    #about .pagetitle-area{
        height: 150px;
        padding: 70px 0 0;
    }
	
	#about .h1-area h1,
	#about .breadcrumblist > p,
	#about .breadcrumblist a{
		color: #888;
	}

}


/*    message-area
-------------------------------------------------------------- */
.message-area{
    background: #fff;
    text-align: center;
    padding: 55px 0 80px;
    margin: 0 auto 0;
    position: relative;
    z-index: 2;
}

.message-logo img{
    width: 277px;
}

.message-catch{
	font: 400 2.6rem / 1 'Noto Sans JP', sans-serif;
    padding: 55px 0 0;
	letter-spacing: 0.2em;
}

.message-txt{
    line-height: 2;
    padding: 50px 0 0;
}

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

    .message-area{
        width: calc(100% - (10px * 2));
        padding: 35px 0 45px;
        margin: 0 auto 0;
    }

    .message-logo img{
        width: 180px;
    }

    .message-catch{
        font-size: 2rem;
        padding: 30px 0 0;
		line-height: 1.5;
		text-align: center;
    }

    .message-txt{
        font-size: 1.5rem;
        line-height: 1.8;
        text-align: left;
        padding: 25px 10px 0;
    }
}


/*    products-area
-------------------------------------------------------------- */
#about .products-area{
    width: 100%;
    background: #f6f6f6;
    margin: 0 0 45px;
    position: relative;
}

#about .products-area .section-title{
    text-align: center;
    position: absolute;
    top: -15px;
    left: 0;
    right: 0;
    margin: auto;
    z-index: 5;
}

#about .products-wrap{
    display: flex;
    width: 100%;
    justify-content: space-between;
    padding: 70px 0 60px;
}

#about .products-wrap > li{
    width: 360px;
    text-align: center;
}

#about .products-wrap > li a{
    display: block;
    background: #fff;
	padding: 0;
    box-shadow: 0 0 15px 0 rgba(213, 209, 208, 0.6);
}

#about .products-wrap > li .products-title{
    font: 400 1.7rem / 1 'Noto Sans JP', sans-serif;
    padding: 25px 0 30px;
	margin: 0;
	text-align: center;
	display: block;
}
#about .products-wrap > li .products-title::after {
    display: none;
}


#about .products-wrap > li .products-img{
    width: 360px;
    height: 220px;
    overflow: hidden;
	text-align: center;
}
#about .products-wrap > li .products-img img{
	/*
    width: 100%;
    height: 100%;
    max-width: 360px;
    max-height: 220px;
	*/
    transition-duration: 0.3s;
}
#about .products-wrap > li a:hover .products-img img{
	transform: scale(1.1);
	transition-duration: 0.3s;
}


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

    #about .products-area{
        margin: 0;
    }

    #about .products-area .section-title{
        top: -10px;
    }

    #about .products-wrap{
        display: block;
        padding: 0;
		margin: 0;
    }

    #about .products-wrap > li{
        width: 100%;
        text-align: left;
        margin: 0 0 15px;
    }
    #about .products-wrap > li:last-of-type{
        margin: 0;
    }

    #about .products-wrap > li a{
        display: flex;
        width: 100%;
        align-items: center;
		box-shadow: 9px 9px 9px -8px #d3d3d3;
    }
    
	#about .products-wrap > li .products-img{
		width: 100px;
		height: auto;
	}
	#about .products-wrap > li .products-img img{
		max-width: inherit;
		max-height: inherit;
	}
	#about .products-wrap > li a:hover .products-img img{
		transform: scale(1);
	}
	
    #about .products-wrap > li .products-title{
        flex: 1;
        font-size: 1.5rem;
        padding: 0 0 0 20px;
		text-align: left;
    }
	
}


/*    shop-area
-------------------------------------------------------------- */
.shop-area{
    width: 100%;
    background: url("../img/shop-bg-img.jpg") no-repeat center top / cover;
	color: #fff;
	text-align: center;
	height: 450px;
	padding: 120px 0 0;
}

.shop-area .section-title{
	color: #fff;
}
.shop-area .txt{
	font-size: 1.5rem;
	line-height: 1.8;
	padding: 30px 0 40px;
	color: #fff;
	letter-spacing: .1em;
}
.shop-area a {
    border: solid 1px #fff;
	color: #fff;
}

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

	.shop-area{
		height: auto;
		padding: 50px 20px;
	}

	.shop-area .section-title{
		font-size: 2rem;
	}
	.shop-area .txt{
		font-size: 1.4rem;
		padding: 15px 0 20px;
		letter-spacing: .05em;
		font-weight: bold;
		text-align: left;
	}
	
}
