body#product #base {
	display: flex;
	flex-flow: row nowrap;
	justify-content: space-between;
	position: relative;
	z-index: 1;
	margin: 130px auto 0;
	width: 860px;
	text-align: center;
}

body#product #base > div {
	width: 400px;
}

body#product #base h1 img {
	width: 350px;
}

body#product #base .spec {
	margin-top: 40px;
	border-width: 1px 0;
	border-style: solid;
	border-color: rgba(191, 164, 111, 0.4);
	padding: 10px 0;
	font-size: 0.8em;
	line-height: 1.4em;
	text-align: left;
}

body#product #base .spec > table {
	width: 100%;
}

body#product #base .spec > table th,
body#product #base .spec > table td {
	padding: 5px 0;
	vertical-align: top;
}

body#product #base .spec > table th {
	width: 110px;
	color: #bfa46f;
}

body#product #buy {
	margin: 60px auto 0;
	width: 860px;
	text-align: center;
}

body#product #buy > ul {
	display: flex;
	flex-flow: row nowrap;
	justify-content: space-between;
}

body#product #buy > ul > li {
	width: 270px;
}

body#product #buy > ul > li a,
body#product #buy > ul > 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;
}

body#product #buy > ul > li a .ic_cart,
body#product #buy > ul > li span .ic_cart {
	margin-right: 10px;
	width: 20px;
	fill: #bfa46f;
	transition: all 0.3s;
}

body#product #buy > ul > li a.off,
body#product #buy > ul > li span.off {
	opacity: 0.3;
}

body#product #buy > ul > li a:not(.off):hover,
body#product #buy > ul > li span:not(.off):hover {
	background: #bfa46f;
	color: #2b2b2b !important;
}

body#product #buy > ul > li a:not(.off):hover .ic_cart,
body#product #buy > ul > li span:not(.off):hover .ic_cart {
	fill: #2b2b2b;
}

body#product #staff_cast {
	display: flex;
	flex-flow: row nowrap;
	justify-content: space-between;
	margin: 160px auto 0;
	width: 880px;
}

body#product #staff_cast > section {
	width: 400px;
}

body#product #staff_cast > section > h1 {
	margin-bottom: 20px;
	border-bottom: 1px solid #bfa46f;
	padding-bottom: 20px;
}

body#product #staff_cast > section > h1 .main {
	display: inline-block;
	margin: -1px;
	padding: 1px;
	background: linear-gradient(to right, #bfa46f, #fdf0d5);
	background-clip: text;
	-webkit-background-clip: text;
	color: transparent;
	font-size: 3.2em;
	line-height: 1em;
	letter-spacing: 0.05em;
}

body#product #staff_cast > section > h1 .sub {
	display: flex;
	align-items: center;
	color: #bfa46f;
	font-size: 1.1em;
	line-height: 1.6em;
}

body#product #staff_cast > section > h1 .sub::before {
	content: "";
	margin-right: 5px;
	width: 20px;
	height: 20px;
	background: transparent url(../img/ttl_deco.png) center/contain no-repeat;
}

body#product #staff_cast > section > dl > dt {
	color: #bfa46f;
	font-size: 0.8em;
	line-height: 1.2em;
}

body#product #staff_cast > section > dl > dt:not(:first-child) {
	margin-top: 20px;
}

body#product #staff_cast > section > dl > dd {
	margin-top: 0.2em;
	font-size: 1.4em;
	line-height: 1.2em;
}

body#product_limited #set {
	margin-top: 50px;
}

body#product_limited #set dl {
	display: flex;
	flex-flow: row nowrap;
	justify-content: center;
	position: relative;
	z-index: 1;
	margin-top: 40px;
	border-width: 2px 0;
	border-style: solid;
	border-color: #bfa46f;
	padding: 20px 0;
	color: #bfa46f;
	font-size: 1em;
	line-height: 1.2em;
}

body#product_limited #set dl > dt {
	display: flex;
	flex-direction: column;
	justify-content: center;
	margin-right: 40px;
	border-right: 2px solid #bfa46f;
	width: 160px;
}

body#product_limited #set dl > dd {
	display: flex;
	flex-flow: row nowrap;
	justify-content: center;
	align-items: center;
	width: 760px;
}

body#product_limited #set dl > dd p {
	width: 260px;
	text-align: center;
}

body#product_limited #set dl > dd .small {
	font-size: 0.8em;
	line-height: 1.4em;
}

