@charset "utf-8";
/*----------------------------------------------------------------------------------------

	bese.css

----------------------------------------------------------------------------------------*/

head + body {
	min-width: 1300px;
	font-size: 1.4rem;
	line-height: 1.5;
	text-align: left;
}
body {
	background-color: #f6f6f6;
}
.cont-w {
	margin-right: auto;
	margin-left: auto;
	width: 1200px;
}
.dnone, .dnone_pc {
	display: none !important;
}
.cf::after {
	display: table;
	clear: both;
	content: "";
}
.red {
	color: #c00;
}

/* パンクズ ///
---------------------------------------------- */
.pankuzu > ol {
	margin-bottom: 24px;
	padding-left: 3px;
	display: flex;
	font-size: 1.2rem;
	letter-spacing: 0.1em;
	align-items: center;
}
.pankuzu > ol > li {
	white-space: nowrap;
}
.pankuzu > ol > li:not(:last-child) {
	padding-right: 18px;
	position: relative;
}
.pankuzu > ol > li:not(:last-child)::after {
	margin: auto;
	width: 5px;
	background-color: var(--bgc1);
	position: absolute;
	height: 10px;
	top: 2px;
	right: 7px;
	bottom: 0;
	clip-path: polygon(0 0, 19% 0, 100% 50%, 19% 100%, 0 100%, 82% 50%);
	content: "";
}
.pankuzu > ol > li:last-child {
	text-overflow: ellipsis;
	overflow: hidden;
}
.pankuzu > ol a {
	font-weight: 500;
}
.pgcontent .pankuzu > ol {
	margin: 0;	
}

/* 折りたたみ ///
---------------------------------------------- */
.folding {
	cursor: pointer;
}
.folding:not(.reverse) + * {
	display: none;
}
.folding::after {
	content: "\f067";
}
.folding.active::after {
	content: "\f068";
}

/* スクロールバー(android用) //
-----------------------------*/
body ::-webkit-scrollbar {
	width: 15px;
	height: 10px;
	background: #f0f0f0;
}
body ::-webkit-scrollbar-thumb {
	background-color: #cdcdcd;
	border-radius: 2px;
}

/* ロールオーバー //
---------------------------------------------- */
.rov :where(a, input, button) {
	transition: opacity 0.2s;
}
.rov :where(a, input, button):hover {
	opacity: 0.8;
}
.hover01 a:hover {
	color: var(--acc2) !important;
}
.hover02 a:hover {
	text-decoration: underline;
}

/* 画像中央配置 ///
---------------------------------------------- */
.img-fit {
	display: block;
}
.img-fit img {
	width: 100%;
	height: 100%;
	max-width: none;
	object-fit: cover;
	pointer-events: none;
	image-rendering: -webkit-optimize-contrast;
}

/* 複数行をのテキストオーバーフロー ///
---------------------------------------------- */
.ellipsis {
	position: relative;
	text-align: justify;
	overflow: hidden;
}
.ellipsis:before, .ellipsis:after {
	position: absolute;
	background: #f6f6f6;
}
.ellipsis:before {
	content: " …";
	bottom: 0;
	right: 0;
}
.ellipsis:after {
	content: "";
	width: 100%;
	height: 100%;
}

/* icon //
---------------------------------------------- */
.icon-b, .icon-b_all a, .icon-a, .icon-a_all a {
	position: relative;
}
.icon-b::before, .icon-b_all a::before, .icon-a::after, .icon-a_all a::after {
	margin: auto;
	height: 1em;
	position: relative;
	top: 0;
	bottom: 0;
	font-weight: 900;
	line-height: 1;
	content: "\f0da";
	font-family: "Font Awesome 6 Free";
}

/* more ///
---------------------------------------------- */
.more {
	color: var(--bgc1);
	font-size: 1.3rem;
	line-height: 21px;
	font-weight: 700;
	letter-spacing: 0.04em;
}
.more::after {
	margin-left: 5px;
	width: 31px;
	height: 21px;
	background: url(../images/common/arrow-more-b.png) no-repeat center / contain;
	display: inline-block;
	vertical-align: middle;
	content: "";
}

.appnone:where(input, select, textarea, button),
.appnone :where(input, select, textarea, button) {
	box-sizing: border-box;
	background-color: rgba(0, 0, 0, 0);
	border: none;
	border-radius: 0;
	display: block;
	color: inherit;
	font-size: inherit;
	font-family: inherit;
	appearance: none;
}

/* テーブル ///
---------------------------------------------- */
.table-style01 {
	width: 100%;
	table-layout: fixed;
}
.table-style01 tr {
	border-bottom: 1px dotted #aaa;
}
.table-style01 th, .table-style01 td {
	padding: 20px 10px;
	text-align: left;
}
.table-style01 th {
	box-sizing: border-box;
	width: 200px;
	line-height: 1.3;
}
.table-style01 a {
	text-decoration: underline;
}

/*----------*/

.table-style02 {
	width: 100%;
}
.table-style02 :where(th, td) {
	box-sizing: border-box;
	padding: 15px 20px;
	border: 1px solid #ccc;
	font-size: 1.5rem;
}
.table-style02 th {
	width: 150px;
	background-color: #f0f0f0;
	font-weight: 700;
	text-align: center;
}
.table-style02 td {
	background-color: #fff;
}

/* wpcf7 ///
---------------------------------------------- */
.wpcf7 :where(.wpcf7-text, .wpcf7-textarea, .wpcf7-number, .wpcf7-select) {
	box-sizing: border-box;
	padding: 10px;
	border: 1px solid #ccc;
	border-radius: 10px;
	display: block;
	-webkit-appearance: none;
	appearance: none;
	font-size: 16px;
	font-family: inherit;
}
.wpcf7 .wpcf7-select::-ms-expand {
	display: none;
}
.wpcf7 .wpcf7-text {
	width: 400px;
}
.wpcf7 .wpcf7-textarea {
	width: 100%;
}
.wpcf7-form-control-wrap:has(> select) {
	position: relative;
	cursor: pointer;
}
.wpcf7-form-control-wrap:has(> select)::after {
	margin: auto;
	height: 7px;
	width: 8px;
	background-color: var(--bgc1);
	position: absolute;
	top: 0;
	right: 12px;
	bottom: 0;
	clip-path: polygon(0 0, 100% 0, 50% 100%);
	pointer-events: none;
	content: "";
}
.wpcf7 .wpcf7-list-item label {
	cursor: pointer;
}
.wpcf7 .submit_btn {
	margin-top: 25px;
	position: relative;
}
.wpcf7 .submit_btn > p {
	margin: 0;
}
.wpcf7 .submit_btn input {
	box-sizing: border-box;
	margin: 0 auto 10px;
	padding: 0 20px;
	min-width: 240px;
	background-color: var(--bgc1);
	border: 0;
	border-radius: 0;
	outline: none;
	display: block;
	color: #fff;
	font-size: 2rem;
	font-weight: 400;
	line-height: 54px;
	font-family: inherit;
	cursor: pointer;
	transition: opacity 0.2s;
	-webkit-appearance: none;
	appearance: none;
}
.wpcf7 .submit_btn input:disabled {
	background-color: #ccc;
	opacity: 1 !important;
	cursor: default;
	color: #fff;
}
.wpcf7 .submit_btn .wpcf7-spinner {
	margin: auto;
	position: absolute;
	right: 0;
	left: 0;
	bottom: 0;
	transform: translateY(100%);
}
.wpcf7 .recaptcha-note {
	font-size: 12px;
	color: #aaa;
	text-align: center;
}
.wpcf7 .recaptcha-note a {
	color: #039be5;
}

.slider .swiper-wrapper > * {
	opacity: 1;
}
.slider:not(.swiper-initialized) .swiper-wrapper > * {
	opacity: 0 !important;
}
.slider:not(.swiper-initialized) .swiper-wrapper > :not(:first-child) {
	display: none !important;
}

