@charset "UTF-8";

/************************************************
Top Layout
************************************************/
.mainVisual {
	background: url(/gold/img/mainVisual_bg.jpg) top center no-repeat;
	background-size: contain;
	color: #fff;
}

.mainVisual .wrap {
	padding: 30px 0;
}

.mainVisual .heading {
	padding-left: 19px;
}

.mainVisual h1 {
	font-size: 1.2858rem;
	font-weight: bold;
	line-height: 1.3334;
	text-shadow: 0 0 10px rgba(145, 117, 34, 0.5);
}

.mainVisual .txt1 {
	margin-top: 3px;
	font-size: 0.7143rem;
	line-height: 1.4;
	text-shadow: 0 0 10px rgba(143, 116, 34, 0.9);
}

.mainVisual .col {
	display: flex;
	justify-content: space-between;
}

.mainVisual .col + .col {
	margin-top: 5px;
}

.mainVisual .mvItem {
	position: relative;
	width: 49.5%;
	color: #fff;
}

.mainVisual .cardLinkItem .cardTxt {
	position: absolute;
	left: 16px;
	bottom: 12px;
}

.mainVisual .txt2 {
	font-size: 1.4286rem;
	font-weight: bold;
}

.mainVisual .txt3 {
	font-size: 0.7143rem;
}

.mainVisual .cardLinkItem .more {
	display: none;
}

#contents {
	background-color: #FFFDF6;
}

.section01_top {
	padding: 30px 0 46px;
}

.bg_top01 {
	background: linear-gradient(to bottom, rgba(255, 223, 62, 0.15) 0%,rgba(221, 179, 64, 0.15) 180px);
}

.hstyle2_top {
	color: #5A3700;
	font-size: 1.2858rem;
}

.goldPortal_top .headingBlock {
	display: flex;
	justify-content: space-between;
	margin-bottom: 30px;
}

@media screen and (max-width: 640px) {
	.section01_top .wrap {
		padding-left: 15px;
		padding-right: 15px;
	}
}