@charset "utf-8";

/* SP */
@media screen and (max-width: 750px) {

#crosstalk {
	padding: 13.33vw 7.2vw 8vw;
	}

#crosstalk .item-list {
	margin-top: 13.33vw;
	}

#crosstalk .item {
	padding-bottom: 21.2vw;
	}

#crosstalk .item a {
	display: block;
	text-decoration: none;
	}

#crosstalk .item .title {
	font-size: 4.18vw;
	line-height: 6.26vw;
	font-weight: 700;
	color: #000;
	letter-spacing: 0.1rem;
	font-feature-settings: "palt";
	padding-top: 2.66vw;
	}

}/* SP end */


/* PC */
@media screen and (min-width: 751px) {

#crosstalk {
	width: 1020px;
	margin: 0 auto;
	padding: 60px 0 0;
	}

#crosstalk .item-list {
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	margin-top: 76px;
	}

#crosstalk .item-list::after {
	content: "";
	display: block;
	width: 30%;
	}

#crosstalk .item {
	width: 326px;
	height: 360px;
	}

#crosstalk .item a {
	display: block;
	text-decoration: none;
	}

#crosstalk .item a:hover img {
	opacity: 0.6;
	transition: .3s;
	}

#crosstalk .item img {
	width: 326px;
	}

#crosstalk .item .title {
	font-size: 16px;
	line-height: 24px;
	font-weight: 700;
	color: #000;
	letter-spacing: 0.1rem;
	font-feature-settings: "palt";
	padding-top: 10px;
	}

}/* PC end */