@charset "UTF-8";

/* =====================================
	共通
======================================= */
body {
	width: 100%;
	font-size: 1.6rem;
	color: #333;
	line-height: 1.5em;
}
body.fixed {
	position: fixed;
	width: 100%;
	height: 100%;
	left: 0;
}
main {
	max-width: 800px;
	margin: 0 auto 20px;
}
html {
	width: 100%;
	font-size: 62.5%;
}

/* 変数指定 */
:root {
	--color-txt: #333;
	--color-primary-dark: #0A0425;
	--color-primary: #172E4C;
	--color-secondary: #41586D;
	--color-secondary-dark: #3F485F;
	--color-accent-light: #FFEABE;

	--color-neutral-lighter: #F1F2F3;
	--color-neutral-light: #ccc;
	--color-neutral-white: #fff;

	--color-button-transition: #2D507D;

	--color-ruby: #b31037;
	--color-sapphire: #193162;
	--color-line: #458e3d;
	--tel-font: 'Roboto Condensed', sans-serif;
	--mincho-font: YuMincho, "游明朝", "Hiragino Mincho ProN", "ヒラギノ明朝 ProN W3", "MS PMincho", "ＭＳ Ｐ明朝", "Times New Roman", Meiryo, serif;
	--accent-y-color: #cfcb66;
}
:where(.svg) {
	display: block;
	width: 100%;
	height: 100%;
	fill: currentColor;
}
/*
	画像
------------------------------------------ */
img {
	width: 100%;
	max-width: 100%;
	height: auto;
	margin: 0 auto;
	image-rendering: -webkit-optimize-contrast;
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
}
/*文字色変え
  ---------------------------------------*/
/*orange*/
span.orange {
	font-weight: bold;
	color: #a35a41;
}
b.red {
	color: #85252e;
}
span.green {
	color: var(--color-secondary);
}

/*自動改行用
  ---------------------------------------*/
.inBlock {
	display: inline-block;
}
@media screen and (max-width: 960px) {
	.spNon {
		display: none !important;
	}
}
@media screen and (min-width: 767px) {
	.tabNon {
		display: none !important;
	}
}
@media screen and (min-width: 429px) {
	.tabNon2 {
		display: none !important;
	}
}

/* 注釈 */
.vice-annotation {
	margin: 0 4% 6px;
	font-size: 1.3rem;
	line-height: 1.4em;
	padding-left: 1em;
	text-indent: -1em;
}
.vice-annotation::before {
	content: '※';
}
@media screen and (min-width: 599px) and (max-width: 1199px) {
	.vice-annotation {
		text-align: center;
	}
}

/*お知らせ
---------------------------------------*/
#oshirase {
	border: 2px solid #85252e;
	color: #85252e;
	display: block;
	width: 96%;
	font-size: 13px;
	padding: 0.6rem;
	box-sizing: border-box;
	margin: 20px auto;
}
/*共通notice*/
.notice-common {
	background: #fff;
	padding: 20px 2% 10px;
	box-sizing: border-box;
}
.notice-common .notice-common-ttl {
	color: #85252e;
	margin-bottom: 8px;
	font-size: 1.7rem;
	font-weight: bold;
}
.notice-common .notice-common-ttl p.txt {
	font-weight: normal;
	font-size: 1.5rem;
	color: #333;
}
.notice-common .notice-common-ttl p small {
	font-weight: normal;
}
.notice-common .notice-common-box dl {
	display: flex;
	flex-wrap: wrap;
	border: 1px solid #ccc;
	box-sizing: border-box;
}
.notice-common .notice-common-box dt {
	width: 44%;
	border-right: 1px solid #ccc;
	padding: 10px 0 8px 4px;
	box-sizing: border-box;
}
.notice-common .notice-common-box dd {
	width: 56%;
	padding: 10px 0;
	box-sizing: border-box;
	text-align: center;
}
.notice-common .notice-common-box dl p {
	color: #85252e;
}
.notice-common .notice-common-box dl:nth-child(odd) {
	background: #fcfcfc;
}
.notice-common .notice-common-box {
	text-align: center;
}
.notice-common .notice-common-box a {
	color: #85252e;
	font-weight: bold;
	font-size: 1.8rem;
}
@media screen and (min-width: 599px) and (max-width: 960px) {
	.notice-common .notice-common-box br {
		display: none;
	}
}

/*メールnotice*/
#mailNotice {
	border: 2px solid #85252e;
	color: #85252e;
	display: block;
	width: 96%;
	font-size: 13px;
	padding: 1rem;
	box-sizing: border-box;
	margin: 20px auto;
}

/*LINE*/
#lineNotice {
	border: 2px solid #85252e;
	display: block;
	width: 96%;
	font-size: 14px;
	padding: 1rem;
	box-sizing: border-box;
	margin: 20px auto;
}


/*
top用お知らせ
---------------------------------------*/
.info-top {
	background: #fff;
	padding: 10px 2% 20px;
	margin: 0 2% 40px;
	border: 1px solid #84868b;
	box-sizing: border-box;
	background: url(https://nikkoudou-kottou.com/img/common/pt3.jpg);
}
.info-top .info-t-ttl {
	margin: 0 auto;
	padding: 10px 0;
	font-family: sans-serif;
	font-size: 1.8rem;
	color: #4d5263;
	font-weight: bold;
}
.info-top .info-t-ttl .heading {
	padding: 12px 10px;
	border: rgb(77, 82, 99) 2px;
	border-style: solid none;
	background: repeating-linear-gradient(45deg,
			#fff,
			#fff 3px,
			rgba(168, 173, 188, 0.1) 3px,
			rgba(168, 173, 188, 0.1) 6px);
}
.info-top .info-t-ttl .heading p::before {
	content: '■';
	padding-right: 10px;
}
.info-top .info-t-txt {
	background: #fff;
	padding: 20px 3%;
	font-size: 1.5rem;
}
.info-top .info-t-txt span {
	display: block;
	color: #4d5263;
	font-weight: bold;
	margin-bottom: 4px;
}
.info-top .info-t-txt a {
	display: block;
	color: #4d5263;
	margin-top: 6px;
}


/*　店舗お知らせ　-------------------------*/
.info-shop {
	margin: 0 2% 20px;
	box-sizing: border-box;
	border: 1px solid #ccc;
	padding-bottom: 10px;
}
.info-shop .info-t-ttl {
	margin: 0 auto;
	font-family: sans-serif;
	font-size: 1.7rem;
	color: #26636a;
	font-weight: bold;
}
.info-shop .info-t-ttl .heading {
	padding: 8px 6px 6px 20px;
	border-style: solid none;
	background: repeating-linear-gradient(45deg,
			#fff,
			#fff 3px,
			rgba(168, 173, 188, 0.2) 3px,
			rgba(168, 173, 188, 0.2) 6px);
}
.info-shop .info-t-txt {
	padding: 10px 16px 0;
	line-height: 1.7em;
	font-size: 1.5rem;
}
.info-shop .info-t-txt span {
	color: #0e565f;
	border-bottom: 2px dotted #26636a;
}


/*--------------------------------------

【共通】タイトル

---------------------------------------*/
h2 {
	font-size: 1.8rem;
	font-family: 'ヒラギノ明朝 ProN W6', 'HiraMinProN-W6', 'HG明朝E',
		'ＭＳ Ｐ明朝', 'MS PMincho', 'MS 明朝', serif;
}

/*上下ラインタイトル
----------------------------------------*/
h2.main-ttl01,
h2.main-ttl02,
h2.main-ttl04 {
	color: #fff;
	font-family: 'ヒラギノ明朝 ProN W6', 'HiraMinProN-W6', 'HG明朝E',
		'ＭＳ Ｐ明朝', 'MS PMincho', 'MS 明朝', serif;
	font-size: 2rem;
	line-height: 1.2em;
	font-weight: normal;
	text-align: center;
	padding: 6px 0;
	margin-bottom: 20px;
	background: var(--color-primary);
}
h2.main-ttl01 span,
h2.main-ttl02 span,
h2.main-ttl04 span {
	display: block;
	border-top: 1px solid #fff;
	border-bottom: 1px solid #fff;
	padding: 14px 10px;
}

/*他社比較タイトル
-------------------------------------------*/
h2.main-ttl03 {
	color: var(--color-primary);
	text-align: center;
	margin-bottom: 10px;
}

/*フォームh1用
----------------------------------------*/
.form-h1 {
	background: #382d2d;
	color: #fff;
	font-size: 1.2rem;
	padding: 6px 10px;
	font-weight: 300;
	text-align: center;
	line-height: 1.4rem;
	white-space: nowrap;
	overflow-x: scroll;
	display: block;
}

/* TOP用h1 */
/* 【共通】タイトル ---------------------------------------*/
h2 {
	font-size: 1.8rem;
	font-family: 'ヒラギノ明朝 ProN W6', 'HiraMinProN-W6', 'HG明朝E',
		'ＭＳ Ｐ明朝', 'MS PMincho', 'MS 明朝', serif;
}

/*上下ラインタイトル
----------------------------------------*/
h1.main-ttl01 {
	color: #fff;
	font-family: 'ヒラギノ明朝 ProN W6', 'HiraMinProN-W6', 'HG明朝E',
		'ＭＳ Ｐ明朝', 'MS PMincho', 'MS 明朝', serif;
	font-size: 2rem;
	line-height: 1.2em;
	font-weight: normal;
	text-align: center;
	padding: 6px 0;
	margin-bottom: 20px;
	background: #4d5263;
}

h1.main-ttl01 span {
	display: block;
	border-top: 1px solid #fff;
	border-bottom: 1px solid #fff;
	padding: 14px 10px;
}

/*------------------------------------

    header

------------------------------------*/
/* お知らせ */
header .h-info {
	width: 100%;
	padding: 10px 0;
	background: #cedae6;
}

header .h-info .h-info-in {
	padding: 0 1%;
	color: #535353;
	font-size: 1.18rem;
	line-height: 1.55em;
}

header .h-info .h-info-in a {
	color: var(--color-button-transition);
}

header .h-info p {
	margin-bottom: 8px;
}

header .h-info p:last-child {
	margin-bottom: 0;
}

/* h1 ------------------- */
header .headh1 p {
	background: #382d2d;
	color: #fff;
	font-size: 1.2rem;
	padding: 6px 10px;
	font-weight: 300;
	text-align: center;
	line-height: 1.4rem;
	white-space: nowrap;
	overflow-x: scroll;
}

/* ロゴ */
header .headLogo {
	float: left;
	width: 28%;
	padding: 0.6rem 0 0.6rem 0.8rem;
}

/*　タブレット用　*/
@media screen and (min-width: 599px) and (max-width: 960px) {
	header .headh1 p {
		padding: 10px 0;
		font-size: 1.4rem;
		line-height: 1.4em;
	}

	header h1 br {
		display: none;
	}

	header .headLogo img {
		width: 22%;
		margin: 10px 0 10px 10px;
	}

	/* ロゴ */
	header .headLogo {
		width: 80%;
		float: left;
		padding: 0.4rem 0 0.4rem 0.5rem;
	}
}

/* グローバルメニュー
-------------------------- */
#gNav > ul {
	width: 100%;
	position: relative;
}
#gNav > ul > li {
	background-color: var(--color-primary-dark);
	width: 33.333%;
	font-size: 1.2rem;
	background-size: contain;
	float: left;
	border-left: 1px solid #fff;
	box-sizing: border-box;
}
#gNav > ul > li:first-child {
	border-left: none;
}
#gNav > ul > li a {
	height: 50px;
	color: #fff;
	line-height: 50px;
	text-align: center;
	text-decoration: none;
	display: block;
}
/* ドロップダウン部分 */
#gNav > ul > li > ul {
	display: none;
	width: 100%;
	position: absolute;
	left: 0;
	background-color: #f3f3f3;
	opacity: 0.93;
	border-top: 1px #aaa solid;
	z-index: 200;
}
#gNav>ul>li>ul li {
	width: 50%;
	font-size: 0.9rem;
	text-align: left;
	border-bottom: 1px #aaa solid;
	float: left;
	box-sizing: border-box;
}
#gNav>ul>li>ul li:nth-child(2n) {
	border-left: 1px #aaa solid;
}
#gNav>ul>li>ul li a {
	height: 30px;
	color: #222;
	font-weight: bold;
	line-height: 30px;
	text-decoration: none;
	padding: 10px 0 10px 5px;
	display: block;
	background: url(https://nikkoudou-kottou.com/image/common/arrow_r_bla.svg) right 5% center / 12px 12px no-repeat;
	text-align: left;
	padding-left: 24%;
	font-size: 1.3rem;
}
#gNav>ul>li>ul li>a:hover,
#gNav>ul>li>ul li>a:active {
	opacity: 0.9;
}
#gNav>ul>li>ul li {
	background-size: 20px;
}
#gNav>ul>li a span{
	display: inline-block;
    line-height: 1.3;
}

/*各アイコン*/
#gNav>ul>li>ul li:nth-child(1) {
	background: url(https://nikkoudou-kottou.com/img/side/kottou_icon.png) no-repeat 2.8% center;
	background-size: 32px;
}
#gNav>ul>li>ul li:nth-child(2) {
	background: url(https://nikkoudou-kottou.com/img/side/sadou_icon.png) no-repeat 2.8% center;
	background-size: 32px;
}
#gNav>ul>li>ul li:nth-child(3) {
	background: url(https://nikkoudou-kottou.com/img/side/kakejiku_icon.png) no-repeat 2.8% center;
	background-size: 32px;
}
#gNav>ul>li>ul li:nth-child(4) {
	background: url(https://nikkoudou-kottou.com/img/side/touken_icon.png) no-repeat 2.8% center;
	background-size: 32px;
}
#gNav>ul>li>ul li:nth-child(5) {
	background: url(https://nikkoudou-kottou.com/img/side/kattyu_icon.png) no-repeat 2.8% center;
	background-size: 32px;
}
#gNav>ul>li>ul li:nth-child(6) {
	background: url(https://nikkoudou-kottou.com/img/side/kingin_icon.png) no-repeat 2.8% center;
	background-size: 32px;
}
#gNav>ul>li>ul li:nth-child(7) {
	background: url(https://nikkoudou-kottou.com/img/side/kosen_icon.png) no-repeat 2.8% center;
	background-size: 32px;
}
#gNav>ul>li>ul li:nth-child(8) {
	background: url(https://nikkoudou-kottou.com/img/side/ceramics_icon.png) no-repeat 2.8% center;
	background-size: 32px;
}
#gNav>ul>li>ul li:nth-child(9) {
	background: url(https://nikkoudou-kottou.com/img/side/antique_icon.png) no-repeat 2.8% center;
	background-size: 32px;
}
#gNav>ul>li>ul li:nth-child(10) {
	background: url(https://nikkoudou-kottou.com/img/side/c_kotto_icon.png) no-repeat 2.8% center;
	background-size: 32px;
}
#gNav>ul>li>ul li:nth-child(11) {
	background: url(https://nikkoudou-kottou.com/img/side/kouboku_icon.png) no-repeat 2.8% center;
	background-size: 32px;
}
#gNav>ul>li>ul li:nth-child(12) {
	background: url(https://nikkoudou-kottou.com/img/side/ivory_icon.png) no-repeat 2.8% center;
	background-size: 32px;
}
#gNav>ul>li>ul li:nth-child(13) {
	background: url(https://nikkoudou-kottou.com/img/side/coral_icon.png) no-repeat 2.8% center;
	background-size: 32px;
}
#gNav>ul>li>ul li:nth-child(14) {
	background: url(https://nikkoudou-kottou.com/img/side/jade_icon.png) no-repeat 2.8% center;
	background-size: 32px;
}
#gNav>ul>li>ul li:nth-child(15) {
	background: url(https://nikkoudou-kottou.com/img/side/kosyo_icon.png) no-repeat 2.8% center;
	background-size: 32px;
}
#gNav>ul>li>ul li:nth-child(16) {
	background: url(https://nikkoudou-kottou.com/img/side/painting_icon.png) no-repeat 2.8% center;
	background-size: 32px;
}
#gNav>ul>li>ul li:nth-child(17) {
	background: url(https://nikkoudou-kottou.com/img/side/kimono_icon.png) no-repeat 2.8% center;
	background-size: 32px;
}
#gNav>ul>li>ul li:nth-child(18) {
	background: url(https://nikkoudou-kottou.com/img/side/doll_icon.png) no-repeat 2.8% center;
	background-size: 32px;
}
#gNav>ul>li>ul li:nth-child(19) {
	background: url(https://nikkoudou-kottou.com/img/side/sculpture_icon.png) no-repeat 2.8% center;
	background-size: 32px;
}
#gNav>ul>li>ul li:nth-child(20) {
	background: url(https://nikkoudou-kottou.com/img/side/kunsyo_icon.png) no-repeat 2.8% center;
	background-size: 32px;
}
#gNav>ul>li>ul li:nth-child(21) {
	background: url(https://nikkoudou-kottou.com/img/side/butsuzo_icon.png) no-repeat 2.8% center;
	background-size: 32px;
}
#gNav>ul>li>ul li:nth-child(22) {
	background: url(https://nikkoudou-kottou.com/img/side/furniture_icon.png) no-repeat 2.8% center;
	background-size: 32px;
}
#gNav>ul>li>ul li:nth-child(23) {
	background: url(https://nikkoudou-kottou.com/img/side/glass_icon.png) no-repeat 2.8% center;
	background-size: 32px;
}
#gNav>ul>li>ul li:nth-child(24) {
	background: url(https://nikkoudou-kottou.com/img/side/makie_icon.png) no-repeat 2.8% center;
	background-size: 32px;
}
#gNav>ul>li>ul li:nth-child(25) {
	background: url(https://nikkoudou-kottou.com/img/side/syodo_icon.png) no-repeat 2.8% center;
	background-size: 32px;
}
#gNav>ul>li>ul li:nth-child(26) {
	background: url(https://nikkoudou-kottou.com/img/side/iron_icon.png) no-repeat 2.8% center;
	background-size: 32px;
}
#gNav>ul>li>ul li:nth-child(27) {
	background: url(https://nikkoudou-kottou.com/img/side/silver_icon.png) no-repeat 2.8% center;
	background-size: 32px;
}
#gNav>ul>li>ul li:nth-child(28) {
	background: url(https://nikkoudou-kottou.com/img/side/bamboo.png) no-repeat 2.8% center;
	background-size: 32px;
}
#gNav>ul>li>ul li:nth-child(29) {
	background: url(https://nikkoudou-kottou.com/img/side/toy_icon.png) no-repeat 2.8% center;
	background-size: 32px;
}
#gNav>ul>li>ul li:nth-child(30) {
	background: url(https://nikkoudou-kottou.com/img/side/kitte_icon.png) no-repeat 2.8% center;
	background-size: 32px;
}
#gNav>ul>li>ul li:nth-child(31) {
	background: url(https://nikkoudou-kottou.com/img/side/jewelry_icon.png) no-repeat 2.8% center;
	background-size: 32px;
}
#gNav>ul>li>ul li:nth-child(32) {
	background: url(https://nikkoudou-kottou.com/img/side/liquor_icon.png) no-repeat 2.8% center;
	background-size: 32px;
}
#gNav>ul>li>ul li:nth-child(33) {
	background: url(https://nikkoudou-kottou.com/img/side/kitsuengu_icon.png) no-repeat 2.8% center;
	background-size: 32px;
}
#gNav>ul>li>ul li:nth-child(34) {
	background: url(https://nikkoudou-kottou.com/img/side/clock_icon.webp) no-repeat 2.8% center;
	background-size: 32px;
}
#gNav>ul>li>ul li:nth-child(35) {
	background: url(https://nikkoudou-kottou.com/img/side/orgel_icon.webp) no-repeat 2.8% center;
	background-size: 32px;
}
#gNav>ul>li>ul li:nth-child(36) {
	background: url(https://nikkoudou-kottou.com/img/side/antique-camera_icon.webp) no-repeat 2.8% center;
	background-size: 32px;
}
#gNav>ul>li>ul li:nth-child(37) {
	background: url(https://nikkoudou-kottou.com/img/side/military_icon.webp) no-repeat 2.8% center;
	background-size: 32px;
}
#gNav>ul>li>ul li:nth-child(38) {
	background: url(https://nikkoudou-kottou.com/img/side/shougi_icon.webp) no-repeat 2.8% center;
	background-size: 32px;
}
#gNav>ul>li>ul li:nth-child(39) {
	background: url(https://nikkoudou-kottou.com/img/side/wagakki_icon.webp) no-repeat 2.8% center;
	background-size: 32px;
}
#gNav>ul>li>ul li:last-child {
	background: url(https://nikkoudou-kottou.com/img/side/tableware_icon.png) no-repeat 2.8% center;
	background-size: 32px;
}
/*　タブレット用　*/
@media screen and (min-width: 599px) and (max-width: 960px) {
	#gNav>ul>li {
		font-size: 1.6rem;
	}
}

/* キーヴィジュアル
-------------------------- */
@media screen and (max-width: 960px) {
	/* キーヴィジュアルトップページ調整
-------------------------- */

}

@media screen and (max-width: 576px) {
	#keyvisual .box {
		height: clamp(210px, 56vw, 400px);
		min-height: 0vw;
		/* Safari clamp関数対策 */
		width: 95%;
		margin: 0 auto;
	}
}
@media screen and (max-width: 340px) {
	#keyvisual .logo {
		width: 20rem;
	}
	#keyvisual .logo img {
		height: 2.5rem;
		width: auto;
	}
}

/* アイテムキーヴィジュアル調整:タブレット
-------------------------- */
#item #keyvisual {
	position: relative;
}
#item #keyvisual .mincho {
	font-family: 'Zen Old Mincho', serif;
}
#item #keyvisual img {
	width: 100%;
	height: auto;
}
#item #keyvisual .text-box {
	position: absolute;
	color: #281a0f;
	width: 100%;
	top: 0%;
	top: 50%;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
	text-align: center;
}
#item #keyvisual .ttl {
	font-weight: 500;
	line-height: normal;
	letter-spacing: 0.24rem;
	font-family: 'Zen Old Mincho', serif;
	font-size: 2.5rem;
	text-align: center;
	text-shadow: 1px 1px 1px rgba(255, 255, 255, 0.5),
		-1px -1px 1px rgba(255, 255, 255, 0.5),
		-1px 1px 1px rgba(255, 255, 255, 0.5),
		1px -1px 1px rgba(255, 255, 255, 0.5),
		1px 0 1px rgba(255, 255, 255, 0.5), -1px 0 1px rgba(255, 255, 255, 0.5),
		0 1px 1px rgba(255, 255, 255, 0.5), 0 -1px 1px rgba(255, 255, 255, 0.5);
}
#item #keyvisual .item {
	width: auto;
	min-height: 0vw;
	/* Safari clamp関数対策 */
	line-height: clamp(4rem, 10vw, 9rem);
	font-size: clamp(1.6rem, 8vw, 6.5rem);
	font-weight: 500;
	letter-spacing: 0.8rem;
	background: rgba(255, 255, 255, 0.7);
	display: inline-block;
	text-align: center;
	padding: 1rem 2rem;
	margin: 3rem 0;
}

