@charset 'utf-8';

/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */html{line-height:1.15;-webkit-text-size-adjust:100%}body{margin:0}main{display:block}h1{font-size:2em;margin:.67em 0}hr{box-sizing:content-box;height:0;overflow:visible}pre{font-family:monospace,monospace;font-size:1em}a{background-color:transparent}abbr[title]{border-bottom:none;text-decoration:underline;text-decoration:underline dotted}b,strong{font-weight:bolder}code,kbd,samp{font-family:monospace,monospace;font-size:1em}small{font-size:80%}sub,sup{font-size:75%;line-height:0;position:relative;vertical-align:baseline}sub{bottom:-.25em}sup{top:-.5em}img{border-style:none}button,input,optgroup,select,textarea{font-family:inherit;font-size:100%;line-height:1.15;margin:0}button,input{overflow:visible}button,select{text-transform:none}[type=button],[type=reset],[type=submit],button{-webkit-appearance:button}[type=button]::-moz-focus-inner,[type=reset]::-moz-focus-inner,[type=submit]::-moz-focus-inner,button::-moz-focus-inner{border-style:none;padding:0}[type=button]:-moz-focusring,[type=reset]:-moz-focusring,[type=submit]:-moz-focusring,button:-moz-focusring{outline:1px dotted ButtonText}fieldset{padding:.35em .75em .625em}legend{box-sizing:border-box;color:inherit;display:table;max-width:100%;padding:0;white-space:normal}progress{vertical-align:baseline}textarea{overflow:auto}[type=checkbox],[type=radio]{box-sizing:border-box;padding:0}[type=number]::-webkit-inner-spin-button,[type=number]::-webkit-outer-spin-button{height:auto}[type=search]{-webkit-appearance:textfield;outline-offset:-2px}[type=search]::-webkit-search-decoration{-webkit-appearance:none}::-webkit-file-upload-button{-webkit-appearance:button;font:inherit}details{display:block}summary{display:list-item}template{display:none}[hidden]{display:none}

html {
	font-size: 62.5%;
}

body {
	position: relative;
	width: 100%;
	background: #000;
	font-size: 1.4em;
	font-family: 'Noto Sans JP', sans-serif;
	font-style: normal;
	font-weight: 400;
	line-height: 1;
	letter-spacing: 0.05em;
	color: #fff;
}

*:focus {
	outline: none;
}

a {
	color: #fff;
}

button {
	background-color: transparent;
	border: none;
	cursor: pointer;
	outline: none;
	padding: 0;
	appearance: none;
}

.is--sp {
	display: none !important;
	margin: 0 !important;
	padding: 0 !important;
}

#wrap {
	position: relative;
	width: 100%;
	overflow: hidden;
}

/*++++ header ++++*/

#header {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	background-color: #28282b;
	z-index: 500;
}

#header a {
	text-decoration: none;
}

#header-contents {
	position: relative;
	background-color: #28282b;
}

#header h1 {
	display: inline-block;
	margin: 0;
	padding: 0;
}

#header h1 a {
	letter-spacing: 0.015em;
	font-family: 'EB Garamond', serif;
	font-weight: 500;
	-moz-transform: scale(0.95, 1);
	-webkit-transform: scale(0.95, 1);
	transform: scale(0.95, 1);
}

#header-nav {
	position: absolute;
	margin: 0;
	list-style: none;
	font-family: 'Oswald', sans-serif;
}


#header-nav li a {
	position: relative;
	display: inline-block;
}


#header-nav li.goods a {
	background: url(../images/common/icon-link.svg) no-repeat;
	background-position: right top;
}


/*++++ footer ++++*/

#footer {
	position: relative;
	width: 100%;
	background-color: #000;
	margin: 0;
	padding: 0;
	font-family: 'Oswald', sans-serif;
	text-align: center;
}

#footer-floating {
	width: 100%;
	background-color: #a0999f;
	z-index: 300;
}

#footer-floating.fixed {
	position: fixed;
	bottom: 0;
}

.footer-floating-inner {
	position: relative;
	margin: 0 auto;
}

#footer-floating #gotop {
	position: absolute;
	right: 0;
	display: block;
	background-image: url(../images/common/arrow.svg);
	background-color: #a0999f;
	background-repeat: no-repeat;
	border-radius: 50%;
	white-space: nowrap;
	text-indent: 100%;
	overflow: hidden;
	-moz-transform: rotate(-90deg);
	-webkit-transform: rotate(-90deg);
	transform: rotate(-90deg);
}

.footer-sns {
	position: relative;
	background-color: #a0999f;
	width: 100%;
	margin: 0 auto;
	padding: 0;
	list-style: none;
	letter-spacing: -.4em;
	text-align: center;
}

.footer-sns li {
	display: inline-block;
	letter-spacing: 0;
}

