@charset "utf-8";
/*---------------------------------------------------------------------
Base Setting
---------------------------------------------------------------------*/
@font-face {
	font-family: "Yu Gothic";
	src: local("Yu Gothic Medium");
	font-weight: normal;
}

* {
	-webkit-appearance: none;
	-webkit-tap-highlight-color: transparent;
	border-radius: 0;
}
html {
	height: 100%;
	-webkit-text-size-adjust: 100%;
	-ms-text-size-adjust: 100%;
}
body {
	background: #fff;
	position: relative;
	font: normal 14px/24px "Yu Gothic", YuGothic, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", Osaka, sans-serif;
	color: #333;
	-webkit-text-size-adjust: none;
}
img {
	vertical-align: bottom;
	max-width: 100%;
    height: auto;
}
a {
	color: #999;
	text-decoration: none;
}
strong {
	font-weight: bold !important;
}
.clear {
	clear: both;
}
/* For modern browsers */
.cf::before,
.cf::after {
    content: "";
    display: block;
    overflow: hidden;
}
.cf::after {
    clear: both;
}
/* For IE 6/7 (trigger hasLayout) */
.cf {
    zoom: 1;
}
.wf::before,
.wf::after {
    content: "";
    display: block;
    overflow: hidden;
}
.wf::after {
    clear: both;
}
.wf {
	margin-right: auto;
	margin-left: auto;
	width: 1000px;
    zoom: 1;
}
.hd {
	width: 1px;
	height: 1px;
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	z-index: 0;
	text-indent: 120%;
	overflow: hidden;
	white-space: nowrap;
}
.spbr {
	display: none;
}

/* Coomon
--------------------------------------------------------------------------------------------------------- */
/* Header */
header {
	/*background: url(../images/title.png) no-repeat center, url(../images/store_bg.png) 0 0 repeat;
	min-width: 1200px;
	height: 400px;*/
	/*min-width: 1200px;*/
	/*max-width :800px;*/
	margin:0 auto;
	text-align:center;
	width: 100%;
	max-width: 700px;
	/*background: url(../images/main_img.jpg) calc(50% + 285px) 0 no-repeat, url(../images/main_bg.png) 50% 0 repeat-x;
	min-width: 1000px;
	height: 797px;
	position: relative;*/
}
/*header .wf {
	position: relative;
}*/
/*header > .wf {
	background: url(../images/logo.png) 0 12px no-repeat;
	background-size: 149px auto;
	padding: 247px 0 0;
}*/
/*header h1 {
	background: url(../images/title.png) 0 0 no-repeat;
	width: 529px;
	height: 230px;
	overflow: hidden;
	text-indent: 120%;
	white-space: nowrap;
}*/
header nav {
	padding: 25px 0;
	width: 100%;
	position: fixed;
	top: 0;
	left: 0;
	z-index: 1000;
	transform: translate3d(0,0,0);
	transition: .5s ease;
}
header nav .btn {
	display: none;
}
header ul {
	float: right;
}
header li {
	float: left;
	font-size: 18px;
	line-height: 1;
}
header li + li {
	margin: 0 0 0 18px;
}
header li a {
	padding: 5px 0;
	display: block;
	color: #fff;
}
header a:hover {
	text-decoration: underline;
}
header nav.bg {
	background: rgba(255,255,255,.8);
}
header nav.bg li a {
	color: #999;
}

/* Pagetop Link */
.pagetop {
	width: 50px;
	height: 50px;
	display: none;
	position: fixed;
	right: 60px;
	bottom: 60px;
	z-index: 1000;
	transform: translate3d(0,0,0);
}
.pagetop a {
	border-radius:6px;
	background: rgba(0,0,0,.15) url(../images/ico_pagetop.png) 50% 50% no-repeat;
	width: 50px;
	height: 50px;
	display: block;
	overflow: hidden;
	text-indent: 120%;
	white-space: nowrap;
	transform: translate3d(0,0,0);
	transition: .5s ease;
}
.pagetop a:hover {
	opacity: .6;
}

