@charset "UTF-8";

/* 全体 */
:root {
	--white: #fff;
	--timeeYellow: #ffd700;
	--timeeBlack: #212121;
	--baystarsBlue: #00428d;
	--baystarsSkyBlue: #0096df;
	--baystarsGray: #e6e6e6;
}

* {
	-webkit-overflow-scrolling: touch;
}

html {
	font-family: "Noto Sans JP", "Hiragino Kaku Gothic ProN", "Hiragino Sans", "Meiryo", "MS PGothic", sans-serif;
	font-weight: 400;
	font-style: normal;
	font-optical-sizing: auto;
}

main {
	width: 100%;
}

.container {
	width: calc(100% - (24px * 2));
	max-width: calc(600px - (24px * 2));
	margin: 0 auto;
	padding: 24px;
}

.scroll__campaign {
	display: block;
	width: 180px;
	z-index: 96;
	position: absolute;
	top: 0;
	right: calc((100% - 600px) / 2 + 24px);
}
@media (width < 600px) {
	.scroll__campaign {
		width: 140px;
		right: 8px;
	}
}

/* background */
.bg__gradient {
	z-index: -1000;
	position: fixed;
	width: 100%;
	height: 100vh;
	background-color:hsla(0,0%,100%,0);
	background-image:
	linear-gradient(to bottom, var(--baystarsBlue), var(--baystarsSkyBlue));
}

/* fv */
.fv {
	position: relative;
	width: 100%;
	max-width: 600px;
	margin: 0 auto;
}

.fv__container {
	height: 700px;
	padding: 0 0 64px;
	position: relative;
	background: linear-gradient(to bottom, var(--baystarsBlue), var(--baystarsSkyBlue));
}
@media (width < 600px) {
	.fv__container {
		height: 110dvw;
	}
}

.fv__container .fv__conts--logo {
	z-index: 3;
	position: absolute;
	top: 16px;
	left: 16px;
	width: clamp(100px, 60%, 300px);
}

.fv__container .fv__conts--typo {
	margin: 0 auto;
	width: 100%;
	max-width: 600px;
	opacity: 0.1;
}

.fv__container .fv__conts--text {
	z-index: 3;
	position: absolute;
	top: 45%;
	left: 50%;
	transform: translate(-50%, -50%);
	margin: 0 auto;
	width: 90%;
}

.fv__container .fv__conts--app {
	z-index: 3;
	position: absolute;
	top: 10px;
	right: 10px;
}

.fv__container .fv__conts--app img {
	width: 48px;
}

.fv__container .fv__conts--img {
	z-index: 4;
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
}

.fv__container .fv__conts--ph {
	position: absolute;
	top: 0;
	right: 0;
	width: 50%;
}

.fv .fv__conts--support {
	padding: 8px;
	text-align: center;
	font-size: 12px;
	font-weight: 700;
	color: var(--baystarsBlue);
	background: var(--timeeYellow);
}

.fv .fv__conts--scroll {
	width: 100%;
	padding: 16px 0;
	background: var(--baystarsGray);
}

.fv .fv__conts--scroll img {
	margin: 0 auto;
	width: 180px;
	animation: scroll 1s infinite;
}

.fv .fv__conts--title {
	display: block;
	width: 100%;
	padding: 24px;
	background: var(--baystarsBlue);
}

.fv .fv__conts--title .rareBaito__title--text {
	text-align: center;
}

.fv .fv__conts--title .rareBaito__title--text h2 {
	padding: 4px 16px;
	font-size: 16px;
	color: var(--baystarsBlue);
	background: var(--white);
}

.fv .fv__conts--title .rareBaito__title--text .rareBatito__title--h1 {
	padding: 24px;
	border: solid 2px var(--white);
}

@keyframes scroll {
	0%, 100% {
		opacity: 1;
	}
	50% {
		opacity: .2;
	}
}

.fv__menu {
	display: none;
}

.fv__menu a {
	display: flex;
	align-items: center;
	gap: 8px;
}

.fv__menu a p {
	padding-bottom: 2px;
	font-size: 24px;
	font-weight: 900;
	letter-spacing: 0.05em;
	color: var(--white);
}

@media (1200px < width) {
	.fv__menu {
		position: fixed;
		top: 50%;
		left: 24px;
		transform: translateY(-50%);
		display: flex;
		flex-direction: column;
		gap: 40px;
		line-height: 1;
	}
}