body#product_limited #set dl > dd ul {
	position: relative;
	z-index: 1;
	margin-left: 100px;
	width: 400px;
}

body#product_limited #set dl > dd ul::before,
body#product_limited #set dl > dd ul::after {
	content: "";
	position: absolute;
	left: -80px;
	top: 50%;
	width: 40px;
	height: 1px;
	background: #bfa46f;
}

body#product_limited #set dl > dd ul::before {
	transform: rotate(-90deg);
}

body#product_limited #set dl > dd ul > li {
	position: relative;
	z-index: 1;
	padding-left: 0.6em;
}

body#product_limited #set dl > dd ul > li::before {
	content: "・";
	position: absolute;
	left: 0;
}

body#product_limited #special {
	display: flex;
	flex-flow: row wrap;
	justify-content: space-between;
	margin-top: 50px;
}

body#product_limited #special > article {
	box-sizing: border-box;
	margin-top: 50px;
	border: 1px solid #bfa46f;
	border-radius: 240px 240px 0 0;
	padding: 40px 0;
	width: 480px;
	background: #000;
	color: #bfa46f;
}

body#product_limited #special > article > h1 {
	text-align: center;
}

body#product_limited #special > article > h1 .no {
	display: block;
	margin: 0 auto 10px;
	border-bottom: 1px solid #bfa46f;
	padding-bottom: 5px;
	width: 400px;
	min-height: 115px;
}

body#product_limited #special > article > h1 .no img {
	width: 96px;
}

body#product_limited #special > article > h1 .name {
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	min-height: 130px;
	font-weight: 800;
}

body#product_limited #special > article > h1 .name > span {
	margin: -1px;
	padding: 1px;
	background: linear-gradient(to right, #bfa46f, #fdf0d5);
	background-clip: text;
	-webkit-background-clip: text;
	color: transparent;
}

body#product_limited #special > article > h1 .name > span.sub {
	font-size: 1.1em;
	line-height: 1.8em;
}

body#product_limited #special > article > h1 .name > span.main {
	font-size: 1.4em;
	line-height: 1.4em;
}

body#product_limited #special > article .pic {
	box-sizing: border-box;
	overflow: hidden;
	margin: 20px auto;
	border-radius: 100%;
	padding: 40px;
	width: 300px;
	background: #fff;
}

body#product_limited #special > article .body {
	padding: 0 40px;
	font-size: 0.9em;
	line-height: 1.8em;
}

body#product_limited #special > article .body dl > dt:not(:first-child) {
	margin-top: 15px;
	border-top: 1px solid rgba(191, 164, 111, 0.4);
	padding-top: 15px;
}

body#product_limited #buy {
	margin: 80px auto 0;
	text-align: center;
}

body#product_limited #buy a {
	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 auto;
	border-width: 1px 0;
	border-style: solid;
	border-color: #bfa46f;
	padding: 8px 0;
	width: 500px;
	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;
}

body#product_limited #buy a .ic_cart {
	margin-right: 10px;
	width: 20px;
	fill: #bfa46f;
	transition: all 0.3s;
}

body#product_limited #buy a:not(.off):hover {
	background: #bfa46f;
	color: #2b2b2b !important;
}

body#product_limited #buy a:not(.off):hover .ic_cart {
	fill: #2b2b2b;
}

body#product_privilege .privilege-slider {
	margin-bottom: 30px;
}

body#product_privilege .privilege-slider .slick-list {
	border: 2px solid #bfa46f;
}

body#product_privilege .privilege-slider .slick-dots {
	position: absolute;
	left: 0;
	bottom: -20px;
	width: 100%;
	line-height: 0;
	text-align: center;
}

body#product_privilege .privilege-slider .slick-dots > li {
	opacity: 0.5;
	display: inline-block;
	margin: 0 3px;
	transition: all 0.3s;
}

body#product_privilege .privilege-slider .slick-dots > li button {
	overflow: hidden;
	outline: none;
	margin: 0;
	border: none;
	padding: 0;
	width: 15px;
	height: 5px;
	background: #bfa46f;
	font-size: 1px;
	text-indent: -9999px;
}

body#product_privilege .privilege-slider .slick-dots > li.slick-active {
	opacity: 1;
}

body#product_privilege #set {
	margin-top: 70px;
}

body#product_privilege #set > article {
	border-width: 0 0 1px;
	border-style: solid;
	border-color: #bfa46f;
	padding: 50px 0 60px;
}

