@charset "utf-8";

.pc {
	display: none!important;
}

.tablet {
	display: none!important;
}

body {
-webkit-text-size-adjust: 100%;
}

p, li, dt, dd {
	/*Androidブラウザフォントバグ対策*/
	 max-height: 999999px;
}


/* -------------------------------------------------- */
/* 共通設定 */
/* -------------------------------------------------- */
img {
	vertical-align: middle;
}

#container {
	padding-top: 55px;
}

.inner {
	padding-right: 3%;
	padding-left: 3%;
	-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%;
	height: 55px;
	background: #1f5423;
	position: fixed;
	top: 0;
	left: 0;
	z-index: 1000;
}

#hLogo {
	padding: 10px 0 0 5px;
	float: left;
}

#hLogo img {
	height: 36px;
}

#menuIcon {
	padding: 13px 10px 0 0;
	float: right;
	cursor: pointer;
}

#menuIcon img {
	height: 32px;
}

#gnav {
	position: fixed;
	width: 100%;
	height: 100%;
	background: #f6f6f6;
	left: 100%;
	right: 0;
	z-index: 10000;
}

#gnav ul {
	overflow: scroll-y;
}

#closeBtn {
	padding: 10px;
	background: #1f5423;
	cursor: pointer;
}

#closeBtn img {
	vertical-align: middle;
	height: 16px;
}

#gnav li {
	background: url(../img/sp_icon1.png) 98% center no-repeat;
	border-top: 1px #666666 dotted;
	-webkit-background-size: 9px 15px;
	background-size: 9px 15px;
}

#gnav li:first-child {
	border-top: none;
}

#gnav li a {
	width: 100%;
	padding: 10px;
	display: block;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	color: #333333;
}
/* フッター */
footer {
	padding: 0 10px;
	background: #1f5423;
	color: #FFFFFF;
	font-size: 90%;
}

#footerInfo {
	padding: 30px 0;
}

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

#fAddress {
	padding-bottom: 30px;
}

#footerInfo a {
	color: #FFFFFF;
}

#fCompany {
	padding-bottom: 30px;
}

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

#pagetop {
	width: 40px;
	height: 40px;
	position: fixed;
	right: 10px;
	bottom : 11%;
	z-index: 1000;
}

#pagetop img {
	width: 40px;
	height: 40px;
}

.footer_fix {
	width: 100%;
	position: fixed;
	bottom: 0;
	background: #312323;
	padding: 8px 2% 8px 2%;
	display: flex;
	align-items: center;
	justify-content: space-between;
	box-sizing: border-box;
	z-index: 800;
}

.footer_fix_telbox {
	width: 55%;
	height: 55px;
	padding: 3px 10px 2px;
	color: #FFF;
	font-family: 'noto sans jp';
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-o-box-sizing: border-box;
	-ms-box-sizing: border-box;
	box-sizing: border-box;
	border-bottom: 2px solid #056c31;
	border-radius: 5px;
	background: #009c25;
	-webkit-tap-highlight-color: transparent;
}

.footer_fix_telbox:hover,
a.webBtn:hover {
	text-decoration: none;
}

.jost {
	font-family: 'jost', sans-serif;
}

.telboxInner {
	display: flex;
	align-items: center;
	justify-content: center;
}

.telboxInner:first-child {
	margin-bottom: 2px;
}

.telTxt {
	margin-right: 5px;
	color: #ffe030;
	font-size: 15px;
	font-weight: 800;
	display: flex;
	align-items: center;
	justify-content: space-between;
}

.telTxt:before {
	content: "";
	background: url(../img/icon_tel.svg) no-repeat;
	width: 24px;
	height: 18px;
	background-size: cover;
	display: inline-block;
	margin-right: 2px;
}

.telBadge {
	padding: 1px 5px;
	background: #d4f8e0;
	color: #044107;
	font-size: 7px;
	line-height: 1.1;
	font-weight: bold;
	border-radius: 3px;
}

.footer_fix_tel_p {
	color: #fff;
	font-size: 8px;
	line-height: 1.0;
}

.footer_fix_tel_p span {
	background: #905719;
	padding: 0 5px;
	margin: 0 0 0 5px;
}

.footer_fix_tel {
	margin-right: 4px;
	color: #fff;
	font-size: 18px;
	line-height: 1.0;
	display: flex;
	align-items: center;
}

.footer_fix_tel:before {
	content: "";
	background: url(../img/icon_freedial.svg) no-repeat;
	width: 18px;
	height: 12px;
	background-size: cover;
	display: inline-block;
	margin-right: 5px;
}