/* PC版のモーダル */
.modal__ctaQRcode , .modal__choSukimaYusya , .modal__staffBaito {
	display: none;
	position: fixed;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background: rgba(255, 255, 255, .4);
	backdrop-filter: blur(8px);
	z-index: 100;
}

.modal__ctaQRcode .modal__container , .modal__choSukimaYusya .modal__container , .modal__staffBaito .modal__container {
	position: relative;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	width: 80%;
	height: fit-content;
	background: var(--timeeYellow);
	padding: 56px 16px;
	border-radius: 16px;
}

.modal__ctaQRcode .modal__container .modal__img , .modal__choSukimaYusya .modal__container .modal__img , .modal__staffBaito .modal__container .modal__img {
	width: 80%;
	max-width: 400px;
	border-radius: 8px;
	margin: 0 auto;
}

.modal__ctaQRcode .modal__container .modal__close , .modal__choSukimaYusya .modal__container .modal__close , .modal__staffBaito .modal__container .modal__close {
	cursor: pointer;
	position: absolute;
	top: 24px;
	right: 24px;
	width: 56px;
}

@media (width < 600px) {
	.modal__ctaQRcode {
		display: none;
	}
}

/* ctaボタン */
.cta__btn {
	width: clamp(300px, 100%, 600px);
	display: flex;
	align-items: center;
	justify-content: center;
	gap: 8px;
	margin: 0 auto;
	font-weight: 700;
	transition: .4s ease-in-out;
	background: var(--white);
}

.cta__btn .cta__container {
	width: 100%;
	max-width: 600px;
	display: flex;
	flex-direction: column;
	gap: 16px;
}

.cta__btn .cta__container .cta__btn--btn {
	width: 100%;
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	gap: 2px;
	padding: 24px 40px 16px;
	background: var(--timeeYellow) url("/baystarsxtimee/img/btn-ctaTimin.svg") no-repeat center right / auto 80%;
	border: solid 2px var(--timeeBlack);
	border-radius: 100vmax;
	animation: timinPop 1s infinite;
}

.cta__btn .cta__container .cta__btn--btn .cta__btn--btnFlex {
	width: 100%;
	display: flex;
	align-items: center;
	justify-content: center;
	gap: 8px;
}

.cta__btn .cta__container .cta__btn--btn .cta__btn--text {
	width: calc((100% - 8px) * (428 / (428 + 46)));
}

.cta__btn .cta__container .cta__app--btn {
	width: 100%;
	max-width: 400px;
	margin: 0 auto;
	display: flex;
	gap: 8px;
	justify-content: center;
	align-items: center;
}

.cta__btn .cta__container .cta__app--btn .appStore {
	aspect-ratio: 120 / 40;
	width: calc((120 / (135 + 120)) * (100% - 8px));
}

.cta__btn .cta__container .cta__app--btn .googlePlay {
	aspect-ratio: 135 / 40;
	width: calc((135 / (135 + 120)) * (100% - 8px));
}

.cta__btn .cta__container p {
	font-size: 12px;
	text-align: center;
}

@keyframes timinPop {
	0%, 100% {
		transform: translateY(5px);
	}
	80% {
		transform: translateY(-5px);
	}
}

@media (width < 600px) {
	.cta__btn {
		padding: 0;
	}
}

/* レアバイト応募までの流れ */
.step {
	width: clamp(300px, 100%, 600px);
	margin: 0 auto;
	padding: 24px;
	background: var(--timeeYellow);
}

.step .step__title {
	position: relative;
	width: 100%;
	margin: 0 auto 24px;
	padding: 16px;
	background: var(--white);
	border: solid 2px var(--timeeBlack);
	border-radius: 100vmax;
	text-align: center;
}

.step .step__title h2 {
	font-size: 20px;
	font-weight: 700;
}

.step .step__title p {
	font-size: 12px;
	text-align: center;
}

.step .step__title svg {
	width: 16px;
	height: 8px;
	position: absolute;
	bottom: -12px;
	left: 50%;
	transform: translate(-50%, -50%);
}

.step .step__contents {
	margin: 16px 0 0;
	color: var(--baystarsBlue);
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	gap: 8px;
}

.step .step__contents .step__content {
	width: 100%;
}