body#product_privilege #set > article:first-child {
	border-width: 1px 0;
}

body#product_privilege #set > article > h1 {
	padding-left: 30px;
	background: transparent url(../img/ico_deco.png) 0 0.2em/26px auto no-repeat;
	color: #bfa46f;
	font-size: 1.6em;
	line-height: 1.2em;
}

body#product_privilege #set > article > .layout {
	display: flex;
	flex-flow: row nowrap;
	justify-content: space-between;
	margin-top: 20px;
}

body#product_privilege #set > article > .layout > .pic {
	width: 360px;
}

body#product_privilege #set > article > .layout > .desc {
	width: calc(100% - 360px - 60px);
	font-size: 1em;
	line-height: 1.8em;
}

body#product_privilege #set > article > .layout > .desc dl {
	border-bottom: 1px solid rgba(191, 164, 111, 0.4);
	padding-bottom: 15px;
}

body#product_privilege #set > article > .layout > .desc dl > dt {
	border-top: 1px solid rgba(191, 164, 111, 0.4);
	padding-top: 15px;
	color: #bfa46f;
}

body#product_privilege #set > article > .layout > .desc dl > dt:not(:first-child) {
	margin-top: 15px;
}

body#product_privilege #set > article > .layout > .desc .name {
	color: #a0d8ef;
	font-size: 1em;
	line-height: 1.8em;
}

body#product_privilege #set > article > .buy {
	display: flex;
	flex-flow: row wrap;
	justify-content: center;
	text-align: center;
}

body#product_privilege #set > article > .buy > section {
	margin-top: 40px;
	width: calc((100% - 60px) / 2);
}

body#product_privilege #set > article > .buy > section:nth-of-type(even) {
	margin-left: 60px;
}

body#product_privilege #set > article > .buy > section > h1 {
	margin-bottom: 20px;
	padding: 4px 0 6px;
	color: #2b2b2b;
	font-size: 1.2em;
	line-height: 1em;
}

body#product_privilege #set > article > .buy > section > ul {
	display: flex;
	flex-flow: row nowrap;
	justify-content: center;
}

body#product_privilege #set > article > .buy > section > ul > li {
	width: calc((100% - 40px) / 2);
}

body#product_privilege #set > article > .buy > section > ul > li:nth-of-type(even) {
	margin-left: 40px;
}

body#product_privilege #set > article > .buy > section > ul > li a {
	box-sizing: border-box;
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	border-width: 1px 0;
	border-style: solid;
	height: 60px;
	background-color: #2b2b2b;
	text-decoration: none;
}

body#product_privilege #set > article > .buy > section.limited > h1 {
	background-color: #bfa46f;
}

body#product_privilege #set > article > .buy > section.limited > ul > li > a {
	border-color: #bfa46f;
	color: #bfa46f;
}

body#product_privilege #set > article > .buy > section.limited > ul > li > a:hover {
	background-color: #bfa46f;
	color: #2b2b2b;
}

body#product_privilege #set > article > .buy > section.normal > h1 {
	background-color: #a0d8ef;
}

body#product_privilege #set > article > .buy > section.normal > ul > li > a {
	border-color: #a0d8ef;
	color: #a0d8ef;
}

body#product_privilege #set > article > .buy > section.normal > ul > li > a:hover {
	background-color: #a0d8ef;
	color: #2b2b2b;
}

body#product_privilege #list {
	margin-top: 20px;
	display: flex;
	flex-flow: row wrap;
}

body#product_privilege #list > article {
	position: relative;
	z-index: 1;
	margin-top: 40px;
	padding-bottom: 90px;
	width: 33.33%;
}

body#product_privilege #list h1 {
	margin: 20px 20px 10px;
	color: #bfa46f;
	font-size: 1.5em;
	line-height: 1.2em;
}

body#product_privilege #list p,
body#product_privilege #list ul.def {
	margin: 0 20px;
	font-size: 0.9em;
	line-height: 1.4em;
}

body#product_privilege #list .btns {
	display: flex;
	flex-flow: row nowrap;
	justify-content: center;
	position: absolute;
	left: 20px;
	bottom: 0;
	z-index: 10;
	width: calc(100% - 40px);
}

body#product_privilege #list .btns > li {
	width: 100%;
}

