@charset "UTF-8";


/* fade-in */
#aqai.main_contents .fade-in {
	opacity: 0;
	transition-duration: 500ms;
	transition-property: opacity, transform;
}

#aqai.main_contents .fade-in-up {
	transform: translate(0, 50px);
}

#aqai.main_contents .fade-in-down {
	transform: translate(0, -50px);
}

#aqai.main_contents .fade-in-left {
	transform: translate(-50px, 0);
}

#aqai.main_contents .fade-in-right {
	transform: translate(50px, 0);
}

#aqai.main_contents .scroll-in {
	opacity: 1;
	transform: translate(0, 0);
}


/* contents */
#aqai.main_contents {
	position: relative;
	color: #000;
	max-width: 1440px;
	margin: auto;
}

@media screen and (max-width: 768px) {
	#aqai.main_contents {
		margin: 0 auto;
	}
}

#aqai.main_contents .content,
#aqai.main_contents .content_head {
	position: relative;
	width: min(115.2rem, 1152px);
	margin: 0 auto;
}


@media screen and (max-width: 768px) {
	#aqai.main_contents .content_head {
		width: 32.4rem;
		margin: 4rem auto 0;
	}

	#aqai.main_contents .content {
		width: 28.8rem;
		margin: 4rem auto 0;
	}

	#aqai.main_contents .content .ignore_content_margin_sp {
		margin-right: -3.6rem;
		margin-left: -3.6rem;
	}

	#aqai.main_contents .content .small_content_margin_sp {
		margin-right: -2rem;
		margin-left: -2rem;
	}
}

#aqai.main_contents p {
	font-size: min(1.6rem, 16px);
}


#aqai.main_contents .txL {
	text-align: left;
}

#aqai.main_contents .ib {
	display: inline-block;
}

@media screen and (max-width: 768px) {
	#aqai.main_contents .spTaL {
		text-align: left;
	}
	#aqai.main_contents .sp_mt1r {
		margin-top: 1rem !important;
	}
	#aqai.main_contents .sp_pt0 {
		padding-top: 0 !important;
	}
}

@media screen and (min-width: 769px) {
	#aqai.main_contents .pc_mb-5r {
		margin-bottom: max(-5rem, -50px);
	}
}

/* mv */
#aqai section#mv {
	width: min(115.2rem, 1152px);
	margin: 0 auto min(5rem, 50px);
}

@media screen and (max-width: 768px) {
	#aqai section#mv {
		width: 100%;
		margin: 0 auto 2.5rem;
	}
}

/* head */
/* section switch */
#aqai .section_switch_wrap {
	display: flex;
	gap: min(2rem, 20px);
	border-bottom: 1px solid #000;
	justify-content: center;
	margin: 0 auto min(10rem, 100px);
}

@media screen and (max-width: 768px) {
	#aqai .section_switch_wrap {
		gap: 0.8rem;
		margin-bottom: 5rem;
	}
}

#aqai .section_switch {
	font-size: min(2.7rem, 27px);
	font-weight: 400;
	border: 1px solid #000;
	border-bottom: 0;
	padding: min(1rem, 10px);
	width: min(37.6rem, 376px);
	text-align: center;
	background-color: #8D8D8D;
	color: #FFF;
	z-index: 1;
	box-sizing: border-box;
	cursor: pointer;
}

@media screen and (max-width: 768px) {
	#aqai .section_switch {
		font-size: 1.6rem;
	}
	#aqai .section_switch#tab_go {
		padding: min(1rem, 10px) min(0.2rem, 2px);
		letter-spacing: -0.6px;
		font-size: 1.5rem;
	}
}

#aqai .section_switch.active {
	background-color: #FFF;
	color: #000;
	border-bottom: 1px solid #FFF;
	margin-bottom: -1px;
	cursor: auto;
}

#aqai section#aquos_ai,
#aqai section#google_ai {
	display: none;
}

#aqai section#aquos_ai.active,
#aqai section#google_ai.active {
	display: block;
}

@media screen and (max-width: 768px) {

	#aqai section#aquos_ai,
	#aqai section#google_ai {
		overflow: hidden;
	}
}

/* h2 */
#aqai .content_read {
	width: min(90rem, 900px);
	margin: auto;
	text-align: center;
}

@media screen and (max-width: 768px) {
	#aqai .content_read {
		width: 100%;
		margin: auto;
	}
}

