@charset "UTF-8";

/* -------------------------------------------------- */
/* item */
/* -------------------------------------------------- */
/* ページタイトル英語 */
.pagetitHeadTxt:after {
	content: "";
	display: block;
	font-size: 1.6rem;
	font-family: 'Urbanist', sans-serif;
	font-weight: 600;
}

/* ページタイトル英語：買取商品ジャンル item */
.item .pagetitHeadTxt:after {
	content: "GENRE";
}

/* ページタイトル英語：買取商品ジャンル item-category1 */
.item-category1 .pagetitHeadTxt:after {
	content: "HOBBY";
}

.content {
	padding: 65px 0 120px;
}

.contGraytight.itecont {
	padding-top: 50px;
}

/* 導入 */
.lead {
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
}

.leadPh img {
	width: 450px;
	height: 100%;
	object-fit: cover;
	font-family: 'object-fit: cover;';
}

.leadBody {
	padding-left: 40px;
}

.leadBodyHead:not(:first-child) {
	margin-top: 2em;
}

.leadBodyTxt {
	line-height: 1.875;
}

.leadBodyTxt:last-child {
	margin-bottom: 0;
}

/* 強化買取商品 */
.strengt.contInner {
	padding-bottom: 10px;
}

.strengtListPh {
	width: 100%;
	height: 18.57143vw;
	max-height: 260px;
	margin-bottom: 20px;
	border: solid 1px #B5B5B5;
	overflow: hidden;
}

.strengtListPh img {
	width: 100%;
	height: 100%;
	object-fit: contain;
	font-family: 'object-fit: contain;';
}

.strengtListBodyHead {
	margin-bottom: 0.25em;
}

.strengtListBodyTxt {
	margin-bottom: 0;
	font-feature-settings: "palt";
	letter-spacing: 0.05em;
}

.strengtList {
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
}

.strengtList > li {
	width: calc((100% - 80px)/3);
	margin: 0 20px 40px;
}

.strengtList > li:nth-child(3n+1) {
	margin-left: 0;
}

.strengtList > li:nth-child(3n) {
	margin-right: 0;
}

/* カテゴリー一覧 */
.categoryList > li:not(:last-child) {
	margin-bottom: 40px;
}

.categoryList > li {
	border: solid 1px #009847;
}

.categoryList > li a {
	width: 100%;
	padding: 25px;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	color: #333333;
}

.categoryList > li a > img {
	width: 208px;
	object-fit: cover;
	font-family: 'object-fit: cover;';
}

.categoryBody {
	width: calc(100% - 420px);
	padding-left: 35px;
}

.categoryBody.linkDesc {
	width: calc(100% - 40%);
}

.linkImg {
	width: 40%;
	height: 180px;
}

.linkImg img {
	width: 100%;
	height: 100%;
	object-fit: contain;
	object-position: center center;
	font-family: 'object-fit: contain;';
}

.categoryBodyHead {
	margin-bottom: 0.75em;
	padding-right: 20px;
	color: #009847;
	background: url(../../img/common/arrow_right_green.svg) no-repeat right center/0.83333em auto;
}

.categoryBodyCont {
	width: 100%;
	padding-top: 15px;
	border-top: solid 1px #009847;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-align-items: flex-start;
	-ms-flex-align: start;
	align-items: flex-start;
}

.categoryBodyContTxt1 {
	margin-bottom: 0;
	font-size: 1.4rem;
}

.categoryBodyContTxt2 {
	width: 240px;
	margin-bottom: 0;
}

.categorySubcat {
	width: calc(100% - 240px);
	padding-left: 10px;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
}

.categorySubcat > li {
	width: 25%;
	padding: 0 5px;
	margin-bottom: 10px;
	display: flex;
	flex-direction: column;
	align-items: flex-start;
}

.subCatImg {
	width: 100%;
	height: 80px;
}

.categorySubcat > li img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	font-family: 'object-fit: cover;';
}

.categorySubcat > li p {
	padding: 5px 0;
	font-size: 1.2rem;
	line-height: 1;
	letter-spacing: 0.05em;
}

.childCatImg {
	width: 420px;
	height: 300px;
}

.childCatImg img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	font-family: 'object-fit: cover;';
}

/* カテゴリー一覧：2段組 */
.categoryListTwin {
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
}

.categoryListTwin > li {
	width: calc((100% - 40px)/2);
	margin: 0 20px 40px;
}

.categoryListTwin > li:nth-child(2n+1) {
	margin-left: 0;
}

.categoryListTwin > li:nth-child(2n) {
	margin-right: 0;
}

/* 人気のブランド・モデル */
.popular.contInner {
	padding-bottom: 10px;
}

.popularList > li {
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
}

.popularListPh {
	width: 16.21429vw;
	max-width: 227px;
	height: 12.14286vw;
	overflow: hidden;
}

.popularListPh img {
	width: 100%;
	object-fit: cover;
	font-family: 'object-fit: cover;';
}

.popularListBody {
	width: calc(100% - 16.21429vw);
	min-width: calc(100% - 227px);
	padding-left: 20px;
}

.popularListBodyHead {
	margin-bottom: 0.25em;
}

.popularListBodyTxt:last-child {
	margin-bottom: 0;
}

.popularList {
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
}

.popularList > li {
	width: calc((100% - 40px)/2);
	margin: 0 20px 40px;
}

.popularList > li:nth-child(2n+1) {
	margin-left: 0;
}

.popularList > li:nth-child(2n) {
	margin-right: 0;
}

/* ブランド */
.brand.contInner {
	padding-bottom: 25px;
}

.brandList {
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
}

.brandList > li {
	width: calc((100% - 120px)/6);
	margin: 0 12px 24px;
}

.brandList > li:nth-child(6n+1) {
	margin-left: 0;
}

.brandList > li:nth-child(6n) {
	margin-right: 0;
}

.brandList a {
	display: block;
	color: #333333;
}

.brandListLogo {
	border: solid 1px #C9C9C9;
}

.brandListLogo img {
	width: 100%;
	height: auto;
}

.brandListName {
	padding: 0.75em 1.25em 0.75em 0;
	font-size: 1.4rem;
	line-height: 1.2;
	letter-spacing: 0.05em;
	font-weight: 700;
	font-feature-settings: "palt";
	background: url(../../img/common/arrow_right_green.svg) no-repeat right center/1em auto;
}

.linkNone .brandListName {
	padding: 0.75em 0;
	background: none;
}

.brandListTxt {
	font-size: 1.4rem;
	line-height: 1.42857;
	letter-spacing: 0.03em;
	font-feature-settings: "palt";
}

/* 新着買取実績 */
.arrivalList > li > a {
	display: block;
	color: #333333;
}

.arrivalPh {
	width: 100%;
	height: 200px;
	margin-bottom: 15px;
	overflow: hidden;
}

.arrivalPh img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	font-family: 'object-fit: cover;';
}

.arrivalDate {
	margin-bottom: 10px;
	display: block;
	font-size: 1.2rem;
	line-height: 1;
	letter-spacing: 0.05em;
	color: #333333;
}

.arrivalTxt {
	margin-bottom: 8px;
	font-size: 1.4rem;
	line-height: 1.42857;
	letter-spacing: 0.02em;
	color: #333333;
	font-weight: 700;
}

.arrivalCat > li {
	display: inline-block;
	padding: 0.25em 0.5em;
	font-size: 1.2rem;
	line-height: 1.2;
	letter-spacing: 0.05em;
	color: #009847;
	font-weight: 700;
	border: solid 1px #009847;
}

.arrivalCat > li:not(:last-child) {
	margin-right: 0.5em;
}

.arrivalLink {
	margin: 20px 0;
}

.arrivalLink .unilinkGreen a {
	width: 400px;
	height: 90px;
	margin: 0 auto;
	font-size: 2.2rem;
}

.arrivalList {
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
}

