@charset "utf-8";
#discography{
	padding-bottom: 160px;
}
.contIn{
	overflow: hidden;
}
/* DISCOGRAPH INDEX */
.tagLists{
	width: 100%;
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	position: relative;
	margin-bottom: 80px;
}
.tagLists:before{
	content: '';
	position: absolute;
	top: 0;
	right: 0;
	left: 0;
	width: 100%;
	height: 1px;
	background-color: #6dc6f2;
}
.tagLists:after{
	content: '';
	position: absolute;
	bottom: 0;
	right: 0;
	left: 0;
	width: 100%;
	height: 1px;
	background-color: #6dc6f2;
}
.tagLists__item{
	display: inline-block;
	position: relative;
	width: calc(100% / 5);
	border-top: 1px solid #6dc6f2;
	border-bottom: 1px solid #6dc6f2;
}
@media screen and (min-width: 769px){
	.tagLists__item:nth-child(n+6){
		margin-top: 16px;
	}
	.tagLists__item:nth-child(5n + 1)::before{
		content: '';
		position: absolute;
		top: -1px;
		left: -100vw;
		right: -100vw;
		height: 1px;
		background-color: #6dc6f2;
	}
}
.tagLists__link{
	display: inline-block;
	position: relative;
	width: 100%;
	height: 100%;
	padding: 14px 8px;
	margin: 0;
	font-size: 20px;
	font-weight: 700;
	letter-spacing: 0;
	line-height: 1;
	transition: .25s ease;
	color: #000;
	display: flex;
	justify-content: center;
	align-items: center;
	text-align: center;
	text-decoration: none;
	transition: background-size .3s ease, color .3s ease;
	background: linear-gradient(#6dc6f2, #6dc6f2) right bottom / 0 100% no-repeat;
}
.tagLists__link:hover{
	background-position: left bottom;
	background-size: 100% 100%;
	color: #fff;
}
.tagLists__link.active{
	background-color: #6dc6f2;
	color: #fff;
}
.tagLists__link.active:after{
	content: '';
	position: absolute;
	width: 17px;
	padding-top: 32px;
	bottom: -24px;
	left: calc(50% - 8.5px);
	background: url(../img/top/arrow_intro_story.svg) no-repeat center center / contain;
	z-index: 2;
}

.discList{
	width: 1080px;
	margin: 0 auto;
	display: flex;
	flex-wrap: wrap;
	padding-bottom: 40px;
}
.discList__item{
	width: calc(100% / 4);
	padding: 0 20px 40px;
}
.discList__link{
	display: flex;
	flex-direction: column;
	width: 100%;
	height: 100%;
	text-decoration: none;
	position: relative;
}
.discList__link:before{
	content: '';
	position: absolute;
	right: 0;
	left: 0;
	bottom: 0;
	height: 1px;
	background-color: rgba(0,0,0,.16);
}
.discList__link:after{
	content: '';
	position: absolute;
	bottom: 0;
	right: 0;
	padding-top: 12px;
	width: 40px;
	margin-bottom: -4px;
	background: url(../img/common/arrow_newslink.svg) no-repeat bottom left / contain;
	transition: right .3s ease-in-out;
}
.discList__title{
	order: 2;
	padding: 24px;
	background-color: #fff;
	height: 100%;
	transition: background-color .3s ease-in-out;
	font-size: 16px;
	line-height: 1.5;
}
.discList--thumb{
	order: 1;
	width: 100%;
}
.discList--thumbIn{
	overflow: hidden;
}
.discList--thumbIn img{
	width: 100%;
	transition: .3s ease-in-out;
}

.discList__link:hover::after{
	right: -4px;
}
.discList__link:hover .discList__title{
	background-color: #6dc6f2;
	color: #fff;
}
.discList__link:hover .discList--thumbIn img{
	transform: scale(1.15);
}
.pagingListsWrap{
	width: 1040px;
	margin: 0 auto;
}

@media screen and (max-width: 768px){
	#discography{
		padding-bottom: 25.6%;
	}
	.contIn{
		width: 100%;
		padding: 12.8% 0 0;
	}
	.tagLists{
		margin-bottom: 12.6%;
	}
	.tagLists__item{
		width: calc(100% / 3);
	}
	.tagLists__item:nth-child(n+4){
		margin-top: 24px;
	}
	.tagLists__item:nth-child(3n + 1)::before{
		content: '';
		position: absolute;
		top: -1px;
		left: -50vw;
		right: -50vw;
		height: 1px;
		background-color: #6dc6f2;
	}
	.tagLists__link{
		padding: 12px;
		font-size: 1.2rem;
		line-height: 1.4;
	}
	.tagLists__link.active:after{
		width: 13px;
		padding-top: 24px;
		bottom: -20px;
		left: calc(50% - 6.5px);
		z-index: 2;
	}
	.discList{
		width: 100%;
		padding: 0 3.2% 5.3334%;
	}
	.discList__item{
		width: 50%;
		padding: 0 3.4188% 6.8376%;
	}
	.discList__title{
		padding: 12px;
		font-size: 1.2rem;
	}
	.pagingListsWrap{
		width: 87.2%;
		margin: 0 auto;
	}
}


