@charset "utf-8";
/*-----------------------------------------------
 * common
 * Book
 * Music
 * Blu-ray&DVD
 * White ver. style
-------------------------------------------------*/
/*-----------------------------------------------
 * common
-------------------------------------------------*/
/**
 * goodsTabLists
 */
.goodsTabListsWrap {
	width: var(--common-incont-width);
	margin-right: auto;
	margin-left: auto;
	margin-bottom: 80px;
}
@media screen and (max-width:767px){
	.goodsTabListsWrap {
		margin-top: 24px;
		margin-bottom: 50px;
	}
}

/* lists */
.goodsTabLists {
	display: flex;
	align-items: center;
	justify-content: center;
}
@media screen and (max-width:767px){
	.goodsTabLists {
		padding: 0 20px
	}
}

/* item */
.goodsTabLists__item {
	margin: 0 10px;
}
@media screen and (max-width:767px){
	.goodsTabLists__item {
		width: 100%;
		margin: 0;
	}
	.goodsTabLists__item:not(:first-child) {
		margin-left: 4px;
	}
}

/* link */
.goodsTabLists__link {
	border: 1px solid #fff;
	color: #fff;
	display: block;
	font-size: 16px;
	font-weight: 700;
	letter-spacing: 0.01em;
	padding: 8px 24px;
	text-decoration: none;
	transition: background-color .2s ease;
}
@media screen and (max-width:767px){
	.goodsTabLists__link {
		font-size: 12px;
		padding: 8px 4px;
		text-align: center;
	}
}

.goodsTabLists__link:hover {
	animation: .2s linear 0s flashAni;
}
.goodsTabLists__link:hover,
.goodsTabLists__link.is-active {
	background-color: rgb(var(--main-color-red));
}
@media screen and (max-width:767px){
	.goodsTabLists__link:hover {
		animation: none;
	}
	.goodsTabLists__link:hover {
		background-color: none;
	}
}

/**
 * goodsWrap
 */
.goodsWrap {
	width: 880px;
	margin-right: auto;
	margin-left: auto;
	position: relative;
	z-index: 1;
}
@media screen and (max-width:767px){
	.goodsWrap {
		width: 100%;
	}
}


/**
 * goodsHeader
 */
 .goodsHeader {
	margin-bottom: 80px;
}
@media screen and (max-width:767px){
	.goodsHeader {
		/*margin-top: -20px;*/
		margin-bottom: 26px;
	}
}

/**
 * goodsNavLists
 */
 .goodsNavLists {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
}

/* item */
.goodsNavLists__item {
	display: flex;
	justify-content: center;
	position: relative;
}
@media screen and (max-width:767px){
	.goodsNavLists__item {
		height: auto;
	}
}

/* icon */
.goodsNavLists__item:after {
	content: "";
	background-color: #fff;
	display: block;
	width: 15px;
	height: 24px;
	-webkit-mask-repeat: no-repeat;
	mask-repeat: no-repeat;
	-webkit-mask-position: center;
	mask-position: center;
	-webkit-mask-size: 100%;
	mask-size: 100%;
	-webkit-mask-image: url(../img/common/icon_slash.svg);
	mask-image: url(../img/common/icon_slash.svg);
	margin: auto;
	position: absolute;
	top: 0;
	right: -8px;
	bottom: 0;
}
.goodsNavLists__item.is-intro:after,
.goodsNavLists__item:last-child:after {
	content: none;
}
@media screen and (max-width:767px){
	.goodsNavLists__item:after {
		position: relative;
		top: auto;
		right: auto;
		bottom: auto;
	}
}

/* a */
.goodsNavLists__item a {
	display: flex;
	align-items: center;
	justify-content: center;
	text-decoration: none;
	padding: 18px 26px;
	position: relative;
}
.goodsNavLists__item.is-intro a {
	display: inline-flex;
}
@media screen and (max-width:767px){
	.goodsNavLists__item a {
		padding: 14px 12px;
	}
}

/* goodsNavLists__textWrap */
.goodsNavLists__textWrap {
	display: block;
	position: relative;
}
.goodsNavLists__textWrap:before {
	content: "";
	background-color: rgb(var(--main-color-red));
	width: 100%;
	height: 100%;
	position: absolute;
	top: -1px;
	left: 0;
	z-index: 0;
	transform: scale(0, 1);
    transform-origin: right top;
    transition: transform .3s ease;
}
.goodsNavLists__item a:hover .goodsNavLists__textWrap:before,
.goodsNavLists__item a.is-active .goodsNavLists__textWrap:before {
	transform-origin: left top;
    transform: scale(1, 1);
}

