@charset "UTF-8";

.goods {
}

.goods_hd {
	position: relative;
}

.goods_hd_ttl {
	position: absolute;
	top: 0;
	right: 0;
	z-index: 6;
}

.goods_hd_img {
	text-align: center;
	position: relative;
	z-index: 7;
	padding: 150px 110px 40px 50px;
}

.goods_hd_item {
	position: absolute;
}

.goods_hd_item.-item01 {
	top: 0;
	left: 0;
}

.goods_hd_item.-item02 {
	bottom: 0;
	right: 0;
}

.goods_image {
	margin-top: 40px;
}

.goods_image_list {
	display: flex;
	justify-content: space-between;
}

.goods_image_list > li {
	width: 48.5%;
	margin-left: 2%;
}

.goods_image_list > li:first-child {
	margin-left: 0;
}

.goods_image_list > li:nth-child(2n) {
}

.goods_image_list > li > img {
	width: 100%;
	height: auto;
	border-radius: 22px;
}

.goods_txtTable {
	display: table;
	margin-top: 30px;
}

.goods_txtTable_cell {
	display: table-cell;
	vertical-align: middle;
}

.goods_txtTable_cell:last-child {
	padding-left: 55px;
}

.goods_caption {
	font-size: 20px;
	font-weight: bold;
	line-height: 1;
	white-space: nowrap;
	position: relative;
	z-index: 5;
	display: inline-block;
}

.goods_caption:before {
	content: "";
	position: absolute;
	bottom: -9px;
	left: 50%;
	transform: translateX(-50%);
	z-index: -1;
	width: 105%;
	height: 15px;
	background: #91E4FF;
}

.goods_text {
}

.goods_pt {
	margin-top: 50px;
}

.goods_pt_row {
	display: flex;
	justify-content: space-between;
}

.goods_pt_col {
	width: 48.5%;
}

.goods_pt_col img {
	width: 100%;
	height: auto;
	border-radius: 22px;
}

.goods_pt_col img:nth-child(n+2) {
	margin-top: 33px;
}

.goods_pt_dl {
	margin-top: 30px;
}

.goods_pt_dl dt {
}

.goods_pt_dl dd {
	margin-top: 20px;
}

.goods_note {
	border-top: 1px solid #707070;
	padding-top: 20px;
	margin-top: 50px;
}

/* タブレット以下設定 */
@media screen and (max-width:939px) {
}

/* スマホ設定 */
@media screen and (max-width:639px) {
	.goods {
	}

	.goods_hd {
	}

	.goods_hd_ttl {
	}

	.goods_hd_img {
		padding: 90px 0 40px;
	}

	.goods_hd_item {
		width: 75%;
	}

	.goods_hd_item.-item01 {
	}

	.goods_hd_item.-item02 {
	}

	.goods_image {
		margin-top: 15px;
	}

	.goods_image_list {
		display: block;
	}

	.goods_image_list > li {
		width: 100%;
		margin-left: 0;
	}

	.goods_image_list > li:first-child {
	}

	.goods_image_list > li:nth-child(2n) {
	}

	.goods_image_list > li > img {
	}

	.goods_image_list > li:nth-child(n+2) {
		margin-top: 20px;
	}

	.goods_txtTable {
		display: block;
		margin-top: 18px;
	}

	.goods_txtTable_cell {
		display: block;
	}

	.goods_txtTable_cell:last-child {
		padding-left: 0;
		margin-top: 18px;
	}

	.goods_caption {
	}

	.goods_caption:before {
	}

	.goods_text {
	}

	.goods_pt {
		margin-top: 30px;
	}

	.goods_pt_row {
		display: block;
	}

	.goods_pt_col {
		width: 100%;
	}

	.goods_pt_col:last-child {
		margin-top: 30px;
	}

	.goods_pt_col img {
	}

	.goods_pt_col img:nth-child(n+2) {
		margin-top: 20px;
	}

	.goods_pt_dl {
		margin-top: 18px;
	}

	.goods_pt_dl dt {
	}

	.goods_pt_dl dd {
		margin-top: 18px;
	}

	.goods_note {
		margin-top: 35px;
	}

}
