@charset "utf-8";

/* =====================================
	共通
======================================= */
html,
body {
	width: 100%;
	font-size: 62.5%;
}
body {
	min-width: 100%;
	background: url(https://nikkoudou-kottou.com/img/common/pt1.png);
	color: #333;
	line-height: 1.65em;
	font-family: 'ヒラギノ角ゴ Pro W3', 'メイリオ', 'Hiragino Kaku Gothic Pro',
		Meiryo, Osaka, 'ＭＳ Ｐゴシック', 'MS PGothic', sans-serif;
	font-size: 1.6rem;
}

#container {
	width: 1200px;
	margin: 0 auto;
}
#container aside {
	width: 194px;
	float: right;
	margin-left: 16px;
}
#container article {
	width: 990px;
	float: left;
}
.pcNon {
	display: none !important;
}

/* 変数指定 */
: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: 'ヒラギノ明朝 ProN W6', 'HiraMinProN-W6', 'HG明朝E',
		'ＭＳ Ｐ明朝', 'MS PMincho', 'MS 明朝', serif;
	--tel-font: 'Roboto Condensed', sans-serif;
	--accent-y-color: #cfcb66;
}
:where(.svg) {
	display: block;
	width: 100%;
	height: 100%;
	fill: currentColor;
}
@media screen and (min-width: 1025px) {
	.pcNon2 {
		display: none !important;
	}
}
.tabNon2 {
	display: none !important;
}

/* 注釈 */
.vice-annotation {
	text-align: center;
	font-size: 14px;
	margin-bottom: 6px;
}

.vice-annotation::before {
	content: '※';
}

.campaign__img img{
    max-width: 100%;
}

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

【共通】タイトル

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

/*上下ラインタイトル
----------------------------------------*/
h2.main-ttl01 {
	background: #4d5263;
	color: #fff;
	text-align: center;
	padding: 10px 0;
	margin-bottom: 0;
}

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

/*TOP用
----------------------------------------*/
h1.main-ttl01 {
	font-size: 2.6rem;
	font-family: 'ヒラギノ明朝 ProN W6', 'HiraMinProN-W6', 'HG明朝E',
		'ＭＳ Ｐ明朝', 'MS PMincho', 'MS 明朝', serif;
	background: #4d5263;
	color: #fff;
	text-align: center;
	padding: 10px 0;
	margin-bottom: 0;
}

/* #top h1.main-ttl01 {
  margin-bottom: 20px;
} */

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

/*フォームh1用
----------------------------------------*/
.form-h1 {
	width: 990px;
	margin-top: 40px;
	font-size: 12px;
	font-weight: normal;
	float: right;
	display: block;
}

/*■付タイトル
-----------------------------------------*/
h2.main-ttl02 {
	position: relative;
	color: var(--color-primary);
	border-bottom: 2px solid var(--color-primary);
	margin-bottom: 20px;
	font-weight: bold;
	padding-bottom: 6px;
}
h2.main-ttl02 span{
	padding-left: 40px;
}
h2.main-ttl02::before {
	position: absolute;
	content: "";
    display: block;
    width: 10px;
    height: 10px;
    background: #4C5161;
    position: absolute;
    left: 15px;
    top: 0;
    bottom: 6px;
    margin: auto;
}
/* h2.main-ttl02 span {
	background: url(../img/common/title_icon.png) no-repeat 20px center;
	padding-left: 40px;
} */

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

h3.hikaku-ttl {
	font-weight: normal;
	font-size: 1.8rem;
	margin-bottom: 20px;
}

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

/*お客様の声
-------------------------------------------*/
h2.main-ttl04 {
	width: 950px;
	margin: 0 auto 20px;
	padding: 18px 0;
	background: #4d5263;
	color: #fff;
	text-align: center;
	font-size: 2.4rem;
	font-weight: normal;
}

h3.voiceTtl {
	font-family: 'ヒラギノ明朝 ProN W6', 'HiraMinProN-W6', 'HG明朝E',
		'ＭＳ Ｐ明朝', 'MS PMincho', 'MS 明朝', serif;
	font-size: 20px;
	color: #42515f;
	font-weight: normal;
	padding: 20px 0 20px 20px;
}

/*お知らせ
---------------------------------------*/
.white {
	width: 100%;
	background: #fff;
	padding: 20px 0;
}
#oshirase {
	width: 1200px;
	font-size: 14px;
	padding: 16px;
	border: 2px solid #85252e;
	color: #85252e;
	box-sizing: border-box;
	margin: auto;
	font-weight: bold;
}

/*共通*/
.notice-common {
	width: 100%;
	background: #fff;
	padding: 10px 0 10px;
}
.notice-common .notice-common-in {
	width: 1200px;
	margin: 0 auto;
	box-sizing: border-box;
	padding: 18px 10px;
}
.notice-common .notice-common-ttl {
	color: #85252e;
	margin-bottom: 8px;
	font-size: 20px;
	font-weight: bold;
}
.notice-common .notice-common-ttl p small {
	font-weight: normal;
}
.notice-common .notice-common-ttl p.txt {
	font-weight: normal;
	color: #333;
	margin-top: 10px;
	font-size: 16px;
}
.notice-common .notice-common-box {
	text-align: center;
	flex-wrap: wrap;
}
.notice-common .notice-common-box dl {
	border: 1px solid #ccc;
	width: 25%;
	box-sizing: border-box;
}
.notice-common .notice-common-box dt {
	border-bottom: 1px solid #ccc;
	padding: 4px 0;
}
.notice-common .notice-common-box dd {
	padding: 8px 0;
}
.notice-common .notice-common-box dl p {
	color: #85252e;
}
.notice-common .notice-common-box dl:nth-child(odd) {
	background: #fcfcfc;
}
.notice-common {
	text-align: center;
}
.notice-common .notice-common-box a {
	color: #85252e;
	font-weight: bold;
	font-size: 1.8rem;
	padding-left: 30px;
}
.notice-common .notice-common-box a:hover {
	opacity: 0.7;
}

/*メール*/
#mailNotice {
	width: 1200px;
	margin: 20px auto;
	border: 2px solid #85252e;
	padding: 20px;
	box-sizing: border-box;
}

/*LINE*/
#lineNotice {
	background: #fff;
	padding: 40px 20px 20px;
}

#lineNotice .lineN-box {
	border: 2px solid #85252e;
	padding: 20px;
}

/*
top用お知らせ
---------------------------------------*/
.info-top {
	width: 100%;
	background: #fff;
	padding: 20px 20px 30px;
	margin-bottom: 40px;
	border: 1px solid #84868b;
	box-sizing: border-box;
	background: url(https://nikkoudou-kottou.com/img/common/pt3.jpg);
}
.info-top .info-t-ttl {
	width: 940px;
	margin: 0 auto;
	padding: 10px 0;
	font-family: sans-serif;
	font-size: 20px;
	color: #4d5263;
	font-weight: bold;
}
.info-top .info-t-ttl .heading {
	margin: 10px 0;
}
.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;
}
.info-top .info-t-txt span {
	display: block;
	color: #4d5263;
	font-weight: bold;
	margin-bottom: 10px;
}
.info-top .info-t-txt a {
	display: block;
	color: #4d5263;
	margin-top: 6px;
}

/*　店舗お知らせ　-------------------------*/
.info-shop {
	margin: 0 auto 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.8rem;
	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: 2em;
}
.info-shop .info-t-txt span {
	color: #0e565f;
	border-bottom: 2px dotted #26636a;
}

/*文字色変え
---------------------------------------*/
/*orange*/
span.orange {
	font-weight: bold;
	color: #a35a41;
}
/*red*/
b.red {
	color: #85252e;
}
/*green*/
span.green {
	color: var(--color-secondary);
}

/*自動改行用
---------------------------------------*/
.inBlock {
	display: inline-block;
}

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

    header

------------------------------------*/
/* ページトップへ */
#goTop {
	position: fixed;
	width: 100px;
	bottom: 20px;
	right: 20px;
	height: 60px;
	line-height: 62px;
	background: rgba(0, 0, 0, 0.4);
	color: #fff;
	border-radius: 6px;
	font-size: 14px;
	text-align: center;
}

#goTop a {
	color: #fff;
	font-weight: bold;
	text-decoration: none;
}

#footer-banner #goTop {
	position: absolute;
	top: -110px;
	right: 0;
}

/*全体*/
/* お知らせ */
header .h-info {
	width: 100%;
	padding: 5px 0;
	background: #cedae6;
	margin-bottom: 20px;
}

header .h-info .h-info-in {
	width: 1200px;
	margin: 0 auto;
	color: #535353;
	font-size: 1.38rem;
}

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

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

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

header {
	width: 100%;
	min-width: 100%;
	background: #fff;
}

header .headerIn {
	display: flex;
	width: 1200px;
	margin: 0 auto;
	padding: 16px 0 10px;
	justify-content: space-between;
	align-items: center;
}
/*header-contact
----------------------------------*/
.header-contact {
	display: flex;
	align-items: center;
}
/*header__tel*/
.header__tel {
	margin-right: 20px;
}
.header__tel .tel-number {
	display: flex;
}
.header__tel--top {
	display: flex;
	flex-direction: column;
	align-items: center;
	margin-bottom: 2px;
}
.header__tel--top .txt {
	font-family: '游明朝', YuMincho, 'ヒラギノ明朝 ProN W3', 'Hiragino Mincho ProN', 'HG明朝E', 'ＭＳ Ｐ明朝', 'ＭＳ 明朝', serif;
	font-size: 14px;
	line-height: 1;
	margin-bottom: 2px;
}
.tel-number__img {
	margin: 5px 10px 0 0;
}
.tel-number__txt {
	color: var(--color-ruby);
	font-family: var(--tel-font);
	font-size: 45px;
	font-weight: bold;
	line-height: 1;
}
.header__tel--bottom .txt {
	font-size: 12px;
	line-height: 1.42;
	box-sizing: border-box;
	text-align: center;
}
.header-contact__mail {
	display: flex;
	align-items: center;
	height: 60px;
	background-color: var(--color-button-transition);
	gap: 0.5em;
	padding: 0 1.6em 0 2.2em;
	box-sizing: border-box;
	border-radius: 100vh;
	font-weight: bold;
	text-decoration: none;
	box-shadow: 0 2px 4px rgba(0, 0, 0, 0.3);
	color: var(--color-neutral-white);
	.mail {
		width: 1.3em;
		height: 1.3em;
		padding-right: 0.2rem;
	}
	.arrow {
		width: 1em;
		height: 1.3em;
	}
}

/*ロゴ*/
header .headLogo {
	width: 190px;
	margin-right: 20px;
}


/* グローバルメニュー
-------------------------- */
#gNav {
	height: 60px;
	background-color: var(--color-primary-dark);
}

#gNav>ul {
	width: 1200px;
	display: flex;
	margin: 0 auto;
}

#gNav>ul>li {
	/* width: calc(100% / 4); */
	width: 33.3333%;
	border-left: 1px solid #fff;
	box-sizing: border-box;
}

#gNav>ul>li:last-child {
	border-right: 1px solid #ccc;
	box-sizing: border-box;
}

#gNav>ul>li>a {
	height: 60px;
	color: #fff;
	line-height: 60px;
	text-align: center;
	text-decoration: none;
	display: block;
	font-size: 18px;
}

#gNav>ul>li:last-child {
	letter-spacing: 2px;
	cursor: pointer;
}

#gNav>ul {
	position: relative;
}

/* ドロップダウン部分 */
#gNav>ul>li>ul {
	display: none;
	width: 1200px;
	padding: 8px 0;
	background: rgba(75, 80, 96, 0.9);
	box-sizing: border-box;
	position: absolute;
	top: 54px;
	left: 0;
	z-index: 2;
}

#gNav>ul>li>ul li {
	float: left;
	width: 400px;
}

#gNav>ul>li>ul li>a {
	display: block;
	text-decoration: none;
	padding: 8px 0;
	text-align: center;
	font-size: 13px;
	letter-spacing: 0.1em;
	color: #fff;
	font-weight: bold;
	text-shadow: 0 0 4px #3c4256;
}

