@charset "UTF-8";
.visual {
	background-image: url(../jpg/pt-main-seasonal.jpg);
	background-position: center bottom;
	background-repeat: no-repeat;
	background-size: cover;
	height: 17.5vw;
	position: relative;
	z-index: 1;
	margin-bottom: 50px;
}
.visual::before {
	content: "";
	display: block;
	width: 100%;
	height: 100%;
	background-color: rgba(0, 0, 0, 0.25);
	position: absolute;
	z-index: 2;
	top: 0;
	left: 0;
}
.visual_image {}
.season_title {}
.season_text {
	max-width: 760px;
	margin: 0 auto 50px;
	text-align: center;
	line-height: 1.75;
}
.season_list {
	list-style: none;
	display: flex;
}
.season_list > li {
	width: 24.25%;
	margin-left: 1%;
}
.season_list > li:first-child {
	margin-left: 0;
}
.season_list > li:last-child {}
.season_list > li:nth-child(2n+1) {}
.season_list > li:nth-child(n+3) {}
.season_list > li > a {
	display: flex;
	text-decoration: none;
	color: #fff;
	background-position: center center;
	background-repeat: no-repeat;
	background-size: cover;
	padding-bottom: 177.3%;
	position: relative;
	z-index: 1;
	justify-content: center;
	align-items: center;
}
.season_list > li > a > b {
	display: flex;
	position: absolute;
	z-index: 2;
	align-items: center;
	justify-content: center;
	font-size: 35px;
	top: 50%;
	left: 0;
	transform: translate(0, -50%);
	width: 100%;
	padding: 0 10px;
	box-sizing: border-box;
	line-height: 1.2;
}
.season_list > li > a > b::after {
	content: "";
	display: block;
	width: 12px;
	height: 12px;
	border: 2px solid #fff;
	border-bottom: none;
	border-left: none;
	margin-left: 6px;
	transform: scale(1, 0.8) rotate(45deg);
	min-width: 12px;
}
.season_list > li > a::before {
	content: "";
	display: block;
	width: 100%;
	height: 100%;
	background-color: rgba(0, 0, 0, 0.25);
	position: absolute;
	z-index: 1;
	top: 0;
	left: 0;
	transition-duration: .3s;
	transition-property: color, background-color;
}
.season_list > li > a::after {}
.season_list > li > a.-spring {
	background-image: url(../jpg/pt-season01%402x.jpg);
	background-position: center bottom;
}
.season_list > li > a.-summer {
	background-image: url(../jpg/pt-season02%402x.jpg)
}
.season_list > li > a.-autumn {
	background-image: url(../jpg/pt-season03%402x.jpg)
}
.season_list > li > a.-winter {
	background-image: url(../jpg/pt-season04%402x.jpg)
}

.div_link{
	display: flex;
	justify-content: center;
	padding: 20px 0;
}

@media screen and (min-width:1000px) {
	.season_list > li > a:hover {}
	.season_list > li > a:hover::before {
		background-color: rgba(0, 0, 0, 0.1);
	}
}
@media screen and (max-width:999px) {
	.visual {
		margin-bottom: 30px;
	}
	.visual::before {}
	.visual_image {}
	.season_title {}
	.season_text {
		margin-bottom: 30px;
	}
	.season_list {}
	.season_list > li {}
	.season_list > li:first-child {}
	.season_list > li:last-child {}
	.season_list > li:nth-child(2n+1) {}
	.season_list > li:nth-child(n+3) {}
	.season_list > li > a {}
	.season_list > li > a > b {
		font-size: 26px;
	}
	.season_list > li > a > b::after {}
	.season_list > li > a::before {}
	.season_list > li > a::after {}
}
@media screen and (max-width:699px) {
	.visual {
		margin-bottom: 20px;
	}
	.visual::before {}
	.visual_image {}
	.season_title {}
	.season_text {
		max-width: none;
		text-align: left;
		margin-bottom: 20px;
	}
	.season_list {
		flex-wrap: wrap;
	}
	.season_list > li {
		width: 48%;
		margin-left: 4%;
	}
	.season_list > li:first-child {}
	.season_list > li:last-child {}
	.season_list > li:nth-child(2n+1) {
		margin-left: 0;
	}
	.season_list > li:nth-child(n+3) {
		margin-top: 4%;
	}
	.season_list > li > a {
		padding-bottom: 150%;
	}
	.season_list > li > a > b {
		font-size: 20px;
	}
	.season_list > li > a > b::after {
		width: 8px;
		height: 8px;
		margin-left: 4px;
		min-width: 8px;
	}
	.season_list > li > a::before {}
	.season_list > li > a::after {}
}