/* Footer */
footer {
	margin: 50px 0 0 0;
	background: #000;
	text-align: center;
}
footer .wf {
	padding: 30px 0 30px;
	/*padding: 60px 0 50px;*/
}
footer .bnr {
	margin: 0 5px;
}
footer .sns {
	margin: 40px auto;
	width: 130px;
}
footer li {
	float: left;
}
footer .bnr li {
	width: 240px;
}
footer .sns li {
	width: 50px;
}
footer .bnr li:not(:nth-of-type(4n+1)) {
	margin-left: 10px;
}
footer .bnr li:nth-of-type(n+5) {
	margin-top: 10px;
}
footer .bnr li:nth-of-type(4n+1) {
	clear: both;
}
footer .sns li + li {
	margin: 0 0 0 30px;
}
footer li a {
	display: block;
}
footer .bnr li a {
	border: 1px solid #ccc;
}
footer li img {
	width: 100%;
	height: auto;
}
footer .victor {
	height: 35px;
}
footer .victor img {
	width: auto;
	height: 100%;
}
footer small {
	margin: 0px 0 0;
	/*margin: 25px 0 0;*/
	display: block;
	font-size: 12px;
	line-height: 24px;
	color: #fff;
}
footer a:hover {
	opacity: .7;
}

article {
	min-width: 1000px;
}
article > section {
	padding: 0 0 30px;
}
h2 {
	margin: 0 0 30px;
	padding: 0 0 0 10px;
	text-align: center;
	font-size: 30px;
	line-height: 1;
	letter-spacing: 10px;
	color: #000;
}
section:not(#news) h2 {
	background: #9ca4f0;
	margin: 0 0 60px;
	padding: 15px 0 15px 10px;
	color: #fff;
}
.btn a {
	border-radius: 8px;
	background: #666;
	padding: 17px 0;
	width: 200px;
	text-align: center;
	display: block;
	font-weight: bold;
	font-size: 16px;
	line-height: 1;
	color: #fff;
	transform: translate3d(0,0,0);
	transition: .5s ease;
}
.btn a:hover {
	opacity: .7;
}

/* News
--------------------------------------------------------------------------------------------------------- */
#news {
	margin: -100px 0 0;
	padding: 0 0 80px;
	position: relative;
	z-index: 2;
}
#news dl {
	border-top: 1px solid #ccc;
}
#news dt {
	padding: 12px 0 0 40px;
	float: left;
	clear: left;
}
#news dd {
	border-bottom: 1px solid #ccc;
	padding: 12px 40px 12px 160px;
}
#news dd a {
	color: #333;
}
#news dd a:hover {
	text-decoration: underline;
}
#news .readmore {
	padding: 15px 0 0;
	text-align: right;
}
#news .readmore a {
	background: url(../images/ico_readmore.png) 100% 48% no-repeat;
	padding: 0 15px 0 0;
	line-height: 1;
}
#news .readmore a:hover {
	opacity: .6;
}

/* Discography
--------------------------------------------------------------------------------------------------------- */
#discography nav {
	border-bottom: 1px solid #9a90fc;
	margin: 0 0 60px;
}
#discography nav ul {
	margin: 0 auto -1px;
	width: 499px;
	height: 40px;
}
#discography nav li {
	width: 165px;
	float: left;
}
#discography nav li + li {
	margin: 0 0 0 2px;
}
#discography nav li a {
	border: 1px solid #9a90fc;
	background: #fff;
	padding: 11px 0;
	text-align: center;
	display: block;
	font-weight: bold;
	font-size: 16px;
	line-height: 1;
	color: #9a90fc;
	transition: .5s ease;
}
#discography nav li a.on {
	background: #9a90fc;
	color: #fff;
	cursor: default;
}
#discography nav li a:not(.on):hover {
	opacity: .4;
}

