@charset "utf-8";
/* CSS Document */
/*-----*RESET CSS*-----*/
*:where(:not(iframe, canvas, img, svg, video):not(svg *)) { all: unset; display: revert;}
*,*::before,*::after { box-sizing: border-box;}
ol,ul { list-style: none; padding: 0;}
img {width: 100%; vertical-align: bottom;}
body * { pointer-events: auto;}
a { transition: 0.2s;}
a:hover { opacity: 0.8; cursor: pointer;}

body {
	font-size: clamp(16px, 3.3vw, 18px);
	font-family: 'Noto Sans JP', sans-serif;
	font-weight: 400;
	font-optical-sizing: auto;
	font-style: normal;
	background-color: #fff;
	color:#333;
	line-height: 1.75;
	pointer-events: none;
	position: relative;
}
img {
	width: min(100%, 1000px);
	height: auto;
}
.pc { display: block;}
.sp { display: none;}

/*ページ構成部分*/
#top {
	width: min(100%, 1000px);
	margin: auto;
}
.main_flex_wrap {
	width: min(100%, 1000px);
	margin: auto;
	display: flex;
	flex-wrap: nowrap;
	justify-content: space-between;
	gap: 20px;
	position: relative;
}
.right_menu {
	width: 200px;
	flex-shrink: 0;
}
.left_contents {
	width: min(calc(100% - 200px), 780px);
}
@media (max-width: 767px) {
	.main_flex_wrap {	gap: 0; }
	.left_contents { width: 100% !important;}
	.right_menu { width: 0; }
}
footer {
	width: 100%;
}
/*ページ構成部分*/


.container {
	width: min(100%, 780px);
	margin: auto;
}

@media (max-width: 767px) {
.pc { display: none;}
.sp { display: block;}
}

#campaign01,
.campaign02 {
	background: url('../img/order_bg.webp') no-repeat bottom center / cover;
	padding: min(5%, 40px) 0 0 0;
	border-bottom: 10px solid #4b2517;
}
#introduction {}

/***********************************************
買取強化
************************************************/

#pickup {
	h2 {
		position: relative;
		background: #300707;
		z-index: 1;
	}
	h2::before {
		content: "";
		width: 100%;
		height: 4.127%;
		background: linear-gradient(90deg, #6a4404,#f6f4c1);
		position: absolute;
		top: 0;
		left: 0;
	}
	h2::after {
		content: "";
		width: 100%;
		height: 4.127%;
		background: linear-gradient(90deg, #6b4605,#f8f6c5);
		position: absolute;
		bottom: 0;
		left: 0;
	}
	.pickup_wrap {
		display: flex;
		flex-wrap: wrap;
		width: 100%;
		padding: 5%;
		gap: min(5vw,30px) min(5vw,30px);
		li {
			width: calc((100% - min(5vw,30px)) / 2);
		}
	}
}

/***********************************************
ボロボロでもOK
************************************************/

#junk_item {
	.junk_wrap {
		display: flex;
		flex-wrap: wrap;
		width: 100%;
		padding: 5%;
		gap: min(5vw,30px) min(5vw,30px);
		.junk_box {
			width: calc((100% - min(5vw,30px)) / 2);
		}
	}
}

.junk_box {
	.junk_img {	position: relative;}
	.junk_img::before {
		content: "";
		width: min(25%, 60px);
		height: auto;
		aspect-ratio: 1/1;
		background: url(../img/icon.webp) no-repeat center center / contain;
		position: absolute;
		top: 0;
		left: 0;
		transform: translate(-25%,-25%);
	}
	.junk_txt {
		h3 {
			width: 100%;
			font-size: 1.25rem;
			font-weight: 600;
			margin-top: .25em;
			padding-bottom: .25em;
			border-bottom: 2px solid #c80000;
			margin-bottom: .25em;
			display: flex;
			align-items: center;
		}
		h3::before {
			content: "";
			display: block;
			width: auto;
			height: 1em;
			aspect-ratio: 10/9;
			background: url(../img/check.svg) no-repeat center center / contain;
			margin-right: .25em;
		}
		p {
			font-size: 1.1rem;
		}
	}
}
@media (max-width: 767px) {
	#junk_item .junk_wrap .junk_box {
		width: 100%;
	}
}