.step .step__contents .step__content .step__content--title {
	width: 100%;
	padding: 0 0 4px;
	border: solid 4px var(--baystarsBlue);
	text-align: center;
	font-size: 16px;
	font-weight: 700;
}

.step .step__contents .step__content .step__content--title span {
	font-size: 24px;
}

.step .step__contents .step__content .step__content--conts {
	display: flex;
	flex-direction: column;
	color: var(--timeeBlack);
	align-items: center;
	justify-content: center;
	gap: 16px;
	padding: 24px;
	background: var(--white);
}

.step .step__contents .step__content .step__content--conts h3 {
	font-size: 20px;
	text-align: center;
	line-height: 1.2;
	margin: 0 0 8px;
}

.step .step__contents .step__content .step__content--conts span {
	font-size: 12px;
	font-weight: 400;
}

.step .step__contents .step__content .step__content--conts a {
	color: var(--baystarsBlue);
	text-decoration: underline;
	text-underline-offset: 4px;
}

@media (600px < width) {
	.step .step__contents .step__content .step__content--conts {
		flex-direction: row;
		align-items: center;
		justify-content: flex-start;
		gap: 16px;
		text-align: left;
	}

	.step .step__contents .step__content .step__content--conts h3 {
		text-align: left;
	}
}

/* バイト申し込みボタン */
.rareBaito__container .btn__request {
	width: 100%;
	position: relative;
	display: flex;
	align-items: center;
	justify-content: center;
	gap: 16px;
	margin: 16px 0 0;
	padding: 16px;
	border: 2px solid var(--timeeBlack);
	border-radius: 100vmax;
	background: var(--timeeYellow);
	animation: timinPop 1s infinite;
}

.rareBaito__container .btn__request img {
	height: 24px;
	margin: 0 auto;
}

.rareBaito__container .btn__request::before {
	position: absolute;
	top: 0;
	left: 50%;
	transform: translate(-50%, -50%);
	content: "";
	width: 50px;
	height: 18px;
	background: url("/baystarsxtimee/img/btn-request_before.svg") no-repeat;
}

.rareBaito__container .btn__request::after {
	position: absolute;
	bottom: 4px;
	right: -16px;
	transform: translate(-50%, -50%);
	content: "";
	width: 15px;
	height: 20px;
	background: url("/baystarsxtimee/img/btn-request_after.svg") no-repeat;
}

/* スキマバイトセクション */
.rareBaito {
	width: clamp(300px, 100%, 600px);
	margin: 0 auto -2px;
	border: solid var(--baystarsBlue);
	background: var(--white);
}

.rareBaito .rareBaito__container {
	width: 100%;
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
}

.rareBaito .rareBaito__container .rareBaito__title {
	width: 100%;
	padding: 24px;
	background: var(--baystarsBlue);
	color: var(--white);
}

.rareBaito .rareBaito__container .rareBaito__title hgroup .rareBaito__title--text {
	text-align: center;
}

.rareBaito .rareBaito__container .rareBaito__title hgroup .rareBaito__title--text h2 {
	padding: 4px 16px;
	font-size: 16px;
	color: var(--baystarsBlue);
	background: var(--white);
}

.rareBaito .rareBaito__container .rareBaito__title hgroup .rareBaito__title--text h1 {
	color: var(--white);
	font-size: 27px;
	padding: 12px 4px 16px;
	border: solid 2px var(--white);
}

.rareBaito .rareBaito__container .rareBaito__title hgroup p {
	margin: 16px 0 0;
	line-height: 1.6;
	font-size: 16px;
}

.rareBaito .rareBaito__container .rareBaito__link {
	width: 100%;
	margin: 32px 0 0;
	display: flex;
	flex-direction: column;
	gap: 32px;
}

.rareBaito .rareBaito__container .rareBaito__link .rareBaito__link--btn {
	position: relative;
	width: 100%;
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	gap: 4px;
	padding: 24px 16px 16px;
	background: var(--timeeYellow);
	border-radius: 16px;
}

.rareBaito .rareBaito__container .rareBaito__link .rareBaito__link--btn p {
	color: var(--timeeBlack);
	font-size: 20px;
	font-weight: 800;
}

.rareBaito .rareBaito__container .rareBaito__link .rareBaito__link--btn .rareBaito__link--logo {
	width: 100%;
	max-width: 220px;
}

