@charset "utf-8";

.sp {
	display: none !important;
}

.tablet {
	display: none !important;
}

/* -------------------------------------------------- */
/* 共通 */
/* -------------------------------------------------- */
html {
	font-size: 62.5%;
}

#container {
	min-width: 1200px;
	padding: 100px 0 0;
	font-size: 1.6rem;
}

/* ヘッダー */
header {
	width: 100%;
	min-width: 1200px;
	height: 100px;
	position: fixed;
	top: 0;
	left: 0;
	z-index: 1000;
	background: #1f5423;
}

h1 {
	height: 100%;
	padding: 13px 20px;
	box-sizing: border-box;
	float: left;
}

h1 img {
	height: 100%;
}

#gnav {
	width: 560px;
	padding: 25px 20px 0 0;
	float: right;
}

#gnav li {
	padding-left: 13px;
	margin-right: 10px;
	display: inline-block;
	background: url(../img/icon4.png) 0 center no-repeat;
}

#gnav a {
	color: #FFFFFF;
}

#gnav a:hover {
	text-decoration: underline;
}

#hTelWrap {
	height: 100px;
	padding: 0 20px;
	float: right;
	background: url(../img/h_tel_bg.jpg) 0 0 repeat;
}

#hTel {
	padding: 10px 0 0 0;
	margin-right: 20px;
	display: inline-block;
	vertical-align: top;
}

#hContact {
	padding: 16px 0 0 0;
	display: inline-block;
	vertical-align: top;
}

@media screen and (max-width:1600px) {
	#gnav {
		width: 100%;
		padding: 10px 0;
		background: rgba(0, 0, 0, 0.5);
		position: absolute;
		top: 100px;
		left: 0;
		text-align: center;
	}

	#gnav ul {
		display: inline-block;
	}

	#gnav li {
		vertical-align: middle;
	}
}


/* コンテンツ */
.content {
	width: 800px;
	margin: 0 auto;
}

/* フッター */
footer {
	background: #1f5423;
	color: #FFFFFF;
	font-size: 90%;
}

#assessment footer {
	margin-top: 100px;
}

#footerInfo {
	width: 800px;
	margin: 0 auto;
	padding: 30px 0;
	display: flex;
	justify-content: space-between;
}

.fTit {
	padding: 2px 10px;
	margin-bottom: 10px;
	color: #333333;
	background: #FFFFFF;
	display: inline-block;
	font-weight: bold;
}

.copyright {
	padding: 20px 0;
	text-align: center;
}

.copyright a {
	color: #fff;
}

#pagetop {
	position: fixed;
	right: 50px;
	bottom: 50px;
	z-index: 5;
}

/* 共通タイトル */
/* -------------------------------------------------- */
.commonTit1 {
	padding: 70px 0 30px 0;
	justify-content: center;
}

.titTxt {
	display: inline-block;
	text-align: left;
	font-size: 130%;
	font-weight: bold;
	color: #1f5423;
}

.titWrap1 {
	width: 1200px;
	min-height: 226px;
	margin: 5px auto 10px;
	text-align: center;
	background: url(../img/common_bg1.png) 0 0 no-repeat;
}

.titWrap2 {
	width: 1200px;
	min-height: 247px;
	margin: 60px auto 40px;
	text-align: center;
	background: url(../img/common_bg2.png) 0 0 no-repeat;
}

.titWrap3 {
	width: 1200px;
	/*	min-height: 308px;*/
	margin: 60px auto 40px;
	text-align: center;
	background: url(../img/common_bg3.png) 0 0 no-repeat;
}




/* 共通ボタン */
/* -------------------------------------------------- */
.commonBtn1,
.commonBtn2 {
	text-align: center;
	/*	margin-bottom: 50px;*/
}

.commonBtn1 a {
	background: url("../img/icon1.png") no-repeat 90% center #ff0c2e;
	-webkit-background-size: 12px 13px, 100%;
	background-size: 12px 13px, 100%;
	border-radius: 60px;
	box-shadow: 0 4px 0 0 #4b1507;
	color: #FFFFFF;
	display: inline-block;
	font-weight: bold;
	padding: 15px 70px;
	text-align: center;
	line-height: 1.2;
}

.commonBtn1 a:hover {
	margin-top: 4px;
	padding: 15px 70px 11px;
	box-shadow: 0 4px 0 0 #ff0c2e;
}

.commonBtn2 a {
	background: url("../img/icon2.png") no-repeat 10% center #666666;
	-webkit-background-size: 12px 13px, 100%;
	background-size: 12px 13px, 100%;
	border-radius: 60px;
	box-shadow: 0 4px 0 0 #333333;
	color: #FFFFFF;
	display: inline-block;
	font-weight: bold;
	padding: 15px 90px;
	text-align: center;
	line-height: 1.2;
}

.commonBtn2 a:hover {
	margin-top: 4px;
	padding: 15px 90px 11px;
	box-shadow: 0 4px 0 0 #666666;
}

.commonBtn3 a {
	background: url("../img/icon3.png") no-repeat 90% center #ffdf30;
	-webkit-background-size: 12px 13px, 100%;
	background-size: 12px 13px, 100%;
	border-radius: 60px;
	box-shadow: 0 4px 0 0 #89781a;
	color: #442c1c;
	display: inline-block;
	font-weight: bold;
	padding: 10px 60px;
	text-align: center;
	line-height: 1.2;
	font-size: 1.3em;
}