/** Detail **/
.discDetailWrap{
	width: 100%;
}
.modalBox{
	background: rgba(254,254,254,.6);
	backdrop-filter:blur(10px);
	-webkit-backdrop-filter:blur(10px);
}
.discDetail__titleWrap{
	width: 100%;
	text-align: center;
	padding: 0 6.6667%;
}
.discDetail__title{
	font-size: 32px;
	line-height: 1.5;
	font-weight: 700;
	text-align: center;
}
.discDetail__title__text{
	font-size: 16px;
	line-height: 2;
	padding: 0 6.667%;
	margin-top: 48px;
}
.oneDiscWrap{
	width: 100%;
	padding: 0 6.6667%;
	margin-top: 64px;
}
.oneDisc{
	width: 100%;
	margin: 20px 0 80px;
	position: relative;
	padding: 0 0 0 40px;
}
.oneDisc:before {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	bottom: 0;
	width: 1px;
	background-color: rgba(0,0,0,.24);
}
.oneDisc__text__title{
	font-size: 24px;
	line-height: 1.5;
	font-weight: 700;
	color: #6dc6f2;
	padding-bottom: 10px;
	position: relative;
	letter-spacing: 0;
}
.oneDisc__text__title:before {
	content: 'CAPTION';
	position: absolute;
	z-index: 2;
	bottom: -6px;
	left: -40px;
	font-size: 12px;
	line-height: 1;
	background-color: #fff;
	color: #000;
}
.oneDisc__flex{
	width: 100%;
	position: relative;
	padding-top: 24px;
	display: flex;
}
.oneDisc__flex:before {
	content: '';
	position: absolute;
	top: -1px;
	right: 0;
	left: -80px;
	height: 1px;
	background-color: rgba(0,0,0,.24);
}
.oneDisc__imageWrap{
	width: 520px;
	margin-right: 40px;
	flex-shrink: 0;
}
.oneDisc__image--imgWrap{
	width: 100%;
}
.oneDisc__image--img{
	width: 100%;
}
.oneDisc__linkLists{
	width: 80%;
	margin: 24px auto 0;
}
.oneDisc__linkLists__item{
	margin-bottom: 24px;
}
.oneDisc__linkLists__item:last-child{
	margin-bottom: 0;
}
.oneDisc__linkLists__item a{
	display: block;
	text-decoration: none;
	width: 100%;
	padding: 12px 24px;
	color: #fff;
	background-color: #000;
	font-size: 20px;
	font-weight: 700;
	text-align: center;
	border: 1px solid #000;
	transition: .3s ease-in-out;
}
.oneDisc__linkLists__item a:hover{
	background-color: #6dc6f2;
}
.oneDisc__textWrap{
	width: calc(100% - 560px);
}
.oneDisc__type{
	font-size: 16px;
	font-weight: 700;
	margin-bottom: 12px;
}
.oneDisc__type span{
	background-color: #6dc6f2;
}
.oneDisc__prdLists__item{
	display: flex;
	align-items: center;
	font-size: 16px;
	font-weight: 700;
	line-height: 2;
}
.oneDisc__prdLists__item__left:after{
	content: '：'
}
.oneDisc__text__comment{
	font-size: 16px;
	line-height: 2;
	margin-top: 20px;
}
.discDetail__text{
	width: 100%;
	padding: 48px 6.6667% 0 calc(6.6667% + 40px);
	margin-top: 96px;
	position: relative;
	font-size: 16px;
	line-height: 2;
}
.discDetail__text:before{
	content: '';
	position: absolute;
	top: -1px;
	right: 6.6667%;
	left: calc(6.6667% - 40px);
	height: 1px;
	background-color: rgba(0,0,0,.24);
}
.discDetail__text img{
	max-width: 100%;
	margin: 20px 0;
}