.arrivalList > li {
	width: calc((100% - 90px)/4);
	margin: 0 15px 30px;
}

.arrivalList > li:nth-child(4n+1) {
	margin-left: 0;
}

.arrivalList > li:nth-child(4n) {
	margin-right: 0;
}

/* 特集記事 */
.special.contInner {
	padding-bottom: 20px;
}

.specialList > li > a {
	display: block;
	color: #333333;
}

.specialPh {
	width: 100%;
	height: 200px;
	margin-bottom: 15px;
	overflow: hidden;
}

.specialPh img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	font-family: 'object-fit: cover;';
}

.specialDate {
	margin-bottom: 10px;
	display: block;
	font-size: 1.2rem;
	line-height: 1;
	letter-spacing: 0.05em;
}

.specialTit {
	margin-bottom: 0.5em;
	font-size: 1.4rem;
	line-height: 1.42857;
	letter-spacing: 0.02em;
	font-weight: 700;
}

.specialTxt {
	margin-bottom: 1em;
	font-size: 1.4rem;
	line-height: 1.57143;
	letter-spacing: 0.05em;
	font-feature-settings: "palt";
}

.specialLink {
	padding: 10px 0;
}

.specialLink .unilinkWhite a {
	width: 100%;
	min-width: inherit;
	height: 47px;
	font-size: 1.6rem;
	color: #009847;
}

.specialList {
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
}

.specialList > li {
	width: calc((100% - 90px)/4);
	margin: 0 15px 30px;
}

.specialList > li:nth-child(4n+1) {
	margin-left: 0;
}

.specialList > li:nth-child(4n) {
	margin-right: 0;
}

.special a {
	color: #333;
}

/* ホビーと合わせてよく売却される商品 */
.together.contInner {
	margin-bottom: 0;
	padding-bottom: 25px;
}

.togetherPh {
	width: 100%;
	margin-bottom: 10px;
	overflow: hidden;
}

.togetherPh img {
	width: 100%;
	object-fit: cover;
	font-family: 'object-fit: cover;';
}

.togetherTxt {
	font-size: 1.4rem;
	line-height: 1.42857;
	letter-spacing: 0.02em;
}

.togetherList {
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
}

.togetherList > li {
	width: calc((100% - 120px)/6);
	margin: 0 12px 24px;
}

.togetherList > li:nth-child(6n+1) {
	margin-left: 0;
}

.togetherList > li:nth-child(6n) {
	margin-right: 0;
}

/* 選ばれる理由 */
/*
.cause.contInner {
	margin-bottom: 0;
}
*/

.causeSubhead {
	padding: 0.7em;
	margin-bottom: 2em;
	font-size: 2.2rem;
	line-height: 1;
	letter-spacing: 0.04em;
	font-weight: 700;
	text-align: center;
	border-top: solid 1px #009847;
	border-bottom: solid 1px #009847;
}

.causeList {
	margin-bottom: 60px;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-justify-content: space-between;
	-ms-flex-pack: justify;
	justify-content: space-between;
}

.causeList.causeListBttom {
	margin-bottom: 30px;
}

.causeList > li {
	width: 33.33%;
	padding: 0 30px;
}

.causeList > li:nth-child(2) {
	border-left: solid 1px #C9C9C9;
	border-right: solid 1px #C9C9C9;
}

.causeListHead {
	width: 100%;
	height: 54px;
	margin-bottom: 30px;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-justify-content: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
	background-color: #009847;
	border-radius: 27px;
	font-size: 2rem;
	line-height: 1;
	letter-spacing: 0.05em;
	color: #FFFFFF;
	font-weight: 700;
	position: relative;
}

.causeListHead:after {
	border: solid transparent;
	content: "";
	height: 0;
	width: 0;
	position: absolute;
	border-color: rgba(0, 152, 71, 0);
	border-top-width: 11px;
	border-bottom-width: 11px;
	border-left-width: 11px;
	border-right-width: 11px;
	margin-left: -11px;
	border-top-color: #009847;
	top: 100%;
	left: 50%;
}

.causeListPict {
	width: 249px;
	margin: 0 auto 10px;
}

.causeListPict img {
	width: 100%;
	height: auto;
}

.causeListTxt {
	margin-bottom: 0;
	letter-spacing: 0.075em;
}

.causeExcuse {
	font-size: 1.2rem;
	line-height: 1.33333;
	letter-spacing: 0.075em;
}

/* 選べる査定方法 */
.assess .uniHead {
	font-size: 3.0rem;
	color: #FFFFFF;
}

.assessItem {
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-justify-content: space-between;
	-ms-flex-pack: justify;
	justify-content: space-between;
}

.assessItem > li {
	width: 49%;
	padding: 30px;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-flex-direction: column;
	-ms-flex-direction: column;
	flex-direction: column;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
	border: solid 3px #FFFFFF;
}

.assessTelLead {
	margin-bottom: 1em;
	font-size: 2.4rem;
	line-height: 1;
	letter-spacing: 0.05em;
	color: #FFFFFF;
	font-weight: 700;
}

.assessTelBody {
	margin-bottom: 0.75em;
	padding: 0.75em 0.75em;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
	color: #FCF77A;
	border: solid 1px #FCF77A;
	font-size: 2.4rem;
	line-height: 1;
	letter-spacing: 0.05em;
}

.assessTelBodyDial {
	margin-right: 0.5em;
	font-weight: 700;
}

.assessTelBodyTime {
	font-size: 0.79167em;
}

.assessTelNum {
	padding-left: 1.08197em;
	background: url(../../img/common/ic_telfree_yellow.svg) no-repeat left center/0.91803em auto;
	font-size: 6.1rem;
	line-height: 1;
	letter-spacing: 0.025em;
	color: #FCF77A;
	font-family: 'Urbanist', sans-serif;
	font-weight: 500;
}

.assessTelNum a {
	color: #FCF77A;
}

.assessNetLead {
	margin-bottom: 1em;
	font-size: 2.4rem;
	line-height: 1;
	letter-spacing: 0.05em;
	color: #FFFFFF;
	font-weight: 700;
}

/* ホームページ・LINEからの査定申し込み */
.btncv {
	width: 100%;
	height: 77px;
	padding: 10px;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
	background-color: #FFFFFF;
	border: solid 2px #01833E;
	font-size: 2.4rem;
	background-position: right 0.625em center;
	background-repeat: no-repeat;
	background-size: 0.83333em auto;
}

.btncvLead {
	width: 177px;
	height: 100%;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-justify-content: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
	color: #FFFFFF;
	font-weight: 700;
	text-align: center;
}

.btncvBody {
	width: 300px;
	height: 100%;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-justify-content: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
}

.btncvBodyTxt1 {
	height: 100%;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
	font-size: 2.2rem;
	line-height: 1;
	letter-spacing: 0.05em;
	color: #333333;
	position: relative;
}

.btncvBodyTxt2 {
	height: 100%;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
	line-height: 1;
	letter-spacing: 0.05em;
	font-weight: 700;
}

.assessWeb.btncv {
	margin-bottom: 5px;
	background-image: url(../../img/common/arrow_right_red.svg);
}

.assessWeb.btncv .btncvLead {
	font-size: 1.6rem;
	background-color: #B72727;
}

.assessWeb.btncv .btncvBodyTxt1 {
	padding-left: 2.95455em;
}

.assessWeb.btncv .btncvBodyTxt1:after {
	width: 2.5em;
	height: 100%;
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	content: "";
	background-image: url(../../img/common/ic_assess_web.svg);
	background-position: left center;
	background-repeat: no-repeat;
	background-size: 2.5em auto;
}

.assessWeb.btncv .btncvBodyTxt2 {
	color: #B72727;
}

.assessLine.btncv {
	margin-bottom: 5px;
	background-image: url(../../img/common/arrow_right_line.svg);
}

