@charset "utf-8";

/*common
----------------------------------------------------*/
/* 設定 */
* {
	/*游ゴシック*/
	font-family: 'Hiragino Sans', 'Hiragino Kaku Gothic ProN', '游ゴシック', "Yu Gothic", YuGothic, "メイリオ", Meiryo, "ＭＳ ゴシック", sans-serif;
	font-weight: 400;
	margin: 0;
	padding: 0;
	color: #222;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-o-box-sizing: border-box;
	-ms-box-sizing: border-box;
	box-sizing: border-box;
	-webkit-text-size-adjust: 100%;
	-webkit-font-smoothing: antialiased;
	font-feature-settings: 'palt';
}

.robo {
	font-family: 'Roboto Condensed', sans-serif;
}

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

html {
	font-size: 62.5%;
	margin: 0;
	padding: 0;
}

body {
	font-size: 13px;
	font-size: 1.3rem;
	line-height: 1;
	overflow-x: hidden;
}

img {
	border: 0;
	vertical-align: bottom;
}

a {
	text-decoration: none;
}

ul,
li {
	list-style: none;
}


/* float */
.fLeft {
	float: left !important;
}

.fRight {
	float: right !important;
}


/* clearfix */
.cf:after {
	content: "";
	display: block;
	clear: both;
}


/* align */
.cen {
	text-align: center !important;
}

.left {
	text-align: left !important;
}

.right {
	text-align: right !important;
}


/* text-indent */
.indent {
	text-indent: 100%;
	overflow: hidden;
	white-space: nowrap;
}


/* font-size */


/* margin,padding */
.mb5 {
	margin-bottom: 5px;
}

.mb10 {
	margin-bottom: 10px;
}

.mb20 {
	margin-bottom: 20px;
}

.mb30 {
	margin-bottom: 30px;
}


/* -------------------------------------------------
layout
----------------------------------------------------*/
.pc {
	display: none !important;
}

.sateiBlock {
	display: none;
}

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

.inner {
	width: 90%;
	margin: auto;
}

.fadeIn,
.fadeIn2 {
	opacity: 0;
	transform: translate(0, 50px);
	transition: all 300ms;
}

.fadeIn.scrollin,
.fadeIn2.scrollin {
	opacity: 1;
	transform: translate(0, 0);
}

/* ===== header ===== */
body {
	position: relative;
	overflow-x: hidden;
	-webkit-text-size-adjust: 100%;
	word-break: break-all;
}

html.open {
	height: 100%;
}

.open body {
	position: fixed;
	left: 0;
	width: 100%;
	height: 100%;
}

header {
	position: fixed;
	top: 0;
	left: 0;
	z-index: 10000;
	width: 100%;
	padding-top: 5px;
	background-color: #fff;
}

header .headerLogo {
	padding-bottom: 5px;
	text-align: center;
}

header .headerLogo a {
	display: inline-block;
	width: 73px;
}

#spBtn {
	width: 44px;
	height: 44px;
	position: absolute;
	top: 0px;
	left: 0px;
	cursor: pointer;
}

.open #spBtn {
	background: url(../img/common/sp_header_menu_btn_close.jpg) 0 0 no-repeat;
	-webkit-background-size: 44px;
	background-size: 44px;
}

#spBtn img {
	height: 44px;
	width: auto;
}

.open #spBtn img {
	display: none;
}

/* ===== global nav ===== */
#spNav {
	position: fixed;
	top: 0;
	left: -200px;
	width: 200px;
	height: 100%;
	background: #333333;
	overflow: scroll;
	-webkit-overflow-scrolling: touch;
	z-index: 9999;
}

#spNav li {
	border-bottom: 1px #ccc dotted;
	background: url(../img/common/sp_icon5.png) 95% center no-repeat;
	-webkit-background-size: 8px;
	background-size: 8px;
}

#spNav a {
	width: 100%;
	color: #FFFFFF;
	padding: 15px;
	display: block;
	box-sizing: border-box;
}

.layer {
	position: fixed;
	top: 0;
	z-index: 1;
	display: none;
	width: 100%;
	height: 100%;
	background-color: transparent;
	z-index: 1000;
}

/* ===== footer ===== */
footer {
	padding: 8.0vw 0 80px;
}

.footerUp {
	padding-bottom: 10.6vw;
	text-align: center;
}

.ftLt,
.ftRt {
	text-align: center;
}

.ftLt {
	margin-bottom: 10.6vw;
}

.ftLt p {
	margin-bottom: 15px;
	font-size: 3.4vw;
	letter-spacing: 0.1em;
}

.ftLt .footLogo {
	width: 31%;
	margin: 0 auto 30px;
}

.ftLt .footTxt1 {
	margin-bottom: 15px;
	font-size: 1.4rem;
	font-weight: bold;
}

.ftLt .footTel .robo {
	margin-bottom: 10px;
	font-size: 2.0rem;
	font-weight: bold;
}

.ftLt .footTxt2 {
	font-size: 1.3rem;
	font-weight: bold;
}

.ftRt {
	width: 100%;
}

.ftRtTtl {
	display: inline-block;
	padding: 13px 30px;
	margin-bottom: 15px;
	font-size: 1.8rem;
	font-weight: bold;
	text-align: center;
	letter-spacing: 0.1em;
	color: #fff;
	background-color: #000;
}

.footTxt3 {
	margin-bottom: 15px;
	font-size: 3.7vw;
	font-weight: bold;
	line-height: 1.3;
	letter-spacing: 0.1em;
}

.footTxt3 * {
	font-weight: bold;
	letter-spacing: 0.18em;
}

.fs16 {
	font-size: 3.7vw;
}

.footTxt3 .assist {
	font-size: 3.7vw;
}

.footTxt4 {
	font-size: 1.3rem;
	font-weight: bold;
	color: #da2533;
	padding-bottom: 15px;
}

