@charset "shift_jis";
/* CSS Document */
#re_wrap {
	overflow-x: hidden;
	& img {
		max-width: 100%;
	}
	& ul {
		list-style: none;
	}
	& p, & ul, & h2, & h3, & hr {
		margin: 0;
		padding: 0;
	}
	& a {
		text-decoration: none;
		color: #000000;
	}
	.re_main {
		margin-top: clamp(20px, 1.65vw, 30px);
		padding: 0 clamp(20px, 1.65vw, 30px);
		>div {
			background: #f8f6f2;
			border-radius: 30px;
			overflow: hidden;
			position: relative;
			.re_map {
				width: 75vw;
			}
			.re_main_box {
				width: 34vw;
				height: fit-content;
				box-sizing: border-box;
				margin: auto;
				padding: 2.1vw 2.2vw 1.8vw 2.2vw;
				background: #FFF;
				border-radius: 20px;
				box-shadow: 0px 0px 10px 0px RGBA(196, 196, 196, 0.3);
				position: absolute;
				top: 0;
				bottom: 0;
				left: calc(55vw - clamp(20px, 1.65vw, 30px));
				z-index: 5;
				.re_main_tl {
					display: flex;
					align-items: flex-end;
					gap: 0 0.78vw;
					margin-bottom: 1.55vw;
					>p {
						font-size: 2.6vw;
						line-height: 1;
						color: #b4a377;
						font-weight: bold;
						letter-spacing: 0.05em;
					}
					>h2 {
						display: flex;
						align-items: center;
						gap: 0 1em;
						font-size: 0.78vw;
						color: #b4a377;
						font-weight: bold;
						letter-spacing: 0.05em;
						&:before, &:after {
							font-size: 0.88vw;
						}
						&:before {
							content: "[";
						}
						&:after {
							content: "]";
						}
					}
				}
				.re_main_part {
					margin-bottom: 1.65vw;
					.re_main_part_tl {
						display: flex;
						align-items: center;
						gap: 0 0.5vw;
						margin-bottom: 0.78vw;
						>h3 {
							display: flex;
							align-items: center;
							gap: 0 0.7em;
							font-size: 1.15vw;
							line-height: 1;
							color: #454f57;
							font-weight: bold;
							letter-spacing: 0.05em;
							&:before {
								flex-shrink: 0;
								content: "";
								display: block;
								width: 0.6vw;
								height: 0.6vw;
								box-sizing: border-box;
								border-radius: 50%;
								border: calc(0.6vw * 0.3) solid #454f57;
							}
						}
						>p {
							font-size: 0.78vw;
							line-height: 1;
							color: #454f57;
							font-weight: bold;
							letter-spacing: 0.05em;
						}
					}
					.re_main_link {
						padding: 0.5vw;
						background: #f5f5f5;
						border-radius: 20px;
						>ul {
							display: flex;
							padding: 1.3vw 1.55vw;
							border: 1px dashed #a2a7ab;
							border-radius: 16px;
						}
						.re_main_type {
							gap: 0 0.78vw;
							>li {
								width: calc((100% - 1.56vw)/3);
								>a {
									display: block;
									padding: 1.5em 0 1.25em 0;
									background: #FFF;
									border-radius: 10px;
									box-shadow: 0px 0px 10px 0px RGBA(196, 196, 196, 0.3);
									text-align: center;
									font-size: 0.83vw;
									transition: all 0.2s;
									&:hover {
										color: #b4a377;
										transform: translateY(3px);
									}
									>img {
										width: 2.6vw;
										height: auto;
										aspect-ratio: 5 / 4;
										margin-bottom: 0.8em;
									}
									>p {
										line-height: 1;
										font-weight: bold;
										letter-spacing: 0.05em;
									}
								}
							}
						}
						.re_main_sort {
							flex-wrap: wrap;
							gap: 0.38vw;
							>li {
								>a {
									display: block;
									padding: calc(0.5em + 2px) 1.6em 0.5em 1.6em;
									background: #FFF;
									border: 2px solid #454f57;
									border-radius: 50px;
									font-size: 0.78vw;
									line-height: 1;
									color: #454f57;
									font-weight: bold;
									letter-spacing: 0.05em;
									color: #454f57;
									transition: all 0.2s;
									&:hover {
										background: #454f57;
										color: #FFF;
									}
								}
							}
						}
					}
				}
			}
			.t_con_btn {
				width: fit-content;
				margin: 0 auto;
			}
		}
	}
	.t_con_btn {
		background-color: #454f57;
		border-radius: 35px;
		font-size: clamp(13px, 1vw, 18px);
		letter-spacing: 0.1em;
		font-weight: bold;
		text-align: center;
		color: #ffffff;
		padding: clamp(23px, 3.2vh, 27px) clamp(35px, 2.6vw, 65px) clamp(21px, 3vh, 25px) clamp(60px, 4.6vw, 95px);
		position: relative;
		display: block;
		transition: all 0.4s;
		&:hover {
			background-color: #beaf87;
		}
		&:before {
			content: "";
			display: block;
			width: clamp(40px, 3vw, 50px);
			height: auto;
			aspect-ratio: 1 / 1;
			background-repeat: no-repeat;
			background-size: contain;
			position: absolute;
			top: 0;
			bottom: 0;
			margin: auto;
			left: 10px;
			background-image: url(/img/top/t_btn_arrow.webp);
		}
	}
	/*  スライダー共通  */
	.t_buy_w, .t_sale_w, .t_rent_w, .t_com_w {
		.t_con_slide {
			width: 50%;
			position: absolute;
			top: 110px;
		}
		.t_con_slide .swiper-container {
			position: relative;
			width: 100%;
			height: 100%;
			overflow: hidden;
		}
		.t_con_slide .swiper-container .swiper-slide {
			width: 100%;
			height: 100%;
			overflow: hidden;
		}
		.t_con_slide .swiper-container .swiper-slide img {
			object-fit: cover;
			width: 100%;
			height: 100%;
		}
		.t_con_slide .swiper-pagination {
			position: absolute;
			top: 40px;
			display: flex;
			gap: 0 5px;
			bottom: 0px !important;
			width: auto !important;
			height: 6px !important;
			transform: rotate(90deg) !important;
			z-index: 10;
			pointer-events: auto;
		}
		.t_con_slide .swiper-pagination .swiper-pagination-bullet {
			margin: 0 !important;
			width: clamp(20px, 1.5vw, 30px);
			height: clamp(4px, 0.57vh, 6px);
			background: #d8cfb7;
			border-radius: 0;
			opacity: 0.4;
			cursor: pointer;
			pointer-events: auto;
		}
		.t_con_slide .swiper-pagination .swiper-pagination-bullet-active {
			opacity: 1;
		}
		/* 2. 右配置バージョン (.is-right または既存クラス) */
		.t_con_slide.is-right {
			right: 0;
			left: auto;
		}
		.t_con_slide.is-right .swiper-container {
			border-radius: 100px 0px 0px 100px;
			/* 左側を丸く */
		}
		.t_con_slide.is-right .swiper-pagination {
			left: clamp(-50px, -3vw, -40px) !important;
			/* 左外側に配置 */
			right: auto !important;
		}
		/* 3. 左配置バージョン (.is-left または既存クラス) */
		.t_con_slide.is-left {
			left: 0;
			right: auto;
		}
		.t_con_slide.is-left .swiper-container {
			border-radius: 0px 100px 100px 0px;
			/* 右側を丸く */
		}
		.t_con_slide.is-left .swiper-pagination {
			right: clamp(-50px, -3vw, -40px) !important;
			/* 右外側に配置 */
			left: auto !important;
		}
	}
	.moji_gold {
		color: #beaf87;
	}
	.moji_blue {
		color: #454f57;
	}
	.t_con_tit_w {
		.t_con_tit_eng {
			font-family: "Zen Kaku Gothic Antique", sans-serif;
			font-weight: 900;
			font-style: normal;
			font-size: clamp(15px, 1.1vw, 20px);
			line-height: 1;
			letter-spacing: 0.1em;
			position: relative;
			padding: 0px 0px 0px 22px;
			color: #d8cfb7;
			text-align: left;
			&:before {
				content: "";
				width: clamp(10px, 0.76vw, 12px);
				height: auto;
				aspect-ratio: 1 / 1;
				border: 4px solid #cbbf9f;
				position: absolute;
				top: 0;
				bottom: 0;
				margin: auto;
				left: 0px;
				border-radius: 50%;
				box-sizing: border-box;
			}
		}
		>h2 {
			font-family: "Zen Kaku Gothic Antique", sans-serif;
			font-weight: 700;
			font-style: normal;
			font-size: clamp(35px, 2.6vw, 50px);
			line-height: 1.4;
			letter-spacing: 0.05em;
			margin: clamp(20px, 2.8vh, 30px) 0px 0px 0px;
		}
	}
	.t_con_text {
		font-size: clamp(12px, 0.92vw, 16px);
		line-height: 1.9;
		letter-spacing: 0.05em;
		font-weight: bold;
		color: #505050;
		margin: clamp(35px, 5vh, 45px) 0px 0px 0px;
	}
	.t_con_catch {
		font-size: clamp(22px, 1.6vw, 28px);
		line-height: 1.5;
		letter-spacing: 0.05em;
		font-weight: bold;
		margin: clamp(20px, 2.8vh, 30px) 0px 0px 0px;
	}
	.t_con_in {
		width: clamp(950px, 80vw, 1500px);
		margin: 0px auto;
		padding: 0px 43% 0px 0px;
		box-sizing: border-box;
		.t_buy_mansion {
			margin: 20px 0px 0px 0px;
			display: block;
			transition: all 0.4s;
			&:hover {
				transform: translateY(5px);
			}
			>img {
				width: clamp(470px, 36.1vw, 570px);
			}
		}
		.t_con_btn {
			margin: clamp(25px, 3.5vh, 35px) 0px 0px 0px;
		}
	}
	/*  物件表示  */
	#re_bukken {
		padding: 110px 0 170px 0;
		position: relative;
		.re_bukken_inner {
			position: relative;
			z-index: 1;
			>div {
				width: clamp(950px, 80vw, 1500px);
				margin: 0 auto;
				padding: 80px 0 0 0;
				.re_bukken_tl {
					display: flex;
					align-items: flex-end;
					gap: 0 20px;
					margin: 0 0 30px 0;
					.re_bukken_tl_il {
						width: clamp(130px, 11vw, 208px);
					}
				}
				.re_bukken_box {
					display: flex;
					gap: 0px 35px;
					margin-bottom: 70px;
					>li {
						width: calc((100% - 105px) / 4);
						transition: all 0.3s;
						>a {
							display: block;
							background-color: #eceadc;
							border-radius: 20px;
							position: relative;
							transition: all 0.4s;
							z-index: 0;
							&:hover {
								transform: translateY(-7px);
								.t_bukken_pho {
									>img {
										transform: scale(1.2);
										filter: brightness(0.8);
									}
								}
								&:after {
									transform: translateX(5px);
								}
							}
							&:before {
								content: "";
								width: 40px;
								height: auto;
								aspect-ratio: 11 / 6;
								background-color: #ffffff;
								position: absolute;
								bottom: 20px;
								right: 20px;
								border-radius: 15px;
								z-index: -2;
							}
							&:after {
								content: "";
								display: block;
								width: 10px;
								height: auto;
								aspect-ratio: 3 / 2;
								background-repeat: no-repeat;
								background-size: contain;
								position: absolute;
								bottom: 28px;
								right: 35px;
								background-image: url(/img/top/t_bukken_arrow.webp);
								z-index: -1;
								transition: all 0.4s;
							}
							.t_bukken_pho {
								width: 100%;
								aspect-ratio: 3 / 2;
								border-radius: 20px;
								overflow: hidden;
								>img {
									object-fit: cover;
									width: 100%;
									height: 100%;
									object-position: center;
									transition: all 0.4s;
								}
							}
							.t_bukken_box {
								box-sizing: border-box;
								padding: clamp(13px, 1.1vw, 20px) 20px;
								.t_bukken_kind {
									font-size: clamp(9px, 0.7vw, 12px);
									line-height: 1;
									letter-spacing: 0.05em;
									position: relative;
									display: inline-block;
									padding: 0px 0px 0px 10px;
									font-weight: bold;
									&:before {
										content: "[";
										display: block;
										font-size: clamp(9px, 0.7vw, 12px);
										position: absolute;
										top: -1px;
										left: 2px;
										font-family: "Zen Kaku Gothic Antique", sans-serif;
										font-weight: 700;
										font-style: normal;
										line-height: 1;
										color: #333333;
									}
									&:after {
										content: "]";
										display: block;
										font-size: clamp(9px, 0.7vw, 12px);
										position: absolute;
										top: -1px;
										right: -8px;
										font-family: "Zen Kaku Gothic Antique", sans-serif;
										font-weight: 700;
										font-style: normal;
										line-height: 1;
										color: #333333;
									}
								}
								.t_bukken_tit {
									font-size: clamp(13px, 1vw, 18px);
									line-height: 1;
									letter-spacing: 0.05em;
									margin: 8px 0px 0px 0px;
									font-weight: bold;
									>span {
										overflow: hidden;
										display: -webkit-box;
										-webkit-box-orient: vertical;
										-webkit-line-clamp: 1;
									}
								}
								.t_bukken_mid {
									display: flex;
									gap: 0px 25px;
									margin: 10px 0px 0px 0px;
									align-items: flex-end;
									.t_bukken_mo {
										font-size: clamp(13px, 1.1vw, 20px);
										line-height: 1;
										letter-spacing: 0.05em;
										font-weight: bold;
										color: #ea3c3c;
										position: relative;
										&:after {
											position: absolute;
											content: "";
											right: -13px;
											bottom: 2px;
											width: 2px;
											height: clamp(10px, 0.75vw, 13px);
											transform: rotate(25deg);
											background-color: #333333;
											border-radius: 1px;
										}
									}
									.t_bukken_floor {
										font-size: clamp(10px, 0.75vw, 13px);
										line-height: 1;
										letter-spacing: 0.05em;
										font-weight: bold;
									}
								}
								.t_bukken_det {
									font-size: clamp(9px, 0.7vw, 12px);
									line-height: 1.6;
									letter-spacing: 0.05em;
									font-weight: bold;
									margin: 10px 0px 0px 0px;
									width: 75%;
									>span {
										overflow: hidden;
										display: -webkit-box;
										-webkit-box-orient: vertical;
										-webkit-line-clamp: 1;
									}
								}
							}
						}
					}
				}
			}
		}
		.t_con_btn {
			display: block;
			box-sizing: border-box;
			width: clamp(400px, 32vw, 600px);
			margin: 0 auto;
			font-size: clamp(15px, 1.25vw, 22px);
			line-height: 1.5;
			border-radius: 50px;
		}
	}
	.re_reco,
	.re_kodawari {
		background: #FFF;
	}
	.re_reco {
		border-radius: 0 0 150px 0;
		.re_bukken_tl_txt {
			width: clamp(415px, 35vw, 664px);
		}
		.re_bukken_inner {
			&:before {
				content: "";
				width: 82vw;
				height: calc(100% - 35px);
				background: #f8f6f2;
				border-radius: 500px 0 0 500px;
				position: absolute;
				right: 0;
				top: 0;
				z-index: -1;
			}
		}
	}
	.re_latest {
		background: #f5f5f5;
		border-radius: 0 0 150px 0;
		.re_bukken_tl_txt {
			width: clamp(310px, 25.75vw, 495px);
		}
		.re_bukken_inner {
			&:before {
				content: "";
				width: 82vw;
				height: calc(100% - 35px);
				background: #FFF;
				border-radius: 500px 0 0 500px;
				position: absolute;
				right: 0;
				top: 0;
				z-index: -1;
			}
		}
	}
	.re_kodawari {
		border-radius: 150px 0 0 0;
		.re_bukken_tl_txt {
			width: clamp(410px, 34.25vw, 656px);
		}
		.re_bukken_inner {
			&:before {
				content: "";
				width: 82vw;
				height: calc(100% - 35px);
				background: #f8f6f2;
				border-radius: 500px 0 0 500px;
				position: absolute;
				right: 0;
				top: 0;
				z-index: -1;
			}
		}
	}
	/*  賃貸管理について  */
	.t_owner_box {
		background-color: #ffffff;
		position: relative;
		&:before {
			content: "";
			display: block;
			width: clamp(100px, 1.3vw, 150px);
			height: auto;
			aspect-ratio: 1 / 1;
			background-repeat: no-repeat;
			background-size: contain;
			position: absolute;
			top: 0px;
			left: 0px;
			background-image: url(/img/top/t_owner_corner.webp);
		}
		.t_owner_con {
			width: clamp(950px, 80vw, 1500px);
			margin: 0 auto;
			position: relative;
			.t_owner_pho1 {
				position: absolute;
				top: clamp(-50px, -5.7vh, -40px);
				right: clamp(70px, 5.3vw, 110px);
				width: clamp(300px, 23vw, 400px);
				border-radius: 30px;
			}
			.t_owner_pho2 {
				position: absolute;
				bottom: 0px;
				left: 0px;
				width: clamp(250px, 19.2vw, 400px);
				border-radius: 30px;
			}
			.t_owner_pho3 {
				position: absolute;
				bottom: clamp(80px, 11.4vh, 100px);
				right: 0px;
				width: clamp(150px, 11.5vw, 250px);
				border-radius: 30px;
			}
			>div {
				margin: 0 auto;
				padding: clamp(150px, 21.4vh, 190px) 0px 0px 5%;
				width: 40%;
				.t_con_btn {
					width: fit-content;
					margin: 50px 0px 0px 0px;
				}
			}
		}
		.t_owner_att {
			margin: 80px auto 0px auto;
			padding: 30px 0px 0px 0px;
			border-top: 2px dashed #cbbf9f;
			width: clamp(950px, 80vw, 1500px);
			display: flex;
			align-items: center;
			justify-content: space-between;
			>img {
				width: clamp(260px, 20vw, 361px);
				align-items: center;
				justify-content: space-between;
				display: block;
			}
			>ul {
				background-color: #f2f3f3;
				border-radius: 30px;
				display: flex;
				padding: 30px 5px;
				>li {
					text-align: center;
					padding: 0px clamp(30px, 2.3vw, 45px);
					border-right: 2px dashed #9ba1a5;
					>img {
						width: clamp(86px, 6.6vw, 136px);
						display: block;
						margin: 0 auto;
					}
					>p {
						font-family: "Zen Kaku Gothic Antique", sans-serif;
						font-weight: 900;
						font-style: normal;
						font-size: clamp(14px, 1vw, 20px);
						line-height: 1.5;
						letter-spacing: 0.05em;
						margin: 10px 0px 0px 0px;
						color: #454545;
					}
				}
				>li:last-child {
					border-right: none;
				}
			}
		}
	}
	/*  お客様の声  */
	.t_voice_w {
		margin: 180px 0px 0px 0px;
		padding: 0px 0px clamp(180px, 25.7vh, 240px) 0px;
		position: relative;
		z-index: 0;
		&:before {
			content: "";
			width: 100%;
			height: auto;
			aspect-ratio: 192 / 23;
			background-color: #ffffff;
			position: absolute;
			top: calc(100% / 192 * 23 * -1);
			left: 0;
			border-radius: 50%;
			z-index: -1;
		}
		&:after {
			content: "";
			width: 100%;
			height: 120%;
			background-color: #f5f5f5;
			position: absolute;
			top: 0px;
			left: 0px;
			right: 0;
			margin: auto;
			z-index: -2;
		}
		.t_voice_t {
			width: clamp(950px, 80vw, 1500px);
			margin: 0 auto;
			display: flex;
			align-items: flex-end;
			justify-content: space-between;
		}
		iframe {
			width: 100%;
			height: clamp(570px, 81.4vh, 700px);
		}
	}
	/*  当社について  */
	.t_com_w {
		.t_com_t {
			position: relative;
			z-index: 0;
			&:before {
				content: "";
				display: block;
				width: calc(100% + 15px);
				height: auto;
				aspect-ratio: 2079 / 703;
				background-repeat: no-repeat;
				background-size: contain;
				position: absolute;
				top: clamp(-280px, -28.5vh, -200px);
				left: -15px;
				background-image: url(/img/top/t_com_bg.webp);
				z-index: -1;
			}
			.t_con_in {
				padding: 0px 0px 0px 47%;
				position: relative;
				&:after {
					content: "";
					display: block;
					width: clamp(127px, 9.7vw, 207px);
					height: auto;
					aspect-ratio: 69 / 80;
					background-repeat: no-repeat;
					background-size: contain;
					position: absolute;
					bottom: 0;
					margin: auto;
					right: 0px;
					background-image: url(/img/top/t_com_cala.webp);
				}
				.t_cor_con {
					>ul.in-view {
						>li {
							opacity: 1;
						}
						>li:nth-child(1) {
							transition-delay: 0.5s;
						}
						>li:nth-child(2) {
							transition-delay: 1s;
						}
						>li:nth-child(3) {
							transition-delay: 1.5s;
						}
					}
					>ul {
						margin: 25px 0px 0px 0px;
						width: clamp(310px, 23.8vw, 380px);
						>li {
							padding: 30px 0px;
							border-bottom: 1px solid #505050;
							opacity: 0;
							transition: all 0.3s;
							.t_com_item {
								font-size: clamp(12px, 0.92vw, 18px);
								line-height: 1;
								letter-spacing: 0;
								font-family: "Zen Kaku Gothic Antique", sans-serif;
								font-weight: 700;
								font-style: normal;
								position: relative;
								padding: 0px 0px 0px 18px;
								&:before {
									content: "";
									width: clamp(8px, 0.61vw, 12px);
									height: auto;
									aspect-ratio: 1 / 1;
									border: 3.5px solid #b4a377;
									position: absolute;
									top: 0;
									bottom: 0;
									margin: auto;
									left: 0px;
									border-radius: 50%;
									box-sizing: border-box;
								}
							}
							.t_com_text {
								font-size: clamp(12px, 0.92vw, 15px);
								line-height: 1.5;
								letter-spacing: 0.05em;
								font-weight: bold;
								margin: 10px 0px 0px 0px;
								color: #505050;
							}
							.t_com_map {
								font-size: clamp(13px, 1vw, 18px);
								line-height: 1;
								letter-spacing: 0.05em;
								font-weight: bold;
								margin: 15px 0px 0px 45px;
								padding: 0px 0px 5px 0px;
								border-bottom: 1px solid #cbbf9f;
								display: inline-block;
								position: relative;
								transition: all 0.4s;
								&:hover {
									border-bottom: 1px solid #454f57;
									color: #454f57;
									&:before {
										background-image: url(/img/top/t_com_pin_h.webp);
									}
									&:after {
										background-image: url(/img/top/t_com_link_h.webp);
									}
								}
								&:before {
									content: "";
									display: block;
									width: clamp(13px, 1vw, 18px);
									height: auto;
									aspect-ratio: 3 / 4;
									background-repeat: no-repeat;
									background-size: contain;
									position: absolute;
									bottom: 5px;
									left: -25px;
									background-image: url(/img/top/t_com_pin.webp);
									transition: all 0.4s;
								}
								&:after {
									content: "";
									display: block;
									width: clamp(13px, 1vw, 17px);
									height: auto;
									aspect-ratio: 1 / 1;
									background-repeat: no-repeat;
									background-size: contain;
									position: absolute;
									top: 0;
									bottom: 0;
									margin: auto;
									right: -20px;
									background-image: url(/img/top/t_com_link.webp);
									transition: all 0.4s;
								}
							}
							.t_com_tel {
								display: flex;
								gap: 0px 5px;
								align-items: center;
								margin: 10px 0px 0px 0px;
								>img {
									width: clamp(15px, 1.1vw, 20px);
								}
								>p {
									font-size: clamp(19px, 1.4vw, 24px);
									line-height: 1;
									letter-spacing: 0.05em;
									font-weight: bold;
								}
							}
						}
						>li:first-child {
							padding: 0px 0px 30px 0px;
						}
						>li:last-child {
							border-bottom: none;
							padding: 30px 0px 0px 0px;
						}
					}
				}
			}
			.t_con_slide {
				height: clamp(450px, 64.2vh, 530px);
			}
		}
		.t_com_btn.in-view {
			>li {
				opacity: 1;
			}
			>li:nth-child(1) {
				transition-delay: 0.5s;
			}
			>li:nth-child(2) {
				transition-delay: 1s;
			}
			>li:nth-child(3) {
				transition-delay: 1.5s;
			}
			>li:nth-child(4) {
				transition-delay: 2s;
			}
		}
		.t_com_btn {
			margin: clamp(100px, 14.2vh, 140px) auto 0px auto;
			display: flex;
			gap: 0px 45px;
			width: clamp(950px, 80vw, 1500px);
			>li {
				width: calc((100% - 135px) / 4);
				aspect-ratio: 17 / 20;
				opacity: 0;
				transition: all 0.3s;
				>a {
					display: flex;
					align-items: center;
					justify-content: center;
					position: relative;
					overflow: hidden;
					width: 100%;
					height: 100%;
					aspect-ratio: 34 / 40;
					padding: clamp(25px, 3.5vh, 30px) clamp(25px, 1.9vw, 35px) 0px clamp(25px, 1.9vw, 35px);
					box-sizing: border-box;
					border-radius: 20px;
					position: relative;
					&:before {
						content: "";
						width: 55px;
						height: auto;
						aspect-ratio: 11 / 6;
						background-color: #ffffff;
						position: absolute;
						bottom: 20px;
						right: 20px;
						border-radius: 15px;
						z-index: 3;
					}
					&:after {
						content: "";
						display: block;
						width: 15px;
						height: auto;
						aspect-ratio: 3 / 2;
						background-repeat: no-repeat;
						background-size: contain;
						position: absolute;
						bottom: 30px;
						right: 40px;
						background-image: url(/img/top/t_bukken_arrow.webp);
						z-index: 4;
						transition: all 0.4s;
					}
					>img {
						position: absolute;
						top: 0;
						right: 0;
						overflow: hidden;
						width: 100%;
						height: 100%;
						object-fit: cover;
						transition: all 0.4s;
					}
					>div {
						position: relative;
						z-index: 2;
						width: 100%;
						height: 100%;
						.t_com_btn_eng {
							font-size: clamp(11px, 0.84vw, 15px);
							line-height: 1;
							letter-spacing: 0.05em;
							font-family: "Zen Kaku Gothic Antique", sans-serif;
							font-weight: 700;
							font-style: normal;
							position: relative;
							color: #ffffff;
							padding: 0px 0px 0px 15px;
							&:before {
								content: "";
								width: clamp(7px, 0.53vw, 10px);
								height: auto;
								aspect-ratio: 1 / 1;
								border: 3px solid #ffffff;
								position: absolute;
								top: 0;
								bottom: 0;
								margin: auto;
								left: 0px;
								border-radius: 50%;
								box-sizing: border-box;
							}
						}
						.t_com_btn_jp {
							font-size: clamp(17px, 1.3vw, 27px);
							line-height: 1;
							letter-spacing: 0;
							color: #ffffff;
							font-family: "Zen Kaku Gothic Antique", sans-serif;
							font-weight: 700;
							font-style: normal;
							margin: 13px 0px 0px 0px;
						}
						.t_com_btn_text {
							font-size: clamp(10px, 0.76vw, 14px);
							line-height: 1.4;
							letter-spacing: 0.05em;
							color: #ffffff;
							font-weight: bold;
							margin: 15px 0px 0px 0px;
						}
					}
					&:hover {
						>img {
							transform: scale(1.2);
							filter: brightness(0.8);
						}
						&:after {
							transform: translateX(5px);
						}
					}
				}
			}
		}
	}
}