#gNav>ul>li>ul li>a:hover,
#gNav>ul>li>ul li>a:active {
	background: rgba(104, 110, 132, 0.5);
}

/* キーヴィジュアル
-------------------------- */
#keyvisual {
	width: 1200px;
	margin: 0 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: calc(100% / 1.2);
	top: 50%;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
	margin-left: 1.6rem;
}

#item #keyvisual .ttl {
	font-size: 2.4rem;
	font-weight: 500;
	line-height: normal;
	letter-spacing: 0.24rem;
}

#item #keyvisual .item {
	font-size: 5.4rem;
	font-weight: 500;
	line-height: normal;
	letter-spacing: 0.8rem;
	background: rgba(255, 255, 255, 0.6);
	width: auto;
	display: inline-block;
	text-align: center;
	padding: 1rem 2rem;
	margin: 2.4rem 0;
}

#item #keyvisual .item.smaller {
	font-size: 4.8rem;
	letter-spacing: 0.4rem;
}

#item #keyvisual .point {
	display: flex;
	column-gap: 2rem;
}

#item #keyvisual .point li {
	background: #aa6832;
	width: 17rem;
	height: 7rem;
	text-align: center;
	line-height: 3.5rem;
	padding: 1rem;
}

#item #keyvisual .point li span {
	color: #fff;
	font-size: 1.6rem;
	font-weight: 600;
	line-height: normal;
	letter-spacing: 0.24rem;
}

#item #keyvisual .point li p {
	color: #fff;
	font-size: 2.4rem;
	font-weight: 600;
	line-height: 3rem;
	letter-spacing: 0.24rem;
}

/* 遺品買取キーヴィジュアル調整
-------------------------- */
#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: calc(100% / 1.5);
	top: 50%;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
}

#ihin #keyvisual .ttl {
	font-size: 4.2rem;
	color: #253526;
	font-weight: 500;
	line-height: normal;
	letter-spacing: 0.24rem;
	margin-left: 1.6rem;
	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 {
	font-size: 7.2rem;
	font-weight: 500;
	line-height: normal;
	letter-spacing: 0.8rem;
	color: #253526;
	width: auto;
	display: inline-block;
	text-align: center;
	margin-left: 1.6rem;
	padding: 0;
	text-shadow: 2px 2px 2px rgba(255, 255, 255, 0.5),
		-2px -2px 2px rgba(255, 255, 255, 0.5),
		-2px 2px 2px rgba(255, 255, 255, 0.5),
		2px -2px 2px rgba(255, 255, 255, 0.5),
		2px 0 2px rgba(255, 255, 255, 0.5), -2px 0 2px rgba(255, 255, 255, 0.5),
		0 2px 2px rgba(255, 255, 255, 0.5), 0 -2px 2px rgba(255, 255, 255, 0.5);
}

#ihin #keyvisual .detail {
	background: rgba(255, 255, 255, 0.6);
	margin-top: 3rem;
}

#ihin #keyvisual .detail__Item {
	font-size: 2.4rem;
	line-height: 3.6rem;
	letter-spacing: 0.1em;
	margin-left: 1.6rem;
	padding: 1rem;
}

/* パンくず
-------------------------- */
/* #bcBg {
  background: #f6f2e5;
} */

#bc {
	width: 1200px;
	margin-right: auto;
	margin-left: auto;
	font-size: 12px;
	padding: 10px 0 10px 10px;
}

#bc ol li {
	display: block;
	float: left;
}

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

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

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

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

    サイド

------------------------------------*/
#side {
	width: 194px;
}

/*タイトル*/
#side .sideTtl {
	margin-bottom: 10px;
	border-bottom: 1px solid #2c4f54;
}

#side .sideTtl span {
	display: block;
	padding-left: 6px;
	font-weight: bold;
	font-size: 20px;
	color: var(--color-primary);
	border-left: 10px solid var(--color-primary);
	border-bottom: 2px solid var(--color-primary);
	margin-bottom: 4px;
}

/*査定ボタン
--------------------------------*/
#side .formBtn {
	margin-bottom: 40px;
}

#side .formBtn .web,
#side .formBtn .request,
#side .formBtn .consultation {
	height: 90px;
	line-height: 90px;
	padding-left: 10px;
	box-sizing: border-box;
	font-family: 'ヒラギノ明朝 ProN W6', 'HiraMinProN-W6', 'HG明朝E',
		'ＭＳ Ｐ明朝', 'MS PMincho', 'MS 明朝', serif;
	font-weight: 500;
}

#side .formBtn .web,
#side .formBtn .request {
	margin-bottom: 10px;
}

/*背景カラー*/
#side .formBtn .request {
	background-color: var(--color-button-transition);
	background-size: 46%;
	border-radius: 6px;
}

#side .formBtn .web,
#side .formBtn .consultation {
	background-color: var(--color-button-transition);
	border-radius: 6px;
}

#side .formBtn a {
	color: #fff;
	font-size: 21px;
	text-decoration: none;
}

#side .formBtn p {
	background: url(https://nikkoudou-kottou.com/img/common/arrow.png) no-repeat 160px center;
}

/*LINE査定ボタン
--------------------------------*/
#side .lineSatei {
	margin-bottom: 40px;
}

#side .lineSatei .lineSateiBtn {
	background-color: var(--color-button-transition);
	background-size: 44%;
	height: 80px;
	line-height: 80px;
	padding-left: 10px;
	box-sizing: border-box;
	font-family: 'ヒラギノ明朝 ProN W6', 'HiraMinProN-W6', 'HG明朝E',
		'ＭＳ Ｐ明朝', 'MS PMincho', 'MS 明朝', serif;
	font-weight: bold;
	border-radius: 6px;
}

#side .lineSatei .lineSateiBtn a {
	color: #fff;
	font-size: 21px;
	text-decoration: none;
}

#side .lineSatei .lineSateiBtn p {
	background: url(https://nikkoudou-kottou.com/img/common/arrow.png) no-repeat 160px center;
}

/*買取方法ボタン
--------------------------------*/
#side .kaitori3way {
	margin-bottom: 40px;
}
#side .kaitori3way ul {
	margin-bottom: 40px;
}
#side .kaitori3way ul li {
	margin-bottom: 4px;
}
.kaitori3way a {
	display: flex;
	align-items: center;
	justify-content: flex-start;
	padding: 2.4rem 0 2.4rem 1.2rem;
	background-color: #fff;
	border: 1px solid var(--color-neutral-light);
	position: relative;
	text-decoration: none;
	font-size: 2.6rem;
	transition: 0.4s;
}
.kaitori3way a:before {
	display: none;
}
.kaitori3way__link img {
	margin-right: 0.4em;
}
.kaitori3way__link.first img {
	width: 40px;
	height: 17.76px;
}
.kaitori3way__link.second img {
	width: 37px;
	height: 25.67px;
}
.kaitori3way__link.third img {
	width: 36px;
	height: 27;
}

.side-threeway__txt {
	 font-family: var(--mincho-font);
	color: var(--color-button-transition);
}
/* .kaitori3way a:before {
	content: "";
	display: block;
	width: 18px;
	height: 18px;
	background-image: url(../img/side/threeway_arrow.webp);
	background-size: contain;
	position: absolute;
	right: 12px;
} */

.kaitori3way a:hover {
    background-color: #FFFFF1;
    transition: 0.4s;
}



/*骨董品の買取品目
--------------------------------*/
#side .productBox {
	margin-bottom: 40px;
}

/*骨董レイアウト*/
#side .productBox ul {
	display: table;
	width: 100%;
	border: 1px solid #ccc;
	box-sizing: border-box;
}

#side .productBox ul li {
	background-color: var(--color-neutral-lighter);
	display: table-row;
}

#side .productBox ul li a {
	display: table-cell;
	vertical-align: middle;
	height: 59px;
	line-height: 1.2;
	color: #1d0305;
	padding-left: 50px;
	text-decoration: none;
	font-weight: bold;
	border-bottom: 1px solid #ccc;
}

/*背景画像*/
#side .productBox ul li:nth-of-type(1) a {
	background: url(https://nikkoudou-kottou.com/img/side/kottou_icon.png) no-repeat 0 50%;
}

#side .productBox ul li:nth-of-type(2) a {
	background: url(https://nikkoudou-kottou.com/img/side/sadou_icon.png) no-repeat 0 50%;
}

#side .productBox ul li:nth-of-type(3) a {
	background: url(https://nikkoudou-kottou.com/img/side/kakejiku_icon.png) no-repeat 0 50%;
}

#side .productBox ul li:nth-of-type(4) a {
	background: url(https://nikkoudou-kottou.com/img/side/touken_icon.png) no-repeat 0 50%;
}

#side .productBox ul li:nth-of-type(5) a {
	background: url(https://nikkoudou-kottou.com/img/side/kattyu_icon.png) no-repeat 0 50%;
}

#side .productBox ul li:nth-of-type(6) a {
	background: url(https://nikkoudou-kottou.com/img/side/kingin_icon.png) no-repeat 0 50%;
}

#side .productBox ul li:nth-of-type(7) a {
	background: url(https://nikkoudou-kottou.com/img/side/kosen_icon.png) no-repeat 0 50%;
}

#side .productBox ul li:nth-of-type(8) a {
	background: url(https://nikkoudou-kottou.com/img/side/ceramics_icon.png) no-repeat 0 50%;
}

#side .productBox ul li:nth-of-type(9) a {
	background: url(https://nikkoudou-kottou.com/img/side/antique_icon.png) no-repeat 0 50%;
}

#side .productBox ul li:nth-of-type(10) a {
	background: url(https://nikkoudou-kottou.com/img/side/c_kotto_icon.png) no-repeat 0 50%;
}

#side .productBox ul li:nth-of-type(11) a {
	background: url(https://nikkoudou-kottou.com/img/side/kouboku_icon.png) no-repeat 0 50%;
}

#side .productBox ul li:nth-of-type(12) a {
	background: url(https://nikkoudou-kottou.com/img/side/ivory_icon.png) no-repeat 0 50%;
}

#side .productBox ul li:nth-of-type(13) a {
	background: url(https://nikkoudou-kottou.com/img/side/coral_icon.png) no-repeat 0 50%;
}

#side .productBox ul li:nth-of-type(14) a {
	background: url(https://nikkoudou-kottou.com/img/side/jade_icon.png) no-repeat 0 50%;
}

#side .productBox ul li:nth-of-type(15) a {
	background: url(https://nikkoudou-kottou.com/img/side/kosyo_icon.png) no-repeat 0 50%;
}

#side .productBox ul li:nth-of-type(16) a {
	background: url(https://nikkoudou-kottou.com/img/side/painting_icon.png) no-repeat 0 50%;
}

#side .productBox ul li:nth-of-type(17) a {
	background: url(https://nikkoudou-kottou.com/img/side/kimono_icon.png) no-repeat 0 50%;
}

#side .productBox ul li:nth-of-type(18) a {
	background: url(https://nikkoudou-kottou.com/img/side/doll_icon.png) no-repeat 0 50%;
}

#side .productBox ul li:nth-of-type(19) a {
	background: url(https://nikkoudou-kottou.com/img/side/sculpture_icon.png) no-repeat 0 50%;
}

#side .productBox ul li:nth-of-type(20) a {
	background: url(https://nikkoudou-kottou.com/img/side/kunsyo_icon.png) no-repeat 0 50%;
}

#side .productBox ul li:nth-of-type(21) a {
	background: url(https://nikkoudou-kottou.com/img/side/butsuzo_icon.png) no-repeat 0 50%;
}

#side .productBox ul li:nth-of-type(22) a {
	background: url(https://nikkoudou-kottou.com/img/side/furniture_icon.png) no-repeat 0 50%;
}

#side .productBox ul li:nth-of-type(23) a {
	background: url(https://nikkoudou-kottou.com/img/side/glass_icon.png) no-repeat 0 50%;
}

#side .productBox ul li:nth-of-type(24) a {
	background: url(https://nikkoudou-kottou.com/img/side/makie_icon.png) no-repeat 0 50%;
}

