@charset "UTF-8";
/* CSS Document */

.container-fluid {
	padding-left: initial;
	padding-right: initial;
}

.row {
	margin-left: initial;
	margin-right: initial;
}

.contents {
	padding-left: 0%;
	padding-right: 0%;
	padding-bottom: 10%;
}

#vv_collabo {
	background-color: #38383a;
	width: 100%;
	color: #000000;
}

#vv_collabo_bg {
	background-color: #ededed;
	border-radius: .3rem;
	padding: 3% 5%;
}

#vv_collabo_title {
	background-color: #38383a;
	border-radius: .3rem;
	text-align: center;
	font-size: 1.5rem;
	color: #ffffff;
	padding-top: 1%;
	padding-bottom: 1%;
}

#collabo_info p {
	font-size: 1rem;
	padding-left: 5%;
	padding-right: 5%;
}

#collabo_info img {
	width: 100%;
	margin-bottom: 6%;
}

.card {
	border: 2px solid #4f2e58;
	border-radius: .3rem;
	width: 100%;
	height: 100%;
	text-align: center;
	background-color: #4f2e58;
}

.card-header {
	text-align: center;
	padding-top: 2.5%;
	padding-bottom: 2.5%;
}

.card-body-text {
	margin-bottom: 3%;
	text-align: left;
}

.card-body-img {
	width: 80%;
	margin-bottom: 3%;
}

.card-body {
	background: #ffefb1;
	/* 0％だとbodyとfooterの間が開くので-1% */
	margin-bottom: -1%;
	padding-bottom: 0%;
}

.card-footer {
	background: #ffefb1;
	border-top: 0px;
	border-bottom-left-radius: .25rem !important;
	border-bottom-right-radius: .25rem !important;
	padding-bottom: 7%;
	text-align: left;
}

#product_list h5 {
	color: #ffffff;
}

#product_list p {
	margin-bottom: 5%;
}

@media screen and (max-width: 992px)
{
	.card-header {
		font-size: 1rem;
	}

	.card-body-text {
		font-size: 0.6875rem;
	}

	.card-footer {
		font-size: 0.6875rem;
	}
}

@media screen and (max-width: 768px)
{
	.card-header {
		font-size: 1.1rem;
	}

	.card-body-text {
		font-size: 1rem;
	}

	.card-footer {
		font-size: 1rem;
	}
}

#vv_collabo_bottom_text_small {
	font-size: 0.625rem;
}

.product_buy {
	background: url("/img/obakeidoro/about/btn_03.png") center top no-repeat;
	background-size: 100% auto;
	width: 60%;
}

.product_buy:hover {
	filter: brightness(120%);
}