/* スライダー 希望者 ///
---------------------------------------------- */
.slider-sokuhou {
	position: relative;
}
.slider-sokuhou > .inner{
	margin-left: 28px;
	padding: 0 20px 20px;
	width: 919px;
	overflow: hidden;
}
.slider-sokuhou .btn-arrow {
	box-sizing: border-box;
	width: 48px;
	position: absolute;
	top: 0;
	bottom: 20px;
	z-index: 10;
	cursor: pointer;
}
.slider-sokuhou .btn-arrow img {
	margin: 0 auto 0 0;
	width: 14px;
}
.slider-sokuhou .btn-arrow.prev {
	padding-right: 10px;
	left: 0;
	text-align: right;
}
.slider-sokuhou .btn-arrow.prev img {
	margin: 0 0 0 auto;
	transform: scale(-1, 1);
}
.slider-sokuhou .btn-arrow.next {
	padding-left: 10px;
	right: 4px;
	text-align: left;
}
.slider-sokuhou .cst-card.des-b {
	width: 293px;
	height: auto;
	box-shadow: none;
}
.slider-sokuhou .cst-card.des-b.swiper-slide-active,
.slider-sokuhou .cst-card.des-b.swiper-slide-active + .cst-card.des-b,
.slider-sokuhou .cst-card.des-b.swiper-slide-active + .cst-card.des-b +  .cst-card.des-b {
	box-shadow: 0 4px 20px 0 rgba(0, 0, 0, 0.1);
}

.section-sokuhou > div {
	box-sizing: border-box;
	padding: 29px 0 22px;
	background-color: var(--acc1);
	box-shadow: 0 10px 20px 0px rgba(0, 0, 0, 0.05);
	display: grid;
	grid-template-columns: 180px 1fr;
	position: relative;
	z-index: 2;
}
.section-sokuhou .sokuhou-ttl {
	box-sizing: border-box;
	padding: 2px 30px 0;
	border-right: 1px solid #ece2cd;
}
.section-sokuhou .sokuhou-ttl .hd {
	box-sizing: border-box;
	margin-bottom: 32px;
	padding: 14px 0 0 18px;
	width: 120px;
	height: 120px;
	background-color: var(--bgc1);
	color: #fff;
	font-size: 2rem;
	letter-spacing: 0.1em;
}
.section-sokuhou .sokuhou-ttl .time {
	color: var(--bgc1);
	font-size: 1.2rem;
	line-height: 1;
	letter-spacing: 0.1em;
	font-family: "Outfit", serif;
}
.section-sokuhou .sokuhou-ttl .time em {
	margin-bottom: 4px;
	display: block;
	font-weight: 600;
}
.section-sokuhou > section {
	position: relative;
}
.section-sokuhou .sokuhou-buy {
	margin-bottom: 13px;
}
.section-sokuhou .sokuhou-sell .sokuhou-subttl {
	margin-bottom: 20px;
}
.section-sokuhou .sokuhou-subttl {
	margin-bottom: 21px;
	padding-left: 28px;
	display: flex;
	align-items: end;
	line-height: 1;
	letter-spacing: 0.04em;
}
.section-sokuhou .sokuhou-subttl .hd {
	margin-right: 18px;
	color: var(--bgc1);
	font-size: 2rem;
}
.section-sokuhou .sokuhou-subttl .count {
	margin-right: 13px;
	font-size: 1.3rem;
	font-weight: 700;
}
.section-sokuhou .sokuhou-subttl .count em {
	font-size: 1.6rem;
	font-weight: 600;
	font-family: "Outfit", serif;
}
.section-sokuhou .sokuhou-subttl .ichiran {
	position: relative;
	bottom: -4px;
}
.section-sokuhou > .sokuhou-sell .slider-sokuhou {
	padding-top: 20px;
	padding-bottom: 49px;
}

/* 物件を探す ///
---------------------------------------------- */
#parts-searchbox {
	display: grid;
	grid-template-columns: 1fr 1fr 1fr 1fr;
	grid-gap: 22px;
	justify-content: space-between;
}
#parts-searchbox .search-box {
	margin: 0;
	background-color: #fff;
	list-style: none;
	text-indent: 0;
}
#parts-searchbox .search-box > a {
	border: 1px solid #e1e1e1;
	display: block;
	text-decoration: none;
}
#parts-searchbox .search-pic {
	height: 99px;
}
#parts-searchbox .search-kensu {
	padding: 10px 10px 14px;
	display: flex;
	line-height: 1;
	align-items: center;
	justify-content: space-between;
}
#parts-searchbox .search-kensu dt {
	font-size: 1.4rem;
	font-weight: 500;
	letter-spacing: -0.02em;
}
#parts-searchbox .search-kensu dd {
	font-size: 1rem;
}
#parts-searchbox .search-kensu dd .num {
	color: var(--acc2);
	font-size: 1.5rem;
	font-weight: 600;
	font-style: normal;
	font-family: "Outfit", serif;
}