.commonBtn3 a:hover {
	margin-top: 4px;
	padding: 10px 60px 6px;
	box-shadow: 0 4px 0 0 #ffdf30;
}


.commonBtn1 .large,
.commonBtn2 .large {
	font-size: 200%;
	letter-spacing: 0.1em;
}

.commonBtn1 .middle {
	font-size: 130%;
	letter-spacing: 0.1em;
}

/* -------------------------------------------------- */
/* メインページ */
/* -------------------------------------------------- */
#mvWrap {
	width: 100%;
	height: 640px;
	/*	padding: 0 430px 0 0;*/
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	position: relative;
}

#mv {
	width: 100%;
	height: 100%;
	background: url(../img/mv.jpg) center center no-repeat;
	-webkit-background-size: cover;
	background-size: cover;
	position: relative;
}

#slider {
	height: 640px;
	position: absolute;
	right: 0;
	top: 0;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	display: none;
}

#mvBnr {
	width: 50%;
	max-width: 500px;
	position: absolute;
	left: 40px;
	bottom: 30px;
}

#mvBnr.close {
	display: none;
	transition: .3s ease-in-out;
}

#bnrImg img {
	width: 100%
}

#bnrClose {
	background-color: #777;
	color: #fff;
	border: 2px solid #fff;
	border-radius: 20px;
	width: 30px;
	height: 30px;
	line-height: 1.6;
	text-align: center;
	position: absolute;
	top: -15px;
	right: -2%;
	z-index: 99999;
	font-size: 1.1em;
	display: flex;
	align-items: center;
	justify-content: center;
	cursor: pointer;
}

#bnrImg.close {
	display: none;
}

#media {
	width: 40%;
	max-width: 400px;
	position: absolute;
	right: 40px;
	bottom: 30px;
}

#media img {
	width: 100%;
}

.mainTit1 {
	position: absolute;
	left: 50%;
	top: 150px;
	margin-left: -240px;
	opacity: 0;
	margin-top: 10px;
}

.mainTit2 {
	padding: 30px 0;
	position: absolute;
	left: 50%;
	top: 210px;
	margin-left: -241px;
	opacity: 0;
	margin-top: 10px;
}

.bdAnime:before {
	content: "";
	width: 0;
	height: 1px;
	background: #FFFFFF;
	position: absolute;
	top: 0px;
	left: 0px;
	opacity: 0;
	transition: all 0.3s ease-in-out 0s;
}

.bdOn:before {
	width: 480px;
	opacity: 1;
}

.bdAnime:after {
	content: "";
	width: 0;
	height: 1px;
	background: #FFFFFF;
	position: absolute;
	bottom: 0px;
	right: 0px;
	opacity: 0;
	transition: all 0.3s ease-in-out 0s;
}

.bdOn:after {
	width: 480px;
	opacity: 1;
}

.mainTit3 {
	position: absolute;
	left: 50%;
	top: 390px;
	margin-left: -241px;
	margin-top: 10px;
	opacity: 0;
}

.infiniteslide ul {
	height: 260px !important;
}

.infiniteslide li {
	position: relative;
	overflow: hidden;
	-webkit-background-size: cover !important;
	background-size: cover !important;
}

.isInner {
	width: 260px;
	height: 260px;
}

.isInner img {
	width: 100%;
	height: 100%;
	object-fit: cover;

}

.infoBar {
	position: absolute;
	left: 1px;
	top: 1px;
	background: #000000;
	color: #FFFFFF;
	font-size: 11px;
	padding: 5px 10px;
}

.isDate {
	margin-right: 20px;
	display: inline-block;
	vertical-align: middle;
}

.isName {
	display: inline-block;
	vertical-align: middle;
}

h3 {
	margin: 0 0 0.5em 0;
	color: #267a2d;
	font-family: "Zen Kaku Gothic New", sans-serif;
	font-weight: 400;
	font-size: clamp(2.6rem, 8.2vw, 4rem);
	line-height: 1;
	display: flex;
	align-items: flex-end;
}

h3 span.num {
	margin-right: 0.2em;
	font-family: "Jost", sans-serif;
	font-style: italic;
	font-size: 10rem;
	font-weight: 300;
	letter-spacing: 0;
	line-height: 0.8;
}

.secTxt {
	margin-bottom: 1em;
	color: #134217;
	font-family: 'Zen Kaku Gothic New';
	font-weight: 300;
	font-size: clamp(2.5rem, 2.0vw, 3rem);
	line-height: 1.4;
}

h3 span.cc {
	line-height: 1.2;
}

#sec1 {
	padding: 40px 0;
	text-align: center;
	background: #1f5423;
}

#sec1 h3 {
	margin-bottom: 0.5em;
	color: #fff;
	font-size: clamp(3.2rem, 3.2vw, 5rem);
	font-weight: 100;
	letter-spacing: 0.1em;
	line-height: 1.4;
	justify-content: center;
}

#sec1 img {
	width: 50%;
	min-width: 600px;
}

#sec1 .smallTxt {
	width: 50%;
	min-width: 600px;
	margin: 1em auto 0;
	color: #fff;
	font-size: 1.4rem;
	text-align: right;
}

.secWrap {
	width: 90%;
	max-width: 1300px;
	margin: 80px auto 0;
	display: flex;
	flex-direction: row-reverse;
	align-items: flex-start;
	justify-content: space-between;
	/*	gap: 0 40px;*/
}


