@charset "utf-8";

/* CSS INFORMATION -====================================================
File name : goods.css
Description : グッズ
===================================================================== */

/* =====================================================================
*    goods
* =================================================================== */
.goods {
	padding: calc(140 / 750 * 100%) 0;
}

.btn_shop {
	width: calc(630 / 650 * 100%);
	margin: 0 auto calc(85 / 650 * 100%);
}

.btn_shop a {
	padding-top: calc(125 / 630 * 100%);
}

.goods_list::before {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	background: url(../images/deco/bg_deco4.png) no-repeat center/contain;
	width: calc(324 / 650 * 100%);
	padding-top: calc(113 / 650 * 100%);
	margin: calc(-46 / 650 * 100%) 0 0 calc(-100 / 650 * 100%);
	z-index: -1;
}

.goods_list::after {
	content: '';
	position: absolute;
	bottom: 0;
	right: 0;
	background: url(../images/deco/bg_deco3.png) no-repeat center/contain;
	width: calc(265 / 650 * 100%);
	padding-top: calc(143 / 650 * 100%);
	margin: 0 calc(-100 / 650 * 100%) calc(-100 / 650 * 100%) 0;
	z-index: -1;
}

.goods_list > li {
	background-color: #fff;
	-webkit-box-shadow: 0px 5px 5px 0px rgba(0, 0, 0, 0.2);
	box-shadow: 0px 5px 5px 0px rgba(0, 0, 0, 0.2);
	padding: calc(50 / 650 * 100%) calc(50 / 650 * 100%) calc(75 / 650 * 100%);
	margin-bottom: calc(45 / 650 * 100%);
}

.goods_img img:not(:last-child) {
	margin-bottom: .7em;
}

.goods_name {
	color: #9b200c;
	font-weight: 700;
	text-align: center;
	margin: 1.2em 0;
}

.goods_detail li {
	margin-bottom: .5em;
}

.goods_detail dl {
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	-o-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
}

.goods_detail dt {
	font-weight: 700;
	width: calc(150 / 550 * 100%);
	padding-right: 1em;
}

.goods_detail dd {
	width: calc(330 / 550 * 100%);
	margin-left: auto;
}

@media screen and (min-width: 768px) {
	.goods {
		padding: calc(120 / 1200 * 100%) 0;
	}

	.goods h2 {
		margin-bottom: calc(70 / 1000 * 100%);
	}

	.btn_shop {
		width: calc(396 / 1000 * 100%);
		margin: 0 auto calc(60 / 1000 * 100%) !important;
	}

	.goods_list {
		display: -moz-flex;
		display: -ms-flex;
		display: -o-flex;
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-ms-flex-wrap: wrap;
		-o-flex-wrap: wrap;
		flex-wrap: wrap;
		-webkit-box-pack: center;
		-ms-flex-pack: center;
		justify-content: center;
	}

	.goods_list::before {
		width: calc(324 / 1000 * 100%);
		padding-top: calc(113 / 1000 * 100%);
		margin: calc(-60 / 1000 * 100%) 0 0 calc(-160 / 1000 * 100%);
	}

	.goods_list::after {
		width: calc(265 / 1000 * 100%);
		padding-top: calc(143 / 1000 * 100%);
		margin: 0 calc(-132 / 1000 * 100%) calc(-68 / 1000 * 100%) 0;
	}

	.goods_list > li {
		width: calc(320 / 1000 * 100%);
		padding: calc(20 / 1000 * 100%);
		margin-bottom: calc(40 / 1000 * 100%);
	}

	.goods_list > li:not(:nth-child(3n)) {
		margin-right: calc(20 / 1000 * 100%);
	}

	.goods_detail dt {
		width: 30%;
	}

	.goods_detail dd {
		width: 70%;
	}

}

@media screen and (min-width: 1200px) {
	.goods {
		padding: 120px 0;
	}
}