.rareBaito .rareBaito__container .rareBaito__link .rareBaito__link--btn .rareBaito__link--No {
	position: absolute;
	top: -8px;
	left: -8px;
	width: 140px;
	animation: rareBaitoLink 0.8s infinite;
	transform-origin: left center;
	rotate: -4deg;
}

.rareBaito .rareBaito__container .rareBaitoConts {
	width: 100%;
	display: flex;
	flex-direction: column;
	align-items: center;
	gap: 16px;
	padding: 24px;
	background: url("/baystarsxtimee/img/bg-tile.png") repeat;
	border-top: solid 2px var(--baystarsBlue);
	position: relative;
}

.rareBaito .rareBaito__container .rareBaitoConts .annotation {
	display: block;
	width: 100%;
	text-align: right;
	font-size: 11px;
	font-weight: 400;
	color: var(--timeeBlack);
}

.rareBaito .rareBaito__container .rareBaitoConts .rareBaitoConts__title {
	width: clamp(200px, 100%, 400px);
}

.rareBaito .rareBaito__container .rareBaitoConts h4 {
	margin: 0 0 -12px;
	display: block;
	width: 100%;
	font-size: 24px;
	font-weight: 700;
	text-align: center;
}

.rareBaito .rareBaito__container .rareBaitoConts h5 {
	font-size: 16px;
	font-weight: 700;
	text-align: center;
}

.rareBaito .rareBaito__container .rareBaitoConts p {
	font-size: 16px;
	line-height: 1.6;
}

.rareBaito .rareBaito__container .rareBaitoConts .rareBaitoConts__img {
	width: 100%;
	display: flex;
	gap: 16px;
}

.rareBaito .rareBaito__container .rareBaitoConts .rareBaitoConts__img img {
	width: calc((100% - 16px) / 2);
	border-radius: 8px;
}

.rareBaito .rareBaito__container .rareBaitoConts .rareBaitoConts__detail {
	width: 100%;
	display: flex;
	flex-direction: column;
	gap: 16px;
	padding: 16px;
	background: rgba(0, 66, 141, 0.1);
	border: solid 2px var(--baystarsBlue);
}

.rareBaito .rareBaito__container .rareBaitoConts .rareBaitoConts__detail .rareBaitoConts__detail--flex {
	display: flex;
	gap: 8px;
	align-items: center;
	flex-wrap: wrap;
}
@media (width < 600px) {
	.rareBaito .rareBaito__container .rareBaitoConts .rareBaitoConts__detail .rareBaitoConts__detail--flex {
		flex-direction: column;
	}
}

.rareBaito .rareBaito__container .rareBaitoConts .rareBaitoConts__detail .rareBaitoConts__detail--item {
	font-size: 16px;
	color: var(--white);
	padding: 0 8px;
	background: var(--baystarsBlue);
}

@media (width < 600px) {
	.rareBaito .rareBaito__container .rareBaitoConts .rareBaitoConts__detail .rareBaitoConts__detail--item {
		width: 100%;
		text-align: center;
	}
}

.rareBaito .rareBaito__container .rareBaitoConts .rareBaitoConts__detail .rareBaitoConts__detail--flex > div {
	display: flex;
	flex-direction: row;
	gap: 4px;
	align-items: center;
}

@media (width < 600px) {
	.rareBaito .rareBaito__container .rareBaitoConts .rareBaitoConts__detail .rareBaitoConts__detail--flex > div {
		flex-direction: column;
	}
}

.rareBaito .rareBaito__container .rareBaitoConts .rareBaitoConts__detail div b {
	font-size: 20px;
	color: var(--timeeBlack);
}

.rareBaito .rareBaito__container .rareBaitoConts .rareBaitoConts__detail p span {
	font-size: 15px;
}

@keyframes rareBaitoLink {
	0% {
		transform: rotate(4deg);
	}
	20% {
		transform: rotate(0deg);
	}
	80% {
		transform: rotate(0deg);
	}
	100% {
		transform: rotate(4deg);
	}
}

@media (width < 600px) {
	.rareBaito .rareBaito__container .rareBaitoConts {
		flex-direction: column;
		align-items: center;
	}
	
	.rareBaito .rareBaito__container .rareBaitoConts .rareBaitoConts__arrow {
		rotate: 90deg;
	}
	
	.rareBaito .rareBaito__container .rareBaitoConts .rareBaitoConts__title--align {
		text-align: left;
	}
	
	.rareBaito .rareBaito__container {
		padding: 0;
	}
	
	.rareBaito .rareBaito__container .rareBaitoConts {
		padding: 32px 24px;
	}
}