/* goodsNavLists__text */
.goodsNavLists__text {
	color: #fff;
	display: block;
	font-size: 16px;
	font-weight: 700;
	letter-spacing: 0.01em;
	line-height: 1;
	position: relative;
	z-index: 1;
	transition: color .3s ease;
	text-align: center;
}
@media screen and (max-width:767px){
	.goodsNavLists__text {
		font-size: 14px;
	}
}


/*-----------------------------------------------
 * Book
-------------------------------------------------*/
/**
 * bookCont
 */
.bookCont {
	margin-bottom: 120px;
}
.bookCont:last-of-type {
	margin-bottom: 0;
}
@media screen and (max-width:767px){
	.bookCont {
		margin-bottom: 80px;
		padding: 0 20px;
	}
}

/**
 * bookCont__title
 */
.bookCont__title {
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	margin-bottom: 30px;
}
@media screen and (max-width:767px){
	.bookCont__title {
		margin-bottom: 0;
	}
}

/* en */
.bookCont__title--en {
	background-color: rgb(var(--main-color-red));
	display: block;
	-webkit-mask-repeat: no-repeat;
	mask-repeat: no-repeat;
	-webkit-mask-position: center;
	mask-position: center;
	-webkit-mask-size: 100%;
	mask-size: 100%;
}

/* is-novel */
.bookCont__title--en.is-novel {
	-webkit-mask-image: url(../img/book/title_novel.svg);
	mask-image: url(../img/book/title_novel.svg);
	width: 260px;
	height: 85px;
}
@media screen and (max-width:767px){
	.bookCont__title--en.is-novel {
		width: 166px;
    	height: 54px;
	}
}

/* is-comic */
.bookCont__title--en.is-comic {
	-webkit-mask-image: url(../img/book/title_comic.svg);
	mask-image: url(../img/book/title_comic.svg);
	width: 306px;
	height: 85px;
}
@media screen and (max-width:767px){
	.bookCont__title--en.is-comic {
		width: 196px;
    	height: 54px;
	}
}

/* is-other */
.bookCont__title--en.is-other {
	-webkit-mask-image: url(../img/book/title_other.svg);
	mask-image: url(../img/book/title_other.svg);
	width: 306px;
	height: 85px;
}
@media screen and (max-width:767px){
	.bookCont__title--en.is-other {
		width: 196px;
    	height: 54px;
	}
}

/* ja */
.bookCont__title--ja {
	font-size: 18px;
	transform: translateY(-28px);
}
@media screen and (max-width:767px){
	.bookCont__title--ja {
		font-size: 16px;
		transform: translateY(-24px);
	}
}

/**
 * bookContDl
 */
/* item */
.bookContDl__item:not(:first-child) {
	margin-top: 100px;
}
@media screen and (max-width:767px){
	.bookContDl__item:not(:first-child) {
		margin-top: 50px;
	}
}

/* dt */
.bookContDl__dt {
	font-size: 20px;
	text-align: center;
}
@media screen and (max-width:767px){
	.bookContDl__dt {
		font-size: 14px;
	}
}

/* dd */
.bookContDl__dd {
	margin-top: 40px;
}
@media screen and (max-width:767px){
	.bookContDl__dd {
		margin-top: 30px;
	}
}

/* text */
.bookContDl__text {
	font-size: 18px;
	text-align: center;
}
@media screen and (max-width:767px){
	.bookContDl__text {
		font-size: 14px;
		margin-top: 20px;
	}
}

/**
 * bookLists
 */
.bookLists {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	width: 100%;
	margin: 0 auto;
}

/* item */
.bookLists__item {
	width: calc((100% - 120px) / 4);
	margin-bottom: 40px;
}
.bookLists__item:not(:nth-child(4n + 1)) {
	margin-left: 40px;
}
@media screen and (max-width:767px){
	.bookLists__item {
		width: calc((100% - 24px) / 3);
		margin-bottom: 8px;
	}
	.bookLists__item:not(:nth-child(4n + 1)) {
		margin-left: 0;
	}
	.bookLists__item:not(:nth-child(3n + 1)) {
		margin-left: 8px;
	}
}

/* a */
.bookLists__item > a {
	display: block;
	overflow: hidden;
}

/* img */
.bookLists__item > a img {
	width: 100%;
	transition: transform .3s ease;
}
.bookLists__item > a:hover img {
	animation: .2s linear 0s flashAni;
	transform: scale(1.15);
}


/*-----------------------------------------------
 * Music
-------------------------------------------------*/
/**
 * musicCont
 */
.musicCont {
	width: 100%;
	display: none;
}
.musicCont.is-active {
	display: block;
}
@media screen and (max-width:767px){
	.musicCont {
		padding: 0 20px;
	}
}

