@charset "utf-8";

.sp {
	display: none!important;
}

.tablet {
	display: none!important;
}

/* -------------------------------------------------- */
/* 共通 */
/* -------------------------------------------------- */
#container {
	/* min-width: 1200px; */
	padding: 100px 0 0;
}

.inner {
	width: 1080px;
	max-width: 100%;
	margin-right: auto;
	margin-left: auto;
	padding-right: 40px;
	padding-left: 40px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

.serif {
	font-family: "游明朝", "YuMincho", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "ＭＳ Ｐ明朝", "MS PMincho", serif;
}

.marker {
	background: linear-gradient(transparent 65%, #ffea7b 65%);
}

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

#hLogo {
	padding: 13px 20px;
	float: left;
}

#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!important;
		text-align: center;
	}
	
	#gnav ul {
		display: inline-block;
	}
	
	#gnav li {
		vertical-align: middle;
	}
}


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

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

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

#footerInfo {
	width: 800px;
	max-width: 100%;
	margin: 0 auto;
	padding: 30px 0;
}

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

#fAddress {
	width: 60%;
	float: left;
}

#fCompany {
	width: 50%;
	padding-bottom: 30px;
	float: left;
}

#usedNum {
	width: 40%;
	float: left;
}

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

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

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

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

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

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

.titWrap3 {
	width: 1200px;
	max-width: 100%;
	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.svg") no-repeat right 30px center #ff0c2e;
	-webkit-background-size: 21px 21px, 100%;
	background-size: 21px 21px, 100%;
	border-radius: 60px;
	box-shadow: 0 4px 0 0 #4b1507;
	color: #FFFFFF;
	display: inline-block;
	font-weight: bold;
	padding: 6px 60px 6px 120px;
	text-align: center;
	line-height: 1.2;
	font-size: 26px;
	letter-spacing: 0.04em;
	position: relative;
}

.commonBtn1 a:hover {
	margin-top: 4px;
	padding: 6px 60px 2px 120px;
	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.svg") no-repeat right 15px center #ffe869;
	-webkit-background-size: 18px 18px, 100%;
	background-size: 18px 18px, 100%;
	border-radius: 60px;
	box-shadow: 0 4px 0 0 #89781a;
	color: #0e4112;
	display: inline-block;
	font-weight: bold;
	padding: 5px 30px 5px 90px;
	text-align: center;
	line-height: 1.2;
	font-size: 22px;
	letter-spacing: 0.04em;
	position: relative;
}

.commonBtn3 a:hover {
	margin-top: 4px;
	padding: 5px 30px 1px 90px;
	box-shadow: 0 4px 0 0 #ffe869;
}