/* タイミーって何？セクション */
.whatsTimee {
	width: clamp(300px, 100%, 600px);
	margin: 0 auto -2px;
	padding: 40px 24px;
	background: var(--baystarsGray);
}

.whatsTimee .whatsTimee__container {
	position: relative;
	width: 100%;
	padding: 24px;
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	gap: 16px;
	background: var(--timeeYellow);
	border-radius: 16px;
}

.whatsTimee .whatsTimee__container::before {
	content: "";
	position: absolute;
	top: 0;
	left: 50%;
	width: 110px;
	height: 40px;
	background: url("/baystarsxtimee/img/section-timee_before.svg") no-repeat;
	transform: translate(-50%, -50%);
}

.whatsTimee .whatsTimee__container::after {
	content: "";
	position: absolute;
	bottom: 16px;
	right: -16px;
	width: 30px;
	height: 40px;
	background: url("/baystarsxtimee/img/section-timee_after.svg") no-repeat;
}

.whatsTimee .whatsTimee__container .whatsTimee__title {
	position: relative;
	background: var(--white);
	border-radius: 100vmax;
	width: 100%;
	padding: 24px 0;
	overflow: hidden;
}

.whatsTimee .whatsTimee__container .whatsTimee__title .whatsTimee__title--flex {
	display: flex;
	align-items: center;
	justify-content: center;
	gap: 8px;
}

.whatsTimee .whatsTimee__container .whatsTimee__title .whatsTimee__title--flex h4 {
	font-size: 16px;
	font-weight: 400;
}

.whatsTimee .whatsTimee__container .whatsTimee__title .whatsTimee__title--flex h3 {
	font-size: 24px;
	font-weight: 700;
}

.whatsTimee .whatsTimee__container .whatsTimee__title .whatsTimee__title--mock {
	position: absolute;
	top: -16px;
	right: -8px;
	width: 120px;
	height: auto;
}

.whatsTimee .whatsTimee__container .whatsTimee__read {
	margin: 8px auto 0;
	font-size: 18px;
	text-align: center;
}

.whatsTimee .whatsTimee__container .whatsTimee__read span {
	font-size: 22px;
	font-weight: 700;
	background: linear-gradient(transparent 65%, rgb(255, 255, 255) 65%);
}

.whatsTimee .whatsTimee__container .whatsTimee__read .whatsTimee__read--br {
	display: block;
}

.whatsTimee .whatsTimee__container .whatsTimee__p {
	margin: 8px auto 0;
	padding: 15px;
	border-radius: 8px;
	background: rgba(255,255,255,0.5);
	font-size: 14px;
	line-height: 1.8;
}

.whatsTimee .whatsTimee__container .whatsTimee__p span {
	font-weight: 700;
}

.whatsTimee .whatsTimee__container .whatsTimee__p a {
	text-decoration-line: underline;
	text-underline-offset: 4px;
}

.whatsTimee .whatsTimee__container .whatsTimee__title--mockSP {
	display: none;
}

@media (width < 600px) {
	.whatsTimee .whatsTimee__container .whatsTimee__title .whatsTimee__title--mock {
		display: none;
		position: static;
	}
	
	.whatsTimee .whatsTimee__container .whatsTimee__title--mockSP {
		display: block;
		width: clamp(200px, 100%, 240px);
		margin: 16px auto 0;
	}
	
	.whatsTimee .whatsTimee__container .whatsTimee__read {
		text-align: justify;
	}
	
	.whatsTimee .whatsTimee__container .whatsTimee__read .whatsTimee__read--br {
		display: none;
	}
	
	.whatsTimee {
		padding: 24px 16px;
	}
	
	.whatsTimee .whatsTimee__container {
		padding: 16px;
	}
}

/* footer */
footer.footer {
	width: clamp(300px, 100%, 600px);
	font-size: 15px;
	font-weight: 700;
	text-align: center;
	margin: 0 auto;
}

footer.footer .footer__toPageTop {
	display: flex;
	align-items: center;
	justify-content: center;
	gap: 16px;
	color: var(--baystarsBlue);
	padding: 16px;
	border: solid var(--baystarsBlue);
	border-width: 2px 0 2px;
	background: var(--white);
}