.secInner {
	width: 52%;
}

.secItem {
	width: 44%;
	display: flex;
	flex-direction: column;
	gap: 30px 0;
}

#sec2 {
	position: relative;
}

#sec2 h3 {
	/*	padding: 100px 20px 0 0;*/
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	font-size: clamp(3.6rem, 4.0vw, 5rem);
}

#sec2 h3 img {
	width: 100%;
}

#sec2Txt {
	/*	padding: 0 10px 50px 0;*/
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

#sec2Txt img {
	width: 100%;
}

#sec2Item {
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}

#sec2Item img {
	width: 100%;
	height: auto;
}

/*
#sec2Item1 {
	position: absolute;
	left: 170px;
	top: 320px;
	z-index: 3;
}

#sec2Item2 {
	position: absolute;
	left: -100px;
	top: 80px;
	z-index: 2;
}
*/

/*
@media screen and (min-width: 1281px) and (max-width: 1750px) {
	#sec2Item1 {
		position: absolute;
		left: 90px;
		top: 320px;
		z-index: 3;
	}

	#sec2Item2 {
		position: absolute;
		left: -100px;
		top: 80px;
		z-index: 2;
	}
	
	#sec2Item1 img {
		width: 500px;
		height: auto;
	}

	#sec2Item2 img {
		width: 500px;
		height: auto;
	}
}
*/

/*
@media screen and (min-width: 0px) and (max-width: 1280px) {
	#sec2Item1 {
		position: absolute;
		left: 40px;
		top: 430px;
		z-index: 3;
	}

	#sec2Item2 {
		position: absolute;
		left: 40px;
		top: 150px;
		z-index: 2;
	}
	
	#sec2Item1 img {
		width: 480px;
		height: auto;
	}

	#sec2Item2 img {
		width: 470px;
		height: auto;
	}
}
*/

.frame {
	display: inline-block;
	padding: 30px;
	background: #FFFFFF;
	border: 1px #e5e5e5 solid;
}

.frameTit {
	margin-bottom: 0.5em;
	font-size: 1.4em;
	font-weight: bold;
	color: #267a2d;
}

.frameTxt {
	font-weight: bold;
	line-height: 1.8;
}


#sec3 {
	flex-direction: row;
	position: relative;
}

#sec3 h3 {
	font-size: clamp(2.4rem, 2.1vw, 3.1rem);
}

#sec3 h3 img {
	width: 90%;
}

#sec3Txt {
	/*
	max-width: 644px;
	width: 100%;
	padding: 0 0 50px 0;
*/
}

#sec3Txt img {
	width: 90%;
}

#sec3Item {
	/*
	width: 50%;
	padding: 0 100px 0 50px;
	position: absolute;
	right: 0;
	top: 0;
*/
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}

#sec3Item img {
	width: 100%;
	height: auto;
}

#sec3Item img:first-child {
	/*	margin-bottom: 40px;*/
}

.noteWrap {
	margin-top: 2em;
	display: flex;
	flex-direction: column;
	gap: 1em 0;
}

.noteTit {
	margin-bottom: 0.5em;
	color: #fb2a27;
	font-size: 1.8rem;
	letter-spacing: 0.02em;
	line-height: 1.2;
	font-weight: bold;
	display: flex;
	align-items: flex-start;
}

.noteTit:before {
	content: "!";
	color: #fff;
	background: #fb2a27;
	width: 1.5em;
	aspect-ratio: 1 / 1;
	margin-right: 0.5em;
	display: flex;
	align-items: center;
	justify-content: center;
	flex-shrink: 0;
	border-radius: 50%;
	font-size: 1.2rem;
}

/*
#sec3Item1 {
	position: absolute;
	top: 440px;
	right: 320px;
	z-index: 3;
}

#sec3Item2 {
	position: absolute;
	top: 0;
	right: -140px;
	z-index: 2;
}
*/

/*
@media screen and (min-width: 1281px) and (max-width: 1613px) {
	#sec3Item1 {
		position: absolute;
		top: 640px;
		right: 260px;
		z-index: 3;
	}

	#sec3Item2 {
		position: absolute;
		top: 0;
		right: -70px;
		z-index: 2;
	}
	
	#sec3Item1 img {
		width: 350px;
		height: auto;
	}

	#sec3Item2 img {
		width: 500px;
		height: auto;
	}
}
*/

/*
@media screen and (min-width: 0px) and (max-width: 1280px) {
	#sec3Item1 {
		position: absolute;
		top: 600px;
		right: 220px;
		z-index: 3;
	}

	#sec3Item2 {
		position: absolute;
		top: 0;
		right: -40px;
		z-index: 2;
	}
	
	#sec3Item1 img {
		width: 330px;
		height: auto;
	}

	#sec3Item2 img {
		width: 450px;
		height: auto;
	}
}
*/

#map {
	max-width: 750px;
	width: 100%;
	padding-bottom: 50px;
}

#map img {
	width: 100%;
}

#frameContactWrap {
	padding: 20px 0 0 0;
	text-align: center;
}

#frameContactIn {
	display: inline-block;
	text-align: center;
}

#frameContactTxt {
	padding-bottom: 10px;
	font-weight: bold;
	color: #267a2d;
	font-size: 140%;
}

#frameTel {
	margin-bottom: 10px;
	padding-right: 20px;
	display: inline-block;
	vertical-align: bottom;
	text-align: left;
}

#frameContact {
	display: inline-block;
	vertical-align: bottom;
	text-align: left;
}

