@charset "utf-8";

/* --------------
reset
-------------- */
body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,code,form,fieldset,legend,input,textarea,p,blockquote,th,td{margin:0;padding:0}
ol,ul{list-style:none}
caption,th{text-align:left}

img {max-width:100% !important; height:auto;vertical-align: bottom; object-fit: cover;}
iframe {max-width:100% !important; border:0;}

/* --------------
base
-------------- */
body {
	color: #30231b;
	font: 1em/1.6 'Noto Sans JP', "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", Meiryo, Verdana, sans-serif;
	word-wrap: break-word;
	overflow-wrap: break-word;
}

.serif {
	font-family: 'Noto Serif JP', serif;
	font-weight: bold;
}

.sans-serif {
	font-family: "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", Meiryo, Verdana, sans-serif;
}

body * {
	box-sizing: border-box;
}

:root {
	/* color */
	--green: #008e02;
	--pink: #eb596d;
	--lightpink: #fb8092;
	--beige:#ecd6a1;
	--contactTel: var(--green);
	--contactMail: var(--pink);
}

/* ----- base width */
@media screen and (max-width: 768px) { /*スマホ・タブレットの時*/
	#siteHeader, .in, #siteFooter {
		width: 100%;
		padding-inline: 16px;
		margin: 0 auto;
	}
}
@media screen and (min-width: 769px) and (max-width: 1000px) { /*PCの時*/
	#siteHeader, .in, #siteFooter {
		width: 96%;
		margin: 0 auto;
	}
}
@media screen and (min-width: 1001px) { /*PCの時*/
	#siteHeader, .in, .inPC, #siteFooter {
		width: 1000px;
		margin: 0 auto;
		padding-inline: var(--space_sm);
	}
}

h1,h2,h3,h4,h5,h6 {
	/*line-height: 1.2;*/
	word-break: break-word !important;
}
h1 {font-size: 1.5em;}
h2 {font-size: 1.3em;}
h3 {font-size: 1.1em;}
h4 {font-size: 1.0em;}
h5 {font-size: 1.0em;}
h6 {font-size: 1.0em;}

@media screen and (max-width: 767px) { /*スマホ・タブレットの時*/
	.ifpc, .iftb {display: none !important;}
}
@media screen and (min-width: 768px) and (max-width: 1000px) { /*タブレットの時*/
	.ifpc, .ifsp {display: none !important;}
}
@media screen and (min-width: 1001px) { /*PCの時*/
	.ifsp, .iftb {display: none !important;}
}
/* --------------
modules css
-------------- */
/* ---------- font weight */
.thin { font-weight: 100 !important;}
.demilight { font-weight: 300 !important;}
.normal {font-weight: 400 !important;}
.medium {font-weight: 500 !important;}
.bold {  font-weight: 700 !important;}
.black { font-weight: 900 !important;}

/* ---------- align */
.alc { text-align: center !important;}
.alr { text-align: right !important;}
.all { text-align: left !important;}

.alt { vertical-align: top !important;}
.alb { vertical-align: bottom !important;}
.alm { vertical-align: middle !important;}

@media screen and (max-width: 767px) { /*スマホの時*/
	.alcSP {text-align: center !important;}
}
@media screen and (min-width: 768px) { /*PC・タブレットの時*/
	.alcPC {text-align: center !important;}
}
/* ---------- float */
.noFloat { float: none !important;}
.flc {
	margin-left: auto;
	margin-right: auto;
}

/* ---------- Cancele */
.both { clear: both;}
.aNone {
	pointer-events: none;
}
/* ---------- block */
.inlineB {
	display: inline-block;
}
/* ---------- margin,padding */
.mb0 {	margin-bottom: 0px !important;}
.mb3 {	margin-bottom: 3px !important;}
.mb5 {	margin-bottom: 5px !important;}
.mb10 {	margin-bottom: 10px !important;}
.mb15 {	margin-bottom: 15px !important;}
.mb20 {	margin-bottom: 20px !important;}
.mb25 {	margin-bottom: 25px !important;}
.mb30 {	margin-bottom: 30px !important;}
.mb35 {	margin-bottom: 35px !important;}
.mb40 {	margin-bottom: 40px !important;}
.mb45 {	margin-bottom: 45px !important;}
.mb50 {	margin-bottom: 50px !important;}
.mb55 {	margin-bottom: 55px !important;}
.mb60 {	margin-bottom: 60px !important;}
.mb70 {	margin-bottom: 70px !important;}
.mb80 {	margin-bottom: 80px !important;}
.mb90 {	margin-bottom: 90px !important;}
.mb100 {margin-bottom: 100px !important;}

.ml0 {	margin-left: 0px !important;}
.ml5 {	margin-left: 5px !important;}
.ml10 {	margin-left: 10px !important;}
.ml20 {	margin-left: 20px !important;}
.ml30 {	margin-left: 30px !important;}

.mr0 {	margin-right: 0px !important;}
.mr5 {	margin-right: 5px !important;}
.mr10 {	margin-right: 10px !important;}
.mr20 {	margin-right: 20px !important;}
.mr30 {	margin-right: 30px !important;}

.mt0 {	margin-top: 0px !important;}
.mt3 {	margin-top: 3px !important;}
.mt5 {	margin-top: 5px !important;}
.mt10 {	margin-top: 10px !important;}
.mt15 {	margin-top: 15px !important;}
.mt20 {	margin-top: 20px !important;}
.mt30 {	margin-top: 30px !important;}
.mt50 {	margin-top: 50px !important;}

.pb0 {	padding-bottom: 0px !important;}
.pb3 {	padding-bottom: 3px !important;}
.pb5 {	padding-bottom: 5px !important;}
.pb10 {	padding-bottom: 10px !important;}
.pb20 {	padding-bottom: 20px !important;}
.pb30 {	padding-bottom: 30px !important;}

