@charset "utf-8";
.kv {}
.kv .inner-kv { position: relative; width: 100%; max-width: 1280px; margin: 0 auto;}
.kv .ctn { width: 100%; position: absolute; left: 0; top: 50%; transform: translateY(-50%);}
.kv .ctn .inner { position: relative; width: 88%; margin: 0 auto;}
.kv .txt { width: 100%; max-width: 800px; margin: 0 auto;}
.kv .txt h1 { margin-bottom: 30px; color: #5f6568; font-size: 48px; font-weight: 700; line-height: 1;}
.kv .txt h2 { margin-bottom: 20px; color: #5f6568; font-size: 26px; font-weight: 700; letter-spacing: 0.1rem; line-height: 1;}
.kv .txt p { font-weight: 600;}
.kv .bg { width: 100%; }
.kv .bg picture { display: block; width: 100%;}
.kv .bg picture img { width: 100%;}
@media (max-width: 1281px) {
}
@media (max-width: 801px) {
	.kv .ctn { display: none;}
}
@media (max-width: 481px) {
}

#shop .inner-sct { width: 100%; max-width: 1280px; margin: 0 auto; padding: 60px 0; background: #fff;}
#shop .ctn { width: 92%; max-width: 900px; margin: 0 auto;}
#shop .ctn ul { margin-bottom: 40px; font-size: 0;}
#shop .ctn ul li { display: inline-block; width: 33.333334%; padding: 15px; vertical-align: top; font-size: 16px; line-height: 1.2;}
#shop .ctn ul li.none { display: none;}
#shop .ctn ul li a { position: relative; display: block; border: solid 4px #f0f9fd; padding: 1px; background: #a0c1e1; border-radius: 12px;}
#shop .ctn ul li a:after { content: ''; display: block; width: 10px; height: 10px; border-top: solid 3px #5f6568; border-right: solid 3px #5f6568;
 position: absolute; right: 18px; top: 50%; transform: translateY(-50%) rotate(45deg);
}
#shop .ctn ul li a span { position: relative; display: block; width: 100%; padding: 18px 14px; background: #f0f9fd; border-radius: 7px;
 color: #5f6568; font-weight: 700;
}

#shop .ctn .btn { display: block; width: 60%; max-width: 350px; margin: 0 auto;}
#shop .ctn .btn a { position: relative; display: block; width: 100%; padding: 18px; border-radius: 50px; box-shadow: 3px 3px 5px rgba(50,50,50,0.4);
 background: url('./img/btn.jpg') no-repeat 50% 50% / cover; overflow: hidden;
 color: #666; font-size: clamp(16px,2.4vw,24px); font-weight: 700; line-height: 1; text-align: center;
}
#shop .ctn .btn a:hover { opacity: 0.8;}
@media (max-width: 801px) {
	#shop .ctn ul li { padding: 8px;}
}
@media (max-width: 641px) {
	#shop .ctn ul li { width: 50%; }
}
@media (max-width: 481px) {
	#shop .inner-sct { padding: 40px 0;}
	#shop .ctn ul li { padding: 5px; font-size: 12px;}
	#shop .ctn ul li a { border-width: 2px; border-radius: 4px;}
	#shop .ctn ul li a span { padding: 12px; border-radius: 2px;}
	#shop .ctn ul li a:after { width: 8px; height: 8px; border-width: 2px; right: 12px;}

	#shop .ctn .btn a { padding: 12px;}
}