.assessLine.btncv .btncvLead {
	font-size: 1.3rem;
	background-color: #00BF1F;
}

.assessLine.btncv .btncvBodyTxt1 {
	padding-left: 2.36364em;
}

.assessLine.btncv .btncvBodyTxt1:after {
	width: 2.13636em;
	height: 100%;
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	content: "";
	background-image: url(../../img/common/ic_assess_line.svg);
	background-position: left center;
	background-repeat: no-repeat;
	background-size: 2.13636em auto;
}

.assessLine.btncv .btncvBodyTxt2 {
	color: #00BF1F;
}

/* 選べる買取方法 */
.buyItem {
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-justify-content: space-between;
	-ms-flex-pack: justify;
	justify-content: space-between;
}

.buyCont {
	width: 48%;
	border: solid 1px #009847;
}

.buyContHead {
	height: 85px;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-justify-content: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
}

.buyContHeadTxt {
	font-size: 2.6rem;
	line-height: 1;
	letter-spacing: 0.04em;
	color: #009847;
	font-weight: 700;
}

.buyContBody {
	padding: 0 25px 25px 25px;
}

.buyPoint {
	margin-bottom: 25px;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-justify-content: space-between;
	-ms-flex-pack: justify;
	justify-content: space-between;
}

.buyPoint li {
	width: 142px;
	height: 142px;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-flex-direction: column;
	-ms-flex-direction: column;
	flex-direction: column;
	-webkit-justify-content: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
	border-radius: 50%;
	background-color: #e5f4ec;
}

.buyPointTxt {
	height: 3em;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
	font-size: 1.5rem;
	line-height: 1.33333;
	letter-spacing: 0.02em;
	color: #009847;
	font-weight: 700;
	text-align: center;
}

.buyFollow {
	margin-bottom: 1.5em;
	padding-bottom: 1em;
	border-bottom: solid 1px #CCCCCC;
}

.buyCard {
	width: 100%;
	margin-bottom: 40px;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
}

.buyCardPh {
	width: 200px;
}

.buyCardPh img {
	width: 100%;
	height: auto;
}

.buyCardBody {
	width: calc(100% - 200px);
	padding-left: 20px;
}

.buyCardBodyTit {
	margin-bottom: 0.5em;
	font-size: 1.8rem;
	line-height: 1.2;
	letter-spacing: 0.03em;
	font-weight: 700;
	font-feature-settings: "palt";
}

.buyCardBodyTxt {
	margin-bottom: 0.5em;
	font-size: 1.4rem;
	line-height: 1.78571;
	letter-spacing: 0.03em;
	font-feature-settings: "palt";
}

.buyCardBodyLink.unilinkWhite a {
	width: 100%;
	min-width: inherit;
	padding: 10px 20px;
	font-size: 1.4rem;
	font-feature-settings: "palt";
}

.buyMapTit {
	margin-bottom: 0.5em;
	font-size: 1.8rem;
	line-height: 1.2;
	letter-spacing: 0.03em;
	font-weight: 700;
	font-feature-settings: "palt";
	text-align: center;
}

.buyMapTxt {
	margin-bottom: 0.5em;
	font-size: 1.4rem;
	line-height: 1.78571;
	letter-spacing: 0.03em;
}

.buyMapImg {
	margin-bottom: 15px;
	text-align: center;
}

.buyMapPref {
	width: 100%;
	font-size: 1.4rem;
	line-height: 1.2;
	letter-spacing: 0em;
}

.buyMapPref th {
	width: 4em;
	padding: 0.25em 1em 0.25em 0;
	text-align: right;
	font-weight: 700;
	white-space: nowrap;
}

.buyMapPref td {
	padding: 0.25em 1em 0.25em 0;
}

.buyMapPref td ul li {
	display: inline-block;
}

.buyMapPref td ul li:not(:last-child) {
	margin-right: 1em;
}

.buyLink {
	padding: 15px 0 0;
}

.buyLink .unilinkGreen a {
	margin: 0 auto;
}

/* さらに査定額をアップするには */
.priceupList {
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-justify-content: space-between;
	-ms-flex-pack: justify;
	justify-content: space-between;
}

.priceupList > li {
	width: 48%;
}

.priceupList > li:nth-child(1),
.priceupList > li:nth-child(2) {
	margin-bottom: 80px;
}

.priceupSubhead {
	margin-bottom: 1em;
	padding-bottom: 0.75em;
	border-bottom: solid 1px #BFBFBF;
	font-size: 1.8rem;
	line-height: 1;
	letter-spacing: 0.075em;
	font-weight: 700;
}

.priceupBody {
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
}

.priceupBodyPict {
	width: 180px;
	text-align: center;
}

.priceupBodyPict img {
	width: 90%;
	max-width: 144px;
	height: auto;
}

.priceupBodyTxt {
	width: calc(100% - 180px);
	font-size: 1.4rem;
	line-height: 1.78571;
	letter-spacing: 0.08em;
}

/* カテゴリー見出し */
.cattit {
	margin-bottom: 1.5em;
	padding-bottom: 0.75em;
	border-bottom: solid 4px #009847;
	font-size: 3.4rem;
	line-height: 1.2;
	letter-spacing: 0.04em;
	color: #009847;
	font-weight: 700;
}

.cattitSub {
	margin-bottom: 2em;
	padding: 0.75em;
	background-color: #E5E5E5;
	font-size: 2.8rem;
	line-height: 1.2;
	letter-spacing: 0.04em;
	font-weight: 700;
}

/* こちらに掲載していない商品でも */
.canbuy {
	padding: 30px 20px;
	border: solid 2px #333333;
}

.canbuyHead {
	margin-bottom: 25px;
	font-size: 2.6rem;
	line-height: 1.23077;
	letter-spacing: 0.05em;
	text-align: center;
}

.canbuyHeadBig {
	font-weight: 700;
	font-feature-settings: "palt";
}

.canbuyList {
	width: 100%;
	max-width: 590px;
	margin: 0 auto;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-justify-content: space-between;
	-ms-flex-pack: justify;
	justify-content: space-between;
}

.canbuyList li {
	width: 24%;
	max-width: 132px;
}

.canbuyListMain {
	margin-bottom: 25px;
	padding: 15px 0 10px;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-flex-direction: column;
	-ms-flex-direction: column;
	flex-direction: column;
	-webkit-justify-content: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
	border: 2px solid #B72727;
	position: relative;
}

.canbuyListMain:after,
.canbuyListMain:before {
	border: solid transparent;
	content: '';
	height: 0;
	width: 0;
	pointer-events: none;
	position: absolute;
	top: 100%;
	left: 50%;
}

.canbuyListMain:after {
	border-color: rgba(255, 255, 255, 0);
	border-top-width: 9px;
	border-bottom-width: 9px;
	border-left-width: 9px;
	border-right-width: 9px;
	margin-left: -9px;
	border-top-color: #FFFFFF;
}

.canbuyListMain:before {
	border-color: rgba(183, 39, 39, 0);
	border-top-width: 11px;
	border-bottom-width: 11px;
	border-left-width: 11px;
	border-right-width: 11px;
	margin-left: -11px;
	margin-top: 2px;
	border-top-color: #B72727;
}

.canbuyListMainTxt {
	margin-bottom: 0.25em;
	font-size: 1.6rem;
	line-height: 1.375;
	letter-spacing: 0.05em;
	font-weight: 700;
	text-align: center;
}

.canbuyListMainOk {
	font-size: 3.4rem;
	line-height: 1;
	letter-spacing: 0.05em;
	color: #B72727;
	font-family: 'Urbanist', sans-serif;
	font-weight: 900;
}

.canbuyListPict {
	width: 55px;
	margin: 0 auto;
}

.canbuyFollow {
	margin: 1em 0 0;
	text-align: center;
}

/* 買取商品ジャンル(itemページ) の特集 */
.itearrival.contInner {
	padding-bottom: 20px;
}