.pt0 {	padding-top: 0px !important;}
.pt3 {	padding-top: 3px !important;}
.pt5 {	padding-top: 5px !important;}
.pt10 {	padding-top: 10px !important;}
.pt15 {	padding-top: 15px !important;}
.pt20 {	padding-top: 20px !important;}
.pt30 {	padding-top: 30px !important;}

.pl0 {	padding-left: 0px !important;}
.pl3 {	padding-left: 3px !important;}
.pl5 {	padding-left: 5px !important;}
.pl10 {	padding-left: 10px !important;}
.pl20 {	padding-left: 20px !important;}

.pr0 {	padding-right: 0px !important;}
.pr3 {	padding-right: 3px !important;}
.pr5 {	padding-right: 5px !important;}
.pr10 {	padding-right: 10px !important;}
.pr20 {	padding-right: 20px !important;}

/* ----- background */
.bgWhite { background-color: var(--color_base);}
.bgGreen { background-color: #ebf9e4;}
.bgPink { background-color: #f4e1d6;}
.bgYellow { background-color: #fef4e0;}
/* ----- text */
.clPink { color: #e04f6e;}
.clBlue { color: #144d65;}
.clGray { color: #cbcbcb;}
.clGold { color: #b7860d;}
.clYellow { color: #bd9421;}

h2 {
	font-weight: bold;
	font-size: 2.33rem;
	text-align: center;
}
@media screen and (max-width: 767px) { /*スマホ・タブレットの時*/
	h2 {
		font-size: 6.4vw;
		margin-bottom: 1em;
	}
}
@media screen and (min-width: 768px) { /*PCの時*/
	h2 {
		font-size: 2.33rem;
		margin-bottom: 2em;
	}
}
.txtS {
	color: #666;
	font-size: 85%;
}

.kome10 {
	text-indent: -1em;
	padding-left: 1em;
}
.kome12 {
	text-indent: -1.2em;
	padding-left: 1.2em;
}
.kome15 {
	text-indent: -1.5em;
	padding-left: 1.5em;
}
.kome20 {
	text-indent: -2em;
	padding-left: 2em;
}
/* ----- list */
.ulDisc {
	line-height: 1.4;
	list-style: inside disc;
}

.olDecimal {
	margin-left: 22px;
	list-style: outside decimal;
}

.ulDisc li, .olDecimal li {
	margin-bottom: 10px;
	list-style: none;
}

/* ----- decoration (button, etc...) */
.boxBg {
	background: var(--color_base);
	padding: 3rem;
}
/* ----- button */
.dtlBtn {
	text-align: center;
	cursor: pointer;
}
.dtlBtn a,
.dtlBtn span {
	background: #008e03;
	color: var(--color_base);
	font-size: 1.5em;
	font-weight: bold;
	border: 2px solid #008e03;
	border-radius: 100vh;
	display: inline-block;
}
.dtlBtn span:hover,
.dtlBtn a:hover {
	background: var(--color_base);
	color: #008e03;
	cursor: pointer;
}
.closeBtn span {
	background: #ff9019;
	border-color: #ff9019;
	color: var(--color_base);
}
.closeBtn span:hover {
	background: var(--color_base);
	color: #ff9019;
	opacity:0.8;
}
@media screen and (max-width: 767px) { /*スマホ時*/
	.dtlBtn a,
	.dtlBtn span {
		font-size: 1.1em;
		margin-top: 2em;
		padding: .8em 2em;
	}
}
@media screen and (min-width: 768px) { /*PC・タブレットのの時*/
	.dtlBtn a,
	.dtlBtn span {
		font-size: 1.5em;
		margin-top: 1em;
		padding: .3em 2em;
	}
}
/* ----- img */
.ofi, .ofi_top, .ofi_bottom {
	height: 100%;
	width: 100%;
}
.ofi {
	object-fit: cover;
	font-family: 'object-fit: cover;'
}
.ofi_top {
	object-fit: cover;
	object-position: 50% 0;
	font-family: 'object-fit: cover; object-position: 50% 0;'
}
.ofi_bottom {
	object-fit: cover;
	object-position: 50% 100%;
	font-family: 'object-fit: cover; object-position: 50% 100%;'
}
/* =.simplebar スクロールバー
---------------------------------------------------- */
.simplebar-scrollbar.simplebar-visible::before {
	/* スクロールバーの本体色 */
	--scroll__background: #a87704;
}

/* =header
-------------------------------------------------------------- **/
#header {
	background: var(--color_base);
	padding: 15px 0;
}
/* =siteHeader
-------------------------------------------------------------- **/
#siteHeader .logo {
	display: block;
	width: 250px;
	margin: auto;
	text-align: center;
}
@media screen and (max-width: 767px) { /*スマホ時*/
	#siteHeader .logo {
		width: 100%;
		height: 50px;
	}
	#siteHeader .logo img {
		width: auto;
		height: 100%;
	}
}
@media screen and (min-width: 768px) { /*PC・タブレットのの時*/
	#siteHeader .logo {
		width: 250px;
	}
}
/* グローバルナビ(テンプレ)
---------------------------------------------------- */
.global-navigation {
	--global-navigation_background: #f4e1d6;
	--global-navigation_icon-color: #30231b;
	--global-navigation_hamburger-button_order: 1px solid var(--global-navigation_icon-color);
	}
	.global-navigation--fixed .global-navigation__main-wrapper {
		border: 1px solid var(--color_base);
	}

/* =container
-------------------------------------------------------------- **/
.contents {
	position: relative;
}
.contents::before,
.contents::after {
	width: 100%;
	height: 50%;
	background-repeat: no-repeat;
	background-size: 50% auto;
	position: absolute;
	left: 0;
	pointer-events: none;
}
.contents::before {
	background-position: top left;
	top: -1px;
}
.contents::after {
	background-position: right bottom;
	bottom: -2px;
}
#pageContact1.contents::after {
	content: "";
	background-image: url("../img/bg_bottom_g.svg");
}
#pageAchievement.contents::before {
	content: "";
	background-image: url("../img/bg_top_w.svg");
}
#pageAchievement.contents::after {
	content: "";
	background-image: url("../img/bg_bottom_p.svg");
}
#pageInstItem.contents::before {
	content: "";
	background-image: url("../img/bg_top_w.svg");
}
#pageInstItem.contents::after {
	content: "";
	background-image: url("../img/bg_bottom_p.svg");
}
#js-result-slider.contents::before {
	content: "";
	background-image: url("../img/bg_top_w.svg");
}
#js-result-slider.contents::after {
	content: "";
	background-image: url("../img/bg_bottom_p.svg");
}
#pageInstBrand.contents::before {
	content: "";
	background-image: url("../img/bg_top_y.svg");
}
#pageConsultation.contents {
	background-image: url("../img/bg_stripe.webp");
	background-size: 16px;
	background-repeat: repeat;
	background-position: right bottom;
	overflow: hidden;
}
#pageContact1.contents::after {
	content: "";
	background-image: url("../img/bg_bottom_g.svg");
}
#pageContact2.contents::before {
	content: "";
	background-image: url("../img/bg_top_p.svg");
}
#pageContact2.contents::after {
	content: "";
	background-image: url("../img/bg_bottom_y.svg");
}
#pageContact3.contents::after {
	content: "";
	background-image: url("../img/bg_bottom_y.svg");
}
#pageContact4.contents::before {
	content: "";
	background-image: url("../img/bg_top_y.svg");
}
#pageContact4.contents::after {
	content: "";
	background-image: url("../img/bg_bottom_p.svg");
}
#pageContact5.contents::before {
	content: "";
	background-image: url("../img/bg_top_g.svg");
}
#pagePoint.contents::before {
	content: "";
	background-image: url("../img/bg_top_w.svg");
}
#pagePoint.contents::after {
	content: "";
	background-image: url("../img/bg_bottom_g.svg");
}
#pageFaq.contents::before {
	content: "";
	background-image: url("../img/bg_top_y.svg");
}
#pageFaq.contents::after {
	content: "";
	background-image: url("../img/bg_bottom_w.svg");
}
#pageHowtobuy.contents::before {
	content: "";
	background-image: url("../img/bg_top_g.svg");
}
#pageHowtobuy.contents::after {
	content: "";
	background-image: url("../img/bg_bottom_y.svg");
}
#pageFlow.contents::before {
	content: "";
	background-image: url("../img/bg_top_w.svg");
}
#pageFlow.contents::after {
	content: "";
	background-image: url("../img/bg_bottom_w.svg");
}
#pagePersonalId.contents::before {
	content: "";
	background-image: url("../img/bg_top_w.svg");
}
#pagePersonalId.contents::after {
	content: "";
	background-image: url("../img/bg_bottom_w.svg");
}
#pageReviews.contents::before {
	content: "";
	background-image: url("../img/bg_top_w.svg");
}
#pageReviews.contents::after {
	content: "";
	background-image: url("../img/bg_bottom_g.svg");
}
#pageEtc.contents::before {
	content: "";
	background-image: url("../img/bg_top_p.svg");
}
#pageEtc.contents::after {
	content: "";
	background-image: url("../img/bg_bottom_w.svg");
}
#market-price.contents::before {
	content: "";
	background-image: url("../img/bg_top_g.svg");
}
#market-price.contents::after {
	content: "";
	background-image: url("../img/bg_bottom_w.svg");
}


