@import 'https://fonts.googleapis.com/css?family=Oswald:300,400';

/* ------------------------------------
 *
 * Page Style
 *
 * ------------------------------------ */

.drums50th {
	overflow: hidden;
	width: 100%;
	font-family: 'Oswald', sans-serif;
	font-size: 1.42857em; /* 20px (base:14px) */
	font-weight: 300;
	line-height: 1.5;
	color: #fff;
}
.drums50th .d50th-section {
	overflow: hidden;
	width: 100%;
}
.drums50th .d50th-titleImage {
	margin: 0;
	padding: 0;
}
.drums50th .d50th-titleImage img {
	display: block;
	width: 100%;
	height: auto;
}

@media (max-width: 767px) {
	.drums50th {
		font-size: 1.21428em; /* 17px (base:14px) */
		line-height: 1.5;
	}
}


/* title */

.drums50th .d50th-titleA01 {
	margin: 0 0 30px 0;
	padding: 0;
	font-size: 1.9em; /* 38px (base:20px) */
	font-weight: 400;
	line-height: 1.47368;
	color: #fff;
	text-align: center;
}
.drums50th .d50th-titleA02 {
	margin: 0 0 25px 0;
	padding: 0;
	font-size: 1.55em; /* 31px (base:20px) */
	font-weight: 400;
	line-height: 1.41935;
	color: #fff;
	text-align: center;
}
.drums50th .d50th-titleB01 {
	margin: 0 0 55px 0;
	padding: 0;
	font-size: 1.3em; /* 26px (base:20px) */
	font-weight: 300;
	line-height: 1.5;
	color: #fff;
	text-align: center;
}

@media (max-width: 767px) {
	.drums50th .d50th-titleA01 {
		margin: 0 0 20px 0;
	}
	.drums50th .d50th-titleA02 {
		margin: 0 0 15px 0;
	}
	.drums50th .d50th-titleB01 {
		margin: 0 0 30px 0;
	}
}


/* color */

.drums50th .d50th-colorBK {
	color: #1b1b1b;
}
.drums50th .d50th-colorGD {
	color: #b1986a;
}


/* more btn */

.drums50th .d50th-moreBtn {
	position: relative;
	display: table;
	margin: 0 auto;
}
.drums50th .d50th-moreBtn a {
	display: block;
}
.drums50th .d50th-moreBtn a,
.drums50th .d50th-moreBtn a:hover {
	color: #fff;
	text-decoration: none;
}
.drums50th .d50th-moreBtn a .d50th-moreBtnText p {
	margin: 0;
	padding: 0 0 20px 0;
	font-size: 0.9em; /* 18px (base:20px) */
	font-weight: 300;
	line-height: 1.5;
	color: #fff;
	text-align: center;
	transform: translateY(0);
	transition: all 0.3s ease;
}
.drums50th .d50th-moreBtn a:hover .d50th-moreBtnText p {
	transform: translateY(5px);
}
.drums50th .d50th-moreBtn a .d50th-moreBtnIcon {
	position: relative;
	display: block;
	margin: 0 auto;
	width: 28px;
	height: 28px;
	background-color: rgba(177, 152, 106, 1);
	border-radius: 50%;
	transform: rotate(0deg);
	transition: all 0.3s ease;
}
.drums50th .d50th-moreBtn a:hover .d50th-moreBtnIcon {
	background-color: rgba(61, 62, 64, 1);
}
.drums50th .d50th-moreBtn a .d50th-moreBtnIcon:before {
	content: "";
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	margin: auto;
	width: 14px;
	height: 2px;
	background-color: rgba(0, 0, 0, 1);
	transition: all 0.3s ease;
}
.drums50th .d50th-moreBtn a:hover .d50th-moreBtnIcon:before {
	background-color: rgba(255, 255, 255, 1);
}
.drums50th .d50th-moreBtn a .d50th-moreBtnIcon:after {
	content: "";
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	margin: auto;
	width: 2px;
	height: 14px;
	background-color: #000;
	transition: all 0.3s ease;
}
.drums50th .d50th-moreBtn a:hover .d50th-moreBtnIcon:after {
	background-color: rgba(255, 255, 255, 1);
}