#sec4 {
	/*
	width: 50%;
	min-height: 450px;
	padding: 0 0 200px 50%;
*/
	margin-bottom: 80px;
	position: relative;
}

#sec4 h3 {
	font-size: clamp(2.6rem, 2.6vw, 3.8rem);
}

#sec4 h3 img {
	width: 100%;
}

#sec4Txt {
	/*
	max-width: 934px;
	width: 100%;
	padding: 0 10px 80px 0;
*/
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

#sec4Txt img {
	width: 100%;
}

#sec4Img {
	/*
	max-width: 899px;
	width: 100%;
	padding: 0 10px 80px 0;
*/
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

#sec4Img img {
	width: 100%;
}

#sec4Item {
	/*
	width: 50%;
	padding: 0 50px;
	position: absolute;
	left: 0;
	top: 0;
*/
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}

#sec4Item img {
	width: 100%;
	height: auto;
}

/*
@media screen and (min-width: 0px) and (max-width: 1280px) {
	#sec4 {
		padding: 0 0 100px 50%;
	}

	#sec4Item1 {
		position: absolute;
		top: -40px;
		left: -200px;
	}

	#sec4Item1 img {
		width: 700px;
	}
}
*/

/*
#sec5 {
	padding-bottom: 150px;
}
*/

/*
#sec5 h3 {
	padding: 0 0 100px 0;
	text-align: center;
}
*/

#sec5 h3 {
	margin-bottom: 1em;
	color: #59493f;
	font-size: clamp(2.8rem, 2.4vw, 3.8rem);
	flex-direction: column;
	justify-content: center;
	align-items: center;
	font-weight: 600;
	gap: 0.25em 0;
}

#sec5 h3 span {
	font-size: 5rem;
}

#sec5 h3 .sec5Tit {
	display: flex;
	align-items: center;
	justify-content: center;
	gap: 0 0.5em;
}

#sec5 h3 .sec5TitInner {
	display: flex;
	flex-direction: column;
	align-items: center;
	flex-shrink: 0;
}

#sec5 h3 .sec5Tit:after {
	content: "";
	display: flex;
	background: url(../img/icon_audio.svg) no-repeat;
	background-size: contain;
	max-width: 80px;
	width: 20%;
	aspect-ratio: 1 / 1.5;
	flex-shrink: 0;
}

/*
#sec5 h3:before {
	content: "";
	display: flex;
	background: url(../img/icon_audio.svg) no-repeat;
	background-size: contain;
	max-width: 100px;
	width: 20%;
	aspect-ratio: 1 / 1.5;
}
*/

#vinImg {
	width: 80%;
	margin: 0 auto 40px;
}

#vinImg img {
	width: 100%;
}

#sec5Txt {
	width: 801px;
	margin: 0 auto 50px;
	padding-bottom: 24px;
	/*	background: url(../img/vin_frame3.jpg) 0 bottom no-repeat;*/
	text-align: center;
	border: 5px double #fb2a27;
	background: #fff;
}

.frame2 {
	padding: 30px 30px 10px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	/*
	background: url(../img/vin_frame1.jpg) 0 0 no-repeat,
		url(../img/vin_frame2.jpg) 0 0 repeat-y,
		url(../img/vin_frame3.jpg) 0 bottom no-repeat;
*/
	font-size: 120%;
	font-weight: bold;
	color: #fb2a27;
	line-height: 2em;
}

.frame2Txt {
	padding-bottom: 30px;
}

#vintageBrand {
	width: 800px;
	margin: 0 auto 100px;
}

#vintageBrand h4 {
	margin-bottom: 0.5em;
	color: #59493f;
	font-size: clamp(1.8rem, 1.6vw, 2.2rem);
	text-align: center;
	font-weight: 600;
}

#brandName {
	font-size: 1.6rem;
	text-align: center;
	letter-spacing: 0.05em;
}

#vintageBrand li {
	margin-bottom: 5px;
	display: inline-block;
	border: 1px #CCCCCC solid;
}

.commonCon {
	padding: 40px 0;
	background: #f0efe6;
}

.commonCon2 {
	padding: 50px 0;
	background: #f0efe6;
}

.commonConIn {
	width: 800px;
	margin: 0 auto;
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	justify-content: center;
	gap: 0 20px;
}

.commonConTxt {
	width: 100%;
	padding-bottom: 20px;
	font-weight: bold;
	color: #267a2d;
	font-size: 2.6rem;
	text-align: center;
}

.commonTel {
	padding-right: 30px;
	display: inline-block;
	vertical-align: top;
}

.commonTel2 {
	padding-bottom: 30px;
}

.commonConBtn {
	display: inline-block;
	vertical-align: bottom;
}

.commonTel {
	font-family: 'Jost', sans-serif;
	font-size: 5.0rem;
	font-weight: 600;
	letter-spacing: -0.01em;
	line-height: 1.0;
	color: #ff0c2e;
	display: flex;
	align-items: center;
	justify-content: center;
}

.commonTel:before {
	content: "";
	width: 1em;
	height: 32px;
	margin-right: 0.25em;
	background: url(../img/icon_tel_r.svg) no-repeat;
	background-size: contain;
	display: flex;
	align-items: center;
	justify-content: center;
}

.telTime {
	display: flex;
	align-items: center;
	gap: 0 0.5em;
}