a.webBtn {
	width: 43%;
	height: 55px;
	padding: 0 15px;
	display: flex;
	align-items: center;
	justify-content: center;
	color: #ffd900;
	background: #fb2a27;
	font-family: 'noto sans jp';
	font-size: 15px;
	font-weight: bold;
	border-bottom: 2px solid #781d1d;
	border-radius: 5px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	font-weight: bold;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-o-box-sizing: border-box;
	-ms-box-sizing: border-box;
	box-sizing: border-box;
}

.webBtn:before {
	content: "";
	background: url(../img/icon_check.svg) no-repeat;
	width: 26px;
	height: 34px;
	background-size: cover;
	display: inline-block;
	margin-right: 5px;
}

a.webBtn p {
	color: #fff;
	font-size: 11px;
	line-height: 1.0;
}

a.webBtn p span {
	font-size: 16px;
}

#fixedBtn {
	width: 100%;
	position: fixed;
	left: 0;
	bottom: 0;
	letter-spacing: -0.4em;
	z-index: 1000;
}

#fixedBtn li {
	width: 50%;
	display: inline-block;
	letter-spacing: normal;
}

#fixedBtn li img {
	width: 100%;
}

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

.commonTit1 img {
	height: 35px;
	width: auto!important;
}

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

.titWrap1 {
	width: 95%;
	margin: 0 auto 30px;
	text-align: center;
	background: url(../img/common_bg1.png) 0 0 no-repeat;
	-webkit-background-size: contain;
	background-size: contain;
}

.titWrap2 {
	width: 90%;
	margin: 0 auto 30px;
	text-align: center;
	background: url(../img/common_bg2.png) 0 0 no-repeat;
	-webkit-background-size: contain;
	background-size: contain;
}

.titWrap3 {
	width: 90%;
	margin: 0 auto 30px;
	text-align: center;
	background: url(../img/common_bg3.png) 0 0 no-repeat;
	-webkit-background-size: contain;
	background-size: contain;
}


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

.commonBtn1 a {
	min-width: 90%;
	background: url("../img/icon1.svg") no-repeat right 10px center #ff0c2e;
	-webkit-background-size: 16px 16px, 100%;
	background-size: 16px 16px, 100%;
	border-radius: 60px;
	box-shadow: 0 4px 0 0 #4b1507;
	color: #FFFFFF;
	display: inline-block;
	font-weight: bold;
	padding: 8px 30px 8px 70px;
	text-align: center;
	line-height: 1.2;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	position: relative;
	font-size: 18px;
}

/* .commonBtn2 a {
	min-width: 90%;
	background: url("../img/icon2.png") no-repeat 5% 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: 10px 30px;
	text-align: center;
	line-height: 1.2;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

.commonBtn2 a:hover {
	margin-top: 4px;
	padding: 10px 30px 6px;
	box-shadow: 0 4px 0 0 #666666;
} */

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

.commonBtnFukidashi {
	width: 60px;
	height: 60px;
	padding-top: 11px;
	position: absolute;
	top: -10px;
	left: calc(50% - 135px);
	font-size: 8px;
	font-style: italic;
	letter-spacing: 0.08em;
	line-height: 1.1;
	color: #205423;
	background: #fff;
	border: 3px solid #205423;
	border-radius: 50%;
	box-sizing: border-box;
}

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

.commonBtnFukidashi::before {
	border-width: 0 4px 8px 4px;
	border-color: transparent transparent #205423 transparent;
	bottom: 7px;
	right: -4px;
}

.commonBtnFukidashi::after {
	border-width: 0 3px 6px 3px;
	border-color: transparent transparent #fff transparent;
	bottom: 10px;
	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: 2px 20px;
	font-size: 0.8em;
	letter-spacing: 0.1em;
	border-radius: 15px;
}

.commonBtnTxtSm {
	font-size: 0.8em;
}

/* 共通コンバージョン */
/* -------------------------------------------------- */
.commonCon {
	background: #FFFFFF;
	border: 1px #267a2d solid;
	padding: 20px;
}

.commonConTxt {
	color: #267a2d;
	font-weight: bold;
	padding-bottom: 10px;
	line-height: 1.2;
}

.commonTel {
	padding-bottom: 15px;
}

.commonCon2 {
	padding: 20px 40px 25px;
	background: #f0efe6;
}

.commonTel2 {
	padding-bottom: 15px;
}

.commonTel2 img {
	width: 100%;
}

/* メインビジュアル
------------------------------------ */
#mv {
	padding: 20px;
	text-align: center;
	background: url(../img/sp_mv_bg.jpg) no-repeat center center / cover;
}

#mvInner {
	position: relative;
}

#mvTitle {
	margin-bottom: 10px;
}

#mvTitle img {
	width: 79.487vw;
}

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