.commonBtnFukidashi {
	width: 80px;
	height: 80px;
	padding-top: 13px;
	position: absolute;
	top: -10px;
	left: 30px;
	font-size: 11px;
	font-style: italic;
	letter-spacing: 0.08em;
	line-height: 1.1;
	color: #205423;
	background: #fff;
	border: 4px solid #205423;
	border-radius: 50%;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

.commonBtnFukidashi::before,
.commonBtnFukidashi::after {
	content: "";
	position: absolute;
	border-style: solid;
	transform: rotate(115deg);
}

.commonBtnFukidashi::before {
	border-width: 0 6px 10px 6px;
	border-color: transparent transparent #205423 transparent;
	bottom: 10px;
	right: -6px;
}

.commonBtnFukidashi::after {
	border-width: 0 4px 8px 4px;
	border-color: transparent transparent #fff transparent;
	bottom: 13px;
	right: 0px;
}

.commonBtnFukidashi .large {
	margin-right: 0.02em;
	font-size: 3em;
	letter-spacing: -0.06em;
}

.commonBtnFukidashi .medium {
	font-size: 1.2em;
	position: relative;
	z-index: 1;
}

.commonBtnLabel {
	margin-bottom: 4px;
	display: inline-block;
	color: #205423;
	background-color: #fff;
	padding: 4px 10px;
	font-size: 0.6em;
	letter-spacing: 0.1em;
	border-radius: 15px;
}

.commonBtnTxtSm {
	font-size: 0.45em;
}

.commonBtn3 .commonBtnFukidashi {
	width: 72px;
	height: 72px;
	top: -10px;
	left: 10px;
	font-size: 10px;
	line-height: 1;
}

.commonBtn3 .commonBtnFukidashi::before {
	border-width: 0 6px 10px 6px;
	bottom: 8px;
}
.commonBtn3 .commonBtnFukidashi::after {
	border-width: 0 3px 6px 3px;
	bottom: 11px;
}

/* 共通コンバージョン */
/* -------------------------------------------------- */
.commonCon {
	padding: 50px 0;
	background: #f0efe6;
}

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

.commonConIn {
	text-align: center;
}

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

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

.commonTel2 {
	padding-bottom: 30px;
}

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

.commonCon2 .commonBtn1 a {
	padding: 8px 100px 8px 160px;
	font-size: 32px;
	background-size: 26px 26px;
	background-position: right 65px center;
}

.commonCon2 .commonBtn1 a:hover {
	padding: 8px 100px 4px 160px;
}

.commonCon2 .commonBtnFukidashi {
	width: 95px;
	height: 95px;
	padding-top: 15px;
	font-size: 14px;
	top: -15px;
	left: 50px;
}

.commonCon2 .commonBtnFukidashi::before {
	bottom: 12px;
}

.commonCon2 .commonBtnFukidashi::after {
	bottom: 15px;
}

/* メインビジュアル
------------------------------------ */
#mv {
	padding: 40px;
	position: relative;
	background: 
		url(../img/mv_img1.png) no-repeat left -260px top 54% / calc(693 / 1920 * 100%),
		url(../img/mv_img2.png) no-repeat right -350px top 58% / calc(795 / 1920 * 100%),
		url(../img/mv_bg.jpg) no-repeat center center / cover;
	text-align: center;
	overflow: hidden;
}

#mvInner {
	position: relative;
}

#mvTitle {
	margin-bottom: 35px;
}

#mvTitle img {
	max-width: 100%;
}

#mvBadge {
	position: absolute;
	top: -10px;
	right: calc(50% - 640px);
}

#mvImgWrap {
	display: none;
}

#mvTextWrap {
	margin-right: 40px;
	margin-bottom: 40px;
	padding: 10px 90px 5px 20px;
	display: inline-block;
	position: relative;
	background-color: #205424;
	border: 1px solid #e3d574;
	transform: skewX(-10deg);
}

#mvText1 {
	font-size: 34px;
	font-weight: bold;
	letter-spacing: 0.02em;
	color: #fff;
	transform: skewX(10deg);
}

#mvText1 .txtMd {
	font-size: 1.18em;
}

#mvText1 .txtLg {
	font-size: 1.32em;
	letter-spacing: 0.1em;
}

#mvText1 img {
	margin: 0 0.1em;
	vertical-align: -10px;
}

#mvText2 {
	width: 160px;
	height: 160px;
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	position: absolute;
	top: -4px;
	right: -80px;
	font-size: 16px;
	font-weight: bold;
	line-height: 1;
	color: #205424;
	background-color: #faef6d;
	border-radius: 50%;
	transform: skewX(10deg);
}

#mvText2 .serif {
	font-style: italic;
}

#mvText2 .txtMd {
	font-size: 30px;
}

#mvText2 .txtLg {
	font-size: 77px;
}

#mvList {
	width: 948px;
	max-width: 100%;
	margin-right: auto;
	margin-left: auto;
	display: flex;
	flex-wrap: wrap;
}

#mvList li {
	width: calc(25% - 16px * 3 / 4);
	margin-right: 16px;
	margin-bottom: 24px;
}

