@charset "UTF-8";

h2, .h2 {
	margin-bottom: 2rem;
	font-size: clamp(1.5rem, 1.102rem + 1.7vw, 2.375rem);
	font-weight: 400;
}
h3, .h3 {
	margin-bottom: 3rem;
	font-size: clamp(1.25rem, 1.136rem + 0.48vw, 1.5rem);
	/* font-size: clamp(1.125rem, 1.011rem + 0.48vw, 1.375rem); */
	font-weight: 400;
	line-height: 1.4;
}
h4, .h4 {
	margin-bottom: 2rem;
	font-size: clamp(1.188rem, 1.159rem + 0.12vw, 1.25rem);
	font-weight: 400;
	line-height: 1.4;
}
h5, .h5 {
	margin-bottom: 2rem;
	font-size: 1rem;
	line-height: 1.4;
}

p {
	@media(max-width: 480px) {
		font-size: 0.9375rem;
	}
}

.lh-13 {
	line-height: 1.3;
}

.btn-primary {
	background-color: #0079CC;
	border-color: #0079CC;
}
.btn-primary:hover, .btn-primary:active, .btn-primary:focus, .btn-primary:not(:disabled):not(.disabled):active {
	background-color: #3EA7E0;
	border-color: #3EA7E0;
}

#welcome {
	background: URL(/products/skysocks/img/keyvisual_a.jpg) no-repeat center left /cover;
	aspect-ratio: 16 / 9;
	width: 100%;
	display: flex;
	opacity: 0;
	transform: translateY(20px);
	transition: opacity 1s ease, transform 1s ease;

	&.show {
		opacity: 1;
		transform: translateY(0);
	}

	@media(max-width: 767px) {
		background: URL(/products/skysocks/img/keyvisual_a.jpg) no-repeat center center /cover;
		height: calc(100vh - 97px);
	}

	@media(max-width: 480px) {
		background: URL(/products/skysocks/img/keyvisual_a.jpg) no-repeat center center /cover;
		height: calc(100vh - 97px);
	}

	.container {
		display: flex;
		align-items: center;
	}

	h1 {
		font-size: clamp(1.25rem, 0.682rem + 2.42vw, 2.5rem);
		margin-bottom: 2rem;
	}

	p {
		font-size: clamp(0.938rem, 0.813rem + 0.42vw, 1.125rem);
		margin-bottom: 1rem;
	}
}

#ofa-products {
	.flexbox {
		display: flex;
		gap: 2rem;

		@media(max-width: 767px) {
			flex-direction: column;
		}

		.image {
			flex: 1;
		}
		.text {
			flex: 1;
		}
	}
}

#features {
	background-color: #f5f5f5;

	h2 {
		text-align: center;
	}
	.flexbox {
		display: flex;
		gap: 3rem;

		@media(max-width: 1000px) {
			flex-direction: column;
			gap: 2rem;
		}

		.text {
			flex: 1;
			padding: 2rem;
			background-color: #fff;

			.img-wrap {
				margin-top: auto;
			}
		}

		.box {
			padding: 1.5rem;
			border: 4px solid #0079CC;
		}

		.image {
			flex: 1;
		}
	}

	.box2 {
		margin-top: 3rem;
		background-color: #fff;
		display: flex;

		@media(max-width: 767px) {
			flex-direction: column;
		}

		h3 {
			color: #0079CC;
		}

		.text {
			flex: 6;
			padding: 2rem;
			background-color: #fff;
		}

		.img-wrap {
			flex: 4;
		}
	}
}

#features2 {
	.bg-image {
		background: URL(/products/skysocks/img/pumps-a.jpg) no-repeat center bottom /cover;
		width: 100%;
		height: 400px;
		@media(max-width: 1000px) {
			height: 300px;
		}
	}
	.flexbox {
		display: flex;
		gap: 3rem;

		@media(max-width: 767px) {
			flex-direction: column;
			gap: 1rem;
			align-items: center;
		}

		.text {
			flex: 8;
		}

		.image {
			flex: 2;

			@media(max-width: 768px) {
				margin-top: 4.5rem;
			}

			@media(max-width: 767px) {
				margin-top: 0rem;
				width: 50%;
			}
		}
	}
}