.itearrival.arrival .arrivalTit {
	margin-bottom: 0.5em;
	font-size: 1.6rem;
	line-height: 1.2;
	letter-spacing: 0.05em;
	color: #333333;
	font-weight: 700;
}

.itearrival.arrival .arrivalTxt {
	font-size: 1.4rem;
	line-height: 1.42857;
	letter-spacing: 0.05em;
	color: #333333;
	font-weight: normal;
}

/* 買取商品ジャンル(itemページ) フッターへ追加 */
.itefootcv {
	margin-bottom: 40px;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-justify-content: space-between;
	-ms-flex-pack: justify;
	justify-content: space-between;
}

.itefootcv li {
	width: 31%;
	max-width: 370px;
	color: #FFFFFF;
}

.itefootcvHead {
	margin-bottom: 0.75em;
	padding-bottom: 0.5em;
	font-size: 2rem;
	line-height: 1;
	letter-spacing: 0.04em;
	font-weight: 700;
	border-bottom: solid 1px;
}

.itefootcvBody {
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
}

.itefootcvBodyPict {
	width: 22%;
	max-width: 83px;
}

.itefootcvBodyTxt {
	width: 78%;
	padding-left: 1em;
	font-size: 1.6rem;
	line-height: 1.625;
	letter-spacing: 0em;
}

/* バナー */
/* -------------------------------------------------- */
#bnrArea {
	width: 1200px;
	margin: 0 auto 50px;
}

.bnrList {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	align-items: center;
}

.bnrList li {
	width: 590px;
}

.bnrList li a {
	transition: all 0.3s ease-in-out 0s;
}

.bnrList li a:hover {
	opacity: 0.7;
}

.bnrList li a > img,
.bnrList li span > img {
	width: 100%;
	height: auto;
}

.lineBnr {
	height: 137px;
	padding: 0 20px;
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	align-items: center;
	border: 1px #00b900 solid;
	background: #FFF;
}

.lineBnrImg {
	width: 130px;
	padding-right: 10px;
}

.lineBnrImg img {
	width: 100%;
	height: auto;
}

.lineInfo {
	width: calc(100% - 130px);
}

.lineCopy1 {
	padding-bottom: 3px;
	font-size: 1.6rem;
	font-weight: bold;
	color: #000;
	line-height: 1.2;
}

.lineCopy2 {
	padding: 3px 20px;
	background: #00b900;
	color: #FFF;
	font-weight: bold;
	font-size: 1.4rem;
	text-align: center;
}

.lineCopy2::before {
	content: "";
	width: 23px;
	height: 23px;
	margin-right: 5px;
	background: url(../../img/item/icon_line.svg) 0 0 no-repeat;
	display: inline-block;
	vertical-align: middle;
}

.lineCopy3 {
	color: #00b900;
	font-weight: bold;
	font-size: 1.2rem;
	text-align: right;
}

.lineCopy3::after {
	content: "";
	width: 15px;
	height: 15px;
	background: url(../../img/item/arrow_line_right.svg) 0 0 no-repeat;
	display: inline-block;
	vertical-align: middle;
}

/* -------------------------------------------------- */
/* 微調整：小型PC */
/* -------------------------------------------------- */
@media screen and (min-width: 1025px) and (max-width: 1400px) {

	/* 導入 */
	.leadPh img {
		width: 32.14286vw;
	}

	.leadBody {
		padding-left: 2.85714vw;
	}

	/* カテゴリー一覧 */
	.categoryList > li a {
		padding: 1.78571vw;
	}

	.categoryList > li a > img {
		width: 14.85714vw;
	}

	.categoryBody {
		padding-left: 2.5vw;
	}

	.categoryBodyContTxt2 {
		width: 17.14286vw;
	}

	.categorySubcat {
		width: calc(100% - 17.14286vw);
	}

	.categorySubcat > li {
		margin-bottom: 0.71429vw;
	}

/*
	.categorySubcat > li img {
		margin-bottom: 0.71429vw;
	}
*/

	.categorySubcat > li p {
		font-size: 1vw;
	}

	/* ブランド */
	.brandListName {
		font-size: 1vw;
	}

	.brandListTxt {
		font-size: 1vw;
	}

	/* ホビーの新着買取情報 */
	.arrivalPh {
		margin-bottom: 1.07143vw;
	}

	.arrivalDate {
		margin-bottom: 0.71429vw;
		font-size: 0.85714vw;
	}

	.arrivalTxt {
		margin-bottom: 0.57143vw;
		font-size: 1vw;
	}

	.arrivalCat > li {
		font-size: 0.85714vw;
	}

	/* 選ばれる理由 */
	.causeSubhead {
		font-size: 1.57143vw;
	}

	.causeList:not(:last-child) {
		margin-bottom: 4.28571vw;
	}

	.causeList > li {
		padding: 0 2.14286vw;
	}

	.causeListHead {
		height: 3.85714vw;
		margin-bottom: 2.14286vw;
		border-radius: 1.92857vw;
		font-size: 1.42857vw;
	}

	.causeListHead:after {
		border-top-width: 0.78571vw;
		border-bottom-width: 0.78571vw;
		border-left-width: 0.78571vw;
		border-right-width: 0.78571vw;
		margin-left: -0.78571vw;
	}

	.causeListPict {
		width: 17.78571vw;
		margin: 0 auto 0.71429vw;
	}

	/* 選べる査定方法 */
	.assess .uniHead {
		font-size: 2.14286vw;
	}

	.assessItem > li {
		padding: 2.14286vw;
	}

	.assessTelLead {
		font-size: 1.71429vw;
	}

	.assessTelBody {
		font-size: 1.71429vw;
	}

	.assessTelBodyTime {
		font-size: 1.35714vw;
	}

	.assessTelNum {
		font-size: 4.35714vw;
	}

	.assessNetLead {
		font-size: 1.71429vw;
	}

	/* ホームページ・LINEからの査定申し込み */
	.btncv {
		width: 100%;
		height: 5.5vw;
		padding: 0.71429vw;
		font-size: 1.71429vw;
	}

	.btncvLead {
		width: 12.64286vw;
	}

	.btncvBody {
		width: 21.42857vw;
	}

	.btncvBodyTxt1 {
		font-size: 1.57143vw;
	}

	.assessWeb.btncv .btncvLead {
		font-size: 1.14286vw;
	}

	.assessLine.btncv .btncvLead {
		font-size: 0.92857vw;
	}

	/* 選べる買取方法 */
	.buyContHead {
		height: 6.07143vw;
	}

	.buyContHeadTxt {
		font-size: 1.85714vw;
	}

	.buyContBody {
		padding: 0 1.78571vw 1.78571vw 1.78571vw;
	}

	.buyPoint {
		margin-bottom: 2.5vw;
	}

	.buyPoint li {
		width: 10.14286vw;
		height: 10.14286vw;
	}

	.buyPointTxt {
		font-size: 1.07143vw;
	}

	.buyCard {
		margin-bottom: 2.85714vw;
	}

	.buyCardPh {
		width: 14.28571vw;
	}

	.buyCardBody {
		width: calc(100% - 14.28571vw);
		padding-left: 1.42857vw;
	}

	.buyCardBodyTit {
		font-size: 1.28571vw;
	}

	.buyCardBodyTxt {
		font-size: 1vw;
	}

	.buyCardBodyLink.unilinkWhite a {
		width: 10.71429vw;
		height: 2.71429vw;
		font-size: 1vw;
	}

	.buyMapTit {
		font-size: 1.28571vw;
	}

	.buyMapTxt {
		font-size: 1vw;
	}

	.buyMapImg {
		margin-bottom: 1.07143vw;
	}

	.buyMapPref {
		font-size: 1vw;
	}

	.buyLink {
		padding: 1.07143vw 0 0;
	}

	/* さらに査定額をアップするには */
	.priceupList > li:nth-child(1),
	.priceupList > li:nth-child(2) {
		margin-bottom: 5.71429vw;
	}

	.priceupSubhead {
		font-size: 1.28571vw;
	}

	.priceupBodyPict {
		width: 15.71429vw;
	}

	.priceupBodyTxt {
		width: calc(100% - 15.71429vw);
		font-size: 1vw;
	}

	/* よくいただくご質問 */
	.faqList li:not(:last-child) {
		margin-bottom: 3.92857vw;
	}

	.faqQuestion {
		padding-bottom: 1.14286vw;
	}

	.faqQuestionHead {
		font-size: 2.14286vw;
	}

	.faqQuestionBody {
		font-size: 1.28571vw;
	}

	.faqAnswer {
		padding-top: 1.07143vw;
	}

	.faqAnswerHead {
		font-size: 2.14286vw;
	}

	.faqAnswerBody {
		font-size: 1.14286vw;
	}

	/* カテゴリー見出し */
	.cattit {
		font-size: 2.42857vw;
	}
}

