@charset "utf-8";

/* CSS INFORMATION -====================================================
File name : goods.css
Description : グッズ
===================================================================== */

/* =====================================================================
*    goods
* =================================================================== */
.goods {
	background-color: #f29473;
}

.goods::before {
	content: '';
	background: url(../images/common/bg_pattern3.png) center top 1.9em;
	background-size: calc(115 / 750 * 100%);
	width: 100%;
	padding-top: calc(350/ 750 * 100%);
	position: absolute;
	bottom: 0;
	left: 0;
	z-index: 0;
}

.goods::after {
	content: '';
	background: rgba(242, 148, 115, 0.9);
	width: 100%;
	padding-top: calc(350/ 750 * 100%);
	position: absolute;
	bottom: 0;
	left: 0;
	z-index: 0;
}

.goods .inner {
	padding: calc(120 / 750 * 100%) 0 calc(160 / 750 * 100%);
}

.goods .inner::before {
	content: "";
	display: block;
	width: calc(40 / 750 * 100%);
	padding-top: calc(320 / 750 * 100%);
	background-image: repeating-linear-gradient(0deg, transparent, transparent calc(13 / 750 * 100vw), #f6ec7f calc(13 / 750 * 100vw), #f6ec7f calc(20 / 750 * 100vw));
	-webkit-transform: skewY(40deg);
	transform: skewY(40deg);
	position: absolute;
	top: 0;
	left: 0;
	z-index: 2;
	margin: calc(20 / 750 * 100%) 0 0;
}

.goods .inner::after {
	content: "";
	display: block;
	width: calc(40 / 750 * 100%);
	padding-top: calc(320 / 750 * 100%);
	background-image: repeating-linear-gradient(0deg, transparent, transparent calc(13 / 750 * 100vw), #f6ec7f calc(13 / 750 * 100vw), #f6ec7f calc(20 / 750 * 100vw));
	-webkit-transform: skewY(40deg);
	transform: skewY(40deg);
	position: absolute;
	bottom: 0;
	right: 0;
	z-index: 2;
	margin: 0 0 calc(700 / 750 * 100%);
}

.goods .inner * {
	z-index: 1;
}

.chara23 {
	width: calc(166 / 630 * 100%) !important;
	margin: calc(30 / 630 * 100%) calc(-20 / 630 * 100%) 0 0;
	top: 0;
	right: 0;
	z-index: 1;
}

.chara24 {
	width: calc(175 / 630 * 100%) !important;
	margin: 0 0 calc(-250 / 630 * 100%) calc(-50 / 630 * 100%);
	bottom: 0;
	left: 0;
	z-index: 1;
}

.goods_list {
	margin-bottom: 5.5em;
	display: grid;
}

.goods_list > li {
	background-color: #fff;
	padding: calc(50 / 630 * 100%) calc(50 / 630 * 100%) calc(110 / 630 * 100%);
	margin-bottom: calc(45 / 630 * 100%);
	border: 3px solid #beb09f;
	outline: 1px solid #beb09f;
	outline-offset: -.5em;
}

.goods_img img {
	border: 3px solid #f6ec7f;
}

.goods_img img:not(:last-child) {
	margin-bottom: .7em;
}

.goods_name {
	margin: 1em 0 .5em;
	padding-bottom: .3em;
	font-size: 2.8rem;
	font-weight: bold;
	line-height: 1.4;
	border-bottom: 1px solid #beb09f;
	text-align: center;
}

.goods_detail {
	margin-top: 1.2em;
}

.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: bold;
	width: calc(150 / 530 * 100%);
	padding-right: 1em;
}

.goods_detail dd {
	width: calc(330 / 530 * 100%);
	margin-left: auto;
}

.btn_shop {
	margin: 2.5em 0 4.5rem;
}

.goods_catch {
	color: #FFF;
	text-align: center;
	font-size: 3.2rem;
	font-weight: bold;
	margin: 0 auto calc(50/ 630 * 100%);
}

.goods_catch::after {
	content: "";
	display: block;
	width: 51%;
	padding-top: calc(10 / 750 * 100%);
	margin: .3em auto 0;
	background-image: repeating-linear-gradient(90deg, #85c0c7 0px, #85c0c7 calc(4 / 750 * 100vw), transparent calc(4 / 750 * 100vw), transparent calc(10 / 750 * 100vw));
	-webkit-transform: skewX(-27deg);
	transform: skewX(-27deg);
}

.shop_box {
	background-color: #fff;
	padding: calc(40 / 630 * 100%) calc(50 / 630 * 100%) calc(50 / 630 * 100%);
	border: 3px solid #beb09f;
	outline: 1px solid #beb09f;
	outline-offset: -.5em;
}

.shop_list:not(:last-child) {
	margin-bottom: 2.5em;
}

.shop_list dt {
	margin: 0 0 1.2em;
	padding-bottom: .3em;
	font-size: 3.2rem;
	font-weight: bold;
	line-height: 1.4;
	border-bottom: 1px solid #beb09f;
}

.shop_list dd {
	margin-bottom: .2em;
}


@media screen and (min-width: 768px) {
	.goods::before {
		padding-top: calc(190 / 1200 * 100%);
		background-size: calc(65 / 1200 * 100%);
		background-position: center top 29%;
	}

	.goods::after {
		padding-top: calc(190 / 1200 * 100%);
	}

	.goods .inner {
		padding: calc(100 / 1200 * 100%) 0 calc(120 / 1200 * 100%);
	}

	.goods .inner::before {
		width: calc(40 / 1600 * 100%);
		padding-top: calc(320 / 1600 * 100%);
		background-image: repeating-linear-gradient(0deg, transparent, transparent calc(6 / 200 * 100%), #f6ec7f calc(7 / 200 * 100%), #f6ec7f calc(10 / 200 * 100%), transparent calc(11 / 200 * 100%));
		margin: calc(20 / 1600 * 100%) 0 0;
	}

	.goods .inner::after {
		width: calc(40 / 1600 * 100%);
		padding-top: calc(320 / 1600 * 100%);
		background-image: repeating-linear-gradient(0deg, transparent, transparent calc(6 / 200 * 100%), #f6ec7f calc(7 / 200 * 100%), #f6ec7f calc(10 / 200 * 100%), transparent calc(11 / 200 * 100%));
		margin: 0 0 calc(280 / 1600 * 100%);
	}

	.chara23 {
		width: calc(166 / 1200 * 100%) !important;
		margin: calc(96 / 1200 * 100%) calc(100 / 1200 * 100%) 0 0;
	}

	.chara24 {
		width: calc(175 / 1200 * 100%) !important;
		margin: 0 0 calc(-160 / 1200 * 100%) calc(-80 / 1200 * 100%);
	}

	.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;
        margin-bottom: 7.5em;
	}

	.goods_list > li {
		width: calc(325 / 1000 * 100%);
		padding: calc(30 / 1000 * 100%);
		margin-bottom: calc(30 / 1000 * 100%);
	}

	.goods_list > li:not(:nth-child(3n)) {
		margin-right: calc(12.5 / 1000 * 100%);
	}

	.goods_name {
		font-size: 1.8rem;
	}

	.goods_detail dt {
		width: 30%;
	}

	.goods_detail dd {
		width: 70%;
	}

	.btn_shop {
		width: calc(400 / 1000 * 100%);
		margin: 2em auto 4rem;
	}

	.btn_shop a:hover img {
		opacity: 0;
		-webkit-transition: .2s;
		transition: .2s;
	}

	.btn_shop a::before {
		opacity: 0;
		content: '';
		position: absolute;
		background: url(../images/goods/btn_shop_h.png) no-repeat center;
		background-size: contain;
		top: 0;
		left: 0;
		width: 100%;
		height: 100%;
		-webkit-transition: .2s;
		transition: .2s;
	}

	.btn_shop a:hover::before {
		opacity: 1;
		-webkit-transition: .2s;
		transition: .2s;
	}

	.goods_catch {
		width: auto;
		font-size: 2.4rem;
		margin-bottom: calc(40 / 1000 * 100%);
	}

	.goods_catch::after {
		width: 20%;
		padding-top: calc(6 / 1000 * 100%);
		margin: .3em auto 0;
		background-image: repeating-linear-gradient(90deg, #85c0c7 0px, #85c0c7 calc(3 / 1000 * 100vw), transparent calc(3 / 1000 * 100vw), transparent calc(5 / 1000 * 100vw));
	}

    .goods_coution {
    }

	.shop_box {
		padding: calc(45 / 1000 * 100%) calc(50 / 1000 * 100%);
	}

	.shop_list dt {
		font-size: 2rem;
	}

}



@media screen and (min-width: 1200px) {
	.goods::before {
		background-size: 65px;
	}

	.goods::before,
	.goods::after {
		padding-top: 190px;
	}

	.goods .inner {
		padding: 100px 0 120px;
	}
}
