address, caption, col, dd, dt, figcaption, h1, h2, h3, h4, h5, h6, li, p, td, th{
	letter-spacing: unset;
}
.magazine_section h2{
	font-weight: bold;
}
.page-container{
  padding-left: 0;
  padding-top: 0;
}
.breadcrumbs{
  position: relative;
  padding-left: 20px;
  top: 0;
  left: 0;
}
.magazine_catch_wrap{
	position: relative;
  background: url(/music/time_jazz/magazine/images/img_magazine_fv.jpg) no-repeat;
  background-position: top center;
  background-size: cover;
}
.magazine_catch_name{
	color: #fff;
}
.magazine_catch_copy{
	color: #fff;
}
.magazine_catch_time{
	color: #fff;
	font-size: 1.6rem;
}
.magazine_catch_time.-released{
	background-image: url(/music/time_jazz/magazine/images/icn_calendar.svg);
}
.magazine_catch_time.-updated{
	background-image: url(/music/time_jazz/magazine/images/icn_update.svg);
}
.magazine_pager{
	margin-bottom: 0;
}
.magazine_title p{
	font-family: "Yu Mincho", "YuMincho", "游明朝", "游明朝体", serif;
}
.magazine_share_wrap{
	background-color: #000;
}
.magazine_share_catch{
	color: #fff;
	font-family: "Yu Mincho", "YuMincho", "游明朝", "游明朝体", serif;
	font-weight: 500;
}
.magazine_related_wrap{
	background-color: #34353C;
}
.magazine_related_catch{
	color: #fff;
	font-family: "Yu Mincho", "YuMincho", "游明朝", "游明朝体", serif;
	font-weight: 500;
}
.magazine_related_text:before{
	background-color: #000;
}
.magazine_related_item a:hover p{
	color: #fff;
}
.magazine_related_item a:hover .magazine_related_text_category:before{
	border-top-color: #fff;
}
.magazine_related_text_category:after{
	border-top-color: #fff;
	border-right-color: #fff;
}
.magazine_pager_wrap{
	background-color: #34353C;
}
.magazine_pager_wrap p{
	color: #fff;
}
.magazine_pager_toindex a span{
	color: #fff;
}
.magazine_pager_item a{
	color: #fff;
}
.magazine_copybox{
	width: 100%;
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap-reverse;
}
.magazine_copyright{
	color: #fff;
	font-size: 1.6rem;
	opacity: 0.7;
}
.magazine_profile_catch{
	font-family: "Yu Mincho", "YuMincho", "游明朝", "游明朝体", serif;
	font-weight: 500;
}
.l-footer a:hover{
	text-decoration: none;
}
.mod-text{
	font-size: 1.6rem;
}
.mod-link-inline:link, .mod-link-inline:visited{
	position: relative;
	display: flex;
	width: fit-content;
	min-width: 320px;
	margin: 0 auto;
	color: #fff;
	text-decoration: none;
	padding: 10px 16px;
	text-align: center;
	border-radius: 45px;
	overflow: hidden;
	justify-content: center;
}
.mod-link-inline[target="_blank"]{
	background: url(/assets/images/icn_blank_white.svg) no-repeat;
	background-size: 20px;
	background-position-y: center;
	background-position-x: calc(100% - 10px);
	padding-right: 40px;
}
.mod-link-inline::before{
	position: absolute;
	content: "";
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	background-color: #666;
	z-index: -2;
}
.mod-link-inline::after{
	position: absolute;
	content: "";
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	transform: translateY(100%);
	transition: transform 0.2s ease;
	background-color: #3c3e46;
	z-index: -1;
}
.mod-link-inline:hover::after{
	transform: translateY(0);
}
.magazine_catch_catch{
	color: #fff;
}
.magazine_catch_catch:before{
	background-color: #fff;
}
.mod-section-title{
	margin-bottom: 24px;
}
.mod-section-title:not(:first-child){
	margin-top: 80px;
}
.l-header a{
	text-decoration: none;
}

@media screen and (max-width: 767px){
	.magazine_pager{
		padding-bottom: 135px;
	}
	.magazine_pager_toindex{
		bottom: 0;
	}
}