@charset "utf-8";
.main-image-wrapper {
	position: relative;
}
.main-image-text-pc {
	position: absolute;
	top: 50%;
	left: 5%;
	transform: translate(0, -50%);
	color: #fff;
}
.main-image-text-pc .main-title {
	font-size: 35px;
	margin-bottom: 10px;
}
.main-image-text-pc .main-subtitle {
	font-size: 15px;
	margin-bottom: 20px;
}
.main-image-text-pc .main-description {
	font-size: 15px;
	border: 1px solid #fff;
	padding: 5px 15px;
	width: fit-content;
}
.main-image-text-sp {
	position: absolute;
	top: 60%;
	left: 5%;
	transform: translate(0, -50%);
	color: #fff;
}
.main-image-text-sp .main-title {
	font-size: 23px;
	margin-bottom: 10px;
}
.main-image-text-sp .main-subtitle {
	font-size: 12px;
	margin-bottom: 20px;
}
.main-image-text-sp .main-description {
	font-size: 12px;
	border: 1px solid #fff;
	padding: 5px 15px;
	width: fit-content;
}
.topContents .main-image {
	width: 100%;
}
.topContents .subVisual-pc {
	display: grid;
	grid-template-columns: 1fr 1fr 1fr;
	gap: 15px;
	padding: 15px 15px 0 15px;
}
/* .topContents .sub-image {
	width: 33.33%;
	padding: 15px 0 0 15px;
} */
.topContents .subVisual-pc-inner {
	/* width: 33.33%; */
	/* padding: 15px 0 0 15px; */
}
/* .topContents .subVisual-pc-inner:last-child {
	padding-right: 15px;
} */
.subVisual-pc-link {
	display: block;
	width: 100%;
	height: 100%;
}
.sub-image {
	width: 100%;
	height: auto;
	display: block;
}
.topContents .arrival {
	margin: 40px 30px;
}
.topContents .arrival-title {
	font-size: 24px;
	padding-left: 15px;
	margin-bottom: 15px;
}
.topContents .arrival-list {
	display: flex;
	flex-wrap: wrap;
}
.itemImage .image-url {
	position: relative;
	display: inline-block;
}
.itemImage .image-url .tag {
	position: absolute;
	right: 0;
	bottom: 0;
	left: auto;
	top: auto;
	transform: none;
	word-break: keep-all;
	white-space: nowrap;
	background-color: #737272;
	color: #ffffff;
	font-size: 1rem;
	padding: 5px 10px;
	text-align: center;
	opacity: 0.8;
	margin-right: 10px;
	margin-bottom: 10px;
}
.itemImage .image-url .group_icon {
	position: absolute;
	top: 3%;
	left: 5%;
	max-width: 95%;
	min-width: 35px;
	display: flex;
	flex-direction: column;
	gap: 8px;
	align-items: flex-start;
}
.itemImage .image-url .icon {
	font-weight: 700;
	text-align: center;
	font-size: 1.6rem;
	padding: 2px 10px;
	min-width: 100px;
	background-color: #737272;
	color: #ffffff;
}
.topContents .arrival-list .item {
	width: 25%;
	padding: 0 15px;
	margin-bottom: 20px;
}
.topContents .arrival-list .goodsNameWrapper {
	font-size: 13px;
	margin-top: 10px;
}
.saleTextAndColorChip {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: start;
	-ms-flex-align: start;
	align-items: flex-start;
	-webkit-box-pack: end;
	-ms-flex-pack: end;
	align-items: center;
}
.saleTextWrapper .sale_text.is_sale {
	padding: 2px 4px;
	background-color: #f00;
	color: #ffffff;
	font-size: 1.4rem;
	font-weight: bold;
	margin-right: 5px;
}
.topContents .arrival-list .price {
	font-size: 12px;
	margin: 5px 0 5px 0;
}
.priceWrapper .price .proper_price.is_sale {
	text-decoration: line-through;
}
.topContents .arrival-list .sale_price {
	font-size: 12px;
	color: #ff0000;
}
.topContents .arrival-button-area {
	width: fit-content;
	margin: 30px auto;
}
.topContents .arrival-button {
	font-size: 12px;
	border: 1px solid #000;
	padding: 10px 20px;
	letter-spacing: 3px;
}
.color-list {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	gap: 5px;
	-webkit-box-align: start;
	-ms-flex-align: start;
	align-items: flex-start;
	-webkit-box-pack: end;
	-ms-flex-pack: end;
	align-items: center;
	position: relative;
	z-index: 3;
	padding-right: 10px;
	height: 2.4rem;
}
.color-list .color-chip {
	width: 2rem;
	height: 2rem;
	border-radius: 50%;
	border: 1px solid #d3d3d3;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	cursor: pointer;
	background-position: center;
	background-repeat: no-repeat;
	-webkit-background-size: cover;
	background-size: cover;
	position: relative;
}
.color-list .color-chip::before {
	content: "";
	position: absolute;
	display: block;
	width: calc(100% + 20px);
	height: calc(100% + 20px);
	top: 50%;
	left: 50%;
	-webkit-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
}
.color-list .color-chip::after {
	width: 140%;
	height: 140%;
	content: "";
	display: block;
	background: none;
	border: 1px solid rgba(0,0,0,0.3);
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	border-radius: 50%;
	opacity: 0;
	-webkit-transition: opacity .3s ease;
	-o-transition: opacity .3s ease;
	transition: opacity .3s ease;
}
.color-list .color-chip.isSelected::after {
	opacity: 1;
}
@media only screen and (max-width: 1024px) {
	.itemImage .image-url .icon {
		font-size: 0.8rem;
		padding: 8px 8px;
		min-width: 100px;
	}
}
@media only screen and (max-width: 768px) {
	.topContents .sub-image {
		width: 100%;
		padding: 10px 10px 0 10px;
	}
	.topContents .sub-image:last-child {
		padding: 10px 10px 0 10px;
	}
	.topContents .arrival {
		margin: 30px 5px;
	}
	.topContents .arrival-title {
		font-size: 17px;
	}
	.topContents .arrival-list .item {
		width: 50%;
		padding: 0 5px;
	}
	.itemImage .image-url .tag {
		margin-right: 5px;
		margin-bottom: 5px;
		padding: 2px 7px;
	}
	.itemImage .image-url .icon {
		padding: 2px 5px;
		min-width: 45px;
		display: flex;
		flex-direction: column;
		gap: 4px;
	}
}