.shopLists,.downloadLists{
	display: flex;
	flex-wrap: wrap;
	padding: 12px;
}
.shopLists__item,.downloadLists__item{
	display: inline-block;
	padding: 12px;
}

.oneDisc__disk{
	font-size: 16px;
	line-height: 2;
	margin: 12px 0;
}
.oneDisc__disk__title{
	font-size: 18px;
	font-weight: 700;
}
.oneDisc__diskLists__item__title{
	font-weight: 700;
}
.trial_image{
	margin: 8px 0;
	background-color: #6dc6f2;
	border-radius: 8px;
}

@media screen and (max-width: 768px){
	.oneModalIn__cont{
		padding: 25.6% 0 12.8%;
	}
	.discDetail__title__text{
		font-size: 1.2rem;
		padding: 0 6.4%;
		margin-top: 6.4%;
	}
	.discDetail__titleWrap{
		padding: 0 6.4%
	}
	.discDetail__title{
		font-size: 2rem;
	}
	.oneDiscWrap{
		padding: 0;
		margin-top: 32px;
	}
	.oneDisc{
		width: 100%;
		padding-left: 6.4%;
		margin: 3.2% 0 6.4%;
	}
	.oneDisc:before{
		left: 3.2%;
	}
	.oneDisc__text__title{
		font-size: 1.6rem;
		padding-bottom: 14px;
		/*padding-bottom: 3.7334%;*/
	}
	.oneDisc__text__title:before{
		font-size: 1rem;
		bottom: -5px;
		left: -3.2%;
	}
	.oneDisc__flex{
		/*padding-top: 3.7334%;*/
		padding-top: 14px;
		flex-direction: column;
	}
	.oneDisc__flex:before{
		left: -6.8376%;
	}
	.oneDisc__imageWrap{
		width: 93.1624%;
		margin-right: 0;
		margin-bottom: 32px;
	}
	.oneDisc__linkLists__item{
		margin-bottom: 24px;
	}
	.oneDisc__linkLists__item a{
		font-size: 1.4rem;
		padding: 6px 12px;
	}
	.oneDisc__textWrap{
		font-size: 1.2rem;
		width: 93.1624%;
	}
	.oneDisc__type{
		font-size: 1.2rem;
		margin-bottom: 8px;
	}
	.oneDisc__prdLists__item{
		font-size: 1.2rem;
	}
	.oneDisc__text__comment{
		font-size: 1.2rem;
		margin-top: 12px;
	}
	.discDetail__text{
		padding: 24px 6.4%;
		font-size: 1.2rem;
	}
	.discDetail__text:before{
		right: 3.2%;
		left: 3.2%;
	}
	.discDetail__text img{
		margin: 12px 0;
	}
	.oneDisc__disk{
		margin: 8px 0;
		font-size: 1.2rem;
	}
	.oneDisc__disk__title{
		font-size: 1.4rem;
	}
	.trial_image{
		transform: scale(1.25);
		transform-origin: left center;
	}
	.discDetailWrap iframe{
		max-width: 100%;
	}
}