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

#Container > section > .hd02 {
	margin-bottom: 30px;
	border-bottom: 1px solid #bfa46f;
	padding-bottom: 5px;
}

#Container > section .hd03 {
	font-size: 1.4em;
	letter-spacing: 0;
}

#Container > section .hd03 .main {
	font-family: mittwoch, serif;
	font-weight: 400;
	letter-spacing: 0.1em;
}

#Container > section .hd03 .sub {
	font-size: 0.65em;
	letter-spacing: 0.17em;
	margin-left: 22px;
	font-feature-settings: "palt";
}

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

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

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

#Container > section .button.wide {
	width: 540px;
}

#Container > section .button.none {
	pointer-events: none;
	-webkit-user-select: none;
	-moz-user-select: none;
	user-select: none;
}

#Container > section .local-nav ul > li > a,
#Container > section .local-nav ul > li > span {
	height: 50px;
}

#Container > section .local-nav li {
	width: 130px;
}

#Container > section ol.def.white > li::before,
#Container > section ol.def.white > li::after {
	color: #d7d7da;
}

#Container > section ol.def.white > li::after {
	border-color: #d7d7da;
}

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

#Container > section table.def th {
	letter-spacing: 0.05em;
}

#Container > section table.def td {
	font-size: 0.9em;
	letter-spacing: 0.05em;
}

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

#Container > section .thumbs-list > li.wide {
	width: 100%;
}

#Container > section .thumbs-list > li.wide img {
	width: 100%;
}

#Container > section .tracklist {
	display: flex;
	padding: 0;
	counter-reset: number 0;
}

#Container > section .tracklist ul {
	flex: 1;
	list-style: none;
	position: relative;
	border-top: 1px solid #bfa46f;
}

#Container > section .tracklist ul:nth-child(even) {
	margin-left: 60px;
}

#Container > section .tracklist ul li {
	position: relative;
	border-bottom: 1px solid #bfa46f;
	padding: 5px 30px 5px 58px;
	position: relative;
	height: 48px;
}

#Container > section .tracklist ul li::before {
	counter-increment: number 1;
	content: counter(number);
	position: absolute;
	left: 5px;
	top: 50%;
	transform: translate(0, -46%);
	font-family: mittwoch, serif;
	font-weight: 400;
	font-size: 1.4em;
	color: #bfa46f;
	line-height: 1;
}

#Container > section .tracklist ul li p {
	margin-bottom: 0;
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	font-size: 100%;
	line-height: 1;
	letter-spacing: 1px;
	display: block;
}

#Container > section .privilege {
	display: flex;
	flex-flow: row wrap;
}

#Container > section .privilege.space {
	margin-left: -1px;
}

#Container > section .privilege.space > li {
	padding-left: 1px;
}

#Container > section .privilege.center {
	justify-content: center;
}

#Container > section .privilege:not(.c4) > li {
	width: 33.33%;
}

#Container > section .privilege:not(.c4) > li:nth-of-type(n+4) {
	margin-top: 40px;
}

#Container > section .privilege.c4 > li {
	width: 25%;
}

#Container > section .privilege.c4 > li:nth-of-type(n+5) {
	margin-top: 40px;
}

#Container > section .privilege > li {
	display: flex;
	flex-direction: column;
	box-sizing: border-box;
	position: relative;
	z-index: 1;
	color: #fff;
	text-decoration: none;
}

#Container > section .privilege > li .thumb {
	overflow: hidden;
	display: block;
	position: relative;
	z-index: 1;
	line-height: 0;
}

#Container > section .privilege > li .desc {
	display: flex;
	flex-direction: column;
	flex-grow: 1;
	text-align: left;
	padding: 16px 20px;
}

#Container > section .privilege > li .ttl {
	color: #bfa46f;
	font-size: 1.4em;
	line-height: 1.8em;
}

#Container > section .privilege > li .txt {
	font-size: 0.7em;
	line-height: 1.8em;
	flex-grow: 1;
}

#Container > section .privilege > li .button {
	width: 100%;
	margin-top: 24px;
}

#Container > section .product {
	border-top: 1px solid #bfa46f;
}

#Container > section .product .item {
	border-bottom: 1px solid #bfa46f;
	padding: 14px 0;
}

#Container > section .product .ttl {
	position: relative;
	z-index: 1;
	padding-left: 0.7em;
	font-size: 1.4em;
	letter-spacing: 0.15em;
	font-feature-settings: "palt";
}

#Container > section .product .ttl::before {
	content: "・";
	position: absolute;
	left: 0;
	top: 0;
	z-index: -1;
	color: #bfa46f;
}

#Container > section .product .ttl span {
	font-size: 0.8em;
}

#Container > section .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.02em;
	text-align: center;
}

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

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

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

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

#Container > #campaign .initial {
	font-size: 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;
	padding-top: 22px !important;
	padding-bottom: 22px;
}

#Container > #campaign ul.def {
	line-height: 2em;
}

#Container > #campaign .step {
	text-align: left;
}

#Container > #campaign .step li:not(:last-child) {
	margin-bottom: 15px;
}

#Container > #campaign .step .num {
	display: block;
	position: relative;
	z-index: 1;
	color: #bfa46f;
	padding-left: 1em;
	margin-bottom: 15px;
}

#Container > #campaign .step .num::before {
	content: "";
	position: absolute;
	top: 50%;
	left: 0;
	transform: translateY(-50%);
	z-index: -1;
	background-color: #bfa46f;
	width: 5px;
	height: 1px;
}

@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 .button.wide {
	width: auto;
}

#Container > section .local-nav ul > li > a,
#Container > section .local-nav ul > li > span {
	height: 60px;
}

#Container > section .local-nav li {
	width: calc(50% - 20px);
}

#Container > section table.def td {
	font-size: 1em;
}

#Container > section .tracklist {
	display: block;
}

#Container > section .tracklist ul {
	border-top: none;
}

#Container > section .tracklist ul:not(:last-child) {
	border-top: 1px solid #bfa46f;
}

#Container > section .tracklist ul:nth-child(even) {
	margin-left: 0;
}

#Container > section .tracklist ul li {
	height: auto;
}

#Container > section .tracklist ul li p {
	position: relative;
	top: auto;
	transform: translateY(0);
}

#Container > section .privilege:not(.c4) > li {
	width: 50%;
}

#Container > section .privilege:not(.c4) > li:nth-of-type(n+3) {
	margin-top: 30px;
}

#Container > section .privilege.c4 > li {
	width: 50%;
}

#Container > section .privilege.c4 > li:nth-of-type(n+3) {
	margin-top: 30px;
}

#Container > section .privilege > li .ttl {
	font-size: 1.2em;
}

#Container > section .privilege > li .txt {
	font-size: 0.8em;
	line-height: 1.8em;
}

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

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

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

#Container > #campaign .initial {
	line-height: 1.8;
}

}


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