.drums50th .d50th-moreBtn.d50th-open a .d50th-moreBtnText p {
	font-size: 0.8em;
	opacity: 0;
	transform: translateY(-5px);
}
.drums50th .d50th-moreBtn.d50th-open a .d50th-moreBtnIcon {
	background-color: rgba(61, 62, 64, 1);
	transform: rotate(45deg);
}
.drums50th .d50th-moreBtn.d50th-open a:hover .d50th-moreBtnIcon {
	background-color: rgba(177, 152, 106, 1);
}
.drums50th .d50th-moreBtn.d50th-open a .d50th-moreBtnIcon:before,
.drums50th .d50th-moreBtn.d50th-open a .d50th-moreBtnIcon:after {
	background-color: rgba(255, 255, 255, 1);
}
.drums50th .d50th-moreBtn.d50th-open a:hover .d50th-moreBtnIcon:before,
.drums50th .d50th-moreBtn.d50th-open a:hover .d50th-moreBtnIcon:after {
	background-color: rgba(255, 255, 255, 1);
}


/* icon library */

.drums50th .d50th-iconLib {
	display: none;
}


/* Intoroduction style */

.drums50th .d50th-contentIntoroduction {
	padding: 70px 20px 55px;
	background-image: url(../images/intoroduction_bg.png);
	background-position: center center;
	background-repeat: no-repeat;
	background-size: cover;
	background-color: #000;
}
.drums50th .d50th-contentIntoroduction .d50th-copy {
	margin: 0 auto;
	width: 71%;
	text-align: center;
}

@media (max-width: 767px) {
	.drums50th .d50th-contentIntoroduction {
		padding: 30px 20px 30px;
	}
	.drums50th .d50th-contentIntoroduction .d50th-copy {
		width: 100%;
	}
}


/* History style */

.drums50th .d50th-contentHistory {
	padding: 75px 12px 55px;
	background-color: #1c1c1c;
}
.drums50th .d50th-contentHistory .d50th-copy {
	margin: 0 auto;
	text-align: center;
}
.drums50th .d50th-contentHistory .d50th-historyWrap {
	margin: 35px 0 35px;
}
.drums50th .d50th-contentHistory .d50th-historyThumbList {
	overflow: hidden;
	margin: 0;
	padding: 0;
	list-style: none;
}
.drums50th .d50th-contentHistory .d50th-historyThumbList li {
	float: left;
	margin: 0 0 1.2%;
	padding: 0 0.6%;
	width: 25%;
}
.drums50th .d50th-contentHistory .d50th-historyThumbList li a {
	position: relative;
	display: block;
}
.drums50th .d50th-contentHistory .d50th-historyThumbList li a .d50th-historyYear {
	position: absolute;
	top: 50%;
	left: 0;
	display: block;
	margin-top: -20px;
	width: 100%;
	font-size: 1.3em; /* 26px (base:20px) */
	font-weight: 300;
	line-height: 40px;
	color: #fff;
	text-align: center;
	opacity: 1;
	z-index: 20;
	transition: all 0.2s ease;
}
.drums50th .d50th-contentHistory .d50th-historyThumbList li a:hover .d50th-historyYear {
	opacity: 0;
}
.drums50th .d50th-contentHistory .d50th-historyThumbList li a .d50th-iconPlus {
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	display: block;
	background-color: rgba(0, 0, 0, 0.5);
	opacity: 0;
	z-index: 10;
	transition: all 0.3s ease;
}
.drums50th .d50th-contentHistory .d50th-historyThumbList li a:hover .d50th-iconPlus {
	opacity: 1;
}
.drums50th .d50th-contentHistory .d50th-historyThumbList li a .d50th-iconPlus:before {
	content: "";
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	margin: auto;
	width: 2px;
	height: 2px;
	background-color: #fff;
	transition: all 0.4s ease;
}
.drums50th .d50th-contentHistory .d50th-historyThumbList li a:hover .d50th-iconPlus:before {
	width: 40px;
}
.drums50th .d50th-contentHistory .d50th-historyThumbList li a .d50th-iconPlus:after {
	content: "";
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	margin: auto;
	width: 2px;
	height: 2px;
	background-color: #fff;
	transition: all 0.4s ease;
}
.drums50th .d50th-contentHistory .d50th-historyThumbList li a:hover .d50th-iconPlus:after {
	height: 40px;
}
.drums50th .d50th-contentHistory .d50th-historyThumbList li .d50th-thumb {
	position: relative;
}
.drums50th .d50th-contentHistory .d50th-historyThumbList li .d50th-thumb img {
	display: block;
	width: 100%;
	height: auto;
}
.drums50th .d50th-contentHistory .d50th-historyThumbList li .d50th-thumbCaption {
	padding: 12px;
	font-size: 0.9em; /* 18px (base:20px) */
	font-weight: 300;
	line-height: 1.5;
	color: #fff;
	text-align: center;
}