body#product_privilege #list .btns > li a {
	box-sizing: border-box;
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	border-width: 1px 0;
	border-style: solid;
	border-color: #bfa46f;
	height: 60px;
	background-color: #2b2b2b;
	color: #bfa46f;
	text-decoration: none;
}

body#product_privilege #list .btns > li a:hover {
	background-color: #bfa46f;
	color: #2b2b2b;
}

body#product_privilege #list .btns.c2 > li {
	width: calc((100% - 20px) / 2);
}

body#product_privilege #list .btns.c2 > li:nth-of-type(even) {
	margin-left: 20px;
}

body#product_music #lineup > article {
	border-width: 0 0 1px;
	border-style: solid;
	border-color: #bfa46f;
	padding: 50px 0 60px;
}

body#product_music #lineup > article:first-child {
	border-width: 1px 0;
}

body#product_music #lineup > article > .hd02 > span {
	display: block;
}

body#product_music #lineup > article > .hd02 > span.artist {
	margin-top: 0.4em;
	font-size: 0.7em;
	line-height: 1.2em;
}

body#product_music #lineup > article dl.desc {
	font-size: 1em;
	line-height: 1.8em;
}

body#product_music #lineup > article dl.desc > dt {
	margin-bottom: 10px;
	color: #bfa46f;
	font-size: 1em;
	line-height: 1em;
	letter-spacing: 0.05em;
}

body#product_music #lineup > article dl.desc > dt:not(:first-child) {
	margin-top: 20px;
	border-top: 1px solid rgba(191, 164, 111, 0.4);
	padding-top: 20px;
}

body#product_music #lineup > article .thumbs-list > li {
	margin-top: 0 !important;
	width: 50% !important;
}

body#product_music #lineup > article .thumbs-list > li:nth-of-type(n+3) {
	margin-top: 40px !important;
}

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

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

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

body#product_dlc #Container > section a.button.buy {
	flex-flow: row nowrap;
}

body#product_dlc #Container > section a.button.buy .ic_cart {
	margin-right: 10px;
	width: 20px;
	fill: #bfa46f;
	transition: all 0.3s;
}

body#product_dlc #Container > section a.button.buy:not(.off):hover {
	background: #bfa46f;
	color: #2b2b2b !important;
}

body#product_dlc #Container > section a.button.buy:not(.off):hover .ic_cart {
	fill: #2b2b2b;
}

body#product_dlc #Container > section .flowBox {
	margin-top: 25px;
	border: 1px solid #007b9d;
}

body#product_dlc #Container > section .flowBox > h1 {
	padding: 10px;
	background: #007b9d;
	color: #fff;
	line-height: 1.2em;
	text-align: center;
}

body#product_dlc #Container > section .flowBox > ol {
	counter-reset: ol-flow-item;
	background: #e8e7ec;
	color: #000;
}

body#product_dlc #Container > section .flowBox > ol > li {
	box-sizing: border-box;
	display: flex;
	flex-direction: column;
	justify-content: center;
	position: relative;
	z-index: 1;
	border-top: 1px solid #007b9d;
	padding: 20px 30px 20px 80px;
	min-height: 80px;
}

body#product_dlc #Container > section .flowBox > ol > li::before {
	counter-increment: ol-flow-item;
	content: counter(ol-flow-item);
	position: absolute;
	top: 50%;
	left: 0;
	z-index: 1;
	width: 80px;
	color: #bfa46f;
	font-size: 1.8em;
	line-height: 1em;
	font-family: mittwoch, serif;
	font-weight: 400;
	text-align: center;
	transform: translateY(-50%);
}

body#product_dlc #Container > section .attention {
	margin-top: 25px;
	border: 1px solid #007b9d;
}

body#product_dlc #Container > section .attention > h1 {
	padding: 10px 10px 11px;
	background: #007b9d;
	color: #fff;
	line-height: 1.2em;
	text-align: center;
}

body#product_dlc #Container > section .attention > .inner {
	padding: 20px 30px;
	font-size: 0.75em;
	line-height: 1.4em;
}

#Modal .inlineBox.update > div {
	padding: 50px 60px;
	line-height: 1.8em;
	text-align: left;
}

#Modal .inlineBox.update .attention {
	border: 1px solid #007b9d;
}

#Modal .inlineBox.update .attention > h1 {
	padding: 10px 10px 11px;
	background: #007b9d;
	color: #fff;
	line-height: 1.2em;
	text-align: center;
}

#Modal .inlineBox.update .attention > .inner {
	padding: 20px 30px;
	font-size: 0.85em;
	line-height: 1.4em;
}

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

