@charset "UTF-8";
@font-face {
	font-family: 'Avenir';
	src: url(/font/avenir.ttf);
}
@font-face {
	font-family: 'YuGoPr6N-R';
	src: url(/font/YuGo/subset/YuGoPr6N-R.otf);
}
@font-face {
	font-family: 'YuGoPr6N-D';
	src: url(/font/YuGo/subset/YuGoPr6N-D.otf);
}
@font-face {
	font-family: 'YuGoPr6N-L';
	src: url(/font/YuGo/subset/YuGoPr6N-L.otf);
}
@font-face {
	font-family: 'YuGoPr6N-M';
	src: url(/font/YuGo/subset/YuGoPr6N-M.otf);
}
@font-face {
	font-family: 'YuGoPr6N-B';
	src: url(/font/YuGo/subset/YuGoPr6N-B.otf);
}


/* discography ---------------------------------------*/

.discography{
	padding-bottom: 115px;
	background: #fff;
	margin-bottom: 570px;
}

.discography-title{padding-bottom: 80px;}

.discography-category{
	position: relative;
	margin: 0 auto 65px;
	width: 333px;
}

.discography-category-list{
	display: flex;
	justify-content:space-between;
	align-items:center;
	flex-wrap: wrap;
	width: 100%;
}

.discography-category-list-item{
	font-size: 14px;
	font-family: 'Avenir';
	font-weight: 300;
	cursor: pointer;
}

.discography-category-list-item span{
	position: relative;
	padding-bottom: 5px;
	color: rgba(0,0,0,0.3);
	-webkit-transition: all .3s;
	transition: all .3s;
}

.discography-category-list-item span::before{
	content: '';
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	height: 1px;
	-webkit-transform: scaleX(0);
	-ms-transform: scaleX(0);
	transform: scaleX(0);
	background-color: #000;
	-webkit-transition: all .3s;
	transition: all .3s;
}