.drums50th .d50th-chronology {
	overflow: hidden;
	display: none;
	padding: 70px 0 0 0;
}
.drums50th .d50th-chronology .d50th-chronologyYear {
	position: relative;
	margin-bottom: 60px;
	text-align: center;
}
.drums50th .d50th-chronology .d50th-chronologyYear .d50th-chronologyYearInner {
	overflow: hidden;
	position: relative;
	display: table;
	margin: 0 auto;
	padding: 0;
}
.drums50th .d50th-chronology .d50th-chronologyYear .d50th-chronologyYearList {
	overflow: hidden;
	display: table;
	margin: 0 auto;
	padding: 0;
}
.drums50th .d50th-chronology .d50th-chronologyYear .d50th-chronologyYearList li {
	position: static;
	float: left;
	margin: 0;
	padding: 10px 12px 18px;
	width: auto;
	height: auto;
	font-size: 1.2em; /* 24px (base:20px) */
	font-weight: 300;
	line-height: 1.5;
	color: #a2a2a2;
	text-align: center;
	background-color: transparent;
	border-bottom: solid 3px #363636;
	border-radius: 0;
	opacity: 1;
	cursor: pointer;
}
.drums50th .d50th-chronology .d50th-chronologyYear .d50th-chronologyYearList li:hover {
	color: #fff;
}
.drums50th .d50th-chronology .d50th-chronologyYear .d50th-chronologyYearList li.swiper-pagination-bullet-active {
	color: #fff;
}
.drums50th .d50th-chronology .d50th-chronologyYear .d50th-chronologyYearInner .d50th-yearLine {
	position: absolute;
	bottom: 0;
	left: 0;
	width: 16%;
	height: 2px;
	background-color: #b1986a;
}

.drums50th .d50th-historyProductDetailDataArea {
	display: none;
}

@media (max-width: 767px) {
	.drums50th .d50th-contentHistory {
		padding: 30px 12px 40px;
	}
	.drums50th .d50th-contentHistory .d50th-historyThumbList li {
		width: 50%;
	}
	.drums50th .d50th-chronology {
		padding: 30px 0 0 0;
	}
	.drums50th .d50th-chronology .d50th-chronologyYear {
		margin-bottom: 30px;
		padding: 0 0.6%;
	}
	.drums50th .d50th-chronology .d50th-chronologyYear .d50th-chronologyYearInner {
		display: block;
	}
	.drums50th .d50th-chronology .d50th-chronologyYear .d50th-chronologyYearList {
		display: block;
	}
	.drums50th .d50th-chronology .d50th-chronologyYear .d50th-chronologyYearList li {
		padding: 10px 0 18px;
		width: 16.66666%;
	}
}


/* History Modal style */