#side .productBox ul li:nth-of-type(25) a {
	background: url(https://nikkoudou-kottou.com/img/side/syodo_icon.png) no-repeat 0 50%;
}

#side .productBox ul li:nth-of-type(26) a {
	background: url(https://nikkoudou-kottou.com/img/side/iron_icon.png) no-repeat 0 50%;
}

#side .productBox ul li:nth-of-type(27) a {
	background: url(https://nikkoudou-kottou.com/img/side/silver_icon.png) no-repeat 0 50%;
}

#side .productBox ul li:nth-of-type(28) a {
	background: url(https://nikkoudou-kottou.com/img/side/bamboo.png) no-repeat 0 50%;
}

#side .productBox ul li:nth-of-type(29) a {
	background: url(https://nikkoudou-kottou.com/img/side/toy_icon.png) no-repeat 0 50%;
}

#side .productBox ul li:nth-of-type(30) a {
	background: url(https://nikkoudou-kottou.com/img/side/kitte_icon.png) no-repeat 0 50%;
}

#side .productBox ul li:nth-of-type(31) a {
	background: url(https://nikkoudou-kottou.com/img/side/jewelry_icon.png) no-repeat 0 50%;
}

#side .productBox ul li:nth-of-type(32) a {
	background: url(https://nikkoudou-kottou.com/img/side/liquor_icon.png) no-repeat 0 50%;
}

#side .productBox ul li:nth-of-type(33) a {
	background: url(https://nikkoudou-kottou.com/img/side/kitsuengu_icon.png) no-repeat 0 50%;
}

#side .productBox ul li:nth-of-type(34) a {
	background: url(https://nikkoudou-kottou.com/img/side/clock_icon.webp) no-repeat 0 50%;
}

#side .productBox ul li:nth-of-type(35) a {
	background: url(https://nikkoudou-kottou.com/img/side/orgel_icon.webp) no-repeat 0 50%;
}

#side .productBox ul li:nth-of-type(36) a {
	background: url(https://nikkoudou-kottou.com/img/side/antique-camera_icon.webp) no-repeat 0 50%;
}

#side .productBox ul li:nth-of-type(37) a {
	background: url(https://nikkoudou-kottou.com/img/side/military_icon.webp) no-repeat 0 50%;
}

#side .productBox ul li:nth-of-type(38) a {
	background: url(https://nikkoudou-kottou.com/img/side/shougi_icon.webp) no-repeat 0 50%;
}

#side .productBox ul li:nth-of-type(39) a {
	background: url(https://nikkoudou-kottou.com/img/side/wagakki_icon.webp) no-repeat 0 50%;
}

#side .productBox ul li:last-of-type a {
	background: url(https://nikkoudou-kottou.com/img/side/tableware_icon.png) no-repeat 0 50%;
	border-bottom: none;
}

/*マウスオーバー*/
#side .productBox ul li a:hover {
	color: #fff;
}

#side .productBox ul li:nth-of-type(1) a:hover {
	background: url(https://nikkoudou-kottou.com/img/side/kottou_icon.png) no-repeat 0 50%, #999daf;
}

#side .productBox ul li:nth-of-type(2) a:hover {
	background: url(https://nikkoudou-kottou.com/img/side/sadou_icon.png) no-repeat 0 50%, #999daf;
}

#side .productBox ul li:nth-of-type(3) a:hover {
	background: url(https://nikkoudou-kottou.com/img/side/kakejiku_icon.png) no-repeat 0 50%, #999daf;
}

#side .productBox ul li:nth-of-type(4) a:hover {
	background: url(https://nikkoudou-kottou.com/img/side/touken_icon.png) no-repeat 0 50%, #999daf;
}

#side .productBox ul li:nth-of-type(5) a:hover {
	background: url(https://nikkoudou-kottou.com/img/side/kattyu_icon.png) no-repeat 0 50%, #999daf;
}

#side .productBox ul li:nth-of-type(6) a:hover {
	background: url(https://nikkoudou-kottou.com/img/side/kingin_icon.png) no-repeat 0 50%, #999daf;
}

#side .productBox ul li:nth-of-type(7) a:hover {
	background: url(https://nikkoudou-kottou.com/img/side/kosen_icon.png) no-repeat 0 50%, #999daf;
}

#side .productBox ul li:nth-of-type(8) a:hover {
	background: url(https://nikkoudou-kottou.com/img/side/ceramics_icon.png) no-repeat 0 50%, #999daf;
}

#side .productBox ul li:nth-of-type(9) a:hover {
	background: url(https://nikkoudou-kottou.com/img/side/antique_icon.png) no-repeat 0 50%, #999daf;
}

#side .productBox ul li:nth-of-type(10) a:hover {
	background: url(https://nikkoudou-kottou.com/img/side/c_kotto_icon.png) no-repeat 0 50%, #999daf;
}

#side .productBox ul li:nth-of-type(11) a:hover {
	background: url(https://nikkoudou-kottou.com/img/side/kouboku_icon.png) no-repeat 0 50%, #999daf;
}

#side .productBox ul li:nth-of-type(12) a:hover {
	background: url(https://nikkoudou-kottou.com/img/side/ivory_icon.png) no-repeat 0 50%, #999daf;
}

#side .productBox ul li:nth-of-type(13) a:hover {
	background: url(https://nikkoudou-kottou.com/img/side/coral_icon.png) no-repeat 0 50%, #999daf;
}

#side .productBox ul li:nth-of-type(14) a:hover {
	background: url(https://nikkoudou-kottou.com/img/side/jade_icon.png) no-repeat 0 50%, #999daf;
}

#side .productBox ul li:nth-of-type(15) a:hover {
	background: url(https://nikkoudou-kottou.com/img/side/kosyo_icon.png) no-repeat 0 50%, #999daf;
}

#side .productBox ul li:nth-of-type(16) a:hover {
	background: url(https://nikkoudou-kottou.com/img/side/painting_icon.png) no-repeat 0 50%, #999daf;
}

#side .productBox ul li:nth-of-type(17) a:hover {
	background: url(https://nikkoudou-kottou.com/img/side/kimono_icon.png) no-repeat 0 50%, #999daf;
}

#side .productBox ul li:nth-of-type(18) a:hover {
	background: url(https://nikkoudou-kottou.com/img/side/doll_icon.png) no-repeat 0 50%, #999daf;
}

#side .productBox ul li:nth-of-type(19) a:hover {
	background: url(https://nikkoudou-kottou.com/img/side/sculpture_icon.png) no-repeat 0 50%, #999daf;
}

#side .productBox ul li:nth-of-type(20) a:hover {
	background: url(https://nikkoudou-kottou.com/img/side/kunsyo_icon.png) no-repeat 0 50%, #999daf;
}

#side .productBox ul li:nth-of-type(21) a:hover {
	background: url(https://nikkoudou-kottou.com/img/side/butsuzo_icon.png) no-repeat 0 50%, #999daf;
}

#side .productBox ul li:nth-of-type(22) a:hover {
	background: url(https://nikkoudou-kottou.com/img/side/furniture_icon.png) no-repeat 0 50%, #999daf;
}

#side .productBox ul li:nth-of-type(23) a:hover {
	background: url(https://nikkoudou-kottou.com/img/side/glass_icon.png) no-repeat 0 50%, #999daf;
}

#side .productBox ul li:nth-of-type(24) a:hover {
	background: url(https://nikkoudou-kottou.com/img/side/makie_icon.png) no-repeat 0 50%, #999daf;
}

#side .productBox ul li:nth-of-type(25) a:hover {
	background: url(https://nikkoudou-kottou.com/img/side/syodo_icon.png) no-repeat 0 50%, #999daf;
}

#side .productBox ul li:nth-of-type(26) a:hover {
	background: url(https://nikkoudou-kottou.com/img/side/iron_icon.png) no-repeat 0 50%, #999daf;
}

#side .productBox ul li:nth-of-type(27) a:hover {
	background: url(https://nikkoudou-kottou.com/img/side/silver_icon.png) no-repeat 0 50%, #999daf;
}

#side .productBox ul li:nth-of-type(28) a:hover {
	background: url(https://nikkoudou-kottou.com/img/side/bamboo.png) no-repeat 0 50%, #999daf;
}

#side .productBox ul li:nth-of-type(29) a:hover {
	background: url(https://nikkoudou-kottou.com/img/side/toy_icon.png) no-repeat 0 50%, #999daf;
}

#side .productBox ul li:nth-of-type(30) a:hover {
	background: url(https://nikkoudou-kottou.com/img/side/kitte_icon.png) no-repeat 0 50%, #999daf;
}

#side .productBox ul li:nth-of-type(31) a:hover {
	background: url(https://nikkoudou-kottou.com/img/side/jewelry_icon.png) no-repeat 0 50%, #999daf;
}

#side .productBox ul li:nth-of-type(32) a:hover {
	background: url(https://nikkoudou-kottou.com/img/side/liquor_icon.png) no-repeat 0 50%, #999daf;
}

#side .productBox ul li:nth-of-type(33) a:hover {
	background: url(https://nikkoudou-kottou.com/img/side/kitsuengu_icon.png) no-repeat 0 50%, #999daf;
}

#side .productBox ul li:nth-of-type(34) a:hover {
	background: url(https://nikkoudou-kottou.com/img/side/clock_icon.webp) no-repeat 0 50%, #999daf;
}

#side .productBox ul li:nth-of-type(35) a:hover {
	background: url(https://nikkoudou-kottou.com/img/side/orgel_icon.webp) no-repeat 0 50%, #999daf;
}

#side .productBox ul li:nth-of-type(36) a:hover {
	background: url(https://nikkoudou-kottou.com/img/side/antique-camera_icon.webp) no-repeat 0 50%, #999daf;
}

#side .productBox ul li:nth-of-type(37) a:hover {
	background: url(https://nikkoudou-kottou.com/img/side/military_icon.webp) no-repeat 0 50%, #999daf;
}

#side .productBox ul li:nth-of-type(38) a:hover {
	background: url(https://nikkoudou-kottou.com/img/side/shougi_icon.webp) no-repeat 0 50%, #999daf;
}

#side .productBox ul li:nth-of-type(39) a:hover {
	background: url(https://nikkoudou-kottou.com/img/side/wagakki_icon.webp) no-repeat 0 50%, #999daf;
}

#side .productBox ul li:last-of-type a:hover {
	background: url(https://nikkoudou-kottou.com/img/side/tableware_icon.png) no-repeat 0 50%, #999daf;
}

/*Navタイトル文字が長い場合の文字サイズ調整*/
.item-font-s{
	font-size: 1.5rem;
}

/*ジャンルごとの買取品目
--------------------------------*/
#side .productMain {
	margin-bottom: 30px;
}

/*レイアウト*/
#side .productMain ul {
	background: url(https://nikkoudou-kottou.com/img/side/back_white.png);
	width: 100%;
	border: 1px solid #ccc;
	box-sizing: border-box;
}

#side .productMain ul li {
	height: 59px;
	font-weight: bold;
	border-bottom: 1px solid #ccc;
	line-height: 59px;
}

#side .productMain ul .leftP {
	padding-left: 10px;
}

#side .productMain ul li a {
	display: block;
	padding-left: 10px;
	color: #422d2f;
	text-decoration: none;
}

#side .productMain ul li a:hover {
	background: #999daf;
	color: #fff;
}

/*地域別買取エリア
--------------------------------*/
#side .side_areaList {
	margin-bottom: 40px;
}
#side .side_areaList .areaBox {
	padding: 14px 6px;
	background: var(--color-neutral-lighter);
}
#side .side_areaList .areaBox .region {
	margin-bottom: 10px;
}
#side .side_areaList .areaBox .region .regionTtl {
	font-size: 13px;
	font-weight: bold;
}
#side .side_areaList .areaBox .region ul {
	display: flex;
	flex-wrap: wrap;
}
#side .side_areaList .areaBox .region ul li {
	line-height: 1.3em;
	padding-right: 2%;
}
#side .side_areaList .areaBox .region ul li a {
	color: var(--color-button-transition);
	font-size: 12px;
}