@media screen and (max-width: 767px) {
	.contents {
		padding: 3rem 0 5rem;
	}
}
@media screen and (max-width: 1400px) {
	.contents {
		background-size: 50%;
	}
}
@media screen and (min-width: 768px) {
	.contents {
		padding: 100px 0;
	}
}

/* フッター(テンプレ)
-------------------------------------------------------------- **/
.footer {
	--footer_background: #ecd6a1;
	--footer_inner_background: #f4e1d6;
	--footer_copyright_color: #30231b;
}

/* --------------
home contents
-------------- */
.ttlWrap {
	margin-bottom: 3rem;
}
.ttlWrap h2 {
	margin-bottom: 1rem;
}
.ttlWrap p {
	font-size: 0.83em;
}
@media screen and (min-width: 768px) {
	.ttlWrap p {
		text-align: center;
	}
}
@media screen and (max-width: 767px) {
	.ttlWrap {
		margin-bottom: 1.5rem;
	}
}

/* =main-visual
---------------------------------------------------- */
.main-visual img {
	width: 100%;
}

/* =pageContact
---------------------------------------------------- */
.contact-section {
	padding-block: var(--space_2xl);
	padding-inline: var(--space_sm);
	background-color: var(--color_base);
}
.contact-section__main {
	display: grid;
	gap: var(--space_md);
	margin-top: var(--space_sm);
}
.contact__title {
	color: #856415;
}
.contact__main {
	display: grid;
	grid-template-columns: 100%;
	gap: var(--space_xs);
	background: var(--color_base)bf0;
	border-radius: var(--border-radius_m);
	border: 2px solid var(--beige);
	padding-block: var(--space_sm);
}
.contact__cta-area {
	gap: var(--space_xs);
}
.cta-unit {
	gap: var(--space_2xs);
}
@media screen and (min-width: 768px) {
	.contact-section {
		padding-block: var(--space_4xl);
		padding-inline: var(--space_sm);
	}
}