#d50th-historyProductDetail {
	overflow: hidden;
	padding: 0 3% 3%;

	/* .drums50th font style */
	font-family: 'Oswald', sans-serif;
	font-size: 1.42857em; /* 20px (base:14px) */
	font-weight: 300;
	line-height: 1.5;
	color: #fff;
}
#d50th-historyProductDetail .d50th-detailInfo {
	float: left;
	width: 50%;
}
#d50th-historyProductDetail .d50th-detailInfo .d50th-detailYear {
	margin: 0 0 30px 0;
	padding: 0;
	font-size: 1.50em; /* 30px (base:20px) */
	font-weight: 400;
	line-height: 1.5;
	color: #1b1b1b;
	text-align: center;
}
#d50th-historyProductDetail .d50th-detailInfo .d50th-detailTitle {
	margin: 0 0 15px 0;
	padding: 0;
	font-size: 1em; /* 20px (base:20px) */
	font-weight: 400;
	line-height: 1.5;
	color: #1b1b1b;
	text-align: left;
}
#d50th-historyProductDetail .d50th-detailInfo .d50th-detailTitle ~ .d50th-detailTitle {
	margin-top: 20px;
}
#d50th-historyProductDetail .d50th-detailInfo p {
	font-size: 0.8em; /* 16px (base:20px) */
	line-height: 1.5;
	color: #1b1b1b;
	text-align: left;
}
#d50th-historyProductDetail .d50th-detailPhoto {
	float: right;
	padding-top: 75px;
	width: 45%;
}
#d50th-historyProductDetail .d50th-detailPhoto img {
	display: block;
	margin: 0 auto;
	width: 100%;
	max-width: 100%;
	height: auto;
}

@media (max-width: 767px) {
	#d50th-historyProductDetail {
		/* .drums50th font style */
		font-size: 1.21428em; /* 17px (base:14px) */
		line-height: 1.5;
	}
	#d50th-historyProductDetail .d50th-detailInfo {
		float: none;
		width: 100%;
	}
	#d50th-historyProductDetail .d50th-detailInfo .d50th-detailYear {
		margin: 0 0 20px 0;
	}
	#d50th-historyProductDetail .d50th-detailPhoto {
		float: none;
		margin-top: 30px;
		padding-top: 0;
		width: 100%;
	}
}



/* Limited model style */

.drums50th .d50th-contentModel {
	padding: 75px 30px 55px;
	background-color: #000;
}
.drums50th .d50th-contentModel .d50th-copy {
	margin: 0 auto;
	text-align: center;
}
.drums50th .d50th-contentModel .d50th-visual {
	margin: 30px 0;
	padding: 0 15px;
}
.drums50th .d50th-contentModel .d50th-visual img {
	display: block;
	margin: 0 auto;
	max-width: 100%;
	height: auto;
}
.drums50th .d50th-modelDetail {
	overflow: hidden;
	display: none;
	padding: 70px 0 0 0;
}
.drums50th .d50th-contentModel .d50th-modelDetail .d50th-copy {
	margin: 0 auto 90px;
	padding: 0 120px;
	text-align: center;
}
.drums50th .d50th-contentModel .d50th-modelDetail .d50th-modelDetailPointList {
	overflow: hidden;
	margin: 0 auto 20px;
	padding: 0;
	max-width: 644px;
	list-style: none;
}
.drums50th .d50th-contentModel .d50th-modelDetail .d50th-modelDetailPointList li {
	float: left;
	margin: 0 0 0 60px;
	padding: 0 0 70px;
	width: 292px;
}
.drums50th .d50th-contentModel .d50th-modelDetail .d50th-modelDetailPointList li:first-child {
	margin-left: 0;
}
.drums50th .d50th-contentModel .d50th-modelDetail .d50th-modelDetailPointList li:nth-child(2n+1) {
	margin-left: 0;
}
.drums50th .d50th-contentModel .d50th-modelDetail .d50th-modelDetailPointList li .d50th-modelDetailTitle {
	margin: 0 0 15px;
	padding: 0;
	font-size: 1.2em; /* 24px (base:20px) */
	font-weight: 300;
	line-height: 1.5;
	color: #fff;
}
.drums50th .d50th-contentModel .d50th-modelDetail .d50th-modelDetailPointList li p {
	font-size: 0.8em; /* 16px (base:20px) */
	font-weight: 300;
	line-height: 1.5;
	color: #7d7d7d;
}
.drums50th .d50th-contentModel .d50th-modelDetail .d50th-modelDetailPointList li .d50th-photo {
	margin-top: 20px;
}
.drums50th .d50th-contentModel .d50th-modelDetail .d50th-modelDetailPointList li .d50th-photo img {
	display: block;
	width: 100%;
	height: auto;
}
.drums50th .d50th-contentModel .d50th-modelDetail .d50th-moreLink {
	margin-bottom: 35px;
	text-align: center;
}
.drums50th .d50th-contentModel .d50th-modelDetail .d50th-moreLink p {
	display: table;
	margin: 0 auto;
}
.drums50th .d50th-contentModel .d50th-modelDetail .d50th-moreLink p:after {
	content: url(../images/icon_arrow.png);
	display: inline-block;
	margin-left: 15px;
}
.drums50th .d50th-contentModel .d50th-modelDetail .d50th-moreLink a {
	display: inline-block;
	font-size: 1.1em; /* 22px (base:20px) */
	font-weight: 300;
	line-height: 1.5;
	color: #b1986a;
	text-decoration: none;
}
.drums50th .d50th-contentModel .d50th-modelDetail .d50th-moreLink a:hover {
	text-decoration: underline;
}

