@charset "utf-8";
@media (min-width: 767.5px) {
	.m-info-discography .mid-img {
		width: 400px;
		height: auto;
	}
}

.m-info-discography .mid-img li {
	padding-bottom: 12px;
}

.m-info-discography .mid-img li figure a {
	display: block;
}

.m-info-discography .mid-img li figcaption {
	padding-top: 4px;
}

#special .jsc-nav-header {
	display: none;
}


.l-artist-page .l-header-page {
	margin-top: 40px;
}

.l-artist-page .l-header-page::before {
	content: "";
	margin-bottom: 40px;
	padding-top: 66.8%;
	display: block;
	width: 100%;
	background: url(../img/A029002.jpg) no-repeat;
	background-size: 100% auto;
}

.l-artisttop-page .l-head-content {
	flex-wrap: wrap;
}

.l-artist-page > .l-header-page + .l-content-page {
	margin: 24px auto 120px;
}

.l-head-content {
	width: 100%;
}

.l-artisttop-page .l-release-artisttop,
.l-artisttop-page .l-specialsite-artisttop,
.l-artisttop-page .l-questionnaire-artisttop,
.l-artisttop-page .l-playlist-artisttop,
.l-artisttop-page .l-profile-artisttop,
.l-artisttop-page .l-concert-artisttop {
	margin-top: 32px;
	padding-bottom: 32px;
}

.m-hed2row2-page > .mhp-title-en {
	font-size: 28px;
}

.m-hed2row2-page > .mhp-title-ja {
	font-size: 14px;
}

.l-intro-artisttop {
	padding-bottom: 56px;
	border-bottom: solid 1px;
}

.m-share-site {
	padding-bottom: 24px;
}

.list {
	display: flex;
}

.list > li {
	padding: 0 20px 0 0;
	width: 50%;
}

.list > li:nth-of-type(2) {
	padding: 0 0 0 20px;
}

.list > li iframe {
	width: 100%;
	border-radius: 10px;
}

.l-artisttop-page .l-release-artisttop .list > li iframe {
}

.link {
	padding: 24px 0 0;
	display: flex;
}

.l-release-artisttop .link {
	padding: 48px 0 0;
}

.l-intro-artisttop .link {
	padding: 64px 0 16px;
	width: 100%;
}

.link > li {
	padding: 0 20px 0 0;
}

.link > li:nth-of-type(2) {
	padding: 0 0 0 20px;
}

.link > li:only-child {
	padding: 0 0 0;
	width: 100%;
}

.link > li a {
	display: flex;
	justify-content: center;
	align-items: center;
	width: 22em;
	height: auto;
	border-radius: 10px;
	position: relative;
	line-height: 3.8;
	font-size: 16px;
	color: #FFFFFF;
	background-color: #363636;
	transition: opacity .1s;
}

.l-release-artisttop .link > li p {
	padding: 24px 40px;
	font-size: 16px;
	border: solid 1px;
	border-radius: 10px;
}

.l-intro-artisttop .link > li p {
	padding: 40px 40px;
	font-size: 16px;
	width: 100%;
	text-align: center;
	border-radius: 10px;
	background: #f0f0f0;
}

.l-intro-artisttop .link > li p span {
	padding-bottom: 8px;
	display: block;
	font-size: 22px;
	color: #ff0000;
	text-align: center;
}

.l-release-artisttop .link > li p a {
	margin: 16px auto 0 auto;
}

.l-intro-artisttop .link > li p a {
	margin: 16px auto 0 auto;
}

.l-release-artisttop .link > li a span {
	margin: 8px auto 0 auto;
	display: flex;
	justify-content: center;
	align-items: center;
	width: 10em;
	line-height: 3.8;
	border-radius: 6px;
	background: rgba(255, 255, 255, .2);
}

.link > li a:before {
	content: '';
	display: block;
	position: absolute;
	top: 50%;
	right: 15px;
	width: 6px;
	height: 6px;
	border-top: 1px solid #FF0000;
	border-right: 1px solid #FF0000;
	border-bottom-width: 0;
	border-left-width: 0;
	-webkit-transform-origin: 50% 50%;
	transform-origin: 50% 50%;
	-webkit-transform: translateY(-50%) rotate(45deg);
	transform: translateY(-50%) rotate(45deg);
	pointer-events: none;
	transition: border .1s;
}

.link > li a:hover {
	opacity: .5;
}

.m-info-discography {
	padding: 0 0 40px;
	padding: 0 0 0px;
}

.in-stores-now .mid-img {
	width: 100%;
	height: auto;
}

.m-info-discography .mid-img img {
	width: 100%;
	max-width: none;
	max-height: none;
}