/*QRコード
--------------------------------*/
#side .qrcode {
	margin-bottom: 10px;
}

#side .qrcode .qrcodeIn {
	background: url(https://nikkoudou-kottou.com/img/side/back_white.png);
	padding: 10px;
	box-sizing: border-box;
	border: 1px solid #444a5f;
}

#side .qrcode .qrcodeIn img {
	display: block;
	width: 120px;
	margin: 0 auto 10px;
}

#side .qrcode .qrcodeIn p {
	background: url(https://nikkoudou-kottou.com/img/side/sumafo_img.png) no-repeat 0 center;
	font-size: 14px;
	padding-left: 40px;
}

#side .qrcode .qrcodeIn .red {
	color: #83263e;
}

/*地域別買取実績ページリンク
--------------------------------*/
#side .chiikiLink {
	margin-bottom: 20px;
}

#side .blogLink a:hover {
	opacity: 0.8;
}

/*スタッフブログリンク
--------------------------------*/
#side .blogLink {
	margin-bottom: 20px;
}

#side .blogLink a:hover {
	opacity: 0.8;
}

/*食器リンク
--------------------------------*/
#side .tablewareLink {
	margin-bottom: 20px;
}

#side .tablewareLink a:hover {
	opacity: 0.8;
}

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

	買取品目

------------------------------------*/
.itemList {
	background: #fff;
	padding: 30px 0;
	margin-bottom: 40px;
}

.itemList ul {
	width: 900px;
	margin: 0 auto;
	letter-spacing: -0.4em;
}

.itemList ul li {
	width: 210px;
	margin-bottom: 25px;
	display: inline-block;
	vertical-align: top;
	margin: 0 7.5px;
	letter-spacing: normal;
}

.itemList ul li p.item-link {
	background: url(https://nikkoudou-kottou.com/img/common/kaitorigenre_arrow.png) no-repeat right center;
	text-align: right;
	padding-right: 18px;
}

.itemList a {
	text-decoration: none;
	font-weight: bold;
	text-align: right;
	color: #5b6384;
}

.itemList a:hover {
	opacity: 0.8;
}

/*
	模型
------------------------------------*/
.itemList.model {
	margin-bottom: 0;
	padding: 0;
}

/*------------------------------------
	内部リンク
------------------------------------*/
.pb30 {
	padding-bottom: 40px;
}

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

a.internal-link {
	display: block;
	width: 600px;
	margin: -30px 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;
}

.bpt30 {
	padding-top: 30px;
}

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

	【新】買取品目

------------------------------------*/
.item-list {
	margin-bottom: 40px;
	padding: 40px 0 0;
	background: #fff;
}
#newestJisseki .item-list,.internal-link-linkbox .item-list{
	margin-bottom: 0;
}
.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;
	align-items: flex-end;
	margin: auto 2.5%;
}
.item-list__ttl--small{
	font-size: 22px;
	font-weight: 400;
	font-family: 'ヒラギノ明朝 ProN W3', 'HiraMinProN-W3', 'HG明朝E', 'ＭＳ Ｐ明朝', 'MS PMincho', 'MS 明朝', serif;
	line-height: 1;
	white-space: nowrap;
}
.item-list__ttl--large{
	font-size: 28px;
	line-height: 1;
	white-space: nowrap;
}
.swiper_sp {
	display: none !important;
}
.item-list__grid *{
	box-sizing: border-box;
}
.item-list__grid {
	display: grid;
    grid-template-columns: repeat(5, 1fr);
    grid-template-rows: repeat(3, 1fr);
    gap: 30px;
	width: 795px;
	text-align: center;
}
.item-list__name{
	display: grid;
	place-items: center;
	height: 30px;
	background: linear-gradient(90deg, #2C2D42, #2C2D42 15%, #4A5C63 25%, #2C2D42 40%, #2C2D42);
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
	font-size: 17px;
	font-family: var(--mincho-font);
	line-height: 1;
}
.item-list__grid a{
	display: flex;
	flex-direction: column;
	align-items: center;
	position: relative;
	width: 100%;
	height: 100%;
	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);
	text-decoration: none;
}

.item-list__grid a::after{
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	border-radius: 6px 0 0 6px;
	border-right: 15px solid #fff;
	border-image: linear-gradient(to top, #B4B4B4 0%, #4A5C63 100%) 1;
	content: '';
	transition: all .4s;
	opacity: 0;
}
.item-list__grid a:hover::after{
	opacity: 1;
	border-image: linear-gradient(to top, #193162 0%, #193162 100%) 1;
}
.item-list__grid a:hover img{
	transform: scale(1.08);
}
.item-list__grid-l a{
	justify-content: center;
	gap: 30px;
}
.item-list__grid-s a{
	gap: 4px;
	aspect-ratio: 135 / 120;
	padding-top: 10px;
}
.item-list__grid-m a{
	gap: 4px;
	padding-top: 10px;
}
.item-list__grid-vm a{
	justify-content: center;
	gap: 10px;
}
.item-list__grid-l .item-list__name{
	font-size: 22px;
}
.item-list__grid a:hover .item-list__name{
	color: #fff;
}
.item-list__name--small{
	font-size: 15px;
}
.sub-item-list__grid .item-list__name--small{
	font-size: 14px;
}
.item-list__grid-l img{
	aspect-ratio: 186 / 140;
	object-fit: contain;
	width: 186px;
	height: auto;
	margin: 0 auto;
}
.item-list__grid a img{
	transform: scale(1);
	transition: transform .4s;
}
.item-list__grid-m img{
	aspect-ratio: 240 / 72;
	object-fit: contain;
	width: 240px;
	height: auto;
	margin: 0 auto;
}
.item-list__grid-vm img{
	aspect-ratio: 72 / 220;
	object-fit: contain;
	width: 72px;
	height: auto;
	margin: 0 auto;
}
.item-list__grid-s img{
	aspect-ratio: 100 / 72;
	object-fit: contain;
	width: 100px;
	margin: 0 auto;
}

/*  グリッド配置
------------------------------------------------
【枝番の見方】 .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;
}
.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 ,.resultMore .swiper-slide-prev, .resultMore .swiper-slide-next {
	opacity: .4;
	transition: opacity 1s;
	pointer-events: none;
}
.item-list .swiper-controller ,.resultMore .swiper-controller{
	display: flex;
	justify-content: center;
	align-items: center;
	gap: 20px;
	margin-top: 30px;
	padding-bottom: 30px;
}
.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%);
	border-radius: 0;
	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: 11px;
	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: 20px;
}
.item-list .swiper-pagination-bullet, .resultMore .swiper-pagination-bullet{
	display: inline-block;
	width: 11px;
	height: 11px;
	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{
	grid-template-rows: auto !important;
}
.sub-item-list__grid-item a{
	gap: 4px;
	padding-top: 10px;
	width: 135px;
	height: 120px;
}

.sub-item-list__grid-item a img {
	width: 100px;
	height: 72px;
}
.swiper-button-lock{
	display: none;
}
.item-list .swiper-pagination-lock{
	display: none;
}
/*------------------------------------

	種類別買取品目をもっと見る / 種類別の実績・相場をもっと見る

------------------------------------*/
.itemMore * ,.resultMore *{
	box-sizing: border-box;
}
.resultMore{
	margin-bottom: 40px;
}
.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: 18px;
	text-align: center;
}
.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;
	background: var(--color-neutral-white);
}
.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{
	margin-top: 20px;
}
.resultCategory__list{
	margin-top: 25px;

}
.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: 15px;
	cursor: pointer;
}
.itemCategory__buttonText{
	width: 100%;
	position: relative;
	color: var(--color-neutral-white);
	font-family: var(--mincho-font);
	font-size: 18px;
	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: 75px;
	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 calc((100% - 255px * 3) / 2);
	overflow: hidden;
}
.resultCategory__list{
	display: flex;
	flex-wrap: wrap;
	gap: 15px 20px;
}
.resultCategory{
	flex: 0 0 calc(50% - 10px);
}
.itemSubcategory--home{
	flex: 0 0 100%;

	.itemSubcategory__link{
		font-size: 17px;
	}
}
.itemSubcategory:not(.itemSubcategory--home){
	flex: 0 0 255px;
}
.itemSubcategory__link ,.resultCategory__link{
	display: flex;
	justify-content: center;
	align-items: center;
	width: 100%;
	height: 40px;
	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: 15px solid #fff;
	border-image: linear-gradient(to bottom, #B4B4B4 0%, #4A5C63 100%) 1;
	border-radius: 6px 0 0 6px;
	font-size: 16px;
	font-family: var(--mincho-font);
	line-height: 1;
	text-decoration: none;
	text-align: left;
}
.itemSubcategory:last-child {
	margin-bottom: 20px;
}
.item-list .itemMore .swiper-controller {
	margin-top: 10px;
	padding-bottom: 30px;
}
.resultMore .swiper-controller {
	margin-top: 20px;
	padding-bottom: 30px;
}
/*------------------------------------

    footer

------------------------------------*/
footer {
	width: 100%;
	background-color: var(--color-neutral-lighter);
	padding-top: 50px;
}

.footer__nav{
	width: 1200px;
	display: flex;
	align-items: flex-start;
	justify-content: center;
	gap: 42px;
	margin: 0 auto 70px;
}

.footer__nav a{
	text-decoration: none;
}

/* footer 買取方法ボタン
------------------------------------*/
.purchase-way__inner {
	width: 294px;
	background: var(--color-primary);
	box-sizing: border-box;
	padding: 20px 15px;
	margin-bottom: 10px;
}

.footer__purchase-way-txt{
	border-bottom: 2px solid var(--color-accent-light);
	font-weight: bold;
	line-height: 1;
	margin-bottom: 10px;
	padding-bottom: 10px;
	text-align: center;
	color: #fff;
}

.footer__purchase-way-list{
	display: flex;
	gap: 8px;
}

.footer__purchase-way-list li{
	width: 100%;
}

.footer__purchase-way-btn{
	display: block;
	width: 100%;
	height: 80px;
	box-sizing: border-box;
	color: var(--color-button-transition);
	font-weight: bold;
	padding-top: 10px;
	text-align: center;
	transition: 0.4s;
}

.footer__purchase-way-btn:hover{
	transition:0.4s;
	background-color:#FFFFF1;
}

.footer__purchase-way-btn--left {
	background: no-repeat center 43px / 56px url(https://nikkoudou-kottou.com/img/common/treeway_img02_v4.webp) #fff;
}
.footer__purchase-way-btn--center {
	background: no-repeat center 40px / 43px url(https://nikkoudou-kottou.com/img/common/treeway_img01_v4.webp) #fff;
}
.footer__purchase-way-btn--right {
	background: no-repeat center 40px / 43px url(https://nikkoudou-kottou.com/img/common/treeway_img03_v4.webp) #fff;
}

/* footer 各種リンク
------------------------------------*/
.footer__nav-sitemap{
	display: flex;
	gap: 42px;
	font-size: 14px;
}

.footer__nav-item--head{
	border-bottom: solid 1px #333;
	font-weight: bold;
	margin-bottom: 10px;
	padding-bottom: 5px;
}

.footer__nav-sitemap li{
	line-height: 1.5;
	margin-bottom: 10px;
}

.footer__nav-sitemap a{
	color: var(--color-secondary-dark);
}

.footer__nav-sitemap--left{
	width: 180px;
}

.footer__nav-sitemap--center{
	width: 420px;
}

.footer__nav-sitemap--right{
	width: 180px;
}

.footer__nav-kaitori-list{
	display: flex;
	flex-wrap: wrap;
}

.footer__nav-kaitori-list li{
	width: 140px;
}

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

/*個物許可証
------------------------------------*/
footer .proof {
	font-size: 14px;
	text-align: center;
}

/*プライバシーマー
------------------------------------*/
.privacy-mark {
	display: flex;
	align-items: center;
	justify-content: center;
	gap: 1rem;
	width: 610px;
	margin: 0 auto 10px;
	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: 12rem;
		height:7.5rem;
	}
}

/*コピーライト
------------------------------------*/
footer .copyWrite {
	background-color: var(--color-primary-dark);
	text-align: center;
	padding: 6px 0;
	color: #fff;
}

footer .copyWrite a {
	color: #fff;
	text-decoration: none;
}

/*footer.form
------------------------------------*/
footer.form {
	background: #fff;
}

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

	問い合わせ

------------------------------------*/
.campaign {
	margin-bottom: 40px;
}
.campaign .campaign-info {
	padding: 6px 0 0 10px;
	font-size: 13px;
	line-height: 20px;
	color: #000;
}
.campaign.side-by-side {
	display: flex;
	justify-content: center;
	box-sizing: border-box;
	gap: 2%;
}
.campaign__img.pcver {
	display: block;
	flex: 0 0 29%;
	font-size: 0;
	line-height: 0;
}
.campaign__img.pcver img {
	width: 100%;
	max-height: 286px;
	object-fit: contain;
	margin: 0;
	padding: 0;
	border: 0;
}
.inner-modal--img img {
	margin: 0 auto;
	width: 50%;
}

.contact a {
	display: block;
	border-radius: 60px;
	text-decoration: none;
	text-align: center;
	color: #fff;
}
.contact {
	background-color: #fff;
	margin-bottom: 50px;
	padding-bottom: 30px;
}
.contact__ttl {
	background-color: var(--color-primary);
	margin-bottom: 30px;
	padding: 1.8rem 0;
	font-size: 2.4rem;
	text-align: center;
	color: #fff;
}
.contact__subttl {
	margin-bottom: 20px;
	font-size: 1.8rem;
	line-height: 1.88em;
	text-align: center;
	font-weight: bold;
}
.contact__common-ttl::before {
	content: '';
	display: inline-block;
	margin-right: 0.7em;
	width: 1.5em;
	height: 1.5em;
}

/* 電話 */
.contact__telbox {
	margin: 0 2% 20px;
}
.contact .contact__telbtn {
	font-family: 'Yu Mincho', 'YuMincho';
	font-weight: 600;
	font-size: 6.8rem;
	pointer-events: none;
	color: var(--color-ruby);
	margin-bottom: 10px;
}
.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__txt {
	text-align: center;
}
.contact__linebox,
.contact__mailbox {
	width: 860px;
	margin: 0 auto 20px;
	display: grid;
	grid-template-columns: repeat(2, 1fr);
	grid-column-gap: 0px;
	grid-row-gap: 0px;
}
.contact__common-ttl {
	display: flex;
	background-color: #f1f2f3;
	margin-right: 4%;
	font-weight: bold;
	justify-content: center;
	align-items: center;
}
.tel__sub-txt {
	font-size: 20px;
	margin-bottom: 8px;
}


/* line */
.contact__linebox .contact__common-ttl::before {
	background: url(https://nikkoudou-kottou.com/img/common/contact_img03.png) no-repeat center/contain;
}
.contact__mailinner .contact__linebtn {
background-color: var(--color-button-transition);
	margin-top: 10px;
}
/* mail */
.contact__mailbox .contact__common-ttl::before {
	background: url(https://nikkoudou-kottou.com/img/common/contact_img04.png) no-repeat center/contain;
}
.contact__mailbox .contact__mail1 {
background-color: var(--color-button-transition);
	margin-bottom: 10px;
}
.contact__mailinner {
	display: flex;
}
.contact__mailinner > a {
	width: 100%;
	background-color: var(--color-button-transition);
	padding: 1.6rem 0;
	font-size: 1.75rem;
	color: #fff;
}
.contact__mailinner a:nth-child(2) {
	margin-left: 10px;
}
.contact-attention{
	box-sizing: border-box;
	width: 860px;
	padding: 15px;
	margin: 0 auto;
	border: solid #333 1px;
	font-size: 15px;
}
.contact-attention__txt{
	text-align: center;
	line-height: 1.5;
}

/* =====================================
	食器・骨董共通コンテンツ
======================================= */

/*---------------------------------------
	最新買取実績
-------------------------------------- */
#newestJisseki {
	margin-bottom: 60px;
}

#newestJisseki .newestJTxt {
	font-size: 14px;
	text-align: center;
	color: #85252e;

	border: 1px solid #85252e;
	width: 760px;
	padding: 20px;
	margin: 0 auto 20px;
}

/*レイアウトr*/
#newestJisseki .newestJBox {
	width: 900px;
	margin: auto;
	display: flex;
	flex-wrap: wrap;
	gap: 30px;
}

#newestJisseki .newestJBox li {
	width: 280px;
}

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

/*タグ*/
#newestJisseki .newestJBox li .tag {
	background: #193162;
	color: #fff;
	text-align: center;
	font-size: 13px;
	margin-bottom: 10px;
}