#discography section + section {
	border-top: 1px solid #ccc;
	margin: 40px 0 0;
	padding: 40px 0 0;
}
#discography .info .img {
	border: 1px solid #ccc;
	width: 398px;
	float: left;
}
#discography .info .img img {
	width: 100%;
	height: auto;
}
#discography .info h3 {
	margin: 0 0 40px;
	width: 560px;
	float: right;
	font-size: 16px;
}
#discography .info h3 strong {
	margin: 10px 0 0;
	display: block;
	font-size: 24px;
	line-height: 36px;
	color: #000;
}
#discography .info .detail {
	margin: 0 0 0 40px;
	float: left;
	clear: right;
}
#discography .info .btn {
	margin: 0 0 40px;
	float: right;
}
#discography .info .release {
	border: 1px solid #ccc;
	border-width: 1px 0;
	margin: 0 0 40px;
	padding: 5px 0;
	width: 560px;
	text-align: center;
	float: right;
	clear: right;
	font-weight: bold;
	font-size: 16px;
}

#discography .info .bonus {
	border: 1px solid #808097;
	padding: 25px 30px 20px;
	margin: 0 0 40px 0;
	width: 500px;
	float: right;
	clear: right;
}
#discography .info .bonus h4 {
	margin: 0 0 12px;
	font-weight: bold;
	font-size: 18px;
	color: #000;
}
#discography .info .bonus h4:nth-of-type(n+2) {
	margin-top: 20px;
}
#discography .info .bonus h4 + ul > li::before {
	content: "■ ";
}
#discography .info .bonus ol {
	/*height: 178px;*/
	margin: 0 0 12px;
	line-height: 22px;
	counter-reset: trackno;
}
#discography .info .bonus ol li {
	margin: 0 0 0 1.25em;
	text-indent: -1.25em;
}
#discography .info .bonus ol li:nth-of-type(9) {
	margin-top: -178px;
}
#discography .info .bonus ol li:nth-of-type(n+9) {
	margin-left: 265px;
}
#discography .info .bonus ol li::before {
	margin: 0 5px 0 0;
	font-weight: bold;
	content: counter(trackno) ". ";
	counter-increment: trackno;
}
#discography .info .bonus ol li:nth-of-type(-n+9)::before {
	content:  "0" counter(trackno) ". ";
}
/*#discography .info .bonus ol li:last-of-type::before {
	margin: 0;
	font-weight: normal;
	content: "※";
}*/
#discography .info .bonus ul {
	margin: 0 0 12px;
	/*line-height: 22px;*/
}
#discography .info .bonus ul.note {
	margin: 5px 0 0 1.25em;
	font-size: 12px;
	line-height: 16px;
}
#discography .info .bonus ul.note > li + li {
	margin-top: 2px;
}

/*追加.note*/
#discography .note {
	margin-top: 10px;
}
#discography ul.note {
	clear: both;
}
ul.note li {
	margin: 0 0 0 1em;
	text-indent: -1em;
	line-height: 20px;
}
ul.note > li + li {
	margin-top: 4px;
}
/*p.note::before,*/
ul.note > li::before {
	content: "※";
}

#discography .wf > div:not(#newrelease) {
	display: none;
}
#discography .wf > div:not(#newrelease) ul {
	margin: -50px 0 0 -50px;
}
#discography .wf > div:not(#newrelease) li {
	margin: 50px 0 0 50px;
	width: 300px;
	text-align: center;
	float: left;
	font-size: 16px;
	line-height: 20px;
}
#discography .wf > div:not(#newrelease) li .img {
	border: 1px solid #ccc;
	margin: 0 0 15px;
}
#discography .wf > div#album li:nth-of-type(-n+6) .ttl {
	height: 80px;
}
#discography .wf > div:not(#newrelease) li a,
#discography .wf > div:not(#newrelease) li .available {
	border-radius: 10px;
	border: 1px solid #999;
	background: #fff;
	margin: 30px 0 0;
	padding: 11px 0;
	text-align: center;
	display: block;
	font-size: 16px;
	line-height: 1;
	color: #999;
	transition: .5s ease;
}
#discography .wf > div:not(#newrelease) li a:hover {
	background: #999;
	color: #fff;
}
#discography .wf > p {
	/*margin-bottom: 30px;*/
	/*text-align: center;*/
	font-size: 16px;
	line-height: 34px;
}
#discography .wf > p.headline {
	margin-bottom: 20px;
	text-align: center;
	font-size: 24px;
	line-height: 36px;
}