.ftRtConts {
	position: relative;
}

.footTxtWrap {
	position: absolute;
	top: 16.8vw;
	left: 0;
}

.ftMap img {
	width: 100%;
}

.footerDown {
	display: none;
}

/* 230217追記 フッター運営会社 */
.footerLink {
	width: 100%;
	margin: 0 auto;
	text-align: center;
	padding: 20px 0 15px;
	border-top: 1px solid #ccc;
}
.footerLink a {
	display: inline-block;
	position: relative;
    transition: all .3s ease-in-out;
}
.footerLink a:after {
	content: "";
	position: absolute;
	top: -1px;
	right: -20px;
	display: inline-block;
	width: 15px;
	height: 15px;
	background: url('../img/external-link_b.svg') ;
	background-size: cover;
}

.copy {
	font-size: 3.2vw;
	text-align: center;
	line-height: 1.6;
	letter-spacing: 0.1em;
}


/* 追尾無料査定 */
.shopBtnFix {
	position: fixed;
	right: -145px;
	bottom: -145px;
	background: #000;
	width: 240px;
	height: 240px;
	border-radius: 50%;
	color: #fff;
	transition: 1s ease-in-out;
	z-index: 200;
	cursor: pointer;
}

.shopBtnTxt {
	color: #fff;
	position: fixed;
	bottom: 10px;
	right: 7px;
	font-size: 1.4rem;
	transition: 0.3s ease-in-out !important;
}

.shopBtnTxt:before {
	content: "";
	display: block;
	width: 25px;
	height: 35px;
	margin: 0 auto 5px;
	background: url(../img/common/icon_dentaku02.png) no-repeat 0 0;
	background-size: 100%;
}

.hideShopSec {
	display: none;
}

.shopBtnFix.active {
	position: fixed;
	width: 5000px;
	height: 5000px;
	right: -2500px;
	bottom: -2500px;
	border-radius: 50%;
	z-index: 99999;
}

.hideShopSec.active {
	display: block;
	position: relative;
	width: 100%;
	height: 100%;
}


.hideSClose {
	position: absolute;
	top: -10px;
	right: 20px;
	width: 40px;
	height: 40px;
	cursor: pointer;
	transition: 0.3s ease-in-out;
}

.spTsuibiConts {
	width: 100%;
	margin: 0 auto;
	position: fixed;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	z-index: 300;
	padding: 40px 20px 30px;
	box-sizing: border-box;
	z-index: 100000;
}

.linksWrap {
	text-align: center;
}

.linksWrap > p:nth-of-type(1) {
	margin-bottom: 5.0vw;
}

.linksWrap > p:nth-of-type(2) {
	margin-bottom: 10.6vw;
}

.tsuibiTelWrap p {
	font-size: 3.9vw;
	letter-spacing: 0.1em;
	color: #fff;
	line-height: 1.3;
	font-weight: bold;
}

.tsuibiTelWrap .telNum {
	font-size: 12vw;
	font-weight: bold;
	color: #ffc815;
}

.tsuibiTelWrap .telNumTxt {
	margin-bottom: 0;
}

.tsuibiTelWrap .telUketuske {
	margin-bottom: 2.6vw;
}

.tsuibiTelWrap .telNum:before {
	content: "";
	display: inline-block;
	width: 6.5%;
	height: 7.5vw;
	margin-right: 3%;
	background: url("../img/common/icon_phone.png") no-repeat 0 0;
	background-size: 100%;
}


/*pageTop*/
.pagetop a {
	display: block;
	width: 100%;
	padding: 18px 0;
	text-align: center;
	background-color: #ffc815;
}

.pagetop img {
	position: relative;
	z-index: 1;
	width: 6.5%;
}


/*追従ブロック*/
.sateiBlock {
	position: fixed;
	right: 0;
	bottom: 0;
	z-index: 10;
	width: 514px;
	background-color: #f2f2f2;
}

.sateiBlock .btnArea {
	padding: 11px 12px;
}

.sateiBlock ul {
	text-align: center;
}

.sateiBlock ul li {
	display: inline-block;
	vertical-align: top;
}

.sateiBlock ul li:nth-of-type(1) {
	margin-right: 5px;
}

.sateiBot {
	padding: 15px 0;
	text-align: center;
	background-color: #000;
}

.sateiBot .telNum,
.sateiBot .sateiBotR {
	display: inline-block;
	margin: 0 19px;
}

.sateiBot .telNum p {
	font-size: 1.1rem;
	color: #fff;
}

.sateiBot .telNum p:nth-of-type(1) {
	font-size: 3.3rem;
	font-weight: bold;
	color: #ffc815;
}

.sateiBot .telNum p.robo:before {
	content: "";
	display: inline-block;
	width: 18px;
	height: 24px;
	margin-right: 11px;
	background: url("../img/common/icon_phone.png") no-repeat 0 0;
	background-size: 100%;
}

.sateiBotR {
	text-align: center;
	line-height: 1.5;
	color: #fff;
}

/* ====================================
index.html
====================================== */
/* -- 最新買取実績 -- */
.se1Head {
	position: relative;
}

.topSe1 {
	margin-bottom: 60px;
}

.se1HeadTtl {
	margin-bottom: 20px;
	font-size: 2.0rem;
	font-weight: 700;
	letter-spacing: 0.1em;
	text-align: center;
}

.topSe1 .linkBuylist {
	text-align: center;
}

.commonBtn {
	position: relative;
	display: block;
	/*padding: 20px 30px;*/
	font-size: 1.8rem;
	font-weight: 700;
	background-color: #ffc815;
	border-radius: 6px;
	text-transform: uppercase;
	outline: none;
	transition: all .12s ease-in-out;
	overflow: hidden;
}

