#home { background:#fff; color:#25201d; padding-bottom:90px; }
#home a { color:inherit; text-decoration:none; }
#home .home-kicker { margin:0 0 12px; font-size:12px; font-weight:700; color:#c86f58; letter-spacing:0; }
#home h1 { margin:0; font-size:54px; line-height:1.12; font-weight:700; letter-spacing:0; }
#home h2 { margin:0; font-size:30px; line-height:1.25; font-weight:700; letter-spacing:0; }
#home p { margin:0; font-size:15px; line-height:1.75; color:#6e625c; word-break:keep-all; }
#home .home-desc { max-width:440px; margin-top:18px; }
#home .home-link { display:inline-flex; align-items:center; justify-content:center; min-width:118px; height:38px; margin-top:28px; padding:0 22px; border:1px solid #312b27; font-size:13px; font-weight:700; }
#home .home-link:hover { background:#312b27; color:#fff; }
#home .home-image { display:flex; align-items:center; justify-content:center; min-height:220px; background-color:#eee9e5; background-position:center; background-size:cover; background-repeat:no-repeat; color:#a89d96; font-size:12px; font-weight:700; letter-spacing:0; }
.home-visual { display:grid; grid-template-columns:minmax(300px, 520px) 1fr; align-items:center; gap:44px; width:100%; min-height:620px; margin:0 auto; padding:72px max(20px, calc((100% - 1280px) / 2)); background:url('/img/auravie_bg.png') center/cover no-repeat; }
.home-visual-text { padding:56px 0; }
.home-section { width:min(1280px, calc(100% - 40px)); margin:80px auto 0; }
.home-title { text-align:center; }
.home-title p:last-child { margin-top:10px; }
.home-product-grid { display:grid; grid-template-columns:repeat(3, minmax(0, 1fr)); gap:22px; margin-top:32px; }
.home-product-card a { display:block; }
.home-product-card .home-image { min-height:250px; background-color:#f2f2f2; }
.home-product-card strong { display:block; margin-top:14px; font-size:16px; line-height:1.45; font-weight:700; word-break:keep-all; }
.home-product-card span { display:block; margin-top:5px; font-size:14px; color:#7b6d65; }
#home .home-image.item-1 { background-image:url('/img/item-1.jpg'); }
#home .home-image.item-2 { background-image:url('/img/item-2.jpg'); }
#home .home-image.item-3 { background-image:url('/img/item-3.jpg'); }
#home .home-image.item-4 { background-image:url('/img/item-4.png'); }
.home-shop { display:grid; grid-template-columns:minmax(280px, 420px) 1fr; align-items:center; gap:42px; padding:52px; background:#fde8de; }
.home-shop .home-image { min-height:300px; background-color:#fff; }
.home-shop p:not(.home-kicker) { margin-top:14px; }
@media (max-width:760px){
	#home { padding-bottom:56px; }
	#home h1 { font-size:38px; }
	#home h2 { font-size:25px; }
	.home-visual { grid-template-columns:1fr; gap:28px; min-height:0; padding:42px 20px; }
	.home-visual-text { padding:0; }
	.home-section { margin-top:56px; }
	.home-product-grid { grid-template-columns:1fr 1fr; gap:20px 14px; }
	.home-product-card .home-image { min-height:170px; }
	.home-shop { grid-template-columns:1fr; padding:34px 22px; }
	.home-shop .home-image { min-height:220px; }
}