#mvList li:nth-child(4n) {
	margin-right: 0;
}

#mvList li img {
	max-width: 100%;
}

@media screen and (max-width: 1600px) {
	#mv {
		padding-top: 80px;
	}
}

@media screen and (min-width: 1025px) and (max-width: 1350px) {
	#mv {
		background-position: left -28% top 48%, right -34% top 52%, center center;
		background-size: 35%, 38%, cover;
	}

	#mvInner {
		width: 75%;
    margin: auto;
	}
	
	#mvTitle {
		padding-right: 14.815vw;
	}
	
	#mvBadge {
		right: calc(50% - 35.556vw);
	}

	#mvBadge img {
		width: 14.074vw;
	}

	#mvTextWrap {
		padding-right: 6.667vw;
	}

	#mvText1 {
		font-size: 2vw;
	}

	#mvText1 img {
		width: 10.37vw;
		vertical-align: -0.741vw;
	}

	#mvText1 .txtLg img {
		width: 6.667vw;
	}

	#mvText2 {
		width: 10.37vw;
		height: 10.37vw;
		top: -0.741vw;
		right: -4.444vw;
		font-size: 1.037vw;
	}

	#mvText2 .txtMd {
		font-size: 1.778vw;
	}

	#mvText2 .txtLg {
		font-size: 4.741vw;
	}
}

/* ESOTERICについて
------------------------------------ */
#about {
	margin-top: -60px;
	padding-top: 170px;
}

#aboutIn {
	position: relative;
}

#aboutHead {
	margin-bottom: 30px;
	padding-right: 360px;
	font-size: 27px;
	line-height: 2;
	color: #1f5423;
}

#aboutHead .dot {
	padding-top: 1em;
	background-position: left top;
	background-repeat: repeat-x;
	background-size: 1em 1em;
	background-image: radial-gradient(#1f5423 10%, transparent 16%);
}

#aboutHead .txtLg {
	display: block;
	position: relative;
	font-size: 50px;
	font-weight: bold;
	line-height: 1.4;
	color: #308138;
}

#aboutHead .txtLg::before {
	content: "";
	width: 820px;
	height: 240px;
	position: absolute;
	bottom: -20px;
	left: -120px;
	background: url(../img/common_bg1.png) no-repeat center bottom / 100%;
	z-index: -1;
}

#aboutImgWrap {
	position: relative;
	margin-bottom: 10px;
	text-align: right;
}

.comment {
	position: relative;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

.commentHead {
	padding: 5px;
	font-size: 15px;
	font-feature-settings: "palt";
	font-weight: bold;
	line-height: 100%;
	text-align: center;
	color: #fff;
	background-color: #247a2d;
	border-radius: 20px;
}

.commentTitle {
	padding: 15px 0 20px;
	font-size: 20px;
	font-weight: bold;
	font-feature-settings: "palt";
	line-height: 1.2;
	text-align: center;
	color: #1f5423;
}

.commentTitle .marker {
	font-size: 1.4em;
	padding-right: 0.15em;
}

.commentImg {
	width: 130px;
	position: absolute;
	z-index: 1;
}

.commentImg img {
	width: 100%;
}

.commentText {
	padding-bottom: 30px;
	position: relative;
	font-size: 17px;
	font-weight: bold;
	line-height: 1.3;
}

.commentText::before {
	content: "";
	width: 100%;
	height: 1px;
	position: absolute;
	left: 0;
	bottom: 0;
	background-color: #247a2d;
}

.commentText::after {
	content: "";
	width: 18px;
	height: 36px;
	bottom: -26px;
	position: absolute;
	background: url(../img/comment_fukidashi.svg) no-repeat right center / contain;
}

#comment1 {
	width: 350px;
	position: absolute;
	top: 0;
	right: 40px;
}

#comment1 .commentImg {
	bottom: -100px;
	right: 0;
}