/* 関連記事 ///
---------------------------------------------- */
.section-related {
	margin-bottom: 80px;
}
.section-related .hd {
	margin-bottom: 40px;
	color: #666;
	font-size: 2rem;
	line-height: 1;
	letter-spacing: 0.04em;
}
.section-related ul {
	display: grid;
	grid-template-columns: 1fr 1fr 1fr;
	grid-gap: 20px 23px;
}
.section-related li > a {
	box-sizing: border-box;
	padding: 15px 10px 40px 182px;
	height: 100%;
	min-height: 110px;
	background-color: #fff;
	display: block;
	position: relative;
}
.section-related li .pic {
	width: 155px;
	background: linear-gradient(to right, #67ceee, #0091ff);
	position: absolute;
	top: 10px;
	bottom: 10px;
	left: 10px;
}
.section-related li .pic img {
	background-color: #fff;
	display: block;
	opacity: 0.5;
}
.section-related li .shd {
	color: var(--bgc1);
	line-height: 1.25;
}
.section-related li .shd i {
	margin-bottom: 5px;
	display: block;
	font-size: 1rem;
	font-weight: 300;
	letter-spacing: 0.03em;
	font-family: "Outfit", serif;
}
.section-related li .shd em {
	font-size: 1.6rem;
	letter-spacing: 0.03em;
}
.section-related li .more {
	position: absolute;
	right: 12px;
	bottom: 10px;
}

/* 売りたい 問い合わせ ///
---------------------------------------------- */
.section-toi-sell {
	margin-bottom: 40px;
	padding: 40px;
	background-color: #dbd1b0;
	display: flex;
	justify-content: space-between;
}
.section-toi-sell .title {
	display: flex;
	flex-direction: column;
}
.section-toi-sell .title .hd {
	margin: -6px 0 auto;
	color: var(--bgc1);
	font-size: 3rem;
	line-height: 1.333;
	letter-spacing: 0.04em;
}
.section-toi-sell .title .txt {
	margin-bottom: -6px;
	font-size: 1.4rem;
	letter-spacing: 0.04em;
}
.section-toi-sell .btns {
	display: flex;
	justify-content: space-between;
}
.section-toi-sell .btn {
	margin-left: 30px;
	width: 260px;
	background-color: #fff;
}
.section-toi-sell .btn > a {
	height: 160px;
	display: block;
	color: #fff;
	text-align: center;
}
.section-toi-sell .btn .icon {
	box-sizing: border-box;
	margin: auto;
	width: 40px;
	height: 67px;
	border-bottom: 1px solid #bcd2e0;
	display: block;
	color: #dbd1b0;
	line-height: 1;
}
.section-toi-sell .btn.tel a {
	background-color: var(--bgc1);
}
.section-toi-sell .btn.tel .icon {
	margin-bottom: 12px;
	padding-top: 19px;
	font-size: 2.9rem;
}
.section-toi-sell .btn.tel .phone {
	margin-bottom: 6px;
	font-size: 2.2rem;
	font-weight: 600;
	line-height: 1;
	letter-spacing: 0.04em;
	font-family: "Outfit", serif;
}
.section-toi-sell .btn.tel .info {
	color: #bcd1e1;
	font-size: 1.3rem;
	line-height: 1.5384;
	letter-spacing: 0.04em;
}
.section-toi-sell .btn.mail a {
	background-color: #a5884c;
}
.section-toi-sell .btn.mail .icon {
	margin-bottom: 22px;
	padding-top: 24px;
	border-bottom: 1px solid #dcceab;
	font-size: 2.5rem;
}
.section-toi-sell .btn.mail a p {
	font-size: 2rem;
	font-weight: 700;
	letter-spacing: 0.04em;
}

/* カード表示 希望者 ///
---------------------------------------------- */
.cst-card.des-b {
	box-sizing: border-box;
	padding: 19px 0;
	min-height: 148px;
	background-color: #fff;
	border-radius: 6px;
	box-shadow: 0 4px 20px 0 rgba(0, 0, 0, 0.1);
	display: flex;
	font-size: 1.3rem;
	line-height: 1;
	letter-spacing: 0.04em;
	transition: opacity 0.2s;
}
.cst-card.des-b .kind {
	box-sizing: border-box;
	margin-right: 9px;
	padding-left: 20px;
	min-width: 69px;
	border-right: 1px solid #b4bec5;
	display: flex;
	flex-direction: column;
	justify-content: space-between;
}
.cst-card.des-b .kind .icon {
	margin-top: 1px;
	width: 39px;
	height: 57px;
	background-size: contain;
	background-repeat: no-repeat;
}
.cst-card.des-b.buy .kind .icon {
	background-image: url(../images/common/icon-buy.png);
}
.cst-card.des-b.sell .kind .icon {
	background-image: url(../images/common/icon-sell.png);
}
.cst-card.des-b .kind .time {
	font-size: 1.2rem;
	line-height: 1;
	font-family: "Outfit", serif;
}
.cst-card.des-b .kind .time em {
	display: block;
	font-size: 1.4rem;
}
.cst-card.des-b :where(dt ~ dt, dd ~ dd){
	margin-top: 11px;
}
.cst-card.des-b dt {
	float: left;
	clear: both;
	font-weight: 700;
}
.cst-card.des-b dd {
	margin-left: 52px;
}


.section-selection {
	padding-left: calc((100% - 1200px) / 2);
	height: 560px;
	background-color: #fff;
	position: relative;
}
.section-selection > .title {
	box-sizing: border-box;
	padding: 40px 0;
	width: 360px;
	height: 100%;
	display: flex;
	position: relative;
	flex-direction: column;
}
.section-selection > .title .hd {
	margin-bottom: 30px;
}
.section-selection > .title .hd i {
	margin-bottom: 11px;
	display: block;
	color: #908772;
	font-size: 2rem;
	letter-spacing: 0.04em;
}
.section-selection > .title .hd em {
	color: var(--bgc1);
	font-size: 3rem;
	line-height: 1;
	letter-spacing: 0.04em;
}
.section-selection > .title .ichiran .more {
	font-size: 1.6rem;
}
.section-selection > .title .txt {
	margin-bottom: auto;
	font-size: 1.6rem;
	line-height: 1.875;
	letter-spacing: 0.04em;
}
.section-selection .arrows {
	width: 113px;
	display: flex;
	position: absolute;
	bottom: 35px;
	left: 247px;
	justify-content: space-between;
}
.section-selection .btn-arrow {
	width: 44px;
	height: 44px;
	background-color: var(--bgc1);
	border-radius: 50%;
	box-shadow: 3px 3px 2px 0 rgba(0, 0, 0, 0.05);
	cursor: pointer;
}
.section-selection .btn-arrow::before {
	margin: auto;
	width: 20px;
	height: 20px;
	background-color: #fff;
	display: block;
	clip-path: polygon(0 45%, 84% 45%, 45% 5%, 50% 0, 100% 50%, 50% 100%, 45% 95%, 84% 55%, 0 55%);
	content: "";
}
.section-selection .btn-arrow.prev {
	background-color: #fff;
}
.section-selection .btn-arrow.prev::before {
	background-color: var(--bgc1);
	transform: scale(-1, 1);
}
.section-selection > .slider {
	box-sizing: border-box;
	padding-right: 263px;
	width: calc(780px + ((100% - 1200px) / 2));
	position: absolute;
	top: 43px;
	right: 0;
	overflow: hidden;
}
.section-selection > .slider .card-selection {
	width: 360px;
	height: auto;
	min-height: 400px;
	opacity: 0.5;
}
.section-selection > .slider .card-selection.swiper-slide-active,
.section-selection > .slider .card-selection.swiper-slide-active + .card-selection {
	opacity: 1;
}

.cards .card-selection.base {
	box-sizing: border-box;
	padding: 10px 25px 30px;
	background-color: #fff;
	border-radius: 8px;
	display: flex;
	flex-direction: column;
	font-size: 1.4rem;
	transition: opacity 0.2s;
}
.cards .card-selection.base .shd {
	box-sizing: border-box;
	margin-bottom: 18px;
	min-height: 100px;
	border-bottom: 1px solid #333;
	color: var(--acc2);
	display: flex;
	align-items: center;
	font-size: 2rem;
	line-height: 1.33;
}
.cards .card-selection.base .txt {
	height: 100%;
	overflow: auto;
	line-height: 1.6;
}
.cards .card-selection.base .txt p + p {
	margin-top: 10px;
}

.cards .card-selection.jirei {
	box-sizing: border-box;
	background-color: #fff;
	border-radius: 8px;
	overflow: hidden;
	display: flex;
	flex-direction: column;
	font-size: 1.4rem;
	transition: opacity 0.2s;
}
.cards .card-selection.jirei > a {
	box-sizing: border-box;
	padding: 0 25px 40px;
	height: 100%;
	display: block;
	position: relative;
}
.cards .card-selection.jirei .photo {
	margin: 0 -25px;
	height: 178px;
	position: relative;
}
.cards .card-selection.jirei .photo .timing {
	box-sizing: border-box;
	padding: 0 20px;
	min-width: 90px;
	min-height: 30px;
	background-color: var(--bgc1);
	position: absolute;
	top: 15px;
	left: 0;
	display: flex;
	color: #fff;
	font-size: 1.3rem;
	font-weight: 500;
	line-height: 1;
	text-align: center;
	align-items: center;
	font-feature-settings: 'palt';
}
.cards .card-selection.jirei .photo .timing .num em {
	font-size: 1.6rem;
	font-weight: 600;
	font-family: "Outfit", serif;
}
.cards .card-selection.jirei .excerpt {
	max-height: 4.5em;
}
.cards .card-selection.jirei .ellipsis:before,
.cards .card-selection.jirei .ellipsis:after {
	background-color: #fff;
}
.cards .card-selection.jirei .info {
	margin-bottom: 10px;
	padding: 15px 0;
	border-bottom: 1px solid #333;
	display: flex;
	font-size: 1.4rem;
	flex-wrap: wrap;
	font-weight: 700;
}
.cards .card-selection.jirei .info p:first-child {
	margin-right: 10px;
}
.cards .card-selection.jirei .hd {
	margin-bottom: 9px;
	font-size: 1.6rem;
}
.cards .card-selection.jirei .more {
	position: absolute;
	right: 15px;
	bottom: 10px;
}

/* 特選 ランキング ///
---------------------------------------------- */
.tksn-ranking {
	position: relative;
}
.tksn-ranking .deco {
	position: absolute;
	top: 0;
	left: 0;
}
.tksn-ranking .deco span {
	padding-bottom: 6px;
	background-color: #f6f6f6;
	font-size: 1.2rem;
	font-weight: 600;
	line-height: 1;
	font-family: "Outfit", serif;
	letter-spacing: 0.13em;
	writing-mode: vertical-rl;
}
.tksn-ranking .bukkens {
	padding-left: 40px;
	position: relative;
}
.tksn-ranking .bukkens::before {
	width: 1px;
	background-color: #464646;
	position: absolute;
	top: 0;
	bottom: 0;
	left: 6px;
	z-index: -1;
	content: "";
}
.tksn-ranking .bukken:nth-child(n+5) {
	display: none;
}
.tksn-ranking .bukkens:not(.active) .bukken:nth-child(4) {
	height: 45px;
	border-bottom: none;
	overflow: hidden;
}
.tksn-ranking .bukkens:has(> .bukken:nth-child(4))::after {
	width: 100%;
	height: 45px;
	background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, #f6f6f6 100%);
	position: absolute;
	bottom: 0;
	left: 0;
	z-index: 1;
	content: "";
	transition: opacity 0.2s;
}
.tksn-ranking .bukkens.active:has(> .bukken:nth-child(4))::after {
	opacity: 0;
	pointer-events: none;
}
.tksn-ranking .bukken > a {
	padding: 16px 0;
	display: grid;
	position: relative;
	grid-template-columns: 91px 362px 360px 1fr;
}
.tksn-ranking .bukken {
	border-bottom: 1px solid #464646;
	position: relative;
}
.tksn-ranking .bukken:first-child {
	border-top: 1px solid #464646;
}
.tksn-ranking .bukken .cell + .cell {
	border-left: 1px solid #d9d9d9;
}
.tksn-ranking .bukken .cell.number {
	box-sizing: border-box;
	padding: 3px 0 0 31px;
	width: 92px;
	height: 100%;
	position: relative;
	font-size: 1.6rem;
	letter-spacing: 0.1em;
}
.tksn-ranking .bukken .cell.number::before {
	margin-right: 10px;
	width: 19px;
	height: 17px;
	background-size: cover;
	position: absolute;
	top: 5px;
	left: 3px;
	content: "";
}
.tksn-ranking .bukken:nth-child(1) .cell.number::before {
	background-image: url(../images/common/icon-rank1.png);
}
.tksn-ranking .bukken:nth-child(2) .cell.number::before {
	background-image: url(../images/common/icon-rank2.png);
}
.tksn-ranking .bukken:nth-child(n+3) .cell.number::before {
	background-image: url(../images/common/icon-rank3.png);
}
.tksn-ranking .bukken .more {
	position: absolute;
	right: 0;
	bottom: 23px;
}
.tksn-ranking .bukken .cell.bukkenmei {
	padding: 0 23px 0 19px;
	display: flex;
	align-items: center;
}
.tksn-ranking .bukken .cell.bukkenmei .img-fit {
	margin-right: 20px;
	width: 70px;
	height: 70px;
}
.tksn-ranking .bukken .cell.bukkenmei .syubetu i {
	margin-top: 12px;
	padding: 0 10px;
	background-color: #a4894b;
	display: block;
	color: #fff;
	font-size: 1.3rem;
	line-height: 2.5rem;
	text-align: center;
}
.tksn-ranking .bukken .cell.bukkenmei .name {
	display: flex;
	line-height: 1;
}
.tksn-ranking .bukken .cell.bukkenmei .syubetu {
	margin-right: 20px;
	font-size: 1.6rem;
	font-weight: 500;
	text-align: center;
}
.tksn-ranking .bukken .cell.bukkenmei .price {
	margin: auto 0 0 auto;
	font-size: 1.6rem;
	letter-spacing: 0.04em;
}
.tksn-ranking .bukken .cell.bukkenmei .price em {
	font-size: 2.6rem;
	font-weight: 600;
	font-family: "Outfit", serif;
}
.tksn-ranking .bukken dl.cell {
	padding: 0 26px;
	display: flex;
	align-items: center;
	font-size: 1.4rem;
	line-height: 1;
	letter-spacing: 0.1em;
}
.tksn-ranking .bukken dl.cell dt {
	width: 60px;
	font-weight: 700;
	float: left;
}
.tksn-ranking .bukken dl.cell dd {
	margin-left: 60px;
}
.tksn-ranking .bukken dl.cell :where(dt ~ dt, dd ~ dd) {
	margin-top: 11px;
}
.tksn-ranking > .showbtn {
	display: none;
}
.tksn-ranking > .showbtn::before {
	width: 13px;
	height: 10px;
	background: url(../images/common/arrow-show.png) no-repeat center / cover;
	position: absolute;
	top: 16px;
	left: 16px;
	content: "";
}
.tksn-ranking > .showbtn.active::before {
	transform: scale(1, -1);
}
.tksn-ranking > .showbtn.active > span:first-child {
	display: none;
}
.tksn-ranking > .showbtn:not(.active) > span:last-child {
	display: none;
}
.tksn-ranking:has(.bukkens > .bukken:nth-child(4)) > .showbtn {
	margin: 30px auto 0;
	width: 168px;
	height: 40px;
	display: block;
	background-color: var(--bgc1);
	color: #fff;
	font-size: 1.6rem;
	transform: translateY(-30px);
	cursor: pointer;
	transition: transform 0.2s;
}
.tksn-ranking:has(.bukkens > .bukken:nth-child(4)) > .showbtn.active {
	transform: translateY(0);
}

/* 特選 価格変更物件 ///
---------------------------------------------- */
.slider-kakaku {
	padding: 0 15px 5px;
	position: relative;
	overflow: hidden;
}
.slider-kakaku .btn-arrow {
	width: 34px;
	position: absolute;
	top: 0;
	bottom: 0;
	z-index: 10;
	cursor: pointer;
}
.slider-kakaku .btn-arrow > i {
	box-sizing: border-box;
	margin: auto;
	padding-top: 11px;
	width: 32px;
	height: 32px;
	background-color: #fff;
	border: 1px solid #a8a7a7;
	box-shadow: 1px 1px 4px 0 rgba(0, 0, 0, 0.1);
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	border-radius: 50%;
}
.slider-kakaku .btn-arrow > i::before {
	margin: auto;
	width: 4px;
	height: 8px;
	background-color: #9d9d9d;
	display: block;
	clip-path: polygon(0 0, 20% 0, 100% 50%, 20% 100%, 0 100%, 80% 50%);
	content: "";
}
.slider-kakaku .btn-arrow.prev {
	left: 0;
}
.slider-kakaku .btn-arrow.prev > i::before {
	transform: scale(-1, 1);
}
.slider-kakaku .btn-arrow.next {
	right: 0;
}

.tksn-kakaku .bukken {
	height: auto;
}
.tksn-kakaku .bukken > a {
	box-sizing: border-box;
	padding: 20px;
	height: 100%;
	background-color: #fff;
	border-radius: 5px;
	box-shadow: 1px 1px 4px 0px rgba(0, 0, 0, 0.05);
	display: block;
	position: relative;
	color: #666;
}
.tksn-kakaku .bukken-title {
	margin-bottom: 12px;
	padding-bottom: 6px;
	border-bottom: 1px solid #c9c9c9;
	letter-spacing: 0.04em;
}
.tksn-kakaku .bukken-syubetsu {
	margin-bottom: 6px;
	background-color: #a4894b;
	padding: 4px 10px;
	display: inline-block;
	color: #fff;
	font-size: 1.3rem;
	line-height: 1.308;
	font-weight: 400;
}
.tksn-kakaku .bukken-info {
	display: block;
	font-weight: 400;
}
.tksn-kakaku .bukken-time {
	position: absolute;
	top: 20px;
	right: 20px;
	font-weight: 400;
	line-height: 2.5rem;
	font-family: "Outfit", serif;
}
.tksn-kakaku .bukken-price .num {
	font-weight: 600;
	font-family: "Outfit", serif;
}
.tksn-kakaku .bukken-price {
	display: flex;
	font-size: 1.4rem;
	line-height: 1;
	letter-spacing: 0.04em;
	align-items: center;
}
.tksn-kakaku .bukken-price .prev {
	padding-right: 36px;
	background: url(../images/common/tksn-kakaku-arrow.png) no-repeat right 9px bottom/ 18px;
}
.tksn-kakaku .bukken-price .next .num {
	color: #d78888;
	font-size: 1.8rem;
}

/* 特選 お預かり物件 ///
---------------------------------------------- */
.slider-tksn-cover {
	height: 100%;
	background-color: #fff;
	position: relative;
	overflow: hidden;
}
.slider-tksn-cover .btn-arrow {
	width: 100px;
	position: absolute;
	top: 0;
	bottom: 0;
	z-index: 10;
	cursor: pointer;
}
.slider-tksn-cover .btn-arrow i {
	box-sizing: border-box;
	padding-top: 8px;
	width: 29px;
	height: 29px;
	background-color: #fff;
	border-radius: 50%;
	display: block;
}
.slider-tksn-cover .btn-arrow i::before {
	margin: auto;
	width: 13px;
	height: 13px;
	background-color: var(--bgc1);
	display: block;
	clip-path: polygon(0 45%, 84% 45%, 45% 5%, 50% 0, 100% 50%, 50% 100%, 45% 95%, 84% 55%, 0 55%);
	content: "";
}
.slider-tksn-cover .btn-arrow.prev {
	padding-left: 20px;
	left: 0;
	text-align: left;
}
.slider-tksn-cover .btn-arrow.prev i::before {
	transform: scale(-1, 1);
}
.slider-tksn-cover .btn-arrow.next {
	padding-right: 20px;
	right: 0;
}
.slider-tksn-cover .btn-arrow.next i {
	margin-left: auto;
}
.slider-tksn-cover .tksn-cover {
	width: 360px;
	min-height: 460px;
}

.tksn-cover {
	background-color: #fff;
	border-radius: 8px;
	overflow: hidden;
}
.tksn-cover > a {
	box-sizing: border-box;
	padding: 28px 25px 22px;
	width: 100%;
	height: 100%;
	position: relative;
	z-index: 1;
	color: #fff;
	display: flex;
	flex-direction: column;
}
.tksn-cover .bukken-image, .tksn-cover .bukken-image::before, .tksn-cover .bukken-image img {
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
}
.tksn-cover .bukken-image {
	z-index: -1;
}
.tksn-cover .bukken-image img {
    object-fit: cover;
    object-position: center;
    z-index: -1;
}
.tksn-cover .bukken-image::before {
    background: linear-gradient(to bottom, rgba(2, 56, 97, 0.4), rgba(2, 56, 97, 0.7));
	content: "";
}
.tksn-cover .bukken-title .hd {
	margin-bottom: 6px;
	line-height: 1;
}
.tksn-cover .bukken-syubetsu {
	margin-bottom: 9px;
	display: block;
	font-size: 1.6rem;
	letter-spacing: 0.04em;
}
.tksn-cover .bukken-price {
	font-size: 1.6rem;
	letter-spacing: 0.04em;
}
.tksn-cover .bukken-price span {
	font-size: 2.6rem;
	font-weight: 600;
	font-family: "Outfit", serif;
}
.tksn-cover .bukken-point {
	margin-top: auto;
	font-size: 1.4rem;
	line-height: 1.4285;
}
.tksn-cover .bukken-point :where(dt, dd){
	letter-spacing: 0.04em;
}
.tksn-cover .bukken-point dt {
	margin-bottom: 6px;
	padding-bottom: 8px;
	border-bottom: 1px solid #fff;
	font-weight: 700;
}
.tksn-cover .more {
	margin-top: 7px;
	color: #fff;
	text-align: right;
}
.tksn-cover .more::after {
	background-image: url(../images/common/arrow-more-w.png);
}


.tksn-cards {
	display: grid;
	grid-template-columns: 1fr 1fr 1fr;
	grid-gap: 30px;
}
.tksn-cards .tksn-card {
	background-color: #fff;
	border-radius: 4px;
	box-shadow: inset 0 0 0 1px #c9c9c9;
	display: flex;
	flex-direction: column;
	overflow: hidden;
	position: relative;
	color: #666;
	font-size: 1.4rem;
	line-height: 1.5;
}
.tksn-card::after {
	width: 100%;
	background-color: #fff;
	opacity: 0;
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	pointer-events: none;
	transition: opacity 0.2s;
	content: "";
}
.tksn-card:hover:not(:has(.bukken-comment .staff:hover))::after {
	opacity: 0.2;
}
.tksn-card .bukken-mv {
	margin: 1px 1px 0;
	height: 239px;
	border-radius: 3px 3px 0 0;
	display: block;
	overflow: hidden;
	position: relative;
}
.tksn-card :where(.bukken-shubetsu, .bukken-new) {
	padding: 0 10px;
	position: absolute;
	top: 20px;
	color: #fff;
	line-height: 2.5rem;
}
.tksn-card .bukken-shubetsu {
	background-color: #a4894b;
	left: 20px;
	font-size: 1.3rem;
}
.tksn-card .bukken-new {
	background-color: #023861;
	right: 20px;
}
.tksn-card .bukken-mv img {
	width: 100%;
	height: 100%;
	object-fit: cover
}
.tksn-card .bukken-pchange {
	position: absolute;
	bottom: 0;
	right: 0;
}
.tksn-card .bukken-pchange > div {
	padding: 2px 10px;
	background-color: #c00;
	display: flex;
	color: #fff;
	font-size: 1.2rem;
}
.tksn-card .bukken-pchange dt {
    margin-right: 10px;
}
.tksn-card .bukken-title {
	padding: 15px 20px 11px;
	display: flex;
	color: #333;
	justify-content: space-between;
	align-items: start;
}
.tksn-card .bukken-title .name {
	max-width: calc(100% - 7em);
	font-weight: 700;
}
.tksn-card .bukken-title .price {
	padding-right: 3px;
	font-size: 1rem;
	line-height: 1;
}
.tksn-card .bukken-title .price .num {
	margin-right: 1px;
	color: #908772;
	font-size: 2.2rem;
	font-weight: 600;
	letter-spacing: 0.04em;
	font-family: "Outfit", serif;
}
.tksn-card .bukken-info {
	padding: 0 20px 17px;
	display: block;
}
.tksn-card .bukken-info > p {
	padding-left: 13px;
	position: relative;
}
.tksn-card .bukken-info > p::before {
	background-size: contain;
	background-position: center;
	position: absolute;
	top: 4px;
	left: 0;
	content: "";
}
.tksn-card .bukken-info > .address::before {
	width: 8px;
	height: 12px;
	background-image: url(../images/common/tksn-card-address.png);
}
.tksn-card .bukken-info > .access::before {
	width: 9px;
	height: 13px;
	background-image: url(../images/common/tksn-card-access.png);
}
.tksn-card .bukken-info > .size::before {
	width: 11px;
	height: 11px;
	background-image: url(../images/common/tksn-card-size.png);
	top: 5px;
	left: -1px;
}
.tksn-card .bukken-info > p + p {
	margin-top: 2px;
}
.tksn-card .bukken-info > .size {
	margin-top: 5px;
}
.tksn-card .bukken-comment {
	margin-top: auto;
	min-height: 94px;
	position: relative;
}
.tksn-card .bukken-comment .txt {
	box-sizing: border-box;
	height: 100%;
	min-height: 94px;
	border-top: 1px solid #c9c9c9;
	position: relative;
}
.tksn-card .bukken-comment .txt a {
	box-sizing: border-box;
	height: 100%;
	padding: 17px 90px 17px 18px;
	display: block;
	line-height: 1.42;
	text-align: justify;
	font-feature-settings: 'palt';
}
.tksn-card .bukken-comment .staff {
	width: 52px;
	height: 52px;
	border-radius: 50%;
	background-color: #efefef;
	border: 1px solid #fff;
	overflow: hidden;
	position: absolute;
	top: 20px;
	right: 22px;
	z-index: 1;
}

/* パーツ 査定フォーム ///
---------------------------------------------- */
.section-sateiform {
	box-sizing: border-box;
	width: 100%;
	background-color: var(--bgc1);
	color: #fff;
}
.section-sateiform .title {
	position: relative;
}
.section-sateiform .title .hd {
	position: relative;
	line-height: 1;
	letter-spacing: 0.04em;
}
.section-sateiform .title .hd::before {
	background: url(../images/common/icon-calc.png) no-repeat top / cover;
	position: absolute;
	bottom: 0;
	left: 0;
	content: "";
}
.section-sateiform .title .hd i {
	margin-bottom: 6px;
	display: block;
	color: var(--acc1);
	font-size: 1.6rem;
}
.section-sateiform .title .hd em {
	font-size: 2.2rem;
}
.section-sateiform .title .txt {
	position: absolute;
	right: 0;
	bottom: -1px;
	font-size: 1.6rem;
	line-height: 1;
	letter-spacing: 0.04em;
}

.section-sateiform form {
	overflow: hidden;
}
.section-sateiform .step .shd {
	font-size: 1.6rem;
	line-height: 1;
	letter-spacing: 0.04em;
}
.section-sateiform .step .shd i {
	box-sizing: border-box;
	margin-bottom: 8px;
	padding-top: 4px;
	width: 64px;
	border: 1px solid #fff;
	border-bottom: none;
	display: block;
	font-weight: 400;
	line-height: 1;
	font-size: 1.2rem;
	letter-spacing: 0.1em;
	text-align: center;
}
.section-sateiform .input {
	width: 231px;
	position: relative;
	background-color: #fff;
	box-shadow: inset 0 0 0 1px #ccc;
}
.section-sateiform .input::after {
	height: 7px;
	width: 8px;
	background-color: var(--bgc1);
	position: absolute;
	top: 12px;
	right: 12px;
	clip-path: polygon(0 0, 100% 0, 50% 100%);
	pointer-events: none;
	content: "";
}
.section-sateiform .input :is(select, .select2-selection) {
	box-sizing: border-box;
	padding: 0 10px;
	width: 100%;
	height: 31px;
	background-color: rgba(0,0,0,0);
	border: none;
	border-radius: 0;
	display: block;
	color: var(--bgc1);
	font-size: 1.4rem;
	line-height: 1.5;
}
.section-sateiform .input select:not(.selected),
.section-sateiform .input select option:first-child {
	color: #bebebe !important;
}
.section-sateiform .input .select2.selected {
	pointer-events: none;
}
.section-sateiform .input select option {
	color: var(--bgc1);
}
.section-sateiform .input .select2-selection__arrow {
	display: none;
}
.section-sateiform .input .select2-container .select2-selection__rendered {
	padding: 0;
	color: inherit;
	line-height: 32px;
}
.select2-search--dropdown .select2-search__field {
	font-family: inherit;
}
.section-sateiform .submit .txt {
	padding-bottom: 4px;
	font-size: 1.6rem;
	line-height: 1;
	letter-spacing: 0.04em;
}
.section-sateiform .submit button {
	background-color: var(--acc1);
	display: block;
	position: relative;
	color: var(--bgc1);
	font-size: 2rem;
	font-weight: 700;
	letter-spacing: 0.04em;
	cursor: pointer;
}
.section-sateiform .submit button::before {
	width: 100%;
	background-color: rgba(255, 255, 255, 0.2);
	opacity: 0;
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	pointer-events: none;
	transition: opacity 0.2s;
	content: "";
}
.section-sateiform .submit button:hover::before {
	opacity: 1;
}

/* 下層 査定フォーム ///
---------------------------------------------- */
.section-sateiform.wide {
	margin-bottom: 40px;
	padding: 42px 40px;
}
.section-sateiform.wide .title {
	margin-bottom: 37px;
}
.section-sateiform.wide .title .hd {
	padding-left: 70px;
}
.section-sateiform.wide .title .hd::before {
	width: 55px;
	height: 47px;
}
.section-sateiform.wide .title .txt {
	left: 210px;
}
.section-sateiform.wide .title .txt::after {
	width: 597px;
	height: 1px;
	background-color: #96b9d3;
	position: absolute;
	right: 0;
	bottom: 6px;
	content: "";
}
.section-sateiform.wide .steps {
	display: flex;
	float: left;
}
.section-sateiform.wide .step {
	padding-right: 61px;
	background: url(../images/common/arrow-double.png) no-repeat right 27px bottom 8px / 12px;
}
.section-sateiform.wide .step01 {
	padding-right: 61px;
}
.section-sateiform.wide .step .shd {
	margin-bottom: 10px;
}
.section-sateiform.wide .input {
	width: 231px;
}
.section-sateiform.wide .submit .txt {
	margin-bottom: 15px;
}
.section-sateiform.wide .submit button {
	width: 244px;
	height: 50px;
}

/* パーツ ニュース ///
---------------------------------------------- */
.section-news {
	margin-bottom: 95px;
	padding: 25px 0;
	border-top: 1px solid #888;
	border-bottom: 1px solid #888;
	display: grid;
	grid-template-columns: 218px 867px 1fr;
}
.section-news .hd {
	margin: 15px 0;
	border-right: 1px solid #888;
	color: #888;
	font-size: 1.4rem;
	font-weight: 400;
	line-height: 1;
}
.section-news .hd i {
	margin-bottom: 6px;
	display: block;
	color: var(--bgc1);
	font-size: 3rem;
	font-weight: 600;
	letter-spacing: 0.04em;
	font-family: "Outfit", serif;
}
.section-news .list {
	margin-top: 5px;
	padding: 0 45px 3px;
}
.section-news .list a {
	padding: 12px 0;
	display: grid;
	grid-template-columns: 118px 1fr;
	line-height: 1.15;
	letter-spacing: 0.04em;
}
.section-news .list a time {
	font-weight: 400;
	font-family: "Outfit", serif;
}
.section-news .ichiran {
	box-sizing: border-box;
	margin: 15px 0;
	border-left: 1px solid #888;
	width: 100%;
	display: table;
}
.section-news .ichiran a {
	width: 100%;
	display: table-cell;
	text-align: right;
	vertical-align: bottom;
}
.section-news .ichiran a span {
	position: relative;
	bottom: -5px;
}

/* パーツ 希望リスト ///
---------------------------------------------- */
.cst-card.des-a {
	box-sizing: border-box;
	padding: 15px 16px;
	width: 100%;
	min-height: 100px;
	background-color: #fff;
	display: table;
	font-size: 1.6rem;
	letter-spacing: 0.04em;
}
.cst-card.des-a + .cst-card.des-a {
	margin-top: 20px;
}
.cst-card.des-a .name {
	margin-bottom: 7px;
	padding-left: 26px;
	position: relative;
	color: var(--bgc1);
	font-weight: 700;
}
.cst-card.des-a .name::before {
	width: 20px;
	height: 20px;
	background: url(../images/common/icon-kibou.png) no-repeat top / cover;
	position: absolute;
	bottom: -1px;
	left: 0;
	content: "";
}
.cst-card.des-a .txt {
	font-weight: 400;
}
.cst-card.des-a .time {
	box-sizing: border-box;
	padding-top: 2px;
	width: 73px;
	border-right: 1px solid #888;
	display: table-cell;
	font-size: 1rem;
	font-weight: 400;
	line-height: 1;
	letter-spacing: 0.04em;
	vertical-align: top;
	font-family: "Outfit", serif;
}
.cst-card.des-a .time em {
	margin-top: 2px;
	display: block;
	font-size: 2.4rem;
	letter-spacing: 0.04em;
}
.cst-card.des-a .info {
	padding: 1px 0 2px 19px;
	display: table-cell;
	line-height: 1.25;
	vertical-align: top;
}

/* スマホ切り替えボタン //
////////////////////////////////////////////////////////////////////*/

body > .pc2spLink {
	padding: 30px;
	background-color: var(--bgc1);
	position: relative;
	z-index: 100;
}
body > .pc2spLink a {
	border: 5px solid #fff;
	border-radius: 10px;
	display: block;
	color: #fff;
	font-size: 3rem;
	line-height: 90px;
	text-align: center;
}
body > .pc2spLink a::before {
	margin-right: 8px;
	font-size: 4rem;
	font-weight: 600;
	line-height: 1;
	vertical-align: middle;
	font-family: "Font Awesome 6 Free";
	content: "\f3cd";
}

#body_header {
	background-color: var(--bgc1);
	color: #fff;
	letter-spacing: 0.04em;
	position: relative;
	z-index: 10;
}
#body_header .logo {
	width: 255px;
	height: 80px;
	background-color: #fff;
}
#body_header .logo a {
	background-color: #f6f6f6;
	display: block;
	height: 100%;
}
#body_header .logo img {
	width: 100%;
	height: 100%;
	display: block;
	object-fit: none;
	object-position: center;
}
#body_header .topline {
	display: flex;
	position: relative;
	z-index: 1;
}
#body_header .topline::after {
	height: 1px;
	background-color: var(--bgc3);
	position: absolute;
	right: 0;
	bottom: 0;
	left: 0;
	z-index: -1;
	content: "";
}
#body_header .gmenu {
	margin: 0 16px 0 auto;
	overflow: hidden;
}
#body_header .gmenu > li {
	color: var(--txc1);
	float: left;
}
#body_header .gmenu .txt {
	padding: 0 22px;
	height: 80px;
	position: relative;
	color: inherit;
	display: flex;
	align-items: center;
	cursor: pointer;
	letter-spacing: 0.06em;
}
#body_header .gmenu > li .txt::after {
	margin: auto;
	width: 1px;
	height: 15px;
	background-color: currentColor;
	position: absolute;
	top: 0;
	bottom: 0;
	right: 0;
	content: '';
}
#body_header .gmenu > li:last-child .txt::after {
	display: none;
}
#body_header .gmenu > li:hover .txt::before {
	width: 100%;
	height: 4px;
	background-color: var(--bgc3);
	position: absolute;
	bottom: 0;
	left: 0;
	content: "";
}
#body_header .gmenu .txt i {
	margin-left: 1.5rem;
	height: 7px;
	width: 8px;
	background-color: currentColor;
	position: relative;
	top: 1px;
	clip-path: polygon(0 0, 100% 0, 50% 100%);
}