/**
 * musicCont__title
 */
.musicCont__title {
	display: flex;
	align-items: center;
	justify-content: center;
	margin-bottom: 30px;
}
@media screen and (max-width:767px){
	.musicCont__title {
		margin-bottom: 20px;
	}
}

/* in */
.musicCont__title__in {
	color: #fff;
	font-size: 20px;
	line-height: 1;
	padding: 0 20px;
}
@media screen and (max-width:767px){
	.musicCont__title__in {
		font-size: 16px;
		line-height: 1.6;
		text-align: center;
		padding: 8px 10px;
	}
}

/**
 * musicCont__name
 */
.musicCont__name{
	width: 142.86%;
	font-size: 40px;
	line-height: 1;
	-moz-transform: scale(0.7, 1);
	-webkit-transform: scale(0.7, 1);
	-ms-transform: scale(0.7, 1);
	transform: scale(0.7, 1);
	transform-origin: center left;
	text-align: center;
}
@media screen and (max-width:767px){
	.musicCont__name{
		font-size: 20px;
	}
}

/**
 * musicCont__artist
 */
.musicCont__artist {
	font-size: 30px;
	margin-top:10px;
	text-align: center;
}
@media screen and (max-width:767px){
	.musicCont__artist {
		font-size: 24px;
		margin-top: 0;
	}
}

/**
 * musicCont__img
 */
.musicCont__img {
	margin: 30px auto 0;
}
.musicCont__img img {
	max-width: 100%;
}
@media screen and (max-width:767px){
	.musicCont__img {
		margin: 20px auto 0;
	}
}

/**
 * musicDetailWrap
 */
.musicDetailWrap {
	display: flex;
	margin-top: 80px;
}
@media screen and (max-width:767px){
	.musicDetailWrap {
		display: block;
		margin-top: 40px;
	}
}

/**
 * musicImgLists
 */
.musicImgLists {
	width: 360px;
	flex: none;
}
@media screen and (max-width:767px){
	.musicImgLists {
		width: 200px;
		margin: 0 auto;
	}
}

/* item */
.musicImgLists__item:not(:first-child) {
	margin-top: 40px;
}
@media screen and (max-width:767px){
	.musicImgLists__item:not(:first-child) {
		margin-top: 20px;
	}
}

/* figure */
.musicImgLists__figure img {
	width: 100%;
}

/* cap */
.musicImgLists__cap {
	font-size: 14px;
	margin-top: 10px;
	text-align: center;
}
@media screen and (max-width:767px){
	.musicImgLists__cap {
		font-size: 12px;
	}
}

/**
 * musicDetailDl
 */
.musicDetailDl {
	width: 100%;
	padding-left: 60px;
}
@media screen and (max-width:767px){
	.musicDetailDl {
		margin-top: 20px;
		padding-left: 0;
	}
}

/* item */
.musicDetailDl__item {
	border-bottom: 1px solid rgba(255,255,255,.2);
	display: flex;
	font-size: 16px;
	padding: 16px 0;
}
.musicDetailDl__item:first-of-type {
	padding: 0 0 16px;
}
@media screen and (max-width:767px){
	.musicDetailDl__item {
		font-size: 12px;
		padding: 10px 0;
	}
}

/* dt */
.musicDetailDl__dt {
	width: 130px;
	flex: none;
	font-weight: 700;
}
@media screen and (max-width:767px){
	.musicDetailDl__dt {
		width: 100px;
	}
}

/* dd */
.musicDetailDl__dd {
	width: 100%;
}

.musicComment__item{
	border-bottom: none;
}
@media screen and (min-width: 769px) {
    .musicComment{
		padding-left: 0;
	}	
}



/*-----------------------------------------------
 * Blu-ray&DVD
-------------------------------------------------*/

/**
 * bddvdCont
 */
.bddvdCont {
	min-height: 500px;
}
@media screen and (max-width:767px){
	.bddvdCont {
		min-height: auto;
		padding: 0 20px;
	}
	.bddvdWrap{
		padding-top: 30px;
	}
}

/* title */
.bddvdCont__title {
	border-bottom: 1px solid rgba(255,255,255,.2);
	width: 142.86%;
	font-size: 30px;
	line-height: 1.6;
	-moz-transform: scale(0.7, 1);
	-webkit-transform: scale(0.7, 1);
	-ms-transform: scale(0.7, 1);
	transform: scale(0.7, 1);
	transform-origin: center left;
	text-align: center;
	padding-bottom: 40px;
    margin-bottom: 40px;
}
@media screen and (max-width:767px){
	.bddvdCont__title {
		font-size: 24px;
		padding-bottom: 20px;
    	margin-bottom: 30px;
	}
}