#comment1 .commentText::before {
	bottom: 10px;
	background: linear-gradient(to left, #247a2d 161px, transparent 162px, transparent 183px, #247A2D 184px);
}

#comment1 .commentText::after {
	bottom: -16px;
	right: 160px;
	transform: scale(-1, 1) rotate(-90deg);
}

#comment2 {
	width: 50%;
	padding: 0 20px 0 140px;
	float: left;
}

#comment2 .commentImg {
	bottom: 0;
	left: 0;
}

#comment2 .commentText::before {
	background: linear-gradient(to right, #247a2d 57px, transparent 58px, transparent 79px, #247A2D 80px);
}

#comment2 .commentText::after {
	left: 56px;
	transform: rotate(-90deg);
}

#comment3 {
	width: 50%;
	padding: 0 140px 0 20px;
	float: right;
}

#comment3 .commentImg {
	bottom: 0;
	right: 0;
}

#comment3 .commentText::before {
	background: linear-gradient(to left, #247a2d 31px, transparent 32px, transparent 53px, #247A2D 54px);
}

#comment3 .commentText::after {
	right: 30px;
	transform: scale(-1, 1) rotate(-90deg);
}

/* 商品ラインナップ
------------------------------------ */
#lineup {
	padding-top: 120px;
}

#lineupIn {
	padding-top: 50px;
	padding-bottom: 40px;
	display: flex;
	background-color: #fff;
	border: 1px solid #197423;
}

#lineupHead {
	width: 140px;
	display: flex;
	flex-direction: column-reverse;
	justify-content: center;
	font-size: 34px;
	font-weight: bold;
	letter-spacing: 0.18em;
	-ms-writing-mode: tb-rl;
	writing-mode: vertical-rl;
	color: #197423;
}

#lineupHead::after {
	content: attr(data-en);
	display: block;
	font-size: 13px;
	letter-spacing: 0.18em;
	line-height: 1;
	font-weight: lighter;
}

#lineupBody {
	width: calc(100% - 140px);
}

#lineupList {
	margin-bottom: 10px;
	display: flex;
	flex-wrap: wrap;
}

#lineupList li {
	margin-bottom: 30px;
	text-align: center;
}

.lineupListImg {
	height: 120px;
	padding: 10px;
	display: flex;
	justify-content: center;
	align-items: flex-end;
}

.lineupListImg img {
	max-width: 100%;
	flex-shrink: 0;
}

.lineupListName {
	font-size: 20px;
	font-weight: bold;
	color: #205423;
}

#lineupList li:nth-child(-n + 3) {
	width: 33.33%;
}

#lineupList li:nth-child(-n + 3) .lineupListImg {
	height: 160px;
}

#lineupList li:nth-child(n + 4) {
	width: 25%;
}

#lineupList li:nth-child(n + 4) .lineupListName {
	font-size: 18px;
}

#lineupText {
	font-size: 18px;
	font-weight: bold;
	letter-spacing: 0.16em;
	text-align: center;
	color: #ce3f41;
}


/* 買取実績
------------------------------------ */
#achievement {
	margin-top: -100px;
	padding-top: 150px;
	padding-bottom: 150px;
}

#achievement .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;
}

#achievement .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;
}

#achievementList {
	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;
}

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


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

#staffTxt {
	position: absolute;
	top: 50%;
	left: 10%;
	transform: translateY(-50%);
}

/* 強み
------------------------------------ */
#strength {
	margin-top: -100px;
	padding-top: 100px;
}

.strengthItem {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

.strengthItem h3 {
	position: relative;
	font-size: 50px;
	font-weight: bold;
	letter-spacing: 0.06em;
	line-height: 1.3;
	color: #247a2d;
}

.strengthItem h3 span {
	display: block;
	font-size: 27px;
	letter-spacing: 0;
	color: #1c5121;
}

.strengthItemImg img {
	max-height: 600px;
	object-fit: cover;
	font-family: 'object-fit: cover;';
}

#strengthItem1 {
	width: 100%;
	/* min-height: 660px; */
	padding: 100px 50px 140px 50%;
	position: relative;
}