#body_header .topbox li {
	background-color: #fff;
	float: left;
}
#body_header .topbox a {
	width: 80px;
	height: 80px;
	display: flex;
	font-size: 1rem;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	font-family: "Outfit", serif;
}
#body_header .topbox .mail a {
	background-color: var(--acc1);
	color: var(--bgc1);
}
#body_header .topbox .mail svg {
	margin-bottom: 1px;
	font-size: 2.3rem;
}
#body_header .topbox .login a {
	background-color: var(--acc2);
	color: #fff;
}
#body_header .topbox .login svg {
	font-size: 2.1rem;
}
#body_header .megamenu {
	width: 100%;
	background-color: var(--bgc2);
	display: none;
	position: absolute;
	top: 80px;
	left: 0;
	z-index: 1;
	color: #f6f6f6;
}
#body_header :hover > .megamenu {
	z-index: 2;
}
#body_header .megamenu :where(.title, .menu) {
	box-sizing: border-box;
	border-right: 1px solid var(--bgc3);
}
#body_header .megamenu .title {
	height: 100%;
	background-color: #fff;
}
#body_header .megamenu .title > a {
	box-sizing: border-box;
	padding-top: 97px;
	padding-left: 4px;
	width: 300px;
	height: 100%;
	background-size: cover;
	display: block;
	font-size: 3rem;
	line-height: 1;
	letter-spacing: 0.1em;
	text-align: center;
}
#body_header .megamenu .title > a > span {
	margin-bottom: 15px;
	display: block;
  text-align: center;
}
#body_header .megamenu .title .btn {
	padding: 0 10px;
	background-color: var(--bgc1);
	display: inline-block;
	font-size: 1.4rem;
	font-weight: 400;
	line-height: 37px;
	letter-spacing: 0.1em;
	vertical-align: top;
}
#body_header .megamenu .title .arrow {
	margin-left: 4px;
	width: 16px;
	height: 16px;
	background-color: #fff;
	display: inline-flex;
	border-radius: 50%;
	position: relative;
	top: 10px;
	align-items: center;
	justify-content: center;
	vertical-align: top;
}
#body_header .megamenu .title .arrow::before {
	width: 7px;
	height: 7px;
	background-color: var(--bgc1);
	display: block;
	clip-path: polygon(0 45%, 84% 45%, 45% 5%, 50% 0, 100% 50%, 50% 100%, 45% 95%, 84% 55%, 0 55%);
	content: "";
}
#body_header .megamenu > .cont-w {
	height: 425px;
	display: grid;
	line-height: 1.42;
	letter-spacing: 0.1em;
}
#body_header .megamenu a {
	display: block;
	color: inherit;
}
#body_header .megamenu .menu {
	padding: 43px 0 0 30px;
}
#body_header .megamenu .menu .shd {
	margin-bottom: 16px;
	padding-left: 42px;
	position: relative;
	font-size: 2rem;
	font-weight: 700;
	line-height: 1;
	letter-spacing: 0.1em;
}
#body_header .megamenu .menu .shd .icon {
	position: absolute;
	bottom: 0;
	left: 0;
	font-size: 3rem;
}
#body_header .menu-list > li > a {
	box-sizing: border-box;
	margin-right: 30px;
	padding: 5px 35px 5px 10px;
	min-height: 40px;
	display: flex;
	flex-direction: column;
	position: relative;
	line-height: 1.5;
	justify-content: center;
}
#body_header .menu-list > li > a::after {
	margin: auto;
	width: 10px;
	height: 10px;
	background-color: var(--acc1);
	opacity: 0;
	position: absolute;
	top: 0;
	right: 12px;
	bottom: 0;
	clip-path: polygon(0 45%, 84% 45%, 45% 6%, 50% 0, 100% 50%, 50% 100%, 45% 95%, 84% 55%, 0 55%);
	content: "";
}
#body_header .menu-list > li > a:hover {
	background-color: rgba(255,255,255,0.1);
}
#body_header .menu-list > li > a:hover::after {
	opacity: 1;
}


