@import url('https://fonts.googleapis.com/css2?family=Oswald:wght@200..700&display=swap');

.centerContent {
	margin-inline: auto;
	float: none;
	margin-bottom: 50px;
}
.collabo-title {
	margin-block: 3rem 0;
	font-size: 20px;
	font-weight: 700;
	padding-bottom: 10px;
	border-bottom: 2px solid #666666;
}
.link {
	margin-block: 1rem 1rem;
	text-align: center;
}
.link a {
	text-decoration: underline;
}
.cartButton a {
	display: block;
}
.slider-wrap {
	margin-bottom: 40px;
}
.movie-wrap iframe {
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
}
.price {
	padding-top: 40px;
	text-align: center;
}
.price h2 {
	font-size: 20px;
	display: flex;
	justify-content: center;
	align-items: center;
	font-weight: 700;
}
.price h2 span.rimit {
	margin-inline-start:10px;
	width: 60px;
	height: 60px;
	border-radius: 100px;
	text-align: center;
	display: flex;
	align-items: center;
	color: #ffffff;
	font-size: 13px;
	font-weight: 700;
	line-height: 1.1;
	background-color: #ff0000;
}
.kakaku {
	font-size: 20px;
	font-weight: 700;
}
.kakaku .big {
	font-size: 40px;
	font-family: "Oswald", sans-serif;
}

.dli-caret-circle-fill-left {
  display: inline-block;
  vertical-align: middle;
  color: #ee808a;
  line-height: 1;
  position: relative;
  width: 0.8em;
  height: 0.8em;
  border: 0.075em solid currentColor;
  background: currentColor;
  border-radius: 50%;
  box-sizing: content-box;
  margin-right: 6px;
}

.dli-caret-circle-fill-left::before {
  content: '';
  color: #fff;
  width: 0;
  height: 0;
  border-style: solid;
  border-color: transparent;
  border-width: 0.18em 0.31177em;
  border-right-color: currentColor;
  border-left: 0;
  transform: translateX(-15%);
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
}

@media (max-width: 766px) {
	.wrap {
		
	}
	.product_flex {
		display: block;
	}
	.collabo-title,
	.cartButton {
		width: 96%;
		margin-inline: auto;
	}
}