#strengthItem1 h3 {
	padding: 0 0 40px 80px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	position: relative;
}

#strengthItem1 h3::before {
	content: "";
	width: 42px;
	height: 105px;
	position: absolute;
	background: url(../img/strength_num1.png) no-repeat center center / contain;
	top: 0;
	left: 0;
}

#strengthItem1Txt {
	margin-bottom: 60px;
}

#strengthItem1Txt img {
	width: 100%;
}

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

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

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

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

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


#strengthItem2 {
	width: 100%;
	min-height: 1200px;
	padding: 0 47% 120px 50px;
	position: relative;
}

#strengthItem2 h3 {
	padding: 10px 0 30px 100px;
}

#strengthItem2 h3::before {
	content: "";
	width: 84px;
	height: 105px;
	position: absolute;
	background: url(../img/strength_num2.png) no-repeat center center / contain;
	top: 0;
	left: 0;
}

#strengthItem2Txt {
	max-width: 644px;
	width: 100%;
	padding: 0 0 50px 0;
}

#strengthItem2Txt img {
	width: 90%;
}

#strengthItem2Img {
	width: 47%;
	padding: 0 50px;
	position: absolute;
	right: 0;
	top: 0;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}

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

#strengthItem2Img img:first-child {
	margin-bottom: 40px;
}

#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: 20px;
	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;
}

#strengthItem3 {
	width: 100%;
	min-height: 450px;
	padding: 0 50px 0 50%;
	position: relative;
}

#strengthItem3 h3 {
	padding: 20px 0 30px 90px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

#strengthItem3 h3::before {
	content: "";
	width: 77px;
	height: 107px;
	position: absolute;
	background: url(../img/strength_num3.png) no-repeat center center / contain;
	top: 0;
	left: 0;
}

#strengthItem3Txt {
	padding: 0 0 40px 0;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

#strengthItem3Txt img {
	max-width: 100%;
}

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

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

#strengthItem3 .frame {
	padding: 0 0 20px 0;
	background: transparent;
	border: none;
}

#strengthItem3Img2 img {
	max-width: 100%;
}

@media screen and (min-width: 1025px) and (max-width: 1429px) {
	.strengthItem h3 {
		font-size: 3.4vw;
	}
}

/* 買取の流れ
------------------------------------ */

#flow {
	margin-top: -100px;
	padding-top: 100px;
}

.stepWrap {
	padding: 0 30px 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;
	max-width: 100%;
	margin: 0 auto;
	display: table;
}

.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;
}

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

#takuhai {
	width: 800px;
	max-width: 100%;
	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;
}

#takuhai h4 {
	padding-bottom: 50px;
	cursor: pointer;
}

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

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

#takuhai h4 img {
	max-width: 100%;
}

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

#takuhai h5 img {
	max-width: 100%;
}

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

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

#step3 {
	padding: 0 30px;
}

/* よくある質問
------------------------------------ */

#faq {
	margin-top: -40px;
	padding-top: 100px;
	padding-bottom: 150px;
}

#faqWrap {
	width: 800px;
	max-width: 100%;
	margin: -100px auto 0;
	padding: 0 30px;
	font-size: 125%;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

.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 10px 20px 50px;
	background: url(../img/faq_icon2.png) 10px center no-repeat #FFFFFF;
	color: #333333;
	font-weight: bold;
}

/* オーディオ雑誌
------------------------------------ */
#magazine {
	padding-bottom: 120px;
}

#magazineHead {
	text-align: center;
}

#magazineHead h2 {
	padding: 50px 100px 40px 240px;
	display: inline-block;
	font-size: 34px;
	font-weight: bold;
	color: #308138;
	background: url(../img/magazine_title_img.png) no-repeat left top / 208px;
}