.commonBtn:after {
	content: "";
	display: inline-block;
	width: 14px;
	height: 14px;
	margin-left: 18px;
	vertical-align: -5px;
	background: url("../img/common/icon_btn_arrow_off.jpg") no-repeat 0 0;
	background-size: 100%;
}

.linkBuylist .commonBtn {
	display: inline-block;
	width: 230px;
	padding: 20px 0;
	font-size: 1.4rem;
}

.linkBuylist .commonBtn:after {
	position: absolute;
	top: 50%;
	right: 20px;
	transform: translateY(-50%);
}

.footTxtWrap .commonBtn {
	width: 170px;
	padding: 10px 0;
}

/* フッターエリアボタン */
#ftAreaBtn .commonBtn {
	padding: 8px 10px;
	font-size: 1.2rem;
	width: auto;
	display: inline-block;
}

#ftAreaBtn .commonBtn span {
	display: inline-block;
	vertical-align: middle;
	font-weight: bold;
}

#ftAreaBtn .commonBtn:after {
	content: "";
	display: inline-block;
	width: 16px;
	height: 16px;
	margin-left: 18px;
	background: url("../img/common/icon_btn_arrow_off.jpg") no-repeat 0 0;
	background-size: 100%;
	transition: all .12s ease-in-out;
	vertical-align: middle;
}


#se1In {
	width: 100%;
	margin: 0 auto 8.0vw;
}

.topRcord {
	position: relative;
	margin: 0 13px;
}

.topRcord a {
	display: block;
	border: 5px solid #000;
}

.prefBox {
	position: absolute;
	top: 5px;
	left: 5px;
	padding: 12px 17px;
	font-size: 1.4rem;
	font-weight: bold;
	letter-spacing: 0.1em;
	color: #fff;
	background-color: #000;
}

.rcordImg {
	border-bottom: 5px solid #000;
}

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

.rcordIn {
	padding: 20px;
}

.rcordIn p {
	font-weight: bold;
}

.rcordDate {
	margin-bottom: 10px;
	font-size: 1.4rem;
}

.rcordTtl {
	font-size: 1.5rem;
	line-height: 1.5;
}

.rcordCat,
.rcordBrand {
	padding: 6px 20px;
	font-size: 1.4rem;
	font-weight: bold;
	text-align: right;
}

.rcordCat {
	background-color: #ffc815;
}

.rcordBrand {
	color: #fff;
	background-color: #000;
}


/* -- コンテンツナビ -- */
.topContsNav {
	margin-bottom: 8.0vw;
}

.topContsNav .navBox {
	position: relative;
	width: 100%;
	margin-right: auto;
	margin-left: auto;
	vertical-align: middle;
	background-color: #000;
	border: 3px solid #000;
}

.navBoxLt {
	margin-bottom: 15px;
}

.navBox a {
	display: block;
	width: 100%;
	height: 100%;
}

.navBox img {
	width: 100%;
	height: auto;
	opacity: 0.5;
	transition: all .3s ease-in-out;
}

@media screen and (min-width:641px) {
	.navBox a:hover img {
		opacity: 0.8;
	}
}

.navBox p {
	position: absolute;
	top: 50%;
	left: 50%;
	width: 100%;
	font-size: 1.5rem;
	letter-spacing: 0.1em;
	color: #fff;
	transform: translate(-50%, -50%);
}

.navBox .assist {
	display: block;
	margin-top: 15px;
	font-size: 2.1rem;
	font-weight: bold;
	letter-spacing: 0.1em;
	color: #fff;
}

/* バナーエリア */
.foot_bnr_bk {
	width: 100%;
	padding: 30px 0px 20px;
	background-color: #f6f6f6;
}
.foot_bnr_area {
	width: 90%;
	margin: 0 auto;
}
.hiraku_area {
	margin-bottom: 20px;
	padding-bottom: 20px;
	border-bottom: 1px solid #e5e5e5;
}
.hiraku_area > p {
    margin-bottom: 5px;
    padding-bottom: 5px;
    font-size: 18px;
    font-weight: bold;
}
.hiraku_area_left {
	margin-right: 20px;
	display: inline-block;
	width: 100%;
}
.hiraku_area_left img {
	margin-bottom: 5px;
	width: 100%;
	height: auto;
}
.hiraku_area_right {
	vertical-align: top;
}
.hiraku_area_right > p {
	font-size: 15px;
	line-height: 1.2;
}
.hiraku_area_right > p ::first-line {
	font-weight: bold;
	font-size: 15px;
	line-height: 1.2;
}
.bnr_area p {
    margin-bottom: 10px;
    padding-bottom: 0px;
    font-size: 18px;
    font-weight: bold;
}
.bnr_area ul {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}
.bnr_area li {
	margin-bottom: 10px;
}
.bnr_area li:nth-child(5n) {
	margin-right: 0;
}
.bnr_area img {
	width: 100%;
	height: auto;
}
/* バナーエリアここまで */


/* -- btnSatei -- */
.btnSatei {
	padding: 30px 0 30px;
	background-color: #f2f2f2;
}

.ktrSateiConts .btnSatei {
	padding: 30px 5% 30px;
}

.stHead1 {
	margin-bottom: 5.3vw;
	font-size: 1.8rem;
	font-weight: bold;
	line-height: 1.3;
	letter-spacing: 0.1em;
}

.stHead1 .assist {
	display: inline-block;
	font-size: 2.0rem;
	font-weight: bold;
	color: #da2533;
	border-bottom: 3px solid #da2533;
}

.stHead1:before {
	content: "";
	display: inline-block;
	width: 18px;
	height: 25px;
	margin-right: 10px;
	background: url("../img/common/icon_dentaku.png") no-repeat 0 0;
	background-size: 100%;
	vertical-align: -7px;
}

.btnSatei .btnSateiSp {
	width: 100%;
	max-width: 676px;
	margin: 0 auto 2.6vw;
}