#body_header .submenu:hover .submenu-title {
	color: var(--txc2);
}
#body_header .submenu-title {
	padding-left: 10px;
	display: block;
	line-height: 40px;
	cursor: pointer;
}
#body_header .submenu-list {
	box-sizing: border-box;
	padding-left: 16px;
	position: relative;
	top: -4px;
	display: none;
	overflow: hidden;
}
#body_header .submenu-list li {
	position: relative;
	float: left;
	font-size: 1.3rem;
}
#body_header .submenu-list a {
	padding: 0 7px 0 7px;
	display: inline-block;
	position: relative;
}
#body_header .submenu-list a:hover {
	color: var(--txc2);
}
#body_header .submenu-list > li:not(:last-child) a::after {
	margin: auto;
	width: 1px;
	height: 13px;
	background-color: #fff;
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	content: "";
}
#body_header .megamenu.buy > div {
	grid-template-columns: 300px 295px 303px 1fr;
}
#body_header .megamenu.buy .title > a {
	background: url(../images/common/megamenu-buy-bg.jpg) no-repeat top, #0087de;
}
#body_header .megamenu.buy .search {
	width: 295px;
}
#body_header .megamenu.buy .search .shd {
	padding-left: 42px;
}
#body_header .megamenu.buy .service {
	width: 303px;
}
#body_header .megamenu.buy .service .shd {
	padding-left: 44px;
}
#body_header .megamenu.buy .service .shd .icon {
	left: 5px;
}
#body_header .megamenu.buy .useful {
	width: 301px;
}
#body_header .megamenu.buy .useful .shd {
	padding-left: 46px;
}
#body_header .megamenu.buy .useful .shd .icon {
	left: 4px;
}