.footer-sns li a {
	display: inline-block;
}

.footer-sns li img {
	width: auto;
}

#footer-nav {
	position: relative;
	margin: 0;
	list-style: none;
	letter-spacing: -.4em;
}

#footer-nav li {
	display: inline-block;
	letter-spacing: 0.05em;
}

#footer-nav li:last-of-type {
	margin: 0;
}

#footer-nav li a {
	position: relative;
	display: inline-block;
	text-decoration: none;
}

#footer-nav li.goods a {
	background: url(../images/common/icon-link.svg) no-repeat;
	background-position: right top;
}

.footer-copyright {
	padding: 0;
}

/*++++ content list ++++*/

ul.contents-list {
	list-style: none;
	margin: 0 auto;
	padding: 0;
	letter-spacing: -.4em;
}

ul.contents-list li a {
	color: #000;
}

ul.contents-list.wh li a {
	color: #fff;
}

ul.contents-list li span {
	letter-spacing: .05em;
}

ul.contents-list li .thumb img {
	width: 100%;
	height: auto;
}

ul.contents-list li .time {
	font-family: 'Oswald', sans-serif;
}

ul.contents-list li .cat {
	background-color: #3e3e41;
	text-align: center;
	font-family: 'Oswald', sans-serif;
}

ul.contents-list li .title {
	width: 100%;
	margin: 2px 0 0;
	font-size: 1.6rem;
	clear: both;
}


/*++++ carousel ++++*/

.carousel-wrap {
	position: relative;
	margin: 0 auto;
	z-index: 0;
}

.carousel-arrow {
	position: absolute;
	display: block;
	background-image: url(../images/common/arrow.svg);
	background-repeat: no-repeat;
	white-space: nowrap;
	text-indent: 100%;
	overflow: hidden;
	cursor: pointer;
	z-index: 200;
}

.carousel-arrow-blk {
	background-image: url(../images/common/arrow-blk.svg);
}

.carousel-prev {
	position: absolute;
	left: 0;
	-moz-transform: rotate(180deg);
	-webkit-transform: rotate(180deg);
	transform: rotate(180deg);
}

.carousel-next {
	position: absolute;
	right: 0;
}

/***** linkbox *****/

a.link-box,
.link-box {
	display: block;
	margin-left: auto;
	margin-right: auto;
	background-color: #fff;
	border: solid 1px #000;
	text-align: center;
	font-family: 'Oswald', sans-serif;
	color: #000;
	text-decoration: none;
}


/***** pages *****/

#main .ttl {
	font-family: 'Oswald', sans-serif;
	font-weight: 400;
	text-align: center;
}

#header-visual {
	width: 100%;
	height: 0;
	padding-top: 66.7%;
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center top;
}

/* common sort buttons */

ul.sort {
	text-align: center;
	padding: 0;
	list-style: none;
}

ul.sort li {
	display: inline-block;
	font-family: 'Oswald', sans-serif;
}

ul.sort li button {
	display: inline-block;
	border: solid 1px #fff;
	color: #fff;
}

ul.sort li button:hover,
ul.sort li button.clicked {
	background-color: #fff;
	color: #28282b;
}

/* pagenation */

.pages-bottom-nav {
	width: 100%;
	height: 48px;
}

.pages-bottom-nav .link-box a {
	position: relative;
	display: block;
}

.pages-bottom-nav .next {
	float: right;
}

.pages-bottom-nav .prev {
	float: left;
}

.pages-bottom-nav .arrow a {
	position: relative;
	display: block;
	width: 100%;
	height: 100%;
	text-decoration: none;
}

.pages-bottom-nav .arrow a::before {
	content: "";
	display: block;
	width: 18px;
	height: 15px;
	margin-top: -7.5px;
	background-size: cover;
	background-repeat: no-repeat;
	position: absolute;
	top: 50%;
}

.pages-bottom-nav .arrow.blk a::before {
	background-image: url(../images/common/arrow2-blk.svg);
}

.pages-bottom-nav .prev a::before {
	transform: rotate(180deg);
}


/* news, live single page */

.single {}

.single-image {
	text-align: center;
}

.single-image img {
	max-width: 100%;
	height: auto;
}


.single-share-buttons {
	width: 100%;
	height: 25px;
	font-family: 'Oswald', sans-serif;
	line-height: 25px;
	vertical-align: middle;
}


.single-share-buttons a {
	display: inline-block;
	vertical-align: middle;
}


.single-main-header {
	border-bottom-style: solid;
	border-bottom-width: 1px;
}

.single-main-header .date {
	line-height: 1;
	font-family: 'Oswald', sans-serif;
}