#aqai h2 {
	font-size: min(4rem, 40px);
	height: fit-content;
	font-feature-settings: "palt";
	margin-bottom: min(6rem, 60px);
}

@media screen and (max-width: 768px) {
	#aqai h2 {
		font-size: 3rem;
	}
}

#aqai .content_read p {
	font-size: min(2.2rem, 22px);
	line-height: 1.8;
}

@media screen and (max-width: 768px) {
	#aqai .content_read p {
		font-size: 1.6rem;
		line-height: 1.95;
	}
}

#aqai .content_read .note {
	font-size: min(1.4rem, 14px);
	text-align: left;
	width: fit-content;
	margin: min(7rem, 70px) auto 0;
}

@media screen and (max-width: 768px) {
	#aqai .content_read .note {
		width: 28.8rem;
		margin: 4rem auto 0;
		font-size: 1.2rem;
	}
}

/* h3 */
#aqai .h3_wrap {
	margin: min(16em, 160px) auto min(5rem, 50px);
	width: min(81.4rem, 814px);
	text-align: center;
}

@media screen and (max-width: 768px) {
	#aqai .h3_wrap {
		margin: 8em auto 0;
		width: 100%;
	}
}

#aqai #google_ai .h3_wrap {
	margin-top: 0;
	padding-top:  min(16em, 160px);
}

@media screen and (max-width: 768px) {
	#aqai #google_ai .h3_wrap {
		padding-top: 8rem;
	}
}

#aqai .h3_wrap.top {
	margin-top: min(10rem, 100px);
}

#aqai .h3Img_wrap {
	position: relative;
}


#aqai h3 {
	font-size: min(4rem, 40px);
	font-weight: 500;
	padding: min(2rem, 20px) 0;
	min-width: min(45rem, 450px);
	width: fit-content;
	margin: min(5rem, 50px) auto min(2.5rem, 25px);
	border-top: 3px solid #000;
	border-bottom: 3px solid #000;
	position: relative;
}


@media screen and (max-width: 768px) {
	#aqai h3 {
		font-size: 3.2rem;
		padding: 1rem;
		min-width: unset;
		width: 28.8rem;
		margin: -6rem auto 1rem;
		/* border: none; */
	}

	#aqai #google_ai h3 {
		margin-top: 0;
	}
}

#aqai #gemini h3 {
	padding: min(1.5rem, 15px);
}

@media screen and (max-width: 768px)  {
	#aqai #gemini h3 {
		padding: 0.65rem;
	}
}

#aqai #gemini h3>img {
	height: min(7rem, 70px);
	width: auto;
	margin: auto;
}

@media screen and (max-width: 768px){
	#aqai #gemini h3>img {
		height: 5.5rem;
	}
}

#aqai #circle h3 {
	padding: 0;
}

#aqai #circle h3>img {
	height: min(10.6rem, 106px);
	width: auto;
	margin: auto;
}

@media screen and (max-width: 768px){
	#aqai #circle h3>img {
		height: 7rem;
	}
}

#aqai #google_photos h3 {
	padding: 0.65rem;
}

#aqai #google_photos h3>img {
	height: min(10.6rem, 106px);
	width: auto;
	margin: auto;
}

@media screen and (max-width: 768px){
	#aqai #google_photos h3>img {
		height: 5.5rem;
	}
}

#aqai .h3_read {
	font-size: min(2.8rem, 28px);
	padding: min(2rem, 20px) 0;
	position: relative;
}

@media screen and (max-width: 768px) {
	#aqai .h3_read {
		font-size: 1.6rem;
		padding: 1rem 0;
		margin: 1rem auto 5rem;
		width: 28.8rem;
		/* border-top: 3px solid #000; */
		/* border-bottom: 3px solid #000; */
	}
}

/* anker */
#aqai .anker_links {
	width: min(100rem, 1000px);
	margin: min(13rem, 130px) auto;
	display: flex;
	gap: min(2rem, 20px);
	justify-content: center;
}

@media screen and (max-width: 768px) {
	#aqai .anker_links {
		flex-direction: column;
		width: 32.2rem;
		margin: 5rem auto -3rem;
		gap: 1.5rem;
	}

	#aqai #google_ai .anker_links {
		margin: 5rem auto 10rem;
	}
}

#aqai #google_ai .anker_links {
	margin-bottom: 0;
}

#aqai .anker_links img {
	height: min(13rem, 130px);
	width: auto;
	max-width: unset;
}

@media screen and (max-width: 768px) {
	#aqai .anker_links img {
		height: auto;
		width: 100%;
		max-width: unset;
	}
}