#magazineBody {
	padding: 50px;
	background-color: #fff;
	border: 1px solid #197423;
}

#magazineList {
	display: flex;
	justify-content: space-between;
}

#magazineList li {
	width: 192px;
	font-weight: bold;
}

.magazineListImg {
	margin-bottom: 20px;
}

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

.magazineListTitle {
	margin-bottom: 10px;
	font-size: 20px;
	text-align: center;
	color: #1f5423;
}

.magazineListText {
	font-size: 16px;
	line-height: 1.3;
}

/* 事前査定フォーム
------------------------------------ */
#modalBg {
  width: 100%;
  height: 100vh;
  position: fixed;
  background: #000;
  top: 0;
  left: 0;
  z-index: 1001;
	visibility: hidden;
	opacity: 0;
	transition:
	  opacity     .1s linear,
	  visibility  .1s linear;
}

#modalBg.is-show {
	opacity: 0.7;
  visibility: visible;
	transition:
    opacity     .1s linear,
    visibility  .1s linear;
}

#modal {
	width: 930px;
	max-width: 90%;
	height: 580px;
	max-height: 80%;
	padding: 30px 30px 30px 30px;
  position: fixed;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
	background: #fafaf4;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	z-index: 1001;
	visibility: hidden;
	opacity: 0;
	transition:
	  opacity     .1s linear,
	  visibility  .1s linear;
}

#modal.is-show {
	opacity: 1;
  visibility: visible;
	transition:
    opacity     .1s linear,
    visibility  .1s linear;
}

#modal iframe {
	width: 100%;
	height: 100%;
}

#modalInner {
	height: 100%;
	padding-right: 30px;
	position: relative;
}

#modalCloseIcon {
  position: absolute;
	top: -55px;
	right: 0;
  cursor: pointer;
}

#modalCloseIcon img {
  width: 72px;
}

#modalTitle {
	margin-bottom: 5px;
  font-size: 35px;
  font-weight: bold;
  text-align: center;
	color: #1f5423;
}

#contactform * {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

#contactform dl {
	margin-bottom: 10px;
	display: flex;
	flex-wrap: wrap;
}

#contactform dt {
	width: 205px;
	padding-top: 10px;
	padding-right: 80px;
	position: relative;
	font-size: 14px;
	letter-spacing: 0.1em;
	text-align: right;
}

#contactform dt span {
	padding: 4px 8px;
	display: inline-block;
	position: absolute;
	top: 10px;
	right: 20px;
	font-size: 13px;
	line-height: 100%;
	color: #ffffff;
	background: #959595;
	border-radius: 2px;
}

#contactform dt span.required {
	background: #ff5e00;
}

#contactform dd {
	width: calc(100% - 205px);
}

#contactform input[type="text"],
#contactform textarea {
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	width: 100%;
	margin-bottom: 20px;
	padding: 8px 12px;
	font-size: 18px;
	font-family: inherit;
	letter-spacing: 0.04em;
	color: inherit;
	background: #ffffff;
	border: 1px solid #bfbfbf;
	border-radius: 5px;
}

#contactform textarea {
	height: 120px;
	resize: vertical;
	margin-bottom: 0;
}

::-webkit-input-placeholder {
	color: #bfbfbf;
}

::-moz-placeholder {
	color: #bfbfbf;
}

:-ms-input-placeholder {
	color: #bfbfbf;
}

::-ms-input-placeholder {
	color: #bfbfbf;
}

#contactBtnWrap {
	margin-bottom: 20px;
	text-align: center;
}

#contactBtn {
	width: 300px;
	padding: 5px 0 10px;
	font-size: 23px;
	font-family: inherit;
	font-weight: bold;
	letter-spacing: 0.08em;
	line-height: 1.1;
	color: #fff;
	background: #ff0c2e;
	border: none;
	border-radius: 50px;
	box-shadow: 0 4px 0 0 #b90a23;
	cursor: pointer;
}