.single-main-header .cat {
	width: 76px;
	height: 22px;
	background-color: #3e3e41;
	text-align: center;
	font-size: 1.2rem;
	line-height: 22px;
	font-family: 'Oswald', sans-serif;
}


.single-main-header h3 {
	margin: 15px 0 0;
	padding: 0;
	font-size: 2rem;
	line-height: 1.5;
	font-weight: 700;
}

.single-main-contents {
	word-break: break-all;
	overflow-wrap: break-word;
}

.single-main-contents a {
	text-decoration: underline;
}

.single-main-contents .video-container {
	position: relative;
	width: 100%;
	padding: 56.25% 0 0;
}

.single-main-contents .video-container iframe {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

.single-main-contents img {
	max-width: 100%;
	height: auto;
}

.single-bottom-nav {
	width: 100%;
	height: 48px;
}

.single-bottom-nav a.link-box {
	position: relative;
	display: block;
}

.single-bottom-nav .next {
	float: right;
}

.single-bottom-nav .prev {
	float: left;
}

.single-bottom-nav .arrow::before {
	content: "";
	display: block;
	width: 18px;
	height: 15px;
	margin-top: -7.5px;
	background-size: cover;
	background-repeat: no-repeat;
	position: absolute;
	top: 50%;
}

.single-bottom-nav .arrow.blk::before {
	background-image: url(../images/common/arrow2-blk.svg);
}

.single-bottom-nav .prev::before {
	transform: rotate(180deg);
}

/* disco common */

.discography-contents {
	position: relative;
}

.discography-contents li a {
	position: relative;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	background-color: #000;
	color: #fff;
	overflow: hidden;
	text-decoration: none;
}

.discography-contents li a span {
	display: block;
}

.discography-contents li a .jkt img {
	width: auto;
	max-width: 100%;
	height: auto;
	max-height: 100%;
}

.discography-contents li a span.info {
	position: relative;
}

.discography-contents li a span.date {
	font-family: 'Oswald', sans-serif;
}

.discography-contents li a span.cat {
	background-color: #3e3e41;
	font-family: 'Oswald', sans-serif;
	text-align: center;
}


@media screen and (min-width: 769px) {

	#wrap {
		min-width: 1080px;
	}

	.contents {
		width: 1000px;
		margin-left: auto;
		margin-right: auto;
		overflow: hidden;
	}


	#header {
		min-width: 1080px;
		height: 70px;
	}

	#header-contents {
		height: 70px;
	}

	#header h1 {
		line-height: 60px;
	}

	#header h1 a {
		font-size: 2.6rem;
	}

	#header-nav {
		right: 0;
		top: 26px;
		padding: 0;
		font-size: 1.5rem;
		letter-spacing: -.4em;
	}

	#header-nav li {
		display: inline-block;
		margin: 0 0 0 17px;
		letter-spacing: 0.05em;
	}

	#header-nav li a {
		padding: 2px 5px 7px;
	}

	#header-nav li.goods a {
		padding: 2px 16px 7px 5px;
		background-size: 12px;
	}
	#header-nav li.membership {
		margin: 0 0 0 30px;
	}
	#header-nav li.membership a {
		padding: 5px 6px 6px;
		border: solid 1px #fff;
	}

	#header-nav li.current a {
		border-bottom: solid 2px #fff;
	}


	#header-nav-button {
		display: none;
	}

	#main {
		padding: 70px 0 200px;
		z-index: 0;
	}


/*++++ footer ++++*/

	#footer {
		min-width: 1080px;
		height: 180px;
	}

	#footer-floating {
		position: absolute;
		bottom: 180px;
		left: 0;
		min-width: 1080px;
		height: 78px;
	}


	.footer-floating-inner {
		width: 1080px;
	}

	#footer-floating #gotop {
		top: -40px;
		width: 80px;
		height: 80px;
		background-size: 15px 23px;
		background-position: center left 40px;
	}

	.footer-sns {
		top: 20px;
	}

	.footer-sns li {
		margin: 0 15px;
		height: 38px;
	}

	.footer-sns li img {
		height: 38px;
	}

	#footer-nav {
		padding: 57px 0 0;
		font-size: 1.5rem;
	}

	#footer-nav li {
		margin: 0 27px 0 0;
	}

	#footer-nav li.goods a {
		padding: 0 16px 7px 0;
		background-size: 12px;
		margin: 0;
	}


	.footer-copyright {
		margin: 30px 0 0;
		font-size: 1.4rem;
		line-height: 1.5;
	}