body#product #base {
	display: block;
	margin-top: 100px;
	width: auto;
}

body#product #base > div {
	width: auto;
}

body#product #base > div.package {
	margin-bottom: 80px;
}

body#product #base h1 img {
	width: auto;
}

body#product #base .spec {
	border-width: 2px 0;
	padding: 10px 0;
	font-size: 1em;
	line-height: 1.4em;
}

body#product #base .spec > table th,
body#product #base .spec > table td {
	padding: 7px 0;
}

body#product #base .spec > table th {
	width: 170px;
}

body#product #buy {
	margin-top: 60px;
	width: auto;
}

body#product #buy > ul {
	display: block;
	margin: 0 auto;
	width: 460px;
}

body#product #buy > ul > li {
	margin-top: 40px;
	width: auto;
}

body#product #buy > ul > li a,
body#product #buy > ul > li span {
	border-width: 2px 0;
	height: 100px;
	font-size: 1.2em;
	line-height: 1.1em !important;
	font-weight: 400;
}

body#product #buy > ul > li a .ic_cart,
body#product #buy > ul > li span .ic_cart {
	margin-right: 25px;
	width: 30px;
}

body#product #buy > ul > li a:not(.off):hover,
body#product #buy > ul > li span:not(.off):hover {
	background: transparent;
	color: #bfa46f !important;
}

body#product #staff_cast {
	width: auto;
}

body#product #staff_cast > section {
	width: 320px;
}

body#product #staff_cast > section > dl > dd {
	font-size: 1.3em;
	line-height: 1.2em;
}

body#product_limited #set dl > dd {
	display: block;
	width: calc(100% - 160px);
}

body#product_limited #set dl > dd p {
	width: auto;
}

body#product_limited #set dl > dd ul {
	margin: 60px 0 0;
	width: auto;
}

body#product_limited #set dl > dd ul::before,
body#product_limited #set dl > dd ul::after {
	left: calc(50% - 20px);
	top: -30px;
	height: 2px;
}

body#product_limited #special {
	display: block;
	margin-top: 20px;
}

body#product_limited #special > article {
	display: block;
	margin-top: 90px;
	border-width: 2px;
	border-radius: 335px 335px 0 0;
	padding: 50px 0 70px;
	width: auto;
}

body#product_limited #special > article > h1 .no {
	margin-bottom: 30px;
	border-bottom-width: 2px;
	padding-bottom: 20px;
	width: 500px;
	min-height: 160px;
}

body#product_limited #special > article > h1 .no img {
	width: auto;
}

body#product_limited #special > article > h1 .name {
	min-height: 0;
}

body#product_limited #special > article > h1 .name > span.sub {
	font-size: 1.1em;
	line-height: 1.8em;
}

body#product_limited #special > article > h1 .name > span.main {
	font-size: 1.6em;
	line-height: 1.4em;
}

body#product_limited #special > article .pic {
	margin: 30px auto;
	padding: 50px;
	width: 420px;
}

body#product_limited #special > article .body dl > dt:not(:first-child) {
	margin-top: 20px;
	border-top-width: 2px;
	padding-top: 20px;
}

body#product_limited #buy a {
	border-width: 2px 0;
	width: 460px;
	height: 100px;
	font-size: 1.2em;
	line-height: 1.1em !important;
	font-weight: 400;
}

body#product_limited #buy a .ic_cart {
	margin-right: 25px;
	width: 30px;
}

body#product_limited #buy a:not(.off):hover {
	background: transparent;
	color: #bfa46f !important;
}

body#product_privilege .privilege-slider {
	margin-bottom: 50px;
}

body#product_privilege .privilege-slider .slick-dots {
	bottom: -30px;
}

body#product_privilege .privilege-slider .slick-dots > li {
	margin: 0 5px;
}

body#product_privilege .privilege-slider .slick-dots > li button {
	width: 28px;
	height: 10px;
}

body#product_privilege #set > article {
	border-width: 0 0 2px;
	padding: 50px 0 60px;
}

body#product_privilege #set > article:first-child {
	border-width: 2px 0;
}

body#product_privilege #set > article > h1 {
	padding-left: 40px;
	background-size: auto;
}

body#product_privilege #set > article > .layout {
	display: block;
	margin-top: 30px;
}

body#product_privilege #set > article > .layout > .pic {
	margin: 0 auto 60px;
	width: 540px;
}