/*MV文字サイズ調整*/
#item #keyvisual .item.smaller {
	font-size: clamp(1.6rem, 5.5vw, 6.5rem);
	letter-spacing: 0.4rem;
}
#item #keyvisual .point {
	display: flex;
	column-gap: 2rem;
	justify-content: center;
	font-family: 'ヒラギノ角ゴ Pro W3', 'メイリオ', 'Hiragino Kaku Gothic Pro',
		Meiryo, Osaka, 'ＭＳ Ｐゴシック', 'MS PGothic', sans-serif;
}
#item #keyvisual .point li {
	background: #aa6832;
	width: 17rem;
	text-align: center;
	padding: 1rem;
	height: 5.5rem;
	line-height: 2.5rem;
}
#item #keyvisual .point li span {
	color: #fff;
	font-weight: 600;
	letter-spacing: 0.24rem;
	font-size: 1.5rem;
	line-height: 2rem;
}
#item #keyvisual .point li p {
	color: #fff;
	font-weight: 600;
	letter-spacing: 0.1rem;
	font-size: 2.5rem;
	line-height: 2.5rem;
}

/* アイテムキーヴィジュアル調整:スマホ
-------------------------- */
@media screen and (max-width: 576px) {
	#item #keyvisual .ttl {
		line-height: 1.8rem;
		font-size: 1.6rem;
		letter-spacing: 0.05rem;
	}

	#item #keyvisual .item {
		font-size: clamp(16px, 7vw, 54px);
		line-height: clamp(2rem, 13vw, 9rem);
		min-height: 0vw;
		/* Safari clamp関数対策 */
		letter-spacing: 0.8rem;
		display: inline-block;
		margin: 1.5rem 0;
		width: 100%;
		padding: 0;
	}

	#item #keyvisual .point {
		column-gap: 8px;
		width: 97%;
		margin: 0 auto;
	}

	#item #keyvisual .point li {
		padding: 0;
		line-height: 3rem;
		height: 5.5rem;
	}

	#item #keyvisual .point li span {
		font-size: 1rem;
		line-height: 1rem;
		letter-spacing: 0.05rem;
	}

	#item #keyvisual .point li p {
		font-size: 1.5rem;
		line-height: 1rem;
		letter-spacing: 0.05rem;
	}
}

/* アイテムキーヴィジュアル調整:スマホ小
-------------------------- */

@media screen and (max-width: 346px) {
	#item #keyvisual .ttl {
		font-size: clamp(1.3rem, 4vw, 3rem);
		line-height: clamp(2rem, 6vw, 5rem);
		min-height: 0vw;
	}
}

/* 遺品買取キーヴィジュアル調整:タブレット
-------------------------- */

#ihin #keyvisual {
	position: relative;
}

#ihin #keyvisual .mincho {
	font-family: 'Zen Old Mincho', serif;
}

#ihin #keyvisual img {
	width: 100%;
	height: auto;
}

#ihin #keyvisual .text-box {
	position: absolute;
	color: #281a0f;
	width: 100%;
	top: 0%;
	top: 50%;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
}

#ihin #keyvisual .ttl {
	font-weight: 500;
	color: #253526;
	line-height: normal;
	letter-spacing: 0.24rem;
	margin-left: 1rem;
	font-family: 'Zen Old Mincho', serif;
	font-size: 2.5rem;
	text-shadow: 1px 1px 1px rgba(255, 255, 255, 0.5),
		-1px -1px 1px rgba(255, 255, 255, 0.5),
		-1px 1px 1px rgba(255, 255, 255, 0.5),
		1px -1px 1px rgba(255, 255, 255, 0.5),
		1px 0 1px rgba(255, 255, 255, 0.5), -1px 0 1px rgba(255, 255, 255, 0.5),
		0 1px 1px rgba(255, 255, 255, 0.5), 0 -1px 1px rgba(255, 255, 255, 0.5);
}

#ihin #keyvisual .item {
	width: auto;
	color: #253526;
	margin-left: 1rem;
	margin-bottom: 1rem;
	min-height: 0vw;
	/* Safari clamp関数対策 */
	line-height: clamp(4rem, 10vw, 9rem);
	font-size: clamp(1.6rem, 8vw, 6.5rem);
	font-weight: 500;
	letter-spacing: 0.8rem;
	display: inline-block;
	text-shadow: 1px 1px 1px rgba(255, 255, 255, 0.5),
		-1px -1px 1px rgba(255, 255, 255, 0.5),
		-1px 1px 1px rgba(255, 255, 255, 0.5),
		1px -1px 1px rgba(255, 255, 255, 0.5),
		1px 0 1px rgba(255, 255, 255, 0.5), -1px 0 1px rgba(255, 255, 255, 0.5),
		0 1px 1px rgba(255, 255, 255, 0.5), 0 -1px 1px rgba(255, 255, 255, 0.5);
}

#ihin #keyvisual .detail {
	background: rgba(255, 255, 255, 0.6);
	width: 80%;
	padding: 0.5rem 0 0.5rem 1.6rem;
}

#ihin #keyvisual .detail__Item {
	font-size: clamp(12px, 4vw, 24px);
	line-height: clamp(2rem, 6vw, 4rem);
	min-height: 0vw;
	/* Safari clamp関数対策 */
}

/* 遺品買取キーヴィジュアル調整:スマホ
-------------------------- */
@media screen and (max-width: 576px) {
	#ihin #keyvisual .ttl {
		line-height: 1.8rem;
		font-size: 1.8rem;
		letter-spacing: 0.05rem;
	}

	#ihin #keyvisual .item {
		font-size: clamp(16px, 9vw, 54px);
		line-height: clamp(2rem, 11vw, 7rem);
		min-height: 0vw;
		/* Safari clamp関数対策 */
		letter-spacing: 0.15em;
		display: inline-block;
		margin: 1.2rem 0 1.5rem 1rem;
		width: 60%;
		padding: 0;
	}
}

/* 遺品買取キーヴィジュアル調整:スマホ小
-------------------------- */
@media screen and (max-width: 346px) {
	#ihin #keyvisual .ttl {
		font-size: clamp(1.3rem, 4vw, 3rem);
		line-height: clamp(2rem, 6vw, 5rem);
		min-height: 0vw;
	}
}

/* パンくず
-------------------------- */
#bc {
	font-size: 1rem;
	margin: 0.8em 0 0.8em 0.4em;
	font-size: 1.2rem;
}

#bc ol li {
	padding: 0 4px;
	display: block;
	float: left;
}

#bc ol li:after {
	content: '>';
}

#bc ol li:last-child:after {
	content: none;
}

#bc a {
	text-decoration: underline;
	color: #0044cc;
}

/*　タブレット用　*/
@media screen and (min-width: 599px) and (max-width: 960px) {
	#bc {
		font-size: 1.4rem;
	}

	#bc ol li {
		padding: 0 4px;
	}
}

/*------------------------------------

	買取品目

------------------------------------*/
.itemList {
	margin-bottom: 30px;
	padding: 5px 0;
}

.itemList ul {
	margin: 0 auto;
	letter-spacing: -0.4em;
	padding: 0 10px;
	box-sizing: border-box;
}

.itemList ul li {
	font-size: 13px;
	line-height: 13px;
	padding-bottom: 4px;
	width: 31%;
	margin: 0 1%;
	display: inline-block;
	vertical-align: top;
	letter-spacing: normal;
}

/*　文字サイズ　微調整　*/
@media screen and (min-width: 390px) {
	.itemList ul li {
		font-size: 14px;
		line-height: 14px;
	}
}

/*　文字サイズ　微調整　*/
@media screen and (min-width: 450px) {
	.itemList ul li {
		font-size: 1.6rem;
		line-height: 16px;
	}
}
.itemList ul li img {
	margin-bottom: 4px;
}
.itemList ul li p.item-link {
	height: 40px;
	line-height: 1.4em;
	font-size: 1.3rem;
	font-weight: bold;
	text-align: right;
}
.itemList a {
	color: #5b6384;
	text-decoration: none;
}

/*Navタイトル文字が長い場合の文字サイズ調整*/
.item-font-s{
	font-size: clamp(1.2rem, 3vw, 1.6rem);
}
.itemList ul li p.item-link.item-font-s{
	font-size: clamp(1.2rem, 3vw, 1.3rem);
}
/*
	模型
------------------------------------*/
.itemList.model {
	margin-bottom: 0;
}

/* --------------------------------
内部リンク
-------------------------------- */
/* 特定のカテゴリ幅空け用 */
.pb30 {
	padding-bottom: 30px;
}

.mt30 {
	margin-top: 30px;
}

/* 彫刻用 */
.bpt30 {
	padding-top: 30px;
}

.internal-link-linkbox {
	background: #fff;
	margin-bottom: 40px;
	padding-bottom: 40px;
}