.telTime span {
	padding: 0.1em 0.75em;
	background: #267a2d;
	color: #fff;
	font-size: 1.1rem;
	display: flex;
	align-items: center;
	justify-content: center;
	border-radius: 20px;
}

.formWrap {
	width: 40%;
	position: relative;
}

.formWrap a {
	width: 100%;
	height: 100px;
	padding-left: 10px;
	padding-bottom: 0.25em;
	background: #ff0c2e;
	color: #fff;
	font-weight: bold;
	border-radius: 10px;
	display: flex;
	align-items: center;
	justify-content: center;
	position: relative;
	transition: all 0.3s ease-in-out 0s;
	font-family: "noto sans jp";
	gap: 0 10px;
	box-sizing: border-box;
	transition: .3s ease-in-out;
}

.formWrap a:hover {
	transform: scale(1.1);
}

.formWrap a:after {
	content: "";
	display: flex;
	width: 20px;
	height: 20px;
	background: url(../img/arrow_form.svg) no-repeat;
	background-size: contain;
}

.formWrap a p {
	font-size: 2.0rem;
}

.formWrapTxt {
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	gap: 4px 0;
}

.formInner {
	display: flex;
	align-items: center;
	font-size: 2rem;
	gap: 0 5px;
}

.formWrap a p.formBox {
	height: 22px;
	padding: 0px 10px;
	border-radius: 30px;
	background: #fff;
	color: #ff0c2e;
	font-size: 1.6rem;
	line-height: 20px;
}

.formWrap a .formBox span {
	font-size: 1rem;
}

.formWrap a p.formTxt {
	font-size: 2.6rem;
	letter-spacing: 0.01em;
	line-height: 1;
}

#sec6 h3 {
	font-size: 5.0rem;
	margin-bottom: 0.25em;
	justify-content: center;
}

#sec6 .titTxt {
	text-align: center;
}

#mainBrand {
	max-width: 1200px;
	width: 90%;
	margin: 0 auto;
}

#mainBrand h4 {
	padding-bottom: 20px;
	text-align: center;
}

#brandlistIn {
	padding-bottom: 50px;
}

.burandList1 {
	padding-bottom: 80px;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	position: relative;
}

.burandList1:after {
	content: "";
	width: 400px;
	height: 1px;
	margin-left: -200px;
	border-bottom: 1px dotted #1F5423;
	position: absolute;
	bottom: 0;
	left: 50%;
}

.burandList1 li {
	width: 19%;
	display: inline-block;
	letter-spacing: normal;
}

.burandList1 li a img {
	width: 100%;
	border: 1px #CCCCCC solid;
}

.burandList1 li.other,
#genreList li.other {
	width: 100%;
	margin-top: 2em;
	padding: 0;
	background: transparent;
	font-size: 1.6rem;
	text-align: left;
	border: none;
	display: inline-block;
}

.brandList {
	width: 800px;
	margin: 0 auto 10px;
}

.brandList h3 {
	padding: 0 100px 0 30px;
	border: 1px #1f5423 solid;
	color: #267a2d;
	font-size: 150%;
	cursor: pointer;
}

.brandList h3.on {
	background: url(../img/icon6_on.png) 95% center no-repeat #FFFFFF;
	-webkit-background-size: 21px 12px;
	background-size: 21px 12px;
}

.brandList h3.off {
	background: url(../img/icon6_off.png) 95% center no-repeat #FFFFFF;
	-webkit-background-size: 21px 12px;
	background-size: 21px 12px;
}

.brand {
	padding: 30px 0;
}

#genreList {
	max-width: 1200px;
	width: 90%;
	margin: 0 auto 100px;
	display: flex;
	flex-wrap: wrap;
	align-items: stretch;
	justify-content: space-between;
	gap: 10px 0;
}

#genreList li {
	width: 24%;
	padding: 1em 0;
	background: #fff;
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	text-align: center;
	line-height: 1.2;
	border: 1px #CCCCCC solid;
}

#genreList li a {
	width: 100%;
	height: 100%;
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	transition: .3s ease-in-out;
}

#genreList li a:hover {
	transform: scale(1.1);
}

#genreList li img {
	width: auto;
	max-height: 80px;
}

#genreList li.other a {
	display: inline-block;
	width: auto;
	height: auto;
}

#genreList li.other a:hover {
	transform: none;
}

.audioType {
	padding: 0 0 10px 0;
	font-weight: bold;
	color: #267a2d;
	font-size: 150%;
}

.blandSection {
	display: none;
}

.burandList2 {
	margin: 0 -10px 50px 0;
	letter-spacing: -0.4em;
}

.burandList2 li {
	margin: 0 10px 10px 0;
	letter-spacing: normal;
	display: inline-block;
}

.burandList2 li img {
	border: 1px #CCCCCC solid;
}

.brandImage {
	display: block;
	height: 100%;
	padding: 10px 0 10px 80px;
}

#brand1 .brandImage {
	background: url(../img/audiolist_titimg1.png) left center no-repeat;
	-webkit-background-size: 73px 40px;
	background-size: 73px 40px;
}

#brand2 .brandImage {
	background: url(../img/audiolist_titimg2.png) left center no-repeat;
	-webkit-background-size: 71px 25px;
	background-size: 71px 25px;
}

#brand3 .brandImage {
	background: url(../img/audiolist_titimg3.png) 13px center no-repeat;
	-webkit-background-size: 53px 50px;
	background-size: 53px 50px;
}