@media (max-width: 767px) {
	.drums50th .d50th-contentModel {
		padding: 30px 30px 40px;
	}
	.drums50th .d50th-modelDetail {
		padding: 40px 0 0 0;
	}
	.drums50th .d50th-contentModel .d50th-modelDetail .d50th-copy {
		margin: 0 auto 60px;
		padding: 0;
	}
	.drums50th .d50th-contentModel .d50th-modelDetail .d50th-modelDetailPointList {
		max-width: 100%;
	}
	.drums50th .d50th-contentModel .d50th-modelDetail .d50th-modelDetailPointList li {
		float: left;
		margin: 0 0 40px;
		padding: 0;
		width: 100%;
	}
	.drums50th .d50th-contentModel .d50th-modelDetail .d50th-modelDetailPointList li .d50th-modelDetailTitle {
		text-align: center;
	}
	.drums50th .d50th-contentModel .d50th-modelDetail .d50th-modelDetailPointList li p {
		font-size: 1em; /* 17px (base:17px) */
		line-height: 1.5;
		text-align: center;
	}
	.drums50th .d50th-contentModel .d50th-modelDetail .d50th-modelDetailPointList li .d50th-photo img {
		margin: 0 auto;
		width: auto;
		max-width: 100%;
		height: auto;
	}
}


/* Artist Voice style */

.drums50th .d50th-contentArtist {
	padding: 75px 12px 55px;
	background-color: #1c1c1c;
}
.drums50th .d50th-contentArtist .d50th-copy {
	margin: 0 auto;
	text-align: center;
}
.drums50th .d50th-contentArtist .d50th-visual {
	margin: 30px 0;
	padding: 0 15px;
}
.drums50th .d50th-artistVoice {
	overflow: hidden;
	display: none;
	padding: 70px 0 0 0;
}
.drums50th .d50th-contentArtist .d50th-artistVoiceThumbList {
	overflow: hidden;
	margin: 0;
	padding: 0;
	list-style: none;
}
.drums50th .d50th-contentArtist .d50th-artistVoiceThumbList li {
	float: left;
	margin: 0 0 1.2%;
	padding: 0 0.6%;
	width: 25%;
}
.drums50th .d50th-contentArtist .d50th-artistVoiceThumbList li a {
	position: relative;
	display: block;
}
.drums50th .d50th-contentArtist .d50th-artistVoiceThumbList li .d50th-thumb {
	position: relative;
}
.drums50th .d50th-contentArtist .d50th-artistVoiceThumbList li .d50th-thumb img {
	display: block;
	width: 100%;
	height: auto;
}
.drums50th .d50th-contentArtist .d50th-artistVoiceThumbList li .d50th-artistName {
	padding: 20px 12px;
	font-size: 0.9em; /* 18px (base:20px) */
	font-weight: 300;
	line-height: 1.5;
	color: #fff;
	text-align: center;
	background-color: #000
}

