@charset "utf-8";


#wrapper {
	padding: 0 0 0 340px;
	width: 100%;
	height: 100%;
	text-align: center;
}

footer {
	position: fixed;
}
@media only screen and (max-width: 768px) {
	footer {
		position: relative;
	}
	#wrapper,
	footer {
		overflow: hidden;
	}
	
	
}
/* ------------------------------
   #liquidWrap
------------------------------ */
#liquidWrap {
	width: 100%;
	height: 100%;
	min-width: 700px;
	min-height: 760px;
	background: #f9f9f7;
	position: relative;
	border-left: #f9f9f7 20px solid;
	font-style: italic;
}

#liquidColumnLeft,
#liquidColumnRight {
	padding: 20px 20px 95px 0;
	top: 0;
	width: 50%;
	height: 100%;
	font-size: 1.2em;
	font-weight: bold;
	position: absolute;
}
#liquidColumnLeft { left: 0;}
#liquidColumnRight { right: 0;}

#liquidColumnLeft span,
#liquidColumnRight span {
	letter-spacing: 0.1em;
	color: #666;
	font-weight: normal;
	width: 100%;
	height: 100%;
	line-height: 130px;
	display: block;
}
#liquidColumnLeft a,
#liquidColumnRight a {
	position: relative;
	display: block;
	z-index: 20;
}


/* ------------------------------
   L-contBlock
------------------------------ */
.L-contBlockA {
	padding-bottom: 570px;
	width: 100%;
	height: 100%;
}
.L-contBlockA span {
	background: url(/img/index/photo1.jpg) no-repeat center center;
	background-size: cover;
}

.L-contBlockB {
	bottom: 515px;
	left: 0;
	width: 150px;
	height: 130px;
	line-height: 130px;
	text-align: center;
	position: absolute;
}
.L-contBlockB span {
	background: url(/img/index/photo2.jpg) no-repeat center center;
	background-size: cover;
}

.L-contBlockC {
	padding: 0 20px 0 170px;
	bottom: 515px;
	left: 0;
	width: 100%;
	height: 130px;
	position: absolute;
}
.L-contBlockC span {
	background: url(/img/index/photo3.jpg) no-repeat center center;
	background-size: cover;
}

.L-contBlockD {
	bottom: 365px;
	left: 0;
	width: 150px;
	height: 130px;
	position: absolute;
	background: url(/img/index/photo4.jpg) no-repeat center center;
	background-size: cover;
}

.L-contBlockE {
	padding: 0 20px 0 170px;
	bottom: 365px;
	left: 0;
	width: 100%;
	height: 130px;
	position: absolute;
}
.L-contBlockE span {
	background: url(/img/index/photo5.jpg) no-repeat center center;
	background-size: cover;
}


.L-contBlockF {
	bottom: 95px;
	left: 0;
	width: 100%;
	height: 250px;
	position: absolute;
	padding-right: 20px;
}

.L-contBlockF span {
	background: url(/img/index/bnr-gold.jpg) no-repeat center center;
	background-size: cover;
}

/* ------------------------------
   R-contBlock
------------------------------ */
.R-contBlockA {
	padding: 20px 20px 20px 0;
	top: 0;
	left: 0;
	width: 100%;
	height: auto;/* jQuery control*/
	position: absolute;
}
.R-contBlockA span {
	padding-left: 40px;
	width: 100%;
	height: auto;/* jQuery control*/
	line-height: auto;/* jQuery control*/
	text-align: left;
	color: #fff!important;
	background: url(/img/index/photo6.jpg) no-repeat center center;
	background-size: cover;
}

.R-contBlockB {
	padding-right: 190px;
	top: auto;/* jQuery control*/
	left: 0;
	width: 100%;
	height: auto;/* jQuery control*/
	position: absolute;
}
.R-contBlockB span {
	background: url(/img/index/photo7.jpg) no-repeat center center;
	background-size: cover;
}