/* slide01 */
#aqai #slide01.splide {
	position: relative;
	margin-bottom: min(4rem, 40px);
}

#aqai #slide01 .slide__item {
	height: min(40rem, 400px);
}

@media screen and (max-width: 768px) {
	#aqai #slide01 .slide__item {
		height: unset;
		width: 25rem;
	}
}

#aqai #slide01 .slide__item>img {
	height: min(35rem, 350px);
	width: auto;
}

@media screen and (max-width: 768px) {
	#aqai #slide01 .slide__item>img {
		height: 35rem;
		object-fit: cover;
	}
}

#aqai #slide01 .slide__item .slide_name {
	border: 1px solid #000;
	border-radius: 9999px;
	font-size: min(1.8rem, 18px);
	line-height: 1;
	padding: min(0.5rem, 5px) min(3rem, 30px);
	width: fit-content;
	margin: min(1.4rem, 14px) auto 0;
	text-align: center;
	min-width: min(11rem, 110px);
}

#aqai #slide01 .splide__pagination {
	position: absolute;
	right: 0;
	left: 0;
	top: min(43rem, 430px);
	margin: auto;
	display: flex;
	gap: min(1.6rem, 16px);
}

@media screen and (max-width: 768px) {
	#aqai #slide01 .splide__pagination {
		gap: 1.2rem;
		top: 43rem;
	}

}

#aqai #slide01 .splide__pagination button.splide__pagination__page {
	width: min(1.6rem, 16px);
	height: min(1.6rem, 16px);
	background-color: #DDDDDD;
	border-radius: 9999px;
	font-size: 0;
	padding: 0;
	cursor: pointer;
}

@media screen and (max-width: 768px) {
	#aqai #slide01 .splide__pagination button.splide__pagination__page {
		width: 1.2rem;
		height: 1.2rem;
	}
}

#aqai #slide01 .splide__pagination button.splide__pagination__page.is-active {
	background-color: #2929A3;
}


/* feature */

#aqai .sec_wrap {
	display: flex;
	align-items: center;
	border-bottom: 1px solid #000;
}


#aqai .sec_wrap.dotted-line {
	border-bottom: 2px dotted #000;
}

#aqai .sec_wrap.border-top {
	border-top: 1px solid #000;
}

@media screen and (max-width: 768px) {
	#aqai .sec_wrap {
		min-height: unset;
		border-bottom: unset;
	}

	#aqai .sec_wrap.border-top {
		border-top: unset;
	}
}

#aqai .feature {
	display: grid;
	grid-template-rows: min(8rem, 80px) 1fr auto auto 1fr min(8rem, 80px);
	grid-template-columns: min(57rem, 580px) 1fr;
	text-align: center;
	width: 100%;
}

@media screen and (max-width: 768px) {
	#aqai .feature {
		display: block;
		padding: 5rem 0;
		border-bottom: none;
	}

	#aqai #trigger_sec_scroll_movie .sec_wrap {
		opacity: 0;
		align-items: flex-start;
	}

	#aqai #trigger_sec_scroll_movie .sec_wrap.active {
		opacity: 1;
	}

	#aqai #trigger_sec_scroll_movie .feature {
		background-color: #FFF;
	}
}


#aqai .feature .sec_head {
	grid-row: 3/4;
	grid-column: 1/2;
}

@media screen and (max-width: 768px) {
	#aqai #trigger_sec_scroll_movie .feature .sec_head {
		margin-top: 3rem;
	}
}

#aqai .feature .sec_txt {
	grid-row: 4/5;
	grid-column: 1/2;
}

@media screen and (max-width: 768px) {
	#aqai .feature .sec_txt {
		margin: 1rem auto 0;
	}
}

#aqai .feature .sec_txt p {
	font-size: min(1.6rem, 16px);
	margin: min(3rem, 30px) auto 0;
	line-height: 1.6;
}


#aqai .feature .sec_txt p.small {
	font-size: min(1.2rem, 12px);
	line-height: 1.43;
}

@media screen and (max-width: 768px) {
	#aqai .feature .sec_txt p {
		text-align: left;
		font-size: 1.4rem;
		margin: 1rem auto 0;
		line-height: 1.8;
	}
}

#aqai .feature .sec_img_wrap {
	grid-row: 2/6;
	grid-column: 2/3;
	display: flex;
	align-items: center;
	justify-content: center;
	flex-direction: column;
}