/* figure */
.bddvdCont__figure {
	width: 800px;
	margin: 0 auto;
	text-align: center;
}
.bddvdCont__figure img {
	max-width: 100%;
}
@media screen and (max-width:767px){
	.bddvdCont__figure {
		max-width: 100%;
	}
}

/**
 * bddvdCont
 */
.bddvdCont {
	display: none;
}
.bddvdCont.is-active {
	display: block;
}

/**
 * bddvdDetailDl
 */
.bddvdDetailDl {
	width: 100%;
	margin-top: 60px;
}
@media screen and (max-width:767px){
	.bddvdDetailDl {
		margin-top: 30px;
	}
}

/* item */
.bddvdDetailDl__item {
	border-bottom: 1px solid rgba(255,255,255,.2);
	display: flex;
	font-size: 16px;
	padding: 16px 0;
}
.bddvdDetailDl__item:first-of-type {
	padding: 0 0 16px;
}
@media screen and (max-width:767px){
	.bddvdDetailDl__item {
		font-size: 12px;
		padding: 10px 0;
	}
	.bddvdDetailDl__item:first-of-type {
		padding: 0 0 10px;
	}
}

/* dt */
.bddvdDetailDl__dt {
	width: 170px;
	flex: none;
	font-weight: 700;
}
@media screen and (max-width:767px){
	.bddvdDetailDl__dt {
		width: 90px;
	}
}

/* dd */
.bddvdDetailDl__dd {
	width: 100%;
}


/**
 * tokutenArea
 */
.tokutenArea {
	font-size: 16px;
	line-height: 2;
}
@media screen and (max-width:767px){
	.tokutenArea {
		font-size: 12px;
	}
}

/* img */
.tokutenArea img{
	max-width: 100%;
	height: auto !important;
}

/* p */
.bddvdCont p{
	margin-top: 30px;
}

/* campaign */
.bddvdContCam h3{
	display: flex;
    align-items: center;
    justify-content: center;
    margin-top: 50px;
	color: #fff;
    font-size: 24px;
    line-height: 1;
}
@media screen and (max-width:767px){
	.bddvdContCam h3 {
		font-size: 16px;
		text-align: center;
		padding: 10px 0;
		line-height: 1.5;
	}
}

.bddvdContCam p{
	margin-bottom: 30px;
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
}

@media screen and (max-width:767px){
	.bddvdContCam p img {
		width: 100%;
	}
}

.bddvdCamp03{
	margin-top: 30px;
}

.bddvdCamp03_t{
	text-align: center;
}

.bddvdDetailDl__item a{
	color: #fff;
}

.bddvdDetailDl__dd_app{
	margin-top: 0.5em;
}
.bddvdDetail__cautionList{
	font-size: smaller;
	padding-left: 1em;
	text-indent: -1em;
}
.indent{
	display: block;
	padding-left: 1em;
	text-indent: -1em;
}
.center{
	text-align: center;
}

/*-----------------------------------------------
 * White ver. style
 * .bodyに「is-change」クラスを付与
-------------------------------------------------*/
/* goodsTabLists__link */
body.body.is-change .goodsTabLists__link {
	border: 1px solid #000;
	color: #000;
}
body.body.is-change .goodsTabLists__link:hover,
body.body.is-change .goodsTabLists__link.is-active {
	background-color: rgb(var(--main-color-lightblue));
	color: #fff;
}

/* .bookCont__title--en */
body.body.is-change .bookCont__title--en{
	background-color: rgb(var(--main-color-lightblue));
}

/* musicDetailDl__item */
body.body.is-change .musicDetailDl__item {
	border-bottom: 1px solid rgba(0,0,0,.2);
}

/* .bddvdCont__title */
body.body.is-change .bddvdCont__title {
	border-bottom: 1px solid rgba(0,0,0,.2);
}

/* bddvdDetailDl__item */
body.body.is-change .bddvdDetailDl__item {
	border-bottom: 1px solid rgba(0,0,0,.2);
}

/* goodsNavLists__text */
body.body.is-change .goodsNavLists__text {
	color: #000;
}

/* .goodsNavLists__textWrap:before */
body.body.is-change .goodsNavLists__textWrap:before {
	background-color: rgb(var(--main-color-lightblue));
}

/* .goodsNavLists__item a */
body.body.is-change .goodsNavLists__item a:hover .goodsNavLists__text,
body.body.is-change .goodsNavLists__item a.is-active .goodsNavLists__text {
	color: #fff;
}

/* .goodsNavLists__item:after */
body.body.is-change .goodsNavLists__item:after {
	background-color: #000;
}
