@charset "utf-8";
/*------------------------------------------------------------
	lifestyle
------------------------------------------------------------*/
#main .pageTitle {
	padding-bottom: 7.6rem;
}
#main .bgBox {
	background: url(../img/lifestyle/bg01.png) no-repeat top 53.85% left / 100%;
}
#main .photoUl {
	margin: 0 auto 2.7rem;
	max-width: 110.2rem;
	display: flex;
	flex-wrap: wrap;
	gap: 2.8rem;
}
#main .photoUl li {
	position: relative;
	width: calc((100% - 5.6rem) / 3);
	border: 0.3rem solid #ff931e;
	box-sizing: border-box;
}
#main .photoUl li .photo {
	position: relative;
}
#main .photoUl li .photo img {
	width: 100%;
}
#main .photoUl li .photo .tagImg {
	position: absolute;
	top: 0.8rem;
	left: 0.8rem;
	width: 8.9rem;
	z-index: 5;
}
#main .photoUl li .textBox {
	padding-bottom: 1.9rem;
	background: #FFF;
}
#main .photoUl li .textBox .title {
	margin-bottom: 1.3rem;
	padding: 0.4rem 1rem;
	color: #FFF;
	background: #ff931e;
	font-size: 2rem;
	font-weight: 500;
	text-align: center;
	position: relative;
}
#main .photoUl li .textBox .title .pic {
	position: absolute;
	bottom: 0.4rem;
	right: 0;
	width: 4.3rem;
}
#main .photoUl li .textBox .text {
	padding: 0 1.4rem 0 0.8rem;
	line-height: 1.64;
	font-feature-settings: "palt";
	-moz-font-feature-settings: "palt";
	letter-spacing: 0.05em;
	text-align: justify;
}
#main .photoUl li.style01 {
	border-color: #ac5aa9;
}
#main .photoUl li.style01 .textBox .title {
	background: #ac5aa9;
}
#main .photoUl li.style02 {
	border-color: #7ac943;
}
#main .photoUl li.style02 .textBox .title {
	background: #7ac943;
}
#main .photoUl li.style03 {
	border-color: #3fa9f5;
}
#main .photoUl li.style03 .textBox .title {
	background: #3fa9f5;
}
#main .photoUl.spec {
	gap: 2.7rem 2.8rem;
}
#main .photoUl.spec li {
	width: calc((100% - 8.4rem) / 4);
}
#main .photoUl.spec li .textBox {
	padding-bottom: 1.7rem;
}
#main .photoUl.spec li .textBox .title {
	margin-bottom: 0.7rem;
	padding: 0.8rem 0.2rem 0.6rem;
	font-size: 1.6rem;
}
#main .photoUl.spec li .textBox .text {
	padding: 0 0.7rem 0 0.7rem;
	letter-spacing: 0;
	min-height: 7.9rem;
	text-align: left;
}
#main .textArea {
	margin: -25.1rem 0 26rem auto;
    width: 59rem;
}
#main .textArea .text {
	color: #333;
	font-weight: 500;
	line-height: 2.13;
	text-align: center;
}
#main .comBtn {
	margin-bottom: 12rem;
}
@media all and (max-width: 896px) {
#main .pageTitle {
	padding-bottom: 2.9rem;
}
	#main .bgBox {
		background: url(../img/lifestyle/bg01_sp.png) no-repeat top 35.93% left / 100%;
	}
	#main .photoUl {
		margin: 0 auto 1.2rem;
		max-width: inherit;
		justify-content: space-between;
		gap: 1.2rem 0;
	}
	#main .photoUl li {
		width: calc((100% - 1.2rem) / 2);
		border-width: 1px;
	}
	#main .photoUl li .photo {
		aspect-ratio: 159 / 149;
	}
	#main .photoUl li .photo img {
		width: 100%;
		height: 100%;
		object-fit: cover;
	}
	#main .photoUl li .photo .tagImg {
		top: 0.4rem;
		left: 0.4rem;
		width: 5.2rem;
	}
	#main .photoUl li .textBox {
		padding-bottom: 1.3rem;
	}
	#main .photoUl li .textBox .title {
		margin-bottom: 0.6rem;
		padding: 0.2rem 1rem 0.3rem;
		font-size: 1.2rem;
	}
	#main .photoUl li .textBox .title .pic {
		bottom: 0.3rem;
		width: 2.8rem;
	}
	#main .photoUl li .textBox .text {
		padding: 0 0.6rem 0 0.4rem;
		line-height: 1.4;
		font-size: 1rem;
	}
	#main .photoUl li.wid100 {
		width: 100%;
		border-width: 0.3rem;
	}
	#main .photoUl li.wid100 .photo {
		aspect-ratio: 329 / 195;
	}
	#main .photoUl li.wid100 .photo .tagImg {
		top: 0.8rem;
		left: 0.7rem;
		width: 8.5rem;
	}
	#main .photoUl li.wid100 .textBox {
		padding-bottom: 1.5rem;
	}
	#main .photoUl li.wid100 .title {
		margin-bottom: 1.3rem;
		padding: 0.6rem 1rem;
		font-size: 1.6rem;
	}
	#main .photoUl li.wid100 .text {
		padding: 0 1.4rem 0 0.8rem;
		line-height: 1.61;
		font-size: 1.2rem;
	}
	#main .photoUl.spec {
		gap: 1.1rem 0;
	}
	#main .photoUl.spec li {
		width: calc((100% - 1.2rem) / 2);
		border-width: 0.2rem;
	}
	#main .photoUl.spec li .photo {
		aspect-ratio: 159 / 132;
	}
	#main .photoUl.spec li .textBox {
		padding-bottom: 0.7rem;
	}
	#main .photoUl.spec li .textBox .title {
		margin-bottom: 0.5rem;
		padding: 0.5rem 0.2rem 0.4rem;
		font-size: 1rem;
	}
	#main .photoUl.spec li .textBox .text {
		padding: 0 0.4rem;
		font-size: 1rem;
		min-height: 4.8rem;
		line-height: 1.59;
	}
	#main .textArea {
		margin: 0;
		width: auto;
	}
	#main .textArea .text {
		margin: 1.9rem -1rem 2.7rem;
		line-height: 1.72;
		font-size: 1.2rem;
	}
	#main .comBtn {
		margin-bottom: 4.3rem;
	}
}