/***********************************************
出張買取
************************************************/

#visit {
	.visit_sub {
		width: 100%;
		padding: 5%;
	}
}

/***********************************************
買取実績
************************************************/

.result_wrap {
	display: flex;
	flex-wrap: wrap;
	width: 100%;
	padding: 5%;
	gap: min(5vw,30px) min(5vw,30px);
	background: url(../img/achievement_bg.webp) repeat top center / cover;
	.result_box {
		width: calc((100% - min(5vw,30px)) / 2);
	}
}
.result_img {
	width: 100%;
}
.result_img img {
	aspect-ratio: 16/9;
	object-fit: cover;
}
.result_txt {
	.sh_name {
		margin: 10px 0 0;
		font-size: 1rem;
		line-height: 1.0;
		color: #fff;
		background: #4b2517;
		text-align: center;
		padding: 5px;
	}
	.category {
		text-align: left;
		font-size: 1.25rem;
		line-height: 1.0;
		padding: 10px 0 5px;
		border-bottom: 2px solid;
		font-weight: 600;
	}
	li.text {
		text-align: justify;
		font-size: 1.25rem;
		line-height: 1.3;
		margin-top: 10px;
		padding: 0 3px 0;
		height: 5.25em;
		overflow-y: auto;
		> * {
			font-size: inherit;
			line-height: inherit;
		}
	}
}
@media (max-width: 767px) {
	.result_wrap {
		.result_box {
			width: 100%;
		}
	}
}

/***********************************************
選ばれる理由
************************************************/

#reason {
	.reason_box {
		width: 100%;
		padding: 0 5% 5%;
		margin: auto;
	}
	.reason_box:nth-of-type(1) {
		padding-top: 5%;
	}
	dd {
		background: #fff;
		padding: 5%;
		p {
			margin-top: .25em;
			font-size: 1.25rem;
		}
	}
}

/***********************************************
対象エリア
************************************************/

#area {
	.map {
		width: 100%;
		padding: 5%;
	}
}

/***********************************************
よくある質問
************************************************/
#faq {
	.container {
		padding: 5%;
	}
	.faq_box {
		width: 100%;
		border: min(3vw, 10px) solid #c80000;
		background: #fff;
	}
	.faq_box:not(:last-of-type) {
		margin-bottom: 5%;
	}
}
.faq_box {
	dt {
		color: #fff;
		font-size: 1.25rem;
		background: #c80000;
		padding: 2.5% 5% 2.5% 2.5%;
		display: flex;
		align-items: center;
	}
	dt::before {
		content: "";
		display: block;
		height: 1.5em;
		width: auto;
		aspect-ratio: 1/1;
		background: url(../img/que.svg) no-repeat center center / contain;
		margin-right: .5em;
	}
	dd {
		font-size: 1.25rem;
		padding: 2.5% 5% 2.5% 2.5%;
		display: flex;
	}
	dd::before {
		content: "";
		display: block;
		height: 1.5em;
		width: auto;
		aspect-ratio: 1/1;
		background: url(../img/ans.svg) no-repeat center center / contain;
		margin-right: .5em;
	}
}

/***********************************************
店舗紹介
************************************************/

#shoplist {
	.shoplist_wrap {
		display: flex;
		flex-wrap: wrap;
		width: 100%;
		padding: 5%;
		gap: min(5vw,30px) min(5vw,30px);
		li.shoplist_box {
			width: calc((100% - min(5vw,30px)) / 2);
		}
	}
}