.R-contBlockC {
	padding-right: 20px;
	top: auto;/* jQuery control*/
	right: 0;
	width: 170px;
	height: auto;/* jQuery control*/
	position: absolute;
}
.R-contBlockC span {
	background: url(/img/index/photo8.jpg) no-repeat center center;
	background-size: cover;
}

.R-contBlockD {
    padding-right: 190px;
    bottom: 365px;
    left: 0;
    width: 100%;
    height: 280px;
    position: absolute;
}
.R-contBlockD span {
	background: url(/img/index/photo9.jpg) no-repeat center center;
	background-size: cover;
}

.R-contBlockE {
	bottom: 515px;
	right: 20px;
	width: 150px;
	height: 130px;
	position: absolute;
}
.R-contBlockE span {
	background: url(/img/index/photo10.jpg) no-repeat center center;
	background-size: cover;
}
.R-contBlockF {
	bottom: 365px;
	right: 20px;
	width: 150px;
	height: 130px;
	position: absolute;
	background: url(/img/index/photo11.jpg) no-repeat center center;
	background-size: cover;
}



.R-contBlockG {
	bottom: 95px;
	left: 0;
	width: 100%;
	height: 250px;
	position: absolute;
	padding-right: 20px;
	text-align: left;
	font-style: normal;
	font-weight: normal;
    line-height: 1.6em;
    margin: 0 auto 2em;
	font-size: clamp(12px,1.0vw,16px);
	padding-top: 30px;
}

@media only screen and (max-width: 768px) {
	#wrapper {
		padding: 0;
		height: auto;
	}
	#liquidWrap {
		border-left: none;
		min-width: 0;
	}
	#liquidColumnLeft,
	#liquidColumnRight {
		width: 100%;
		height: auto;
		position: relative;
		padding: 20px 20px 0;
		letter-spacing: -.4em;
		text-align: left;
	}
	#liquidColumnRight {
		padding: 0 20px;
	}
	#liquidColumnLeft div,
	#liquidColumnRight div {
		position: relative;
		display: inline-block;
		width: calc(50vw - 30px);
		height: calc(50vw - 30px);
		background-size: cover;
		padding: 0;
		margin: 0 auto 20px;
		line-height: 0;
		top: auto;
		bottom: auto;
		left: auto;
		right: auto;
		letter-spacing: 0;
		vertical-align: top;
	}
	#liquidColumnLeft a,
	#liquidColumnRight a {
		display: table;
		position: static;
		width: 100%;
		height: 100%;
	}
	#liquidColumnLeft div span,
	#liquidColumnRight div span {
		display: block;
		height: 100%;
		background-size: cover;
		line-height: 1;
		text-align: center;
	}
	#liquidColumnLeft div a span,
	#liquidColumnRight div a span {
		display: table-cell;
		vertical-align: middle;
	}	
	#liquidColumnLeft .L-contBlockA {
		width: calc(100vw - 40px);
		height: calc(100vw - 40px);
	}
	#liquidColumnLeft .L-contBlockB, #liquidColumnLeft .L-contBlockD,
	#liquidColumnRight .R-contBlockB, #liquidColumnRight .R-contBlockD {
		margin-right: 20px;
	}

	#liquidColumnRight .R-contBlockA {	width: calc(100vw - 40px); }
	#liquidColumnRight .R-contBlockA span {		text-align: left;	}
	#liquidColumnRight .R-contBlockD {	height: calc(100vw - 40px);	}
	#liquidColumnRight .R-contBlockD {	float: left;	}
}

/* ------------------------------
   B-contBlock
------------------------------ */
#wrapper #gold {
	margin: 0 auto 60px;
	padding-top: 10px;
	border-top: #e2e2e2 1px solid;
}

.bnr-gold{
	font-style: normal;
    text-align: left;
    line-height: normal;
    color: #fff;
	font-weight: 600;
}

.bnr-gold-bottom{
	width: 100%;
	padding-right: 20px;
    bottom: 0;
    left: 0;
    position: absolute;
}