#contactBtn span {
	font-size: 14px;
}

#contactBtn:hover {
	margin-top: 4px;
	padding: 5px 0 6px;
	box-shadow: 0 4px 0 0 #ff0c2e;
}

#ppWrap label {
	margin-bottom: 10px;
	display: block;
	position: relative;
	font-weight: bold;
	text-align: center;
	color: #0f9d1a;
	cursor: pointer;
	transition: all 0.3s;
}

#ppWrap label:hover {
	transition: all 0.3s;
	opacity: 0.7;
}

#ppWrap label::after {
	content: ' ＋';
}

#ppWrap input:checked ~ label::after {
	content: ' −';
}

#ppWrap input {
	display: none;
}

#ppContainer {
	position: relative;
	z-index: 10;
	overflow: hidden;
	height: 0;
}

#ppWrap input:checked ~ #ppContainer {
	height: auto;
	padding: 20px 30px;
	border: 1px solid #bfbfbf;
	background-color: #fff;
}

.ppTitle {
	margin-bottom: 15px;
	font-size: 20px;
	font-weight: bold;
}

.ppContent {
	font-size: 14px;
}

.ppContent dt {
	font-weight: bold;
}

.ppContent dd {
	margin-bottom: 1em;
}

.ppText {
	font-size: 14px;
}


/* スクロールバー */
.ps__rail-y {
	opacity: 1!important;
	width: 8px;
}

.ps--active-y > .ps__rail-y {
	background-color: #bfbfbf;
	border-radius: 6px;
}

.ps .ps__rail-y:hover, .ps .ps__rail-y:focus, .ps .ps__rail-y.ps--clicking {
	background-color: #bfbfbf;
}

.ps__rail-y:hover > .ps__thumb-y, .ps__rail-y:focus > .ps__thumb-y, .ps__rail-y.ps--clicking .ps__thumb-y {
	width: 8px;
	right: 0;
	background-color: #7d7d7d;
	border-radius: 6px;
}

.ps__thumb-y {
	width: 8px;
	right: 0;
	background-color: #7d7d7d;
	border-radius: 6px;
}