/*テキスト*/
#newestJisseki .newestJBox li .txt .ttl {
	color: #12476b;
	margin-bottom: 4px;
}

#newestJisseki .newestJBox li .txt p {
	line-height: 1.4em;
	font-size: 14px;
}

/*価格*/
#newestJisseki .newestJBox li .price .small::after {
	content: '：';
}

#newestJisseki .newestJBox li .price .red {
	font-size: 18px;
	font-weight: bold;
	color: #85252e;
}

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

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

#comparison .ttl .beige {
	font-size: 18px;
	color: #5b4d31;
	margin-bottom: 6px;
}

#comparison .ttl .bule {
	font-family: 'ヒラギノ明朝 ProN W6', 'HiraMinProN-W6', 'HG明朝E',
		'ＭＳ Ｐ明朝', 'MS PMincho', 'MS 明朝', serif;
	font-size: 28px;
	color: #12476b;
	font-weight: bold;
	margin-bottom: 10px;
}

/*テキスト*/
#comparison .txt {
	width: 900px;
	margin: 0 auto 30px;
}

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

#comparison .comparisonBox .txtBox {
	width: 490px;
	margin-right: 20px;
}

#comparison .comparisonBox .comparisonBttl {
	color: #193162;
	margin-bottom: 4px;
	font-size: 20px;
	font-weight: bold;
}

#comparison .comparisonBox .comparisonBtxt {
	height: 50px;
	margin-bottom: 10px;
	font-size: 18px;
}

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

#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;
	padding-left: 30px;
}

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

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

/*-----------------------------------------------
実績+お客様の声
-----------------------------------------------*/
#voice {
	padding: 40px 0;
	background: #fff;
	margin-bottom: 60px;
}

/*メインタイトル*/
#voice h2 {
	border-bottom: none;
	color: #fff;
	background: var(--color-primary);
	padding: 20px 0;
	text-align: center;
	box-sizing: border-box;
	margin: 0 20px 30px;
}

#voice h2 span {
	background: none;
	padding: 0;
}

/*大枠*/
#voice .voiceBox {
	width: 950px;
	margin: 0 auto 40px;
	background: url(https://nikkoudou-kottou.com/img/common/pt3.png);
}

#voice .voiceBox:last-child {
	margin-bottom: 0;
}

/*内枠*/
#voice .voiceBox .voiceIn {
	width: 880px;
	margin: 0 auto 50px;
	display: flex;
}

/*イメージ*/
#voice .voiceBox .voiceIn .voiceImg {
	margin-right: 30px;
}

#voice .voiceBox .voiceIn .voiceTxt {
	width: 580px;
}

#voice .voiceBox .voiceIn .voiceTxt .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 20px;
	margin-bottom: 10px;
}

#voice .voiceBox .voiceIn .voiceTxt p {
	width: 520px;
	margin: 0 auto 10px;
	font-size: 15px;
}

/*買取地域*/
#voice .voiceBox .voiceIn .voiceTxt .from p {
	font-size: 15px;
	padding: 10px 30px 10px 0;
	text-align: right;
}

#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 {
	position: relative;
	width: 950px;
	margin: auto;
	font-size: 15px;
	background: #dcd3d3;
	padding: 20px 0 17px;
}

#voice .assess p {
	width: 670px;
	margin-left: 240px;
	padding:10px 0 0 0;
}

#voice .assess .assessImg {
	position: absolute;
	bottom: 0;
}

#voice .assess .assessIcon p {
	font-family: 'ヒラギノ明朝 ProN W6', 'HiraMinProN-W6', 'HG明朝E',
		'ＭＳ Ｐ明朝', 'MS PMincho', 'MS 明朝', serif;
	font-size:2rem;
	color: #6c4242;
	border-bottom: 2px solid #6c4242;
	padding:0px;
}
/*地域ページの査定士の声*/
/*査定士の声*/
#chiiki-voice .assess {
	position: relative;
	width: 950px;
	margin: auto;
	font-size: 15px;
	background: #dcd3d3;
	padding: 20px 0 17px;
}

#chiiki-voice .assess p {
	width: 670px;
	margin-left: 240px;
	padding:10px 0 0 0;
}

#chiiki-voice .assess .assessImg {
	position: absolute;
	bottom: 0;
}

#chiiki-voice .assess .assessIcon p {
	font-family: 'ヒラギノ明朝 ProN W6', 'HiraMinProN-W6', 'HG明朝E',
		'ＭＳ Ｐ明朝', 'MS PMincho', 'MS 明朝', serif;
	font-size:2rem;
	color: #6c4242;
	border-bottom: 2px solid #6c4242;
	padding:0px;
}


/*------------------------------------------
お客様の声(スライダー)
-------------------------------------------*/
.voice-box{
	padding: 50px 0 30px !important;
	background: var(--color-primary) !important;
}
.voice-box .voice__ttl{
	background: transparent !important;
	padding: 0 !important;
}

.voice__swiper{
	margin-bottom: 30px;
}
.voice__item{
	padding: 30px 30px 0;
	background: #fff;
}
.voice__item--top{
	display: flex;
	justify-content: space-between;
	gap: 25px;
	margin-bottom: 25px;
}
.voice__img{
	position: relative;
	width: 295px;
}
.voice__img img{
	width: 295px;
	height: auto;
	aspect-ratio: 295 / 196;
	object-fit: cover;
}
.voice__tag{
	position: absolute;
	top: 10px;
	left: -8px;
	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-left: 10px;
	background: #D1CAB0;
	color: #0A0425;
	font-size: 16px;
	font-family: var(--mincho-font);
	line-height: 30px;
}

.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: 15px;
	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{
	height: calc(100% - 90px);
	position: relative;
	font-size: 15px;
	line-height: 1.5;
}
.voice__customer-txt--attribute{
	position: absolute;
	bottom: -5px;
	right: 0;
	font-size: 13px;
}
.voice__item--bottom{
	display: flex;
	justify-content: flex-end;
	position: relative;
}
.voice__assess-img{
	position: absolute;
	bottom: 0;
	left: -30px;
	width: 180px;
}
.voice__assess-img img{
	width: 100%;
}
.voice__assess-txt-wrapper{
	flex: 0 0 500px;
	margin-bottom: 20px;
}
.assess-midashi{
	margin-bottom: 10px;
	padding-bottom: 3px;
	border-bottom: solid 2px var(--color-button-transition);
	color: var(--color-button-transition);
	font-size: 18px;
	font-family: var(--mincho-font);
}
.voice__assess-txt{
	min-height: 5.9em;
	font-size: 15px;
	line-height: 1.5;
}
.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;
}

.swiper-voice-control{
	display: flex;
	justify-content: center;
	align-items: center;
	gap: 20px;
	margin-top: 20px;
}
.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: 11px;
	height: 11px;
	border-radius: 50%;
	background: #fff;
	cursor: pointer;
}
.voice-box .swiper-pagination-bullet-active {
	background: #4D4F5E;
	border: solid 1px #fff;
}

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

	フッター固定問い合わせ

======================================= */
/* 固定バナー
-------------------------- */
#footer-banner {
	position: relative;
	position: fixed;
	bottom: 10px;
	right: 20px;
	width: 260px;
	z-index: 9999999;
}

/* バナー部分 ------------------------ */
#footer-banner .frame {
	padding: 10px 0;
	border: solid 2px var(--color-primary);
	background: #fff;
}