@media screen and (min-width: 1025px) and (max-width: 1200px) {
	#bnrArea {
		width: 100%;
		padding: 0 20px;
		margin: 0 auto 50px;
	}
	
	.bnrList li {
		width: 49%;
	}
	
	.lineBnr {
		height: 10.983vw;
		padding: 0 20px;
	}
	
	.lineBnrImg {
		width: 9vw;
		padding-right: 10px;
	}
	
	.lineInfo {
		width: calc(100% - 9vw);
	}
}

/* -------------------------------------------------- */
/* hoverなど */
/* -------------------------------------------------- */
@media screen and (min-width: 1025px) {

	/* カテゴリー一覧 */
	.categoryList > li a {
		transition: 0.3s ease-in-out;
	}

	.categoryList > li a:hover {
		background-color: #009847;
		color: #FFFFFF;
	}

	.categoryList > li a:hover .categoryBodyHead {
		color: #FFFFFF;
		background: url(../../img/common/arrow_right_white.svg) no-repeat right center/0.83333em auto;
	}

	.categoryList > li a:hover .categoryBodyCont {
		border-top: solid 1px #FFFFFF;
	}

	/* ブランド */
	.brandList a {
		transition: 0.3s ease-in-out;
	}

	.brandList a:hover {
		opacity: 0.7;
	}

	/* ホビーの新着買取情報 */
	.arrivalList > li > a {
		transition: 0.3s ease-in-out;
	}

	.arrivalList > li > a:hover {
		opacity: 0.7;
	}

	/* ホームページ・LINEからの査定申し込み */
	.assessWeb.btncv {
		transition: 0.3s ease-in-out;
	}

	.assessWeb.btncv:hover {
		background-color: #B72727;
		background-image: url(../../img/common/arrow_right_white.svg);
	}

	.assessWeb.btncv:hover .btncvLead {
		background-color: #FFFFFF;
		color: #B72727;
	}

	.assessWeb.btncv:hover .btncvBodyTxt1 {
		color: #FFFFFF;
	}

	.assessWeb.btncv:hover .btncvBodyTxt1:after {
		background-image: url(../../img/common/ic_assess_web_hover.svg);
	}

	.assessWeb.btncv:hover .btncvBodyTxt2 {
		color: #FFFFFF;
	}

	.assessLine.btncv {
		transition: 0.3s ease-in-out;
	}

	.assessLine.btncv:hover {
		background-color: #00BF1F;
		background-image: url(../../img/common/arrow_right_white.svg);
	}

	.assessLine.btncv:hover .btncvLead {
		background-color: #FFFFFF;
		color: #00BF1F;
	}

	.assessLine.btncv:hover .btncvBodyTxt1 {
		color: #FFFFFF;
	}

	.assessLine.btncv:hover .btncvBodyTxt1:after {
		background-image: url(../../img/common/ic_assess_line_hover.svg);
	}

	.assessLine.btncv:hover .btncvBodyTxt2 {
		color: #FFFFFF;
	}
}