#brand4 .brandImage {
	background: url(../img/audiolist_titimg4.png) left center no-repeat;
	-webkit-background-size: 73px 27px;
	background-size: 73px 27px;
}

#brand5 .brandImage {
	background: url(../img/audiolist_titimg5.png) left center no-repeat;
	-webkit-background-size: 71px 40px;
	background-size: 71px 40px;
}

#brand6 .brandImage {
	background: url(../img/audiolist_titimg6.png) left center no-repeat;
	-webkit-background-size: 63px 28px;
	background-size: 63px 28px;
}

#brand7 .brandImage {
	background: url(../img/audiolist_titimg7.png) 10px center no-repeat;
	-webkit-background-size: 49px 51px;
	background-size: 49px 51px;
}

#brand8 .brandImage {
	background: url(../img/audiolist_titimg8.png) 10px center no-repeat;
	-webkit-background-size: 44px 47px;
	background-size: 44px 47px;
}

#brand9 .brandImage {
	background: url(../img/audiolist_titimg9.png) left center no-repeat;
	-webkit-background-size: 59px 33px;
	background-size: 59px 33px;
}

#brand10 .brandImage {
	background: url(../img/audiolist_titimg10.png) 5px center no-repeat;
	-webkit-background-size: 46px 41px;
	background-size: 46px 41px;
}

#brand11 .brandImage {
	background: url(../img/audiolist_titimg11.png) 5px center no-repeat;
	-webkit-background-size: 50px 42px;
	background-size: 50px 42px;
}

#brand12 .brandImage {
	background: url(../img/audiolist_titimg12.png) left center no-repeat;
	-webkit-background-size: 69px 29px;
	background-size: 69px 29px;
}

#brand13 .brandImage {
	background: url(../img/audiolist_titimg13.png) left center no-repeat;
	-webkit-background-size: 65px 46px;
	background-size: 65px 46px;
}

#sec7 .frame {
	max-width: 1200px;
	width: 90%;
	margin: 80px auto;
	display: block;
}

#staff {
	width: 100%;
	height: 520px;
	background: url(../img/about_img.png) 0 0 no-repeat;
	-webkit-background-size: cover;
	background-size: cover;
	position: relative;
}

#staffTxt {
	position: absolute;
	top: 50%;
	left: 10%;
	margin-top: -132px;
}

#sec8 {
	padding-bottom: 150px;
}

#sec8 .slick-prev {
	width: 72px;
	height: 72px;
	margin-top: -36px;
	background: url(../img/icon7_left.png) 0 0 no-repeat;
	text-indent: -100%;
	text-align: left;
	overflow: hidden;
	position: absolute;
	top: 50%;
	left: 10px;
	z-index: 700;
	border: none;
}

#sec8 .slick-next {
	width: 72px;
	height: 72px;
	margin-top: -36px;
	background: url(../img/icon7_right.png) 0 0 no-repeat;
	text-indent: -100%;
	text-align: left;
	overflow: hidden;
	position: absolute;
	top: 50%;
	right: 10px;
	z-index: 700;
	border: none;
}

#achievement {
	padding: 30px 0;
	margin-bottom: 50px;
	width: 100%;
	position: relative;
	overflow: hidden;
	text-align: center;
	background: url(../img/achievement_bg.jpg.jpg) 0 0 repeat;
}

.looplist {
	display: inline-block;
}

#achievement li {
	text-align: center;
	display: inline-block;
	vertical-align: top;
}

.achieveIn {
	text-align: left;
	width: 330px;
	display: inline-block;
	overflow: hidden;
}

.achieveImg {
	width: 330px;
	height: 250px;
	-webkit-background-size: cover !important;
	background-size: cover !important;
}

.achieveBox {
	width: 330px;
	padding: 20px 10px;
	text-align: left;
	background: #FFFFFF;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

.achieveTit {
	font-weight: bold;
}

.achieveInfo {
	padding: 5px 10px;
	background: #000000;
	font-size: 70%;
	color: #FFFFFF;
}

.achieveBrand {
	display: inline-block;
	padding: 0 10px;
	border: 1px #CCCCCC solid;
	font-size: 76.9%;
}

.achieveDate {
	float: left;
}

.achieveCat {
	float: right;
}

.looplist {
	width: 100%;
}

.stepWrap {
	padding-bottom: 40px;
	margin-bottom: 20px;
	background: url(../img/icon7.png) center bottom no-repeat;
	-webkit-background-size: 21px 12px;
	background-size: 21px 12px;
}

.step {
	width: 800px;
	margin: 0 auto;
	display: flex;
	align-items: stretch;
}

.stepTit {
	padding: 20px;
	background: #FFFFFF;
	display: table-cell;
	vertical-align: middle;
	border-top: 1px #CCCCCC solid;
	border-left: 1px #CCCCCC solid;
	border-bottom: 1px #CCCCCC solid;
	color: #267a2d;
	font-size: 1.8rem;
	letter-spacing: 0.05em;
	writing-mode: vertical-rl;
	display: flex;
	align-items: center;
	justify-content: center;
}

.stepContent {
	width: 86%;
	background: #FFFFFF;
	padding: 30px 20px;
	display: table-cell;
	vertical-align: middle;
	border: 1px #CCCCCC solid;
}

#takuhai {
	width: 800px;
	margin: 30px auto 0;
	padding: 30px 30px 0px 30px;
	border: 1px #267a2d solid;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

#takuhaiIn {
	padding-bottom: 30px;
	display: none;
}

