@charset "UTF-8";
/* CSS Document */
/**********************************************************/
/* PC */
/**********************************************************/
main{
    margin:200px auto;
}
.sec3 .contents-pcphoto {
	margin:0 auto;
}
.sec3 .contents-pcphoto li{
	align-items:center;
	position:relative;
	background-size: cover;
	background-repeat:no-repeat;
	background-position: center;
	transition:0.7s;
	border-radius:40px;
	padding: 40px;
	width: 300px;
	height: 300px;
	z-index:1;
}
.sec3 .contents-pcphoto li.__photo-1{
	background-image:url("../images/top/top-kaya.webp");
}
.sec3 .contents-pcphoto li.__photo-2{
	background-image:url("../images/top/top-kura.webp");
}
.sec3 .contents-pcphoto li.__photo-3{
	background-image:url("../images/top/top-sora.webp");
}
.sec3 .contents-pcphoto li::after{
	position:absolute;
	top:0;
	left:0;
	width:100%;
	height:100%;
	background:rgba(0,0,0,.4);
	content:"";
	border-radius:40px;
	z-index:-1;
}
.sec3 .contents-pcphoto li:hover::after{
	background:rgba(0,0,0,.0);
	transition:0.7s;
}
.sec3 .contents-pcphoto a{
	color:#fff;
	font-size:1.2rem;
}
.sec3 .contents-pcphoto a:hover{
	opacity:1;
	transition:0.7s;
}
.sec3 .contents-pcphoto li div.flex{
	align-items:center;
	justify-content: left;
}
.sec3 .contents-pcphoto li h2{
	font-size:5rem;
	font-family: "Shippori Mincho", serif;
	line-height: 1;
}
.sec3 .contents-pcphoto li h3{
	font-size:2rem;
	font-family: "Shippori Mincho", serif;
	line-height: 1;
	margin-left: 30px;
}
.sec3 .contents-pcphoto li p {
	font-size: 1.4rem;
	line-height: 1.8;
	margin-top: 30px;
}
.detail-more{
	font-size:1.2rem;
	position:relative;
}
.detail-more::before {
	position: absolute;
	content: "";
	background: #fff;
	width: 1px;
	height: 10px;
	bottom: -1px;
	right: -22px;
	transform: rotate(-45deg);
}
.detail-more::after {
	position: absolute;
	content: "";
	background: #fff;
	width: 86px;
	height: 1px;
	bottom: 0px;
	right: -25px;
}
.detail-more p{
	text-align:right;
}


/**********************************************************/
/* SP用 */
/**********************************************************/
@media (max-width: 768px) {
main{
    margin: 120px auto 70px;
}

.sec3 .contents-pcphoto {
    flex-wrap: wrap;
    justify-content: center;
}
	.sec3 .contents-pcphoto li{
		margin-bottom:20px;
}
	.sec3 .contents-pcphoto li {
    padding: 40px;
    max-width: 300px;
    max-height: 200px;
}
	.sec3 .contents-pcphoto li h2 {
    font-size: 3rem;
}
	.sec3 .contents-pcphoto li h3 {
		font-size: 1.6rem;
	}
	.sec3 .contents-pcphoto li p {
    font-size: 1.1rem;
    margin-top: 10px;
}

}