/* =====================================================================
*    shop_box
* =================================================================== */
.shop {
	background: url(../images/common/bg_brown.jpg) repeat center/calc(250 / 750 * 100%) auto;
	padding: calc(160 / 750 * 100%) 0;
	margin-bottom: calc(320 / 750 * 100%);
}

.shop .inner::before,
.shop .inner::after {
	content: '';
	position: absolute;
	background: url(../images/deco/bg_deco1.png) no-repeat center/contain;
	width: calc(129 / 650 * 100%);
	padding-top: calc(127 / 650 * 100%);
	z-index: -1;
}

.shop .inner::before {
	top: 0;
	left: 0;
	margin: calc(-83 / 650 * 100%) 0 0 calc(-60 / 650 * 100%);
}

.shop .inner::after {
	bottom: 0;
	right: 0;
	margin: 0 calc(-60 / 650 * 100%) calc(-85 / 650 * 100%) 0;
}

.shop_box {
	background-color: #fff;
	-webkit-box-shadow: 0px 5px 5px 0px rgba(0, 0, 0, 0.2);
	box-shadow: 0px 5px 5px 0px rgba(0, 0, 0, 0.2);
	padding: calc(50 / 650 * 100%) calc(50 / 650 * 100%) calc(80 / 650 * 100%);
}

.shop_box::before {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	background: url(../images/deco/img_chara1.png) no-repeat center/contain;
	width: calc(110 / 650 * 100%);
	padding-top: calc(192 / 650 * 100%);
	margin: calc(-141 / 650 * 100%) 0 0 calc(-45 / 650 * 100%);
}

.shop_box::after {
	content: '';
	position: absolute;
	bottom: 0;
	right: 0;
	background: url(../images/deco/img_chara2.png) no-repeat center/contain;
	width: calc(138 / 650 * 100%);
	padding-top: calc(219 / 650 * 100%);
	margin: 0 calc(-40 / 650 * 100%) calc(-81 / 650 * 100%) 0;
}

.shop_list:not(:last-child) {
	margin-bottom: 2.5em;
}

.shop_list dt {
	margin: 0 0 1.5em;
	padding-bottom: .3em;
	font-weight: 700;
	font-size: 2.6rem;
	border-bottom: 1px solid #b68e16;
}

.shop_list dd {
	margin: 0 1em 1em 0;
	display: inline-block;
}

.shop_list dd a {
	background-color: #000;
	padding: .6em 1.5em;
	color: #fff;
}

@media screen and (min-width: 768px) {
	.shop {
		background-size: calc(250 / 1200 * 100%) auto;
		padding: calc(100 / 1200 * 100%) 0;
		margin-bottom: calc(250 / 1200 * 100%);
	}

	.shop .inner::before,
	.shop .inner::after {
		width: calc(129 / 1200 * 100%);
		padding-top: calc(127 / 1200 * 100%);
	}

	.shop .inner::before {
		margin: calc(-76 / 1200 * 100%) 0 0 calc(20 / 1200 * 100%);
	}

	.shop .inner::after {
		margin: 0 calc(-10 / 1200 * 100%) calc(-64 / 1200 * 100%) 0;
	}

	.shop_box {
		padding: calc(60 / 1000 * 100%);
	}

	.shop_box::before {
		width: calc(110 / 1000 * 100%);
		padding-top: calc(192 / 1000 * 100%);
		margin: calc(-153 / 1000 * 100%) 0 0 calc(-56 / 1000 * 100%);
	}

	.shop_box::after {
		width: calc(120 / 1000 * 100%);
		padding-top: calc(189 / 1000 * 100%);
		margin: 0 calc(-44 / 1000 * 100%) calc(-51 / 1000 * 100%) 0;
	}

	.shop_list dt {
		font-size: 1.8rem;
	}

	.shop_list dd a:hover {
		color: #000;
		background-color: #fff000;
	}
}

@media screen and (min-width: 1200px) {
	.shop {
		background-size: 250px auto;
		padding: 100px 0;
		margin-bottom: 250px;
	}
}