.internal-link {
	display: block;
	width: 90%;
	margin: -50px auto 0;
	padding: 17px 0;
	background-image: linear-gradient(to right, #517fa4 0%, #37546b 100%);
	color: #fff;
	text-align: center;
	text-decoration: none;
	border-radius: 10px;
}

@media screen and (min-width: 599px) {
	.internal-link {
		width: 65%;
	}
}

/*------------------------------------

	【新】買取品目

------------------------------------*/
.item-list {
	margin-bottom: 40px;
	padding: 40px 0 30px;
	background: #fff;
}
.item-list__ttl {
	display: flex;
	justify-content: center;
	align-items: center;
	width: 100%;
	margin-bottom: 30px;
	padding: 15px 0;
	border-radius: 6px 6px 0 0;
	color: #0A0425;
	text-align: center;
}
.item-list__ttl:before, .item-list__ttl:after {
	display: inline-block;
	width: inherit;
	height: 1px;
	margin: auto 0;
	background: #0A0425;
	content: '';
}
.item-list__ttl-txt{
	display: flex;
	flex-direction: column;
	align-items: center;
	margin: auto 5%;
}
.item-list__ttl--small{
	font-size: 18px;
	font-weight: 400;
	font-family: 'ヒラギノ明朝 ProN W3', 'HiraMinProN-W3', 'HG明朝E', 'ＭＳ Ｐ明朝', 'MS PMincho', 'MS 明朝', serif;
	line-height: 1.3;
	white-space: nowrap;
}
.item-list__ttl--large{
	font-size: 24px;
	line-height: 1.3;
	white-space: nowrap;
}
.swiper_pc{
	display: none;
}
.item-list__grid *{
	box-sizing: border-box;
}
.item-list__grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    grid-template-rows: repeat(4, 1fr);
	gap: clamp(10px, 3.8vw, 15px);
	width: 100%;
	height: fit-content;
	text-align: center;
}
.item-list__grid a{
	display: flex;
	flex-direction: column;
	align-items: center;
	width: 100%;
	height: 100%;
	border-right: 10px solid #fff;
	border-image: linear-gradient(to bottom, #B4B4B4 0%, #4A5C63 100%) 1;
	border-radius: 6px 0 0 6px;
	box-shadow: -3px 3px 8px rgba(0, 0, 0, 0.25);
	text-decoration: none;
}
.item-list__grid-l a{
	justify-content: center;
	gap: 20px;
}
.item-list__grid-s a{
	justify-content: center;
	gap: 10px;
	aspect-ratio: 1 / 1;
	height: max-content;
	padding-top: 5px;
}
.item-list__grid-m a{
	justify-content: center;
	gap: 4px;
	padding-top: 10px;
}
.item-list__grid-vm a{
	justify-content: center;
	gap: 10px;
}
.item-list__name{
	display: grid;
	place-items: center;
	height: 36px;
  	background: linear-gradient(90deg, #2C2D42, #2C2D42 15%, #4A5C63 25%, #2C2D42 40%, #2C2D42);
	  -webkit-background-clip: text;
	  -webkit-text-fill-color: transparent;
	font-size: 15px;
	font-family: var(--mincho-font);
	line-height: 1;
}
.item-list__grid-l .item-list__name{
	font-size: 20px;
}
.item-list__name--small{
	font-size: clamp(12px,3.4vw,15px);
}
.item-list__grid-l img{
	aspect-ratio: 150 / 128;
	object-fit: contain;
	width: 75%;
	height: auto;
	margin: 0 auto;
}
.item-list__grid-m img{
	aspect-ratio: 180 / 54;
	object-fit: contain;
	width: 90%;
	height: auto;
	margin: 0 auto;
}
.item-list__grid-vm img{
	aspect-ratio: 54 / 166;
	object-fit: contain;
	width: 54%;
	height: auto;
	margin: 0 auto;
}
.item-list__grid-s img{
	aspect-ratio: 75 / 54;
	object-fit: contain;
	width: 82%;
	height: auto;
	margin: 0 auto;
}
/*  グリッド配置(640px未満時)
------------------------------------------------
【枝番の見方】 .item-list__grid--ページ番号-ページ内でのアイテム番号-画像サイズ(s：小,m：横長,vm：縦長,l：大,)
*/
.swiper_sp .item-list__grid--1-1-l, .swiper_sp .item-list__grid--3-1-l, .swiper_sp .item-list__grid--4-1-l {
    grid-column: span 2 / span 2;
    grid-row: span 2 / span 2;
}

.swiper_sp .item-list__grid--1-2-s, .swiper_sp .item-list__grid--3-2-s, .swiper_sp .item-list__grid--4-2-s {
    grid-column-start: 3;
}

.swiper_sp .item-list__grid--1-3-s, .swiper_sp .item-list__grid--3-3-s, .swiper_sp .item-list__grid--4-3-s {
    grid-column-start: 3;
    grid-row-start: 2;
}

.swiper_sp .item-list__grid--1-4-s, .swiper_sp .item-list__grid--3-4-s, .swiper_sp .item-list__grid--4-4-s {
    grid-row-start: 3;
}

.swiper_sp .item-list__grid--1-5-s, .swiper_sp .item-list__grid--3-5-s, .swiper_sp .item-list__grid--4-5-s {
    grid-row-start: 3;
}

.swiper_sp .item-list__grid--1-6-s, .swiper_sp .item-list__grid--3-6-s, .swiper_sp .item-list__grid--4-6-s {
    grid-row-start: 3;
}

.swiper_sp .item-list__grid--1-7-s, .swiper_sp .item-list__grid--3-7-s, .swiper_sp .item-list__grid--4-7-s {
    grid-row-start: 4;
}

.swiper_sp .item-list__grid--1-8-m, .swiper_sp .item-list__grid--3-8-m, .swiper_sp .item-list__grid--4-8-m {
    grid-column: span 2 / span 2;
    grid-row-start: 4;
}

/*　swiper 2ページ目レイアウト
ーーーーーーーーーーーーーーーーーーーーーーーーー*/
.swiper_sp .item-list__grid--2-1-l {
    grid-column: span 2 / span 2;
    grid-row: span 2 / span 2;
}

.swiper_sp .item-list__grid--2-2-vm {
    grid-row: span 2 / span 2;
    grid-column-start: 3;
}

.swiper_sp .item-list__grid--2-3-s {
    grid-row-start: 3;
}

.swiper_sp .item-list__grid--2-4-s {
    grid-row-start: 3;
}

.swiper_sp .item-list__grid--2-5-s {
    grid-row-start: 3;
}

.swiper_sp .item-list__grid--2-6-s {
    grid-row-start: 4;
}

.swiper_sp .item-list__grid--2-7-m {
    grid-column: span 2 / span 2;
    grid-row-start: 4;
}

/*　swiper 5ページ目レイアウト
ーーーーーーーーーーーーーーーーーーーーーーーーー*/
.swiper_sp .item-list__grid--5-2-m {
    grid-column: span 2 / span 2;
}
.swiper_sp .item-list__grid--5-3-m {
    grid-column: span 2 / span 2;
    grid-row-start: 2;
}
.swiper_sp .item-list__grid--5-4-s {
    grid-column-start: 3;
    grid-row-start: 2;
}
.swiper_sp .item-list__grid--5-5-s {
    grid-row-start: 3;
}
.swiper_sp .item-list__grid--5-6-s {
    grid-row-start: 3;
}
.swiper_sp .item-list__grid--5-7-s {
    grid-row-start: 3;
}
.swiper_sp .item-list__grid--5-9-m {
    grid-column: span 2 / span 2;
    grid-row-start: 4;
}

/*　TABLET用（grid配置はPC時と同じ）
ーーーーーーーーーーーーーーーーーーーーーーーーー*/
@media screen and (min-width:640px) {
	.swiper_pc{
		display: block !important;
	}
	.swiper_sp {
		display: none ;
	}
	.item-list__ttl-txt{
		flex-direction: row;
		align-items: flex-end;
	}
	.item-list__ttl--small, .item-list__ttl--large{
		line-height: 1;
	}
	.item-list__ttl--small{
		font-size: 22px;
	}
	.item-list__ttl--large{
		font-size: 28px;
	}
	.item-list__grid {
		grid-template-columns: repeat(5, 1fr);
		grid-template-rows: repeat(3, 1fr);
	}
	.item-list__name--small{
		font-size: clamp(13px,2vw,15px);
	}

	/*  グリッド配置(640px以上時)
	------------------------------------------------
	【枝番の見方】 .item-list__grid--ページ番号-ページ内でのアイテム番号-画像サイズ(s：小,m：横長,vm：縦長,l：大,)
	*/
	.item-list__grid--1-1-l, .item-list__grid--3-1-l, .item-list__grid--4-1-l{
		grid-column: span 2 / span 2;
		grid-row: span 2 / span 2;
	}
	.item-list__grid--1-2-s, .item-list__grid--3-2-s, .item-list__grid--4-2-s {
		grid-column-start: 3;
	}
	.item-list__grid--1-3-s, .item-list__grid--3-3-s, .item-list__grid--4-3-s {
		grid-column-start: 4;
	}
	.item-list__grid--1-4-s, .item-list__grid--3-4-s, .item-list__grid--4-4-s {
		grid-column-start: 5;
	}
	.item-list__grid--1-5-s, .item-list__grid--3-5-s, .item-list__grid--4-5-s {
		grid-column-start: 3;
		grid-row-start: 2;
	}
	.item-list__grid--1-6-m, .item-list__grid--3-6-m, .item-list__grid--4-6-m  {
		grid-column: span 2 / span 2;
		grid-column-start: 4;
		grid-row-start: 2;
	}
	.item-list__grid--1-7-s,.item-list__grid--3-7-s, .item-list__grid--4-7-s {
		grid-row-start: 3;
	}
	.item-list__grid--1-8-s, .item-list__grid--3-8-s, .item-list__grid--4-8-s {
		grid-row-start: 3;
	}
	.item-list__grid--1-9-m, .item-list__grid--3-9-m, .item-list__grid--4-9-m {
		grid-column: span 2 / span 2;
		grid-row-start: 3;
	}
	.item-list__grid--1-10-s, .item-list__grid--3-10-s, .item-list__grid--4-10-s {
		grid-column-start: 5;
		grid-row-start: 3;
	}

	/*　swiper 2ページ目レイアウト
	ーーーーーーーーーーーーーーーーーーーーーーーーー*/
	.item-list__grid--2-1-l {
		grid-column: span 2 / span 2;
		grid-row: span 2 / span 2;
	}
	.item-list__grid--2-2-s {
		grid-column-start: 3;
	}
	.item-list__grid--2-3-s {
		grid-column-start: 4;
	}
	.item-list__grid--2-4-s {
		grid-column-start: 3;
		grid-row-start: 2;
	}
	.item-list__grid--2-5-s {
		grid-column-start: 4;
		grid-row-start: 2;
	}
	.item-list__grid--2-6-vm {
		grid-row: span 2 / span 2;
		grid-column-start: 5;
		grid-row-start: 1;
	}
	.item-list__grid--2-7-s {
		grid-row-start: 3;
	}
	.item-list__grid--2-8-s {
		grid-row-start: 3;
	}
	.item-list__grid--2-9-m {
		grid-column: span 2 / span 2;
		grid-row-start: 3;
	}
	.item-list__grid--2-10-s {
		grid-column-start: 5;
		grid-row-start: 3;
	}
}

/* 買取品目・実績種類別にもっと見る　swiperスタイル
----------------------------------------- */
.swiper-slide-active{
	opacity: 1;
	transition: opacity 1s;
}
.item-list .swiper-slide-prev, .item-list .swiper-slide-next {
	opacity: .4;
	transition: opacity 1s;
}
.item-list .swiper-controller, .resultMore .swiper-controller{
	display: flex;
	justify-content: center;
	align-items: center;
	gap: 20px;
}
.item-list .swiper-controller{
	margin-top: 30px;
}
.resultMore .swiper-controller{
	margin-top: 20px;
}
.item-list .swiper-button-prev, .item-list .swiper-button-next, .resultMore .swiper-button-prev, .resultMore .swiper-button-next {
	position: relative;
	width: 30px;
	height: 30px;
	background: linear-gradient(to top, #4A5C63 0%, #B4B4B4 100%);
	cursor: pointer;
}
.item-list .swiper-button-prev::before, .item-list .swiper-button-prev::after, .item-list .swiper-button-next::before, .item-list .swiper-button-next::after, .resultMore .swiper-button-prev::before, .resultMore .swiper-button-prev::after, .resultMore .swiper-button-next::before, .resultMore .swiper-button-next::after{
	position: absolute;
	top: calc(50% - 1px);
	width: 12px;
	height: 3px;
	background: #ffffff;
	content: "";
}
.item-list .swiper-button-prev::before,.item-list .swiper-button-prev::after, .resultMore .swiper-button-prev::before,.resultMore .swiper-button-prev::after{
	left: 32%;
	transform-origin: 1px 50%;
}
.item-list .swiper-button-next::before, .item-list .swiper-button-next::after, .resultMore .swiper-button-next::before, .resultMore .swiper-button-next::after{
	right: 32%;
	transform-origin: calc(100% - 1px) 50%;
}
.item-list .swiper-button-prev::before, .item-list .swiper-button-next::before, .resultMore .swiper-button-prev::before, .resultMore .swiper-button-next::before {
	transform: rotate(50deg);
}
.item-list .swiper-button-prev::after, .item-list .swiper-button-next::after, .resultMore .swiper-button-prev::after, .resultMore .swiper-button-next::after {
	transform: rotate(-50deg);
}
.item-list .swiper-pagination, .resultMore .swiper-pagination{
	display: flex;
	gap: 15px;
}
.item-list .swiper-pagination-bullet, .resultMore .swiper-pagination-bullet{
	display: inline-block;
	width: 12px;
	height: 12px;
	cursor: pointer;
}
.item-list .swiper-pagination-bullet:not(.swiper-pagination-bullet-active), .resultMore .swiper-pagination-bullet:not(.swiper-pagination-bullet-active){
	background: #999;
}
.item-list .swiper-pagination-bullet-active, .resultMore .swiper-pagination-bullet-active{
	background: #0A0425;
}

/*------------------------------------

下層「〇〇の種類別買取実績」

------------------------------------*/
.sub-item-list__grid{
	width: 100%;
    grid-template-columns: repeat(2, 1fr);
    grid-template-rows: auto;
	gap: 20px;
}
.sub-item-list__grid-item{
	width: 100%;
	height: auto;
}
.sub-item-list__grid-item a{
	gap: clamp(4px,2vw,18px);
	padding-top: clamp(10px,2.9vw,24px);
	width: 100%;
	height: max-content;
	border-right-width: 15px;
	aspect-ratio: 145 / 120;
}
.sub-item-list__grid img{
	width: 76%;
}
.sub-item-list__grid .item-list__name{
	font-size: clamp(17px,3.2vw,19px);
}
.sub-item-list__grid .item-list__name--small{
	font-size: clamp(14px, 3.2vw, 18px);
}
.swiper-button-lock{
	display: none;
}
.item-list .swiper-pagination-lock{
	display: none;
}
@media screen and (min-width:640px) {
	.sub-item-list__grid{
		grid-template-columns: repeat(5, 1fr) ;
	}
	.sub-item-list__grid-item a{
		gap: clamp(4px,.6vw,6px);
		padding-top: 10px;
		border-right-width: 10px;
		aspect-ratio: 130 / 120;
	}
	.sub-item-list__grid img{
		width: 82%;
	}
	.sub-item-list__grid .item-list__name{
		font-size: clamp(13px,2vw,16px);
	}
	.sub-item-list__grid .item-list__name--small{
		font-size: clamp(9px, 1.5vw, 14px);
	}
}

/*------------------------------------

	種類別買取品目をもっと見る、・種類別に実績をもっと見る

------------------------------------*/
.itemMore *, .resultMore *{
	box-sizing: border-box;
}
.resultMore{
	margin-bottom: 20px;
}
.itemMore__button, .resultMore__button{
	height: 50px;
	background: var(--color-primary);
	cursor: pointer;
}
.itemMore__buttonText, .resultMore__buttonText{
	width: 100%;
	height: 50px;
	display: flex;
	justify-content: center;
	align-items: center;
	color: var(--color-neutral-white);
	font-size: 17px;
	text-align: center;
}
.itemMore__buttonText{
	margin-top: 30px;
}
.itemMore__buttonText .arrow, .resultMore__buttonText .arrow{
	display: block;
	width: 14px;
	height: 13px;
	margin: -4px -36px 0 24px;
	border-right: solid 3px #fff;
	border-bottom: solid 3px #fff;
	transform: rotate(45deg);
	transform-origin: 50% 25%;
	transition: all .6s;
}
.itemMore__button.is-open .arrow, .resultMore__button.is-open .arrow{
	transform: rotate(225deg);
	transform-origin: 50% 75%;
	transition: all .4s;
}
.itemMore__body, .resultMore__body{
	display: grid;
	grid-template-rows: 0fr;
	transition: .4s grid-template-rows;
}
.itemMore__body.is-open ,.resultMore__body.is-open{
	grid-template-rows: 1fr;
	transition: .4s grid-template-rows;
}
.itemMore__swiper ,.resultMore__swiper{
	width: 100%;
	overflow: hidden;

	.swiper-wrapper{
		height: auto;
	}
}
.itemCategory__list, .resultCategory__list{
	margin-top: 20px;
}
.resultCategory:last-child{
	margin-bottom: 10px;
}
.itemCategory__unit:nth-child(odd) .itemCategory__button{
	background: var(--color-secondary);
}

.itemCategory__unit:nth-child(even) .itemCategory__button{
	background: var(--color-secondary-dark);
}
.itemCategory__button{
	width: 100%;
	display: flex;
	justify-content: center;
	align-items: center;
	height: 42px;
	margin-bottom: 10px;
	cursor: pointer;
}
.itemCategory__buttonText{
	width: 100%;
	position: relative;
	color: var(--color-neutral-white);
	font-family: var(--mincho-font);
	font-size: 17px;
	text-align: center;
}
.itemCategory__buttonText:before,.itemCategory__buttonText:after{
	display: block;
	width: 14px;
	height: 2px;
	background: var(--color-neutral-white);
	position: absolute;
	top: calc(50% - 1px);
	right: 15px;
	content: '';
}
.itemCategory__buttonText:after{
	transform: rotate(270deg);
	transition: 250ms transform;
}
.itemCategory__button.is-open .itemCategory__buttonText:after{
	transform: rotate(0deg);
	transition: 250ms transform;
}
.itemSubcategory__wrap{
	display: grid;
	grid-template-rows: 0fr;
	transition: 250ms grid-template-rows;
}
.itemSubcategory__wrap.is-open{
	grid-template-rows: 1fr;
	transition: 250ms grid-template-rows;

	.itemSubcategory__list{
		animation: .25s forwards overflow;
	}
}
@keyframes overflow {
    0% {
        overflow:  hidden;
    }
	100% {
        overflow:  visible;
    }
}
.itemSubcategory__list{
	display: flex;
	flex-wrap: wrap;
	gap: 15px 10px;
	overflow: hidden;
}
.resultCategory__list{
	display: flex;
	flex-wrap: wrap;
	gap: 15px;
}
.resultCategory{
	flex: 0 0 calc(50% - 7.5px);
}
.itemSubcategory--home{
	flex: 0 0 100%;

	.itemSubcategory__link{
		font-size: 16px;
	}
}
.itemSubcategory:not(.itemSubcategory--home){
	flex: 0 0 calc(50% - 5px);
}
.itemSubcategory__link ,.resultCategory__link{
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	width: 100%;
	height: 38px;
	padding: 0 5px;
	box-shadow: -3px 3px 8px rgba(0, 0, 0, 0.25);
	background: linear-gradient(90deg, #2C2D42, #2C2D42 15%, #4A5C63 25%, #2C2D42 40%, #2C2D42);
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
	border-right: 10px solid #fff;
	border-image: linear-gradient(to bottom, #B4B4B4 0%, #4A5C63 100%) 1;
	border-radius: 6px 0 0 6px;
	font-size: 15px;
	font-family: var(--mincho-font);
	line-height: 1;
	text-decoration: none;
	text-align: center;

	span{
		display: inline-block;
	}
}
.itemSubcategory:last-child{
	margin-bottom: 20px;
}
.item-list .itemMore .swiper-controller {
	margin-top: 10px;
}


/*------------------------------------

    フッター

------------------------------------*/
/*会社案内
---------------------------------------*/
footer {
	background-color: var(--color-neutral-lighter);
	padding-bottom: clamp(90px, 24.5vw, 98px);
	font-size: 1.4rem;
}
footer .company {
	margin-bottom: 10px;
	box-sizing: border-box;
}
footer .company li {
	width: 100%;
	height: 60px;
	line-height: 60px;
	text-align: center;
	border-bottom: 1px solid var(--color-neutral-light);
}
footer .company li a {
	display: block;
	text-decoration: none;
	color: var(--color-button-transition);
}
footer .company li:nth-child(1) {
	border-top: 1px solid var(--color-neutral-light);
}

/*ロゴ
---------------------------------------*/
footer .logo {
	width: 36%;
	margin: 0 auto 20px;
}

/*古物許可証
---------------------------------------*/
footer .proof {
	text-align: center;
	line-height: 1.6em;
}

/*プライバシーマー
------------------------------------*/
.privacy-mark {
	display: flex;
	align-items: center;
	justify-content: center;
	gap: 1rem;
	margin: 1rem;
	font-size: 1.5rem;
	&::before {
		content: '';
		display: block;
		background: url(https://nikkoudou-kottou.com/img/common/privacy-mark.webp) center center / contain no-repeat;
		width: 13rem;
		height: 8rem;
	}
}

/*コピーライト
---------------------------------------*/
footer .copyWrite {
	background-color: var(--color-primary-dark);
	text-align: center;
	padding: 6px 0;
	color: #fff;
}
footer .copyWrite a {
	color: #fff;
	text-decoration: none;
}
/*　タブレット用　*/
@media screen and (min-width: 599px) and (max-width: 960px) {
	footer {
		padding-bottom: 65px;
	}

	footer .logo {
		width: 22%;
	}
}

/*
キャンペーン
------------------------------------------ */
.campaign {
	margin-bottom: 30px;
}
.campaign .campaign-info {
	padding: 0 2%;
	font-size: 13px;
	text-align: left;
	line-height: 20px;
}
.campaign.side-by-side {
	display: flex;
}
@media screen and (max-width: 599px) {
.nodisplay {
	display: none;
}
.campaign.side-by-side {
	flex-direction: column;
	flex-direction: column-reverse;
}
.campaign__img.pcver:first-child {
	display: inline-block;
	margin-bottom: 1rem;
}
}
@media screen and (min-width: 599px) {
	.campaign {
	margin-bottom: 0;
	}
	.campaign.side-by-side {
		justify-content: space-around;
		margin-bottom: 40px;
		padding:0 20px;
		box-sizing: border-box;
		gap: 2%;
	}
	.campaign__img.pcver {
		flex: 0 0 29%;
	}
	.campaign__img.pcver img {
		display: block;
		width: 100%;
		max-height: 240px;
		object-fit: contain;
	}
}

/*
お問合せ
------------------------------------------ */
.contact {
	background-color: #f0f2f2;
	padding-bottom: 20px;
	margin-bottom: 40px;
}
.contact__ttl {
	background-color: var(--color-primary);
	margin-bottom: 20px;
	padding: 1.8rem 0;
	font-size: 1.9rem;
	text-align: center;
	color: #fff;
}
.contact__subttl {
	margin-bottom: 20px;
	text-align: center;
}
.contact__common-ttl {
	display: flex;
	background-color: #717171;
	margin-bottom: 10px;
	padding: 10px 0;
	color: #fff;
	font-size: 1.45rem;
	justify-content: center;
	align-items: center;
}
.contact__common-ttl::before {
	content: '';
	display: inline-block;
	margin-right: 0.5em;
	width: 1.7em;
	height: 1.7em;
}
/* ボタン共通 */
.contact a {
	display: block;
	border-radius: 60px;
	text-decoration: none;
	text-align: center;
	color: #fff;
	margin: 0 2.2%;
}

/* 電話 */
.contact__telbox {
	margin: 0 2% 20px;
}
.contact__telbtn {
	font-family: var(--tel-font);
	padding: 1.2rem 0 1.6rem;
	margin-bottom: 6px;
}
.tel__sub-txt {
	font-size: 1.4rem;
	margin-bottom: 8px;
}
.tel__main-txt {
	font-size: 3.6rem;
}
.contact .contact__telbox .para__telbtn {
	background-color: var(--color-ruby);
	padding: 30px 0;
	width: 80%;
	margin: 0 auto;
}
.contact .contact__telbox .para__telbtn p {
	color: #fff;
	font-size: 1.5rem;
	font-family: none;
	font-weight: normal;
}
.contact .contact__telbox .para__telbtn .tel__main-txt {
	font-size: 2.6rem;
	font-weight: bold;
	display:flex;
	justify-content:center;
	align-items:center;
}
.contact .contact__telbox .para__telbtn .tel__main-txt::before {
	content: '';
	background: url(https://nikkoudou-kottou.com/img/common/tel_icon.svg) no-repeat top center / 98% auto;
	display: inline-block;
	width: 1.3em;
	height: 1.3em;
	margin-right: 14px;
}
.contact a .contact-btn__inner{
	position: relative;
}
@media screen and (max-width: 598px) {
.contact a .contact-btn__inner::after {
	position: absolute;
	content: '';
	background: url(https://nikkoudou-kottou.com/img/common/arrow_right_w.svg) center / contain no-repeat;
	width: 1em;
	height: 1em;
	top: 44%;
	right: 1.8em;
}
}

/* -----------------------------------------------------------

	共通モーダル

----------------------------------------------------------- */
.modal__contents,
.modal-way {
	margin: 0 3%;
}
.modal__tel .para_tel_txt {
	font-size: 1.8rem;
	font-weight: bold;
}
.modal__tel .para_tel_txt::before {
	content: '';
	background: url(https://nikkoudou-kottou.com/img/common/tel_icon.svg) no-repeat bottom center / 98% auto;
	display: inline-block;
	width: 1em;
	height: 1em;
	margin-right: 10px;
}

@media screen and (max-width: 598px) {
	.contact__telbtn {
		background-color: var(--color-ruby);
		box-shadow: 5px 5px 6px #ccc, -5px -5px 6px #f4f4f4;
	}
	.contact__telbtn p.tel__main-txt::before {
		content: '';
		display: inline-block;
		margin-right: 0.2em;
		width: 1em;
		height: 0.6em;
		background: url(https://nikkoudou-kottou.com/img/common/tel_icon_white.svg) no-repeat center/contain;
	}
	.contact .contact__telbox .para__telbtn {
		background-color: var(--color-ruby);
		padding: 20px 0;
		width: 100%;
		margin: 0 auto;
	}
	.contact .contact__telbox .para__telbtn .tel__main-txt {
		font-size: 2rem;
	}
}

.contact__txt {
	font-size: 1.4rem;
	text-align: center;
}
.contact__mailinner .contact__linebtn {
	background-color: var(--color-button-transition);
}

/* メール */
.contact__mailbox .contact__common-ttl::before {
	background: url(https://nikkoudou-kottou.com/img/common/contact_img03.png) no-repeat center/contain;
}
.contact__mailbox .contact__mail1 {
	background-color: var(--color-button-transition);
	margin-bottom: 10px;
}
.contact__mailinner {
	display: flex;
	margin: 0 2%;
}
.contact__mailinner > a {
	width: 100%;
	background-color: var(--color-button-transition);
	padding: 1.6rem 0;
	font-size: 1.65rem;
	font-weight: 600;
	color: #fff;
	margin: 0 0 10px 0;
}
.contact__mailinner a:nth-child(2) {
	margin-left: 10px;
}
.contact__mailinner a p {
	display: flex;
	width: 100%;
	align-items: center;
	justify-content: center;
	gap: 0.5em;
}
.contact__mailinner a p::after {
	content: '';
	background: url(https://nikkoudou-kottou.com/img/common/arrow_right_w.svg) center / contain no-repeat;
	width: 0.8em;
	height: 0.8em;
	top: 44%;
	right: 1.3em;
}
.contact-attention{
	box-sizing: border-box;
	width: 96%;
	padding: 15px 20px;
	margin: 10px 2% 0;
	background: var(--color-neutral-white);
}
.contact-attention__txt{
	width: fit-content;
	margin: 0 auto;
	font-size: 14px;
	line-height: 1.5;
}
/*----タブレット調整-----------------------------------*/
@media screen and (min-width: 599px) and (max-width: 1119px) {
	.contact {
		padding-bottom: 30px;
	}
	.contact__subttl {
		font-weight: bold;
		line-height: 1.8em;
		margin-bottom: 2px;
	}
	.tel__sub-txt {
		font-family: 'Yu Mincho', 'YuMincho';
		font-size: 2rem;
		font-weight: bold;
		color: var(--color-ruby);
	}
	.contact .tel__main-txt {
		font-family: 'Yu Mincho', 'YuMincho';
		font-weight: 600;
		padding: 0;
		font-size: 6.8rem;
		pointer-events: none;
		color: var(--color-ruby);
	}
	.contact__telbtn .tel__main-txt::before {
		content: '';
		display: inline-block;
		margin-right: 0.2em;
		width: 0.85em;
		height: 0.85em;
		background: url(https://nikkoudou-kottou.com/img/common/contact_img01.svg) no-repeat bottom/contain;
	}
	.contact__mailbox {
		display: grid;
		grid-template-columns: 45% 55%;
		margin-left: 2%;
	}
	.contact__common-ttl {
		background-color: #e9e9e9;
		color: #333;
		display: flex;
		margin: 0 3% 0 0;
		font-weight: bold;
	}
	.contact__linebtn {
		margin: 0.6rem 0;
	}
	.contact-attention{
		margin: 10px 2% 0;
	}
}

/* 画面下のアクションボタン
-------------------------- */
#bt-top {
	position: fixed;
	bottom: clamp(96px, 26vw, 104px);
	right: 10px;
	z-index: 10;
	box-sizing: border-box;
}
.bt-top__btn {
	display: block;
	position: relative;
	width: 50px;
	height: 25px;
	background: rgba(7, 18, 42, 0.82);
	color: #fff;
	text-align: center;
}
.bt-top__btn:before,.bt-top__btn:after{
	position: absolute;
	top: 12px;
	width: 15px;
	height: 2px;
	border-radius: 6px;
	background: #fff;
	content: '';
}
.bt-top__btn:before{
	left: calc(47% - 11px);
	transform: rotate(-38deg);
}
.bt-top__btn:after{
	left: 47%;
	transform: rotate(38deg);
}
.bottom-contact {
	width: 100%;
	height: 132px;
	position: fixed;
	left: 0;
	bottom: -132px;
	z-index: 90;
	background-color: rgba(7, 18, 42, 0.82);
	color: #FFF;
	padding: 3px 5.8666%;
	box-sizing: border-box;
	box-shadow: 0 -3px 3px rgba(255, 255, 255, 0.7);
	transition: all .4s;
	/* height: clamp(90px, 24.5vw, 98px); */
}
.bottom-contact__inner{
	position: relative;
	width: 100%;
	height: 100px;
	padding-top: 18px;
}
.bottom-contact__txt{
	/* margin-bottom: 3px; */
	margin-bottom: 15px;
	position: relative;
	/* font-size: 14px; */
	font-size: 16px;
	font-weight: bold;
	font-family: var(--mincho-font);
	text-align: center;

	.arrow{
		display: block;
		width: 10px;
		height: 10px;
		margin: -4px 0 0 4px;
		border-right: solid 2px #fff;
		border-bottom: solid 2px #fff;
		transform: rotate(45deg);
		transform-origin: 50% 25%;
		position: absolute;
		top: 7px;
		right: 0;
	}
}
#bottom-contact ul {
	display: flex;
	gap: 10px;
}
#bottom-contact ul li {
	display: flex;
	width: 100%;
	box-sizing: border-box;
}
#bottom-contact ul li a {
	display: flex;
	align-items: center;
	justify-content: center;
	width: 100%;
	box-sizing: border-box;
	height: clamp(48px, 12.8vw, 52px);
	border: 2px solid #fff;
	border-radius: 48px;
	color: #fff;
	font-size: 1.6rem;
	line-height: 1.2;
	text-decoration: none;
	font-weight: 600;
}
#bottom-contact ul li a span{
	margin-left: 1.8em;
}
#bottom-contact ul .telsatei a {
	background: url(https://nikkoudou-kottou.com/img/common/fixed-contact-tel.webp) no-repeat calc(50% - 3.2em) center/23px, var(--color-ruby);
}
#bottom-contact.overtime ul .telsatei a {
	background: no-repeat calc(50% - 3.6em) center/24px url(https://nikkoudou-kottou.com/img/common/fixed-contact-mail.webp), var(--color-ruby);
}
#bottom-contact ul .lineSatei a {
	background: no-repeat calc(50% - 3.6em) center/26px url(https://nikkoudou-kottou.com/img/common/fixed-contact-line.webp),var(--color-button-transition);
}
/*#bottom-contact開閉用*/
.bottom-contact__switch{
	width: 320px;
	height: 58px;
	position: absolute;
	top: -61px;
	right: calc(50% - 160px);
	overflow: hidden;
	background: rgba(7, 18, 42, 0.82);
	border-radius: 8px 8px 0 0;
	box-shadow: 0 -3px 3px rgba(255 255 255 / 60%);
	cursor: pointer;
	transition: all .4s;

	.inner{
		width: 100%;
		height: 100%;
		display: flex;
		justify-content: end;
		align-items: center;
		gap: 10px;
		padding: 4px 18px 4px 0;
		box-sizing: border-box;
		transition: all .4s;

		.txt{
			width: 255px;
			color: var(--color-neutral-white);
			font-family: var(--mincho-font);
			font-size: 17px;
			white-space: nowrap;
			opacity: 1;
			overflow: hidden;
			transition: all .4s;
			text-align: center;
		}
		.arrow{
			display: block;
			width: 10px;
			height: 10px;
			margin: -4px 0 0 4px;
			border-right: solid 2px #fff;
			border-bottom: solid 2px #fff;
			transform: rotate(225deg);
			transform-origin: 50% 75%;
			transition: all .4s;
		}
	}
}
.bottom-contact.open{
	bottom: 0;
	transition: bottom .4s;

	.bottom-contact__switch{
		transition: all .4s;
		opacity: 0;
		visibility: hidden;
	}
}

/* -------------------------- -------------------------

	modal

-------------------------- -------------------------- */
/*modal固定設定
------------------------------------------------*/
#header .menu-btn {
	width: 15%;
	height: 98px;
	background-repeat: no-repeat;
	background-position: right;
	display: inline;
	font-size: 1em;
}
#header .menu-btn a {
	right: 10px;
	position: fixed;
	z-index: 999;
	display: block;
	text-decoration: none;
}
#header .btn-open {
	box-sizing: border-box;
	width: 50px;
	height: 42px;
	top: 10px;
	background: rgba(7, 18, 42, 0.82);
	padding: 4px 0;
}
#header .btn-open .bar{
	display: block;
	width: 32px;
	height: 2px;
	margin: 4px auto;
	background: #fff;
}
#header .btn-open .bar-3::after{
	display: block;
	margin-left: -4px;
	color: #fff;
	font-size: 10px;
	white-space: nowrap;
	content: 'メニュー';
}

@media screen and (min-width: 599px) and (max-width: 960px) {
	/* タブレット */
	#header .btn-open {
		top: clamp(20px, 3.2vw, 30px)
	}
}
#header .btn-close {
	top: 8px;
	width: 50px;
	height: 50px;
	background: url('https://nikkoudou-kottou.com/img/common/mob-menu-close.png') no-repeat center center;
	background-size: 100% auto;
	transition: background-image 300ms ease-in-out;
}

/* OVERLAY */
#header .overlay {
	position: fixed;
	left: 0;
	top: 0;
	z-index: 99;
	display: none;
	overflow: auto;
	width: 100%;
	height: 100%;
	background-color: var(--color-neutral-lighter);
	/*	opacity: 0.96;*/
	padding: 6.5rem 0 0;
	box-sizing: border-box;
}