body#product_privilege #set > article > .layout > .desc {
	width: auto;
}

body#product_privilege #set > article > .layout > .desc dl {
	border-bottom-width: 2px;
	padding-bottom: 20px;
}

body#product_privilege #set > article > .layout > .desc dl > dt {
	border-top-width: 2px;
	padding-top: 20px;
}

body#product_privilege #set > article > .layout > .desc dl > dt:not(:first-child) {
	margin-top: 20px;
}

body#product_privilege #set > article > .buy {
	display: block;
	margin-top: 60px;
}

body#product_privilege #set > article > .buy > section {
	margin: 40px 0 0 !important;
	width: auto;
}

body#product_privilege #set > article > .buy > section > ul > li {
	width: calc((100% - 30px) / 2);
}

body#product_privilege #set > article > .buy > section > ul > li:nth-of-type(even) {
	margin-left: 30px;
}

body#product_privilege #set > article > .buy > section > ul > li a {
	border-width: 2px 0;
	height: 80px;
	font-size: 1.2em;
	line-height: 1em;
}

body#product_privilege #set > article > .buy > section.limited > ul > li > a:hover {
	background-color: #2b2b2b;
	color: #bfa46f;
}

body#product_privilege #set > article > .buy > section.normal > ul > li > a:hover {
	background-color: #2b2b2b;
	color: #a0d8ef;
}

body#product_privilege #list > article {
	margin-top: 60px;
	padding-bottom: 100px;
	width: 50%;
}

body#product_privilege #list h1 {
	margin: 15px 20px 0;
	font-size: 1.3em;
	line-height: 1.2em;
}

body#product_privilege #list .btns > li a {
	border-width: 2px 0;
	height: 80px;
	font-size: 1.2em;
	line-height: 1em;
}

body#product_privilege #list .btns > li a:hover {
	background-color: #2b2b2b;
	color: #bfa46f;
}

body#product_privilege #list .btns.c2 > li {
	width: calc((100% - 30px) / 2);
}

body#product_privilege #list .btns.c2 > li:nth-of-type(even) {
	margin-left: 30px;
}

body#product_music #lineup > article {
	border-width: 0 0 2px;
	padding: 50px 0 60px;
}

body#product_music #lineup > article:first-child {
	border-width: 2px 0;
}

body#product_music #lineup > article > .hd02 > span.artist {
	margin-top: 0.8em;
	font-size: 0.6em;
	line-height: 1.2em;
}

body#product_music #lineup > article dl.desc > dt:not(:first-child) {
	margin-top: 30px;
	border-top-width: 2px;
	padding-top: 30px;
}

body#product_music #lineup > article .thumbs-list > li:nth-of-type(n+3) {
	margin-top: 30px !important;
}

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

body#product_dlc #Container > section a.button.buy .ic_cart {
	margin-right: 25px;
	width: 30px;
}

body#product_dlc #Container > section a.button.buy:not(.off):hover .ic_cart {
	fill: #bfa46f;
}

body#product_dlc #Container > section .flowBox {
	margin-top: 30px;
	border-width: 2px;
}

body#product_dlc #Container > section .flowBox > h1 {
	font-size: 1.2em;
	line-height: 1.4em;
}

body#product_dlc #Container > section .flowBox > ol > li {
	border-top-width: 2px;
	padding-right: 40px;
	min-height: 115px;
	font-size: 0.95em;
	line-height: 1.4em;
}

body#product_dlc #Container > section .flowBox > ol > li::before {
	font-size: 1.9em;
	line-height: 1em;
}

body#product_dlc #Container > section .attention {
	margin-top: 30px;
	border-width: 2px;
}

body#product_dlc #Container > section .attention > h1 {
	padding-bottom: 12px;
	font-size: 1.2em;
	line-height: 1.4em;
}

body#product_dlc #Container > section .attention > .inner {
	padding: 20px 40px;
	font-size: 0.8em;
	line-height: 1.4em;
}

#Modal .inlineBox.update > div {
	padding: 80px 40px;
}

#Modal .inlineBox.update .attention {
	border-width: 2px;
}

#Modal .inlineBox.update .attention > h1 {
	padding-bottom: 12px;
	font-size: 1.2em;
	line-height: 1.4em;
}

#Modal .inlineBox.update .attention > .inner {
	padding: 20px 40px;
	font-size: 0.8em;
	line-height: 1.4em;
}

}


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