@media screen and (max-width: 768px) {
	#aqai .feature .sec_img_wrap.sp20r {
		width: 20rem;
		margin: auto;
	}

	#aqai .feature .sec_img_wrap.sp24r {
		width: 24rem;
		margin: auto;
	}

}

@media screen and (min-width: 769px) {
	#aqai .feature .sec_img_wrap.cmp_margin_pc {
		margin: max(-5rem, -50px) auto;
	}
}


@media screen and (min-width: 769px) {
	#aqai .feature .sec_img_wrap img.wide_pc {
		max-width: min(57.5rem, 575px);
	}
}

#aqai .feature .sec_img_wrap img,
#aqai .feature .sec_img_wrap video {
	width: auto;
	max-height: min(57rem, 570px);
	max-width: min(48.5rem, 485px);
}

@media screen and (max-width: 768px) {

	#aqai .feature .sec_img_wrap img,
	#aqai .feature .sec_img_wrap video {
		max-width: 100%;
	}
}

@media screen and (min-width: 769px) {
	#aqai .feature .sec_img_wrap img.pc_mw32r {
		max-width: min(32rem, 320px);
	}
}

#aqai .feature .sec_img_wrap .slide_change_wrap {
	width: min(30.3rem, 303px);
	margin: max(-3rem, -30px) auto;
	display: flex;
	flex-direction: column;
	gap: min(1rem, 10px);
}

@media screen and (max-width: 768px) {
	#aqai .feature .sec_img_wrap .slide_change_wrap {
		width: 100%;
		margin-top: 0.5rem;
		margin-bottom: 0;
	}
}

#aqai .feature .sec_img_wrap .slide_change {
	position: relative;
}

#aqai .feature .sec_img_wrap .slide_change .afterImg {
	overflow: hidden;
	width: 0%;
	transition: width 0.2s ease-out;
	margin: auto 0 auto auto;
	display: flex;
	justify-content: end;
}

@media screen and (max-width: 768px) {
	#aqai .feature .sec_img_wrap .slide_change .afterImg {
		margin-bottom: 1rem;
	}
}

#aqai .feature .sec_img_wrap .slide_change .afterImg.active {
	width: 100%;
}

#aqai .feature .sec_img_wrap .slide_change .beforeImg img,
#aqai .feature .sec_img_wrap .slide_change .afterImg img {
	width: min(30.3rem, 303px);
	height: min(22.7rem, 227px);
	max-width: unset;
	max-height: unset;
}

@media screen and (max-width: 768px) {

	#aqai .feature .sec_img_wrap .slide_change .beforeImg img,
	#aqai .feature .sec_img_wrap .slide_change .afterImg img {
		width: 36rem;
		height: 27rem;
		max-width: unset;
	}
}

#aqai .feature .sec_img_wrap .slide_change .beforeImg {
	position: absolute;
}



#aqai .feature .sec_img_wrap .slide_change .slide_change_status {
	width: min(7.2rem, 72px);
	height: min(2.9rem, 29px);
	position: absolute;
	top: min(1rem, 10px);
	left: min(1rem, 10px);
	background: url('../images/icon_off.webp') no-repeat;
	background-size: contain;
}

#aqai .feature .sec_img_wrap .slide_change .slide_change_status.on {
	background: url('../images/icon_on.webp') no-repeat;
	background-size: contain;
}

#aqai .feature .sec_img_wrap .slide_change img {
	z-index: -2;
	position: relative;
}

#aqai .feature .changeImg {
	height: 100%;
}

#aqai .feature .changeImg img {
	max-width: none;
	max-height: none;
	user-select: none;
	pointer-events: none;
	width: 100%;
	height: unset;
}

#aqai .feature .symbol_wrap {
	height: min(10rem, 100px);
}

#aqai .feature .symbol_wrap img {
	height: 100%;
	width: auto;
	margin: auto;
}

#aqai .feature h4 {
	font-size: min(3rem, 30px);
	margin: min(1.5rem, 15px) auto;
}

@media screen and (max-width: 768px) {
	#aqai .feature h4 {
		font-size: 2.6rem;
		margin: 1rem auto;
		letter-spacing: 0;
	}
}

#aqai .feature .sec_name {
	font-size: min(2rem, 20px);
	border: 1px solid #000;
	border-radius: 9999px;
	width: fit-content;
	min-width: min(30rem, 300px);
	margin: min(2rem, 20px) auto;
	padding: min(0.2rem, 2px) min(1rem, 10px);
}