/* =.contact-top MV下問い合わせ
---------------------------------------------------- */
.contact-top {
	--contact-top_background: var(--color_base);
	padding-inline: 0;
}
.contents__top {
	padding: 0;
}
.contact-top__cta-area {
	flex-direction: column;
}
.contact-top__cta-area .cta-button {
	min-height: 3.5em;
	padding: 1em 0.8em;
}
.contact-top .contact__title {
	margin-bottom: unset;
}
@media screen and (min-width: 768px) {
	.contact-top {
		padding-block: var(--space_3xl) var(--space_5xl);
	}
	.contact-top .contact__main {
		grid-template-columns: 100%;
		padding-block: var(--space_lg);
		gap: var(--space_md);
	}
	.contact-top__cta-area .cta-button {
		width: max-content;
		min-width: min(100%, 560px);
		margin-inline: auto;
		padding: var(--space_sm);
	}
}

/* お問い合わせボタン
---------------------------------------------------- */
.cta-button {
	--cta-button_background: var(--contactMail);
	--cta-button_background_emphasis: var(--contactTel);
	--cta-button_color: var(--color_base);
	font-size: min(4.2vw, 1.3em);
}
.cta-number {
	color: var(--contactTel);
}
.cta-button__inner {
	gap: var(--space_2xs);
}
.cta-button__text-unit {
	display: grid;
	gap: 6px;
}
.cta-button--emphasis .cta-button__icon {
	width: 2em;
}
.cta-button__sub-text {
	font-size: var(--font-size_range-small);
	font-weight: bold;
	background: var(--color_base);
	color: #30231b;
	padding: 2px 4px;
	border-radius: var(--border-radius_xs);
	letter-spacing: 0.02em;
}
.cta-button__sub-text b {
	color: var(--color_emphasis);
}
@media screen and (min-width: 768px) {
	.cta-button {
		padding: var(--space_sm) var(--space_lg);
	}
}

/* 買取実績(テンプレ)
---------------------------------------------------- */
.result__list {
	--_item-gap: var(--space_xs);
	display: flex;
}
.result__item-inner {
	display: flex;
	flex-direction: column;
	height: 100%;
	border: 3px solid var(--beige);
	border-radius: 15px;
	overflow: hidden;
}
.result__item-image {
	aspect-ratio: 35/24;
}
.result__item-image img {
	-o-object-fit: cover;
	object-fit: cover;
	width: 100%;
	height: 100%;
}
.result__item-detail {
	display: flex;
	flex-flow: column;
	flex-grow: 1;
	justify-content: space-between;
	gap: 1rem;
	min-height: 190px;
	padding: var(--_item-gap);
	font-weight: bold;
	background-color: var(--color_base);
}
.result__item-brand--english,
.result__item-name {
	font-size: 0.77em;
}
.result__item-price-area {
	line-height: 1;
}
.result__item-price-text {
	font-size: 0.85em;
}
.result__item-price {
	font-size: 1.6rem;
}
.result__more-view-button {
	display: flex;
	gap: 0.5rem;
	align-items: center;
	color: var(--color_base);
	font-size: 1.5em;
	font-weight: bold;
	border-radius: 100vh;
	margin-top: var(--space_lg);
	margin-inline:auto;max-width: -webkit-max-content;
	max-width: -moz-max-content;
	max-width: max-content;
}
.result__more-view-button--icon {
	font-size: 1.2em;
	line-height: 1;
}
@media screen and (max-width: 767px) { /*スマホ時*/
	.result__more-view-button {
		font-size: 1.1rem;
		padding: 0.8rem 2rem;
	}
}
@media screen and (min-width: 768px) { /*PC・タブレット時*/
	.result__more-view-button {
		font-size: 1.5rem;
		padding: 0.45rem 3rem;
	}
}
/* スライダー */
.result-slider__wrapper {
	position: relative;
}
.result-slider__inner .is-next,
.result-slider__inner .is-prev {
	opacity: 0.3;
	transform: scale(0.8);
	transition: all ease-in-out 0.3s;
}
.result-slider__wrapper .splide__arrow--prev,
.result-slider__wrapper .splide__arrow--next {
	position: absolute;
	z-index: 1;
	top: 50%;
	width: 25px;
	height: 80px;
	margin-top: -2.5rem;
	fill: var(--color_base);
	background-color: rgba(129, 56, 0, 0.8);
}
.result-slider__wrapper .splide__arrow--prev {
	left: 10px;
	border-radius: 0 10px 10px 0;
	transform: rotate(-180deg);
}
.result-slider__wrapper .splide__arrow--next {
	right: 10px;
	border-radius: 0 10px 10px 0;
}
@media (min-width: 768px) {
	.result-slider__inner {
		margin: 0 var(--space_lg);
	}
	.result-slider__inner .is-next,
	.result-slider__inner .is-prev {
		opacity: 1;
		transform: scale(1);
		transition: unset;
	}
}