.shoplist_txt {
	dt {
		font-size: 1.25rem;
		line-height: 1.0;
		text-align: center;
		font-weight: bold;
		border-bottom: 1px solid #401a02;
		color: #401a02;
		padding: 10px 0;
	}
	dd { font-size:1.1rem; }
	dd.parking_info {
		margin-top: 0.25em;
		text-align: center;
		font-weight: bold;
		color: #fe0000;
	}
	dd.access {
		line-height: 1.5;
		margin-bottom: .25em;
		text-align: center;
	}
	dd a.map_link {
		display: flex;
		align-items: center;
		justify-content: center;
		background-color: #401a02;
		color: #ffffff;
		padding: 3px 3px 5px;
		border-radius: 3px;
	}
	dd a.map_link::before {
		content: "";
		display: block;
		width: auto;
		height: 1em;
		aspect-ratio: 10/15;
		background: url(../img/icon_map.svg) no-repeat center center / contain;
		margin-right: .25em;
		filter:
		brightness(0)
		saturate(100%)
		invert(43%)
		sepia(61%)
		saturate(2858%)
		hue-rotate(3deg)
		brightness(94%)
		contrast(101%);
	}
	dd a.page_link {
		display: flex;
		align-items: center;
		justify-content: center;
		background-color: #ffde00;
		margin-top: .5em;
		padding: 10px;
		border-radius: 3px;
		color: #401a02;
	}
}
@media ( max-width:767px ) {
	#shoplist .shoplist_wrap li.shoplist_box {
		width: 100%
	}
}


/***********************************************
footer
************************************************/

#information {
	background-color: #fffcda;
	.container {
		padding: 5%;
	}
	dl {
		display: flex;
		flex-wrap: nowrap;
		align-items: flex-start;
		width: 100%;
		gap: 2.5%;
		margin: auto;
		dt {
			font-size: 1rem;
			line-height: 1.25;
			background: #401a02;
			padding: .25em;
			color: #fff;
			flex-shrink: 0;
			width: min(40%, 216px);
			display: flex;
			align-items: center;
			justify-content: center;
			text-align: center;
		}
		dd {
			font-size: 1.1rem;
			line-height: 1.25;
			flex-grow: 1;
		}
	}
	dl:not(:last-of-type) {
		margin: 0 auto .5em;
		padding-bottom: .5em;
		border-bottom: 2px dotted #401a02;
	}
}
@media (max-width: 767px) {
	#information dl {
		flex-wrap: wrap;
		dt,dd {
			width: 100%;
			word-break: break-all;
		}
		dd { margin-top:.25em; }
	}
}

footer {
	width: 100%;
	border-top: 5px solid #f5c500;
	border-bottom: 5px solid #f5c500;
	margin: 30px auto 0;
	padding: 50px 0;
	font-size: 16px;
	text-align: center;
	background-color: #331203;
	color: #ffffff;
}

@media (max-width: 767px) {
	footer {
		margin-bottom: 64px;
	}
	.footerFloating {
		position: fixed;
		left: 0;
		bottom: 0;
		z-index: 999;
		width: calc(100% - 64px);
	}
	.footerFloating_tel {
		width: 100%;
	}
	.footerFloating_tel a {
		width: 100%;
		height: 64px;
		margin: 0 auto;
		background-color: #d1a000;
		line-height: 1.0;
		display: flex;
		align-items: center;
		justify-content: center;
		img {
			height: auto;
			max-height: 48px;
			width: 94%;
			aspect-ratio: 809/116;
			object-fit: contain;
		}
	}
}