/* 見出し */
#footer-banner .frame .title {
	margin: 0 0 0.6rem;
	padding: 0 10px;
	color: #3a3f4e;
	font-size: 20px;
	font-family: '游明朝', YuMincho, 'ヒラギノ明朝 ProN W3',
		'Hiragino Mincho ProN', 'HG明朝E', 'ＭＳ Ｐ明朝', 'ＭＳ 明朝', serif;
	font-weight: bold;
	text-align: center;
	letter-spacing: 0.08em;
}

/* 小見出し */
#footer-banner .frame .sub-title {
	display: block;
	margin: 16px 0 6px;
	font-size: 14px;
	line-height: 1em;
	text-align: center;
}

#footer-banner .frame .sub-title small {
	display: block;
	margin-top: 4px;
}

/* 注釈 */
#footer-banner .frame .banner-caution {
	margin: 0 10px;
	display: block;
	color: #8d8974;
	font-size: 12px;
	text-align: center;
}

#footer-banner .frame *+.banner-caution {
	margin-top: 4px;
}

/* tel ------------------------ */
#footer-banner .frame .tel-box {
	padding: 10px 10px 16px;
	background: #f8f9fd;
	position: relative;
}

#footer-banner .frame .tel-box .call {
	font-family: 'Roboto Condensed', sans-serif;
	margin-bottom: 12px;
	color: #b31037;
	font-weight: bold;
	font-size: 34px;
	text-align: center;
	position: relative;
	letter-spacing: 0.1px;
}

#footer-banner .frame .tel-box .call::before {
	content: '';
	display: inline-block;
	margin-right: 0.2em;
	width: 26px;
	height: 30px;
	background: url(https://nikkoudou-kottou.com/img/common/contact_img01.svg) no-repeat bottom / 26px;
}

/* 受付時間 */
#footer-banner .frame .tel-box .time {
	display: block;
	color: #8d8974;
	font-size: 1.1rem;
	text-align: center;
	line-height: 0;
}

/* mail --------------------- */
#footer-banner .frame .mail-box {
	margin: 0 10px;
}
#footer-banner .frame .mail-box .button-area {
	display: flex;
}
#footer-banner .frame .mail-box .button-area a {
	box-sizing: border-box;
	display: block;
	width: 100%;
	padding: 1.4rem 0;
	background: var(--color-button-transition);
	background-size: 52%;
	border-radius: 6px;
	color: #fff;
	text-decoration: none;
	text-align: center;
	transition: all 0.3s;
}

#footer-banner .frame .mail-box .button-area a.apply {
	background: #193162;
	background-size: 52%;
	color: #fff;
}

#footer-banner .frame .mail-box .button-area a p {
	text-align: center;
	display: block;
	font-weight: bold;
	font-size: 14px;
	line-height: 1em;
	letter-spacing: 0.08em;
}

/* hover */
#footer-banner .frame .mail-box .button-area a:hover,
#footer-banner .frame .line-box .button-area a:hover {
	opacity: 0.8;
}

/* line --------------------- */
#footer-banner .frame .line-box {
	margin: 10px 10px 0;
}

#footer-banner .frame .line-box .button-area a {
	text-align: center;
	background-color: var(--color-button-transition);
	background-size: 22%;
	width: 100%;
	text-decoration: none;
	box-sizing: border-box;
	display: block;
	color: #fff;
	font-weight: bold;
	padding: 0.8rem 0;
	border-radius: 6px;
}

/* 閉じるbtn */
#footer-banner .close-btn {
	cursor: pointer;
	border-top: solid 2px var(--color-primary);
	width: 40px;
	height: 1.6rem;
	background: var(--color-primary);
	position: relative;
	position: absolute;
	top: -1.6rem;
	right: 0;
}

#footer-banner .close-btn .line-1,
#footer-banner .close-btn .line-2,
#footer-banner .close-btn .line-3 {
	display: block;
	margin: 0 auto;
	border-radius: 10px;
	background: #fff;
	position: absolute;
	top: 50%;
	left: 50%;
	transition: transform 0.6s ease, top 0.6s ease;
}

#footer-banner .close-btn .line-1 {
	width: 3px;
	height: 1.2rem;
	transform-origin: center;
	transform: translate(-50%, -50%) rotate(-45deg);
}

#footer-banner .close-btn .line-2,
#footer-banner .close-btn .line-3 {
	width: calc(1.2rem / 2);
	height: 3px;
	position: absolute;
	transform: translate(0, -50%) rotate(-45deg);
}

#footer-banner .close-btn .line-2 {
	left: calc((40px - 1.2rem) / 2);
	transform-origin: top right;
}

#footer-banner .close-btn .line-3 {
	right: calc((40px - 1.2rem) / 2);
	transform-origin: top left;
}

#footer-banner .close-btn.open .line-1 {
	transform: translate(-50%, -50%) rotate(0);
}

#footer-banner .close-btn.open .line-2 {
	transform: rotate(-45deg);
	top: 0;
}

#footer-banner .close-btn.open .line-3 {
	transform: rotate(45deg);
	top: 0;
}

#footer-banner .close-btn.open .line-1,
#footer-banner .close-btn.open .line-2,
#footer-banner .close-btn.open .line-3 {
	transition: transform 0.6s ease, top 0.6s ease;
}

/* =====================================
	キャンペーンモーダル(タブレット調整)
======================================= */
@media screen and (min-width: 770px) {
	.btabNon {
		display: none !important;
	}
}

/*買取の流れ(price-flow)
--------------------------------------------------------*/
.price-flow {
	background: #fff;
	padding: 50px 0;
}
.price-flow__ttl {
	text-align: center;
	margin-bottom: 60px;
}
.price-flow__ttl--sub {
	font-size: 1.8rem;
	position: relative;
	margin-bottom: 20px;
}
.price-flow__ttl--main {
	font-size: 3.2rem;
}
.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% - 13.2em);
}
.price-flow__list {
	width: 920px;
	margin: 0 auto;
}
.price-flow__list ol {
	display: flex;
	justify-content: space-between;
}
.price-flow__list ol li {
	flex: 0 0 280px;
	position: relative;
}
.price-flow__list ol li:not(:last-child)::after {
	content: '';
	width: 31px;
	height: 31px;
	position: absolute;
	top: calc(50% - 16px);
	right: -36px;
}
.price-flow__list ol li:first-child::after {
	background: no-repeat center / contain url(https://nikkoudou-kottou.com/img/common/flow_right-arrow_a2.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_b2.webp);
}
.price-flow__box {
	width: 100%;
	height: 250px;
	border-radius: 30px;
	box-sizing: border-box;
	color: #fff;
	padding: 54px 10px 10px 10px;
	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: 60px;
	aspect-ratio: 1 / 1;
	background: #fff;
	border: 3px solid;
	border-radius: 100%;
	font-family: var(--mincho-font);
	font-size: 2.8rem;
	position: absolute;
	top: -30px;
	left: calc(50% - 30px);
}
.price-flow__box--first .price-flow__list-number {
	border-color: #597498;
	color: #597498;
}
.price-flow__box--second .price-flow__list-number {
	border-color: #29466B;
	color: #29466B;
}
.price-flow__box--third .price-flow__list-number {
	border-color: var(--color-primary);
	color: var(--color-primary);
}
.price-flow__list-ttl {
	font-family: var(--mincho-font);
	font-size: 2.8rem;
	margin-bottom: 25px;
	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: -1.5rem;
}
.price-flow__content-txt {
	width: fit-content;
	line-height: 1.5;
	margin: 0 auto 10px;
}
.price-flow__content-txt .txt--small {
	font-size: 1.4rem;
}
.price-flow__img-wrap {
	text-align: center;
}
.price-flow__img1 {
	width: 102px;
}
.price-flow__img2 {
	width: 74px;
}
.price-flow__img3 {
	width: 110px;
	margin-top: 6px;
}


/*買取方法(purchase-way)
--------------------------------------------------------*/
.purchase-way {
	background-color: var(--color-primary);
	padding: 100px 0 50px;
	margin-bottom: 60px;
	position: relative;
}

.purchase-way__ttl {
	text-align: center;
	margin-bottom: 30px;
	color: #fff;
}

.purchase-way__ttl_sub {
	font-size: 1.8rem;
	margin-bottom: 10px;
}

.purchase-way__ttl_main {
	font-size: 3.8rem;
	line-height: 3.8rem;
}

.purchase-way__list>ul {
	width: 942px;
	height: 224px;
	display: flex;
	justify-content: space-between;
	margin: 0 auto;
}

.purchase-way__list ul li:not(:nth-child(2)) {
	flex: 0 0 238px;
}

.purchase-way__list ul li:nth-child(2) {
	flex: 0 0 426px;
}

.purchase-way__list a {
	text-decoration: none;
	position: relative;
}

.purchase-way__box {
	width: 100%;
	height: 100%;
	background: #fff;
	box-sizing: border-box;
	color: #000;
	transition: .4s;
	padding: 17px 10px 10px;
}

/*hover*/
.purchase-way__box:hover {
	background-color: #FFFFF1;
	transition: 0.4s;
}

.purchase-way__box--second {
	position: relative;
}

.purchase-way__box--txt {
	font-size: 18px;
	text-align: center;
}

.purchase-way__box--ttl {
	display: flex;
	justify-content: center;
	align-items: center;
	font-family: var(--mincho-font);
	font-size: 3.2rem;
	line-height: 3.2rem;
	padding: 10px 0 0px;
}

.purchase-way-circle__txt {
    margin-left: -9px;
}

.purchase-way__box--ttl .txt {
	/* margin-right: 12px; */
}

.purchase-way__box img {
	margin: 0 auto;
	width: 100%;
}

.mobile-service__wrap {
	width: 340px;
	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.6rem;
}

.mobile-service__wrap .img-wrap {
	margin-right: 20px;
}

.purchase-way__box--first .img-wrap {
    max-width: 111px;
    width: 100%;
    height: 77px;
    margin: auto;
}

.purchase-way__box--second .img-wrap {
    max-width: 135px;
    width: 100%;
    height: 60px;
    margin: 0 25px 0 auto;
}

.purchase-way__box--third .img-wrap {
    max-width: 99px;
    width: 100%;
    height: 76px;
    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: 20px;
	padding-bottom: 20px;
}

.purchase-way__box--second .purchase-way-txt__item {
	margin-bottom: 20px;
	padding-bottom: 19px;
}
.purchase-way-flex__box {
	display: flex;
	align-items: center;
	justify-content: space-between;
	max-width: 230px;
	width: 100%;
	margin: 0 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) * 25px / 3);
	width: 26px;
	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) * 96% / 3);
    width: 100%;
    clip-path: polygon(100% 0, 0 0, 50% 100%);
    background-color: #fff;
    position: absolute;
    top: -0.5px;
    bottom: auto;
}


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

	ワードプレス

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

/*レイアウト*/
#report ul {
	width: 930px;
	margin: 0 auto;
}

#report ul li.reportBox {
	width: 440px;
	float: left;
	margin: 0 50px 50px 0;
}

/*マージン打消し*/
#report ul li.reportBox:nth-child(even) {
	margin-right: 0;
}

/*コンテンツ内タイトル*/
#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: 76%;
	font-size: 15px;
	line-height: 2rem;
}

/*コンテンツレイアウト*/
#report .reportCon {
	margin-top: 10px;
}

#report .reportCon .reportImg {
	width: 120px;
	margin-right: 20px;
	float: left;
}

#report .reportCon .reportTxt {
	position: relative;
	width: 300px;
	float: left;
	min-height: 120px;
}

#report .reportTxt p {
	font-size: 14px;
	line-height: 22px;
}

#report .reportTxt .moreBtn {
	position: absolute;
	background: #3d506b;
	padding: 2px 8px;
	font-size: 12px;
	bottom: -20px;
	right: 0;
}

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

#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 2%;
}

#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(25% - 15px);
}

#report-jisseki .col2-col4>*:nth-of-type(4n) {
	margin: 20px 0 0 0;
}

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

#report-jisseki .col2-col4 .data .img:hover {
	opacity: 0.8;
}

#report-jisseki .results-list .data .spec {
	padding: 10px;
	position: static;
	background: none;
	bottom: 29px;
	width: 100%;
	box-sizing: border-box;
	border-bottom: 1px solid #fff;
}