/* =js-result-slider
---------------------------------------------------- */
#js-result-slider .in:first-child {
	width: 100%;
	max-width: 1500px;
}
.itemCont {
	display: grid;
	grid-template-columns: repeat(4, 1fr);
	gap: 16px;
}
.itemCont::after {
	display: none;
}
.itemTtlCont h2 {
	margin-bottom: 1.5rem;
}
.itemCont .itemBox p {
	color: #745d0e;
	margin-bottom: 0;
}
.itemDtlBox {
	display: flex;
	flex-wrap: wrap;
	flex-direction: column;
	justify-content: center;
	font-weight: bold;
}
.attentionCont {
	background-color: var(--color_base);
	border: 3px solid var(--beige);
	border-radius: 15px;
	margin-top: 2em;
	position: relative;
}
.attentionCont .imgBox {
	margin-right: 2em;
}
.attentionCont .bold {
	margin-bottom: 1em;
	font-size: clamp(1rem, 0.75rem + 1.11vw, 1.5rem);
}
.attentionCont ul {
	display: flex;
	flex-wrap: wrap;
	width: fit-content;
	margin-inline: auto;
}
.attentionCont ul li {
	margin-bottom: 5px;
}
@media screen and (min-width: 768px) {
	.attentionCont {
		display: flex;
		align-items: center;
		justify-content: center
		;
	}
	.attentionCont {
		padding: 2em;
	}
	.attentionCont ul {
		gap: var(--space_sm);
	}
	.attentionCont ul li {
		width: fit-content;
	}
}
@media screen and (max-width: 1000px) { /*スマホ・タブレットの時*/
	#pageBrand .itemTtlCont p {
		font-size: 3.2vw;
		text-align: center;
		margin-bottom: 1.5em;
	}
	.itemCont .itemBox {
		display: flex;
		flex-wrap: wrap;
	}
	.itemCont .itemBox .imgBox {
		margin: 0 auto .5rem;
	}
	.itemCont .itemBox .itemDtlBox {
		width: 100%;
		text-align: center;
		justify-content: end;
	}
	.itemCont .itemBox:first-child .itemDtlBox {
		justify-content: center;
	}
	.attentionCont {
		position: relative;
		padding: 2em 1.5em;
	}
	.attentionCont .imgBox {
		position: absolute;
	}
	.attentionCont ul li {
		margin-bottom: 5px;
	}
}
@media screen and (max-width: 767px) { /*スマホの時*/
	.itemCont {
		grid-template-columns: repeat(2, 1fr);
	}
	.itemCont .itemBox {
		font-size: 4vw;
	}
	.itemCont .itemBox .imgBox {
		width: 70%;
	}
	.attentionCont .imgBox {
		width: 15%;
		top: -7vw;
		left: 0;
		right: 0;
		margin: auto;
	}
	.attentionCont ul li {
		width: 50%;
	}
}
@media screen and (min-width: 768px) and (max-width: 1000px) {
	.itemCont {
		align-items: baseline;
	}
	.itemCont .itemBox {
		font-size: 1.8vw;
	}
	.itemCont .itemBox:nth-child(4n) {
		margin-right: 0;
	}
	.itemCont .itemBox .imgBox {
		width: 60%;
	}
	.attentionCont .imgBox {
		width: 10%;
		position: absolute;
		top: 2em;
		left: 1.5em;
	}
}
@media screen and (max-width: 1000px) { /*タブレットの時*/
	#pageBrand .in:first-child {
		padding: 0 130px;
	}
	#pageBrand .itemTtlCont p {
		margin-bottom: 3em;
	}
	.itemCont {
		justify-content: space-around;
	}
	.itemCont .itemBox {
		display: flex;
		flex-direction: column;
		align-items: center;
		text-align: center;
		justify-content: space-between;
	}
	.attentionCont {
		padding: 2em;
	}
}
@media screen and (min-width: 1001px) { /*PCの時*/

	.itemCont .itemBox {
		background: var(--color_base);
		font-size: 0.88rem;
		padding: 15px;
		border: 3px solid var(--beige);
		border-radius: 15px;
		display: flex;
	}
	.itemCont .itemBox:nth-child(4n) {
		margin-right: 0;
	}
	.itemCont .itemBox .imgBox {
		width: 60px;
		margin-right: 1.5em;
		display: flex;
		align-items: center;
	}
}
@media screen and (min-width: 1401px) { /*PCの時*/
	#js-result-slider .in:first-child {
		padding: 0 130px;
	}
	#js-result-sliderm .brandTtlCont p {
		margin-bottom: 3em;
	}
}

/* =pageInstBrand
---------------------------------------------------- */
/* Tab テンプレート */
.instrument-brand-select {
	display: flex;
	gap: var(--space_2xs)
}

@media print,screen and (min-width: 768px) {
	.instrument-brand-select {
		gap:var(--space_xs)
	}
}

.instrument-brand-select__button {
	flex: 1;
	display: grid;
	justify-items: center;
	gap: 0.1em;
	margin-bottom: 16px;
	padding-block: var(--space_xs);
	background-color: var(--lightpink);
	border-radius: 100vh;
	color: var(--color_base);
	font-size: clamp(0.9rem, 0.86rem + 0.19vw, 1rem);
	font-weight: bold;
	-webkit-tap-highlight-color: transparent;
	-webkit-transition: background-color 0.3s ease-in;
	transition: background-color 0.3s ease-in;
}

.instrument-brand-select__button.is-open {
	margin-top: 0;
	background-color: #f93258;
}
/* 中身 */
.boxW {
	max-height: 35vh;
	background: var(--color_base);
	padding: 2em 5% 1em;
	border-radius: 8px;
	border: 3px solid var(--beige);
}
.boxW ul {
	display: grid;
	grid-template-columns: repeat(2, 1fr);
	gap: var(--space_xs) var(--space_xs);
}
.boxW ul li {
	font-weight: bold;
	font-size: 0.9em;
	padding-bottom: 0.5em;
	border-bottom: 3px dashed var(--beige);
	line-height: 1.3;
}
.boxW ul li span {
	color: #745d0e;
	display: block;
	font-size: 0.8em;
}
@media screen and (min-width: 769px) {
	.boxW {
		max-height: 70vh;
		padding: 3em 10% 2em;
	}
	.boxW ul {
		grid-template-columns: repeat(3, 1fr);
		gap: var(--space_sm) var(--space_sm);
	}
	.boxW ul li {
		margin-bottom: 1em;
		padding-bottom: 0.5em;
		font-size: 1em;
	}
	.boxW ul li span {
		font-size: 1em;
	}
	.boxW ul li:last-child {
		margin-bottom: 1em;
		padding-bottom: 0.5em;
	}
}