.btnSateiLineWrap,
.btnSateiMailWrap {
	display: inline-block;
	vertical-align: bottom;
	width: 100%;
	max-width: 322px;
	height: 93px;
	margin-right: auto;
	margin-left: auto;
	border-width: 4px;
	border-style: solid;
	border-radius: 10px;
}

.sateiBlock .btnSateiLineWrap,
.sateiBlock .btnSateiMailWrap {
	width: 240px;
	height: 106px;
}

.begSatei .btnSateiLineWrap,
.begSatei .btnSateiMailWrap {
	width: 206px;
	height: 90px;
}

.btnSateiLine,
.btnSateiMail {
	display: block;
	width: 100%;
	height: 100%;
	border-radius: 5px;
	transition: all .3s ease-in-out;
}

.btnSateiLineWrap {
	margin-bottom: 30px;
	border-color: #0e770e;
}

.sateiBlock .btnSateiLineWrap {
	margin-right: 10px;
}

.begSatei .btnSateiLineWrap {
	margin-right: 0;
}


/* LINE査定 */
.btnSateiLine {
	padding-top: 14px;
	background-color: #00b900;
}

.sateiBlock .btnSateiLine {
	padding: 10px 0 0 6px;
}

.begSatei .btnSateiLine {
	padding: 8px 0 0 3px;
}

.qrBlock,
.btnSateiLineR {
	display: inline-block;
	vertical-align: middle;
}

.qrBlock {
	width: 50px;
	height: 50px;
	margin-right: 4px;
}

.begSatei .qrBlock {
	width: 68px;
	height: 68px;
}

.sateiBlock .qrBlock {
	margin-right: 5px;
}

.begSatei .qrBlock {
	margin-right: 5px;
}

.qrBlock img {
	width: 100%;
}

.btnSateiLineTxt1,
.btnSateiLineTxt2,
.btnSateiLineTxt3 {
	font-weight: bold;
	text-align: left;
	letter-spacing: 0.1em;
	color: #fff;
}

.btnSateiLineTxt1 {
	margin-bottom: 8px;
	font-size: 1.2rem;
	line-height: 1.3;
}

.sateiBlock .btnSateiLineTxt1 {
	margin-bottom: 0;
	font-size: 1.0rem;
	line-height: 1.5;
}

.begSatei .btnSateiLineTxt1 {
	margin-bottom: 0;
	font-size: 0.8rem;
	line-height: 1.5;
}

.btnSateiLineTxt2 {
	font-size: 1.8rem;
	letter-spacing: 0.13em;
}

.sateiBlock .btnSateiLineTxt2 {
	margin-bottom: 7px;
	font-size: 2.2rem;
}

.begSatei .btnSateiLineTxt2 {
	margin-bottom: 5px;
	font-size: 1.9rem;
}

.sateiBlock .btnSateiLineTxt3 {
	padding: 5px 22px;
	font-size: 1.1rem;
	color: #000;
	background-color: #fff;
}

.begSatei .btnSateiLineTxt3 {
	padding: 5px 20px;
	font-size: 0.9rem;
	color: #000;
	background-color: #fff;
}

.sateiBlock .btnSateiIn,
.begSatei .btnSateiIn {
	padding: 11px 0;
	text-align: center;
}


/* 写メール査定 */
.btnSateiMailWrap {
	position: relative;
	border-color: #000;
}

.linksWrap .btnSateiMailWrap {
	border-color: #fff;
}

.btnSateiMail {
	padding: 8px 0 0 75px;
	background-color: #da2533;
}

.sateiBlock .btnSateiMail,
.begSatei .btnSateiMail {
	padding: 11px 0 0 14px;
}

.btnSateiMailTxtList {
	margin-bottom: 7px;
}

.begSateiMailTxtList {
	margin-bottom: 15px;
}

.btnSateiMailTxt {
	float: left;
	margin-right: 5px;
	padding: 5px;
	font-size: 1.0rem;
	font-weight: bold;
	background-color: #fff;
}

.btnSateiMailTxt:nth-last-of-type(1) {
	margin-right: 0;
}

.sateiBlock .btnSateiMailTxt {
	padding: 4px 5px;
	margin-right: 5px;
	font-size: 1.0rem;
	font-weight: normal;
}

.begSatei .btnSateiMailTxt {
	padding: 4px 3px;
	margin-right: 3px !important;
	font-size: 0.9rem;
	font-weight: normal;
}

.btnSateiMailMain {
	display: block;
	margin-bottom: 3px;
	font-size: 1.8rem;
	font-weight: bold;
	text-align: left;
	letter-spacing: 0.1em;
	color: #fff;
}

.begSatei .btnSateiMailMain {
	font-size: 1.7rem;
}

.noPic,
.shameLadies {
	position: absolute;
}

.noPic {
	display: none;
}

.noPicTxt {
	text-align: left;
}

.noPicTxtIn {
	display: inline-block;
	padding: 5px 29px;
	font-size: 1.2rem;
	color: #fff;
	background-color: #000;

}

.sateiBlock .noPic {
	top: inherit;
	right: 24px;
	bottom: 9px;
	width: 52px;
	height: 52px;
	transform: none;
}

.begSatei .noPic {
	top: inherit;
	right: 16px;
	bottom: 6px;
	width: 44px;
	height: 44px;
	transform: none;
}

.shameLadies {
	bottom: 0;
	left: 0;
	width: 70px;
	height: auto;
	border-radius: 6px;
	overflow: hidden;
}

.sateiBlock .noPic img,
.begSatei .noPic img {
	width: 100%;
	height: auto;
}

.linksWrap .btnSateiIn {
	margin-bottom: 20px;
}


/* -- tesSatei -- */
.telSatei {
	padding: 8.0vw 0;
	background-color: #000;
}

.stLt,
.stRt {
	width: 100%;
	text-align: center;
	vertical-align: middle;
}

.stLt {
	margin-bottom: 30px;
}