/***********************************************
右ナビ
************************************************/
@media (min-width: 768px) {
	.sticky_wrap {
		position: sticky;
		top: 0;
		padding-top: 5%;
	}
}
.right_menu {
	background: #fff;
}
.right_menu h2 {
	width: 100%;
	margin-top: 5%;
	margin-bottom: 1em;
	padding: .5em 0;
	font-size: 1.25rem;
	font-weight: bold;
	text-align: center;
	line-height: 1.0;
	color: #fff;
	background: #c80000;
	display: flex;
	align-items: center;
	justify-content: center;
}
.menu_list,
.shop_cp_list {
	width: 100%;
	margin-bottom: min(5vw,20px);
	li {
		width: 100%;
		padding-bottom: .5em;
		border-bottom: 2px dotted #c80000;
		margin-bottom: .5em;
		a {
			display: flex;
			align-items: center;
			width: 100%;
			height: 50px;
			font-size: 1.1rem;
			line-height: 1.25;
			span {
				display: flex;
				align-items: center;
				width: inherit;
				font-size: inherit;
				line-height: inherit;
				font-weight: bold;
			}
			span::after {
				content: "";
				display: block;
				width: .75em;
				height: .75em;
				aspect-ratio: 1/1;
				border-top: 4px solid #c80000;
				border-right: 4px solid #c80000;
				transform: rotate(45deg);
				flex-shrink: 0;
				margin-right: 5px;
				margin-left: auto;
			}
		}
	}
}
li span::before {
	content: "";
	display: block;
	width: 40px;
	height: auto;
	aspect-ratio: 1/1;
	margin-right: 10px;
	flex-shrink: 0;
}
.lp_gold span::before {	background: url(../img/menu_icon_gold.png) no-repeat center center / contain; }
.lp_bag span::before { background: url(../img/menu_icon_bag.png) no-repeat center center / contain; }
.lp_watch span::before { background: url(../img/menu_icon_watch.png) no-repeat center center / contain; }

.lp_shop01 span::before { background: url(../img/menu_icon_shop01.png) no-repeat center center / contain; }
.lp_shop02 span::before { background: url(../img/menu_icon_shop02.png) no-repeat center center / contain; }
.lp_shop03 span::before { background: url(../img/menu_icon_shop03.png) no-repeat center center / contain; }
.lp_shop04 span::before { background: url(../img/menu_icon_shop04.png) no-repeat center center / contain; }

/***********************************************
ハンバーガーメニュー
************************************************/

#menu-btn-check,
.menu-btn {
  display: none;
}

@media (max-width: 767px) {
	.menu-btn {
		display: flex;
		position: fixed;
		right: 0;
		bottom: 0;
		z-index: 999;
		width: 64px;
		height: 64px;
		aspect-ratio: 1/1;
		flex-shrink: 0;
		background: #c80000;
		justify-content: center;
		color: #fff;
		cursor: pointer;
		p {
			font-size: .8rem;
			font-weight: bold;
			margin-top: 60%;
		}
	}
	.menu-btn span.bar,
	.menu-btn span.bar:before,
	.menu-btn span.bar:after {
		content: "";
		display: block;
		height: 3px;
		width: 34px;
		border-radius: 3px;
		background-color: #fff;
		position: absolute;
	 }
	.menu-btn span.bar:before { top: -10px; }
	.menu-btn span.bar { top: 37.5%; }
	.menu-btn span.bar:after { top: 10px; }
	
	/*変形*/
	#menu-btn-check:checked ~ .menu-btn span.bar {
    background-color: transparent;
  }
  #menu-btn-check:checked ~ .menu-btn span.bar::before {
    top: 0;
    transform: rotate(45deg);
  }
  #menu-btn-check:checked ~ .menu-btn span.bar::after {
    top: 0;
    transform: rotate(-45deg);
  }
}

/*
メニュースライド部分
*/
@media (max-width: 767px) {
	.sticky_wrap {
    position: fixed;
    top: 0;
    right: -100%;
    z-index: 80;
    height: calc(100vh - 64px);
    background: #fff;
    padding-left: 2.5%;
    padding-right: 2.5%;
    transition: all 0.5s;
    overflow-y: auto;
  }
  #menu-btn-check:checked ~ .sticky_wrap {
    right: 0; /*メニューを画面内へ*/
  }
}


.red_bg { background: url('../img/red_bg.webp') top center repeat;}
.b_bg { background-color: #fffcda;}

