@charset "utf-8";
#goods{
	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;
}

.goodsLists{
	width: 1080px;
	margin: 0 auto;
	display: flex;
	flex-wrap: wrap;
	padding-bottom: 40px;
}
.goodsLists__item{
	width: calc(100% / 4);
	padding: 0 20px 40px;
}
.goodsList__link{
	display: flex;
	flex-direction: column;
	width: 100%;
	height: 100%;
	text-decoration: none;
	position: relative;
}
.goodsList__link:before{
	content: '';
	position: absolute;
	right: 0;
	left: 0;
	bottom: 0;
	height: 1px;
	background-color: rgba(0,0,0,.16);
}
.goodsList__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;
}
.goodsLists__item__title{
	order: 2;
	padding: 24px;
	background-color: #fff;
	height: 100%;
	transition: background-color .3s ease-in-out;
	font-size: 16px;
	line-height: 1.5;
}
.goodsLists__item__thumb{
	order: 1;
	width: 100%;
}
.goodsLists__item__thumbIn{
	overflow: hidden;
}
.goodsLists__item__thumbIn img{
	width: 100%;
	transition: .3s ease-in-out;
}

.goodsList__link:hover::after{
	right: -4px;
}
.goodsList__link:hover .goodsLists__item__title{
	background-color: #6dc6f2;
	color: #fff;
}
.goodsList__link:hover .goodsLists__item__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;
	}
	.goodsLists{
		width: 100%;
		padding: 0 3.2% 5.3334%;
	}
	.goodsLists__item{
		width: 50%;
		padding: 0 3.4188% 6.8376%;
	}
	.goodsLists__item__title{
		padding: 12px;
		font-size: 1.2rem;
	}
	.pagingListsWrap{
		width: 87.2%;
		margin: 0 auto;
	}
}


/** MODAL **/
.modalBox{
	background: rgba(254,254,254,.85);
	backdrop-filter: blur(10px);
	-webkit-backdrop-filter: blur(10px);
}
@-moz-document url-prefix() {
	.modalBox{
		background:rgba(254,254,254,.98);
	}
}
.oneModalIn{
	display: block;
}
.oneModalIn__cont{
	padding: 160px 0;
}
.goodsItemWrap{
	width: 100%;
}
.goodsDetail__titleWrap{
	width: 100%;
	text-align: center;
	padding: 0 6.6667%;
}
.goodsDetail__title{
	font-size: 32px;
	line-height: 1.5;
	font-weight: 700;
	text-align: center;
}
.goodsItemInWrap{
	width: 100%;
	padding: 0 6.6667%;
	margin-top: 64px;
}
.goodsItem{
	width: 100%;
	margin: 20px 0;
	position: relative;
	padding: 0 0 0 40px;
}
.goodsItem:before {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	bottom: 0;
	width: 1px;
	background-color: rgba(0,0,0,.24);
}
.goodsItem__text__title{
	font-size: 24px;
	line-height: 1.5;
	font-weight: 700;
	color: #6dc6f2;
	padding-bottom: 10px;
	position: relative;
	letter-spacing: 0;
}
.goodsItem__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;
}
.goodsItem__flex{
	width: 100%;
	position: relative;
	padding-top: 24px;
	display: flex;
}
.goodsItem__flex:before {
	content: '';
	position: absolute;
	top: -1px;
	right: 0;
	left: -80px;
	height: 1px;
	background-color: rgba(0,0,0,.24);
}
.goods__article--imgs{
	width: 520px;
	margin-right: 40px;
	flex-shrink: 0;
	display: flex;
	flex-direction: column;
}
.goods__article--img{
	width: 100%;
	order: 1;
}
.goods__article--img img{
	width: 100%;
}
.goods__article--imglists{
	width: 100%;
	display: flex;
	flex-wrap: wrap;
	order: 2;
}
.goods__article--imglist{
	width: calc(100% / 5);
	position: relative;
}
.goods__article--imglist img{
	width: 100%;
	position: relative;
	cursor: pointer;
	transition: .3s ease;
}
.goods__article--imglist img:hover{
	opacity: 0.8;
}
.goods__article--imglist img.is__current{
	opacity: 0.5;
}
.goods__article--imglist:before{
	content: '';
	position: absolute;
	top: 0;
	right: 0;
	left: 0;
	bottom: 0;
	background-color: #6dc6f2;
}
.goods__article--description{
	width: calc(100% - 560px);
	font-size: 16px;
	line-height: 2;
}
.shop_title{
	font-size: 16px;
	font-weight: 700;
	padding-top: 32px;
	padding-bottom: 8px;
	margin-bottom: 12px;
	position: relative;
}
.shop_title:after{
	content: '';
	position: absolute;
	height: 1px;
	background-color: rgba(0,0,0,.24);
	bottom: 0;
	right: 0;
	left: 0;
}

@media screen and (max-width: 768px){
	.oneModalIn__cont{
		padding: 25.6% 0 12.8%;
	}
	.goodsDetail__titleWrap{
		padding: 0 6.4%
	}
	.goodsDetail__title{
		font-size: 2rem;
	}
	.goodsItemInWrap{
		padding: 0;
		margin-top: 32px;
	}
	.goodsItem{
		width: 100%;
		padding-left: 6.4%;
		margin: 3.2% 0;
	}
	.goodsItem:before{
		left: 3.2%;
	}
	.goodsItem__text__title{
		font-size: 1.6rem;
		padding-bottom: 14px;
		/*padding-bottom: 3.7334%;*/
	}
	.goodsItem__text__title:before{
		font-size: 1rem;
		bottom: -5px;
		left: -3.2%;
	}
	.goodsItem__flex{
		/*padding-top: 3.7334%;*/
		padding-top: 14px;
		flex-direction: column;
	}
	.goodsItem__flex:before{
		left: -6.8376%;
	}
	.goods__article--imgs{
		width: 93.1624%;
		margin-right: 0;
		margin-bottom: 16px;
	}
	.goods__article--description{
		font-size: 1.2rem;
		width: 93.1624%
	}
	.shop_title{
		font-size: 1.4rem;
		padding-top: 20px;
	}
}