/* =pageCondition
---------------------------------------------------- */
#pageConsultation {
	position: relative;
}
#pageConsultation h2 {
	font-size: 1.625rem;
	text-align: left;
	padding-bottom: 1rem;
	border-bottom: 3px dashed var(--beige);
}
.conditionWrap .conditionImgCont p {
	height: 100%;
}
@media screen and (max-width: 1400px) { /*スマホ・タブレットの時*/
	#pageConsultation {
		padding: 0;
	}
	#pageConsultation h2 {
		text-align: center;
	}
	.conditionTxtCont {
		width: 96%;
		margin: 0 auto;
		padding: 2rem 0 3rem;
	}
	.conditionTxtCont .txtBox {
		padding: 0 1em;
	}
	.conditionImgCont p {
		height: 0;
		padding-top: 70%;
		position: relative;
	}
	.conditionImgCont p img {
		position: absolute;
		top: 0;
	}
}
@media screen and (min-width: 768px) and (max-width: 1000px) {
	.itemCont .itemBox {
		font-size: 1.8vw;
	}
}
@media screen and (min-width: 768px) and (max-width: 1400px) { /*タブレットの時*/
	.conditionImgCont p {
		padding-top: 40%;
	}
}
@media screen and (min-width: 1401px) { /*PCの時*/
	.conditionWrap .conditionTxtCont {
		width: 60%;
	}
	.conditionWrap .conditionImgCont {
		width: 35%;
		height: 100%;
		max-width: 595px;
		position: absolute;
		top: 0;
		right: 0;
	}
}
/* =pagePoint
---------------------------------------------------- */
.pointBox {
	background: var(--color_base);
	margin-bottom: 2em;
	padding: 2em;
	border: 3px solid var(--beige);
	border-radius: 15px;
}
.pointBox h3 {
	margin-bottom: 1em;
	padding-bottom: 1rem;
	border-bottom: 3px dashed var(--beige);
}
.pointBox .txtBox {
	margin-bottom: 1em;
}
.pointBox .imgBox {
	margin-bottom: .5em;
	padding-top: 26%;
	position: relative;
}
.pointBox .imgBox img {
	position: absolute;
	top: 0;
}
@media screen and (max-width: 767px) { /*スマホの時・タブレットの時*/
	.pointBox h3 {
		font-size: 6.2vw;
		font-weight: bold;
	}
}
@media screen and (max-width: 1000px) { /*スマホの時・タブレットの時*/
	.pointBox:last-child {
		margin-bottom: 0;
	}
	.pointBox .imgBox {
		padding-top: 66%;
	}
}
@media screen and (min-width: 768px) and (max-width: 819px) { /*タブレットの時*/
	.pointBox h3 {
		font-size: 4vw;
	}
}
@media screen and (min-width: 820px) { /*PCの時*/
	.pointBox h3 {
		text-align: center;
		font-size: 2em;
		font-weight: bold;
	}
	.pointBox .imgBox {
		padding-top: 26%;
	}
	.pointFlex {
		display: flex;
		justify-content: space-between;
	}
	.pointFlex::after {
		display: none;
	}
	.pointFlex .txtBox {
		width: 55%;
	}
	.pointFlex .imgBox {
		width: 40%;
	}
}

/* よくあるご質問(テンプレ)
---------------------------------------------------- */
.faq {
	--faq_color: var(--color_base);
	--faq_color_light:var(--color_base);
}
.faq__title-text {
	margin-bottom: unset;
}
.faq__item {
	border: 3px solid var(--beige);
}
.faq__unit--question .faq__icon {
	color: var(--pink);
}
.faq__accordion-icon {
	--icon-color: var(--pink);
}
.faq__content {
	--border: unset;
}
.faq__unit--answer {
	background-color: var(--color_base);
	border-top: 2px dashed var(--beige);
}
.faq__unit--answer .faq__icon {
	color: var(--lightpink);
}
/* もっと見るボタン */
.faq__more-view-button {
	display: flex;
	gap: 0.5rem;
	align-items: center;
	color: var(--color_base);
	font-size: 1.5em;
	font-weight: bold;
	border-radius: 100vh;
	margin-top: var(--space_lg);
	margin-inline:auto;max-width: -webkit-max-content;
	max-width: -moz-max-content;
	max-width: max-content;
}
.faq__open-button {
	background: #008e03;
	border: 2px solid #008e03;
}
.faq__close-button {
	background: #ff9019;
	border: 2px solid #ff9019;
}
.faq__more-view-button--icon {
	font-size: 1.2em;
	line-height: 1;
}
@media screen and (max-width: 767px) { /*スマホ時*/
	.faq__more-view-button {
		font-size: 1.1rem;
		padding: 0.8rem 2rem;
	}
}
@media screen and (min-width: 768px) { /*PC・タブレット時*/
	.faq__more-view-button {
		font-size: 1.5rem;
		padding: 0.45rem 3rem;
	}
	.faq__open-button:hover {
		background: var(--color_base);
		color: #008e03;
	}
	.faq__close-button:hover {
		background: var(--color_base);
		color: #ff9019;
	}
}

/* 買取方法(テンプレ)
---------------------------------------------------- */
.how-to-purchase {
	--how-to-purchase_color_main: var(--lightpink);
	--how-to-purchase_type_arrow: var(--pink);
	--how-to-purchase_content_background: #fef4e0;
	--how-to-purchase_arrow: var(--lightpink);
}
.how-to-purchase__title-text {
	margin-bottom: 1em;
	color: #30231b;
}
.how-to-purchase-content .inner-contact__title {
	color: #30231b;
}