#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 dt {
	font-weight: bold;
}

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

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

#report-jisseki .results-list .data .spec .price .sankou {
	color: #4c5161;
	font-size: 12px;
	transform: scale(1);
	transform-origin: 0 0;
	margin-right: 0;
}

#report-jisseki .results-list .data .spec .price .sankou br {
	display: none;
}

#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 {
	display: flex;
	font-size: 1.2rem;
	padding: 6px 0 10px;
}

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

#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: 50%;
	right: 10px;
	margin-top: -5px;
}

#report-jisseki .alert {
	text-align: center;
	color: #882339;
	font-size: 14px;
	padding: 40px 0;
}

#report-jisseki .alert {
	text-align: center;
	color: #882339;
	font-size: 14px;
	padding: 40px 0;
}

#report-jisseki .blog_link {
	margin-bottom: 50px;
}

#report-jisseki .blog_link p {
	text-align: center;
}

#report-jisseki .blog_link .btn {
	background: url(https://nikkoudou-kottou.com/img/common/arrow.png) no-repeat, #3b4061;
	background-position: 660px center;
	width: 700px;
	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;
	color: #fff;
	width: -moz-fit-content;
	width: fit-content;
	padding: 2px 1.2em;
	background: #212c55;
	border: 1px solid #888888;
	right: 0;
	margin: 3px;
	z-index: 1;
}

.results-list .data .type a {
	color: #ffffff;
	text-decoration: none;
}

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

/* MV
---------------------------------------------------------- */

#keyvisuaG {
	margin-bottom: 40px;
}

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

#guide-con {
	background: #fff;
	padding-top: 30px;
	padding-bottom: 20px;
	margin-bottom: 40px;
}

#guide-con picture {
	width: 950px;
}

#guide-con picture img {
	margin: 0 auto;
	margin-bottom: 20px;
}

#guide-con .txt {
	width: 900px;
	margin: 0 auto;
	line-height: 2em;
}

/* メニュー
---------------------------------------------------------- */

#guide-menu {
	background: #fff;
	padding-top: 30px;
	padding-bottom: 30px;
	margin-bottom: 40px;
}

#guide-menu ul {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-around;
	align-items: center;
	width: 890px;
	margin: 0 auto;
	height: 100px;
}

#guide-menu ul li {
	border-bottom: solid 2px #4d5263;
	width: 33%;
	max-width: 250px;
	font-size: 20px;
}

#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: 24px;
	background-image: url(https://nikkoudou-kottou.com/img/common/arrow_right.svg);
	background-size: contain;
	vertical-align: middle;
}

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

#guide-reason {
	background: #fff;
	padding-top: 30px;
	padding-bottom: 30px;
	margin-bottom: 40px;
	position: relative;
	z-index: -10;
}

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

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

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

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

#guide-reason .guide-rason-main li h3 {
	display: flex;
	align-items: center;
	font-size: 23px;
	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: 32px;
	border-right: solid 1px #4d5263;
	padding: 3px 10px 3px 0;
	margin-right: 10px;
	background-size: contain;
	vertical-align: middle;
}

#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 ';
}

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

#guide-reason .guide-reason-icon li {
	width: 200px;
	background-color: #f7f6ed;
	padding: 20px 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;
}

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

#guide-reason .guide-reason-icon li:nth-child(1) img {
	width: 60px;
	margin: 0 auto;
}

#guide-reason .guide-reason-icon li:nth-child(2) img {
	width: 63px;
	margin: 0 auto;
}

#guide-reason .guide-reason-icon li:nth-child(3) img {
	width: 62px;
	margin: 0 auto;
}

#guide-reason .guide-reason-icon li:nth-child(4) img {
	width: 67px;
	margin: 0 auto;
}

#guide-reason .guide-reason-icon li:nth-child(5) img {
	width: 62px;
	margin: 0 auto;
}

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

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

  max-width: 700px;
  height: 109px;
  margin: 0 auto;
}
#guide-reason .guide-reason-icon li {
  width: 200px;
  height: 109px;
  background-color: #F7F6ED;
  position: relative;
  z-index: -1;
  overflow: hidden;

  display: flex;
  justify-content: space-around;
  align-items: center;
}
#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(-15deg);
  transform-origin: bottom right;
}
#guide-reason .guide-reason-icon li:nth-child(1) img {
  width: 67px;
  margin: 0 auto;
  margin-left: 10px;
}
#guide-reason .guide-reason-icon li:nth-child(2) img {
  width: 60px;
  margin: 0 auto;
  margin-left: 10px;
}
#guide-reason .guide-reason-icon li:nth-child(3) img {
  width: 62px;
  margin: 0 auto;
  margin-left: 10px;
}
#guide-reason .guide-reason-icon p {
  font-size: 16px;
  color: #4D5263;
  font-weight: bold;
  text-align: center;
  margin-right: 10px;
} */

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

.qa-con .qa-box {
	box-sizing: border-box;
	border-left: 2px solid #d1d2d3;
	border-right: 2px solid #d1d2d3;
	border-bottom: 2px solid #d1d2d3;
	margin: 0 30px;
	padding-bottom: 20px;
	padding-top: 30px;
}

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

.qa-con .qa-box dl {
	margin: 0 30px 20px;
}

.qa-con .qa-box dl dt {
	color: #647892;
	font-size: 18px;
	height: 42px;
	line-height: 42px;
	font-weight: bold;
	padding-left: 60px;

	border-bottom: 2px solid #7b8fa8;
	background: url(https://nikkoudou-kottou.com/img/common/qa_q.svg) 10px center / 28px 28px no-repeat;
}

.qa-con .qa-box dl dd {
	padding: 0 42px 0 50px;
	min-height: 46px;
	margin: 10px 0 10px 0;
	line-height: 1.9em;
	background: url(https://nikkoudou-kottou.com/img/common/qa_a.svg) 16px 2px / 17px 17px no-repeat;
}

.qa-con .qa-box dl dd p {
	border-left: 1px dashed #7b8fa8;
	padding-left: 10px;
}

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

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

.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;
	background-color: #fff;
}

.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 {
	background: #fff;
	padding-top: 30px;
	padding-bottom: 30px;
	margin-bottom: 40px;
}

#guide-voice h2.main-ttl04 {
	margin-bottom: 60px;
}

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

	max-width: 800px;
	margin: 0 auto;
	margin-bottom: 60px;
}

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

#guide-voice ul .guide-voice-flex {
	display: flex;
	position: relative;

	justify-content: center;
	align-items: center;
	background-color: #ebebeb;
	height: 60px;
}

#guide-voice ul .guide-voice-flex img {
	width: 100px;

	position: absolute;
	bottom: 0;
	left: 200px;
}

#guide-voice ul .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;
	margin-left: 100px;
}

#guide-voice ul li p {
	padding: 30px 15px 0 15px;
	max-width: 600px;
	margin: 0 auto;
	margin-bottom: 50px;
}

#guide-voice .nikkoudo-voice {
	max-width: 700px;
	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;
	max-width: 700px;
	padding: 10px;
}

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

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

	SEOコンテンツ knowledge

--------------------------------------------*/
.knowledge{
	margin-bottom: 40px;
	padding: 50px 0;
	background: #fff;
}
.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: 2.4rem;
}
.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: 3.6rem;
}
.knowledge-item{
	width: calc(100% - 20px);
	max-width: 850px;
	margin: 0 auto 20px;
	padding-bottom: 20px;
	transition: all .6s;

	ul{
		margin: 10px 20px;
	}
}
.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: 80px;
	padding: 0 50px;
	cursor: pointer;
}
.knowledge-item__ttl-txt{
	width: 100%;
	color: #fff;
	font-size: 2.4rem;
	transform: scale(1);
	transform-origin: 0 50%;
	transition: all .6s;
}
.knowledge-item__ttl .arrow{
	display: block;
	width: 17px;
	height: 16px;
	border-right: solid 4px #fff;
	border-bottom: solid 4px #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 20px;
	background: #fff;
	border-radius: 20px;
}
.knowledge-item__content-inner{
	overflow: hidden;
}
.knowledge-item__content-head{
	display: flex;
	align-items: center;
	height: 40px;
	position: relative;
	margin: 20px 20px 10px;
	padding-left: 44px;
	border-bottom: solid 3px #ACACAC;
	font-size: 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{
	display: flex;
	width: 780px;
	margin: 10px 10px 20px auto;

	.knowledge-item__img img{
		width: 200px;
		height: auto;
	}
	.knowledge-item__content-txt{
		margin: 0 20px;
	}
	.knowledge-item__list{
		margin: 0 20px 0 0;
	}
	.knowledge-item__ps{
		width: calc(100% - 230px);
	}
	.knowledge-item__ps:first-child{
		margin-left: 0;
		margin-right: 20px;
	}
	.knowledge-item__ps:last-child{
		margin-left: 20px;
		margin-right: 0;
	}
}
.knowledge-item__img img{
	width: auto;
	margin: 0 auto;
}
.knowledge-item__list{
	display: flex;
	flex-direction: column;
	gap: 10px;
	width: 550px;

	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__table{
	width: 770px;
	margin: 0 30px 20px 20px;
	th{
		padding: 4px;
		background: var(--color-neutral-light);
		color: var(--color-txt);
		font-size: 16px;
	}
	td{
		padding: 2px;
		font-size: 15px;
	}
}
.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__flex{
		width: 770px;
	}
}
.knowledge-item__img--full{
	width: 770px;
	margin: 20px auto;
}
.knowledge-item__img--full img{
	width: 100%;
	height: auto;
	aspect-ratio: 7 / 2;
	object-fit: cover;
}
.knowledge-item__content-txt{
	margin: 10px 20px 20px;
}
.knowledge .us-list-box {
	width: 770px;
	margin: 10px 20px;
}
.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(.83);
	transform-origin: 0 50%;
	transition: all .6s;
}
.knowledge-item__ttl:not(.notshow):hover .arrow{
	animation: .4s forwards up;
}
.knowledge-item__ttl:not(.notshow):hover .knowledge-item__ttl-txt{
	animation: .4s forwards up2;
}
@keyframes up {
    0% {
        margin-top:  -5px;
    }
    40% {
        margin-top:  -11px;
    }
	100% {
        margin-top:  -5px;
    }
}
@keyframes up2 {
    0% {
        margin-top:  0;
    }
    40% {
        margin-top:  -6px;
    }
	100% {
        margin-top:  0;
    }
}
.knowledge-item.notshow:hover{
	filter: brightness(1.4);
}
.knowledge__btn{
	width: 380px;
	margin: 0 auto 20px;

	a{
		display: flex;
		justify-content: center;
		align-items: center;
		width: 380px;
		height: 46px;
		border-radius: 10px;
		background: var(--color-secondary);
		color: var(--color-neutral-white);
		text-decoration: none;
	}
}

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

【WP】買取実績

---------------------------------------*/
#result-report.new-result {
	background-color: #0A0425;
	margin: 40px 0;
	padding: 50px 0;
	color: #fff;
	overflow: hidden;
	.result-report__ttl {
		text-align: center;
		margin-bottom: 30px;
	}

.result-report__swiper {
	position: relative;
	margin-bottom: 30px;
	.swiper-pagination {
		text-align: center;
	}
}
.result-report__box {
	margin-bottom: 40px;
}
.report-box__inner {
	color: #fff;
	text-decoration: none;
	.report-box__img {
		position: relative;
		margin-bottom: 10px;
		height: 255px;
		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 {
		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: 1em 0;
		width: 380px;
		background: var(--color-secondary);
		color: #fff;
		font-size: 18px;
		border: 1px solid rgba(255, 255, 255, 0.45);
		text-decoration: none;
	}
	.report-link__txt {
		font-size: 14px;
	}
}

.swiper-button-next {
	width: 28px;
	height: 28px;
	background: #fff;
	border-radius: 50%;
	cursor: pointer;
	.swiper-button-button__in {
	&::before,
	&::after {
		right: -12px;
		transform-origin: calc(100% - 1px) 50%;
	}
	}
}
.swiper-button-prev {
	width: 28px;
	height: 28px;
	background: #fff;
	border-radius: 50%;
	.swiper-button-button__in {
	&::before,
	&::after {
		right: -12px;
		transform-origin: 1px 50%;
	}
	}
}
.swiper-button-button__in {
	position: relative;
	display: inline-block;
	width: 7.7px;
	height: 13.3px;
	cursor: pointer;
	&::before,
	&::after {
		content: "";
		position: absolute;
		top: 8px;
		width: 10px;
		height: 2px;
		border-radius: 9999px;
		background-color: #000000;
	}
	&::before {
		transform: rotate(45deg);
	}
	&::after {
		transform: rotate(-45deg);
	}
}
.result-report__control {
	display: flex;
	justify-content: center;
	align-items: center;
	gap: 20px;
	margin-top: 30px;
}
.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;
}
}