.stLt .srTxt3 {
	font-size: 1.3rem;
	line-height: 1.3;
	letter-spacing: 0.07em;
	color: #fff;
}

.stLt .stTxt1 {
	margin-bottom: 15px;
	font-size: 1.4rem;
	font-weight: bold;
	line-height: 1.3;
	letter-spacing: 0.07em;
	color: #fff;
}

.stLt .tel-link a {
	margin-bottom: 5px;
	font-size: 4.2rem;
	font-weight: bold;
	line-height: 1.0;
	letter-spacing: 0;
	color: #ffc815;
}

.stLt .telNum:before {
	content: "";
	display: inline-block;
	width: 7.4%;
	height: 8.6vw;
	margin-right: 2.9%;
	background: url("../img/common/icon_phone.png") no-repeat right bottom;
	background-size: 100%;
	vertical-align: -1px;
}

.stLt .stTxt2 {
	margin-bottom: 15px;
	font-size: 1.4rem;
	font-weight: bold;
	line-height: 1.3;
	letter-spacing: 0.07em;
	color: #fff;
}

.stRt p {
	display: inline-block;
	width: 48%;
}

.stRt .commonBtn {
	width: 100%;
	font-size: 3.7vw;
	text-align: left;
	border: 3px solid #ffc815;
}

.btnFaq {
	margin-right: 1.6%;
}

.btnFaq .commonBtn,
.btnInq .commonBtn {
	padding: 15px 0;
	text-align: center;
}

.btnFaq .commonBtn:after,
.btnInq .commonBtn:after {
	width: 15px !important;
	height: 15px !important;
	vertical-align: -3px;
}

.btnFaq .commonBtn:after {
	margin-left: 15px;
}

.btnInq .commonBtn:after {
	margin-left: 5px;
}


/* -- 買取のご依頼前に読んでいただきたいページです -- */
.readSe {
	padding-top: 50px;
	margin-bottom: 40px;
}

.readSe .readTtl {
	margin-bottom: 20px;
	font-size: 1.8rem;
	font-weight: bold;
	text-align: center;
	line-height: 1.4;
	letter-spacing: 0.1em;
}

.linkBtn {
	position: relative;
	display: block;
	border: 3px solid #ffc815;
	border-radius: 10px;
	overflow: hidden;
}

.linkBtn:after {
	content: "";
	position: absolute;
	right: 0;
	bottom: 0;
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 0 0 6.7vw 6.7vw;
	border-color: transparent transparent #ffc815 transparent;
}

.linkBtn span.block {
	position: relative;
	display: block;
}

.linkTak .linkBtn .block {
	width: 240px;
	margin: auto;
	transform: translateX(-1em);
}

.linkShu .linkBtn .block {
	width: 260px;
	margin: auto;
}

.linkSho .linkBtn .block {
	width: 260px;
	margin: auto;
}

.readSe li {
	width: 100%;
	margin-bottom: 15px;
}

.readSe li:nth-last-of-type(1) {
	margin-bottom: 0;
}

.readSe li a {
	display: block;
	width: 100%;
	height: 100%;
	padding: 12px 0;
	text-align: center;
}

.readSe li span {
	font-size: 1.8rem;
	font-weight: bold;
	letter-spacing: 0.1em;
}

.readSe li span:before {
	content: "";
	display: inline-block;
	margin-right: 3.8%;
	vertical-align: middle;
}

.readSe .btnBeg span.block:before {
	width: 22px;
	height: 37px;
	background: url("../img/common/icon_beginner.png") no-repeat right center;
	background-size: 100%;
}

.readSe .btnFlow span.block:before {
	width: 29px;
	height: 37px;
	background: url("../img/common/icon_flow.png") no-repeat right center;
	background-size: 100%;
}

.readSe .btnSec span.block:before {
	width: 31px;
	height: 37px;
	background: url("../img/common/icon_secret.png") no-repeat right center;
	background-size: 100%;
}


/* -------------------------------------------------
sub-layout
----------------------------------------------------*/
.subConts {
	position: relative;
	z-index: 3;
	/*margin-top: -30px;*/
}

/* ===== main visual ===== */
.fv {
	position: relative;
	height: 250px;
	margin: 44px 0 10px;
	background-color: #fff;
}

.fvContsWrap {
	position: absolute;
	top: 0;
	left: 0;
	z-index: 2;
	display: block;
	width: 100%;
	/*height: 100%;*/
	/*margin-left: -540px;
    padding-left: 21.65%;*/
	margin-bottom: 15px;
}

.fvConts {
	position: relative;
	display: table;
	width: 100%;
	height: 200px;
	padding: 0 6%;
	background-color: #ffc815;
	animation-name: fadeIn;
	animation-duration: 0.8s;
	animation-timing-function: ease-in-out;
}

@keyframes fadeIn {
	from {
		transform: translateX(100%);
	}

	to {
		transform: translateX(0);
	}
}

.fvContsIn {
	display: table-cell;
	vertical-align: middle;
	opacity: 0;
}

.fv:before {
	content: "";
	position: absolute;
	bottom: 0;
	left: 0;
	z-index: 1;
	display: block;
	width: 100%;
	height: 50px;
	background-color: #eee;
	animation-name: fadeIn2;
	animation-duration: 0.8s;
	animation-timing-function: ease-in-out;
}

@keyframes fadeIn2 {
	from {
		left: -100%;
	}

	to {
		left: 0;
	}
}

.fv .attention {
	display: inline-block;
	padding: 2px 10px;
	margin-bottom: 2px;
	font-size: 1.4rem;
	font-weight: bold;
	letter-spacing: 0.08em;
	color: #fff;
	background-color: #da2533;
}

.pageEn {
	margin-bottom: 10px;
	font-size: 2.4rem;
	font-size: 3.3vw;
	letter-spacing: -0.02em;
	color: #907622;
}