/* -------------------------------------------------- */
/* TAB */
/* -------------------------------------------------- */
@media screen and (min-width: 768px) and (max-width: 1024px) {

	/* ページタイトル英語 */
	pagetitHeadTxt:after {
		font-size: 1.3rem;
	}

	.content {
		padding: 30px 0 60px;
	}

	/* 導入 */
	.leadPh img {
		width: 43.94531vw;
	}

	.leadBody {
		padding-left: 3.90625vw;
	}

	/* 強化買取商品 */
	.strengt.contentInner {
		padding-bottom: 5px;
	}

	.strengtListPh {
		margin-bottom: 10px;
	}

	.strengtListBodyHead.uniHeadSub {
		font-size: 1.6rem;
	}

	.strengtListBodyTxt.uniPara {
		font-size: 1.4rem;
	}

	.strengtList > li {
		width: calc((100% - 52px)/3);
		margin: 0 13px 26px;
	}

	.strengtList > li:nth-child(3n+1) {
		margin-left: 13px;
	}

	.strengtList > li:nth-child(3n) {
		margin-right: 13px;
	}

	.strengtList > li:nth-child(3n+1) {
		margin-left: 0;
	}

	.strengtList > li:nth-child(3n) {
		margin-right: 0;
	}

	/* カテゴリー一覧 */
	.categoryList > li:not(:last-child) {
		margin-bottom: 30px;
	}

	.categoryList > li a {
		padding: 15px;
	}

	.categoryList > li a > img {
		width: 20.3125vw;
	}

	.categoryBody {
		width: calc(100% - 20.3125vw);
		padding-left: 20px;
	}

	.categoryBodyContTxt2 {
		width: 23.4375vw;
	}

	.categorySubcat {
		width: calc(100% - 23.4375vw);
	}

	.categorySubcat > li {
		width: 33.33%;
	}

	.categorySubcat > li img {
		max-width: 100px;
		margin-bottom: 5px;
	}

	.categorySubcat > li p {
		font-size: 1.1rem;
	}
	
	.subCatImg {
		width: 100%;
		height: 60px;
	}

	/* カテゴリー一覧：2段組 */
	.categoryListTwin > li {
		width: calc((100% - 26px)/2);
		margin: 0 13px 26px;
	}

	.categoryListTwin > li:nth-child(2n+1) {
		margin-left: 13px;
	}

	.categoryListTwin > li:nth-child(2n) {
		margin-right: 13px;
	}

	.categoryListTwin > li:nth-child(2n+1) {
		margin-left: 0;
	}

	.categoryListTwin > li:nth-child(2n) {
		margin-right: 0;
	}

	/* 人気のブランド・モデル */
	.popular.contentInner {
		padding-bottom: 0;
	}

	.popularListBody {
		padding-left: 10px;
	}

	.popularListBodyHead.uniHeadSub {
		font-size: 1.6rem;
	}

	.popularListBodyTxt.uniPara {
		font-size: 1.4rem;
	}

	/* ブランド */
	.brand.contentInner {
		padding-bottom: 10px;
	}

	.brandList > li {
		width: calc((100% - 60px)/4);
		margin: 0 10px 20px;
	}

	.brandList > li:nth-child(6n+1) {
		margin-left: 10px;
	}

	.brandList > li:nth-child(6n) {
		margin-right: 10px;
	}

	.brandList > li:nth-child(4n+1) {
		margin-left: 0;
	}

	.brandList > li:nth-child(4n) {
		margin-right: 0;
	}

	.brandListName {
		font-size: 1.4rem;
	}

	.brandListTxt {
		font-size: 1.2rem;
	}

	/* ホビーの新着買取情報 */
	.arrivalPh {
		margin-bottom: 10px;
	}

	.arrivalDate {
		margin-bottom: 5px;
		font-size: 1.0rem;
	}

	.arrivalTxt {
		margin-bottom: 4px;
	}

	.arrivalCat > li {
		font-size: 0.9rem;
	}

	.arrivalLink {
		margin: 15px 0;
	}

	.arrivalLink .unilinkGreen a {
		width: 320px;
		height: 70px;
		font-size: 1.8rem;
	}

	.arrivalList > li {
		width: calc((100% - 40px)/3);
		margin: 0 10px 20px;
	}

	.arrivalList > li:nth-child(4n+1) {
		margin-left: 10px;
	}

	.arrivalList > li:nth-child(4n) {
		margin-right: 10px;
	}

	.arrivalList > li:nth-child(3n+1) {
		margin-left: 0;
	}

	.arrivalList > li:nth-child(3n) {
		margin-right: 0;
	}

	/* 特集記事 */
	.special.contentInner {
		padding-bottom: 10px;
	}

	.specialPh {
		margin-bottom: 10px;
	}

	.specialDate {
		margin-bottom: 5px;
		font-size: 1.0rem;
	}

	.specialTxt {
		font-size: 1.2rem;
	}

	.specialLink .unilinkWhite a {
		height: 40px;
		font-size: 1.4rem;
	}

	.specialList > li {
		width: calc((100% - 60px)/4);
		margin: 0 10px 20px;
	}

	.specialList > li:nth-child(4n+1) {
		margin-left: 10px;
	}

	.specialList > li:nth-child(4n) {
		margin-right: 10px;
	}

	.specialList > li:nth-child(4n+1) {
		margin-left: 0;
	}

	.specialList > li:nth-child(4n) {
		margin-right: 0;
	}

	/* ホビーと合わせてよく売却される商品 */
	.together.contentInner {
		padding-bottom: 10px;
	}

	.togetherPh {
		margin-bottom: 7px;
	}

	.togetherList > li {
		width: calc((100% - 60px)/4);
		margin: 0 10px 20px;
	}

	.togetherList > li:nth-child(6n+1) {
		margin-left: 10px;
	}

	.togetherList > li:nth-child(6n) {
		margin-right: 10px;
	}

	.togetherList > li:nth-child(4n+1) {
		margin-left: 0;
	}

	.togetherList > li:nth-child(4n) {
		margin-right: 0;
	}

	/* 選ばれる理由 */
	.causeSubhead {
		font-size: 1.6rem;
	}

	.causeList {
		margin-bottom: 30px;
	}

	.causeList.causeListBttom {
		margin-bottom: 30px;
	}

	.causeList > li {
		width: 33.33%;
		padding: 0 20px;
	}

	.causeListHead {
		height: 40px;
		margin-bottom: 25px;
		border-radius: 20px;
		font-size: 1.6rem;
	}

	.causeListHead:after {
		border-top-width: 10px;
		border-bottom-width: 10px;
		border-left-width: 10px;
		border-right-width: 10px;
		margin-left: -10px;
	}

	.causeListPict {
		width: 100%;
	}

	.causeExcuse {
		font-size: 1.3rem;
	}

	.cause .causeListTxt.uniPara {
		font-size: 1.4rem;
	}

	/* 選べる査定方法 */
	.assessItem {
		display: block;
		-webkit-justify-content: inherit;
		-ms-flex-pack: inherit;
		justify-content: inherit;
	}

	.assessItem > li {
		width: 100%;
	}

	.assessItem > li.assessTel {
		margin-bottom: 30px;
	}

	.btncv {
		max-width: 525px;
		margin: 0 auto;
	}

	/* 選べる買取方法 */
	.buyContHead {
		height: 8.30078vw;
	}

	.buyContHeadTxt {
		font-size: 2.53906vw;
	}

	.buyContBody {
		padding: 0 2.44141vw 2.44141vw 2.44141vw;
	}

	.buyPoint {
		margin-bottom: 3.41797vw;
	}

	.buyPoint li {
		width: 11.09375vw;
		height: 11.09375vw;
	}

	.buyPointTxt {
		font-size: 1.17188vw;
	}

	.buyCard {
		margin-bottom: 3.90625vw;
	}

	.buyCardPh {
		width: 19.53125vw;
	}

	.buyCardBody {
		width: calc(100% - 19.53125vw);
		padding-left: 1.95312vw;
	}

	.buyCardBodyTit {
		font-size: 1.6rem;
	}

	.buyCardBodyLink.unilinkWhite a {
		width: 14.64844vw;
		height: 3.71094vw;
		font-size: 1.36719vw;
	}

	.buyMapTit {
		font-size: 1.6rem;
	}

	.buyMapTxt {
		font-size: 1.4rem;
	}

	.buyMapImg {
		margin-bottom: 1.46484vw;
	}

	.buyLink {
		padding: 1.46484vw 0 0;
	}

	.buyFollow.uniPara {
		font-size: 1.6rem;
	}

	/* さらに査定額をアップするには */
	.priceupList > li:nth-child(1),
	.priceupList > li:nth-child(2) {
		margin-bottom: 50px;
	}

	.priceupBodyPict {
		width: 17.57812vw;
	}

	.priceupBodyTxt {
		width: calc(100% - 17.57812vw);
	}

	/* カテゴリー見出し */
	.cattit {
		font-size: 3.32031vw;
	}

	.cattitSub {
		font-size: 2.73438vw;
	}

	/* こちらに掲載していない商品でも */
	.canbuy {
		margin-bottom: 20px;
		padding: 20px 20px;
	}

	.canbuyHead {
		font-size: 1.8rem;
	}

	.canbuyList {
		-webkit-justify-content: space-around;
		-ms-flex-pack: distribute;
		justify-content: space-around;
	}

	/* 買取商品ジャンル(itemページ) の特集 */
	.itearrival.contInner {
		padding-bottom: 10px;
	}

	/* 買取商品ジャンル(itemページ) フッターへ追加 */
	.itefootcv {
		max-width: 767px;
		margin: 0 auto 20px;
	}

	.itefootcvHead {
		font-size: 1.5rem;
	}

	.itefootcvBodyTxt {
		font-size: 1.1rem;
		line-height: 1.4;
	}
	
	/* バナー */
	#bnrArea {
		width: 100%;
		padding: 0 20px;
		margin: 0 auto 50px;
	}
	
	.bnrList li {
		width: 49%;
	}
	
	.lineBnr {
		height: 10.983vw;
		padding: 0 10px;
	}
	
	.lineBnrImg {
		width: 10vw;
		padding-right: 10px;
	}
	
	.lineInfo {
		width: calc(100% - 10vw);
	}
	
	.lineCopy1 {
		font-size: 1.5vw;
	}
	
	.lineCopy2 {
		padding: 5px 20px;
		font-size: 1.1vw;
	}
	
	.lineCopy2::before {
		content: "";
		width: 15px;
		height: 15px;
		margin-right: 5px;
		background: url(../../img/item/icon_line.svg) 0 0 no-repeat;
		-webkit-background-size: contain;
		background-size: contain;
		display: inline-block;
		vertical-align: middle;
	}
	
	.lineCopy3 {
		font-size: 1vw;
	}
	
	.lineCopy3::after {
		content: "";
		width: 7px;
		height: 7px;
		background: url(../../img/item/arrow_line_right.svg) 0 0 no-repeat;
		-webkit-background-size: contain;
		background-size: contain;
		display: inline-block;
		vertical-align: middle;
	}
}