/*背景固定調整*/
.flexiblebox {
	display: -webkit-flex;
	display: flex;
	-webkit-align-items: center;
	/* 縦方向中央揃え（Safari用） */
	align-items: center;
	/* 縦方向中央揃え */
	-webkit-justify-content: center;
	/* 横方向中央揃え（Safari用） */
	justify-content: center;
	/* 横方向中央揃え */
}
/*
	モーダル買取品目
------------------------------------------------*/
.modal__contents .itemList{
	margin-bottom: 0;
}
/*
	モーダル内問合せ
------------------------------------------------*/
/*ヘッダーロゴ*/
.accordion .headLogo {
	position: absolute;
	top: 10px;
	left: 50%;
	transform: translateX(-50%);
	-webkit-transform: translateX(-50%);
	width: 90px;
	padding: 0.6rem 0 0.6rem 0.8rem;
}
.modal__ttl {
	width: 96%;
	margin: 0 auto 1rem;
	padding: 8px 0 6px;
	font-size: 1.6rem;
	font-weight: bold;
	color: #494e5d;
	text-align: center;
	border: 2px solid #494e5d;
	box-sizing: border-box;
}

/*電話*/
.modal__tel {
	margin-bottom: 10px;
	background: var(--color-ruby);
	border-radius: 6px;
	box-shadow: 4px 4px 6px #ccc;
}
.modal__tel a.tel__btn {
	display: block;
	padding: 10px 0 14px;
	text-align: center;
	text-decoration: none;
	color: #fff;
}
.modal__tel .tel__btn__time {
	font-size: 1.4rem;
}
.modal__tel .tel__btn__num {
	font-family: 'Roboto Condensed', sans-serif;
	font-weight: 300;
	font-size: 4rem;
}
.modal__tel .tel__btn__num::before {
	content: '';
	display: inline-block;
	margin-right: 0.2em;
	width: 0.95em;
	height: 0.95em;
	background: url(https://nikkoudou-kottou.com/img/common/tel_icon_white.svg) no-repeat bottom/contain;
}

/*メール*/
.modal__mail {
	margin-bottom: 10px;
	text-align: center;
}
.modal__mail__inner {
	display: flex;
	gap: 1rem;
}
.modal__mail__inner>a {
	display: block;
	padding: 2rem 0;
	width: 100%;
	color: #fff;
	font-weight: bold;
	text-decoration: none;
	border-radius: 6px;
}
.modal__mail__btn,
.modal__line__btn {
	background-color: var(--color-button-transition);
}

/*キャンペーン*/
.modal_contact__campaign {
	margin-bottom: 20px;
}
.modal_contact__campaign .campaign__info {
	margin-bottom: 30px;
	font-size: 11px;
	text-align: left;
	line-height: 14px;
}

@media screen and (min-width: 599px) and (max-width: 960px) {
	.modal-contact .mailForm ul li:nth-child(1) {
		background-size: 2%, 10%;
	}
	.modal-contact .mailForm ul li:nth-child(2) {
		background-size: 4%, 22%;
	}
}

/*アコーディオン*/
.modal__contents {
	margin-bottom: 1rem;
}
.accordion ul {
	width: 100%;
	padding: 0;
}
.accordion li {
	position: relative;
	list-style: none;
}
.accordion>ul>li>a {
	display: block;
	text-decoration: none;
	cursor: pointer;
	position: relative;
}
.accordion>ul>li>a .accordion_ttl {
	color: #494e5d;
	box-sizing: border-box;
	background: #e4e3d8;
	border: 2px solid #494e5d;
	padding: .5vh 0.8em;
	/* margin: 0 10px .8vh; */
	margin-bottom: 0.8vh;
}
.accordion>ul>li>a .accordion_ttl.m-non {
	margin-bottom: 0;
}
.accordion>ul>li>a .accordion_ttl:hover {
	color: #494e5d;
	text-decoration: none;
}
.accordion>ul>li>.accordion-con:not(.method) {
	display: none;
	text-align: left;
}
.accordion>ul>li:nth-of-type(1)>.accordion-con {
	display: block;
}

/*プラスマイナスアイコン*/
.accordion li .accordion_icon,
.accordion li .accordion_icon span {
	display: inline-block;
	transition: all 0.3s;
	box-sizing: border-box;
}
.accordion li .accordion_icon {
	position: absolute;
	width: 16px;
	height: 16px;
	top: calc(50% - 2px);
	right: 6%;
}
.accordion li .accordion_icon span {
	position: absolute;
	width: 100%;
	height: 4px;
	background-color: #494e5d;
}
.accordion li .accordion_icon span:nth-of-type(1) {
	transform: rotate(0deg);
	-webkit-transform: rotate(0deg);
	-moz-transform: rotate(0deg);
	-ms-transform: rotate(0deg);
	-o-transform: rotate(0deg);
}
.accordion li .accordion_icon:not(.first-active) span:nth-of-type(2), .accordion li .accordion_icon.first-active.active span:nth-of-type(2) {
	transform: rotate(90deg);
	-webkit-transform: rotate(90deg);
	-moz-transform: rotate(90deg);
	-ms-transform: rotate(90deg);
	-o-transform: rotate(90deg);
}
.accordion li .accordion_icon:not(.first-active).active span:nth-of-type(1) {
	display: none;
}
.accordion li .accordion_icon:not(.first-active).active span:nth-of-type(2) {
	transform: rotate(180deg);
	-webkit-transform: rotate(180deg);
	-moz-transform: rotate(180deg);
	-ms-transform: rotate(180deg);
	-o-transform: rotate(180deg);
}

/*右矢印アイコン*/
.accordion li .accordion_icon2 {
	position: absolute;
	width: 16px;
	height: 16px;
	right: 6%;
	top: 52%;
	transform: translateY(-50%);
	/* -webkit- transform: translateY(-50%); */
}
.accordion ul li .accordion_icon2 span {
	position: absolute;
	width: 100%;
	height: 100%;
	background: url(https://nikkoudou-kottou.com/img/common/arrow_right.svg) no-repeat 98% center;
	background-size: 20;
}

/*モーダル地域
------------------------------------------------*/
.accordion-con .areaBox {
	width: 100%;
	padding: 2%;
	box-sizing: border-box;
}
.accordion-con .areaBox .region {
	margin-bottom: 1rem;
}
.accordion-con .areaBox .region .regionTtl {
	font-size: 1.4rem;
}
.accordion-con .areaBox ul {
	display: flex;
	flex-wrap: wrap;
}
.accordion-con .areaBox ul li {
	padding: 0 1.2%;
}
.accordion-con .areaBox ul li a {
	font-family: "hiragino-kaku-gothic-pron", sans-serif;
	font-weight: bold;
	display: inline-block;
	line-height: 1.2em;
	color: #667f97;
	font-size: 1.4rem;
}

/*モーダル日晃堂について
------------------------------------------------*/
.accordion-con .about-nikkoudou {
	width: 88%;
	margin: 0 auto 1rem;
}
.accordion-con .method ul{
	width: 92%;
	display: flex;
	justify-content: center;
	gap: 2%;
	margin: 0 auto 3px;
	padding: 0 0 5px 0;
}
.accordion-con .method ul li {
	flex: 0 0 32%;
	text-align: center;
}
.accordion-con .method ul li a {
	display: block;
	border: 2px solid var(--color-button-transition);
	color: var(--color-button-transition);
	font-size: 15px;
	font-weight: 600;
	text-decoration: none;
	padding: 1vh 0;
}
.accordion-con .method ul li.method__syuttyou a{
	background: url(https://nikkoudou-kottou.com/img/common/arrow_right_navy.webp) no-repeat 91% center/14px, #FFFFFF;
}
.accordion-con .method ul li.method__tentou a{
	background: url(https://nikkoudou-kottou.com/img/common/arrow_right_navy.webp) no-repeat 91% center/14px, #FFFFFF;
}
.accordion-con .method ul li.method__takuhai a{
	background: url(https://nikkoudou-kottou.com/img/common/arrow_right_navy.webp) no-repeat 91% center/14px, #FFFFFF;
}
.accordion-con .method ul li a span{
	padding-right: 18px;
}
.accordion-con .about-nikkoudou ul li {
	border-bottom: 1px solid #d8d8d8;
}
.accordion-con .about-nikkoudou ul li a {
	display: block;
	color: #3a3f4e;
	text-decoration: none;
	background: url(https://nikkoudou-kottou.com/img/common/arrow_right.svg) no-repeat 95% center;
	background-size: 14px;
	padding: 2rem 0 0.2rem;
}
.accordion-con .about-nikkoudou ul .p-non {
	padding: 0rem 0 0.2rem;
}

/*モーダル買取方法
------------------------------------------------*/
.modal-way .way-inner {
	box-sizing: border-box;
}

.modal-way ul {
	display: flex;
	flex-wrap: wrap;
	margin-bottom: 1.5rem;
	justify-content: space-around;
}
.modal-way ul li {
	height: 70px;
	line-height: 70px;
	text-align: center;
	width: calc(98% / 2);
	margin-right: 1%;
}


/*紹介制度ボタン*/
.referral-btn {
	text-align: center;
	background: url(https://nikkoudou-kottou.com/img/common/arrow.svg) no-repeat 96% center, url(https://nikkoudou-kottou.com/img/common/referral.webp) no-repeat -2% bottom, #8E796E;
	background-size: 14px, 25%;
	padding: 2rem 0;
	margin-bottom: 1rem;
}
.way-inner a {
	font-weight: bold;
	font-family: 'ヒラギノ明朝 ProN W6', 'HiraMinProN-W6', 'HG明朝E',
		'ＭＳ Ｐ明朝', 'MS PMincho', 'MS 明朝', serif;
	color: #fff;
	text-decoration: none;
}
/*コラムボタン*/
.blog-btn {
	text-align: center;
	background: url(https://nikkoudou-kottou.com/img/common/arrow.svg) no-repeat 96% center,
		url(https://nikkoudou-kottou.com/img/common/blog.svg) no-repeat -5px 2px,
		url(https://nikkoudou-kottou.com/img/common/pt6.png);
	background-size: 14px, 24%;
	padding: 2rem 0;
	margin-bottom: 1rem;
}
.blog-btn a {
	font-weight: bold;
	font-family: 'ヒラギノ明朝 ProN W6', 'HiraMinProN-W6', 'HG明朝E',
		'ＭＳ Ｐ明朝', 'MS PMincho', 'MS 明朝', serif;
	color: #fff;
	text-decoration: none;
}

/*蔵整理ボタン*/
.modal-way .ihin-btn {
	text-align: center;
	background: url(https://nikkoudou-kottou.com/img/common/arrow.svg) no-repeat 96% center,
		url(https://nikkoudou-kottou.com/img/common/kura.svg) no-repeat 2px -12px,
		url(https://nikkoudou-kottou.com/img/common/pt7.png);
	background-size: 14px, 24%;
	padding: 2rem 0;
	margin-bottom: 3rem;
}
.modal-way .ihin-btn a {
	font-weight: bold;
	font-family: 'ヒラギノ明朝 ProN W6', 'HiraMinProN-W6', 'HG明朝E',
		'ＭＳ Ｐ明朝', 'MS PMincho', 'MS 明朝', serif;
	color: #fff;
	text-decoration: none;
}

/*買取リスト
--------------------------------------*/
/*全体*/
#newestJisseki {
	margin-bottom: 30px;
}

/*インナーレイアウト*/
#newestJisseki .newestJBox {
	width: 100%;
	padding: 0 10px;
	box-sizing: border-box;
	display: flex;
	flex-wrap: wrap;
}

#newestJisseki .newestJBox li {
	width: 48%;
	margin-right: 4%;
}

#newestJisseki .newestJBox li:nth-child(2n) {
	margin-right: 0;
}

#newestJisseki .newestJBox li .tag {
	background: #42515f;
	color: #fff;
	font-size: 1.1rem;
	padding: 6px 0 6px 6px;
	margin-bottom: 6px;
	line-height: 1.4em;
}

/*テキスト設定*/
#newestJisseki .newestJBox li .txt {
	margin-bottom: 8px;
	min-height: 56px;
}

#newestJisseki .newestJBox li .tag span {
	display: inline-block;
	padding-top: 6px;
}

#newestJisseki .newestJBox li .ttl {
	font-size: 1.4rem;
	color: #193162;
	margin-bottom: 2px;
}

#newestJisseki .newestJBox li .ttl a {
	color: inherit;
	text-decoration: none;
}

#newestJisseki .newestJBox li .txt p {
	font-size: 1.3rem;
}

#newestJisseki .newestJBox li .price .small,
#newestJisseki .newestJBox li .price .red {
	display: block;
}

#newestJisseki .newestJBox li .price .red {
	margin-top: 4px;
	font-size: 1.7rem;
	color: #80253b;
	font-weight: bold;
	text-align: right;
}

@media screen and (min-width: 599px) and (max-width: 960px) {
	#newestJisseki .newestJBox li .tag {
		text-align: center;
	}

	#newestJisseki .newestJBox li .tag br {
		display: none;
	}
}

/*---------------------------------------
	他社比較
-------------------------------------- */
#comparison {
	padding: 30px 0 30px;
	background: #efeeea;
}

/*タイトル*/
#comparison .ttl {
	text-align: center;
	margin-bottom: 20px;
	background: #efeeea;
}

#comparison .ttl .bule {
	font-size: 1.9rem;
	color: #12476b;
	font-weight: bold;
	margin-bottom: 10px;
}

#comparison .ttl .beige {
	width: 88%;
	margin: auto;
	font-size: 1.6rem;
	color: #5b4d31;
}

/*テキスト*/
#comparison .txt {
	margin: 0 10px 30px;
	line-height: 1.8em;
}

/*インナーボックスレイアウト*/
#comparison .comparisonBox {
	padding: 20px 10px 20px;
	background: #fff;
	margin: 0 10px;
}

#comparison .comparisonBox .arrangeBox {
	display: flex;
	flex-wrap: wrap;
	margin-bottom: 10px;
}

.comparisonBox .arrangeBox .hikaku-ttl {
	width: 50%;
	margin-right: 2%;
	padding-top: 10px;
	font-weight: normal;
}

h3.hikaku-ttl span {
	display: block;
	color: var(--color-secondary);
	font-weight: bold;
}

#comparison .comparisonBox .arrangeBox .imgBox {
	width: 48%;
}

#comparison .comparisonBox .arrangeBox .text .comparisonBttl {
	color: #12476b;
	margin-bottom: 10px;
}

#comparison .comparisonBox .arrangeBox .text .comparisonBtxt {
	line-height: 1.7em;
}

/*テーブル*/
#comparison .comparisonBox table {
	width: 100%;
	border-collapse: collapse;
	margin-bottom: 10px;
}

#comparison .comparisonBox table th {
	text-align: center;
	width: 25%;
	padding: 2px 0;
	vertical-align: top;
	color: #333;
	background-color: #acacac;
	color: #fff;
	border: 1px solid #b9b9b9;
	font-weight: normal;
}

#comparison .comparisonBox table td {
	color: #6d6d6d;
	text-align: center;
	padding: 4px 0;
	background-color: #fff;
	border: 1px solid #b9b9b9;
	font-weight: bold;
}

/*価格*/
#comparison .comparisonBox .value {
	height: 74px;
	position: relative;
}

#comparison .comparisonBox .value .nlogo img {
	width: 94px;
	display: inline-block;
	margin-right: 8px;
}

#comparison .comparisonBox .value .kakaku {
	position: absolute;
	right: 0;
	bottom: 0;
	font-size: 2.6rem;
	color: #81263c;
	font-weight: bold;
	padding-right: 6px;
}

#comparison .comparisonBox .value .kakaku span {
	font-style: italic;
	font-size: 3.4rem;
	padding-right: 8px;
}

/*他社比較タブレット*/
@media screen and (min-width: 599px) and (max-width: 960px) {
	/*テーブル*/
	#comparison .comparisonBox table {
		margin-bottom: 20px;
	}
	#comparison .comparisonBox table th {
		text-align: center;
		width: 25%;
		padding: 6px 0;
		vertical-align: top;
		color: #333;
		background-color: #acacac;
		color: #fff;
		border: 1px solid #b9b9b9;
		font-weight: normal;
		font-size: 1.6rem;
	}
	#comparison .comparisonBox table td {
		color: #6d6d6d;
		text-align: center;
		padding: 10px 0;
		background-color: #fff;
		border: 1px solid #b9b9b9;
		font-weight: bold;
		font-size: 1.8rem;
	}

	/*価格*/
	#comparison .comparisonBox .value {
		width: 46%;
		margin: auto;
		height: auto;
		margin-bottom: 60px;
	}
	#comparison .comparisonBox .arrangeBox .text {
		width: 60%;
		margin-right: 2%;
	}
	#comparison .comparisonBox .arrangeBox .imgBox {
		width: 38%;
	}

	/*ロゴサイズ*/
	#comparison .comparisonBox .value .nlogo img {
		width: 94px;
	}
	#comparison .comparisonBox .value .nlogo {
		display: inline;
	}
	#comparison .comparisonBox .value .kakaku {
		position: static;
		display: inline;
	}
	#comparison .comparisonBox .value .kakaku span {
		font-style: italic;
		font-size: 3.4rem;
		padding-right: 8px;
	}
}

/*-----------------------------------------------
実績+お客様の声
-----------------------------------------------*/
#voice {
	margin-bottom: 60px;
}
#voice .voiceBox {
	background: url(https://nikkoudou-kottou.com/img/common/pt3.png);
	padding: 20px 2%;
	margin-bottom: 30px;
}
#voice .voiceBox:last-child {
	margin-bottom: 0;
}

/*サブタイトル*/
#voice .voiceBox .voiceTtl {
	font-family: 'ヒラギノ明朝 ProN W6', 'HiraMinProN-W6', 'HG明朝E',
		'ＭＳ Ｐ明朝', 'MS PMincho', 'MS 明朝', serif;
	font-size: 1.8rem;
	line-height: 1.7em;
	color: #42515f;
	margin-bottom: 10px;
	font-weight: bold;
}

/*イメージ*/
#voice .voiceBox .voiceIn .voiceImg {
	margin-bottom: 10px;
}
#voice .voiceBox .voiceIn .voiceImg img {
	width: 74%;
	margin: auto;
}

/*テキスト*/
#voice .voiceBox .voiceIn .tag {
	display: inline-block;
	font-family: 'ヒラギノ明朝 ProN W6', 'HiraMinProN-W6', 'HG明朝E',
		'ＭＳ Ｐ明朝', 'MS PMincho', 'MS 明朝', serif;
	color: #fff;
	background: var(--color-button-transition);
	padding: 6px 14px;
	margin-bottom: 10px;
}
#voice .voiceBox .voiceIn .voiceTxt p {
	font-size: 1.5rem;
}

/*買取地域*/
#voice .voiceBox .voiceIn .voiceTxt .from p {
	font-size: 1.4rem;
	padding: 10px 40px 10px 0;
	text-align: right;
	margin-bottom: 10px;
}
#voice .voiceBox .voiceIn .voiceTxt .from.lady {
	background: url(https://nikkoudou-kottou.com/img/top/lady.png) no-repeat right 0;
}
#voice .voiceBox .voiceIn .voiceTxt .from.men {
	background: url(https://nikkoudou-kottou.com/img/top/men.png) no-repeat right 0;
}

/*査定士の声*/
#voice .assess {
	padding: 10px 2%;
	font-size: 1.5rem;
	background: #dcd3d3;
}

/*査定士画像*/
#voice .assess .assessIcon {
	position: relative;
	margin-bottom: 10px;
}
#voice .assess .assessIcon p {
	font-family: 'ヒラギノ明朝 ProN W6', 'HiraMinProN-W6', 'HG明朝E',
		'ＭＳ Ｐ明朝', 'MS PMincho', 'MS 明朝', serif;
	padding: 0 0 1% 28%;
	font-size:1.8rem;
	color: #6c4242;
	border-bottom: 2px solid #6c4242;
}
#voice .assess .assessImg {
	position: absolute;
	bottom: 2px;
	left: 0;
}
#voice .assess .assessImg img {
	width: 40%;
	margin: 0;
}

/*地域ページの査定士の声*/
/*査定士の声*/
#chiiki-voice .assess {
	margin-top: 50px;
	padding: 10px 2%;
	font-size: 1.5rem;
	background: #dcd3d3;
}

/*査定士画像*/
#chiiki-voice .assess .assessIcon {
	position: relative;
	margin-bottom: 10px;
}
#chiiki-voice .assess .assessIcon p {
	font-family: 'ヒラギノ明朝 ProN W6', 'HiraMinProN-W6', 'HG明朝E',
		'ＭＳ Ｐ明朝', 'MS PMincho', 'MS 明朝', serif;
	padding: 0 0 1% 28%;
	font-size:1.8rem;
	color: #6c4242;
	border-bottom: 2px solid #6c4242;
}
#chiiki-voice .assess .assessImg {
	position: absolute;
	bottom: 2px;
	left: 0;
}
#chiiki-voice .assess .assessImg img {
	position:static;
	width: 40%;
	margin: 0;
}

/*タブレット調整*/
@media screen and (min-width: 599px) and (max-width: 960px) {
	#voice .voiceBox .voiceTtl {
		font-size: 2.2rem;
		font-weight: bold;
	}

	/*イメージ*/
	#voice .voiceBox .voiceIn .voiceImg img {
		width: 46%;
	}
	#voice .voiceBox .voiceIn .voiceTxt p {
		font-size: 1.6rem;
		line-height: 1.8em;
	}

	/*買取地域*/
	#voice .voiceBox .voiceIn .voiceTxt .from p {
		font-size: 1.6rem;
	}
	#voice .assess {
		padding-bottom: 20px;
	}
	#voice .assess p {
		font-size: 1.6rem;
		padding: 0 20px;
	}
	#voice .assess .assessIcon p {
		font-size: 2.2rem;
		font-weight: bold;
		padding: 10px 0 10px 18%;
	}
	#voice .assess .assessImg img {
		width: 50%;
		margin: 0;
	}

	/*地域ページの査定士の声*/
	#chiiki-voice .assess .assessIcon p {
		padding: 10px 0 10px 18%;
		font-size: 2.2rem;
		font-weight: bold;
	}
	#chiiki-voice .assess p {
		padding-left: 0;
	}
}