.discography-category-list-item:hover span{color: #000;}
.discography-category-list-item:hover span::before{
	transform: scaleX(1);
}
.discography-category-list-item.is-active span{color: #000;}
.discography-category-list-item.is-active span::before{
	transform: scaleX(1);
}

.discography-list-wrapper{}

.discography-list{
	display: flex;
	justify-content: flex-start;
	flex-wrap: wrap;
	gap: 0 calc((100% - (21.6% * 4)) / 3);
}

.discography-list-item{
	width: 21.6%;
	margin-bottom: 60px;
}

.discography-list-image{
	margin-bottom: 20px;
	overflow: hidden;
	aspect-ratio: 1/1;
}

.discography-list-image img{
	transition: 0.3s;
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
}

.discography-list-image:hover img{
	transform:scale(1.05,1.05);
	opacity: 0.7;
}

.discography-list-detail{
	margin-bottom: 20px;
}

.discography-list-detail-info{
	display: flex;
	align-items: center;
	margin-bottom: 2px;
}

.discography-list-detail-info-data{
	font-size: 12px;
	font-weight: lighter;
	font-family: 'Avenir';
	color: #000;
	line-height: 2;
	margin-right: 10px;
}

.discography-list-detail-info-hashtag{
	font-size: 10px;
	font-weight: lighter;
	font-family: 'Avenir';
	color: rgba(0,0,0,0.6);
	line-height: 2.4;
}

.discography-list-title{
	font-size: 16px;
	font-family: 'YuGoPr6N-D';
	line-height: 1.5;
	letter-spacing:0.04em;
}
.en .discography-list-title{
	font-family: 'Avenir';
	font-weight: 600;
	letter-spacing: calc(25em / 1000);
}

.discography-list-shop{
	display: flex;
}

.discography-list-shop-note{
	width: 30px;
	height: 30px;
	background: url(/img/discography/icon_music.png) no-repeat center center;
	background-size: 100%;
	display: block;
	transition: 0.3s;
	margin-right: 15px;
	position: relative;
}

.discography-list-shop-note::after {
	content: "";
	display: block;
	position: absolute;
	top: 50%;
	left: 50%;
	width: 100%;
	height: 100%;
	border-radius: 50%;
	transform: translate(-50%, -50%) scale(0, 0);
	transition: transform ease 0.3s;
}

.discography-list-shop-note:hover::after{
	transform: translate(-50%, -50%) scale(1, 1);
	background: url(/img/discography/icon_music_hover.png) no-repeat center center;
	background-size: 100%;
	opacity: 1;
}

.discography-list-shop-link{
	font-size: 12px;
	font-family: 'YuGoPr6N-M';
	line-height: 29px;
	position: relative;
	transition: 0.3s;
	padding-right: 20px;
}
.en .discography-list-shop-link{
	font-family: 'Avenir';
	font-weight: 500;
	letter-spacing: calc(25em / 1000);
}

.discography-list-shop-link::after {
	display: block;
	content: '';
	background: url('/img/common/icon_arrow_next.png') no-repeat center center; 
	background-size: 100%;
	width: 12px;
	height: 2.5px;
	position: absolute;
	right: 0px;
	top: 50%;
	transform: translate(0,-50%);
	transition: 0.3s;
}

.discography-list-shop-link::before{
	position: absolute;
	left: 0;
	content: '';
	width: 100%;
	height: 1px;
	background: #000000;
	bottom: -1px;
	transform: scale(0, 1);
	transform-origin: center top;  
	transition: 0.3s;
}
		
.discography-list-shop-link:hover::before {transform: scale(1, 1); }

.discography-list-shop-link:hover:after{right: -5px;}


/* discography detail ---------------------------------------*/

.discographydetail{
	padding-bottom: 150px;
	background: #fff;
}

.discographydetail-title{padding-bottom: 35px;}

.discographydetail .inner{max-width: 760px;}

.discographydetail-image{
	max-width: 569px;
	margin: 0 auto 40px;
}

.discographydetail-content{
	text-align: center;
	margin-bottom: 75px;
}

.discographydetail-content-title{
	font-family: 'YuGoPr6N-B';
	font-size: 20px;
	line-height: 1.8;
	letter-spacing: 1px;
	margin-bottom: 15px;
}
.en .discographydetail-content-title{
	font-family: 'Avenir';
	font-weight: 700;
	letter-spacing: calc(25em / 1000);
}

.discographydetail-content-text{
	font-size: 14px;
	font-family: 'YuGoPr6N-M';
	line-height: 2;
	letter-spacing: 1px;
}
.en .discographydetail-content-text{
	font-family: 'Avenir';
	font-weight: 500;
	letter-spacing: calc(25em / 1000);
}

.discographydetail-info{
	padding-top: 50px;
	margin-bottom: 85px;
	border-top: 1px solid #707070;
}

.discographydetail-info-lead{
	font-family: 'YuGoPr6N-D';
	font-size: 14px;
	margin-bottom: 20px;
	line-height: 1.8;
	letter-spacing: 1px;
}
.en .discographydetail-info-lead{
	font-family: 'Avenir';
	font-weight: 600;
	letter-spacing: calc(25em / 1000);
}

.discographydetail-info-text{
	font-family: 'YuGoPr6N-M';
	font-size: 14px;
	margin-bottom: 20px;
	line-height: 1.8;
	letter-spacing: 1.7px;
}
.en .discographydetail-info-text{
	font-family: 'Avenir';
	font-weight: 500;
	letter-spacing: calc(25em / 1000);
}

.discographydetail-songs{
	padding-top: 35px;
	margin-bottom: 95px;
	border-top: 1px solid #707070;
	position: relative;
}

.discographydetail-songs::before {
	display: block;
	content: '収録曲';
	color: rgba(0,0,0,0.3);
	font-family: 'YuGoPr6N-M';
	background: #fff; 
	background-size: 100%;
	width: 60px;
	height: auto;
	position: absolute;
	left: 0;
	top: 0;
	transform: translate(0,-50%);
}
.en .discographydetail-songs::before{
	font-family: 'Avenir';
	font-weight: 500;
	content: 'Tracklist';
	width: 75px;
	letter-spacing: calc(25em / 1000);
}

.discographydetail-songs-list{padding-left: 20px;}

.discographydetail-songs-list-item{
	font-size: 14px;
	font-family: 'YuGoPr6N-M';
	line-height: 2;
	position: relative;
	padding-left: 15px;
}
.en .discographydetail-songs-list-item{
	font-family: 'Avenir';
	font-weight: 500;
	letter-spacing: calc(25em / 1000);
}

.discographydetail-songs-list-item::before {
	display: block;
	content: '';
	background: url('/img/common/icon_circle.png') no-repeat center center; 
	background-size: 100%;
	width: 8px;
	height: 8px;
	position: absolute;
	left: 0;
	top: 50%;
	transform: translate(0,-50%);
}

.discographydetail-btn-wrapper{
	display: flex;
	justify-content: center;
	gap: 0 calc(368px - (168px * 2));
	width: 368px;
	margin: 0 auto 100px;
}

.discographydetail-btn{
	width: 168px;
	border-radius: 30px;
	font-size: 14px;
	font-family: 'YuGoPr6N-M';
	line-height: 2;
	text-align: center;
	padding: 8px 0;
	transition: 0.3s;
}
.en .discographydetail-btn{
	font-family: 'Avenir';
	font-weight: 500;
	letter-spacing: calc(25em / 1000);
}

.discographydetail-btn-shop{
	background: #000;
	color: #fff;
	border: 1px solid #000;
}

.discographydetail-btn-music{
	background: #fff;
	border: 1px solid #000;
}

.discographydetail-btn-shop:hover{
	background: #fff;
	color: #000;
}

.discographydetail-btn-music:hover{
	background: #000;
	color: #fff;
}

.discographydetail-buy:hover span::before {transform: scale(1, 1); }

.discographydetail-share{
	border-top: 1px solid #707070;
	padding-top: 35px;
	display: flex;
	align-items: center;
}

.discographydetail-share-text{
	font-family: 'Avenir';
	font-weight: lighter;
	font-size: 16px;
	margin-right: 20px;
	letter-spacing: 2px;
}

.discographydetail-share-list{
	display: flex;
	align-items: center;
	width: 96px;
	justify-content: space-between;
}

.discographydetail-share-list-item a{
	display: block;
	transition: 0.3s;
}

.discographydetail-share-list-item a:hover{opacity: 0.3;}

.discographydetail-share-list-item-facebook{
	width: 20px;
	height: 20px;
	background: url(/img/discography/detail/icon_facebook.png) no-repeat center center;
	background-size: 100%;
}
.discographydetail-share-list-item-twitter{
	width: 20px;
	height: 16px;
	background: url(/img/discography/detail/icon_twitter.png) no-repeat center center;
	background-size: 100%;
}
.discographydetail-share-list-item-line{
	width: 22px;
	height: 21px;
	background: url(/img/discography/detail/icon_line.png) no-repeat center center;
	background-size: 100%;
}

.discographydetail-thumbnail{
	padding-bottom: 190px;
	background: #fff;
	margin-bottom: 570px;
}

.discographydetail-thumbnail-list{
	display: flex;
	justify-content: space-between;
	width: 100%;
	margin-bottom: 80px;
}

.discographydetail-thumbnail-list-item{width: 16.2%;}

.discographydetail-thumbnail-list-item a{
	overflow: hidden;
	display: block;
}

.discographydetail-thumbnail-list-item a img{
	transition: 0.3s;
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
}

.discographydetail-thumbnail-list-item a:hover img{
	transform:scale(1.05,1.05);
	opacity: 0.7;
}



@media screen and (max-width: 1000px){

	/* discography ---------------------------------------*/

	.discography{padding: 25px 35px 80px;}

	.discography-title{padding-bottom: 35px;}

	.discography-category{
		margin-bottom: 40px;
		width: 100%;
	}

	.discography-category-list{
		width: 100%;
		max-width: 350px;
	}

	.discography-category-list-item span{padding-bottom: 2px;}

	.discography-list-wrapper{}

	.discography-list{display: block;}

	.discography-list-item{
		width: 100%;
		margin-bottom: 40px;
	}

	.discography-list-title{margin-bottom: 3px;}


	/* discography detail ---------------------------------------*/

	.discographydetail{padding: 0px 35px 80px;}
	.discographydetail-title{padding-bottom: 40px;}

	.discographydetail-image{margin: 0 auto 32px;}

	.discographydetail-content{margin-bottom: 60px;}

	.discographydetail-content-title{
		font-size: 16px;
		margin-bottom: 10px;
	}

	.discographydetail-content-text{letter-spacing: 0.3px;}

	.discographydetail-info{
		padding-top: 35px;
		margin-bottom: 80px;
	}

	.discographydetail-songs{
		padding-top: 40px;
		margin-bottom: 70px;
	}

	.discographydetail-songs-list-item{
		font-size: 14px;
		font-family: 'YuGoPr6N-M';
		line-height: 2;
		position: relative;
		padding-left: 15px;
	}
	.en .discographydetail-songs-list-item{
		font-family: 'Avenir';
		font-weight: 500;
		letter-spacing: calc(25em / 1000);
	}

	.discographydetail-songs-list-item::before {
		display: block;
		content: '';
		background: url('/img/common/icon_circle.png') no-repeat center center; 
		background-size: 100%;
		width: 8px;
		height: 8px;
		position: absolute;
		left: 0;
		top: 50%;
		transform: translate(0,-50%);
	}

	.discographydetail-btn-wrapper{
		display: block;
		width: 168px;
		margin: 0 auto 80px;
	}

	.discographydetail-btn{display: block;}

	.discographydetail-btn-music{margin-bottom: 12px;}
	
	.discographydetail-buy:hover span::before {transform: scale(1, 1); }


	.discographydetail-share{padding-top: 35px;}

	.discographydetail-share-text{
		font-size: 14px;
		margin-right: 23px;
		letter-spacing: 1px;
	}

	.discographydetail-thumbnail{padding: 40px 35px 130px;}

	.discographydetail-thumbnail-list{
		flex-wrap: wrap;
		margin-bottom: 35px;
	}

	.discographydetail-thumbnail-list-item{
		width: 30%;
		margin-bottom: 25px;
	}


}