.pageTtl {
	margin-bottom: 2px;
	font-size: 2.5rem;
	font-weight: 700;
	letter-spacing: 0.08em;
}

.pageTtl:before {
	display: block;
	margin-bottom: 5px;
	font-family: 'Abel', sans-serif;
	font-size: 1.4rem;
	letter-spacing: -0.02em;
	color: #907622;
}

.fv .begiTtl:before {
	content: "FOR BEGINNERS";
}

.fv .camTtl:before {
	content: "ENHANCED PURCHASE PRODUCT";
}

.fv .bylTtl:before {
	content: "PURCHASE RESULTS";
}

.fv .faqTtl:before {
	content: "FAQ";
}

.fv .itemTtl:before {
	content: "TARGET PRODUCT FOR PURCHASE";
	font-family: 'Abel', sans-serif;
}

.fv .oshiraseTtl:before {
	content: "NEWS";
}

.fv .prcTtl:before {
	content: "PRICE LIST";
}

.fv .inqTtl:before {
	content: "CONTACT";
}

.fv .delTtl:before {
	content: "HOME DELIVERY PURCHASE";
}

.fv .entTtl:before {
	content: "PICTURE MESSAGE ASSESSMENT";
}

.fv .flowTtl:before {
	content: "FLOW";
}

.fv .lineTtl:before {
	content: "LINE ASSESSMENT";
}

.fv .linkTtl:before {
	content: "LINK";
}

.fv .packTtl:before {
	content: "ABOUT PACKING";
}

.fv .ppTtl:before {
	content: "PRIVACY POLICY";
}

.fv .rsnTtl:before {
	content: "SECRET OF BIG PURCHASE";
}

.fv .shopTtl:before {
	content: "STORE GUIDE";
}

.fv .sbTtl:before {
	content: "OVER THE COUNTER PURCHASE";
}

.fv .smTtl:before {
	content: "SITEMAP";
}

.fv .tokuTtl:before {
	content: "ACT ON SPECIFIED COMMERCIAL TRANSACTIONS";
}

.fv .visTtl:before {
	content: "BUSINESS TRIP PURCHASE";
}

.pageTxt {
	display: inline-block;
	padding-top: 14px;
	font-size: 2.0rem;
	font-size: 1.4rem;
	line-height: 1.3;
	letter-spacing: 0.1em;
	border-top: 5px solid #ffe17e;
}

/* ===== link path ===== */
.linkPath {
	margin-top: -45px;
	margin-bottom: 50px;
}

.linkPath li {
	display: inline-block;
	margin-bottom: 8px;
	vertical-align: middle;
	font-size: 1.1rem;
}

.linkPath li:not(:nth-last-of-type(1)):after {
	content: "";
	display: inline-block;
	width: 8px;
	height: 8px;
	margin: 0 8px;
	border-top: 2px solid #000;
	border-right: 2px solid #000;
	transform: rotate(45deg);
	vertical-align: 2px;
}

.linkPath li a {
	letter-spacing: 0.1em;
	transition: all .3s ease-in-out;
}

.iconHome {
	width: 16px;
}


/* ===== 合わせてお読みください ～ ===== */
.readSeSub {
	margin-bottom: 10.6vw;
}

.readSeSub li {
	width: 100%;
	margin-bottom: 15px;
}

.readSeSub li a {
	padding: 10px 0;
}

.readSeSub li.btnTak a {
	padding: 9px 0 10px;
}

.readSeSub li.btnShop a {
	padding: 13px 0;
}

.readSeSub li.btnShu a {
	padding: 9px 0 10px;
}

.readSeSub li.btnPac a {
	padding: 11px 0 12px;
}

.readSeSub li.btnFlow a {
	padding: 12px 0;
}

.readSeSub li.btnSec a {
	padding: 14px 0 15px;
}

.readSeSub li.btnFaq a {
	padding: 14px 0 15px;
}

.readSeSub li.btnBeg a {
	padding: 13px 0 14px;
}

.readSeSub li.btnPrc a {
	padding: 14px 0 15px;
}

.readSeSub .linkBtn:after {
	border-width: 0 0 24px 24px;
}

.readSeSub .btnFlow span.block:before {
	width: 29px;
	height: 37px;
	margin-right: 10px;
	vertical-align: -11px;
}

.readSeSub .btnSec span.block:before {
	width: 30px;
	height: 32px;
	margin-right: 5px;
	vertical-align: -7px;
}

.readSeSub .btnBeg span.block:before {
	width: 24px;
	height: 34px;
	margin-right: 10px;
	background: url("../img/common/icon_wakaba.png") no-repeat bottom;
	background-size: 100%;
	vertical-align: -10px;
}

.readSeSub .btnPac span.block:before {
	width: 33px;
	height: 38px;
	margin-right: 10px;
	background: url("../img/common/icon_konpou.png") no-repeat center center;
	background-size: 100%;
	vertical-align: -12px;
}

.readSeSub .btnFaq span.block:before {
	width: 32px;
	height: 32px;
	margin-right: 10px;
	background: url("../img/common/icon_faq.png") no-repeat center center;
	background-size: 100%;
	vertical-align: -8px;
}

.readSeSub .btnTak span.block:before {
	width: 12.5%;
	height: 11.2vw;
	margin-right: 3%;
	background: url("../img/common/icon_takuhai02.png") no-repeat center center;
	background-size: 100%;
	vertical-align: -3.5vw;
}

.readSeSub .btnShop span.block:before {
	width: 34px;
	height: 35px;
	margin-right: 10px;
	background: url("../img/common/icon_shop.png") no-repeat center center;
	background-size: 100%;
}

.readSeSub .btnShu span.block:before {
	width: 12.5%;
	height: 11.2vw;
	margin-right: 3%;
	background: url("../img/common/icon_shutcho.png") no-repeat center center;
	background-size: 100%;
}