#takuhaiTit {
	display: flex;
	flex-direction: column;
	align-items: flex-start;
	justify-content: center;
}

#takuhai h4 {
	padding-bottom: 30px;
	margin-bottom: 10px;
	cursor: pointer;
	font-family: "Zen Kaku Gothic New", sans-serif;
	font-size: 2.6rem;
	line-height: 1.3;
	display: flex;
	align-items: center;
	justify-content: center;
}

#takuhai h4 span.big {
	color: #267a2d;
	font-size: 3.2rem;
}

#takuhai h4 span.small {
	display: block;
	font-size: 2.0rem;
}

#takuhai h4.on {
	background: url(../img/flow_icon_on.png) center 80px no-repeat;
}

#takuhai h4.off {
	background: url(../img/flow_icon_off.png) center 80px no-repeat;
}

#takuhai h5 {
	text-align: center;
	padding-bottom: 30px;
}

#takuhaiDesc {
	padding-bottom: 50px;
	font-weight: bold;
	font-size: 120%;
	position: relative;
}

#youtube iframe {
	width: 100% !important;
}

#faqWrap {
	width: 800px;
	margin: 0 auto 100px;
	font-size: 125%;
}

.faq {
	padding-bottom: 10px;
}

.que {
	border: 1px #267a2d solid;
	padding: 20px 0 20px 50px;
	color: #267a2d;
	font-weight: bold;
	cursor: pointer;
}

.que.off {
	background: url(../img/faq_icon1.png) 10px center no-repeat,
		url(../img/icon6_off.png) 95% center no-repeat, #FFFFFF;
	-webkit-background-size: 22px 24px, 21px 12px, 100%;
	background-size: 22px 24px, 21px 12px, 100%;
}

.que.on {
	background: url(../img/faq_icon1.png) 10px center no-repeat,
		url(../img/icon6_on.png) 95% center no-repeat, #FFFFFF;
	-webkit-background-size: 22px 24px, 21px 12px, 100%;
	background-size: 22px 24px, 21px 12px, 100%;
}

.ans {
	display: none;
	border: 1px #267a2d solid;
	padding: 20px 0 20px 50px;
	background: url(../img/faq_icon2.png) 10px center no-repeat #FFFFFF;
	color: #333333;
	font-weight: bold;
}

/* -------------------------------------------------- */
/* 事前査定 */
/* -------------------------------------------------- */
#telArea {
	padding-bottom: 10px;
}

#telTit {
	float: left;
}

#telNum {
	float: right;
}

#flow {
	padding: 20px 0 30px 0;
	text-align: center;
}

#info {
	margin-bottom: 30px;
	border: 3px solid #115010;
	width: 806px;
}

table#info tr:first-child th {
	padding-top: 30px;
}

#info th {
	width: 230px;
	padding: 15px 20px 30px 0px;
	text-align: right;
	font-weight: bold;
}

#confInfo {
	margin-bottom: 30px;
	border: 3px solid #115010;
	width: 806px;
}

#confInfo th {
	width: 230px;
	padding: 15px 40px 15px 0px;
	text-align: right;
	font-weight: bold;
	border-bottom: 1px #666666 dotted;
}

#confInfo td {
	border-bottom: 1px #666666 dotted;
}

.required {
	display: inline-block;
	margin-left: 10px;
	padding: 3px 5px;
	background: #ff0c2e;
	font-size: 81.3%;
	color: #fff17e;
}

.ng {
	display: inline-block;
	margin-left: 10px;
	padding: 3px 5px;
	background: #CC0000;
	font-size: 81.3%;
	color: #fff17e;
}

.ok {
	display: inline-block;
	margin-left: 10px;
	padding: 3px 5px;
	background: #66CC00;
	font-size: 81.3%;
	color: #fff17e;
}

.input1 {
	width: 95%;
	padding: 10px 10px;
	border-radius: 5px;
	border: 1px #bfbfbf solid;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

input,
select,
textarea {
	font-size: 110%;
}

#info select {
	width: 35%;
	border-radius: 5px;
	padding: 10px 15px 10px 10px;
	border: 1px #bfbfbf solid;
	background: url(../img/select_icon.png) 95% center no-repeat #FFFFFF;
	-webkit-background-size: 8px;
	background-size: 8px;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
}

textarea {
	border: 1px #bfbfbf solid;
}

.spitemInfo {
	display: none;
}

.itemInfo {
	border: 3px solid #115010;
	margin-bottom: 10px;
}

.itemInfo h3 {
	padding: 5px 20px;
	background: #115010;
	color: #ffffff;
	font-weight: bold;
}

main#input .itemInfo h3 {
	margin-bottom: 20px;
}

.itemInfo #itemName {
	padding: 0 10px 10px 10px;
}