#europe {
	background-color: #f5f5f5;
	.box {
		max-width: 750px;
		margin: 0 auto;
	}

	.blockquote-2 {
		padding: 1.25rem 0 1.25rem 1.25rem;
		border-left: 3px solid #0079CC;

		@media(max-width: 767px) {
			p {
				font-size: 1.125rem;
			}
		}
	}

}

#reason {
	.flexbox {
		display: flex;
		gap: 3rem;

		@media(max-width: 767px) {
			flex-direction: column;
		}

		.text {
			flex: 1;
		}
		.image {
			flex: 1;
		}
	}
}

#trend {
	.flexbox {
		display: flex;
		gap: 3rem;

		@media(max-width: 767px) {
			flex-direction: column-reverse;
		}

		.text {
			flex: 7;
		}
		.image {
			flex: 3;
		}
	}
}
#secret {
	.flexbox {
		display: flex;
		gap: 6rem;

		@media(max-width: 767px) {
			flex-direction: column;
			gap: 1rem;
			align-items: center;
		}

		.text {
			flex: 7;
		}

		.image {
			flex: 3;

			@media(max-width: 767px) {
				width: 50%;
			}
		}
	}
}


#compare {
	background-color: #f5f5f5;
	.box {
		max-width: 750px;
		margin: 0 auto;
	}
	h2 {
		text-align: center;

		br {
			display: none;

			@media(max-width: 480px){
				display: block;
			}
		}
	}
	.compare-board {
		display: flex;
		flex-wrap: wrap;
		gap: 3rem;
		justify-content: center;

		@media(max-width: 1000px){
			gap: 1rem;
		}
		@media(max-width: 700px){
			flex-direction: column;
			align-items: center;
		}
	}
	.compare-board div {
		flex: 1 1 300px;
		background: #fff;
		border-radius: 10px;
		padding: 2rem 2rem 1rem;

		@media(max-width: 700px){
			width: 100%;
			flex: 1;

		}

	}
	.compare-board h3 {
		text-align: center;
		margin-bottom: 1.5rem;
	}
	.compare-board .skysocks h3 {
		color: #0079CC;
	}
	.compare-board ul {
		list-style: none;
		padding: 0;
	}
	.compare-board ul li {
		background: url('data:image/svg+xml;charset=UTF-8,<svg fill="%23cccccc" xmlns="http://www.w3.org/2000/svg" width="18" height="18" viewBox="0 0 24 24"><circle cx="12" cy="12" r="12"/></svg>') no-repeat left center;
		background-size: 20px;
		padding-left: 28px;
		margin-bottom: 10px;
	}
	.compare-board .skysocks ul li {
		background: url('data:image/svg+xml;charset=UTF-8,<svg fill="%230079CC" xmlns="http://www.w3.org/2000/svg" width="18" height="18" viewBox="0 0 24 24"><path d="M20.3 5.7c.4.4.4 1 0 1.4l-11 11c-.4.4-1 .4-1.4 0l-5-5a1 1 0 011.4-1.4L9 15.6l10.3-10.3c.4-.4 1-.4 1.4 0z"/></svg>') no-repeat left center;
		background-size: 20px;
	}
}




#comparison-table {
	.table {
		@media(max-width: 480px) {
			width: 600px;
		}
	}
	.table th {
		border-top: 1px solid #e5e5e5;
	}
	.table th, .table td {
		vertical-align: middle;
	}
	.table th:not(:first-child),.table td:not(:first-child) {
		text-align: center;
	}
	.table thead th {
		background-color: #f8f9fa;
	}
	.table tbody td:first-child {
		font-weight: 700;
		font-size: 0.875rem;
	}
	.table tbody td div {
		display: block;
		margin-bottom: 0.5rem;
	}

	.img-sm {
		width: 60px;
		@media(max-width: 480px) {
			width: 40px;
		}
	}
	.img-lg {
		width: 90px;
		@media(max-width: 480px) {
			width: 60px;
		}
	}

	.notice {
		font-size: 0.875rem;

		@media(max-width: 480px) {
			margin-top: 1rem;
		}
	}

}