/*------------------------------------------
お客様の声(スライダー)
-------------------------------------------*/
.voice-box{
	padding: 40px 0 30px !important;
	background: var(--color-primary) !important;
}
.voice-box .voice__ttl{
	background: transparent !important;
	margin-bottom: 30px;
	padding: 0 !important;
	color: #fff;
	font-size: 20px;
	text-align: center;
}
.voice__swiper{
	margin-bottom: 30px;
}
.voice-box .swiper-slide{
	height: auto;
}
.voice__item{
	display: flex;
	flex-direction: column;
	justify-content: space-between;
	box-sizing: border-box;
	/* height: 100%; */
	padding: 20px;
	background: #fff;
}
.voice__item--top{
	margin-bottom: 25px;
}
.voice__img{
	position: relative;
	width: 100%;
}
.voice__img img{
	width: 100%;
	height: auto;
	aspect-ratio: 295 / 196;
	object-fit: cover;
	position: relative;
	z-index: 1;
}
.voice__tag{
	position: absolute;
	top: 10px;
	left: -8px;
	z-index: 10;
	width: fit-content;
	height: 30px;
	padding: 0 10px;
	background: var(--color-button-transition);
	color: #fff;
}
.voice__tag::after{
	display: block;
	position: absolute;
	top: 29px;
	left: 0;
	height: calc(12px / 2);
	width: 12px;
	background: var(--color-button-transition);
	clip-path: polygon(50% 0, 100% 100%, 0 100%);
	transform: rotate(45deg);
	content: '';
}
.voice__tag a{
	color: #fff;
	font-family: var(--mincho-font);
	line-height: 30px;
}
.voice__item-ttl{
	height: 30px;
	margin-bottom: 15px;
	padding-right: 10px;
	background: #D1CAB0;
	color: #0A0425;
	font-size: 16px;
	font-family: var(--mincho-font);
	line-height: 30px;
	text-align: right;
}

.voice__item-ttl a{
	color: #0A0425;
}
.voice__fukidashi-wrap--man{
	padding-left: 40px;
	background: no-repeat center left/contain url(https://nikkoudou-kottou.com/img/common/voice/men.webp);
}
.voice__fukidashi-wrap--woman{
	padding-left: 40px;
	background: no-repeat center left/contain url(https://nikkoudou-kottou.com/img/common/voice/lady.webp);
}
.voice__fukidashi-comment{
	position: relative;
	height: 30px;
	margin-bottom: 15px;
	background: #F2EEE9;
	border-radius: 30px;
	color: #42515F;
	font-size: min(3.8vw,15px);
	font-weight: bold;
	font-family: var(--mincho-font);
	line-height: 30px;
	text-align: center;
}
.voice__fukidashi-comment:before{
	display: block;
	position: absolute;
	top: calc(50% - 5px);
	left: -8px;
	height: calc(22px / 2);
	width: 12px;
	background: #F2EEE9;
	clip-path: polygon(50% 0, 100% 100%, 0 100%);
	transform: rotate(-90deg);
	content: '';
}
.voice__customer-txt{
	min-height: 138px;
	position: relative;
	font-size: 15px;
	line-height: 1.5;
}
.voice__customer-txt--attribute{
	display: block;
	margin-top: 5px;
	font-size: 13px;
	text-align: right;
}
.voice__item--bottom{
	position: relative;
}
.voice__assess-img{
	display: none;
}
.voice__assess-txt-wrapper{
	border: solid 2px #4D5263;
}
.assess-midashi{
	position: relative;
	margin: 0 5px;
	padding: 8px 0 6px clamp(80px,25%,96px);
	color: var(--color-button-transition);
	font-size: 17px;
	font-family: var(--mincho-font);
}
.assess-midashi:after{
	display: block;
	position: absolute;
	bottom: 0;
	left: 1.5%;
	z-index: 2;
	width: clamp(68px, 18%, 76px);
	height: auto;
	aspect-ratio: 56 / 52;
	background: no-repeat center / cover url(https://nikkoudou-kottou.com/img/top/assess_img04.png);
	content: '';
}
.assess-midashi-img03:after{
	background: no-repeat center / cover url(https://nikkoudou-kottou.com/img/top/assess_img03.png);
}
.assess-midashi-img01:after{
	background: no-repeat center / cover url(https://nikkoudou-kottou.com/img/top/assess_img01.png);
}
.voice__assess-txt{
	display: grid;
	grid-template-rows: 1fr;
	transition: 250ms grid-template-rows ease;
	font-size: 15px;
	line-height: 1.5;
}
.voice__assess-txt.notshow{
	grid-template-rows: 0fr;
	transition: 250ms grid-template-rows ease;
}
.voice__assess-txt > p > span{
	display: inline-block;
	min-height: 110px;
	padding: 10px 0;
	border-top: solid 2px #4D5263;
}
.swiper-voice-control{
	display: flex;
	justify-content: center;
	align-items: center;
	gap: 20px;
	margin-top: 30px;
}
.voice-button-prev,.voice-button-next{
	position: relative;
	display: block;
	width: 28px;
	height: 28px;
	background: #fff;
	border-radius: 50%;
	cursor: pointer;
}
.voice-button-prev:before,.voice-button-prev:after,.voice-button-next:before,.voice-button-next:after{
	content: "";
	position: absolute;
	width: 10px;
	height: 2px;
	border-radius: 10px;
	background-color: #4D4F5E;
}
.voice-button-prev:before,.voice-button-prev:after{
	top: 13px;
	right: 30%;
	transform-origin: calc(100% - 9px) 50%;
}
.voice-button-next:before,.voice-button-next:after{
	top: 13px;
	right: 32%;
	transform-origin: calc(100% - 1px) 50%;
}
.voice-button-prev:after, .voice-button-next:after{
	transform: rotate(-45deg);
}
.voice-button-next:before, .voice-button-prev:before{
	transform: rotate(45deg);
}
.voice-pagination{
	display: flex;
	gap: 10px;
}
.voice-box .swiper-pagination-bullet{
	display: inline-block;
	width: 10px;
	height: 10px;
	border-radius: 50%;
	background: #fff;
	cursor: pointer;
}
.voice-box .swiper-pagination-bullet-active {
	background: var(--color-primary);
	border: solid 1px #fff;
}
/* .voice-box .swiper-scrollbar{
	display: block;
	width: 240px;
    height: 10px;
	margin: 20px auto 0;
    background: #c2c2c2;
    border-radius: 10px;
	cursor: pointer;
}
.swiper-scrollbar-drag{
	height: 10px;
	border-radius: 10px;
	background: #fff;
	cursor: pointer;
} */
.voice__annotation{
	color: #fff;
	font-family: 'ヒラギノ明朝 ProN W3', 'HiraMinProN-W3', 'HG明朝E', 'ＭＳ Ｐ明朝', 'MS PMincho', 'MS 明朝', serif;
	font-size: 16px;
}

@media(max-width: 719px) {
	.voice__item--bottom {
        margin-top: -18px;
	}
	.voice__assess-txt > p{
		overflow: hidden;
	}
	.voice__assess-txt > p > span{
		display: inline-block;
		margin: 0 10px;
	}
	.assess-midashi span{
		display: block;
		position: relative;
		font-weight: bold;
	}
	.assess-midashi span:before,.assess-midashi span:after{
		display: block;
		width: 13px;
		height: 3px;
		position: absolute;
		top: 42%;
		background: var(--color-button-transition);
		content: '';
		transition: all .6s;
	}
	.assess-midashi span:before{
		right: 18px;
		transform: rotate(0deg);
	}
	.assess-midashi span:after{
		right: 25px;
		transform: rotate(0deg);
	}
	.assess-midashi.notshow span:before,.assess-midashi.notshow span:after{
		top: 45%;
		transition: all .6s;
	}
	.assess-midashi.notshow span:before{
		transform: rotate(-45deg);
	}
	.assess-midashi.notshow span:after{
		transform: rotate(45deg);
	}
}
@media screen and (min-width: 720px) and (max-width: 960px) {

	.voice__item{
		height: 100%;
		padding: 20px 20px 0;
		background: #fff;
	}
	.voice__item--top{
		display: flex;
		justify-content: space-between;
		gap: 25px;
		margin-bottom: 25px;
	}
	.voice__img{
		position: relative;
		flex: 0 0 42%;
		min-height: 12.5em;
	}
	.voice__img img{
		width: 100%;
		height: 100%;
		object-fit: cover;
	}
	.voice__item-ttl{
		padding-left: 10px;
		text-align: left;
	}
	.voice__customer-txt--attribute{
		position: absolute;
		bottom: 0;
		right: 0;
	}
	.voice__item--bottom{
		display: flex;
		justify-content: flex-end;
		position: relative;
	}
	.voice__assess-img{
		display: block;
		position: absolute;
        bottom: -1px;
        left: -30px;
        width: clamp(170px, 28%, 196px);
	}
	.assess-midashi {
        padding: 0 0 3px 0;
		margin-left: 0;
	}
	.assess-midashi:after{
		display: none;
	}
	.voice__assess-txt-wrapper{
		flex: 0 0 75%;
		margin-bottom: 20px;
		border: none;
	}
	.voice__assess-txt {
        margin: 0;
	}
}


/* =====================================

	notice

======================================= */
.kosen-notice {
	background: #fff;
	padding: 10px 0 30px;
	margin-bottom: 40px;
	margin-top: -40px;
}

.kosen-notice .inner,
.kosen-notice .inner-takuhai {
	width: 96%;
	margin: 0 auto;
	border: 2px solid #86252e;
	padding: 20px;
	box-sizing: border-box;
	font-size: 15px;
}

.kosen-notice p {
	margin-bottom: 10px;
}

.kosen-notice .inner-takuhai p {
	text-indent: -1em;
	padding-left: 1em;
}

.kosen-notice p:last-child {
	margin-bottom: 0;
}

.kosen-notice .kosen-notice-ttl {
	margin-bottom: 8px;
	font-size: 18px;
}

.kosen-notice .red {
	color: #86252e;
	font-weight: bold;
}

/*
	エリア地図
------------------------------------------*/
#areaList {
	margin-bottom: 40px;
}

#areaList .areaTxt {
	margin: 0 10px 20px;
	line-height: 1.5em;
}

#areaList .areaBox {
	background: url(https://nikkoudou-kottou.com/img/common/area_bg_sp.png), #e9e9e9;
	background-size: 70%;
	background-repeat: no-repeat;
	background-position: right bottom;
	margin: 0 10px;
	box-sizing: border-box;
	padding: 20px;
}

#areaList .region {
	margin-bottom: 1.6rem;
}

#areaList .region .regionTtl {
	font-weight: bold;
	margin-bottom: 4px;
}

#areaList .region ul {
	display: flex;
	flex-wrap: wrap;
}

#areaList .region ul li a {
	color: #5b6384;
	text-decoration: none;
}

#areaList .region ul li::after {
	content: '/';
	padding: 0 4px;
	color: #5b6384;
}

#areaList .region ul li:last-child:after {
	content: none;
}

/* =====================================

	キャンペーンモーダル

======================================= */
/* ボタン */
#bottom-campaign .campaign-btn-open {
	background: url(https://nikkoudou-kottou.com/img/common/cpbanner_icon.png) no-repeat, #3a3f4e;
	background-size: 40px;
	background-position: 89% 42px;
	position: fixed;
	bottom: 100px;
	/* bottom: 120px; */
	right: 50px;
	color: #fff;
	display: none !important;
	z-index: 99;
	padding: 16px 20px;
	text-decoration: none;
	font-size: 1.4rem;
	line-height: 1.4em;
	border-radius: 6px 6px 0 0;
}

.bottom-cam .modal-contact-btn-area {
	display: flex;
}

.bottom-cam .modal-contact-btn-area li {
	width: calc((100% - 3%) / 2);
	background: #193162;
	padding: 16px 10px;
	border-radius: 6px;
	display: flex;
	justify-content: center;
	align-items: center;
}

.bottom-cam .modal-contact-btn-area li:nth-child(1) {
	background: #af2b48;
}

.bottom-cam .modal-contact-btn-area .campaign-tel {
	margin-right: 3%;
}

.bottom-cam .modal-contact-btn-area li a {
	color: #fff;
	text-decoration: none;
	font-size: 1.4rem;
	line-height: 1.4em;
}

/* @media screen and (min-width: 430px) {
	#bottom-campaign .campaign-btn-open {
		bottom: 100px;
	}
} */

@media screen and (min-width: 768px) {
	.bottom-cam img {
		margin-bottom: 30px;
	}

@media screen and (min-width: 770px) {
	.btabNon {
		display: none !important;
	}
}
}

/*買取の流れ(price-flow)
--------------------------------------------------------*/

.price-flow__ttl {
	text-align: center;
	margin-bottom: 50px;
}

.price-flow__ttl--sub {
	font-size: 1.8rem;
	line-height: 1.5;
	position: relative;
	margin-bottom: 15px;
}

.price-flow__ttl--main {
	line-height: 1.5;
	font-size: 2.2rem;
	/* font-size: 3.2rem; */
	padding: 0 1rem;
}

.price-flow__ttl--sub::before {
	content: '';
	display: block;
	width: 52px;
	height: 50px;
	background: no-repeat center/contain url(https://nikkoudou-kottou.com/img/common/beginner_mark.webp);
	position: absolute;
	top: -1em;
	left: calc(50% - 8.7em);
}

@media screen and (min-width: 429px) {
	.price-flow__ttl--sub {
		padding-left: 2em;
	}

	.price-flow__ttl--sub::before {
		left: calc(50% - 12.2em);
	}
}

.price-flow__list {
	width: 100%;
	max-width: 380px;
	box-sizing: border-box;
	padding: 0 10px;
	margin: 0 auto;
}

.price-flow__content-wrap {
	display: flex;
	flex-direction: row-reverse;
}

.price-flow__list ol li {
	position: relative;
	margin-bottom: 56px;
}

.price-flow__list ol li:not(:last-child)::after {
	content: '';
	width: 22px;
	height: 22px;
	position: absolute;
	bottom: -27px;
	left: calc(50% - 9px);
	transform: rotate(90deg);
}

.price-flow__list ol li:first-child::after {
	background: no-repeat center/contain url(https://nikkoudou-kottou.com/img/common/flow_right-arrow_a.webp);
}

.price-flow__list ol li:nth-child(2)::after {
	background: no-repeat center/contain url(https://nikkoudou-kottou.com/img/common/flow_right-arrow_b.webp);
}

.price-flow__box {
	width: 100%;
	height: 158px;
	border-radius: 30px;
	box-sizing: border-box;
	color: #fff;
	padding: 40px 2px 10px 4px;
	position: relative;
}

.price-flow__box--first {
	background-color: #597498;
}
.price-flow__box--second {
	background-color: #29466B;
}
.price-flow__box--third {
	background-color: var(--color-primary);
}

.price-flow__list-number {
	display: flex;
	justify-content: center;
	align-items: center;
	width: 48px;
	aspect-ratio: 1 / 1;
	background: #fff;
	border: 3px solid;
	border-radius: 100%;
	font-family: var(--mincho-font);
	font-size: 2rem;
	position: absolute;
	top: -24px;
	left: calc(50% - 24px);
}

.price-flow__box--first .price-flow__list-number {
	border-color: #7b8fa8;
	color: #7b8fa8;
}

.price-flow__box--second .price-flow__list-number {
	border-color: #456c90;
	color: #456c90;
}

.price-flow__box--third .price-flow__list-number {
	border-color: #193162;
	color: #193162;
}

.price-flow__list-ttl {
	font-family: var(--mincho-font);
	font-size: 2.2rem;
	margin-bottom: 20px;
	position: relative;
	text-align: center;
}
.price-flow__list-ttl::after {
	content: '';
	width: 3.2rem;
	height: 0.3rem;
	background-color: var(--color-accent-light);
	position: absolute;
	left: calc(50% - 1.6rem);
	bottom: -1rem;
}

.price-flow__box--first .price-flow__img-wrap {
	flex: 0 0 24%;
	margin: auto;
}

.price-flow__box--second .price-flow__img-wrap,
.price-flow__box--third .price-flow__img-wrap {
	flex: 0 0 28%;
	margin: auto;
}

.price-flow__content-txt {
	flex: 0 0 13em;
	width: fit-content;
	line-height: 1.5;
	margin: 4px auto;
}

.price-flow__content-txt .txt--small {
	font-size: 1.4rem;
}

.price-flow__img-wrap {
	text-align: center;
}

.price-flow__img1 {
	width: 70px;
}

.price-flow__img2 {
	width: 51px;
}

.price-flow__img3 {
	width: 68px;
}

@media screen and (min-width: 767px) {
	.price-flow__list {
		max-width: none;
		padding: 0 20px;
	}

	.price-flow__list ol {
		display: flex;
		justify-content: space-between;
	}

	.price-flow__list ol li {
		flex: 0 0 calc(33.33% - 26px);
	}

	.price-flow__list ol li:not(:last-child)::after {
		bottom: auto;
		left: auto;
		top: calc(50% - 12px);
		right: -32px;
		transform: none;
	}

	.price-flow__box {
		height: 240px;
	}

	.price-flow__content-wrap {
		display: block;
	}

	.price-flow__content-txt {
		margin: 0 auto 12px;
	}

	.price-flow__img-wrap {
		width: fit-content;
	}

	.price-flow__img1 {
		width: 100px;
	}

	.price-flow__img2 {
		width: 72px;
	}

	.price-flow__img3 {
		width: 106px;
		margin-top: 8px;
	}

}

/*買取方法(purchase-way)
--------------------------------------------------------*/
.purchase-way {
	background-color: var(--color-primary);
	padding: 70px 0 50px;
	margin-bottom: 60px;
	position: relative;
}
.purchase-way__ttl {
	text-align: center;
	margin-bottom: 20px;
	color: #fff;
}
.purchase-way__ttl_sub {
	font-size: 1.8rem;
	margin-bottom: 10px;
}
.purchase-way__ttl_main {
	font-size: 4rem;
	line-height: 4rem;
}
.purchase-way__list {
	padding: 0 10px;
}
.purchase-way__list>ul {
	width: 100%;
	max-width: 420px;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	margin: 0 auto;
}
.purchase-way__list>ul>li:not(:nth-child(2)) {
	flex: 0 0 calc(50% - 5px);
	order: 2;
}
.purchase-way__list>ul>li:nth-child(2) {
	flex: 0 0 100%;
	order: 1;
	margin-bottom: 10px;
}
.purchase-way__list a {
	text-decoration: none;
}

.purchase-way__box {
	width: 100%;
	height: 190px;
	background: #fff;
	box-sizing: border-box;
	color: #000;
	padding: 13px 10px 10px;
	position: relative;
}
.purchase-way__box--first {
	border-color: #DE613D;
	height: 164px;
}
.purchase-way__box--second {
	height: 214px;
}
.purchase-way__box--third {
	border-color: #458E3D;
	height: 164px;
}
.purchase-way__box--txt {
	font-size: 1.6rem;
	/* padding: 10px 0 8px; */
	text-align: center;
}
.purchase-way__box--first .purchase-way__box--txt,
.purchase-way__box--third .purchase-way__box--txt {
	font-size: 1.5rem;
}
.purchase-way__box--ttl {
	display: flex;
	justify-content: center;
	align-items: center;
	font-family: var(--mincho-font);
	font-size: 2.6rem;
	/* padding: 10px 0; */
}
.purchase-way__box--first .purchase-way__box--ttl,
.purchase-way__box--third .purchase-way__box--ttl {
	font-size: 2.2rem;
	line-height: 2.2rem;
}
.purchase-way__box--ttl .arrow {
	flex: 0 0 28px;
}
.purchase-way__box--first .purchase-way__box--ttl .arrow,
.purchase-way__box--third .purchase-way__box--ttl .arrow {
	flex: 0 0 22px;
}

.car-img {
	width: 142px;
}
.deliver-img {
	width: 74px;
}
.mobile-service__wrap {
	width: 96%;
	display: flex;
	justify-content: center;
	align-items: center;
	margin: -7px auto 0;
}
.mobile-service__list {
	line-height: 1.85;
}
.mobile-service__list-txt {
	background: no-repeat left center/1.2em url(https://nikkoudou-kottou.com/img/common/check-icon_ver2.webp);
	font-size: 1.6rem;
	padding-left: 2.4rem;
}
.mobile-service__wrap .img-wrap {
	flex: 0 0 45.8%;
	margin-right: 14px;
}

@media screen and (min-width: 767px) {
	.purchase-way__ttl {
		text-align: center;
		margin-bottom: 40px;
		color: #fff;
	}
	.purchase-way__ttl_sub {
		font-size: 1.8rem;
		margin-bottom: 10px;
	}
	.purchase-way__ttl_main {
		font-size: 3.8rem;
	}
	.purchase-way__list {
		padding: 0 20px;
	}
	.purchase-way__list>ul {
		max-width: none;
		/* height: 200px; */
		display: flex;
		justify-content: space-between;
		margin: 0 auto;
	}
	.purchase-way__list>ul>li:not(:nth-child(2)) {
		order: unset;
		flex: 0 0 26%;
	}
	.purchase-way__list>ul>li:nth-child(2) {
		order: unset;
		flex: 0 0 44%;
		margin-bottom: 0;
	}
	.purchase-way__box {
		height: 100%;
	}
	.purchase-way__box--second .purchase-way-txt__item {
		margin-bottom: 12px;
		padding-bottom: 12px;
	}
	.purchase-way__box--txt {
		font-size: 1.6rem;
		text-align: center;
	}
	.purchase-way__box--ttl {
		display: flex;
		justify-content: center;
		align-items: center;
		font-family: var(--mincho-font);
		font-size: 2.4rem;
		padding: 12px 0;
	}
	.purchase-way__box--first .purchase-way__box--ttl, .purchase-way__box--third .purchase-way__box--ttl {
		font-size: 3.2rem;
		line-height: 3.2rem;
	}
	.purchase-way__box--ttl .arrow {
		flex: 0 0 28px;
	}
	.purchase-way__box img {
		margin: 0 auto;
	}
	.store-img {
		width: 136px;
	}
	.car-img {
		width: 142px;
	}
	.deliver-img {
		width: 86px;
	}
	.mobile-service__wrap {
		width: 96%;
		display: flex;
		justify-content: center;
		align-items: center;
		margin: -7px auto 0;
	}
	.mobile-service__list {
		line-height: 1.68;
	}
	.mobile-service__list-txt {
		background: no-repeat left center/1.2em url(https://nikkoudou-kottou.com/img/common/check-icon.webp);
		font-size: 1.5rem;
		padding-left: 2.4rem;
	}
	.mobile-service__wrap .img-wrap {
		flex: 0 0 41%;
		margin-right: 12px;
		padding-top: 10px;
	}
}

/*別カラー版*/
.purchase-way.ver2 {
	background: #fff;
	padding-top: 0;
}

.purchase-way.ver2 .purchase-way__box--first {
	border-color: #DE613A;
}

.purchase-way.ver2 .purchase-way__box--second {
	border-color: #193162;
}

.purchase-way.ver2 .purchase-way__box--third {
	border-color: #458E3D;
}

.purchase-way.ver2 .purchase-way__box--first .purchase-way__box--ttl {
	background: #EADAD6;
}

.purchase-way.ver2 .purchase-way__box--second .purchase-way__box--ttl {
	background: #D7DFE8;
}

.purchase-way.ver2 .purchase-way__box--third .purchase-way__box--ttl {
	background: #CEE3CC;
}

.purchase-way.ver2 .mobile-service__list-txt {
	background: no-repeat left center/1.2em url(https://nikkoudou-kottou.com/img/common/check-icon_ver2.webp);
}

/*hover*/
.purchase-way__box--second {
	position: relative;
	padding-top: 15px;
}
.purchase-way__box--txt {
	font-size: 18px;
	/* padding: 6px 0 0; */
	text-align: center;
}
.purchase-way__box--ttl {
	display: flex;
	justify-content: center;
	align-items: center;
	font-family: var(--mincho-font);
	font-size: 3.6rem;
	padding: 6px 0 0px;
	font-weight: 600;
	line-height: 3.6rem;
}
.purchase-way-circle__txt {
    margin-left: -9px;
}
.purchase-way__box img {
	margin: 0 auto;
	width: 100%;
}
.mobile-service__wrap {
	max-width: 294px;
	width: 100%;
	display: flex;
	justify-content: center;
	align-items: center;
}
.mobile-service__list {
	line-height: 1.68;
}
.mobile-service__list-txt {
	background: no-repeat left center/1.2em url(https://nikkoudou-kottou.com/img/common/check-icon_ver3.webp);
	font-size: 1.6rem;
	padding-left: 2.5rem;
}
.mobile-service__wrap .img-wrap {
	margin-right: 20px;
	/* padding-top: 10px; */
}
.purchase-way__box--first .img-wrap {
	max-width: 80px;
	width: 100%;
	height: 56px;
	margin: auto;
}
.purchase-way__box--second .img-wrap {
	max-width: 135px;
	margin: 0 22px 0 0;
}
.purchase-way__box--third .img-wrap {
	max-width: 73px;
	width: 100%;
	height: 56px;
	margin: auto;
}
.purchase-way__box--decotxt {
	font-family: var(--mincho-font);
}
.purchase-way__txtitem {
	border-bottom: 3px solid #E5D180;
	margin-bottom: 20px;
}
.purchase-way__flex {
	display: flex;
	justify-content: space-between;
	align-items: center;
	max-width: 231px;
	width: 100%;
	margin: 0 auto;
}
.purchase-way-txt__item {
	border-bottom: 3px solid var(--color-accent-light);
	margin-bottom: 12px;
	padding-bottom: 12px;
}
.purchase-way__box--second .purchase-way-txt__item {
	margin-bottom: 22px;
	padding-bottom: 13px;
}
.purchase-way-flex__box {
	display: flex;
	align-items: center;
	justify-content: space-between;
	max-width: 235px;
	width: 100%;
	margin: auto;
}
.purchase-way-circle__box {
	width: 77px;
	height: 70px;
	display: flex;
	align-items: center;
	justify-content: center;
	background-image: url(https://nikkoudou-kottou.com/img/common/treeway_deco01.webp);
	background-size: contain;
	background-repeat: no-repeat;
	color: #1F305F;
	font-family: var(--mincho-font);
	font-size: 2rem;
	letter-spacing: -0.05em;
}
.purchase-way__box:after {
	content: "";
	display: block;
	background-color: var(--color-button-transition);
	height: calc(tan(72deg) * 20.5px / 3);
	width: 21px;
	clip-path: polygon(100% 0, 0% 100%, 100% 100%);
	position: absolute;
	right: 10px;
	bottom: 10px;
}
.purchase-way:before {
	content: "";
	display: block;
	height: calc(tan(23deg) * 48% / 3);
	width: 100%;
	clip-path: polygon(100% 0, 0 0, 50% 100%);
	background-color: #fff;
	position: absolute;
	top: -0.5px;
	bottom: auto;
}

@media screen and (min-width: 768px) and (max-width: 960px) {
	.purchase-way__box--first .img-wrap {
		max-width: 80px;
		width: 100%;
		height: 56px;
		margin: auto;
	}
	.purchase-way__box--second .img-wrap {
		margin: 0 14px 0 auto;
	}
	.purchase-way__box--third .img-wrap {
		max-width: 75px;
		width: 100%;
		height: 56px;
		margin: auto;
	}
	.mobile-service__list{
		max-width: 180px;
		width: 100%;
	}
	.purchase-way__box--ttl {
		font-size: 3.2rem;
		padding: 6px 0 0px;
		line-height: 3.2rem;
	}
	.purchase-way-flex__box {
	margin: 0px auto 0 auto;
	}
	.purchase-way__box--second .purchase-way-txt__item {
		margin-bottom: 22px;
		padding-bottom: 13px;
	 }
	.purchase-way-txt__item {
		margin-bottom: 22px;
		padding-bottom: 21.5px;
 }
}

@media screen and (min-width: 960px) {
	.purchase-way__box--second .img-wrap {
		margin: 0 22px 0 0;
	}
}

/*------------------------------------------

	ワードプレス
--------------------------------------------*/
#report {
	margin-bottom: 40px;
}

#report ul {
	margin: 0 10px;
}

#report ul li {
	margin-bottom: 20px;
	border: 1px solid #ccc;
	padding: 20px 10px 22px;
}

/*コンテンツ内タイトル*/
#report ul li .reportTtl {
	background: url(https://nikkoudou-kottou.com/img/common/pt3.png);
	padding: 10px;
	display: table;
	width: 100%;
	box-sizing: border-box;
	height: 60px;
}

#report ul li .reportTtl p {
	display: table-cell;
	vertical-align: middle;
	width: 24%;
}

#report ul li .reportTtl p span {
	background-color: #ada591;
	color: #fff;
	padding: 2px 6px;
	text-align: center;
	font-size: 12px;
	display: block;
	box-sizing: border-box;
	margin-right: 10px;
}

#report ul li .reportTtl h3 {
	display: table-cell;
	vertical-align: middle;
	width: 60%;
	font-size: 15px;
	line-height: 1.6em;
}

#report .reportCon {
	margin-top: 10px;
}

#report .reportCon .reportImg {
	width: 32%;
	margin-right: 2%;
	float: left;
}

