@charset "utf-8";/*グッズ*/
/* ---------------------------------------------------------------------- */
#goods {
	margin-bottom: 50px;
}
#goods .outer {
}
.goods {
}
.goods-list-tex {
	color: #fff;
	font-size: 12px;
	text-align: right;
}
/* ---------------------------------------------------------------------- */
.goods-list {
	background-image: url("../img/goods/bg.png");
	background-repeat: repeat-x;
	background-position: center top;
	background-attachment: fixed;
}
.goods-box {
	border-bottom: 3px solid #222;
	padding: 30px 0px;
}
.goods-box:last-child {
	margin-bottom: 0px;
}
.goods-box:nth-child(odd) {
	background-color: rgba(255,255,255,0.2);
	background-color: rgba(0,0,0,0.5);
}
.goods-box:nth-child(even) {
	background-color: rgba(255,255,255,0.6);
	background-color: rgba(0,0,0,0.3);
}
.goods-box .widths {
	position: relative;
}
.goods-box dl {
	min-height: 190px;
	margin-left: 300px;
	margin-bottom: 20px;
}
.goods-box#goods-old dl {
	margin-left: 0px;
}
.goods-box#goods-badge dl {
	min-height: 380px;
}
.goods-box dl:last-child {
	margin-bottom: 0px;
}
.goods-box dl dt {
	color: #fff;
	padding: 0px 0px;
}
.goods-box dl dt h4 {
	font-size: 24px;
	border-bottom: 1px solid #999;
	padding-bottom: 10px;
}
.goods-box dl dt h4 span {
	display: inline-block;
	color: #f00;
	font-size: 16px;
	padding-left: 10px;
}
.goods-box dl dt strong {
	display: block;
	text-align: right;
	padding: 5px 0px;
}
.goods-box dl dt strong b {
	display: inline-block;
	color: #f00;
	font-size: 28px;
	padding: 0px 2px;
}
.goods-box dl dt strong span {
	display: inline-block;
	font-size: 13px;
	font-weight: 400;
}
.goods-box dl dt em {
	display: block;
	text-align: right;
}
.goods-box dl dd {
	background-color: #fff;
	padding: 10px 10px;
}
.goods-img {
	position: absolute;
	left: 0px;
	top: 50%;
	-webkit-transform: translate(0%,-50%);
	-moz-transform: translate(0%,-50%);
	-ms-transform: translate(0%,-50%);
	-o-transform: translate(0%,-50%);
	transform: translate(0%,-50%);
	width: 280px;
	text-align: center;
}
.goods-img img {
	display: inline-block;
	margin: 0px auto;
}
#goods-dmm .goods-img img {
	width: 120px;
}
.goods-box dl dd p {
	margin-bottom: 10px;
}
.goods-box dl dd p:last-child {
	margin-bottom: 0px;
}
.goods-box#goods-old dl dd p strong {
}
.goods-box#goods-old dl dd p b {
	color: #c00;
}
.goods-box dl dd em {
	display: block;
	color: #900;
	font-size: 14px;
}
#goods-stand.goods-box dl dd em {
	padding-top: 10px;
}
#goods-dmm.goods-box dl dd em {
	margin-bottom: 10px;
}
.goods-box dl dd ul {
}
.goods-box dl dd ul li {
}
.goods-box dl dd ul.inline {
	font-size: 0px;
}
.goods-box dl dd ul.inline li {
	display: inline-block;
	width: 50%;
	font-size: 14px;
	vertical-align: top;
}
.goods-box dl dd ul.inline.list.list5 li {
	width: 20%;
}
.goods-box dl dd ul.inline.list li::before {
	content: "・";
}
.goods-box dl dd ul.block li {
}
.dmm-link {
	text-align: center;
}
.dmm-link a {
	display: inline-block;
	color: #fff;
	text-decoration: none;
	background-color: rgb(200,0,0,0.8);
	border: 1px solid #fff;
}
.dmm-link a span {
	display: block;
	font-size: 16px;
	font-weight: 400;
	background-image: url("../img/parts/external.png");
	background-repeat: no-repeat;
	background-position: right;
	padding: 5px 30px 5px 20px;
}
.dmm-link a:hover {
	color: #fff;
	background-color: rgb(0,0,0,0.8);
	border: 1px solid #c00;
}
@media screen and (max-width: 767px) {
	.goods-box dl {
		min-height: 0px;
		margin-left: 0px;
	}
	.goods-box dl dt {
		padding: 0px 0px;
	}
	.goods-box dl dt h4 {
		font-size: 20px;
	}
	.goods-box dl dt strong {
		padding: 5px 0px;
	}
	.goods-box dl dt strong b {
		font-size: 24px;
	}
	.goods-box dl dt strong span {
		font-size: 12px;
	}
	.goods-box dl dd {
		padding: 10px 10px;
	}
	.goods-img {
		position: static;
		-webkit-transform: translate(0%);
		-moz-transform: translate(0%);
		-ms-transform: translate(0%);
		-o-transform: translate(0%);
		transform: translate(0%);
		width: auto;
	}
	.goods-img img {
		margin: 0px auto;
	}
	.goods-box dl dd ul.inline li {
		font-size: 12px;
	}
	.goods-box dl dd ul.inline li:nth-child(odd)  {
		width: 46%;
	}
	.goods-box dl dd ul.inline li:nth-child(even)  {
		width: 54%;
	}
	.goods-box dl dd ul.inline.list.list5 li {
		width: 33%;
	}
	.goods-box dl dd ul.inline.spblock li {
		display: block;
		width: auto;
	}
	.dmm-link {
		padding-top: 10px;
	}
}
/* ---------------------------------------------------------------------- */
.goods-link {
	text-align: center;
}
.goods-link1 {
}
.goods-link2 {
	margin-bottom: 50px;
}
.goods-link a {
	display: inline-block;
	min-width: 250px;
	color: #fff;
	text-decoration: none;
	background-color: rgb(255,255,255,0.2);
	border: 1px solid #fff;
	margin: 5px;
}
.goods-link a span {
	display: block;
	font-size: 16px;
	font-weight: 400;
	padding: 15px 20px;
}
.goods-link a span em {
	font-size: 11px;
}
.goods-link a:hover {
	color: #000;
	background-color: rgb(255,255,255,0.9);
	border: 1px solid #fff;
}
@media screen and (max-width: 767px) {
	.goods-link {
		padding: 5px 10px;
	}
	.goods-link a {
		display: block;
		min-width: auto;
		margin: 5px;
	}
	.goods-link a span {
		font-size: 16px;
		padding: 15px 20px;
	}
}
/* ---------------------------------------------------------------------- */
.goods-ec {
	text-align: center;
	margin-bottom: 30px;
}
.goods-ec div {
	padding: 0px;
	display: inline-block;
	background-color: rgb(0,0,0,0.6);
	border: 1px solid rgb(255,255,255,0.3);
	padding: 15px 20px;
}
.goods-ec p {
	color: #fff;
	margin-bottom: 20px;
}
.goods-ec a {
	display: inline-block;
	min-width: 250px;
	color: #000;
	text-decoration: none;
	background-color: rgb(255,255,255,1);
	border: 1px solid #16ccf9;
	border: 1px solid #f00;
	margin: 5px;
}
.goods-ec a span {
	display: block;
	font-size: 16px;
	font-weight: 700;
	padding: 15px 20px;
}
.goods-ec a span em {
	font-size: 11px;
}
.goods-ec a:hover {
	color: #fff;
	background-color: rgb(255,255,255,0.1);
	border: 1px solid #fff;
}
/* ---------------------------------------------------------------------- */
.bloc#ticket-note {
	color: #fff;
}
.note {
	padding: 0px 100px;
}
.note ul {
}
.note ul li {
	position: relative;
	border-bottom: 1px dashed #666;
	padding: 5px 0px 5px 20px;
}
.note ul li:last-child {
	border-bottom: none;
}
.note ul li::before {
	content: "※";
	position: absolute;
	left: 0px;
	top: 5px;
}
.note ul li a {
	color: #f33;
	font-weight: 700;
}
@media screen and (max-width: 767px) {
	.note {
		padding: 0px 10px;
	}
}
/* ---------------------------------------------------------------------- */