#Container > section {
	margin-top: 90px;
}

#Container > section > .hd02 {
	margin-bottom: 30px;
	border-bottom: 1px solid #bfa46f;
	padding-bottom: 6px;
	letter-spacing: 0.11em;
	font-feature-settings: "palt";
}

#Container > section > .body {
	font-size: 1em;
	line-height: 1.75em;
}

#Container > section a.url {
	color: #007b9d;
	text-decoration: none;
}

#Container > section a.url:hover {
	color: #bfa46f;
}

#Container > section .buttons > li a,
#Container > section .buttons > li span {
	outline: none;
	box-sizing: border-box;
	display: flex;
	flex-flow: row nowrap;
	justify-content: center;
	align-items: center;
	position: relative;
	z-index: 1;
	margin: 0;
	border-width: 1px 0;
	border-style: solid;
	border-color: #bfa46f;
	padding: 8px 0;
	height: 60px;
	background: transparent;
	color: #bfa46f !important;
	font-size: 1.1em;
	line-height: 1.1em !important;
	font-weight: 400;
	text-decoration: none !important;
	text-align: center;
	transition: all 0.3s;
}

#Container > section .buttons > li a .ic_cart,
#Container > section .buttons > li span .ic_cart {
	margin-right: 10px;
	width: 20px;
	fill: #bfa46f;
	transition: all 0.3s;
}

#Container > section .buttons > li a.off,
#Container > section .buttons > li span.off {
	opacity: 0.3;
}

#Container > section .buttons > li a:not(.off):hover,
#Container > section .buttons > li span:not(.off):hover {
	background: #bfa46f;
	color: #2b2b2b !important;
}

#Container > section .buttons > li a:not(.off):hover .ic_cart,
#Container > section .buttons > li span:not(.off):hover .ic_cart {
	fill: #2b2b2b;
}

#Container > section .withPicBox > figure {
	width: 450px;
}

#Container > section .withPicBox > .desc {
	width: calc(100% - 450px - 40px);
	font-size: 1.05em;
}

#Container .fv {
	min-width: 1200px;
	margin-left: -90px;
}

#Container > #lead {
	margin-top: 40px;
}

#Container > #lead .bgtxt {
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	position: relative;
	z-index: 1;
	margin: 0 0 24px;
	color: #2b2b2b;
	font-size: 1.6em;
	line-height: 1.2em;
	letter-spacing: 0.04em;
	text-align: center;
}

#Container > #lead .bgtxt span {
	display: block;
	width: -moz-fit-content;
	width: fit-content;
	box-sizing: border-box;
	padding: 3px 10px;
	background-color: #bfa46f;
}

#Container > #lead .bgtxt span:not(:first-child) {
	margin-top: 10px;
}

#Container > #book .table.def {
	line-height: 1.5em;
}

#Container > #book .table.def th {
	letter-spacing: 0.1em;
}

#Container > #book .table.def td {
	letter-spacing: 0.05em;
}

#Container > #book ul.def {
	line-height: 1.5em;
}

#Container > #set .store {
	position: relative;
	z-index: 1;
	margin: 0 0 14px;
	padding: 0 0 0 30px;
	color: #007b9d;
	font-size: 1.6em;
	line-height: 1.2em;
	font-feature-settings: "palt";
}

#Container > #set .store::before {
	content: "";
	display: inline-block;
	position: absolute;
	left: 0;
	top: 0;
	z-index: -1;
	margin: 0.3em 4px 0 0;
	width: 22px;
	height: 22px;
	background: transparent url(../img/ttl_deco.png) center/contain no-repeat;
	vertical-align: top;
}

#Container > #set .desc .list li:not(:first-child) {
	margin-top: 10px;
}

#Container > #campaign .initial {
	font-size: 1.1em;
	line-height: 2;
}

#Container > #campaign table.def tr {
	border-color: #bfa46f;
}

#Container > #campaign table.def th,
#Container > #campaign table.def td {
	border-color: #bfa46f;
}

#Container > #campaign .buttons {
	flex-direction: column;
	align-items: center;
}

#Container > #campaign .buttons li {
	width: 100%;
	max-width: 800px;
}

#Container > #campaign .buttons li:not(:first-child) {
	margin-top: 30px;
}

#Container > #campaign .buttons li a {
	height: 80px;
}

@media screen and (max-width: 750px) {

#Container > section {
	margin-top: 110px;
}

#Container > section > .hd02 {
	margin-bottom: 40px;
	border-bottom-width: 2px;
	padding-bottom: 10px;
}

#Container > section > .body {
	font-size: 1em;
	line-height: 1.8em;
}

#Container > section .buttons > li a,
#Container > section .buttons > li span {
	border-width: 2px 0;
	height: 100px;
	font-size: 1.2em;
	line-height: 1.1em !important;
	font-weight: 400;
}

#Container > section .buttons > li a .ic_cart,
#Container > section .buttons > li span .ic_cart {
	margin-right: 25px;
	width: 30px;
}

#Container > section .buttons > li a:not(.off):hover,
#Container > section .buttons > li span:not(.off):hover {
	background: transparent;
	color: #bfa46f !important;
}

#Container > section .withPicBox > figure {
	width: 560px !important;
}

#Container > section .withPicBox > .desc {
	width: auto !important;
	font-size: 1em;
}

#Container .fv {
	min-width: auto;
	margin-left: 0;
}

#Container > #lead .bgtxt {
	font-size: 1.4em;
}

#Container > #set .store {
	padding-left: 42px;
}

#Container > #set .store::before {
	margin: 0.15em 6px 0 0;
	width: 36px;
	height: 36px;
}

#Container > #campaign .initial {
	font-size: 1em;
	line-height: 1.8;
}

#Container > #campaign .buttons li a {
	height: 100px;
}

}


/*# sourceMappingURL=../map/style.css.map */