/* ここから再生・一時停止装飾 */
.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;
}

/* 記事が3記事以下の時 */

.result-report__box.is-static > .report-box__list {
    width: 90%;
    display: grid;
    grid-template-columns: repeat(3,1fr);
    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;
	}
}
body.modal-open2 {
	.campaign__modal-container {
		height: auto;
	}
	.inner-modal--img img {
	width: 100%;
}
}
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 {
		background: #fff;
		padding: 10px 40px 40px;
		width: 990px;
		min-width: 300px;
		height: 80%;
		position: relative;
		overflow-y: auto; /* 縦スクロールを有効に */

		.campaign__modal-close,
		.campaign__modal2-close {
			position: sticky;
			display: flex;
			align-items: center;
			justify-content: center;
			top: 0;
			right: 0;
			width: 36px;
			height: 36px;
			margin: 0 0 0 auto;
			background: rgba(23, 46, 76, 0.80);
			font-size: 3rem;
			color: #fff;
			cursor: pointer;
		}
		.campaign__img img {
			margin-bottom: 20px;
		}
	}

	.campaign__modal-txtbox {
		padding: 20px;
		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: '・';
				}
			}
		}
	}
}

/* =====================================
　　　〇〇に関するコラム .top-column
======================================= */
.top-column a{
	text-decoration: none;
}
.top-column__container{
	padding: 50px 0;
	margin-bottom: 40px;
	background: var(--color-primary);
}
.top-column__ttl{
	margin-bottom: 10px;
	color: var(--color-neutral-white);
	font-size: 2.8rem;
	text-align: center;
}
.top-column__txt{
	width: fit-content;
	margin: 0 auto 30px;
	color: var(--color-neutral-white);
	font-size: 1.6rem;
}
.top-column__swiper{
	margin-bottom: 30px;
}
.top-column .swiper-slide{
	transform: translateX(calc(50% + 25px));
}
.top-column__img img{
	width: 100%;
	height: auto;
	aspect-ratio: 1 / 1;
	object-fit: cover;
	transition: all .6s;
}
.top-column__img{
	overflow: hidden;
	margin-bottom: 5px;
}
.top-column__item-txt{
	color: var(--color-neutral-white);
	font-size: 1.4rem;
	line-height: 1.35;
}
.top-column__link{
	transition: filter .6s;
}
.top-column__link:hover {
	filter: brightness(1.15);
}
.top-column__link:hover .top-column__img img{
	transform: scale(1.1);
}
.swiper-top-column-control{
	display: flex;
	justify-content: center;
	align-items: center;
	gap: 20px;
	margin-top: 20px;
}
.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: 11px;
	height: 11px;
	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: 380px;
		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;
	padding: 50px 0;
	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: 25px;
	border-radius: 6px 6px 0 0;
	text-align: center;
}
.tentou__ttl-txt {
	width: 10em;
	color: var(--color-primary-dark);
	font-size: 28px;
}
.tentou__ttl:before, .tentou__ttl:after {
	display: inline-block;
	width: calc(50% - 5em);
	height: 1px;
	margin: auto 0;
	background: #0A0425;
	content: '';
}
.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;
	gap: 20px;
	width: 880px;
	margin: 0 auto 25px;
}
.tentouList__item{
	flex: 0 0 280px;
}
.tentouList__link{
	display: block;
	align-items: center;
	gap: min(5.2vw,20px);
	width: 100%;
	height: 234px;
	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__img{
	height: 180px;
	overflow: hidden;
	& img{
		width: 100%;
		height: 180px;
		object-fit: cover;
		border-radius: 6px 0 0 0;
		transition: all .6s;
	}
}
.tentouList__link:hover{
	img{
		transform: scale(1.1);
		filter: brightness(1.15);
	}
	.tentouList__txt{
		color: var(--color-txt);
	}
}
.tentouList__txt{
	display: flex;
	align-items: center;
	height: 54px;
	padding-left: 15px;
	position: relative;
	font-size: 17px;
	font-family: var(--mincho-font);
}
.tentouList__txt:before, .tentouList__txt:after{
	display: block;
	position: absolute;
	content: '';
	transform: rotate(45deg);
}
.tentouList__txt:before{
	width: 22px;
	height: 22px;
	top: calc(50% - 12px);
	right: 25px;
	background: #646464;
	border-radius: 50%;
}
.tentouList__txt:after{
	top: calc(50% - 5px);
	right: 33px;
	width: 6px;
	height: 6px;
	border-top: 2px solid var(--color-neutral-white);
	border-right: 2px solid var(--color-neutral-white);
}
.gradBtn__link{
	display: block;
	width: 382px;
	height: 64px;
	margin: 0 auto;
	padding: 1em 0;
	background: linear-gradient(90deg, #2C2D42 0%, #4A5C63 100%);
	border: 1px solid rgba(255, 255, 255, 0.45);
	color: var(--color-neutral-white);
	font-size: 18px;
	text-align: center;
	text-decoration: none;
}
a.gradBtn__link:hover{
	color: var(--color-neutral-white);
}

/*-----------------------------
	骨董品・美術品買取 対応エリア
------------------------------*/
.areaList *{
	box-sizing: border-box;
}
.areaList{
	margin-bottom: 40px;
	padding: 50px 0 40px;
	background: no-repeat 550px 30px/284px url(https://nikkoudou-kottou.com/img/common/areaList/area_head.webp) var(--color-neutral-white);
}
.areaList__ttl{
	width: 675px;
	margin: 0 auto 20px;
	font-size: 32px;
	line-height: 1.3;
}
.areaList__ttl--sub{
	font-size: 24px;
	font-family: 'ヒラギノ明朝 ProN W3', 'HiraMinProN-W3', 'HG明朝E', 'ＭＳ Ｐ明朝', 'MS PMincho', 'MS 明朝', serif;
	font-weight: 400;
}
.areaList__txt{
	width: 675px;
	margin: 0 auto 25px;
}
.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: 795px;
	margin: 0 auto;
}
.region__button{
	width: 100%;
	display: flex;
	justify-content: center;
	align-items: center;
	height: 42px;
	margin-bottom: 15px;
	cursor: pointer;
}
.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: 75px;
	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(5, 1fr);
	gap: 15px 30px;
	overflow: hidden;
}
.areaList__item:last-child{
	margin-bottom: 15px;
}
.area__btn{
	display: block;
	width: 100%;
	height: 100px;
	padding: 10px 0 0;
	position: relative;
	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);
	text-decoration: none;
	text-align: center;
	cursor: pointer;

	&::after {
		display: block;
		position: absolute;
		top: 0;
		left: 0;
		width: 100%;
		height: 100%;
		border-radius: 6px 0 0 6px;
		border-right: 15px solid #fff;
		border-image: linear-gradient(to top, #B4B4B4 0%, #4A5C63 100%) 1;
		content: '';
		transition: all .4s;
		opacity: 0;
	}

	&:hover{
		&::after{
			opacity: 1;
			border-image: linear-gradient(to top, #193162 0%, #193162 100%) 1;
		}

		img{
			transform: scale(1.1);
		}
	}
}

.areaList__img{
	margin-bottom: 7px;

	& img{
		width: 100px;
		margin: 0 auto;
		transform: scale(1);
		transition: transform .4s;
	}
}
.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: 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 10px 20px;
	overflow: hidden auto;
	opacity: 0;
	visibility: hidden;
	transition: .3s;
	z-index: 10000000;
}
.areaModal__body{
	position: relative;
	max-width: 900px;
	max-height: calc(100vh - 60px);
	overflow-y: scroll;
	margin: 0 auto;
	padding-bottom: 20px;
	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: 30px;

	& a {
		color: var(--color-button-transition);
		transition: color .4s;
	}
	& a:hover{
		color: var(--color-neutral-light);
	}
}
.areaModal__ttl{
	width: fit-content;
	margin: 0 auto 20px;
	padding: 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;
}

/*------------------------------------
	「よくある質問」（共通コンテンツ）
--------------------------------------*/
#faq *{
	box-sizing: border-box;
}
.faq__block{
	margin-bottom: 40px;
	padding: 30px 0;
	background: var(--color-primary);
}
.faq__commonTtl{
	margin-bottom: 25px;
	color: var(--color-neutral-white);
	font-family: var(--mincho-font);
	font-size: 28px;
	line-height: 1.3;
	text-align: center;
}
.faq__commonTtl--small{
	font-size: 24px;
}
.faq__commonTtl--large{
	font-size: 32px;
}
.faq__main{
	width: 900px;
	margin: 0 auto;
	padding: 20px 0;
	background: var(--color-neutral-white);
	border-radius: 20px;
}
.faq__list{
	width: 800px;
	margin: 0 auto;

	& .question{
		display: flex;
		gap: 15px;
		min-height: 44px;
		padding: 8px 20px;
		border-bottom: solid 1px var(--color-txt);
		cursor: pointer;
	}

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

	& .question__txt{
		width: 100%;
		position: relative;
		font-family: var(--mincho-font) ;
		font-size: 18px;
	}

	& .question__txt:before, & .question__txt:after{
		display: block;
        width: 14px;
        height: 2px;
        background: var(--color-txt);
        position: absolute;
        top: calc(50% - 1px);
        right: 0;
        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: 15px auto;
	}

	& .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: 0;
        transition: all .6s;
	}

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

	& .question:before, & .answer__inner:before{
		display: flex;
		justify-content: center;
		align-items: center;
		flex: 0 0 34px;
		width: 34px;
		height: 24px;
		border-radius: 15px 13px 0 15px;
		color: var(--color-neutral-white);
		font-family: var(--mincho-font) ;
	}
	& .question:before{
		content: 'Q';
		background: var(--color-secondary);
	}
	& .answer__inner:before{
		content: 'A';
		margin: 5px 0 5px 20px;
		padding-left: 2px;
		background: var(--color-ruby);
	}
}

/*------------------------------------
	「参考買取相場」
--------------------------------------*/
#market-price{
	background: #fff;
	margin-bottom: 60px;
	padding: 30px 0;
	.market-price__ttl--inner{
		text-align: center;
		.market-price__ttl{
			margin-bottom: 10px;
		}
		.ttl__underline{
			position: relative;
			display: inline-block;
			width:112px;
			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: 35px;
				height: 1px;
				background-color: #333;
			}
			&::after{
				content: "";
				position: absolute;
				top:50%;
				right:0;
				transform: translateY(-50%);
				width: 35px;
				height: 1px;
				background-color: #333;
			}
		}
	}
	
	.market__list{
		width: 800px;
		margin: 0 auto;
	}
	.market__button{
		width: 100%;
		display: flex;
		justify-content: center;
		align-items: center;
		height: 42px;
		margin: 15px 0 0;
		cursor: pointer;
	}
	.market__unit .market__button{
		background: var(--color-primary);
	}

	.market__buttonText{
		width: 100%;
		position: relative;
		color: var(--color-neutral-white);
		font-size: 16px;
		font-weight: 600;
		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: 75px;
		content: '';
	}
	.market__buttonText:before{
		transform: rotate(270deg);
		transition: 250ms transform;
	}
	.market__button.is-open .market__buttonText:before {
		transform: rotate(0deg);
		transition: 250ms transform;
	}
	.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;
				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;
		.areaList__list{
			animation: .25s forwards overflow;
		}
	}

}
