@charset "UTF-8";

/* #=#=#=#=#=#=#=#=#=#=#=#=#=#=#=#=#=#=#=#=# PC・スマホ 共通設定 #=#=#=#=#=#=#=#=#=#=#=#=#=#=#=#=#=#=#=#=# */

/* L1 ######################################## ロゴ ######################################## */

#logo {
	margin: 0 auto;
	padding: 18em 0 0 0;
}

#logo p {
	width: 600px;
	margin-left: auto;
	margin-right: auto;
}

#logo img {
	width: 100%;
}

/* L1 ######################################## コンセプト ######################################## */

#concept {
	margin: 5em 0;
	color: #ffffff;
	font-size: 2.0rem;
}

#concept > h2 {
	display: none;
}

#concept p.signature {
	margin-top: 1em;
	text-align: center;
	letter-spacing: 0.2em;
}
#concept p.signature::before {
	content: "─";
	margin-right: 1.0em;
	color: rgba(255, 255, 255, 0.2);
}
#concept p.signature::after {
	content: "─";
	margin-left: 1.0em;
	color: rgba(255, 255, 255, 0.2);
}

/* L1 ######################################## サイト更新情報 ######################################## */

#history {
	width: 980px;
	margin: 12em auto;
	color: #ffffff;
	text-align: left;
}

#history > h2::after {
	content: "サイト更新履歴"
}

#history p.loading {
	margin: 0 5px;
	color: rgba(255, 255, 255, 0.3);
	font-size: 1.4rem;
}

#history ul {
	list-style-type: none;
	font-size: 1.4rem;
}

#history ul li {
	overflow: hidden;
	display: table;
	width: 100%;
	padding: 0 5px;
	border-collapse: separate;
	border-spacing: 2px;
	
	box-sizing: border-box;
}

#history ul li.error {
	padding: 0.4em 0;
}

#history ul li span.date {
	display: table-cell;
	width: 10em;
	padding: 0.4em 0;
	text-align: center;
	vertical-align: middle;
	
	background: rgba(255, 255, 255, 0.05);
}

#history ul li span.text {
	overflow: hidden;
	display: table-cell;
	max-width: 1px;
	padding: 0.4em 1%;
	text-align: left;
	white-space: nowrap;
	vertical-align: middle;
	text-overflow: ellipsis;
	
	background: rgba(0, 0, 0, 0.05);
}

#history ul li span.text span.A {
	position: relative;
	top: 0;
	display: inline-block;
	min-width: 10em;
	margin-right: 0.5em;
	padding: 0 1em;
	color: #ffffff;
	text-align: center;
	vertical-align: middle;
	
	background: rgba(0, 0, 0, 0.5);
	border-radius: 5px;
	box-sizing: border-box;
}

#history ul li a {
	color: #ffffff !important;
	text-decoration: none;
}

#history ul:hover li a {
	text-decoration: underline;
}

/* L1 ######################################## スペシャル ######################################## */

#special {
	width: 980px;
	margin: 12em auto;
	color: #ffffff;
	text-align: left;
}

#special > h2::after {
	content: "スペシャルイベント"
}

/* L1 ######################################## ラインナップ ######################################## */

#line-up {
	margin: 12em 0;
	color: #ffffff;
}

#line-up > h2::after {
	content: "商品ラインナップ"
}

/* L2 **************************************** 商品情報 **************************************** */

/* L3 ======================================== ラッパー ======================================== */

#line-up div.group {
	margin: 5px 0;
	text-align: center;
}

#line-up div.group:first-child {
	margin-top: 0;
}
#line-up div.group:last-child {
	margin-bottom: 0;
}

/* L3 ======================================== 個別 ======================================== */

#line-up a {
	cursor: default;
	color: inherit;
	text-decoration: none;
}

#line-up a[href] {
	cursor: pointer;
}