#report .reportCon .reportTxt p {
	font-size: 1.4rem;
	line-height: 1.6em;
	display: -webkit-box;
	/*テキスト表示制限*/
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 4;
	line-clamp: 4;
	overflow: hidden;
	padding-bottom: 4px;
}

#report .reportCon .reportTxt {
	position: relative;
	height: auto;
}

#report .moreBtn {
	position: absolute;
	background: #3d506b;
	font-size: 12px;
	top: 30;
	right: 0;
	padding: 4px 10px;
}

#report .moreBtn a {
	color: #fff;
	text-decoration: none;
}

@media screen and (min-width: 599px) and (max-width: 960px) {
	#report .reportCon .reportImg img {
		max-height: 100px;
		object-fit: cover;
	}
}

#report-jisseki {
	background: #fff;
	margin-bottom: 40px;
	padding: 30px 0;
}

#report-jisseki .col2-col4 {
	display: flex;
	align-items: stretch;
	flex-wrap: wrap;
	justify-content: flex-start;
	flex-direction: row;
	padding: 0 10px;
	margin: 10px 0 30px;
}
#report-jisseki .col2-col4 .data {
	border: 1px solid #4c5161;
	border-top-width: 3px;
	position: relative;
}
#report-jisseki .col2-col4>* {
	margin: 20px 15px 0 0;
	width: calc(50% - 10px);
}
#report-jisseki .col2-col4>*:nth-of-type(2n) {
	margin: 20px 0 0 0;
}
@media screen and (min-width: 599px) and (max-width: 960px) {
	#report-jisseki .col2-col4>* {
		margin: 20px 15px 0 0;
		width: calc(25% - 15px);
	}
	#report-jisseki .col2-col4>*:nth-of-type(2n) {
		margin: 20px 15px 0 0;
	}
	#report-jisseki .col2-col4>*:nth-of-type(4n) {
		margin: 20px 0 0 0;
	}
}

#report-jisseki .col2-col4 .data .img img {
	width: 100%;
}

#report-jisseki .results-list .data .spec {
	width: 100%;
	background: rgb(255 255 255 / 55%);
	padding: 10px 5px 0;
	box-sizing: border-box;
	border-bottom: 1px solid #000;
}

#report-jisseki .results-list .data .spec .writer,
#report-jisseki .results-list .data .spec .title,
#report-jisseki .results-list .data .spec .cat {
	white-space: nowrap;
	text-overflow: ellipsis;
	overflow: hidden;
}

#report-jisseki .results-list .data .spec .title {
	font-size: 12px;
}

#report-jisseki .results-list .data .spec dt {
	font-weight: bold;
}

#report-jisseki .results-list .data .spec dt,
#report-jisseki .results-list .data .spec dd {
	color: #212c55;
	font-size: 14px;
	padding: 0 0 5px;
	line-height: 1em;
}

#report-jisseki .results-list .data .spec .price {
	padding: 2px 0 5px;
	border-top: 1px dashed #000;
}

#report-jisseki .results-list .data .spec .price .sankou {
	color: #000;
	font-size: 11px;
	transform: scale(1.5);
	transform-origin: 0 0;
	margin-right: 0;
}

#report-jisseki .results-list .data .spec .price em {
	color: #882339;
	font-size: 20px;
	font-family: YuMincho, '游明朝', 'Hiragino Mincho ProN',
		'ヒラギノ明朝 ProN W3', 'MS PMincho', 'ＭＳ Ｐ明朝', 'Times New Roman',
		Meiryo, serif;
	font-style: normal;
}

#report-jisseki .results-list .data .spec .price .yen {
	color: #882339;
	font-size: 12px;
}

#report-jisseki .results-list .data .spec .posting-date {
	color: #000;
	display: flex;
	font-size: 11px;
	padding: 0 0 3px;
}

#report-jisseki .results-list .btn {
	height: 29px;
	line-height: 30px;
	background: #212c55;
	color: #fff;
	text-decoration: none;
	text-align: center;
	display: block;
	position: relative;
	padding-right: 7%;
	letter-spacing: 0.2em;
	font-size: 12px;
}

#report-jisseki .results-list .btn:after {
	content: '';
	display: block;
	border: 8px solid #fff;
	border-top: 5px solid transparent;
	border-bottom: 5px solid transparent;
	border-right: none;
	position: absolute;
	top: 52%;
	right: 5%;
	margin-top: -5px;
}

#report-jisseki .alert {
	color: #882339;
	font-size: 12px;
	padding: 20px 10px 0;
}

#report-jisseki .blog_link {
	margin: 20px 0 20px;
}

#report-jisseki .blog_link p {
	text-align: center;
	font-size: 13px;
}

#report-jisseki .blog_link .btn {
	background: url(https://nikkoudou-kottou.com/img/common/arrow.png) no-repeat, #3b4061;
	background-position: 660px center;
	width: 90%;
	padding: 14px 0;
	border-radius: 6px;
	margin: 10px auto 0;
	text-align: center;
}

#report-jisseki .blog_link .btn a {
	display: block;
	color: #fff;
	text-decoration: none;
}

/* 買取種別
---------------------------------------------------------- */
.results-list .data .type {
	position: absolute;
	top: calc(1em - 10px);
	right: 4px;
	color: #fff;
	width: -moz-fit-content;
	width: fit-content;
	background: #212c55;
	padding: 2px 1.2em;
	font-size: 12px;
}
.results-list .data .type a {
	color: #fff;
	text-decoration: none;
}
@media screen and (max-width: 374px) {
	.results-list .data .type {
		top: calc(1em - 14px);
	}
}
@media screen and (min-width: 375px) {
	.results-list .data .type {
		font-size: 14px;
	}
}

/* =====================================
	初めてのお客様へ
======================================= */

/* MV
---------------------------------------------------------- */
#keyvisuaG {
	margin-bottom: 40px;
}

/* 初めてのお客様へ
---------------------------------------------------------- */
#guide-con {
	margin-bottom: 40px;
}
#guide-con picture {
	width: 100%;
}
#guide-con picture img {
	margin: 0 auto;
	margin-bottom: 10px;
}
#guide-con .txt {
	padding: 0 4%;
}

/* メニュー
---------------------------------------------------------- */
#guide-menu {
	margin-bottom: 40px;
}

#guide-menu ul {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-around;
	align-items: center;

	max-width: 400px;
	margin: 0 auto;
	height: 150px;
}
#guide-menu ul li {
	border-bottom: solid 2px #4d5263;
	width: 45%;
	max-width: 180px;
}
#guide-menu ul li a {
	text-decoration: none;
	color: #46597d;
}
#guide-menu ul li a::before {
	content: '';
	display: inline-block;
	width: 11px;
	height: 11px;
	margin-right: 10px;
	background-image: url(https://nikkoudou-kottou.com/img/common/arrow_right.svg);
	background-size: contain;
	vertical-align: middle;
}

@media screen and (min-width: 599px) and (max-width: 1199px) {
	#guide-menu ul {
		max-width: 890px;
		height: 100px;
	}
	#guide-menu ul li {
		width: 30%;
		max-width: 250px;
		font-size: 18px;
	}
}

/* 3つの理由
---------------------------------------------------------- */

#guide-reason {
	margin-bottom: 40px;
}

#guide-reason .guide-rason-main li {
	width: 90%;
	margin: 0 auto;
	background-color: #f7f6ed;
	margin-bottom: 20px;
}

#guide-reason .guide-rason-main li div {
	padding: 20px;
}

#guide-reason .guide-rason-main li h3 {
	display: flex;
	align-items: center;
	font-size: 18px;
	color: #4d5263;
	font-family: 'ヒラギノ明朝 ProN W6', 'HiraMinProN-W6', 'HG明朝E',
		'ＭＳ Ｐ明朝', 'MS PMincho', 'MS 明朝', serif;
	margin: 15px 0 30px 0;
}

#guide-reason .guide-rason-main li h3::before {
	font-size: 28px;
	border-right: solid 1px #4d5263;
	margin-right: 10px;
	background-size: contain;
	vertical-align: middle;
	padding: 4px 10px 4px 0;
}

#guide-reason .guide-rason-main li:nth-child(1) h3::before {
	content: '01';
}

#guide-reason .guide-rason-main li:nth-child(2) h3::before {
	content: '02';
}

#guide-reason .guide-rason-main li:nth-child(3) h3::before {
	content: '03';
	margin-right: 0;
}

#guide-reason .guide-rason-main li:nth-child(4) h3::before {
	content: '04';
}

#guide-reason .guide-rason-main li:nth-child(5) h3::before {
	content: '05';
}

@media screen and (max-width:598px){
	#guide-reason .guide-rason-main li h3{
		flex-direction: column;
		margin: 10px 0 30px 0;
	}
	#guide-reason .guide-rason-main li h3::before {
		font-size: 32px;
		border-right: none;
		border-bottom: solid 1px #4d5263;
		margin-right: 0;
		margin-bottom: 10px;
		padding: 0 8px 10px 8px;
	}
}
@media screen and (min-width: 360px) and (max-width: 598px) {
	#guide-reason .guide-rason-main li h3{
		white-space: nowrap;
	}
}

#guide-reason .guide-reason-icon {
	width: 90%;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-around;
	align-content: space-between;
	align-items: center;
	gap: 5px;
	margin: 0 auto;
}

#guide-reason .guide-reason-icon li {
	width: 24%;
	background-color: #f7f6ed;
	padding: 10px 0 0 0;
	position: relative;
	z-index: -1;
	overflow: hidden;
}

#guide-reason .guide-reason-icon li::before {
	content: '';
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	height: 75%;
	z-index: -2;
	background-color: #d9d9d9;
	transform: skewY(-30deg);
	transform-origin: bottom right;
}
@media screen and (max-width:598px){
	#guide-reason .guide-reason-icon li {
		width: 48%;
	}
}

#guide-reason .guide-reason-icon li div {
	height: 60px;
}

#guide-reason .guide-reason-icon li img {
	margin-bottom: 10px;
}

#guide-reason .guide-reason-icon li:nth-child(1) img {
	width: 50px;
}

#guide-reason .guide-reason-icon li:nth-child(2) img {
	width: 53px;
}

#guide-reason .guide-reason-icon li:nth-child(3) img {
	width: 52px;
}

#guide-reason .guide-reason-icon li:nth-child(4) img {
	width: 57px;
}

#guide-reason .guide-reason-icon li:nth-child(5) img {
	width: 52px;
}

#guide-reason .guide-reason-icon p {
	font-size: 16px;
	color: #4d5263;
	font-weight: bold;
	text-align: center;
	padding-bottom: 10px;
}

@media screen and (min-width: 740px) and (max-width: 1199px) {
	#guide-reason .guide-rason-main li {
		display: flex;
		min-height: 270px;
	}

	#guide-reason .guide-rason-main li:nth-child(even) {
		flex-direction: row-reverse;
	}

	#guide-reason .guide-rason-main li img {
		width: 40%;
		object-fit: cover;
	}

	#guide-reason .guide-reason-icon {
		height: 130px;
	}

	/* #guide-reason .guide-reason-icon {
    display: flex;
    justify-content: space-around;
    align-items: center;

    max-width: 700px;
    height: 90px;
    margin: 0 auto;
  }
  #guide-reason .guide-reason-icon li {
    width: 200px;
    height: 90px;

    display: flex;
    justify-content: space-around;
    align-items: center;
  }
  #guide-reason .guide-reason-icon li::before {
    transform: skewY(-15deg);
  }
  #guide-reason .guide-reason-icon li:nth-child(1) img {
    width: 62px;
    margin: 0 auto;
    margin-left: 10px;
  }
  #guide-reason .guide-reason-icon li:nth-child(2) img {
    width: 55px;
    margin: 0 auto;
    margin-left: 10px;
  }
  #guide-reason .guide-reason-icon li:nth-child(3) img {
    width: 58px;
    margin: 0 auto;
    margin-left: 10px;
  }
  #guide-reason .guide-reason-icon p {
    margin-right: 10px;
  } */
}

/* よくある質問
---------------------------------------------------------- */
.qa-con {
	background: #fff;
	margin-bottom: 40px;
	padding: 30px 0;
}

.qa-con .ttl {
	width: 97%;
	background: url(https://nikkoudou-kottou.com/img/common/question.svg) 130% center / 50% no-repeat,
		#4d5263;
	font-family: 'Noto Serif JP', serif;
	text-align: center;
	color: #fff;
	font-size: 2.4rem;
	padding: 20px 0;
	margin: 0 auto;
	line-height: 1.6em;
}

.qa-con .qa-box {
	width: 97%;
	margin: 0 auto;
	padding: 20px 0;
	box-sizing: border-box;
	border-left: 2px solid #d1d2d3;
	border-right: 2px solid #d1d2d3;
	border-bottom: 2px solid #d1d2d3;
}

.qa-con .qa-box dl {
	padding: 14px 2%;
}

.qa-con .qa-box dl:nth-of-type(even) {
	background: #f3f3f3;
}

.qa-con .qa-box dl dt {
	color: #647892;
	font-size: 1.5rem;
	min-height: 50px;
	font-weight: bold;
	padding-left: 50px;
	margin-bottom: 10px;
	border-bottom: 2px solid #7b8fa8;
	display: flex;
	align-items: center;
	line-height: 1.8rem;
	background: url(https://nikkoudou-kottou.com/img/common/qa_q.svg) 2% center / 28px 28px no-repeat;
}

.qa-con .qa-box dl dd {
	padding: 0 20px 0 40px;
	min-height: 46px;
	margin: 10px 0 10px 0;
	background: url(https://nikkoudou-kottou.com/img/common/qa_a.svg) 3% 2px / 17px 17px no-repeat;
}

.qa-con .qa-box dl dd p {
	font-size: 1.5rem;
	line-height: 1.7em;
	border-left: 1px dashed #7b8fa8;
	padding-left: 10px;
}

/*　タブレット用　*/
@media screen and (min-width: 599px) and (max-width: 960px) {
	.qa-con .ttl {
		padding: 30px 0;
		background-position: 110% center;
		background-size: 28%;
	}

	.qa-con .ttl br {
		display: none;
	}

	.qa-con .qa-box dl dt {
		padding-left: 8%;
	}

	.qa-con .qa-box dl dd p {
		margin-left: 1.4%;
	}
}

/* ご本人確認書・クーリングオフ　背景
---------------------------------------------------------- */
.guide-contact {
	margin-bottom: 40px;
}

/* ご本人確認書類
---------------------------------------------------------- */
.flow__attention {
	width: 90%;
	margin: 0 auto;
	border: 2px solid #adacb2;
	margin-bottom: 20px;
	margin-top: 20px;
}

.flow__attention-box {
	padding: 1em;
}

.attention__ttl {
	font-weight: bold;
	border-bottom: 1px solid#ADACB2;
	padding-bottom: 10px;
}

.attention__txt {
	padding-top: 10px;
}

/* クーリングオフについて
---------------------------------------------------------- */

.guide-cooling {
	width: 90%;
	border: 2px solid #456c90;
	margin: 0 auto;
}

.guide-cooling h2 {
	font-size: 20px;
	color: #fff;
	text-align: center;

	padding: 10px 0;
	background-color: #456c90;
}

.guide-cooling p {
	padding: 20px;
}

/* 遺品買取バナー
---------------------------------------------------------- */

#guide-ihin {
	margin-bottom: 40px;
}

/* お客様の声
---------------------------------------------------------- */

#guide-voice {
	margin-bottom: 40px;
}

#guide-voice ul li {
	background-color: #f8f8f7;
	padding-bottom: 20px;

	max-width: 600px;
	margin: 0 auto;
	margin-bottom: 20px;
}

#guide-voice ul .m-non {
	margin-bottom: 0;
}

#guide-voice ul li .guide-voice-flex {
	display: flex;
	justify-content: center;
	align-items: center;
	background-color: #ebebeb;
}