#body_header .megamenu.sell > .cont-w {
	grid-template-columns: 300px 275px 323px 1fr;
	grid-template-rows: 216px 1fr;
}
#body_header .megamenu.sell .title {
	grid-row: 1 / 3;
}
#body_header .megamenu.sell :where(.satei, .keep) {
	grid-row: 1 / 2;
}
#body_header .megamenu.sell .satei .shd .icon {
	left: 3px;
}
#body_header .megamenu.sell .menu .shd {
	margin-bottom: 19px;
}
#body_header .megamenu.sell .menu-list a {
	min-height: 35px;
}
#body_header .megamenu.sell .trust {
	grid-row: 2 / 3;
	grid-column: 2 / 4;
}
#body_header .megamenu.sell .title > a {
	background: url(../images/common/megamenu-sell-bg.jpg) no-repeat top, #0087de;
}
#body_header .megamenu.sell .menu {
	padding-top: 33px;
}
#body_header .megamenu.sell .menu.satei .icon {
	font-size: 2.9rem;
}
#body_header .megamenu.sell .trust {
	padding-top: 41px;
	border-top: 1px solid var(--bgc3);
}
#body_header .megamenu.sell .trust .menu-list > li {
	margin: 0 30px 0 auto;
	width: 260px;
}
#body_header .megamenu.sell .trust .menu-list > li:nth-child(-n+3) {
	margin: 0;
	float: left;
	clear: both;
}
#body_header .megamenu.sell .attention {
	padding: 20px 0;
	background-color: var(--acc1);
}
#body_header .megamenu.sell .attention > div {
	display: grid;
	grid-template-columns: 300px 1fr;
}
#body_header .megamenu.sell .attention header {
	box-sizing: border-box;
	padding: 17px 0 0 76px;
	height: 110px;
	background-color: #c6b386;
	position: relative;
	float: left;
	color: #333;
	font-size: 1.8rem;
	line-height: 2.4rem;
}
#body_header .megamenu.sell .attention .hd {
	margin-bottom: 3px;
	font-size: 2.3rem;
	font-weight: 700;
}
#body_header .megamenu.sell .attention .hd i {
	position: absolute;
	top: 19px;
	left: 29px;
}
#body_header .megamenu.sell .attention ul {
	margin-left: 17px;
	padding-top: 1px;
}
#body_header .megamenu.sell .attention li {
	box-sizing: border-box;
	margin: 0 4px 0 auto;
	width: 430px;
	height: 35px;
	border-bottom: 1px solid #908772;
	display: table;
	position: relative;
	color: #023861;
}
#body_header .megamenu.sell .attention li > a {
	padding-left: 17px;
	display: table-cell;
	vertical-align: middle;
}
#body_header .megamenu.sell .attention li > a::before {
	margin: auto;
	height: 8px;
	width: 7px;
	background-color: currentColor;
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	clip-path: polygon(0 0, 100% 50%, 0 100%);
	content: "";
}
#body_header .megamenu.sell .attention li:first-child,
#body_header .megamenu.sell .attention li:nth-child(4n){
	border-top: 1px solid #908772;
}
#body_header .megamenu.sell .attention li:nth-child(-n+3) {
	margin: 0;
	float: left;
	clear: both;
}