/*-------------------------------------- * link * ---------------------------------------*/
#discography .link {
	margin: 0 28px;
}
#discography .link li {
	border: none;
	margin: 0px auto;
	padding: 0;
	width: 428px;
	/*width: 205px;*/
	/*float: left;*/
}
#discography .link li + li {
	margin: 0 0 0 20px;
}
#discography .link li a {
	border-radius: 8px;
	background: #666;
	padding: 15px 0;
	text-align: center;
	display: block;
	font-size: 20px;
	font-weight: bold;
	color:#fff;
	transform: translate3d(0,0,0);
	transition: .5s ease;
}
#discography .link li a:hover {
	opacity: .6;
}

/* Store
--------------------------------------------------------------------------------------------------------- */
#store {
	/*background: url(../images/store_bg.png) 0 0 repeat;*/
}
#store h2 {
	margin-bottom: 60px;
}
#store .wf > p {
	margin-bottom: 60px;
	/*text-align: center;*/
	font-size: 16px;
	line-height: 34px;
}
/*追加 p.headline*/
#store .wf > p.headline {
	margin-bottom: 20px;
	text-align: center;
	font-size: 24px;
	line-height: 36px;
}
#store .list > li {
	border: 2px solid #ccc;
	background: #fff;
	margin: 0 0 30px;
	padding: 0 0 30px;
	width: 486px;
	float: left;
	line-height: 20px;
}
#store .list > li:nth-of-type(2n) {
	margin-left: 20px;
}
#store .list > li h3 {
	border-bottom: 1px solid #ccc;
	width: 488px;
	height: 80px;
	text-align: center;
	vertical-align: middle;
	display: table-cell;
	font-weight: bold;
	font-size: 18px;
	line-height: 24px;
	color: #000;
}
#store .list > li .txt {
	margin: 25px 28px 30px;
}
#store .list > li .txt_bottom {
	margin: 30px 28px 0px 28px;
}
#store .list > li .txt_bottom a {
	color:#000;
	text-decoration:underline;
}
#store .list > li .txt_bottom a:hover {
	opacity:0.60;
	filter: alpha(opacity=60);
}
#store .list > li h4 {
	margin: 0 0 0 1em;
	text-indent: -1em;
}
#store .list > li h4::before {
	content: "■ ";
	color: #999;
}
#store .list > li h4 + h4,
#store .list > li h4 + p {
	margin-top: 5px;
}
#store .list > li .img {
	margin: 0 0 30px;
	text-align: center;
}
#store .list > li .img img {
	width: 400px;
	height: auto;
}
#store .list .link {
	margin: 0 28px;
}
#store .list .link li {
	border: none;
	margin: 0;
	padding: 0;
	width: 428px;
	/*width: 205px;*/
	float: left;
}
#store .list .link li + li {
	margin: 0 0 0 20px;
}
#store .list .link li a {
	border-radius: 8px;
	background: #666;
	padding: 15px 0;
	text-align: center;
	display: block;
	font-weight: bold;
	color:#fff;
	transform: translate3d(0,0,0);
	transition: .5s ease;
}
#store .list .link li a:hover {
	opacity: .6;
}
#store .list .note {
	margin-top: 10px;
}
#store .list + ul.note {
	clear: both;
}
p.note,
ul.note li {
	margin: 0 0 0 1em;
	text-indent: -1em;
	line-height: 20px;
}
ul.note > li + li {
	margin-top: 4px;
}
/*p.note::before,*/
ul.note > li::before {
	content: "※";
}

/* MOVIE
--------------------------------------------------------------------------------------------------------- */
#movie {
	padding: 0 0 100px;
	text-align: center;
	font-size: 0;
	line-height: 0;
}
#movie li {
	width: 490px;
	display: inline-block;
}
#movie li:nth-of-type(2n) {
	margin-left: 20px;
}
#movie li:nth-of-type(n+3) {
	margin-top: 20px;
}
#movie iframe {
	border: 3px solid #e1e1e1;
	margin: 0 auto;
	width: 484px;
	vertical-align: bottom;
}