.m-info-discography .mid-wrap-right {
	margin: 0;
	padding: 0 0 0 32px;
	width: calc(100% - 400px);
	display: block;
}

.m-info-discography .mid-data {
	margin: 0;
	padding-bottom: 32px;
	font-size: 28px;
}

.m-info-discography .mid-data p span,
.m-info-discography .mid-data p:nth-of-type(2) {
	display: block;
	font-size: 18px;
}

p.lead {
	padding-top: 32px;
	font-size: 14px;
}

.m-info-discography .mid-btn {
	margin: 0;
}

.m-info-discography .m-btn-disco + .m-btn-disco {
	margin-top: 16px;
}

a.m-btn-disco {
	font-size: 16px;
	display: flex;
	align-items: center;
	justify-content: center;
	width: 22em;
	height: auto;
	line-height: 3.8;
	border-radius: 10px;
	position: relative;
	color: #FFFFFF;
	background-color: #363636;
	transition: opacity .1s;
}

.m-btn-disco > span {
	top: 50%;
	-webkit-transform-origin: 50% 50%;
	transform-origin: 50% 50%;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
}

.l-artisttop-page .l-video-container {
	margin: 56px 0 0;
	margin-bottom: 72px;
	padding: 30px 0 56.25%;
	position: relative;
	visibility: visible;
	height: 100%;
	width: 100%;
	z-index: 2;
}

.l-artisttop-page .l-video-container iframe {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100% !important;
}

.copyright {
	display: none;
}

a.its {
	display: none;
}

body.ios a.its {
	display: flex;
}

body.ios a.not-its {
	display: none;
}

.l-profile-artisttop > p:not(:last-child) {
	padding-bottom: 1em;
}

.l-intro-artisttop > p:not(:first-child) {
	padding-top: 1em;
}

.l-intro-artisttop > p {
}

.m-info-discography .mid-data .data {
	margin: 0;
	padding-top: 16px;
	font-size: 14px;
}

.m-info-discography .mid-data .data li {
	padding-top: 8px;
}

.m-info-discography .mid-data .data li p {
	display: flex;
	align-items: center;
}

.m-info-discography .mid-data .data li p::before {
	content: "";
	margin-right: 0.2em;
	display: block;
	flex-shrink: 0;
	width: 0.8em;
	height: 0.8em;
	background: #000;
}

.m-info-discography .site-link {
	padding-top: 24px;
	display: flex;
}

.m-info-discography .site-link a,
.m-info-discography .mid-data .data li p a {
	padding-right: 11px;
	position: relative;
	display: flex;
	align-items: center;
}

.m-info-discography .site-link a::after,
.m-info-discography .mid-data .data li p a::after {
	content: '';
	margin-left: 6px;
	display: block;
	width: 6px;
	height: 6px;
	border-top: 1px solid #FF0000;
	border-right: 1px solid #FF0000;
	border-bottom-width: 0;
	border-left-width: 0;
	-webkit-transform-origin: 50% 50%;
	transform-origin: 50% 50%;
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
	pointer-events: none;
	transition: opacity .1s;
	z-index: 2;
}

.m-info-discography .site-link a::before,
.m-info-discography .mid-data .data li p a::before {
	content: '';
	position: absolute;
	top: 50%;
	right: 3px;
	display: block;
	width: 18px;
	height: 18px;
	background: #363636;
	border-radius: 4px;
	transform: translateY(-50%);
	transition: opacity .1s;
	z-index: 2;
}

.m-info-discography .site-link a:hover::before,
.m-info-discography .mid-data .data li p a:hover::before,
.m-info-discography .site-link a:hover::after,
.m-info-discography .mid-data .data li p a:hover::after {
	opacity: 0.5;
	}

/*--------------------------------------------------------------------------------------------------*/