/* =pageFlow
---------------------------------------------------- */
#pageFlow {
	counter-reset: number 0;
}
#pageFlow h2 {
	margin-bottom: 1em;
}
#pageFlow h2 span.stepTtl {
	background: var(--lightpink);
	color: var(--color_base);
	font-size: 0.47em;
	border-radius: 15px;
	display: inline-block;
}
#pageFlow h2 span.ttlSmall {
	font-size: 0.71em;
}
#pageFlow h2 span.ttlBig {
	font-size: 1.19em;
}
.flowCont .flowBox {
	background: var(--color_base);
	margin-bottom: 2em;
	border: 3px solid var(--beige);
	border-radius: 15px;
	overflow: hidden;
}
.flowCont .flowBox:last-child {
	margin-bottom: 0;
}
.flowCont .flowBox::after {
	display: none;
}
.flowCont .flowBox h3 {
	font-size: 1.66em;
	line-height: 1.3em;
	margin-bottom: 1rem;
	font-weight: bold;
	position: relative;
	z-index: 1;
}
.flowCont .flowBox h3 span {
	font-size: 0.8em;
	margin-right: 1em;
}
.flowCont .flowBox ul {
	font-size: 0.66em;
}
.flowCont .flowBox .imgBox {
	margin-bottom: 0;
}
@media screen and (max-width: 767px) { /*スマホの時*/
	#pageFlow h2 span.stepTtl {
		width: 31%;
		font-size: 0.6em;
		margin: .5em 1.5% 0 0;
		padding: .8em .5em;
	}
	#pageFlow h2 span.stepTtl:nth-of-type(3) {
		margin-right: 0;
	}
	.flowCont .flowBox {
		margin-bottom: 1em;
	}
	.flowCont .flowBox h3 {
		font-size: 1.4em;
	}
	.flowCont .flowBox .imgBox {
		text-align: center;
		margin: 0 auto;
	}
	.flowCont .flowBox .txtBox {
		padding: 1.6em;
	}
	.flowCont .flowBox .txtBox p {
		font-size: .9rem;
		margin-top: 1em;
	}
}
@media screen and (min-width: 768px) { /*PCの時*/
	#pageFlow h2 span.stepTtl {
		min-width: 178px;
		font-size: 0.47em;
		margin-right: 1rem;
		padding: .8em 1em;
	}
	.flowCont .flowBox {
		display: flex;
		justify-content: space-between;
		margin-bottom: 2em;
	}
	.flowCont .flowBox h3 {
		font-size: 1.66em;
	}
	.flowCont .flowBox .imgBox {
		width: 352px;
		margin-bottom: 0;
	}
	.flowCont .flowBox .txtBox {
		width: 648px;
		padding: 2em;
	}
}

/* お客様の声(テンプレ)
---------------------------------------------------- */
.reviewsTtlCont h2 {
	margin-bottom: var(--space_sm);
	font-weight: 900;
}
.reviewsTtlCont h2 span {
	background: url("../img/ttl_circle.svg") no-repeat left center, url("../img/ttl_circle.svg") no-repeat right center;
	display: inline-block;
	padding: 0.3em 1em;
}
.reviewsTtlCont p {
	text-align: center;
	font-weight: bold;
	margin-bottom: 0.3rem;
}
.reviewsTtlCont p:first-of-type {
	font-size: 1.33em;
}
.reviewsTtlCont p:last-of-type {
	margin-bottom: 3rem;
}
.reviewsTtlCont .kome10 p {
	font-size: 1em;
}
@media screen and (max-width: 767px) { /*スマホの時*/
	.reviewsTtlCont {
		padding-inline: 16px;
	}
	.reviewsTtlCont h2 {
		font-size: 6vw;
		margin-bottom: 0.5rem;
	}
	.reviewsTtlCont h2 span {
		background-size: contain;
		padding: 0.3em;
	}
	.reviewsTtlCont p:first-of-type {
		font-size: 4.5vw;
	}
	.reviewsTtlCont p:last-of-type {
		text-align: left;
	}
	.reviewsTtlCont p:last-of-type {
		margin-bottom: 1rem;
		text-align: center;
	}
	.reviewsTtlCont .kome10 p {
		font-size: 0.77em;
	}
}
/* テンプレ */
.reviews {
	--reviews_background: unset;
	--reviews_color_main: #bd9421;
	--reviews_icon_background: #fcf2db;
}
.reviews__inner {
	display: none;
}
.section__title {
	margin-bottom: var(--space_sm);
	font-size: min(5.5vw,1.75em);
	font-weight: bold;
	line-height: 1.3
}

@media print,screen and (min-width: 992px) {
	.section__title {
		font-size:2.33rem
	}
}

.section__title-text--small {
	font-size: 0.66em
}
.section__overview,.section__overview--center {
	margin-bottom: var(--space_sm)
}

@media print,screen and (min-width: 768px) {
	.section__overview,.section__overview--center {
		margin-bottom:var(--space_md)
	}
}

.section__overview--center {
	text-align: center
}
.section__overview-unit+.section__overview-unit {
	margin-top: 1em
}

/* 買取アイテム一覧(テンプレ)
---------------------------------------------------- */
.all-categories {
	--all-categories__background: unset;
	--all-categories__item-icon: #30231b;
}
.all-categories__title-text {
	font-size: 1em;
	margin-bottom: unset;
}