#guide-voice ul li .guide-voice-flex img {
	width: 100px;
	margin: 0;
}

#guide-voice ul li .guide-voice-flex .guide-voice-cust {
	font-size: 18px;
	color: #46597d;
	font-family: 'ヒラギノ明朝 ProN W6', 'HiraMinProN-W6', 'HG明朝E',
		'ＭＳ Ｐ明朝', 'MS PMincho', 'MS 明朝', serif;

	display: inline;
}

#guide-voice ul li p {
	padding: 10px 15px 0 15px;
	max-width: 500px;
	margin: 0 auto;
	margin-bottom: 40px;
}

#guide-voice .nikkoudo-voice {
	width: 80%;
	margin: 0 auto;
	padding: 10px;
	border: solid 2px #456c90;
}

#guide-voice ul li .guide-voice-flex2 {
	display: flex;
	justify-content: center;
	align-items: center;

	border-bottom: solid 2px #456c90;
	width: 90%;
	max-width: 300px;
	margin: 0 auto;

	position: relative;
}

#guide-voice ul li .guide-voice-flex2 img {
	width: 80px;
	position: absolute;
	bottom: -2px;
	left: 0px;
}

#guide-voice .nikkoudo-voice h3 {
	color: #46597d;
	font-family: 'ヒラギノ明朝 ProN W6', 'HiraMinProN-W6', 'HG明朝E',
		'ＭＳ Ｐ明朝', 'MS PMincho', 'MS 明朝', serif;
	text-align: center;

	margin-left: 60px;
}

#guide-voice .nikkoudo-voice p {
	margin-bottom: 0;
	padding: 10px;
}

@media screen and (min-width: 599px) and (max-width: 960px) {
	#guide-voice .nikkoudo-voice {
		width: 90%;
		max-width: 550px;
	}

	#guide-voice .nikkoudo-voice p {
		max-width: 550px;
	}
}

/* 本人確認書類　上マージン消し
---------------------------------------------------------- */
.guide .contact {
	margin-bottom: 0;
}