.bnr-gold-head{
	padding: 20px 0 0 25px;
	font-size:clamp(16px, 1.7vw, 28px);
}
.bnr-gold ul{
    padding: 0px 0 0 15px;
    margin: 20px 0 0 35px;
    border-left: solid 1px #fff;	
	font-size:clamp(15px, 1.2vw, 17px);
}


.bnr-gold-tel{
	width: 90%;
	margin-top: 20px;
}

#gold-sp{
	padding: 20px;
	text-align: left;
}

#gold-sp img{
width: 100%;
}




/* ------------------------------
   menu (globalNav)
------------------------------ */
header {
	position: absolute;
	width: 340px;
	height: 100%;
	top: 0;
	left: 0;
	border-bottom: none;
	box-shadow: none;
}
header > div {
	width: 100%;
	padding: 20px 0;
}
header h1 {
	font-size: 1.4em;
	height: auto;
	padding: 20px 30px 50px;
	color: #1a8744;
}
header h1 img {
	display: block;
	width: 160px;
	margin: 0 0 10px;
}
header p {
	padding: 0 30px 20px;
}
header p img {
	max-width: 100%;
	margin: 0 0 20px;
}
#globalNav {
	position: relative;
	line-height: 0;
}
#globalNav ul li {
	width: 100%;
	height: 55px;
	margin-right: 0;
	border-bottom: #cff5de 1px solid;
	overflow: visible;
	margin: 0;
	line-height: 1.4em;
}
#globalNav ul li:last-child {
	border-bottom: none;
}
#globalNav ul li:after,
#globalNav ul li:first-child:before {
	content: none;
}
#globalNav ul li a {
	display: table;
	width: 100%;
	height: 100%;
	margin: 0;
	background: #fff url(/img/index/menu-active.png) left center repeat-y;
}
#globalNav ul li a span {
	display: table-cell;
	vertical-align: middle;
	width: 100%;
	height: 100%;
	padding: 0 30px;
	text-align: right;
	color: rgba(255,255,255,1);
	overflow: hidden;
	transition: all 0.2s linear;
	padding-top: 4px;
}
#globalNav ul li a span:after {
	width: 120px;
	background-position: left bottom;
	left: 55px;
	top: 22px;
}
#globalNav ul li a span:before {
	display: block;
	content: "";
	width: 6px;
	height: 11px;
	background: transparent url(/img/menu/gnavi-arrow.png) no-repeat left center;
	position: absolute;
	left: 30px;
	top: 22px;
}
#globalNav ul li img {
	position: absolute;
	bottom: -46px;
	left: 50px;
	width: 180px;
	height: auto;
}

/* -- PC hover -- */
@media only screen and (min-width: 769px) {
	#globalNav ul li a:hover {
	}
	#globalNav ul li a span:hover {
		background: rgba(255,255,255,0);
		color: #1a8744;
		font-size: 1em;
		opacity: 1;
	}
	#globalNav ul li a span:hover:after {
		background-position: left top;
	}
	#globalNav ul li a span:hover:before {
		background-position: right center;
	}
	#gold-sp{
		display: none;
	}
}


@media only screen and (max-width: 768px) {
	header {
		position: relative;
		top: auto;
		left: auto;
		width: 100%;
		height: auto;
		background-color: transparent; 
	}
	header h1 {
		text-align: center;
		padding-top: 45px;
	}
	header h1 img {
		margin: 0 auto 20px;
	}
	header p {
		padding: 0 0 10px;
		text-align: center;
	}
	header p img {
		width: 480px;
		max-width: 80%;
	}
    img.catche{
		width: 50%;
	}
	
	/*貴金属買取SP非表示
	*/
	#liquidColumnLeft .L-contBlockF{
		display: none;
	}
	#liquidColumnRight .R-contBlockG{
		display: none;
	}
	#gold-sp .left{
		margin-bottom: 20px;
		
	}
}