#line-up div.product {
	position: relative;
	display: inline-block;
	max-width: 308px;
	margin: 2px 0;
	padding-bottom: 8em;
	text-align: left;
	vertical-align: top;
	background: rgba(0, 0, 0, 0.5);
	
	opacity: 1;
	transition: opacity 0.2s linear;
	
	box-sizing: border-box;
}
#line-up a[href]:hover div.product {
	opacity: 0.6;
}

#line-up div.product img {
	height: 308px;
}

#line-up dl dt {
	margin: 0.5em 4%;
	font-size: 1.8rem;
	border-bottom: 1px dotted rgba(255, 255, 255, 0.4); 
}

#line-up dl dd.title {
	margin: 0.5em 4% 1em 4%;
	font-size: 1.8rem;
}

#line-up dl dd.data {
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	text-align: center;
}

#line-up dl dd.data div.release {
	margin-bottom: 0.5em;
	font-size: 1.4rem;
	text-align: center;
}

#line-up dl dd.data div.release time {
	display: inline-block;
	padding: 0.5em 1.2em;
	line-height: 1.0;
	border: 1px solid rgba(255, 255, 255, 0.1);
	background: rgba(255, 255, 255, 0.02);
	
	border-radius: 18px;
}

#line-up dl dd.data div.info {
	overflow: hidden;
	margin-bottom: 1em;
}

#line-up dl dd.data div.info ul {
	list-style-type: none;
	float: left;
	position: relative;
	left: 50%;
}

#line-up dl dd.data div.info ul li {
	float: left;
	position: relative;
	left: -50%;
	font-size: 1.0rem;
	line-height: 1.0;
}
#line-up dl dd.data div.info ul li::after {
	content: "/";
	margin-left: 0.5em;
	margin-right: 0.5em;
	color: rgba(255, 255, 255, 0.5);
}
#line-up dl dd.data ul li:last-child::after {
	display: none;
}

#line-up dl dd.data div.link {
	margin: 5px;
	padding: 0.5em 0;
	color: #999999;
	background: rgba(0, 0, 0, 0.4);
}

/* L1 ######################################## ミュージックビデオ ######################################## */

#music-video {
	margin: 12em 0;
	color: #ffffff;
}

#music-video > h2::after {
	content: "ミュージックビデオ"
}

/* L2 **************************************** YouTube 動画埋め込み **************************************** */

#music-video div.group {
	margin: 5px 0;
	text-align: center;
}
#music-video div.group:first-child {
	margin-top: 0;
}
#music-video div.group:last-child {
	margin-bottom: 0;
}

/* L3 ======================================== figure 要素 ======================================== */

#music-video div.group figure {
	display: inline-block;
	width: 480px;
	margin: 2px 0;
	padding: 10px;
	text-align: center;
	background: rgba(0, 0, 0, 0.5);
	
	box-sizing: border-box;
}

#music-video div.group figure div.movie {
	position: relative;
	display: inline-block;
	width: 100%;
	height: auto;
	padding-bottom: 56.25%;
	border: 1px solid #000000;
}

#music-video div.group iframe {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

/* L3 ======================================== caption 要素 ======================================== */

#music-video figcaption {
	overflow: hidden;
	display: block;
	color: #ffffff;
	margin: 0;
	font-size: 1.4rem;
	letter-spacing: 0.1em;
	line-height: 1.0;
	white-space: nowrap;
	text-overflow: ellipsis;
}
#music-video figcaption::before {
	content: "\f16a";
	position: relative;
	top: 1px;
	margin-right: 0.5em;
	font-family: "FontAwesome";
	font-size: 1.6rem;
}



/* L3 ========================================  ======================================== */

/* #=#=#=#=#=#=#=#=#=#=#=#=#=#=#=#=#=#=#=#=# PC・スマホ 共通設定 ここまで #=#=#=#=#=#=#=#=#=#=#=#=#=#=#=#=#=#=#=#=# */