.readSeSub .btnLine span.block:before {
	width: 23px;
	height: 41px;
	margin-right: 10px;
	background: url("../img/common/icon_line.png") no-repeat center bottom;
	background-size: 100%;
	vertical-align: -12px;
}

.readSeSub .btnPrc span.block:before {
	width: 26px;
	height: 32px;
	margin-right: 10px;
	background: url("../img/common/icon_list.png") no-repeat center bottom;
	background-size: 100%;
	vertical-align: -9px;
}



/* ===== 下層ページ共通 ===== */
.links {
	margin-bottom: 80px;
}

.linksKtr {
	margin-bottom: 40px;
}

.links li {
	width: 100%;
	margin-bottom: 15px;
}

.links .linkBtn {
	display: block;
	width: 100%;
	height: 100%;
	padding-top: 3.9vw;
	text-align: center;
}

.linksKtr .linkBtn {
	padding: 15px 0;
}

.begLinks .linkBtn {
	padding: 15px 0;
}

.linksKtr .btnShu .linkBtn {
	padding: 12px 0;
}

.linksKtr .btnCom .linkBtn {
	padding: 16px 0;
}

.links .linkBtn .block {
	font-size: 1.8rem;
	font-weight: bold;
	letter-spacing: 0.1em;
}

.begLinks .linkBtn .block {
	font-size: 1.6rem;
}

.links .btnCom .linkBtn .block {
	width: 272px;
	padding-left: 50px;
	margin: auto;
	font-size: 1.7rem;
	text-align: left;
	background: url("../img/common/icon_com.png") no-repeat left center;
	background-size: 35px;
}

.links .linkBtn .block:before {
	content: "";
	display: inline-block;
	margin-right: 13px;
	vertical-align: -12px;
}

.links .btnTak .block:before {
	width: 40px;
	height: 37px;
	margin-right: 10px;
	background: url("../img/common/icon_takuhai02.png") no-repeat center center;
	background-size: 100%;
	vertical-align: -3.3vw;
}

.links .btnShu .block:before {
	width: 38px;
	height: 37px;
	margin-right: 5px;
	background: url("../img/common/icon_shutcho.png") no-repeat center center;
	background-size: 100%;
	vertical-align: -12px;
}

.links .btnItem .block:before {
	width: 38px;
	height: 32px;
	margin-right: 10px;
	background: url("../img/common/icon_item.png") no-repeat center center;
	background-size: 100%;
	vertical-align: -9px;
}

.links .btnPac .block:before {
	width: 32px;
	height: 37px;
	margin-right: 10px;
	background: url("../img/common/icon_konpou.png") no-repeat center center;
	background-size: 100%;
	vertical-align: -11px;
}

.links .btnShop .block:before {
	width: 35px;
	height: 37px;
	margin-right: 15px;
	background: url("../img/common/icon_shop.png") no-repeat center center;
	background-size: 100%;
	vertical-align: -11px;
}

.links .btnCom .block:before {
	display: none;
}

.links .linkBtn:before {
	bottom: -200%;
	width: 150%;
}

.links .linkBtn:hover:before {
	height: 670%;
}



/* ===== 買取ページ共通 ===== */
.ktrPoint ul {
	text-align: center;
	margin-bottom: 10px;
}

.shopPoint ul {
	text-align: center;
	margin-bottom: 0;
}

.ktrPoint li {
	position: relative;
	display: inline-block;
	width: 158px;
	height: 158px;
	margin-right: 8px;
	margin-bottom: 10px;
	text-align: center;
	background-color: #ffc815;
	border-radius: 50%;
	vertical-align: top;
}

.ktrPoint li:nth-of-type(2n) {
	margin-right: 0;
}

.ktrPoint .block {
	display: block;
	padding: 33px 0 34px;
	vertical-align: top;
	font-size: 1.6rem;
	font-weight: bold;
	line-height: 1.1;
	letter-spacing: 0.1em;
}

.shopPoint .gama .block {
	letter-spacing: 0;
}

.ktrPoint .shu .block {
	padding: 41px 0;
}

.ktrPoint .genkin .block,
.ktrPoint .ok .block,
.ktrPoint .gama .block {
	padding-top: 24px;
}

.shopPoint .genkin .block {
	padding: 39px 0;
}

.ktrPoint .koji .block,
.ktrPoint .bank .block {
	padding: 9px 0;
}

.ktrPoint .block:before {
	content: "";
	display: block;
	margin: 0 auto 10px;
	background-repeat: no-repeat;
	background-position: center bottom;
	background-size: 100%;
}

.ktrPoint .shu .block:before {
	width: 40px;
	height: 32px;
	background-image: url("../img/common/icon_shutcho.png");
}

.ktrPoint .sti .block:before {
	width: 38px;
	height: 39px;
	background-image: url("../img/common/icon_secret.png");
}

.ktrPoint .genkin .block:before {
	width: 52px;
	height: 38px;
	margin: 0 auto 7px;
	background-image: url("../img/common/icon_yen.png");
}

.ktrPoint .ok .block:before {
	width: 24px;
	height: 41px;
	margin: 0 auto 8px;
	background-image: url("../img/common/icon_ok.png");
}

.ktrPoint .muryo .block:before {
	width: 41px;
	height: 32px;
	background-image: url("../img/common/icon_muryo.png");
}

.ktrPoint .bank .block:before {
	width: 30px;
	height: 42px;
	margin: 0 auto 8px;
	background-image: url("../img/common/icon_bank.png");
}

.ktrPoint .koji .block:before {
	width: 30px;
	height: 40px;
	margin: 0 auto 5px;
	background-image: url("../img/common/icon_koji.png");
}

.ktrPoint .wt .block:before {
	width: 31px;
	height: 42px;
	margin: 0 auto 8px;
	background-image: url("../img/common/icon_watch.png");
}