#body_header .megamenu.company > div {
	height: auto;
	grid-template-columns: 300px 1fr;
}
#body_header .megamenu.company .menus {
	display: grid;
	grid-template-columns: 295px 303px 1fr;
}
#body_header .megamenu.company .menu-list {
	padding: 30px 0 40px 30px;
	border-right: 1px solid var(--bgc3);
}
#body_header .megamenu.company .title > a {
	background-image: url(../images/common/megamenu-company-bg.jpg);
	padding-top: 60px;
	min-height: 230px;
}

/* ページトップ //
////////////////////////////////////////////////////////////////////*/

#pagetop {
	width: 50px;
	height: 50px;
	position: fixed;
	right: 40px;
	bottom: 40px;
	z-index: 50;
	opacity: 0;
	pointer-events: none;
	transition: opacity 0.2s;
}
#pagetop.fixed {
	opacity: 1;
	pointer-events: auto;
}
#pagetop a {
	background-color: #616161;
	border: 2px solid #fff;
	border-radius: 5px;
	display: block;
	color: #fff;
	line-height: 4.8rem;
	text-align: center;
}
#pagetop a::before {
	font-size: 1.6rem;
	content: "\f106";
}


#body_footer {
	margin-top: 80px;
	background-color: #616161;
	letter-spacing: 0.04em;
}
#body_footer .foot_contact {
	background-color: var(--acc1);
}
#body_footer .foot_contact > div {
	height: 200px;
	display: grid;
	grid-template-columns: 442px 381px 1fr;
}
#body_footer .foot_contact .title {
	padding-top: 37px;
	position: relative;
	font-size: 1.6rem;
	font-weight: 500;
}
#body_footer .foot_contact .title .hd {
	margin-bottom: 36px;
	color: var(--bgc1);
	line-height: 1;
}
#body_footer .foot_contact .title .hd i {
	margin-bottom: 14px;
	display: block;
	font-size: 3.2rem;
	font-weight: 600;
	letter-spacing: 0.067em;
	font-family: "Outfit", serif;
}
#body_footer .foot_contact .content {
	padding: 44px 0 0 50px;
	position: relative;
}
#body_footer .foot_contact .content::before {
	width: 1px;
	height: 120px;
	background-color: #403315;
	position: absolute;
	top: 40px;
	left: 0;
	content: "";
}
#body_footer .foot_contact .content .hd {
	padding-left: 37px;
	position: relative;
	font-size: 1.6rem;
	font-weight: 700;
	line-height: 1;
}
#body_footer .foot_contact .content .hd i {
	position: absolute;
	bottom: -6px;
	left: 0;
}
#body_footer .foot_contact .content.mail .btn {
	margin-top: 33px;
	width: 280px;
	background-color: #fff;
}
#body_footer .foot_contact .content.mail .btn a {
	background-color: var(--bgc1);
	display: block;
	color: #fff;
	font-size: 1.6rem;
	font-weight: 700;
	line-height: 60px;
	text-align: center;
}

