@charset "UTF-8";

/* 等速で左に流れるスライダーの設定 */
.swiper-left {
	width: 100%;
	margin-inline: 0;
	/* overflow: hidden; */
	pointer-events: none;
}
.swiper-left figure {
	display: block;
	aspect-ratio: 4/3;
	position: relative;
}

.swiper-left figure::before {
	content: "";
	display: block;
	width: min(120px, 40%);
	position: absolute;
	z-index: 1;
	opacity: 1;
	transform-origin: center;
}

.swiper-left figure:nth-of-type(even) {
	margin-top: 30px;
}

.swiper-left figure:nth-of-type(6n+1)::before {
	height: min(98.51px, 32.836%);
	left: 0;
	top: 0;
	background: url("../img/recruit/voice03/bread_tablebread.webp") no-repeat center center /contain;
	animation: rotate_bread_tablebread 1.6s linear infinite;
}

.swiper-left figure:nth-of-type(6n+3)::before {
	height: min(78.2px, 26.066%);
	right: 0;
	bottom: 0;
	background: url("../img/recruit/voice03/bread_curry.webp") no-repeat center center /contain;
	animation: rotate_bread_curry 1.6s linear infinite;
}

.swiper-left figure img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	object-position: center;
}

@keyframes rotate_bread_tablebread {
	0%, 100% {
		transform: translate(-50%, -50%) rotate(0deg);
	}
	50% {
		transform: translate(-50%, -50%) rotate(-15deg);
	}
}
@keyframes rotate_bread_curry {
	0%, 100% {
		transform: translate(50%, 50%) rotate(0deg);
	}
	50% {
		transform: translate(50%, 50%) rotate(15deg);
	}
}
.slider-circle-wrapper {
	position: relative;
	overflow: visible;
	padding-block: var(--circle-slide-margin);
}
.slider-circle-wrapper::before {
	content: "";
	display: block;
	width: 100vw;
	height: var(--circle-slide-margin);
	position: absolute;
	top: 0.5px;
	left: 0;
	z-index: 0;
	background-color: transparent;
	background-image: url("../img/oem/oem-slide-bg-arc.svg");
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
}
.slider-circle-wrapper::after {
	content: "";
	display: block;
	width: 100vw;
	height: var(--circle-slide-margin);
	position: absolute;
	bottom: 0.5px;
	left: 0;
	z-index: 0;
	transform: rotate(180deg);
	background-color: transparent;
	background-image: url("../img/oem/oem-slide-bg-arc.svg");
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
}

.swiper-left.circle {
	background-color: var(--color_primary);
	position: relative;
	overflow: hidden;
}

.swiper-left.circle figure {
	overflow: hidden;
	border-radius: 50%;
}
.swiper-left.circle figure:nth-of-type(even) {
	margin-top: 5%;
}
.swiper-left .swiper-wrapper {
	animation-play-state: running;
	transition-timing-function: linear;
}

.seasonal-noodles-slider {
	padding-block: 40px;
}

.seasonal-noodles-slider figure {
	/* width: 20%; */
}