@media only screen and (max-width: 767.5px) {
    .m-info-discography .mid-img {
        width: 300px;
        height: auto;
        text-align: center;
        min-width: 300px;
    }

	.l-artist-page .l-header-page::before {
		margin-bottom: 24px;
	}

	.m-hed-page > .mhp-title {
		line-height: 1.6;
	}


	.l-artisttop-page .l-release-artisttop,
	.l-artisttop-page .l-specialsite-artisttop,
	.l-artisttop-page .l-questionnaire-artisttop,
	.l-artisttop-page .l-playlist-artisttop,
	.l-artisttop-page .l-profile-artisttop,
	.l-artisttop-page .l-concert-artisttop {
		margin: 0;
		padding: 20px 0 0;
	}

	.l-artisttop-page  .l-intro-artisttop {
		padding-bottom: 48px;
	}

	.l-artisttop-page .l-head-content {
		margin-top: 48px;
		padding: 48px 10px 0;
		width: calc(100% + 20px)
	}

	.l-artisttop-page  .l-intro-artisttop + .l-head-content {
		margin-top: 0;
		border: none;
	}

	.l-artist-page > .l-header-page + .l-content-page {
		margin: 16px auto 80px;
	}

	.m-hed2row2-page > .mhp-title-en {
		font-size: 24px;
	}

	.m-hed2row2-page > .mhp-title-ja {
		font-size: 12px;
	}

	.list {
		display: block;
	}

	.list > li {
		padding: 0 0 0 0;
		width: 100%;
	}

	.list > li:nth-of-type(2) {
		padding: 16px 0 0 0;
	}

	.m-share-site {
		padding-bottom: 16px;
	}

	.link {
		padding: 16px 20px 0;
		display: block;
	}

	.l-release-artisttop .link {
		padding: 24px 0 0;
	}

	.l-release-artisttop .link > li p {
		padding: 24px;
		font-size: 14px;
	}

	.link > li {
		padding: 0 0 0 0;
		width: 100%;
	}

	.link > li:nth-of-type(2) {
		padding: 16px 0 0 0;
	}

	.link > li a {
		width: 100%;
		font-size: 14px;
	}

	.l-release-artisttop .link > li a {
	}

	.l-release-artisttop .link > li a span {
		width: 10em;
		line-height: 3;
	}

	.m-info-discography {
		padding: 0 0 32px;
	}

	.m-info-discography .mid-img {
		width: 100%;
		height: auto;
	}

	.m-info-discography .mid-wrap-right {
		padding: 0;
		width: 100%;
	}

	.m-info-discography .mid-data {
		padding: 24px 0;
		font-size: 26px;
	}

	.m-info-discography .mid-btn {
		margin: 0 20px;
	}

	a.m-btn-disco {
		font-size: 14px;
		width: 100%;
	}

	.is-menu-artist .l-scroll-top {
		bottom: 8px;
	}

	.copyright {
		padding-top: 40px;
		display: block;
	}

	.copyright p {
		text-align: center;
		font-size: 12px;
	}

	body#special {
		margin-bottom: 0;
	}

	.l-artisttop-page .l-video-container {
		margin: 24px 0 0;
		margin-bottom: 72px;
}

	.l-intro-artisttop .link {
		padding: 48px 0 16px;
	}

	.l-intro-artisttop .link > li p {
		padding: 24px 24px;
		font-size: 14px;
		text-align: left;
	}

	.l-intro-artisttop .link > li p span {
		padding-bottom: 8px;
		font-size: 16px;
	}

	p.lead {
		padding-top: 16px;
		text-align: left;
	}

	.m-info-discography .site-link a,
	.m-info-discography .mid-data .data li p a {
		padding: 0px 0px 0px 22px;
		text-align: left;
	}

	.m-info-discography .site-link a::before,
	.m-info-discography .mid-data .data li p a::before {
		position: absolute;
		top: 0.1em;
		left: 0;
		transform: none;
	}

	.m-info-discography .site-link a::after,
	.m-info-discography .mid-data .data li p a::after {
		position: absolute;
		top: calc(0.1em + 6px);
		left: -1px;
	}

	.l-head-content.in-stores-now + .l-release-artisttop .mid-img {
		display: none;
	}

	.l-head-content.in-stores-now + .l-release-artisttop .mid-data {
		padding-top: 0;
	}

	.m-info-discography .mid-data .data li p {
		display: block;
	}

	.m-info-discography .mid-data .data li:not(:nth-of-type(3)) {
		padding-bottom: 16px;
	}

	.m-info-discography .mid-data .data li p::before {
		margin: 0 0 8px;
		padding-top: 90%;
		overflow: hidden;
		width: 100%;
		height: 0;
		background: url(https://www.jvcmusic.co.jp/img/jackets/VIZL-2455.jpg) no-repeat;
		background-size: 100% auto;
	}

	.m-info-discography .mid-data .data li:nth-of-type(2) p::before {
		padding-top: 90%;
		background: url(https://www.jvcmusic.co.jp/img/jackets/VIZL-2456.jpg) no-repeat;
		background-size: 100% auto;
	}

	.m-info-discography .mid-data .data li:nth-of-type(3) p::before {
		padding-top: 100%;
		background: url(https://www.jvcmusic.co.jp/img/jackets/VICL-66080.jpg) no-repeat;
		background-size: 100% auto;
	}

	.l-artisttop-page .l-video-container {
		margin: 0 0 48px;
	}

	.l-head-content + .l-release-artisttop + .list + .l-video-container {
		margin: 48px 0 48px;
	}

	.l-head-content.in-stores-now + .l-release-artisttop + .list + .l-video-container {
		margin: 48px 0 48px;
	}

}