/* -------------------------------------------------- */
/* レスポンシブ調整 */
/* -------------------------------------------------- */
@media screen and (max-width: 1600px) {

	/* 強み
	------------------------------------ */
	.strengthItem h3 span {
		font-size: 20px;
	}

	#strengthItem1 h3 {
		padding-top: 10px;
		padding-left: 60px;
	}

	#strengthItem1 h3::before  {
		width: 32px;
    height: 80px;
	}

	#strengthItem2 h3 {
		padding-left: 80px;
	}

	#strengthItem2 h3::before {
		width: 64px;
    height: 80px;
	}

	#strengthItem3 h3 {
		padding-top: 10px;
		padding-left: 80px;
	}

	#strengthItem3 h3::before {
		width: 58px;
		height: 80px;
	}

}
@media screen and (max-width: 1200px) {
	.inner {
		padding: 0 30px;
	}

	.tablet {
		display: block!important;
	}

	/* ヘッダー
	------------------------------------ */
	#hLogo {
		padding: 20px 0 0 0;
	}
	
	#hLogo img {
		height: 60px;
	}

	#hTelWrap {
		padding: 0 10px;
	}

	#hTel {
		padding-top: 20px;
	}

	#hTel img {
		width: 210px;
	}
	
	#hContact .commonBtn3 a {
		font-size: 19px;
	}

	#gnav li {
		font-size: 14px;
	}

	/* ESOTERICについて
	------------------------------------ */
	#aboutHead {
		padding-right: 320px;
		font-size: 24px;
	}

	#aboutHead .txtLg {
		font-size: 46px;
	}

	#aboutImg img {
		max-width: 100%;
	}

	.commentImg {
		width: 90px;
	}

	.commentHead {
		font-size: 14px;
	}

	.commentTitle {
		font-size: 18px;
	}

	.commentText {
		font-size: 14px;
	}

	#comment1 {
		width: 300px;
		top: 40px;
	}

	#comment2 {
		padding: 0 10px 0 100px;
	}

	#comment3 {
		padding: 0 100px 0 10px;
	}

	/* 商品ラインナップ
	------------------------------------ */
	#lineupHead {
		width: 120px;
		font-size: 28px;
	}
	
	#lineupHead::after {
		font-size: 12px;
	}
	
	#lineupBody {
		width: calc(100% - 120px);
	}
	
	.lineupListName {
		font-size: 17px;
	}
	
	#lineupList li:nth-child(n + 4) .lineupListName {
		font-size: 14px;
	}

	#staff {
		height: 400px;
	}

	#staffTxt {
		left: 8%;
	}

	#staffTxt img {
		width: 640px;
	}
	
	/* 強み
	------------------------------------ */
	#strengthItem1 {
		padding-left: 45%;
		padding-right: 30px;
	}

	#strengthItem1Txt {
		margin-bottom: 30px;
	}

	#strengthItem1Img {
		width: 45%;
		padding: 0 30px;
	}

	#strengthItem2 {
		padding-right: 45%;
		padding-left: 30px;
	}

	#strengthItem2Img {
		width: 45%;
		padding: 0 30px;
	}

	#strengthItem3 {
		padding: 0 30px 0 45%;
	}

	#strengthItem3Img {
		width: 45%;
		padding: 0 30px;
	}

	/* オーディオ雑誌
	------------------------------------ */
	#magazineHead h2 {
		font-size: 30px;
	}

	#magazineBody {
		padding: 40px 30px;
	}

	#magazineList li {
		width: 23%;
	}
}

@media screen and (max-width: 1024px) {
	/* メインビジュアル
	------------------------------------ */
	#mv {
		background: url(../img/mv_bg.jpg) no-repeat center center / cover;
	}

	#mvTitle {
		margin-bottom: 20px;
		padding-right: 170px;
	}

	#mvTitle img {
		width: 518px;
	}

	#mvBadge {
    top: 0;
    right: calc(50% - 360px);
	}

	#mvBadge img {
		width: 150px;
	}
	
	#mvImgWrap {
		display: block;
		margin-bottom: 15px;
	}

	#mvImg1 {
		margin-bottom: -8%;
		text-align: right;
	}

	#mvImg1 img {
		width: 56%;
	}

	#mvImg2 {
		text-align: left;
	}

	#mvImg2 img {
		width: 75%;
	}

	#mvText1 {
		font-size: 24px;
	}

	#mvText1 .txtLg {
		letter-spacing: 0.08em;
	}

	#mvText1 img {
		width: 130px;
	}

	#mvText1 .txtLg img {
		width: 80px;
	}

	#mvText2 {
		width: 140px;
		height: 140px;
		font-size: 14px;
		top: -15px;
    right: -60px;
	}

	#mvText2 .txtMd {
		font-size: 24px;
	}

	#mvText2 .txtLg {
		font-size: 64px;
	}

	#mvList li {
		width: calc(25% - 8px * 3 / 4);
		margin-right: 8px;
		margin-bottom: 16px;
	}

	/* 強み
	------------------------------------ */
	#strengthItem1,
	#strengthItem2,
	#strengthItem3 {
		padding-right: 30px;
		padding-left: 30px;
	}

	#strengthItem3 h3 {
		letter-spacing: 0.02em;
	}

	#strengthItem1Img,
	#strengthItem2Img,
	#strengthItem3Img {
		width: 100%;
		margin-bottom: 30px;
		padding: 0;
		position: static;
	}

	.frameTit {
		font-size: 20px;
	}

	.frameTxt {
		font-size: 15px;
	}
}