#mvBadge {
	position: absolute;
	top: -2.051vw;
	right: calc(50% - 39.744vw);
}

#mvBadge img {
	width: 21.795vw;
}

#mvImgWrap {
	margin-bottom: 15px;
}

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

#mvImg1 img {
	width: 56%;
}

#mvImg2 {
	text-align: left;
}

#mvImg2 img {
	width: 75%;
}

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

#mvText1 {
	font-size: 16px;
	font-weight: bold;
	letter-spacing: 0.02em;
	line-height: 1.2;
	text-align: left;
	color: #fff;
	transform: skewX(10deg);
}

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

#mvText1 img {
	width: 80px;
	margin: 0 0.1em;
	vertical-align: -4px;
}

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

#mvText2 {
	width: 80px;
	height: 80px;
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	position: absolute;
	top: -20px;
	right: -20px;
	font-size: 8px;
	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: 15px;
}

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

#mvList {
	display: flex;
	flex-wrap: wrap;
}

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

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

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


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

#aboutHead {
	margin-bottom: 10px;
	font-size: 14px;
	color: #1f5423;
}

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

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

#aboutHead .txtLg::before {
	content: "";
	width: 100%;
	max-width: 366px;
	height: 60px;
	position: absolute;
	bottom: -30px;
	left: 0;
	background: url(../img/common_bg1.png) no-repeat center bottom / 100%;
	z-index: -1;
}

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

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

.comment {
	padding-bottom: 40px;
}

.commentHead {
	padding: 10px;
	font-size: 14px;
	font-weight: bold;
	line-height: 100%;
	text-align: center;
	color: #fff;
	background-color: #247a2d;
	border-radius: 20px;
}

.commentTitle {
	padding: 15px 0;
	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;
}

.commentContent {
	display: flex;
}

.commentImg {
	width: 80px;
	flex-shrink: 0;
}

.commentImg img {
	width: 100%;
}

.commentText {
	padding-left: 45px;
	padding-right: 10px;
	position: relative;
	font-size: 14px;
	font-weight: bold;
	line-height: 1.4;
}

.commentText::before {
	content: "";
	width: 1px;
	height: 100%;
	position: absolute;
	top: 0;
	left: 30px;
	background-color: #247a2d;
	background: linear-gradient(to bottom, #247a2d 55px, transparent 56px, transparent 73px, #247a2d 74px);
}

.commentText::after {
	content: "";
	width: 16px;
	height: 24px;
	top: 50px;
	left: 15px;
	position: absolute;
	background: url(../img/comment_fukidashi.svg) no-repeat right center / contain;
}

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

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

#lineupHead {
	margin-bottom: 30px;
	font-size: 26px;
	font-weight: bold;
	text-align: center;
	color: #197423;
}

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

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

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

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

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

#lineupList li:nth-child(-n + 3) {
	width: 100%;
	margin-bottom: 20px;
}

#lineupList li:nth-child(-n + 3) .lineupListImg {
	margin-bottom: 10px;
}

#lineupList li:nth-child(-n + 3) .lineupListImg img {
	max-width: 80%;
}

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

#lineupList li:nth-child(n + 4) .lineupListImg {
	height: 20vw;
	padding: 10px;
	display: flex;
	justify-content: center;
	align-items: center;
}

#lineupList li:nth-child(n + 4) .lineupListImg img {
	max-height: 100%;
	flex-shrink: 0;
}

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

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

/* 買取実績
------------------------------------ */
#achievement {
	padding: 50px 0 80px;
}

#achievement .commonCon {
	margin: 0 15px;
}

#achievement img {
	width: 100%;
}

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

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

#achievementList {
	padding: 30px 0;
	margin-bottom: 30px;
	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: 80%;
	display: inline-block;
}

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

.achieveImg {
	width: 100%;
	height: 230px;
	-webkit-background-size: cover!important;
	background-size: cover!important;
}

.achieveImg img {
	width: 100%;
}

.achieveBox {
	width: 100%;
	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;
}

.achieveDate {
	float: left;
}

.achieveCat {
	float: right;
}

.looplist {
	width: 100%;
}


/* 想い
------------------------------------ */
#staff {
	width: 100%;
	background: url(../img/sp_staff_bg.jpg) right 0 no-repeat;
	-webkit-background-size: cover;
	background-size: cover;
	position: relative;
}

#staffTxt {
	padding: 80px 10px;
}

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

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

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

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


#strengthItem1 {
	padding: 45px 10px 40px;
}

#strengthItem1 h3 {
	padding: 10px 0 20px 40px;
}

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

#strengthItem1 img {
	width: 100%;
}

#strengthItem1Txt {
	padding-bottom: 30px;
}