.ktrPoint .gama .block:before {
	width: 37px;
	height: 36px;
	margin: 0 auto 8px;
	background-image: url("../img/common/icon_saifu.png");
}

.ktrPoint .genkin .kome1 {
	position: absolute;
	top: 55px;
	right: 15px;
}

.ktrPoint .muryo .kome1 {
	position: absolute;
	top: 50%;
	right: 26px;
	margin-top: -1em;
}

.ktrPoint li .assist {
	font-size: 1.6rem;
	font-weight: bold;
	letter-spacing: 0;
}

.ktrPoint .small {
	font-size: 1.4rem;
	font-weight: bold;
	line-height: 1.2;
	letter-spacing: 0;
}

.ktrPoint .large {
	margin-top: 4px;
	font-size: 2.4rem;
	font-weight: bold;
	letter-spacing: 0.05em;
	color: #da2533;
	border-bottom: 3px solid #de2533;
}

.ktrPoint .large {
	display: inline-block;
	padding-bottom: 0;
	margin-bottom: 3px;
	line-height: 1.0;
}

.komeTxt {
	font-size: 1.3rem;
	line-height: 1.5;
	letter-spacing: 0.08em;
}

.subConts .telSatei {
	margin-bottom: 60px;
}

.subConts .telSatei .inner {
	width: 100%;
}

.jnbSe {
	margin-bottom: 40px;
}

.ktrSe .ktrSeTtl {
	margin-bottom: 20px;
	font-size: 2.0rem;
	font-weight: bold;
	letter-spacing: 0.1em;
}

.ktrIn {
	padding: 20px;
	border: 4px solid #000;
}

.ktrInTtl {
	display: inline-block;
	padding: 12px 20px;
	margin-bottom: 15px;
	font-size: 1.4rem;
	letter-spacing: 0.08em;
	color: #fff;
	background-color: #000;
}

.ktrInTxt {
	margin-bottom: 15px;
	font-size: 1.4rem;
	line-height: 1.5;
	letter-spacing: 0.1em;
}

.ktrAtt {
	padding: 12px;
	font-size: 1.4rem;
	line-height: 1.5;
	letter-spacing: 0.1em;
	color: #fff;
	background-color: #da2533;
}

.ktrNot li {
	font-size: 1.4rem;
	line-height: 1.5;
	padding-left: 25px;
	margin-bottom: 10px;
	background: url("../img/icon_batsu.jpg") no-repeat 0 2px;
	background-size: 17px;
}

.ktrNot li.triangle {
	background: url("../img/icon_sankaku.jpg") no-repeat 0 2px;
	background-size: 17px;
}

.ktrNot li:nth-last-ot-type(1) {
	margin-bottom: 0;
}

.ktrSateiConts {
	margin-bottom: 40px;
}

/* 固定CVボタン追加*/
#fixedNav {
	width: 100%;
	position: fixed;
	bottom: 0;
	left: 0;
	z-index: 10000;
}

#fnCopy {
	width: 100%;
	padding: 5px 0;
	font-size: 2.933vw;
	font-weight: bold;
	color: #000;
	text-align: center;
	background: #e5e5e5;
}

.fnRed {
	color: #da2533;
	font-weight: bold;
}

#fnBtnWrap {
	display: flex;
	justify-content: center;
}

#fnTelBtn {
	display: table;
	width: 40%;
	height: 10.667vw;
}

#fnMailBtn {
	display: table;
	width: 30%;
	height: 10.667vw;
}
#fnLineBtn {
	display: table;
	width: 30%;
	height: 10.667vw;
}

#fnTelBtn a {
	display: table-cell;
	vertical-align: middle;
	width: 100%;
	height: 100%;
	background: #000;
	text-align: center;
}

#fnMailBtn a {
	display: table-cell;
	vertical-align: middle;
	width: 100%;
	height: 100%;
	background: #da2533;
	color: #FFF;
	text-align: center;
}
#fnLineBtn a {
	display: table-cell;
	vertical-align: middle;
	width: 100%;
	height: 100%;
	background: #00b900;
	color: #FFF;
	text-align: center;
}

.fnSubTxt {
	font-size: 2.133vw;
	font-weight: bold;
	color: #ffc815;
}

.fnSubTxt .robo {
	color: #bcbcbc;
	font-weight: bold;
}

.fnGrey {
	color: #bcbcbc;
	font-weight: bold;
}

#fnTel {
	font-size: 4.533vw;
	font-weight: bold;
}

#fnTel::before {
	content:"";
	width: 11px;
	height: 14px;
	margin-right: 3px;
	display: inline-block;
	vertical-align: middle;
	background: url(../img/common/fnav_icon_phone.png) 0 0 no-repeat;
	-webkit-background-size: contain;
	background-size: contain;
}

#fnTel .robo {
	display: inline-block;
	vertical-align: middle;
	color: #ffc815;
	font-weight: bold;
}

#fnMail {
	font-size: 3.2vw;
}

#fnMail span {
	display: inline-block;
	vertical-align: middle;
	color: #fff;
	font-weight: bold;
}

#fnMail::before {
	content:"";
	width: 14px;
	height: 10px;
	margin-right: 3px;
	display: inline-block;
	vertical-align: middle;
	background: url(../img/common/fnav_icon_mail.png) 0 0 no-repeat;
	-webkit-background-size: contain;
	background-size: contain;
}

#fnLine {
	font-size: 3.2vw;
}

#fnLine span {
	display: inline-block;
	vertical-align: middle;
	color: #fff;
	font-weight: bold;
}

#fnLine::before {
	content:"";
	width: 18px;
	height: 18px;
	margin-right: 3px;
	display: inline-block;
	vertical-align: middle;
	background: url(../img/common/fnav_icon_line.png) 0 0 no-repeat;
	-webkit-background-size: contain;
	background-size: contain;
}