/*++++ content list ++++*/

	ul.contents-list {
		width: 1000px;
	}

	ul.contents-list li {
		display: inline-block;
		width: 320px;
		height: auto;
		margin: 0 0 20px;
		vertical-align: top;
	}

	ul.contents-list li span {
		display: inline-block;
		margin: 0 auto;
		line-height: 2.2rem;
	}

	ul.contents-list li .thumb {
		position: relative;
		width: 320px;
		height: 210px;
		text-align: center;
		overflow: hidden;
		margin: 0 0 15px;
	}

	ul.contents-list li .thumb img {
		position: absolute;
		top: 0;
		bottom: 0;
		left: 0;
		right: 0;
		height: auto;
		width: auto;
		max-width: 100%;
		max-height: 100%;
		margin: auto;
	}

	ul.contents-list li .time {
		font-size: 1.2rem;
	}

	ul.contents-list li .cat {
		float: right;
		width: 76px;
		font-size: 1.2rem;
		vertical-align: bottom;
	}

	ul.contents-list li .title {
		width: 100%;
		margin: 2px 0 0;
		font-size: 1.6rem;
	}

	/*++++ carousel ++++*/

	.carousel-wrap {
		width: 1080px;
	}

	.carousel-arrow {
		width: 20px;
		height: 30px;
		background-size: 20px 30px;
	}

	.carousel-prev {
		left: 0;
	}

	.carousel-next {
		right: 0;
	}

	/***** linkbox *****/

	a.link-box,
	.link-box {
		width: 240px;
		font-size: 1.8rem;
		line-height: 46px;
	}

	.link-box.circle {
		border-radius: 24px;
	}

	#main .ttl {
		font-size: 3.6rem;
		margin: 60px 0 40px;
	}



	/* common sort buttons */

	ul.sort {
		margin: 0 0 40px;
	}

	ul.sort li {
		margin: 0 10px;
		font-size: 1.8rem;
	}

	ul.sort li button {
		width: 155px;
		line-height: 48px;
		border-radius: 24px;
	}



/* news, live single page */

	.single {}

	.single-image {
		float: left;
		width: 480px;
	}

	.single-image.no-image {
		float: none;
		padding: 0 0 0 40px;
		margin-bottom: 40px;
	}

	.single-share-buttons {
		margin: 26px 0 0;
		text-align: left;
	}


	.single-share-buttons a {
		margin: 0 0 0 12px;
	}

	.single-main {
		width: 520px;
		margin: 0 0 0 480px;
	}

	.single-image.no-image + .single-main {
		width: 100%;
		margin: 0;
	}

	.single-main-header {
		padding: 0 0 30px 40px;
	}

	.single-main-header .date {
		font-size: 1.4rem;
	}

	.single-main-header .cat {
		width: 76px;
		height: 22px;
		background-color: #3e3e41;
		text-align: center;
		font-size: 1.2rem;
		line-height: 22px;
		font-family: 'Oswald', sans-serif;
	}


	.single-main-header h3 {
		margin: 15px 0 0;
		padding: 0;
		font-size: 2rem;
		line-height: 1.5;
		font-weight: 700;
	}

	.single-main-contents {
		padding: 30px 10px 0 40px;
		font-size: 1.6rem;
		line-height: 2.8rem;
	}

	.single-image.no-image + .single-main 	.single-main-contents {
		padding: 30px 40px 0 40px;
	}

	.single-main-contents a {
		text-decoration: underline;
	}

	.single-bottom-nav {
		width: 1000px;
		margin: 100px auto 0;
	}

	.single-bottom-nav a.link-box {
		margin: 0;
	}

	.single-bottom-nav a.link-box.all {
		margin: 0 auto;
	}

	.single-bottom-nav .next::before {
		right: 40px;
	}

	.single-bottom-nav .prev::before {
		left: 40px;
	}


/* disco common */

	.discography-contents li {
		min-height: 100%;
	}

	.discography-contents li a {
		display: inline-block;
		width: 100%;
		height: 220px;
		padding: 20px;
	}

	.discography-contents li a span.jkt {
		float: left;
		width: 180px;
		height: 180px;
		margin: 0;
	}


	.discography-contents li a span.info {
		width: 250px;
		height: 180px;
		margin: 0 0 0 200px;
	}

	.discography-contents li a span.title {
		font-size: 1.8rem;
		line-height: 1.5;
		margin-top: -.45rem;
	}

	.discography-contents li a span.date {
		position: absolute;
		bottom: 40px;
		left: 0;
		font-size: 1.4rem;
	}

	.discography-contents li a span.cat {
		position: absolute;
		bottom: 0;
		left: 0;
		width: 92px;
		font-size: 1.2rem;
		line-height: 22px;

	}

	.pages-bottom-nav {
		width: 1000px;
		margin: 100px auto 0;
	}

	.pages-bottom-nav .link-box a {
		margin: 0;
	}

	.pages-bottom-nav .link-box.all a {
		margin: 0 auto;
	}

	.pages-bottom-nav .next a::before {
		right: 40px;
	}

	.pages-bottom-nav .prev a::before {
		left: 40px;
	}

}