/*------------------------------------------

	SEOコンテンツ knowledge

--------------------------------------------*/
.knowledge{
	margin-bottom: 40px;
}
.knowledge *{
	box-sizing: border-box;
}
.knowledge__ttl{
	display: flex;
	flex-direction: column;
	align-items: center;
	margin-bottom: 20px;
	line-height: 1.5;
}
.knowledge__ttl--small{
	display: flex;
	justify-content: center;
	align-items: center;
	width: 100%;
	font-size: 1.8rem;
}
.knowledge__ttl--small > span{
	display: block;
	width: fit-content;
	white-space: nowrap;
}
.knowledge__ttl--small:before,.knowledge__ttl--small:after{
	display: inline-block;
	width: inherit;
	height: 1px;
	background: #333;
	content: '';
}
.knowledge__ttl--small:before{
	margin: auto 3% auto 0;
}
.knowledge__ttl--small:after{
	margin: auto 0 auto 3%;
}
.knowledge__ttl--large{
	font-size: 2.4rem;
}
.knowledge-item{
	width: calc(100% - 20px);
	max-width: 850px;
	margin: 0 auto 20px;
	padding-bottom: 10px;
	transition: all .6s;

	ul{
		margin: 10px;
	}
}
.knowledge-item:nth-child(odd){
	background: #41586D;
}
.knowledge-item:nth-child(even){
	background: #3F485F;
}
.knowledge-item__ttl{
	display: flex;
	justify-content: space-between;
	align-items: center;
	width: 100%;
	height: 60px;
	padding: 0 20px;
}
.knowledge-item__ttl-txt{
	width: 100%;
	color: #fff;
	font-size: 2.2rem;
	transform: scale(1);
	transform-origin: 0 50%;
	transition: all .6s;
}
.knowledge-item__ttl .arrow{
	display: block;
	width: 16px;
	height: 15px;
	border-right: solid 3px #fff;
	border-bottom: solid 3px #fff;
	transform: rotate(225deg);
	transform-origin: 50% 75%;
	transition: all .6s;
	margin-top: -5px;
}
.knowledge-item__content{
	display: grid;
	grid-template-rows: 1fr;
	transition: .6s grid-template-rows ease;
	margin: 0 10px;
	background: #fff;
	border-radius: 20px;
}
.knowledge-item__content-inner{
	overflow: hidden;
}
.knowledge-item__content-head{
	display: flex;
	align-items: center;
	min-height: 45px;
	position: relative;
	margin: 10px;
	padding-left: 36px;
	border-bottom: solid 3px #ACACAC;
	font-size: clamp(1.6rem,5.15vw,2.0rem);
	line-height: 1.05;

	.content-head--small{
		display: block;
		margin-right: 5px;
		font-size: 70%;
	}
}
.knowledge-item__content-head:before,.knowledge-item__content-head:after{
	display: block;
	width: 12px;
	height: 12px;
	position: absolute;
	content: '';
}
.knowledge-item__content-head:before{
	top: 8px;
	left: 0;
	background: #ACACAC;
}
.knowledge-item__content-head:after{
	top: 20px;
	left: 12px;
	background: #8D8974;
}
.knowledge-item__flex .knowledge-item__img{
	max-width: 200px;
	margin: 0 auto 20px;
}
.knowledge-item__img img{
	width: auto;
	margin: 0 auto;
}
.knowledge-item__img--full{
	width: calc(100% - 20px);
	margin: 10px auto;
}
.knowledge-item__img--full img{
	width: 100%;
	height: auto;
	aspect-ratio: 7 / 2;
	object-fit: cover;
}
.knowledge-item__content-txt{
	margin: 10px;
}
.knowledge__table{
	width: calc(100% - 20px);
	margin: 0 10px 20px;

	th{
		padding: 4px;
		background: var(--color-neutral-light);
		color: var(--color-txt);
		font-size: 16px;
	}
	td{
		padding: 2px 5px;
		font-size: 15px;
		text-align: left;
	}
}
.knowledge-item__ps{
	margin: 10px 20px;

	dt{
		margin-bottom: 5px;
		padding: 5px;
		background: var(--color-neutral-lighter);
		font-weight: bold;
	}
	dd{
		margin-bottom: 20px;
	}
}
.knowledge-item__list{
	display: flex;
	flex-direction: column;
	gap: 10px;
	width: calc(100% - 20px);
	margin: 0 auto 10px;

	li{
		background: var(--color-neutral-lighter);

		p{
			padding: 9px 10px 7px 36px;
			background: no-repeat 10px center/20px url(https://nikkoudou-kottou.com/img/common/list-icon.webp);
			font-weight: bold;
		}
	}
}
.knowledge .us-list-box {
	margin: 10px;
}
.knowledge-item__content-txt .marker {
	padding-bottom: 3px;
    background: linear-gradient(transparent 50%, #FFEABE 50%);
}
.knowledge-item.notshow{
	padding-bottom: 0;
	transition: all .6s;
}
.knowledge-item__content.notshow{
	grid-template-rows: 0fr;
	padding: 0;
	transition: all .6s;
}
.knowledge-item__ttl.notshow .arrow{
	transform: rotate(45deg);
	transform-origin: 50% 25%;
	transition: all .6s;
}
.knowledge-item__ttl.notshow .knowledge-item__ttl-txt{
	transform: scale(.8181);
	transform-origin: 0 50%;
	transition: all .6s;
}
.knowledge__btn{
	width: 90%;
	max-width: 380px;
	margin: 0 auto 20px;

	a{
		display: flex;
		justify-content: center;
		align-items: center;
		width: 100%;
		max-width: 380px;
		height: 46px;
		border-radius: 10px;
		background: var(--color-secondary);
		color: var(--color-neutral-white);
		text-decoration: none;
	}
}
@media screen and (min-width: 599px) {
	.knowledge-item {
		padding-bottom: 20px;
	}
	.knowledge-item__ttl {
		padding: 0 40px;
	}
	.knowledge-item__content{
		margin: 0 20px;
	}
	.knowledge-item__content-head{
	margin: 20px 20px 10px;
	}
	.knowledge-item__img--full{
	width: calc(100% - 40px);
	margin: 20px auto;
	}
	.knowledge-item__flex{
		display: flex;
		width: calc(100% - 30px);
		margin: 0 10px 20px auto;

		.knowledge-item__content-txt{
		margin: 0 20px;
		}
	}
	.knowledge-item__flex .knowledge-item__img{
		flex: 0 0 200px;
		margin: 0 auto;
	}
	.knowledge-item__content-txt{
		margin: 10px 20px;
	}
	.knowledge .us-list-box {
		margin: 10px 20px;
	}
	.knowledge__table{
		width: calc(100% - 40px);
		margin: 0 20px 20px;
	}
}

/*--------------------------------------

【WP】買取実績

---------------------------------------*/
#result-report.new-result {
	background-color: #0A0425;
	margin-top: 40px;
	padding: 30px 0;
	color: #fff;
	overflow: hidden;
	.result-report__ttl {
		margin: 0 30px 30px 0;
		padding: 0 10px 4px;
		font-weight: 400;
		font-family: 'ヒラギノ明朝 ProN W3', 'HiraMinProN-W3', 'HG明朝E', 'ＭＳ Ｐ明朝', 'MS PMincho', 'MS 明朝', serif;
		border-bottom: 1px solid #fff;
		font-size: 2.4rem;
		line-height: 1.4em;
		span {
			display: block;
		}
	}
}
.result-report__swiper {
	position: relative;
	margin-bottom: 30px;
	.swiper-pagination {
		text-align: center;
	}
}
.result-report__box {
	margin-bottom: 10px;
}
.report-box__inner {
	color: #fff;
	text-decoration: none;
	.report-box__img {
		position: relative;
		margin-bottom: 10px;
		height: 230px;
		img {
			object-fit: cover;
			width: 100%;
			height: 100%;
			border-radius: 10px;
		}
		&::before {
			position: absolute;
			content: url(https://nikkoudou-kottou.com/img/common/result-report_icon.svg);
			display: inline-block;
			width: 20px;
			height: 20px;
			top: 12px;
			right: 12px;
		}
	}
}
.report-box__info {
	padding: 0 6px;
	.report-box__date {
		font-size: 1.3rem;
	}
	.report-box__category {
		font-size: 1.5rem;
	}
	.report-box__name {
		font-size: 1.4rem;
	}
	.report-box__ttl {
		font-size: 1.4rem;
	}
	.report-box__price {
		padding-top: 5px;
		text-align: right;
		font-size: 1.2rem;
		.price-num {
			padding-left: 6px;
			font-size: 2rem;
			font-weight: bold;
		}
	}
}
.result-report__link {
	text-align: center;
	.report-link__btn {
		display: inline-block;
		margin-bottom: 10px;
		padding: 0.7em 0;
		width: 80%;
		background: var(--color-secondary);
		color: #fff;
		font-size: 16px;
		border: 1px solid rgba(255, 255, 255, 0.45);
		text-decoration: none;
	}
	.report-link__txt {
		padding: 0 20px;
		font-size: 1.2rem;
		text-align: left;
	}
}

.result-report__control {/* コントロール */
	position: relative;
	display: flex;
	margin-top: 40px;
	align-items: center;
	justify-content: center;
	gap: 20px;
	height: 36px;

.swiper-button-next {
	position: absolute;
	right: 0;
	width: 40px;
	height: 36px;
	background: #fff;
	bottom: 0;
	border-radius: 60px 0px 0px 60px;
	.swiper-button-button__in {
	&::before,
	&::after {
		right: -20px;
		transform-origin: calc(100% - 1px) 50%;
	}
	}
}
.swiper-button-prev {
	position: absolute;
	left: 0;
	width: 40px;
	height: 36px;
	background: #fff;
	bottom: 0;
	border-radius: 0px 60px 60px 0px;
	.swiper-button-button__in {
	&::before,
	&::after {
		right: -16px;
		transform-origin: 1px 50%;
	}
	}
}
.swiper-button-button__in {
	position: relative;
	display: inline-block;
	width: 7.7px;
	height: 13.3px;
	&::before,
	&::after {
		content: "";
		position: absolute;
		top: 13px;
		width: 10px;
		height: 2px;
		border-radius: 9999px;
		background-color: #000000;
	}
	&::before {
		transform: rotate(45deg);
	}
	&::after {
		transform: rotate(-45deg);
	}
}

/* ここから再生・一時停止装飾 */
.swiper-autoplay-toggle {
	width: 28px;
	height: 28px;
	background: #fff;
	border-radius: 50%;
	border: none;
	cursor: pointer;
	position: relative;
	display: inline-block;
}
/* 共通装飾 */
.swiper-autoplay-toggle::before,
.swiper-autoplay-toggle::after {
	content: '';
	position: absolute;
	top: 0;
	bottom: 0;
	margin: auto;
	/* transition: all 0.3s ease; */
}
/* ▶ 再生マーク（is-paused） */
.swiper-autoplay-toggle.is-paused::before {
	left: 10px;
	border-style: solid;
	border-width: 7px 0 7px 10px; /* 高さ: 14px, 幅: 10px */
	border-color: transparent transparent transparent #0A0425;
	height: 0;
	width: 0;
}
.swiper-autoplay-toggle.is-paused::after {
	content: none;
}
/* ⏸ 一時停止マーク（is-playing） */
.swiper-autoplay-toggle.is-playing::before {
	left: 9px;
	width: 3px;
	height: 16px;
	background: #0A0425;
}
.swiper-autoplay-toggle.is-playing::after {
	left: 16px;
	width: 3px;
	height: 16px;
	background: #0A0425;
}

@media screen and (min-width: 768px) {
	.result-report__control {
		display: flex;
		justify-content: center;
		align-items: center;
		gap: 20px;
		margin-top: 50px;
	}
	.result-report__link {
	.report-link__txt {
		text-align: center;
	}
	}
	.result-report__control .swiper-pagination-bullet{
		display: inline-block;
		width: 11px;
		height: 11px;
		border-radius: 50%;
		cursor: pointer;
		margin: 0 4px;
	}
	.result-report__control .swiper-pagination-bullet:not(.swiper-pagination-bullet-active){
		background: #fff;
	}
	.result-report__control .swiper-pagination-bullet-active{
		background: #0A0425;
		border: 1px solid #fff;
	}
}
}

	/* 記事が3記事以下の時 */
	.result-report__box.is-static > .report-box__list {
			width: 90%;
			justify-content: center;
			gap: 25px;
			margin: 0 auto;
	}
	.result-report__box.is-static > .report-box__list a {
    max-width: 250px;
    width: 100%;
		margin: 0 auto;
}


/*
	campaign-modal
------------------------- */
.area__top-campaign {
	.campaign.area_only {
	margin-top: 0;
	}
}
.campaign.area_only {
	margin-top: -1rem;
}
body.modal-open,
body.modal-open2 {
	position: fixed;
	top: var(--scroll-y);
	width: 100%;
	overflow: hidden;
}
.campaign__modal-open,
.campaign__modal-open2 {
	border: none;
	padding: 0;
	background-color: transparent;
}
.campaign__modal,
.campaign__modal2 {
	display: none;
	position: fixed;
	top: 0; left: 0;
	width: 100%; height: 100%;
	background-color: rgba(0, 0, 0, 0.5);
	justify-content: center;
	align-items: center;
	z-index: 1000;

	.campaign__modal-container {
		position: relative;
		background: #fff;
		max-width: 85vw;
		max-height: 80vh;
		padding: 10px 1.5rem 40px;
		overflow-y: auto;

		.campaign__modal-close,
		.campaign__modal2-close {
			position: sticky;
			display: flex;
			align-items: center;
			justify-content: center;
			top: 0;
			right: 0;
			width: 30px;
			height: 30px;
			margin: 0 0 0 auto;
			background: rgba(23, 46, 76, 0.80);
			font-size: 2rem;
			color: #fff;
			cursor: pointer;
		}
		.campaign__img img {
			margin-bottom: 20px;
		}
	}
	.campaign__modal-txtbox{
		padding: 2rem 1.5rem;
		border: 2px solid var(--color-secondary);
		border-radius: 10px;
		.campaign__modal-title {
			margin-bottom: 10px;
			color: var(--color-secondary);
			font-size: 1.8rem;
			font-weight: bold;
		}
		.campaign__modal-txt {
			margin-bottom: 10px;
			font-weight: bold;
		}
		.campaign__modal-subtxt {
			margin-top: 10px;
			font-weight: bold;
			font-size: 1.4rem;
		}
		.campaign__modal-list {
			font-size: 1.4rem;
			li {
				text-indent: -1em;
				padding-left: 1em;
				&::before {
					content: '・';
				}
			}
		}
	}
	/* モーダル用contact */
	.modal-contact {
		margin-top: 20px;
		text-align: center;
	}
	.modal-contact a {
		display: block;
		border-radius: 60px;
		text-decoration: none;
		color: #fff;
	}
	/* 電話ボタン */
	.modal-contact__telbox {
		margin-bottom: 20px;
		.modal-contact__telbtn {
			background-color: var(--color-ruby);
			box-shadow: 5px 5px 6px #ccc, -5px -5px 6px #f4f4f4;
			font-family: var(--tel-font);
			padding: 1.2rem 0 1.6rem;
			margin-bottom: 6px;
		}
		.modal-contact__maintxt {
			font-size: 3.6rem;
			&::before {
			content: '';
			display: inline-block;
			margin-right: 0.2em;
			width: 1em;
			height: 0.6em;
			background: url(https://nikkoudou-kottou.com/img/common/tel_icon_white.svg) no-repeat center / contain;
			}
		}
		.modal-contact__subtxt {
			margin-bottom: 10px;
		}
		.modal-contact__btn-inner {
			position: relative;
			&::after {
			position: absolute;
			content: '';
			background: url(https://nikkoudou-kottou.com/img/common/arrow_right_w.svg) center / contain no-repeat;
			width: 1em;
			height: 1em;
			top: 44%;
			right: 1.2em;
			}
		}
		.modal-contact__time {
			font-size: 1.4rem;
		}
	}
	.para__telbtn {
		.modal-contact__maintxt{
		font-size: 1.8rem;
		font-weight: bold;
		padding-top: 6px;
		}
	}
	/* メールボタン */
	.modal-contact__mailbox {
		position: relative;
		.modal-contact__telbtn{

			background-color: var(--color-button-transition);
			padding: 2rem 0;
			font-size: 1.6rem;
			font-weight: bold;
			p {
			background: no-repeat 35% center / 25px url(https://nikkoudou-kottou.com/img/referral/icon_mail.webp);
			padding-left: 10%;
			}
		}
		&::after {
			position: absolute;
			content: '';
			background: url(https://nikkoudou-kottou.com/img/common/arrow_right_w.svg) center / contain no-repeat;
			width: 1em;
			height: 1em;
			top: 38%;
			right: 1.2em;
		}
	}
}

/* =====================================
　　　〇〇に関するコラム .top-column
======================================= */
.top-column a{
	text-decoration: none;
}
.top-column__container{
	padding: 40px 0;
	margin-bottom: 40px;
	background: var(--color-primary);
}
.top-column__ttl{
	margin-bottom: 10px;
	color: var(--color-neutral-white);
	font-size: 2.4rem;
	text-align: center;
}
.top-column__img img{
	width: 100%;
	height: auto;
	aspect-ratio: 1 / 1;
	object-fit: cover;
}
.top-column__img{
	overflow: hidden;
	margin-bottom: 5px;
}
.top-column__txt{
	width: fit-content;
	margin: 0 auto 20px;
	padding: 0 10px;
	color: var(--color-neutral-white);
	font-size: 1.6rem;
}
.top-column__swiper{
	margin-bottom: 20px;
}
.top-column__item-txt{
	color: var(--color-neutral-white);
	font-size: 1.4rem;
	line-height: 1.35;
}
.swiper-top-column-control{
	display: flex;
	justify-content: center;
	align-items: center;
	gap: 20px;
	margin-top: 10px;
}
.top-column-button-prev,.top-column-button-next{
	position: relative;
	display: block;
	width: 28px;
	height: 28px;
	background: var(--color-neutral-white);
	border-radius: 50%;
	cursor: pointer;
}
.top-column-button-prev:before,.top-column-button-prev:after,.top-column-button-next:before,.top-column-button-next:after{
	content: "";
	position: absolute;
	width: 10px;
	height: 2px;
	border-radius: 10px;
	background-color: var(--color-primary);
}
.top-column-button-prev:before,.top-column-button-prev:after{
	top: 13px;
	right: 30%;
	transform-origin: calc(100% - 9px) 50%;
}
.top-column-button-next:before,.top-column-button-next:after{
	top: 13px;
	right: 32%;
	transform-origin: calc(100% - 1px) 50%;
}
.top-column-button-prev:after, .top-column-button-next:after{
	transform: rotate(-45deg);
}
.top-column-button-next:before, .top-column-button-prev:before{
	transform: rotate(45deg);
}
.top-column-pagination{
	display: flex;
	gap: 10px;
}
.top-column .swiper-pagination-bullet{
	display: inline-block;
	width: 10px;
	height: 10px;
	border-radius: 50%;
	background: var(--color-neutral-white);
	cursor: pointer;
}
.top-column .swiper-pagination-bullet-active {
	background: var(--color-primary);
	border: solid 1px var(--color-neutral-white);
}
.column-link__btn{
		display: block;
		width: 80%;
		padding: 0.7em 0;
		margin: 0 auto;
		border: 1px solid rgba(255, 255, 255, 0.45);
		background: var(--color-secondary);
		color: var(--color-neutral-white);
		font-size: 1.6rem;
		text-align: center;
}

/*-----------------------------
	日晃堂の店頭買取
------------------------------*/
.tentou{
	margin-bottom: 40px;
	background: var(--color-neutral-white);
}
.tentou, .tentou *{
	box-sizing: border-box;
}
.tentou__ttl {
	display: flex;
	justify-content: center;
	align-items: center;
	width: 100%;
	margin-bottom: 20px;
	border-radius: 6px 6px 0 0;
	text-align: center;
}
.tentou__ttl-txt {
	width: 11em;
	color: var(--color-primary-dark);
	font-size: 24px;
}
.tentou__ttl:before, .tentou__ttl:after {
	display: inline-block;
	width: calc(50% - 5.5em);
	height: 1px;
	margin: auto 0;
	background: #0A0425;
	content: '';
}
.tentou__content{
	margin: 0 15px;
}
.tentou__txt{
	width: fit-content;
	margin: 0 auto 10px;
}
.tentou__txt--attention{
	width: fit-content;
	margin: 0 auto 20px;
	font-size: 14px;
}
.tentouList{
	display: flex;
	flex-direction: column;
	gap: 15px;
	max-width: 480px;
	margin: 0 auto 20px;
}
.tentouList__link{
	display: flex;
	align-items: center;
	gap: min(5.2vw,20px);
	position: relative;
	width: 100%;
	height: 100px;
	padding-right: 40px;
	border-right: 15px solid #fff;
	border-image: linear-gradient(to bottom, #B4B4B4 0%, #4A5C63 100%) 1;
	border-radius: 6px 0 0 6px;
	box-shadow: -3px 3px 8px rgba(0, 0, 0, 0.25);
	color: var(--color-txt);
	text-decoration: none;
}
.tentouList__link:before, .tentouList__link:after{
	display: block;
	position: absolute;
	content: '';
	transform: rotate(45deg);
}
.tentouList__link:before{
	width: 22px;
	height: 22px;
	top: calc(50% - 11px);
	right: 15px;
	background: #646464;
	border-radius: 50%;
}
.tentouList__link:after{
	top: calc(50% - 4px);
	right: 23px;
	width: 6px;
	height: 6px;
	border-top: 2px solid #fff;
	border-right: 2px solid #fff;
}
.tentouList__img{
	flex: 0 0 calc(160 / 345 * 100%);
	min-width: 136px;
	height: 100px;
	overflow: hidden;

	& img{
		height: 100px;
		object-fit: cover;
		border-radius: 6px 0 0 6px;
	}
}
.tentouList__txt{
	font-size: clamp(15px,4.6vw,17px);
	font-family: var(--mincho-font);
}
.gradBtn__link{
	display: block;
	width: 100%;
	max-width: 480px;
	margin: 0 auto;
	padding: 0.7em 0;
	background: linear-gradient(90deg, #2C2D42 0%, #4A5C63 100%);
	border: 1px solid rgba(255, 255, 255, 0.45);
	color: #fff;
	font-size: 16px;
	text-align: center;
	text-decoration: none;
}

@media screen and (min-width: 599px) {
	.tentouList{
		flex-direction: row;
	}
	.tentouList{
		width: 100%;
		max-width: 880px;
	}
	.tentouList__item{
		flex: 0 0 calc((100% - 30px) / 3);
	}
	.tentouList__link{
		width: 100%;
		flex-direction: column;
		gap: 0;
		padding-right: 0;
		height: auto;
	}
	.tentouList__img{
		flex: auto;
		width: 100%;
		height: max(18vw, 136px);

		& img{
			width: auto;
			height: 100%;
			border-radius: 6px 0 0 0;
		}
	}
	.tentouList__txt{
		width: 100%;
		display: flex;
		align-items: center;
		height: 46px;
		padding-left: 15px;
	}
	.tentouList__link:before{
		top: auto;
		bottom: 15px;
		right: 15px;
	}
	.tentouList__link:after{
		top: auto;
		bottom: 22px;
	}
	.gradBtn__link{
		max-width: none;
		width: 80vw;
	}
}

/*-----------------------------
	骨董品・美術品買取 対応エリア
------------------------------*/
.areaList *{
	box-sizing: border-box;
}
.areaList{
	margin-bottom: 20px;
	padding: 30px 0;
	background: no-repeat min(92%,520px) 10px/min(68%,270px) url(https://nikkoudou-kottou.com/img/common/areaList/area_head.webp) var(--color-neutral-white);
}
.areaList__ttl{
	width: calc(100% - 30px);
	max-width: 675px;
	margin: 0 auto 20px;
	font-size: 26px;
	line-height: 1.3;
}
.areaList__ttl--sub{
	font-size: 20px;
	font-family: 'ヒラギノ明朝 ProN W3', 'HiraMinProN-W3', 'HG明朝E', 'ＭＳ Ｐ明朝', 'MS PMincho', 'MS 明朝', serif;
	font-weight: 400;
}
.areaList__txt{
	width: calc(100% - 30px);
	max-width: 675px;
	margin: 0 auto 20px;
}
.areaList__wrap{
	display: grid;
	grid-template-rows: 0fr;
	transition: 250ms grid-template-rows;
}
.areaList__wrap.is-open{
	grid-template-rows: 1fr;
	transition: 250ms grid-template-rows;
	.areaList__list{
		animation: .25s forwards overflow;
	}
}
.region__list{
	width: calc(100% - 30px);
	max-width: 795px;
	margin: 0 auto;
}
.region__button{
	width: 100%;
	display: flex;
	justify-content: center;
	align-items: center;
	height: 42px;
	margin-bottom: 10px;
}
.region__unit:nth-child(odd) .region__button{
	background: var(--color-secondary);
}
.region__unit:nth-child(even) .region__button{
	background: var(--color-secondary-dark);
}
.region__buttonText{
	width: 100%;
	position: relative;
	color: var(--color-neutral-white);
	font-family: var(--mincho-font);
	font-size: 18px;
	text-align: center;
}
.region__buttonText:before, .region__buttonText:after {
	display: block;
	width: 14px;
	height: 2px;
	background: var(--color-neutral-white);
	position: absolute;
	top: calc(50% - 1px);
	right: 25px;
	content: '';
}
.region__buttonText:before{
	transform: rotate(270deg);
	transition: 250ms transform;
}
.region__button.is-open .region__buttonText:before {
	transform: rotate(0deg);
	transition: 250ms transform;
}
.areaList__list{
	display: grid;
	grid-template-columns: repeat(3, 1fr);
	gap: 15px 15px;
	overflow: hidden;
}
.areaList__item:last-child{
	margin-bottom: 15px;
}
.area__btn{
	display: block;
	width: 100%;
	padding: 10px 0 5px;
	border-right: 10px solid #fff;
	border-image: linear-gradient(to bottom, #B4B4B4 0%, #4A5C63 100%) 1;
	border-radius: 6px 0 0 6px;
	box-shadow: -3px 3px 8px rgba(0, 0, 0, 0.25);
	text-decoration: none;
	text-align: center;
	cursor: pointer;
}

.areaList__img{
	margin-bottom: 7px;

	& img{
		width: 100px;
		margin: 0 auto;
	}
}
.areaList__name{
	width: fit-content;
	background: linear-gradient(90deg, #2C2D42, #2C2D42 15%, #4A5C63 35%, #2C2D42 60%, #2C2D42);
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
	font-family: var(--mincho-font);
	margin: 0 auto;
}
.areaList__attention{
	display: block;
	width: calc(100% - 30px);
	max-width: 795px;
	margin: 5px auto 0;
	font-size: 14px;
	line-height: 1.3;
}
.areaModal__container{
	display: flex;
	align-items: center;
	justify-content: center;
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: rgb(0 0 0 / 70%);
	padding: 30px 20px 20px;
	overflow: hidden auto;
	opacity: 0;
	visibility: hidden;
	transition: .3s;
	z-index: 10000000;
}
.areaModal__body{
	position: relative;
	max-width: 600px;
	max-height: calc(100vh - 60px);
	overflow-y: scroll;
	margin: 0 auto;
	background: var(--color-neutral-white);
}
.areaModal__body--close{
	position: sticky;
	top: 0;
	right: 0;
	width: 36px;
	height: 36px;
	margin: 0 0 0 auto;
	background: var(--color-neutral-lighter);
	font-size: 3.4rem;
	padding-bottom: 5px;
	cursor: pointer;
}
.areaModal__body--close:before, .areaModal__body--close:after{
	display: block;
	position: absolute;
	top: 8px;
	right: 17px;
	width: 2px;
	height: 20px;
	background: var(--color-txt);
	content: '';
}
.areaModal__body--close:before{
	transform: rotate(45deg);
}
.areaModal__body--close:after{
	transform: rotate(-45deg);
}
.areaModal__content{
	display: flex;
	flex-direction: column;
	align-items: center;
	margin-top: -36px;
	padding: 20px;

	& a {
		color: var(--color-button-transition);
	}
}
.areaModal__ttl{
	width: fit-content;
	margin: 0 auto 20px;
	padding: 10px 40px 10px 64px;
	background-repeat: no-repeat;
	background-position: left center;
	background-size: 60px;
	font-size: 18px;
	font-family: var(--mincho-font);
}
#areaModal1 .areaModal__ttl{
	background-image: url(https://nikkoudou-kottou.com/img/common/areaList/area_icon01_hokkaido.webp);
}
#areaModal2 .areaModal__ttl{
	background-image: url(https://nikkoudou-kottou.com/img/common/areaList/area_icon02_aomori.webp);
}
#areaModal3 .areaModal__ttl{
	background-image: url(https://nikkoudou-kottou.com/img/common/areaList/area_icon03_akita.webp);
}
#areaModal4 .areaModal__ttl{
	background-image: url(https://nikkoudou-kottou.com/img/common/areaList/area_icon04_iwate.webp);
}
#areaModal5 .areaModal__ttl{
	background-image: url(https://nikkoudou-kottou.com/img/common/areaList/area_icon05_yamagata.webp);
}
#areaModal6 .areaModal__ttl{
	background-image: url(https://nikkoudou-kottou.com/img/common/areaList/area_icon06_miyagi.webp);
}
#areaModal7 .areaModal__ttl{
	background-image: url(https://nikkoudou-kottou.com/img/common/areaList/area_icon07_fukushima.webp);
}
#areaModal8 .areaModal__ttl{
	background-image: url(https://nikkoudou-kottou.com/img/common/areaList/area_icon08_tokyo.webp);
}
#areaModal9 .areaModal__ttl{
	background-image: url(https://nikkoudou-kottou.com/img/common/areaList/area_icon09_kanagawa.webp);
}
#areaModal10 .areaModal__ttl{
	background-image: url(https://nikkoudou-kottou.com/img/common/areaList/area_icon10_chiba.webp);
}
#areaModal11 .areaModal__ttl{
	background-image: url(https://nikkoudou-kottou.com/img/common/areaList/area_icon11_saitama.webp);
}
#areaModal12 .areaModal__ttl{
	background-image: url(https://nikkoudou-kottou.com/img/common/areaList/area_icon12_ibaraki.webp);
}
#areaModal13 .areaModal__ttl{
	background-image: url(https://nikkoudou-kottou.com/img/common/areaList/area_icon13_tochigi.webp);
}
#areaModal14 .areaModal__ttl{
	background-image: url(https://nikkoudou-kottou.com/img/common/areaList/area_icon14_gunma.webp);
}
#areaModal15 .areaModal__ttl{
	background-image: url(https://nikkoudou-kottou.com/img/common/areaList/area_icon15_yamanashi.webp);
}
#areaModal16 .areaModal__ttl{
	background-image: url(https://nikkoudou-kottou.com/img/common/areaList/area_icon16_niigata.webp);
}
#areaModal17 .areaModal__ttl{
	background-image: url(https://nikkoudou-kottou.com/img/common/areaList/area_icon17_nagano.webp);
}
#areaModal18 .areaModal__ttl{
	background-image: url(https://nikkoudou-kottou.com/img/common/areaList/area_icon18_toyama.webp);
}
#areaModal19 .areaModal__ttl{
	background-image: url(https://nikkoudou-kottou.com/img/common/areaList/area_icon19_ishikawa.webp);
}
#areaModal20 .areaModal__ttl{
	background-image: url(https://nikkoudou-kottou.com/img/common/areaList/area_icon20_fukui.webp);
}
#areaModal21 .areaModal__ttl{
	background-image: url(https://nikkoudou-kottou.com/img/common/areaList/area_icon21_aichi.webp);
}
#areaModal22 .areaModal__ttl{
	background-image: url(https://nikkoudou-kottou.com/img/common/areaList/area_icon22_shizuoka.webp);
}
#areaModal23 .areaModal__ttl{
	background-image: url(https://nikkoudou-kottou.com/img/common/areaList/area_icon23_gifu.webp);
}
#areaModal24 .areaModal__ttl{
	background-image: url(https://nikkoudou-kottou.com/img/common/areaList/area_icon24_mie.webp);
}
#areaModal25 .areaModal__ttl{
	background-image: url(https://nikkoudou-kottou.com/img/common/areaList/area_icon25_osaka.webp);
}
#areaModal26 .areaModal__ttl{
	background-image: url(https://nikkoudou-kottou.com/img/common/areaList/area_icon26_hyogo.webp);
}
#areaModal27 .areaModal__ttl{
	background-image: url(https://nikkoudou-kottou.com/img/common/areaList/area_icon27_kyoto.webp);
}
#areaModal28 .areaModal__ttl{
	background-image: url(https://nikkoudou-kottou.com/img/common/areaList/area_icon28_shiga.webp);
}
#areaModal29 .areaModal__ttl{
	background-image: url(https://nikkoudou-kottou.com/img/common/areaList/area_icon29_nara.webp);
}
#areaModal30 .areaModal__ttl{
	background-image: url(https://nikkoudou-kottou.com/img/common/areaList/area_icon30_wakayama.webp);
}
#areaModal31 .areaModal__ttl{
	background-image: url(https://nikkoudou-kottou.com/img/common/areaList/area_icon31_tottori.webp);
}
#areaModal32.areaModal__ttl{
	background-image: url(https://nikkoudou-kottou.com/img/common/areaList/area_icon32_shimane.webp);
}
#areaModal33 .areaModal__ttl{
	background-image: url(https://nikkoudou-kottou.com/img/common/areaList/area_icon33_okayama.webp);
}
#areaModal34 .areaModal__ttl{
	background-image: url(https://nikkoudou-kottou.com/img/common/areaList/area_icon34_hiroshima.webp);
}
#areaModal35 .areaModal__ttl{
	background-image: url(https://nikkoudou-kottou.com/img/common/areaList/area_icon35_yamaguchi.webp);
}
#areaModal36 .areaModal__ttl{
	background-image: url(https://nikkoudou-kottou.com/img/common/areaList/area_icon36_kagawa.webp);
}
#areaModal37 .areaModal__ttl{
	background-image: url(https://nikkoudou-kottou.com/img/common/areaList/area_icon37_tokushima.webp);
}
#areaModal38 .areaModal__ttl{
	background-image: url(https://nikkoudou-kottou.com/img/common/areaList/area_icon38_kochi.webp);
}
#areaModal39 .areaModal__ttl{
	background-image: url(https://nikkoudou-kottou.com/img/common/areaList/area_icon39_ehime.webp);
}
#areaModal40 .areaModal__ttl{
	background-image: url(https://nikkoudou-kottou.com/img/common/areaList/area_icon40_fukuoka.webp);
}
#areaModal41 .areaModal__ttl{
	background-image: url(https://nikkoudou-kottou.com/img/common/areaList/area_icon41_saga.webp);
}
#areaModal42 .areaModal__ttl{
	background-image: url(https://nikkoudou-kottou.com/img/common/areaList/area_icon42_nagasaki.webp);
}
#areaModal43 .areaModal__ttl{
	background-image: url(https://nikkoudou-kottou.com/img/common/areaList/area_icon43_kumamoto.webp);
}
#areaModal44 .areaModal__ttl{
	background-image: url(https://nikkoudou-kottou.com/img/common/areaList/area_icon44_oita.webp);
}
#areaModal45 .areaModal__ttl{
	background-image: url(https://nikkoudou-kottou.com/img/common/areaList/area_icon45_miyazaki.webp);
}
#areaModal46 .areaModal__ttl{
	background-image: url(https://nikkoudou-kottou.com/img/common/areaList/area_icon46_kagoshima.webp);
}
#areaModal47 .areaModal__ttl{
	background-image: url(https://nikkoudou-kottou.com/img/common/areaList/area_icon47_okinawa.webp);
}
.areaModal__subTtl{
	width: 100%;
	margin-bottom: 5px;
	background: var(--color-neutral-lighter);
	font-weight: bold;
	text-align: center;
}
.areaModal__city{
	margin-bottom: 15px;
}
@media screen and (min-width: 479px) {
	.areaList__list{
		grid-template-columns: repeat(4, 1fr);
	}
}
@media screen and (min-width: 599px) {
	.areaList{
		background-position: min(94%,560px) 10px;
	}
	.areaList__list{
		grid-template-columns: repeat(5, 1fr);
	}
	.area__btn {
		border-right-width: 15px;
	}
}

/*-----------------------------------
	サービスについて「よくある質問」
------------------------------------*/
#faq *{
	box-sizing: border-box;
}
.faq__block{
	width: 100%;
	margin-bottom: 30px;
	padding: 20px 0 10px;
	background: var(--color-primary);
}
.faq__commonTtl{
	margin-bottom: 15px;
	color: var(--color-neutral-white);
	font-family: var(--mincho-font);
	font-weight: 400;
	font-size: 24px;
	line-height: 1.3;
	text-align: center;
}
.faq__commonTtl--small{
	font-size: 20px;
}
.faq__commonTtl--large{
	font-size: 28px;
}
.faq__main{
	width: calc(100% - 20px);
	margin: 0 auto;
	padding: 20px 0;
	background: var(--color-neutral-white);
	border-radius: 20px;
}
.faq__list{
	width:  calc(100% - 20px);
	margin: 0 auto;

	& .question{
		display: flex;
		gap: 15px;
		min-height: 34px;
		padding: 5px 0;
		border-bottom: solid 1px var(--color-txt);
	}

	& .question:active{
		filter: brightness(1.5);
	}

	& .question__txt{
		width: 100%;
		position: relative;
		padding-right: 30px;
		font-family: 'ヒラギノ明朝 ProN W6', 'HiraMinProN-W6', 'HG明朝E', 'ＭＳ Ｐ明朝', 'MS PMincho', 'MS 明朝', serif; ;
		font-size: 16px;
	}

	& .question__txt:before, & .question__txt:after{
		display: block;
        width: 12px;
        height: 2px;
        background: var(--color-txt);
        position: absolute;
        top: calc(50% - 1px);
        right: 5px;
        content: '';
	}

	& .question__txt:before{
		transform: rotate(270deg);
        transition: 250ms transform;
	}

	& .question.is-open .question__txt:before{
		transform: rotate(0deg);
        transition: 250ms transform;
	}

	& .answer{
		display: grid;
        grid-template-rows: 1fr;
        transition: .6s grid-template-rows ease;
		margin: 10px auto 15px;
	}

	& .answer:last-child{
		margin-bottom: 0;
	}

	& .answer__inner{
		display: flex;
		gap: 15px;
		background: var(--color-neutral-lighter);
		font-size: 15px;
		overflow: hidden;

		& a{
			color: var(--color-txt);
		}
	}

	& .answer:not(.is-open){
		grid-template-rows: 0fr;
		margin-top: 5px;
        transition: all .6s;
	}

	& .answer__txt{
		padding: 5px 5px 5px 0;
	}

	& .question:before, & .answer__inner:before{
		display: flex;
		justify-content: center;
		align-items: center;
		flex: 0 0 34px;
		width: 34px;
		height: 23px;
		border-radius: 15px 13px 0 15px;
		color: var(--color-neutral-white);
		font-family: 'ヒラギノ明朝 ProN W6', 'HiraMinProN-W6', 'HG明朝E', 'ＭＳ Ｐ明朝', 'MS PMincho', 'MS 明朝', serif;;
		font-size: 15px;
	}

	& .question:before{
		content: 'Q';
		background: var(--color-secondary);
	}

	& .answer__inner:before{
		content: 'A';
		margin: 5px 0 5px 0;
		padding-left: 2px;
		background: var(--color-ruby);
	}
}

/*------------------------------------
	「参考買取相場」
--------------------------------------*/
#market-price{
	background: #fff;
	margin-bottom: 60px;
	padding: 30px 0 0;
	.market-price__ttl--inner{
		text-align: center;
		.market-price__ttl{
			margin-bottom: 10px;
			font-size: 22px;
		}
		.ttl__underline{
			position: relative;
			display: inline-block;
			width:92px;
			height:22px;
			margin:0 auto;
			img{
				position: relative;
				display: inline-block;
				width: 23px;
				object-fit: contain;
				margin: 0 auto;
				vertical-align:top;
			}
			&::before{
				content: "";
				position: absolute;
				top:50%;
				left:0;
				transform: translateY(-50%);
				width: 25px;
				height: 1px;
				background-color: #333;
			}
			&::after{
				content: "";
				position: absolute;
				top:50%;
				right:0;
				transform: translateY(-50%);
				width: 25px;
				height: 1px;
				background-color: #333;
			}
		}
	}
	.market__list{
		width: calc(100% - 30px);
		max-width: 795px;
		margin: 0 auto;
	}
	.marketList__wrap{
		display: grid;
		grid-template-rows: 0fr;
		transition: 250ms grid-template-rows;
		.marketList__list{
			display: grid;
			grid-template-columns: 1fr;
			overflow: hidden;
			.marketList__item{
				display: grid;
				padding:3.3px 0;
				grid-template-columns: 5fr 3fr;
				text-align: center;
				align-items: center;
				font-size: 14px;
				&:nth-of-type(odd):not(:first-of-type){
					background-color: var(--color-neutral-lighter);
					}
				&:first-child{
					padding:3.8px 0;
					background-color: var(--color-secondary);
					color: var(--color-neutral-white);
					font-family: var(--mincho-font);
					font-size: 16px;
				}
				&:not(:first-of-type) p:nth-of-type(2){
					color:var(--color-sapphire);
					font-weight: 600;
				}
			}
		}
	}

	.marketList__wrap.is-open{
		grid-template-rows: 1fr;
		transition: 250ms grid-template-rows;
		.marketList__list{
			animation: .25s forwards overflow;
		}
	}
	.market__button{
		width: 100%;
		display: flex;
		justify-content: center;
		align-items: center;
		height: 42px;
		margin: 15px 0 0;
	}
	.market__unit .market__button{
		background: var(--color-primary);
	}
	.market__buttonText{
		width: 100%;
		position: relative;
		color: var(--color-neutral-white);
		font-size: 16px;
		text-align: center;
	}
	.market__buttonText:before, .market__buttonText:after {
		display: block;
		width: 14px;
		height: 2px;
		background: var(--color-neutral-white);
		position: absolute;
		top: calc(50% - 1px);
		right: 25px;
		content: '';
	}
	.market__buttonText:before{
		transform: rotate(270deg);
		transition: 250ms transform;
	}
	.market__button.is-open .market__buttonText:before {
		transform: rotate(0deg);
		transition: 250ms transform;
	}
}

@media screen and (min-width:599px){
	.faq__list {
        width: calc(100% - 30px);
	}
	.faq__block{
		width: calc(100% - 30px);
		margin: 0 auto 30px;
		padding: 30px 0 15px;
	}
	.faq__main {
        width: calc(100% - 40px);
	}
	.faq__commonTtl{
		margin-bottom: 25px;
	}
}