#body_footer .foot_contact .content.tel .number {
	margin: 26px 0 2px;
	color: var(--bgc1);
	font-size: 3rem;
	font-weight: 600;
	line-height: 1;
	font-family: "Outfit", serif;
}

#body_footer .foot_menu {
	color: #fff;
}
#body_footer .menu-title + ul {
	padding-left: 1em;
}
#body_footer .foot_menu > div {
	display: grid;
	grid-template-columns: 430px 250px 240px 280px;
}
#body_footer .foot_menu .content {
	margin-top: 42px;
	padding-left: 20px;
	position: relative;
}
#body_footer .foot_menu .content::before {
	width: 1px;
	background-color: #9b9b9b;
	position: absolute;
	top: 2px;
	bottom: 0;
	left: 0;
	content: "";
}
#body_footer .foot_menu .content .menu-list {
	line-height: 2;
}
#body_footer .foot_menu .content .menu-list + .menu-list {
	margin-top: 24px;
}
#body_footer .foot_menu .content .menu-list a {
	display: block;
}
#body_footer .foot_menu .content .menu-list ul li {
	font-size: 1.2rem;
}
#body_footer .foot_menu .title {
	padding-right: 30px;
	line-height: 1.7;
}
#body_footer .foot_menu .hd {
	margin-bottom: 18px;
	padding: 45px 0 10px;
	border-bottom: 1px solid #fff;
}
#body_footer .foot_menu .hd i {
	margin-top: 12px;
	display: block;
	font-size: 1.6rem;
	font-weight: 400;
	letter-spacing: 0;
}
#body_footer .foot_menu .shd {
	margin-bottom: 16px;
	font-size: 1.6rem;
	line-height: 1;
}
#body_footer .foot_menu .title .btns {
	margin: 17px 0 8px;
	overflow: hidden;
}
#body_footer .foot_menu .title .btns > li {
	box-sizing: border-box;
	width: 190px;
	height: 30px;
	border: 1px solid #fff;
	display: table;
	position: relative;
	float: left;
}
#body_footer .foot_menu .title .btns > li + li {
	margin-left: 17px;
}
#body_footer .foot_menu .title .btns > li > a {
	padding-left: 36px;
	display: table-cell;
	color: #fff;
	vertical-align: middle;
	transition: background-color 0.1s;
}
#body_footer .foot_menu .title .btns > li > a:hover {
	background-color: rgba(255,255,255,0.1);
}
#body_footer .foot_menu .title .btns > li > a svg {
	margin: auto;
	position: absolute;
	top: 0;
	bottom: 0;
	left: 10px;
	color: var(--acc1);
}
#body_footer .foot_menu .title .btns .mail svg {
	font-size: 1.8rem;
}
#body_footer .foot_menu .title .btns .tel svg {
	font-size: 1.6rem;
	left: 12px;
}
#body_footer .foot_menu .list-sns {
	margin-top: 22px;
	display: flex;
}
#body_footer .foot_menu .list-sns > li:not(:last-child) {
	margin-right: 22px;
}

#body_footer .copyright {
	padding: 27px 0;
	display: block;
	color: #fff;
	font-size: 1.2rem;
}
#body_footer .copyright small {
	margin-right: 1em;
	font-size: inherit;
}


.kari-des76:not(.kari-slide) .des76-box {
	margin: 0;
	width: calc((100% / 3) - 20px);
}
.kari-des76:not(.kari-slide) .des76-box:nth-child(n+4) {
	margin-top: 30px;
}
.kari-des76:not(.kari-slide) .des76-box:not(:nth-child(3n)) {
	margin-right: 20px;
}
.kari-des76:not(.kari-slide) .des76-li {
	 flex-wrap: wrap;
}
.kari-des76.kari-slide .des76-wrap {
	overflow: hidden;
}
.kari-des76.kari-slide .des76-box.swiper-slide {
	margin: auto;
	width: calc(100% - 200px);
}

:where(.kari-kakaku) tr{
	display: block;
}
.kari-kakaku {
	position: relative;
}
.kari-kakaku .btn-arrow {
	width: 34px;
	position: absolute;
	top: 0;
	bottom: 0;
	z-index: 10;
	cursor: pointer;
}
.kari-kakaku .btn-arrow > i {
	box-sizing: border-box;
	margin: auto;
	padding-top: 11px;
	width: 32px;
	height: 32px;
	background-color: #fff;
	border: 1px solid #a8a7a7;
	box-shadow: 1px 1px 4px 0 rgba(0, 0, 0, 0.1);
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	border-radius: 50%;
}
.kari-kakaku .btn-arrow > i::before {
	margin: auto;
	width: 4px;
	height: 8px;
	background-color: #9d9d9d;
	display: block;
	clip-path: polygon(0 0, 20% 0, 100% 50%, 20% 100%, 0 100%, 80% 50%);
	content: "";
}
.kari-kakaku .btn-arrow.prev {
	left: 0;
}
.kari-kakaku .btn-arrow.prev > i::before {
	transform: scale(-1, 1);
}
.kari-kakaku .btn-arrow.next {
	right: 0;
}
.kari-kakaku .tksn_box {
	padding: 0 15px 5px;
}
.kari-kakaku .tksn_box * {
	border: none !important;
	font-family: 'Noto Sans JP', sans-serif;
}
.kari-kakaku .tksn_box > table {
	display: block;
	width: 100%;
	overflow: hidden;
}
.kari-kakaku .tksn_box > table > tbody {
	width: 100%;
	display: block;
}
.kari-kakaku .tksn_box > table > tbody > tr > td > table {
	width: 100%;
}
.kari-kakaku .tksn_box > table > tbody > tr > td > table a {
	padding: 15px;
	background-color: #fff;
	border-radius: 5px;
	box-shadow: 1px 1px 4px 0px rgba(0, 0, 0, 0.05);
	display: block;
}
.kari-kakaku .tksn_box > table > tbody > tr > td > table a > span:first-child {
	position: absolute;
}
.kari-kakaku .tksn_box > table > tbody > tr > td > table a br {
	display: none;
}
.kari-kakaku .tksn_box > table > tbody > tr > td > table a > span:first-child + br + span {
	margin-bottom: 10px;
	padding: 0 0 10px 80px;
	border-bottom: 1px solid #ccc !important;
	display: block;
}


.grecaptcha-badge {
	display: none!important;
}