@charset "utf-8";
/*.contents01ここから*/
.contents01{
	width: 100%;
	height: auto;
	display: block;
}
.contents01 .contents01_01{
	width: 118.0rem;
	height: auto;
	min-height: calc(100vh - 9.0rem - 3.5rem);
	min-height: calc((var(--vh, 1vh) * 100) - 9.0rem - 3.5rem);
	padding: 10.0rem 0 10.0rem;
	margin: 0 auto;
	display: flex;
	justify-content: flex-start;
	align-items: center;
	flex-direction: column;
}
@media only screen and (max-width: 767px) {
	.contents01 .contents01_01{
		width: 32.0rem;
		min-height: calc(100vh - 6.0rem - 3.2rem);
		min-height: calc((var(--vh, 1vh) * 100) - 6.0rem - 3.2rem);
		padding: 8.0rem 0 8.0rem;
	}
}
.contents01 .contents01_01 .contents01_01_01{
	width: 100%;
	height: auto;
	margin: 0;
	display: flex;
	justify-content: flex-start;
	align-items: flex-start;
	flex-direction: column;
}
.contents01 .contents01_01 .contents01_01_01 .contents01_01_01_01{
	width: 100%;
	height: auto;
	margin: 0 0 6.8rem;
	display: flex;
	justify-content: flex-start;
	align-items: flex-start;
	flex-direction: column;
}
@media only screen and (max-width: 767px) {
	.contents01 .contents01_01 .contents01_01_01 .contents01_01_01_01{
		margin: 0 0 3.8rem;
	}
}
.contents01 .contents01_01 .contents01_01_01 .contents01_01_01_01 > .text01{
	width: auto;
	height: auto;
	margin: 0 0 1.0rem;
	font-size: 4.5rem;
	line-height: 4.5rem;
	display: block;
}
@media only screen and (max-width: 767px) {
	.contents01 .contents01_01 .contents01_01_01 .contents01_01_01_01 > .text01{
		font-size: 3.0rem;
		line-height: 3.0rem;
	}
}
.contents01 .contents01_01 .contents01_01_01 .contents01_01_01_01 > .text02{
	width: auto;
	height: auto;
	margin: 0;
	font-size: 2.2rem;
	line-height: 2.2rem;
	display: block;
}
@media only screen and (max-width: 767px) {
	.contents01 .contents01_01 .contents01_01_01 .contents01_01_01_01 > .text02{
		font-size: 1.8rem;
		line-height: 2.4rem;
	}
}
.contents01 .contents01_01 .contents01_01_01 .contents01_01_01_02{
	width: 100%;
	height: auto;
	margin: 0;
	display: flex;
	justify-content: flex-start;
	align-items: center;
	flex-direction: column;
}
.contents01 .contents01_01 .contents01_01_01 .contents01_01_01_02 > ul{
	width: 100%;
	height: auto;
	margin: auto 0;
	display: flex;
	justify-content: flex-start;
	align-items: flex-start;
	flex-wrap: wrap;
}
.contents01 .contents01_01 .contents01_01_01 .contents01_01_01_02 > ul > li{
	width: calc((100% - 4.0rem * 2) / 3);
	height: auto;
	margin: 5.4rem 4.0rem 0 0;
	font-size: 1.5rem;
	line-height: 2.1rem;
	display: flex;
	justify-content: flex-start;
	align-items: center;
	flex-direction: column;
	position: relative;
}
@media only screen and (max-width: 767px) {
	.contents01 .contents01_01 .contents01_01_01 .contents01_01_01_02 > ul > li{
		width: 100%;
		margin: 3.0rem 0 0;
	}
}
.contents01 .contents01_01 .contents01_01_01 .contents01_01_01_02 > ul > li:nth-of-type(-n+3){
	margin-top: 0;
}
@media only screen and (max-width: 767px) {
	.contents01 .contents01_01 .contents01_01_01 .contents01_01_01_02 > ul > li:nth-of-type(-n+3){
		margin-top: 3.0rem;
	}
	.contents01 .contents01_01 .contents01_01_01 .contents01_01_01_02 > ul > li:nth-of-type(1){
		margin-top: 0;
	}
}
.contents01 .contents01_01 .contents01_01_01 .contents01_01_01_02 > ul > li:nth-of-type(3n){
	margin-right: 0;
}
.contents01 .contents01_01 .contents01_01_01 .contents01_01_01_02 > ul > li > .favorite-btn{
	width: 4.0rem;
	height: auto;
	aspect-ratio: 1/1;
	display: flex;
	justify-content: center;
	align-items: center;
	position: absolute;
	top: 0;
	bottom: auto;
	left: auto;
	right: 0;
	margin: auto;
	z-index: 10;
	cursor: pointer;
	transition: all .5s;
}
@media only screen and (max-width: 767px){
	.contents01 .contents01_01 .contents01_01_01 .contents01_01_01_02 > ul > li > .favorite-btn{
	}
}
.contents01 .contents01_01 .contents01_01_01 .contents01_01_01_02 > ul > li > .favorite-btn::before{
	content: '';
	width: 4.7rem;
	height: 4.0rem;
	margin: 0;
	background-image: url(../img/common/item02_1.png);
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center;
	display: block;
}
@media only screen and (max-width: 767px){
	.contents01 .contents01_01 .contents01_01_01 .contents01_01_01_02 > ul > li > .favorite-btn::before{
	}
}
.contents01 .contents01_01 .contents01_01_01 .contents01_01_01_02 > ul > li > .favorite-btn.active::before{
	background-image: url(../img/common/item02_2.png);
}
.contents01 .contents01_01 .contents01_01_01 .contents01_01_01_02 > ul > li > a{
	width: 100%;
	height: auto;
	margin: 0;
	display: flex;
	justify-content: flex-start;
	align-items: center;
	flex-direction: column;
}
.contents01 .contents01_01 .contents01_01_01 .contents01_01_01_02 > ul > li > a:hover{
	opacity: 1;
}
.contents01 .contents01_01 .contents01_01_01 .contents01_01_01_02 > ul > li > a::before{
	content: '詳しくみる';
	width: auto;
	height: auto;
	font-size: 1.5rem;
	line-height: 2.5rem;
	color: #ffffff;
	background-color: rgba(0, 0, 0, .8);
	display: flex;
	justify-content: center;
	align-items: center;
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	margin: auto;
	z-index: 1;
	opacity: 0;
	transition: all .5s;
}
.contents01 .contents01_01 .contents01_01_01 .contents01_01_01_02 > ul > li > a:hover::before{
	opacity: 1;
	transition: all .5s;
}
.contents01 .contents01_01 .contents01_01_01 .contents01_01_01_02 > ul > li > a > .item01{
	width: auto;
	height: auto;
	padding: .5rem;
	font-size: 1.5rem;
	line-height: 1.5rem;
	display: flex;
	justify-content: center;
	align-items: center;
	position: absolute;
	top: 1.0rem;
	bottom: auto;
	left: 1.0rem;
	right: auto;
	margin: auto;
	z-index: 1;
}
.contents01 .contents01_01 .contents01_01_01 .contents01_01_01_02 > ul > li.sale > a > .item01{
	color: #DF2127;
	border: .2rem solid #DF2127;
}
.contents01 .contents01_01 .contents01_01_01 .contents01_01_01_02 > ul > li.sold > a > .item01{
	color: #00398D;
	border: .2rem solid #00398D;
}
.contents01 .contents01_01 .contents01_01_01 .contents01_01_01_02 > ul > li > a > .photo01{
	width: 100%;
	height: auto;
	margin: 0 0 1.2rem;
	display: block;
}
.contents01 .contents01_01 .contents01_01_01 .contents01_01_01_02 > ul > li.sold > a > .photo01{
	opacity: .5;
}
.contents01 .contents01_01 .contents01_01_01 .contents01_01_01_02 > ul > li > a > .photo01 > img{
	width: 100%;
	height: auto;
	margin: 0;
	display: block;
}
.contents01 .contents01_01 .contents01_01_01 .contents01_01_01_02 > ul > li > a > .text01{
	width: auto;
	height: auto;
	margin: 0 0 -.2rem;
	font-size: 1.2rem;
	line-height: 2.2rem;
	display: block;
}
.contents01 .contents01_01 .contents01_01_01 .contents01_01_01_02 > ul > li > a > .text02{
	width: auto;
	height: auto;
	margin: 0;
	font-size: 2.0rem;
	line-height: 3.0rem;
	display: block;
}
.contents01 .contents01_01 .contents01_01_01 .contents01_01_01_02 > ul > li > a > .text03{
	width: auto;
	height: auto;
	margin: 0 0 -.2rem;
	font-size: 1.5rem;
	line-height: 2.5rem;
	display: block;
}
.contents01 .contents01_01 .contents01_01_01 .contents01_01_01_02 > ul > li > a > .text03 > span{
	width: auto;
	height: auto;
	margin: 0 0 0 .4rem;
	font-size: 1.5rem;
	line-height: 2.5rem;
	color: #DF2127;
	display: inline;
}
.contents01 .contents01_01 .contents01_01_01 .contents01_01_01_02 > ul > li > a > .text04{
	width: auto;
	height: auto;
	margin: 0;
	font-size: 1.2rem;
	line-height: 2.2rem;
	display: block;
}
/*.contents01ここまで*/