@charset "utf-8";.Main .Article .inner {
	overflow: hidden;
	max-width: 1000px;
	margin: 0 auto;
	box-sizing: border-box;
	font-family: "futura-pt", "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", 'futura', 'Century Gothic', sans-serif;
	margin-bottom: 100px;
}
.Main .Article .scroll-fade {
	opacity: 0;
}
.inner .sub-description {
	margin-top: 25px;
	margin-bottom: 25px;
}
.inner .description-main-text {
	font-size: 14px;
	line-height: 1.5;
	color: #555555;
	text-align: center;
	z-index: 0;
	margin-top: 2%;
}
.inner .video-wrapper {
	position: relative;
	width: 100%;
	padding-bottom: 56.25%;
	height: 0;
	overflow: hidden;
	margin-top: 30px;
}
.inner .video-wrapper iframe {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	border: 0;
}
.inner .goods-description {
	font-size: 26px;
	color: #555555;
	text-align: left;
	text-align: center;
	margin-bottom: 12px;
}
.inner .video-content .goods-description {
	margin-top: 5%;
}
.inner .item-image {
	margin-top: 100px;
}
.inner .linkArea {
	max-width: 350px;
	margin: 5% auto 5%;
	text-align: center;
}
.inner .linkArea a {
	width: 100%;
	display: block;
	height: 46px;
	padding-top: 12px;
	color: #fff;
	background-color: #BCBCBC;
	border-color: #BCBCBC;
	margin-bottom: 20px;
}
.item-image-area{
	margin-top: 10%;
}
.item-image-area.first {
	margin-top: 5%;
}
.item-image-area-text {
	width: 60%;
	margin: 2% auto 0;
}
.item-image-area-text a {
	display: flex;
	justify-content: space-between;
    align-items: flex-end;
}
.item-image-area-row .item-image-area-text {
	width: 93%;
	margin: 2% 8% 0 0;
}
.item-image-area-text .item-name,
.item-image-area-text .item-name-pc {
	text-align: left;
	float: left;
	font-size: 14px;
}
.item-image-area-text .item-name-sp {
display: none;
}
.item-image-area-text .price {
	font-size: 14px;
	text-align: right;
}
.item-image-area img {
	width: 60%;
	display: block;
	margin: 0 auto;
}

@media screen and (max-width:751px) {
	.Main .Article .inner {
		padding: 0 5px;
		margin-bottom: 50px;
		margin-top: 10px;
	}
	.inner .description-main-text {
		margin-top: 17.5px;
	}
	.inner .description-main-text {
		word-break: break-all;
		font-size: 10px;
		line-height: 1.5;
	}
	.inner .video-wrapper {
		width: 95%;
		margin: 0 auto;
		margin-top: 20px;
	}
	.inner .goods-description {
		font-size: 16px;
	}
	.inner .description-subimage {
		width: 380px;
	}
	.inner .item-image {
		margin-top: 60px;
	}
	.item-image-area-text .item-name,
	.item-image-area-text .price {
		font-size: 12px;
	}
	.item-image-area-text .item-name-pc {
		display: none;
	}
	.item-image-area-text .item-name-sp {
		display:block;
		font-size: 12px;
	}
	.inner .linkArea {
		margin-top: 8%;
	}
	.inner .linkArea a {
		margin-bottom: 5px;
	}
}