@charset "utf-8";

html {
	font-size: 10px;
}

body {
	line-height: 1.6;
}
#footerArea {
	margin-top: 0 !important;
}
/************************************************
Parts
************************************************/
.isPc {
	display: none;
}

.section {
	text-align: center;
}

.section + .section {
	border-top: 5px solid #A5823C;
}

.h2style {
	position: relative;
	margin-bottom: 20px;
	padding-bottom: 14px;
	background: -moz-linear-gradient(left, #A5823C 0%, #A5823C 50%, #A5823C 100%) left 90%/100% 2px no-repeat;
	background: -webkit-linear-gradient(left, #A5823C 0%, #A5823C 50%, #A5823C 100%) left 90%/100% 2px no-repeat;
	background: linear-gradient(to right, #A5823C 0%, #A5823C 50%, #A5823C 100%) left 100%/100% 2px no-repeat;
	color: #A5823C;
	text-align: center;
	font-size: 1.6rem;
}

.dec02 {
	position: relative;
	display: inline-block;
	padding: 0 20px;
	color: #A5823C;
	font-size: 1.8rem;
	font-weight: bold;
}
.dec02::before {
	content: '';
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	width: 1px;
	height: 1.66em;
	background-color: #A5823C;
	transform: rotate(37.5deg);
}
.dec02::after {
	content: '';
	display: block;
	position: absolute;
	top: 0;
	right: 0;
	width: 1px;
	height: 1.66em;
	background-color: #A5823C;
	transform: rotate(37.5deg);
}

.btn01 {
	position: relative;
	display: inline-block;
	width: 100%;
	min-width: 140px;
	padding: 14px 37px;
	border-radius: 5px;
	background: -moz-linear-gradient(top, #A8030F 0%, #540208 100%);
	background: -webkit-linear-gradient(top, #A8030F 0%, #540208 100%);
	background: linear-gradient(to bottom, #A8030F 0%, #540208 100%);
	box-shadow: 5px 5px 10px rgba(0, 0, 0, .59);
	color: #fff;
	text-decoration: none;
	text-align: center;
	font-size: 1.4rem;
	font-weight: bold;
	cursor: pointer;
}
.btn01::before {
	content: '';
	display: block;
	position: absolute;
	top: 50%;
	right: 15px;
	width: 22px;
	height: 22px;
	border-radius: 50%;
	background-color: #fff;
	transform: translateY(-50%);
}
.btn01::after {
	content: '';
	display: block;
	position: absolute;
	top: 50%;
	right: 20px;
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 6px 0 6px 9px;
	border-color: transparent transparent transparent #A8030F;
	transform: translateY(-50%);
}
.btn01:hover {
	color: #fff;
}
a.btn01 {
	color: #fff;
}

.box06 {
	padding: 20px 15px;
	border-radius: 6px;
	border: 1px solid #CFCFCF;
	background-color: #fff;
	font-size: 1.4rem;
	text-align: left;
}

.tRed {
	color: #910011;
}

.tRed2 {
	color: #E50408 !important;
}

.tGold {
	color: #A5823C;
}

.fwb {
	font-weight: bold;
}

.fzM {
	font-size: 1.6rem;
}

.fzS {
	font-size: 1.4rem;
}

.fzSS {
	font-size: 1.2rem;
}

.tal {
	text-align: left;
}

.tar {
	text-align: right;
}

.mt {
	margin-top: 1em;
}

.mtS {
	margin-top: .5em;
}

.mt2 {
	margin-top: 2em;
}

.note {
	padding-left: 1em;
	text-indent: -1em;
}

.note li + li {
	margin-top: 3px;
}

.iconBlank{margin-left:7px}
.iconBlank img{width:10px; margin-top: -6px;vertical-align: middle}

@media screen and (max-width: 641px) {

	.bg {
		background: -moz-linear-gradient(top, #fff 0%, #e4e4e4 100%) left 100%/100% 250px no-repeat;
		background: -webkit-linear-gradient(top, #fff 0%, #e4e4e4 100%) left 100%/100% 250px no-repeat;
		background: linear-gradient(to bottom, #fff 0%, #e4e4e4 100%) left 100%/100% 250px no-repeat;
	}

	.bg.b2 {
		background: -moz-linear-gradient(top, #fff 0%, #e4e4e4 100%) left 100%/100% 160px no-repeat;
		background: -webkit-linear-gradient(top, #fff 0%, #e4e4e4 100%) left 100%/100% 160px no-repeat;
		background: linear-gradient(to bottom, #fff 0%, #e4e4e4 100%) left 100%/100% 160px no-repeat;
	}

	.scroll {
		overflow: auto;
	}

	.scroll::-webkit-scrollbar {
		width: 11px;
	}

	.scroll::-webkit-scrollbar-thumb {
		background-color: #939393;
		border-radius: 10px;
	}

	.scroll::-webkit-scrollbar-track {
		background-color: #D9D9D9;
		border-radius: 10px;
	}

	.fzSsp {
		font-size: 1rem;
	}

}

/************************************************
layout
************************************************/
.mvBlockInner {
	position: relative;
	text-align: center;
}
.mvBlockInner .heading {
	padding: 12px;
	background: -moz-linear-gradient(left, #a7843e 0%, #ba9a53 50%, #a7843e 100%);
	background: -webkit-linear-gradient(left, #a7843e 0%, #ba9a53 50%, #a7843e 100%);
	background: linear-gradient(to right, #a7843e 0%, #ba9a53 50%, #a7843e 100%);
	font-size: 1.8rem;
	font-weight: bold;
	color: #fff;
	text-align: center;
}

.inner {
	padding: 0 15px;
}

.sectionInner .inner {
	padding-top: 48px;
	padding-bottom: 45px;
}

.section01 {
	margin-top: 25px;
}

.section02 {
	margin: 0;
}

.box h3 {
	position: relative;
	margin-bottom: 28px;
	font-size: 2.2rem;
}

.text07 {
	font-size: 1.4rem;
	text-align: left;
}

.box03 {
	padding: 13px 13px 16px;
	border: 2px solid #DFDFDF;
	background-color: #fff;
	text-align: center;
}

.block04Wrap .feat02-01 {
	margin: 0 -15px;
}
.block05 {
	margin-top: 12px;
}

.block05 + .block05 {
	margin-top: 15px;
}

.text11 {
	margin-bottom: 11px;
	font-size: 1.4rem;
	font-weight: bold;
}

.box04 {
	padding: 18px;
	border-radius: 5px;
	box-shadow: 3px 3px 6px rgba(0, 0, 0, 0.16);
}

.sectionInner03-02 .block09 {
	margin-top: 30px;
}
.section04 .sectionInner + .sectionInner .inner {
	padding-top: 0;
}

.ttl {
	margin-bottom: .5em;
	font-size: 1.4rem;
	font-weight: bold;
}
.ttl:not(:first-child) {
	margin-top: 2em;
}

.section + .section06 {
	border-top: none;
}

.block18 {
	margin-bottom: 20px;
}
.guideTtl {
	font-size: 2rem;
	text-align: center;
}
@media screen and (max-width: 641px) {

	.sectionInner02-01 .h2style {
		padding-bottom: 11px;
		font-size: 2.4rem;
	}

	.section02 .box {
		margin-left: -15px;
		margin-right: -15px;
	}

	.boxInner {
		padding: 0 15px 35px;
	}

	.sectionInner02-01 .inner {
		padding-bottom: 0;
	}

	.box + .box {
		margin-top: 48px;
	}

	.box .block03 .img {
		margin-bottom: 28px;
	}

	.box .block03 .img img {
		max-width: 80%;
	}

	.text14 {
		margin-top: 9px;
		font-size: 1.4rem;
		line-height: 1.73;
	}

	.block08 {
		margin-top: -74px;
		margin-bottom: 37px;
	}

	.block08 img {
		width: 52px;
	}

	.block09 {
		margin-top: 7px;
	}

	.block10 {
		padding: 3px 10px 10px 3px;
	}

	.block10Inner {
		display: flex;
		width: 944px;
	}

	.block10 .box04 {
		width: 934px;
	}

	.block10 img {
		width: 898px;
		max-width: inherit;
	}

	.brand {
		text-align: center;
	}

	.text01 {
		font-size: 1.8rem;
		font-weight: bold;
	}

	.text02 {
		margin-top: 5px;
		font-size: 1.4rem;
		text-align: left;
	}

	.text03 {
		margin-top: 30px;
		margin-bottom: 20px;
	}

	.section.section03 {
		border-top: none;
		margin-top: 0;
	}

	.section05 {
		margin-top: 0;
	}
	.section05 .inner {
		padding-top: 30px;
		padding-bottom: 20px;
	}

.guideTtl {
	margin-bottom: 16px;
	font-size: 2rem;
	text-align: center;
}
.sectionInner06-01 .h2style {
	margin-bottom: 40px;
}
.compCards > div:first-child {
	margin-bottom: 50px;
}
.compCards .cardName {
	font-size: 1.6rem;
	font-weight: bold;
	margin-bottom: 10px;
}
.compCards .cardImg {
	margin-bottom: 15px;
}
.compCards .brand {
	margin-bottom: 10px;
}
.compCards .btn01 {
	width: 45%;
	text-align: left;
}