/* -------------------------------------------------- */
/* SP */
/* -------------------------------------------------- */
@media screen and (max-width: 767px) {

	/* ページタイトル英語 */
	.pagetitHeadTxt:after {
		font-size: 1.1rem;
		font-weight: bold;
		font-family: sans-serif;
	}

	.content {
		padding: 15px 0 30px;
	}

	/* 導入 */
	.lead {
		display: block;
	}

	.leadPh {
		margin-bottom: 15px;
	}

	.leadPh img {
		width: 100%;
		height: 200px;
	}

	.leadBody {
		padding-left: 0;
	}

	.leadBodyHead:not(:first-child) {
		margin-top: 1em;
	}

	.leadBodyTxt {
		line-height: 1.4;
	}

	.leadBodyTxt:last-child {
		margin-bottom: 0;
	}

	/* 強化買取商品 */
	.strengt.contInner {
		padding-left: 0;
		padding-right: 0;
	}

	.strengtListPh {
		height: 150px;
		max-height: inherit;
		margin-bottom: 10px;
	}

	.strengtListBodyHead.uniHeadSub {
		font-size: 1.6rem;
	}

	.strengtListBodyTxt.uniPara {
		font-size: 1.4rem;
	}

	.strengtList {
		display: block;
	}

	.strengtList li {
		width: 220px;
		margin-left: 7px;
		margin-right: 7px;
		margin-bottom: 0;
	}

	/* カテゴリー一覧 */
	.categoryList > li:not(:last-child) {
		margin-bottom: 15px;
	}

	.categoryList > li a {
		padding: 15px;
		display: block;
	}

	.categoryList > li a > img {
		width: 100%;
		height: 125px;
		margin-bottom: 10px;
	}

	.categoryBody,
	.categoryBody.linkDesc {
		width: 100%;
		padding-left: 0;
	}
	
	.linkImg {
		width: 100%;
		height: auto;
	}

	.categoryBodyCont {
		padding-top: 10px;
		display: block;
		-webkit-align-items: inherit;
		-ms-flex-align: inherit;
		align-items: inherit;
	}

	.categoryBodyContTxt2 {
		width: 100%;
		padding-bottom: 10px;
	}

	.categorySubcat {
		width: 100%;
		padding: 0;
	}

	.categorySubcat > li {
		width: 33.33%;
		margin-bottom: 7px;
	}

/*
	.categorySubcat > li img {
		max-width: 63px;
		margin-bottom: 5px;
	}
*/

	.categorySubcat > li p {
		font-size: 0.9rem;
	}
	
	.childCatImg {
		width: 100%;
		height: auto;
	}
	
	.childCatImg img {
		width: 100%;
		height: auto;
	}

	/* カテゴリー一覧：2段組→1段 */
	.categoryListTwin {
		display: block;
	}

	.categoryListTwin > li {
		width: 100%;
		margin-left: 0;
		margin-right: 0;
		margin-bottom: 15px;
	}

	/* 人気のブランド・モデル */
	.popularListPh {
		width: 29.59583vw;
		height: 22.16428vw;
		overflow: hidden;
	}

	.popularListPh img {
		width: 100%;
		object-fit: cover;
		font-family: 'object-fit: cover;';
	}

	.popularListBody {
		width: calc(100% - 29.59583vw);
		padding-left: 10px;
	}

	.popularListBodyHead {
		margin-bottom: 0.25em;
	}

	.popularListBodyHead.uniHeadSub {
		font-size: 1.6rem;
	}

	.popularListBodyTxt.uniPara {
		font-size: 1.4rem;
	}

	.popularList {
		display: block;
	}

	.popularList > li {
		width: 100%;
		margin-left: 0;
		margin-right: 0;
		margin-bottom: 30px;
	}

	/* ブランド */
	.brand.contInner {
		padding-left: 0;
		padding-right: 0;
		padding-bottom: 15px;
	}

	.brandList {
		display: block;
	}

	.brandList li.slick-slide {
		width: 100px;
		margin-left: 5px;
		margin-right: 5px;
		margin-bottom: 0;
	}

	.brandListLogo {
		border: solid 1px #C9C9C9;
	}

	.brandListLogo img {
		width: 100%;
		height: auto;
	}

	.brandListName {
		padding: 0.5em 1.25em 0.5em 0;
		font-size: 1.2rem;
		font-weight: bold;
	}

	.brandListTxt {
		font-size: 1.0rem;
		font-weight: normal;
	}

	/* ホビーの新着買取情報 */
	.arrival.contInner {
		padding-left: 0;
		padding-right: 0;
	}

	.arrivalPh {
		margin-bottom: 10px;
	}

	.arrivalDate {
		margin-bottom: 5px;
		font-size: 1.0rem;
	}

	.arrivalTxt {
		margin-bottom: 0;
		font-weight: bold;
	}

	.arrivalCat > li {
		font-weight: bold;
		font-size: 1.0rem;
	}

	.arrivalLink {
		margin: 20px 0;
	}

	.arrivalLink .unilinkGreen a {
		width: 260px;
		height: 55px;
		font-size: 1.6rem;
	}

	.arrivalList {
		margin-bottom: 50px !important;
		display: block;
	}

	.arrivalList li.slick-slide {
		width: 220px;
		margin-left: 7px;
		margin-right: 7px;
		margin-bottom: 0;
	}

	/* 特集記事 */
	.special.contInner {
		padding-left: 0;
		padding-right: 0;
		padding-bottom: 20px;
	}

	.specialPh {
		margin-bottom: 10px;
	}

	.specialDate {
		margin-bottom: 5px;
		font-size: 1.0rem;
	}

	.specialTit {
		font-weight: bold;
	}

	.specialTxt {
		font-weight: normal;
		font-size: 1.2rem;
	}

	.specialLink {
		padding: 5px 0;
	}

	.specialLink .unilinkWhite a {
		height: 40px;
		font-size: 1.4rem;
	}

	.specialList {
		display: block;
	}

	.specialList li.slick-slide {
		width: 220px;
		margin-left: 7px;
		margin-right: 7px;
		margin-bottom: 0;
	}

	/* ホビーと合わせてよく売却される商品 */
	.together.contInner {
		padding-left: 0;
		padding-right: 0;
		padding-bottom: 15px;
	}

	.togetherPh {
		margin-bottom: 5px;
	}
	
	.togetherTxt {
		font-size: 1.2rem;
	}

	.togetherList {
		display: block;
	}

	.togetherList li.slick-slide {
		width: 100px;
		margin-left: 5px;
		margin-right: 5px;
		margin-bottom: 0;
	}

	/* 選ばれる理由 */
	.causeSubhead {
		margin-bottom: 1em;
		font-size: 1.5rem;
		font-weight: bold;
	}

	.causeList {
		margin-bottom: 30px;
		display: block;
		-webkit-justify-content: inherit;
		-ms-flex-pack: inherit;
		justify-content: inherit;
	}

	.causeList:not(:last-child) {
		margin-bottom: 30px;
	}

	.causeList.causeListBttom {
		margin-bottom: 20px;
	}

	.causeList > li {
		width: 100%;
		padding: 0 15px;
	}

	.causeList > li:nth-child(2) {
		border-left: none;
		border-right: none;
	}

	.causeList > li:not(:last-child) {
		margin-bottom: 15px;
	}

	.causeListHead {
		width: 100%;
		height: 40px;
		margin-bottom: 10px;
		border-radius: 20px;
		font-size: 1.6rem;
		font-weight: bold;
	}

	.causeListPict {
		width: 100%;
		max-width: 249px;
		margin-bottom: 0;
	}

	.causeListTxt {
		padding: 0 20px;
	}

	.causeListExcuse {
		font-size: 1.0rem;
	}

	.causeList .causeListTxt.uniPara {
		font-size: 1.4rem;
	}

	/* 選べる査定方法 */
	.assess .uniHead {
		font-size: 2.0rem;
	}

	.assessItem {
		display: block;
		-webkit-justify-content: inherit;
		-ms-flex-pack: inherit;
		justify-content: inherit;
	}

	.assessItem > li {
		width: 100%;
		padding: 15px;
	}

	.assessItem > li.assessTel {
		margin-bottom: 15px;
	}

	.assessTelLead {
		font-weight: bold;
		font-size: 1.5rem;
	}

	.assessTelBody {
		font-size: 1.5rem;
	}

	.assessTelBodyDial {
		font-weight: bold;
	}

	.assessTelNum {
		font-size: 3.5rem;
	}

	.assessNetLead {
		font-size: 1.6rem;
		font-weight: bold;
	}

	/* ホームページ・LINEからの査定申し込み */
	.btncv {
		max-width: 345px;
		margin: 0 auto;
		height: 60px;
		padding: 5px;
		font-size: 1.5rem;
	}

	.btncvLead {
		width: 105px;
		font-weight: bold;
	}

	.btncvBody {
		width: 230px;
		padding-right: 15px;
	}

	.btncvBodyTxt1 {
		font-size: 1.4rem;
	}

	.assessWeb.btncv .btncvLead {
		font-size: 1.0rem;
	}

	.assessWeb.btncv .btncvBodyTxt1 {
		padding-left: 2.04545em;
	}

	.assessWeb.btncv .btncvBodyTxt1:after {
		width: 1.81818em;
		background-size: 1.81818em auto;
	}

	.assessLine.btncv .btncvLead {
		font-size: 0.9rem;
	}

	.assessLine.btncv .btncvBodyTxt1 {
		padding-left: 1.81818em;
	}

	.assessLine.btncv .btncvBodyTxt1:after {
		width: 1.59091em;
		background-size: 1.59091em auto;
	}

	/* 選べる買取方法 */
	.buyItem {
		display: block;
		-webkit-justify-content: inherit;
		-ms-flex-pack: inherit;
		justify-content: inherit;
	}

	.buyCont {
		width: 100%;
	}

	.buyCont:first-child {
		margin-bottom: 15px;
	}

	.buyContHead {
		height: 60px;
		cursor: pointer;
		background: url(../../img/common/arrow_down_green.svg) no-repeat right 15px center/20px auto;
	}

	.buyContHead.open {
		background: url(../../img/common/arrow_up_green.svg) no-repeat right 15px center/20px auto;
		border-bottom: solid 1px #009847;
	}

	.buyContHeadTxt {
		font-weight: bold;
		font-size: 2.0rem;
	}

	.buyContBody {
		display: none;
		padding: 15px;
	}

	.buyPoint {
		max-width: 345px;
		margin: 0 auto 15px;
	}

	.buyPoint li {
		width: 95px;
		height: 95px;
	}

	.buyPointPict {
		width: 40px;
	}

	.buyPointPict img {
		width: 100%;
		height: auto;
	}

	.buyPointTxt {
		font-weight: bold;
		font-size: 1.1rem;
	}

	.buyCard {
		margin-bottom: 20px;
		display: block;
	}

	.buyCardPh {
		width: 100%;
		margin-bottom: 10px;
	}

	.buyCardPh img {
		width: 100%;
		height: auto;
	}

	.buyCardBody {
		width: 100%;
		padding-left: 0;
	}

	.buyCardBodyTit {
		font-size: 1.6rem;
		line-height: 1.4;
		font-weight: bold;
	}

	.buyCardBodyLink.unilinkWhite a {
		width: 120px;
		height: 35px;
		font-size: 1.2rem;
	}

	.buyMapTit {
		font-size: 1.6rem;
		font-weight: bold;
	}

	.buyMapTxt {
		font-size: 1.1rem;
	}

	.buyMapImg {
		margin-bottom: 10px;
	}

	.buyMapPref th {
		font-weight: bold;
	}

	.buyLink {
		margin: 20px 0 10px;
		padding: 0;
	}

	.buyLink .unilinkGreen a {
		width: 200px;
	}

	.buyFollow.uniPara {
		font-size: 1.6rem;
	}

	/* さらに査定額をアップするには */
	.priceupList {
		display: block;
		-webkit-flex-wrap: inherit;
		-ms-flex-wrap: inherit;
		flex-wrap: inherit;
		-webkit-justify-content: inherit;
		-ms-flex-pack: inherit;
		justify-content: inherit;
	}

	.priceupList > li {
		width: 100%;
		margin-bottom: 30px !important;
	}

	.priceupList > li:last-child {
		margin-bottom: 0 !important;
	}

	.priceupSubhead {
		font-size: 1.6rem;
		font-weight: bold;
	}

	.priceupBodyPict {
		width: 120px;
	}

	.priceupBodyTxt {
		width: calc(100% - 120px);
	}

	/* カテゴリー見出し */
	.cattit {
		font-size: 2.2rem;
		border-bottom: solid 3px #009847;
		font-weight: bold;
	}

	.cattitSub {
		font-size: 1.8rem;
		font-weight: bold;
	}

	/* スライダーのドット */
	.slick-dots li {
		width: 5px;
		height: 5px;
	}

	.slick-dots li button:before {
		font-size: 10px;
	}

	.slick-dots li.slick-active button:before {
		color: #009847;
	}

	/* こちらに掲載していない商品でも */
	.canbuy {
		margin-bottom: 10px;
		padding: 10px;
	}

	.canbuyHead {
		margin-bottom: 15px;
		font-size: 1.6rem;
	}

	.canbuyHeadBig {
		font-weight: bold;
	}

	.canbuyList {
		-webkit-justify-content: space-between;
		-ms-flex-pack: justify;
		justify-content: space-between;
	}

	.canbuyListMain {
		margin-bottom: 15px;
		padding: 10px 0 5px;
	}

	.canbuyListMainTxt {
		font-size: 1.2rem;
		letter-spacing: 0;
		font-feature-settings: "palt";
		font-weight: bold;
	}

	.canbuyListMainOk {
		font-size: 2.0rem;
		font-family: sans-serif;
		font-weight: bold;
	}

	.canbuyListPict {
		width: 40px;
		margin: 0 auto;
	}

	.canbuyFollow {
		text-align: left;
	}

	/* 買取商品ジャンル(itemページ) の特集 */
	.itearrival.contInner {
		padding-bottom: 10px;
	}

	.itearrival.arrival .arrivalTit {
		font-weight: bold;
	}

	/* 買取商品ジャンル(itemページ) フッターへ追加 */
	.itefootcv {
		margin-bottom: 20px;
		display: block;
		-webkit-justify-content: inherit;
		-ms-flex-pack: inherit;
		justify-content: inherit;
	}

	.itefootcv li {
		width: 100%;
		max-width: 375px;
		margin: 0 auto 20px;
	}

	.itefootcvHead {
		font-size: 1.6rem;
	}

	.itefootcvBodyTxt {
		font-size: 1.4rem;
	}
	
	/* バナー */
	#bnrArea {
		width: 100%;
		padding: 0 15px;
		margin: 0 auto 20px;
	}
	
	.bnrList {
		display: flex;
		flex-wrap: wrap;
		flex-direction: column;
		justify-content: center;
		align-items: center;
	}
	
	.bnrList li {
		width: 100%;
		padding-bottom: 10px;
	}
	
	.lineBnr {
		height: 20.747vw;
		padding: 0 10px;
	}
	
	.lineBnrImg {
		width: 17vw;
		padding-right: 10px;
	}
	
	.lineInfo {
		width: calc(100% - 17vw);
	}
	
	.lineCopy1 {
		font-size: 2.6vw;
		padding-bottom: 1px;
	}
	
	.lineCopy2 {
		padding: 5px 0px;
		font-size: 2vw;
	}
	
	.lineCopy2::before {
		content: "";
		width: 15px;
		height: 15px;
		margin-right: 5px;
		background: url(../../img/item/icon_line.svg) 0 0 no-repeat;
		-webkit-background-size: contain;
		background-size: contain;
		display: inline-block;
		vertical-align: middle;
	}
	
	.lineCopy3 {
		padding-top: 3px;
		font-size: 1.6vw;
	}
	
	.lineCopy3::after {
		content: "";
		width: 7px;
		height: 7px;
		background: url(../../img/item/arrow_line_right.svg) 0 0 no-repeat;
		-webkit-background-size: contain;
		background-size: contain;
		display: inline-block;
		vertical-align: middle;
	}
}