/* 追従ボタン
---------------------------------------------------- */
.bottom-fixed {
	--bottom-fixed_campaign_color: #00803a;
	--bottom-fixed_campaign_color_base: #ebf9e4;
	--bottom-fixed_cta_button_tel: var(--contactTel);
	--bottom-fixed_cta_button_mail: var(--contactMail);
}

/* 左右の余白調整
---------------------------------------------------- */
@media not screen and (min-width: 768px) {
	#pageFaq .in,
	#pageHowtobuy .in,
	#pageEtc .in {
		padding-inline: unset;
	}
}

@media not screen and (min-width: 992px) {
	#pageConsultation .in,
	#pageReviews .in {
		width: 100%;
		padding-inline: unset;
	}
}

/* =.categories-modal 買取アイテムモーダル
---------------------------------------------------- */
.categories-modal {
	--categories-modal_main-color: var(--pink);
	--categories-modal_sub-color: #fef4e0;
}

/* =.market-price　楽器の市場価格
---------------------------------------------------- */
.market-price {
	--_border: 2px solid var(--beige);
}
.market-price__inner {
	margin-top: var(--space_md);
}
.market-price__title {
	display: grid;
}
.market-price__title::after {
	content: '';
	display: inline-block;
	width: 1rem;
	height: 0.7rem;
	margin-inline: auto;
	background-color: var(--pink);
	clip-path: polygon(0 0, 100% 0, 50% 100%);
	transform: translateY(-2px);
}
.market-price__title-text {
	width: 80%;
	display: inline;
	margin-inline: auto;
	text-align: center;
	background: var(--pink);
	color: var(--color_base);
	padding: var(--space_xs) var(--space_2xs);
	border-radius: var(--border-radius_sm);
	line-height: 1.4;
	margin-bottom: 0;
	font-size: clamp(1.5rem, 1.25rem + 1.11vw, 2rem);
}
.market-price__list {
	margin-top: var(--space_sm);
}
.market-price__item {
	background: var(--color_base);
	border: var(--_border);
	border-radius: var(--border-radius_s);
	overflow: hidden;
}
.market-price__item + .market-price__item {
	margin-top: var(--space_xs);
}
.market-price__unit {
	--market-price_unit_space: var(--space_xs);
	display: flex;
	gap: 0.5em;
	padding-left: var(--space_xs);
}
.market-price__unit--body {
	padding: var(--space_sm) var(--market-price_unit_space);
}
.market-price__content-inner {
	width: 100%;
}
.market-price__accordion-icon {
	--icon-color: var(--color_base);
	margin: auto var(--space_xs) auto auto;
	width: 1.65em;
	height: 1.65em;
	background-color: var(--pink);
}
.market-price__image img {
	width: clamp(5rem, 3.875rem + 5vw, 7rem);
	height: clamp(5rem, 3.875rem + 5vw, 7rem);
}
.market-price__body {
	align-self: center;
	flex: 1;
	display: flex;
	align-items: center;
	font-size: clamp(1rem, 0.859rem + 0.63vw, 1.25rem);
	line-height: 1.2;
	font-weight: bold;
}
.market-price__body-title {
	padding: var(--space_2xs) var(--space_md);
	display: flex;
	justify-content: space-between;
	background-color: #f8f6f3;
	border-top: var(--_border);
	font-size: 1em;
}
.market-price__box {
	display: grid;
}
.market-price__submarket-price-unit {
	padding: var(--space_xs);
}
.market-price__submarket-price-unit + .market-price__submarket-price-unit {
	border-top: 2px dotted var(--beige);
}
.market-price__submarket-price {
	font-weight: bold;
	font-size: var(--font-size_2md);
}
.market-price__submarket-price,
.market-price__detail {
	display: flex;
	align-items: center;
	gap: var(--space_2xs);
	line-height: 1;
}
.market-price__submarket-price::before {
	content: "";
	display: block;
	width: 8px;
	height: 8px;
	border-radius: 100vh;
	background-color: var(--pink);
}
.market-price__detail {
	padding: var(--space_xs) 0 0 var(--space_sm);
}
.market-price__detail::before {
	content: "";
	display: block;
	width: 12px;
	height: 1px;
	background-color: #30231b;
}
.market-price__price {
	margin-top: var(--space_xs);
	text-align: right;
	font-weight: bold;
	font-size: clamp(1.375rem, 1.313rem + 0.28vw, 1.5rem);
	color: var(--color_emphasis);
}
/* 注釈 */
.market-price__attention {
	margin-top: var(--space_sm);
	padding: var(--space_xs);
	background-color: var(--color_base);
	border: var(--_border);
	border-radius: var(--border-radius_s);
}
.market-price__attention-title {
	text-align: center;
	font-weight: bold;
}
.market-price__attention-text {
	margin-top: 10px;
	padding-left: 1em;
	text-indent: -1em;
	font-size: var(--font-size_sm);
}

@media print, screen and (min-width: 768px) {
	.market-price__title-text {
		width: 70%;
		margin: 0 auto;
	}
}
@media screen and (min-width: 768px) {
	.market-price__inner {
		margin-top: var(--space_xl);
	}
	.market-price__unit {
		--market-price_unit_space: var(--space_sm);
	}
	.market-price__submarket-price-unit {
		display: flex;
		justify-content: space-between;
		align-items: end;
	}
	.market-price__body br {
		display: none;
	}
	.market-price__price {
		margin-top: 0;
	}
}
@media print, screen and (min-width: 992px) {
	.market-price__title {
		width: 70%;
		margin: 0 auto var(--space_lg);
	}
	.market-price__title::after {
		border-left-width: 0.75rem;
		border-right-width: 0.75rem;
		border-top-width: 1rem;
	}
	.market-price__title-text {
		width: 55%;
		}
}
/* mq(print) */
@media print {
	.market-price__accordion-icon {
		display: none;
	}
}