#recommend {
	background-color: #f5f5f5;

	a {
		color: inherit;
		transition: transform 0.3s;

		&:hover {
			transform: translateY(-5px);
		}
	}

	h2 {
		text-align: center;
	}

	h2.h3 {
		font-size: clamp(1.25rem, 0.966rem + 1.21vw, 1.875rem);
	}

	.flexbox {
		display: flex;
		gap: 2rem;
		justify-content: center;
		flex-wrap: wrap;

		@media(max-width: 480px) {
			gap: 1rem;
		}

		.box {
			background-color: #ffffff;
			padding: 2rem;
			border: 3px solid #0079CC;
			border-radius: 8px;
			width: 100%;
			max-width: 500px;
			box-shadow: 0 4px 12px rgba(0, 0, 0, 0.08);

			@media(max-width: 480px) {
				padding: 1rem;
			}

			h3 {
				color: #0079CC;
				font-size: clamp(1.125rem, 1.011rem + 0.48vw, 1.375rem);
				margin-bottom: 1.5rem;
				@media(max-width: 480px) {
					text-align: center;
				}
				br {
					display: none;

					@media(max-width: 480px) {
						display: block;
					}
				}
			}

			ul {
				list-style: none;
				padding-left: 0.4rem;
				margin-bottom: 0;

				li {
					display: flex;
				}

				li + li {
					margin-top: 0.5rem;
				}

				li::before {
					content: "●";
					color: #0079CC;
					font-size: 1em;
					margin-right: 0.4rem;
					display: inline-block;
					width: 1em;
				}
			}
		}
	}
}

#faq {

	h2 {
		text-align: center;
	}
	.box {
		max-width: 750px;
		margin: 0 auto;
	}
	.faq-card {
	  border-left: 4px solid #007acc;
	  padding: 1em;
	  margin-bottom: 1.2em;
	  background: #f5f5f5;
	}
}

#conclusion {
	background: URL(/products/skysocks/img/conclusion-lg.jpg) no-repeat center center /cover;

	@media(max-width: 767px) {
		background: URL(/products/skysocks/img/conclusion-lg.jpg) no-repeat 40% center /cover;
		height: 80vh;
	}

	.container {
		display: flex;
		justify-content: end;

		@media(max-width: 767px) {
			padding-top: 2rem !important;
		}
	}

	.text {
		width: 55%;
		color: #000;

		@media(max-width: 767px) {
			width: 85%;
		}
	}


}




.cta-container {
	max-width: 1140px;
	display: flex;
	justify-content: center;
	gap: 2rem;
	padding: 1rem;
	margin: 3rem auto;
	flex-wrap: nowrap;

	@media(max-width: 1000px) {
		flex-direction: column;
		align-items: center;
	}

	.cta-box {
		width: 100%;
		max-width: 600px;
		display: flex;
		border: 4px solid #e5e5e5;
		border-radius: 8px;
		box-shadow: 0 2px 5px rgba(0, 0, 0, 0.05);
		transition: transform 0.3s;
	}

	&.end {
		.cta-box {
		}
	}

	.cta-box:hover {
		transform: translateY(-5px);
	}

	.cta-box .img {
		flex: 4;

		img {
			border-radius: 8px;

			@media(max-width: 480px) {
				max-width: 100%;
			}
		}
	}
	.cta-box .text {
		flex: 6;
		padding: 1rem;
		display: flex;
		flex-direction: column;

		@media(max-width: 480px) {
			padding-left: 0;
		}
	}

	.cta-box h3 {
		margin: 0.5rem 0;
		color: #555;
	}

	.cta-box p {
		color: #555;
		margin-bottom: 1rem;
	}

	.cta-box .btn {
		height: auto;
		padding: .5rem 1.75rem;
		margin-top: auto;
		font-size: 0.875rem;
		width: 100%;
	}

	.cta-box:hover .btn-primary {
		background-color: #3EA7E0;
		border-color: #3EA7E0;
	}
}