.frame {
	margin-top: 30px;
	padding: 20px;
	background: #ffffff none repeat scroll 0 0;
	border: 1px solid #e5e5e5;
	clear: both;
}

.frameTit {
	font-size: 18px;
	color: #267a2d;
	font-weight: bold;
}

#strengthItem2 {
	padding: 20px 10px 40px;
}

#strengthItem2 h3 {
	padding: 10px 0 15px 60px;
}

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

#strengthItem2 img {
	width: 100%;
}

#strengthItem2Txt {
	padding-bottom: 30px;
}

#map {
	padding-bottom: 30px;
}

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

#frameContactWrap {
	padding: 20px 0;
}

#frameContactTxt {
	padding-bottom: 10px;
	color: #267a2d;
	font-feature-settings: "palt";
	letter-spacing: 0.02em;
	text-align: center;
}

#frameTel {
	padding-bottom: 20px;
}

#strengthItem3 {
	padding: 20px 10px 0;
}

#strengthItem3 h3 {
	padding: 10px 0 20px 55px;
	font-size: 6.5vw;
}

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

#strengthItem3 img {
	width: 100%;
}

#strengthItem3Txt {
	padding-bottom: 20px;
}

#strengthItem3 .frame {
	margin-bottom: 30px;
	padding: 0;
	background: transparent;
	border: none;
}

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

#flow {
	margin-top: -30px;
	padding: 60px 10px 0;
}

.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: 100%;
	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;
}

.stepTit img {
	width: 20px;
}

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

#takuhai {
	width: 100%;
	margin: 30px auto 0;
	padding: 10px 10px 0px 10px;
	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: 25px;
	margin-bottom: 10px;
	cursor: pointer;
}

#takuhai h4 img {
	width: 100%;
}

#takuhai h4.on {
	background: url(../img/flow_icon_on.png) center bottom no-repeat;
	-webkit-background-size: 44px 9px;
	background-size: 44px 9px;
}

#takuhai h4.off {
	background: url(../img/flow_icon_off.png) center bottom no-repeat;
	-webkit-background-size: 32px 9px;
	background-size: 32px 9px;
}

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

h5 img {
	width: 100%;
}

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

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

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

#faq {
	margin-top: -30px;
	padding: 60px 10px 0;
}

.faq {
	padding-bottom: 10px;
}

.que {
	border: 1px #267a2d solid;
	padding: 20px 2em 20px 50px;
	color: #267a2d;
	font-weight: bold;
	cursor: pointer;
	line-height: 1.2;
}

.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, 14px 8px,100%;
	background-size: 22px 24px, 14px 8px,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, 14px 8px,100%;
	background-size: 22px 24px, 14px 8px,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-top: 40px;
	padding-bottom: 60px;
}

#magazineHead {
	text-align: center;
}

#magazineHead h2 {
	padding-bottom: 110px;
	font-size: 26px;
	font-weight: bold;
	color: #308138;
	background: url(../img/magazine_title_img.png) no-repeat center bottom -20px / 140px;
}

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

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

#magazineList li {
	width: 46.5%;
	margin-bottom: 30px;
	font-weight: bold;
}

.magazineListImg {
	margin-bottom: 15px;
}

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

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

.magazineListText {
	font-size: 14px;
	font-feature-settings: "palt";
	line-height: 1.3;
}

/* 事前査定フォーム
------------------------------------ */
#modalBg {
  width: 100%;
  height: 100vh;
  position: fixed;
  background: #000;
  opacity: 0.2;
  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: 90%;
	height: 580px;
	max-height: 90%;
	padding: 20px 10px 10px 10px;
  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: 15px;
	position: relative;
}

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

#modalCloseIcon img {
  width: 40px;
}

#modalTitle {
	margin-bottom: 10px;
  font-size: 24px;
  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;
}

#contactform dt {
	margin-bottom: 5px;
	position: relative;
	font-size: 14px;
	letter-spacing: 0.1em;
}

#contactform dt span {
	margin-left: 10px;
	padding: 4px 8px;
	display: inline-block;
	font-size: 12px;
	line-height: 100%;
	color: #ffffff;
	background: #959595;
	border-radius: 2px;
}

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

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

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

::-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;
	max-width: 100%;
	padding: 5px 0 10px;
	font-size: 20px;
	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: 12px;
}

#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: 15px 20px;
	border: 1px solid #bfbfbf;
	background-color: #fff;
}

.ppTitle {
	margin-bottom: 15px;
	font-size: 18px;
	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: 6px;
}

.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: 6px;
	right: 0;
	background-color: #7d7d7d;
	border-radius: 6px;
}

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

@media screen and (max-width: 374px) {
	html {
		font-size: 2.667vw;
	}
}