.drums50th .d50th-contentArtist .d50th-artistVoiceThumbList li a .d50th-iconPlay {
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	display: block;
	background-color: rgba(0, 0, 0, 0);
	z-index: 10;
	transition: all 0.2s ease;
}
.drums50th .d50th-contentArtist .d50th-artistVoiceThumbList li a .d50th-iconPlay span {
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	display: block;
	margin: auto;
	width: 44px;
	height: 44px;
	background-color: rgba(0, 0, 0, 0.7);
	border-radius: 50%;
	z-index: 20;
}
.drums50th .d50th-contentArtist .d50th-artistVoiceThumbList li a .d50th-iconPlay span:before {
	content: "";
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	display: block;
	margin: auto;
	width: 44px;
	height: 44px;
	border: solid 2px #b1986a;
	border-radius: 50%;
	opacity: 1;
	z-index: 25;
	transition: all 0.2s ease;
}
.drums50th .d50th-contentArtist .d50th-artistVoiceThumbList li a .d50th-iconPlay span:after {
	content: "";
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	display: block;
	margin: auto;
	width: 1px;
	height: 1px;
	background-color: rgba(177, 152, 106, 1);
	border-radius: 50%;
	z-index: 30;
	transition: all 0.2s ease;
}
.drums50th .d50th-contentArtist .d50th-artistVoiceThumbList li a .d50th-iconPlay span .d50th-iconPlayArrow {
	position: absolute;
	top: 50%;
	left: 50%;
	display: block;
	margin-top: -7px;
	margin-left: -5px;
	width: 11px;
	height: 14px;
	fill: #fff;
	z-index: 40;
	transition: all 0.2s ease;
}
.drums50th .d50th-contentArtist .d50th-artistVoiceThumbList li a:hover .d50th-iconPlay {
	background-color: rgba(0, 0, 0, 0.5);
}
.drums50th .d50th-contentArtist .d50th-artistVoiceThumbList li a:hover .d50th-iconPlay span:before {
	opacity: 0;
}
.drums50th .d50th-contentArtist .d50th-artistVoiceThumbList li a:hover .d50th-iconPlay span:after {
	width: 44px;
	height: 44px;
}
.drums50th .d50th-contentArtist .d50th-artistVoiceThumbList li a:hover .d50th-iconPlay span .d50th-iconPlayArrow {
	fill: #000;
}

.drums50th .d50th-contentArtist .d50th-artistVoiceThumbList li a .d50th-iconPlayHover {
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	display: block;
	background-color: rgba(0, 0, 0, 0);
	z-index: 10;
	transition: all 0.2s ease;
}
.drums50th .d50th-contentArtist .d50th-artistVoiceThumbList li a .d50th-iconPlayHover span {
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	display: block;
	margin: auto;
	width: 44px;
	height: 44px;
	border-radius: 50%;
	z-index: 20;
}
.drums50th .d50th-contentArtist .d50th-artistVoiceThumbList li a .d50th-iconPlayHover span:after {
	content: "";
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	display: block;
	margin: auto;
	width: 1px;
	height: 1px;
	background-color: rgba(177, 152, 106, 1);
	border-radius: 50%;
	opacity: 0;
	z-index: 20;
	transition: all 0.2s ease;
}
.drums50th .d50th-contentArtist .d50th-artistVoiceThumbList li a .d50th-iconPlayHover span .d50th-iconPlayArrow {
	position: absolute;
	top: 50%;
	left: 50%;
	display: block;
	margin-top: -7px;
	margin-left: -5px;
	width: 11px;
	height: 14px;
	fill: #000;
	opacity: 0;
	z-index: 30;
	transition: all 0.2s ease;
}
.drums50th .d50th-contentArtist .d50th-artistVoiceThumbList li a:hover .d50th-iconPlayHover {
	background-color: rgba(0, 0, 0, 0.5);
}
.drums50th .d50th-contentArtist .d50th-artistVoiceThumbList li a:hover .d50th-iconPlayHover span:after {
	width: 44px;
	height: 44px;
	background-color: rgba(177, 152, 106, 1);
	opacity: 1;
}
.drums50th .d50th-contentArtist .d50th-artistVoiceThumbList li a:hover .d50th-iconPlayHover span .d50th-iconPlayArrow {
	opacity: 1;
}