footer.footer .footer__toPageTop .footer__arrow {
	display: flex;
	align-items: center;
	justify-content: center;
	gap: 16px;
	animation: arrowBlink 1.6s infinite;
}

footer.footer .footer__container {
	padding: 64px 24px 24px;
	display: flex;
	gap: 8px;
	flex-direction: column;
	background: var(--white);
}

footer.footer .footer__container img ,
footer.footer .footer__container a {
	width: 100%;
	border-radius: 8px;
}

footer.footer .footer__container .footer__timeeLogo {
	width: 100%;
	max-width: 320px;
	margin: 0 auto;
	padding: 24px;
}

footer.footer .footer__container .footer__links {
	width: 100%;
	display: flex;
	flex-direction: column;
	align-items: center;
	gap: 8px;
	margin: 0 auto;
}

footer.footer .footer__container .footer__appDL--btn {
	width: 100%;
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	gap: 4px;
	padding: 16px;
	background: var(--timeeYellow);
	border-radius: 100vmax;
}

footer.footer .footer__container .footer__flex {
	margin: 8px auto 0;
	width: 100%;
	display: flex;
	gap: 8px;
	justify-content: center;
	align-items: center;
}

footer.footer .footer__container .footer__flex .appStore {
	aspect-ratio: 120 / 40;
	width: calc((120 / (135 + 120)) * (100% - 8px));
}

footer.footer .footer__container .footer__flex .googlePlay {
	aspect-ratio: 135 / 40;
	width: calc((135 / (135 + 120)) * (100% - 8px));
}

footer.footer .footerLink__about--company ,
footer.footer .footerLink__about--app {
	padding: 16px;
	border-radius: 8px;
	border: 2px solid var(--timeeYellow);
	background: var(--white);
}

.copyright {
	margin: 0 auto;
	padding: 32px 24px;
	font-size: 12px;
	font-weight: 400;
	color: var(--timeeBlack);
}

@keyframes arrowBlink {
	0% {
		opacity: 1;
	}
	50% {
		opacity: 0;
	}
	100% {
		opacity: 1;
	}
}

/* フェードイン機能 */
.fade-in {
	opacity: 0;
	transform: translateY(40px);
	transition: opacity 0.8s ease-out, transform 0.8s ease-out;
}

.fade-in.visible {
	opacity: 1;
	transform: translateY(0);
}

/* 各セクションにフェードインクラスを適用 */
.step__content,
.rareBaitoConts,
.whatsTimee,
.footer {
	opacity: 0;
	transform: translateY(30px);
	transition: opacity 0.8s ease-out, transform 0.8s ease-out;
}

.step__content.visible,
.rareBaitoConts.visible,
.whatsTimee.visible,
.footer.visible {
	opacity: 1;
	transform: translateY(0);
}

/* 応募終了オーバーレイ */
.recruitment-ended-overlay {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-color: rgba(33, 33, 33, 0.8);
	display: flex;
	align-items: center;
	justify-content: center;
	z-index: 10;
}

.recruitment-ended-text {
	display: flex;
	align-items: center;
	justify-content: center;
	gap: 16px;
	background: var(--white);
	color: var(--baystarsBlue);
	font-weight: 700;
	padding: 16px 32px;
	text-align: center;
}
.recruitment-ended-text p {
	margin-top: -12px;
}
.recruitment-ended-text h4 {
	font-size: clamp(20px, 2.2vw, 24px) !important;
}

@media (width < 600px) {
	.recruitment-ended-text {
		font-size: 20px;
		padding: 12px 24px;
	}
}

/* リンクボタン用応募終了オーバーレイ */
.link-btn-overlay {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-color: rgba(33, 33, 33, 0.8);
	display: flex;
	align-items: center;
	justify-content: center;
	z-index: 10;
	border-radius: 16px;
}

.link-btn-ended-text p {
	font-size: 18px;
	font-weight: 700;
	text-align: center;
	color: var(--white) !important;
	margin: 0;
	font-size: 18px;
	font-weight: 700;
}

@media (width < 600px) {
	.link-btn-ended-text {
		font-size: 16px;
		padding: 10px 20px;
	}
	
	.link-btn-ended-text p {
		font-size: 16px;
	}
}

/* 応募終了したリンクボタンのアニメーション停止 */
.rareBaito__link--btn.recruitment-ended .rareBaito__link--No {
	animation: none !important;
}