.itemInfo .brand {
	width: 50%;
	padding: 0 10px 0 0;
	float: left;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

.itemInfo .flNone .brand {
	float: none;
	padding-bottom: 50px;
}

.itemInfo .brand p {
	font-weight: bold;
}

.itemInfo .model {
	width: 50%;
	padding: 0 0 0 10px;
	float: right;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

.itemInfo .flNone .model {
	float: none;
}

.itemInfo .model p {
	font-weight: bold;
}

.itemInfo .statusWrap {
	padding: 0 10px 10px 10px;
	font-size: 115%;
}

.itemInfo li {
	display: inline-block;
	margin-left: 10px;
}

.itemInfo li:first-child {
	margin-left: 0px;
}

.itemInfo .itemText {
	padding: 0 10px 4px 10px !important;
}

.itemInfo textarea {
	padding: 10px;
	border-radius: 5px;
	width: 100%;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

.confBrand,
.confModel {
	width: 100%;
	display: table;
}

#confItemName .th {
	display: table-cell;
	width: 230px;
	padding: 15px 40px 15px 0px;
	text-align: right;
	font-weight: bold;
	border-bottom: 1px #666666 dotted;
}

#confItemName .td {
	padding: 15px 0px;
	display: table-cell;
	border-bottom: 1px #666666 dotted;
}

.confStatusWrap {
	width: 100%;
	display: table;
}

.confStatusWrap .th {
	display: table-cell;
	width: 230px;
	padding: 15px 40px 15px 0px;
	text-align: right;
	font-weight: bold;
	border-bottom: 1px #666666 dotted;
}

.confStatusWrap .td {
	padding: 15px 0px;
	display: table-cell;
	border-bottom: 1px #666666 dotted;
}

.confItemText {
	width: 100%;
	display: table;
}

.confItemText .th {
	display: table-cell;
	width: 230px;
	padding: 15px 40px 15px 0px;
	text-align: right;
	font-weight: bold;
	border-bottom: 1px #666666 dotted;
}

.itemInfo .confItemText p.th,
.itemInfo .confItemText p.td {
	border-bottom: none;
}

.confItemText .td {
	display: table-cell;
	padding: 15px 0px;
	border-bottom: 1px #666666 dotted;
}

#addItem {
	text-align: right;
	width: 800px;
	margin: 0 auto 10px;
}

a.addItem {
	color: #ff0000;
	text-align: right;
	text-decoration: underline;
	font-weight: bold;
	opacity: 1;
}

a.addItem:hover {
	opacity: 0.7;
}

a#delBtn {
	color: #ff0000;
	text-align: right;
	text-decoration: underline;
	font-weight: bold;
	opacity: 1;
}

a#delBtn:hover {
	opacity: 0.7;
}

#pp {
	width: 800px;
	height: 300px;
	margin: 60px auto 0;
	border: 1px #bfbfbf solid;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

#ppIn {
	padding: 20px;
}

#ppIn h4 {
	padding-bottom: 20px;
	font-size: 140%;
	font-weight: bold;
}

#ppTxt dt {
	font-weight: bold;
}

#ppTxt dd {
	padding-bottom: 20px;
}

.confirm td {
	font-size: 110%;
}

#annoWrap {
	width: 800px;
	margin: 50px auto 30px;
}

#anno {
	padding: 20px 0 20px 0;
	text-align: center;
	color: #ff0c2e;
	font-weight: bold;
	border: 4px solid #FF0000;
}

#confirmBtn {
	padding: 50px 0 0;
	display: inline-block;
}

#confirmBtn .commonBtn1 {
	display: inline-block;
	vertical-align: middle;
}

#confirmBtn .commonBtn2 {
	padding-right: 30px;
	display: inline-block;
	vertical-align: middle;
}

#compTitle {
	border: 4px solid #FF0000;
	padding: 10px 5px 10px;
	width: 780px;
	margin: 0 auto;
	color: #ff0c2e;
	text-align: center;
}

#compTxt {
	padding: 10px;
	width: 780px;
	margin: 0 auto 80px;
	text-align: left;
}

#compTxt span {
	color: #ff0c2e;
}

.bc {
	padding: 10px 0 0 10px;
	font-size: 83%;
}

.bc li {
	display: inline-block;
	padding-left: 10px;
	margin-right: 5px;
	background: url(../img/icon8.png) left center no-repeat;
}

.bc li:first-child {
	padding-left: 0px;
	background: none;
}

/* 買取エリア */
/* ------------------------------------------- */
#areamap {
	max-width: 1200px;
	width: 90%;
	margin: 100px auto;
}

.areamap_tit {
	position: relative;
	margin-bottom: 20px;
	padding-bottom: 1em;
	color: #007130;
	font-weight: bold;
	font-size: 182%;
	text-align: center;
}

.areamap_tit::after {
	position: absolute;
	bottom: 0;
	left: 50%;
	transform: translateX(-50%);
	content: "";
	width: 50px;
	height: 5px;
	background-color: #01712f;
}

.areamap_wrap {
	display: flex;
	justify-content: space-between;
	column-gap: 20px;
}

.areamap_left {
	width: 54%;
}

.areamap_right {
	width: 45%;
}

.areamap_japan {
	display: block;
	width: 100%;
	margin: auto;
}

.areamap_table {
	width: 100%;
	margin-left: -5px;
	border-collapse: separate;
	border-spacing: 5px;
}

.areamap_region,
.areamap_prefecture {
	padding: 10px 30px;
	vertical-align: middle;
	font-size: 1.2rem;
}

.areamap_region {
	background-color: #ffde00;
	text-align: center;
}

.areamap_prefecture {
	background: #fff;
	border-bottom: 1px #f7f7f7 solid;
}

.areamap_prefecture ul {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	flex-wrap: nowrap;
	column-gap: 1em;
}

.areamap_prefecture li {
	cursor: pointer;
}

@media all and (-ms-high-contrast: none) {
	.areamap_left {
		margin-right: 20px;
	}

	.areamap_prefecture li:not(:last-child) {
		margin-right: 20px;
	}
}