.drums50th .d50th-contentArtist .d50th-artistVoicePickup {
	margin: 55px 0 50px;
}
.drums50th .d50th-contentArtist .d50th-artistVoicePickup li {
	width: 33.33333%;
}

@media (max-width: 767px) {
	.drums50th .d50th-contentArtist {
		padding: 30px 12px 40px;
	}
	.drums50th .d50th-contentArtist .d50th-artistVoiceThumbList li {
		width: 50%;
	}
	.drums50th .d50th-contentArtist .d50th-artistVoicePickup {
		margin: 55px 0 30px;
	}
	.drums50th .d50th-contentArtist .d50th-artistVoicePickup li {
		padding: 0 1.2%;
		width: 100%;
	}
}


/* instagram style */

.drums50th .d50th-contentInstagram {
	padding: 75px 12px 45px;
	background-color: #ececec;
}
.drums50th .d50th-contentInstagram .d50th-titleLink {
	text-align: center;
}
.drums50th .d50th-contentInstagram .d50th-titleLink a {
	position: relative;
	display: table;
	margin: 0 auto;
	padding-top: 60px;
	color: #b1986a;
	text-decoration: none;
	transition: all 0.3s ease;
}
.drums50th .d50th-contentInstagram .d50th-titleLink a:hover {
	color: #707070;
	text-decoration: none;
}
.drums50th .d50th-contentInstagram .d50th-titleLink a .d50th-iconInstagram {
	position: absolute;
	top: 0;
	left: 50%;
	display: block;
	margin-left: -20px;
	width: 40px;
	height: 40px;
	fill: #b1986a;
	transition: all 0.3s ease;
}
.drums50th .d50th-contentInstagram .d50th-titleLink a:hover .d50th-iconInstagram {
	fill: #707070;
}
/*.drums50th .d50th-contentInstagram .d50th-titleLink a .fa-instagram {
	position: absolute;
	top: 0;
	left: 50%;
	display: block;
	margin-left: -20px;
	font-size: 46px;
}

.drums50th .d50th-contentInstagram .d50th-addIconImg a:after {
	content: url(../images/icon_instagram.png);
	position: absolute;
	top: 0;
	left: 50%;
	display: block;
	margin-left: -20px;
}
.drums50th .d50th-contentInstagram .d50th-addIconImg a:hover:after {
	content: url(../images/icon_instagram_over.png);
	position: absolute;
	top: 0;
	left: 50%;
	display: block;
	margin-left: -20px;
}*/
.drums50th .d50th-contentInstagram .d50th-copy {
	margin: 0 auto;
	text-align: center;
}
.drums50th .d50th-instagram {
	overflow: hidden;
	padding: 50px 0 85px 0;
	background-image: url(../images/footer_logo.png);
	background-position: center bottom;
	background-repeat: no-repeat;
}

@media (max-width: 767px) {
	.drums50th .d50th-contentInstagram {
		padding: 30px 12px 45px;
	}
	.drums50th .d50th-instagram {
		padding: 30px 0 85px 0;
	}
}


/* animation */

.drums50th .d50th-animate-fadeIn {
	opacity: 0;
	transform: translateY(-20px);
	transition: all 1s ease;
}
.drums50th .d50th-animate-fadeOver {
	opacity: 0;
	transform: scale(1.05);
	transition: all 1s ease;
}
.drums50th .d50th-animate-end {
	opacity: 1;
	transform: translateY(0) scale(1);
}