@media screen and (max-width: 768px) {
	#aqai .feature .sec_name {
		font-size: 1.6rem;
		min-width: 23.6rem;
	}
}

#aqai .feature .movie_link,
#aqai .feature .link {
	font-size: min(1.6rem, 16px);
}

@media screen and (max-width: 768px) {

	#aqai .feature .movie_link,
	#aqai .feature .link {
		font-size: 1.4rem;
		margin: 1rem auto;
	}
}

#aqai .feature .movie_link a,
#aqai .feature .link a {
	text-decoration: underline;
}

#aqai .feature .movie_link::after {
	content: "";
	display: inline-block;
	height: min(3rem, 30px);
	width: min(3rem, 30px);
	background: url('../images/icon_play.webp');
	background-size: contain;
	vertical-align: middle;
	margin-left: min(1rem, 10px);
}

#aqai .sec_scroll {
	position: relative;
	height: min(60rem, 600px);
	transition: height 0.2s ease-in-out !important;
}

@media screen and (max-width: 768px) {
	#aqai .sec_scroll {
		height: auto;
	}

	#aqai #trigger_sec_scroll_movie.sec_scroll {
		height: 100vh;
	}
}

#aqai .sec_scroll .sec_wrap {
	position: absolute;
	inset: 0;
	width: 100%;
	background-color: #FFF;
	z-index: 1;
	height: min(60rem, 600px);
	margin: auto;
	border-top: 1px solid #000;
}

@media screen and (max-width: 768px) {
	#aqai .sec_scroll .sec_wrap {
		border-top: none;
		/* margin-top: unset; */
	}
}

#aqai #trigger_sec_scroll_movie.sec_scroll .sec_wrap {
	height: min(50rem, 500px);
}

@media screen and (min-width: 769px) {
	#aqai #trigger_sec_scroll {
		height: 100vh;
	}

	#aqai #trigger_sec_scroll_movie.sec_scroll {
		height: 100vh;
	}
}

@media screen and (max-width: 768px) {
	#aqai #trigger_sec_scroll.sec_scroll .sec_wrap {
		position: relative;
		height: unset;
	}

	#aqai #trigger_sec_scroll_movie.sec_scroll .sec_wrap {
		height: unset;
	}

	#aqai #trigger_sec_scroll_movie.sec_scroll .sec_wrap .feature {
		padding: 7rem 0 0;
	}
}

#aqai .sec_scroll .sec_wrap[name="2"],
#aqai .sec_scroll .sec_wrap[name="3"] {
	top: 30%;
	opacity: 0;
	transition: top 0.2s ease-out, opacity 0.2s ease-out;
	pointer-events: none;
}

@media screen and (max-width: 768px) {

	#aqai #trigger_sec_scroll.sec_scroll .sec_wrap[name="2"],
	#aqai #trigger_sec_scroll.sec_scroll .sec_wrap[name="3"] {
		top: unset;
		opacity: unset;
		pointer-events: auto;
	}
}

#aqai .sec_scroll .sec_wrap[name="2"] {
	z-index: 2;
}

#aqai .sec_scroll .sec_wrap[name="3"] {
	z-index: 3;
}

#aqai .sec_scroll .sec_wrap[name="3"] .sec_img_wrap {
	pointer-events: none;
}

#aqai .sec_scroll .sec_wrap.active {
	top: 0;
	opacity: 1;
	pointer-events: auto;
}

#aqai #with_movie {
	margin-top: min(10rem, 100px);
	padding-top: min(10rem, 100px);
}

@media screen and (max-width: 768px) {
	#aqai #with_movie {
		margin-top: unset;
		padding-top: unset;
	}
}

#aqai h4.catch {
	font-size: min(3.6rem, 36px);
	font-weight: 400;
	margin: 0 auto min(5rem, 50px);
	text-align: center;
}

@media screen and (max-width: 768px) {
	#aqai h4.catch {
		font-size: 2.6rem;
		margin: 5rem auto;
	}

	#aqai .catch_img_wrap {
		width: 36rem;
		height: 21rem;
		overflow: hidden;
		display: flex;
		justify-content: center;
		align-items: flex-start;
		padding-right: 1rem;
	}

	#aqai .catch_img_wrap>img {
		width: 70rem;
		max-width: unset;
	}
}

/* 伝言の要約 */

#aqai #changeImg_message.sec_img_wrap {
	position: relative;
	margin: min(2rem, 20px) 0;
}

