@font-face {
	font-family: "Chronic";
	src: url("../../font/33B6F7_0_0.woff2") format("woff2"), url("../../font/33B6F7_0_0.woff") format("woff"), url("../../font/33B6F7_0_0.ttf") format("truetype");
	font-style: normal;
	font-display: swap;
	font-weight: 400;
}

@font-face {
	font-family: "Just Another Hand";
	src: url("../../font/JustAnotherHand-Regular.ttf") format("truetype");
	font-style: normal;
	font-display: swap;
	font-weight: 400;
}

body,
html {
	scroll-snap-type: y mandatory;
	scroll-behavior: smooth;
	overscroll-behavior-y: none;
}

.p-visuals__slider .swiper-pagination {
	width: 100%;
	position: absolute;
	bottom: 3.75rem;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-pack: center;
	justify-content: center;
	z-index: 1;
}

.p-visuals__slider .swiper-pagination-bullet {
	width: 1.25rem;
	height: 0.63rem;
	border-radius: 0.63rem;
	background-color: #FFF;
	transition: all 0.6s ease-in-out;
	margin: 0 0.25rem;
	cursor: pointer;
	user-select: none;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
}

.p-visuals__slider .swiper-pagination-bullet-active {
	width: 2.5rem;
	background-color: var(--blue);
}

.p-visual {
	position: relative;
}

.p-visual--info {
	position: absolute;
	top: 60%;
	left: 50%;
	-ms-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	text-align: center;
	width: 100%;
}

.p-visual--info .container {
	display: -ms-flexbox;
	display: flex;
	-ms-flex-pack: center;
	justify-content: center;
	-ms-flex-align: center;
	align-items: center;
	-ms-flex-direction: column;
	flex-direction: column;
	row-gap: 0.5rem;
}

.p-visual--info .title {
	font-size: 6.25rem;
	font-style: normal;
	font-weight: 400;
	color: #FFF;
	font-family: var(--font-family-title);
}

.p-visual--info .new {
	display: inline-block;
	font-family: var(--font-family-title);
	text-transform: uppercase;
	font-size: 1rem;
	font-style: normal;
	font-weight: 400;
	color: #FFF;
	background-color: var(--orange);
	padding: 0.38rem 1.5rem;
	border-radius: 2.5rem;
}

.p-visual .text {
	font-size: 1rem;
	font-style: normal;
	font-weight: 400;
	position: absolute;
	left: 0;
	bottom: 1.25rem;
	max-width: var(--container-width);
	width: 100%;
	padding-left: var(--container-padding);
	padding-right: var(--container-padding);
	text-align: center;
	color: #FFF;
}

@media (max-width: 1023px) {

.p-visuals__slider .swiper-pagination {
	bottom: 110px;
}

.p-visuals__slider .swiper-pagination-bullet {
	width: 10px;
	height: 5px;
	margin: 0 2.5px;
}

.p-visuals__slider .swiper-pagination-bullet-active {
	width: 22px;
}

.p-visual {
	max-height: calc(100vh - 50px);
	max-height: calc(100svh - 50px);
}

.p-visual--info {
	top: 45%;
}

.p-visual--info .container {
	row-gap: 15px;
}

.p-visual--info .title {
	font-size: 55px;
	line-height: normal;
}

.p-visual--info .new {
	font-size: 16px;
}

.p-visual .text {
	font-size: 14px;
}

}

