@charset "utf-8";.maincontents_inner {
	margin: 0 auto 120px auto;
	max-width: 1100px;
}
.zinesn__title {
	text-align: center;
	line-height: 1;
	margin: 95px 0 15px;
}

@media only screen and (max-width: 632px) {
	.zinesn__title {
		line-height: 1.3;
		margin: 140px 0 15px;
	}
}

.zinesn__contents {
	max-width: 800px;
	margin: 0 auto;
}
.zinesn__image {
	height: 700px;
}
@media only screen and (max-width: 869px) {
	.maincontents_inner {
		max-width: 950px;
	}
}
@media only screen and (max-width: 632px) {
	.zinesn__image {
		height: 111vw;
	}
}
.fade-image {
	text-align: center;
	position: relative;
	max-width: 585px;
	margin: 0 auto 50px;
}

.zinesn__fate-image:nth-child(1) {
	display: inline;
}
.zinesn__fate-image {
	position: absolute;
	top: 5.5%;
	left: 5.5%;
	width: 89%;
	display: none;
}
.zinesn__text {
	font-size: 10px;
	text-align: center;
	margin: 0 0 70px 0;
}

@media only screen and (max-width: 632px) {
	.zinesn__text {
		box-sizing: border-box;
		padding: 0 2.5%;
	}
}

.zinesn__button {
	display: block;
	width: 200px;
	height: 45px;
	line-height: 45px;
	font-size: 13px;
	text-align: center;
	color: #fff;
	background: #000;
	margin: 0 auto;
}
.zinesn__button:link,
.zinesn__button:visited {
	color: #fff;
	text-transform: uppercase;
}
.zinesn__spotify {
	text-align: center;
	margin: 10em auto;
}
.breadcrumbs > .breadcrumbs_inner > ol > li.last span {
	text-transform: none;
}