@media screen and (max-width: 768px) {
	#aqai #changeImg_message.sec_img_wrap {
		aspect-ratio: 333/245;
	}
}

#aqai #changeImg_message.sec_img_wrap img {
	display: block;
	transition: opacity 0.2s ease-out;
	margin: auto;
}

@media screen and (max-width: 768px) {
	#aqai #changeImg_message.sec_img_wrap img {
		max-width: 100% !important;
	}
}

#aqai #changeImg_message.sec_img_wrap img[name="2"] {
	opacity: 0;
	position: absolute;
}

#aqai #changeImg_message.sec_img_wrap img.active {
	opacity: 1;
}




/* google ai */

#aqai #google_ai #changeImg_gemini.sec_img_wrap {
	position: relative;
	aspect-ratio: 6/13;
}

#aqai #google_ai #changeImg_gemini.sec_img_wrap img {
	display: block;
	transition: opacity 0.2s ease-out;
	margin: auto;
}

@media screen and (max-width: 768px) {
	#aqai #google_ai #changeImg_gemini.sec_img_wrap img {
		position: absolute;
		/* width: 80%; */
	}
}

#aqai #google_ai #changeImg_gemini.sec_img_wrap img[name="2"],
#aqai #google_ai #changeImg_gemini.sec_img_wrap img[name="3"] {
	opacity: 0;
	position: absolute;
}

#aqai #google_ai #changeImg_gemini.sec_img_wrap img.active {
	opacity: 1;
}

@media screen and (max-width: 768px) {
	#aqai #google_ai #changeImg_gemini.sec_img_wrap {
		width: 80%;
		margin: auto;
	}

}


/* bottom_link & footernote */


#aqai .footer_note {
	font-size: min(1.4rem, 14px);
	margin-top: min(1.5rem, 15px);
}

@media screen and (max-width: 768px) {
	#aqai .footer_note {
		font-size: 1.25rem;
		margin-top: 0;
		border-top: 2px dotted #000;
		padding-top: 3rem;
	}
}

#aqai .bottom_link {
	width: min(83rem, 830px);
	margin: min(5rem, 50px) auto 0;
}

@media screen and (max-width: 768px) {
	#aqai .bottom_link {
		width: 100%;
		margin: 3rem auto 0;
	}
}

/* toggle */

#aqai .toggle_wrap {
	margin-top: min(2rem, 20px);
	padding-left: min(8rem, 80px);
}

@media screen and (max-width: 768px) {
	#aqai .toggle_wrap {
		margin: 1rem auto 2rem;
	}
}

#aqai .toggle-button {
	display: inline-block;
	position: relative;
	width: min(10rem, 100px);
	height: min(5rem, 50px);
	border-radius: 9999px;
	background-color: #000000;
	cursor: pointer;
	transition: background-color .4s;
	border: 2px solid #000;
}

@media screen and (max-width: 768px) {
	#aqai .toggle-button {
		width: 8rem;
		height: 4rem;
		border: 2px solid #000;
	}
}

#aqai .toggle-button:has(:checked) {
	background-color: #ffffff;
}

#aqai .toggle-button::before {
	content: "影を消す";
	font-size: min(2rem, 20px);
	font-weight: 700;
	left: max(-9.5rem, -95px);
	top: 0;
	position: absolute;
	bottom: 0;
	margin: auto;
	height: fit-content;
}

@media screen and (max-width: 768px) {
	#aqai .toggle-button::before {
		content: "影を消す";
		font-size: 1.6rem;
		left: -7.5rem;
	}
}

#aqai .toggle-button::after {
	content: '';
	position: absolute;
	top: min(0.28rem, 2.8px);
	left: min(0.5rem, 5px);
	width: min(4rem, 40px);
	height: min(4rem, 40px);
	border-radius: 50%;
	box-shadow: 0 0 5px rgb(0 0 0 / 20%);
	background-color: #fff;
	transition: left .4s;
}

@media screen and (max-width: 768px) {
	#aqai .toggle-button::after {
		content: '';
		top: 0.3rem;
		width: 3rem;
		height: 3rem;
		left: 0.3rem;
	}

}

#aqai .toggle-button:has(:checked)::after {
	left: min(5rem, 50px);
	background-color: #000;
}

@media screen and (max-width: 768px) {
	#aqai .toggle-button:has(:checked)::after {
		left: 4.2rem;
	}
}

#aqai .toggle-button input {
	display: none;
}