@charset "UTF-8";

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

/* L1 ######################################## リリースカレンダー ######################################## */

/* L2 **************************************** タイトル **************************************** */

#release > h2::after {
	content: "リリースカレンダー";
}

/* L2 **************************************** セレクタ **************************************** */

#release div.selector {
	position: relative;
	margin-top: 1em;
	margin-bottom: 2em;
}
#release div.selector.loading::after {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	color: #666666;
	font-size: 1.6rem;
	line-height: 1.0;
	background: rgba(255, 255, 255, 0.5);
}

#release div.selector ul {
	list-style-type: none;
	display: table;
	margin-left: auto;
	margin-right: auto;
	text-align: center;
	border-collapse: separate;
	border-spacing: 2px;
}

#release div.selector ul li {
	display: table-cell;
	min-width: 16em;
	font-size: 1.6rem;
	vertical-align: middle;
	border: 1px solid #cccccc;
	
	background: #ffffff -webkit-linear-gradient(rgba(0, 0, 0, 0.025), rgba(0, 0, 0, 0.08));
	background: #ffffff -moz-linear-gradient(rgba(0, 0, 0, 0.025), rgba(0, 0, 0, 0.08));
	background: #ffffff -o-linear-gradient(rgba(0, 0, 0, 0.025), rgba(0, 0, 0, 0.08));
	background: #ffffff -ms-linear-gradient(rgba(0, 0, 0, 0.025), rgba(0, 0, 0, 0.08));
	background: #ffffff linear-gradient(rgba(0, 0, 0, 0.025), rgba(0, 0, 0, 0.08));
	box-shadow: inset -4px -4px 12px rgba(0, 0, 0, 0.06);
}

#release div.selector ul li a {
	position: relative;
	display: inline-block;
	width: 100%;
	padding: 0.5em 0;
	color: #336699 !important;
	text-decoration: none;
}
#release div.selector ul li a::before {
	content: "";
	position: absolute;
	left: 0;
	bottom: 0;
	width: 100%;
	height: 0;
	background: #008ccf;
	
	-webkit-transition: height 0.2s ease-out;
	-moz-transition: height 0.2s ease-out;
	-ms-transition: height 0.2s ease-out;
	-o-transition: height 0.2s ease-out;
	transition: height 0.2s ease-out;
	
	background: #008ccf -webkit-gradient(linear, left top, left bottom, color-stop(0.00, rgba(0, 0, 0, 0.025)), color-stop(1.00, rgba(0, 0, 0, 0.1)));
	background: #008ccf -webkit-linear-gradient(rgba(0, 0, 0, 0.025), rgba(0, 0, 0, 0.1));
	background: #008ccf -moz-linear-gradient(rgba(0, 0, 0, 0.025), rgba(0, 0, 0, 0.1));
	background: #008ccf -o-linear-gradient(rgba(0, 0, 0, 0.025), rgba(0, 0, 0, 0.1));
	background: #008ccf -ms-linear-gradient(rgba(0, 0, 0, 0.025), rgba(0, 0, 0, 0.1));
	background: #008ccf linear-gradient(rgba(0, 0, 0, 0.025), rgba(0, 0, 0, 0.1));
}
#release div.selector ul li:not(.selected) a:hover::before {
	height: 4px;
}

#release div.selector ul li.hidden {
	visibility: hidden;
}

#release div.selector select,
#release div.selector option {
	padding: 0 0.5em;
	font-family: "メイリオ", "HiraKakuProN-W3", "MS UI Gothic", "ＭＳ Ｐゴシック", "Osaka", sans-serif;
	font-size: 1.6rem;
}
#release div.selector select {
	margin: 0.5em 0;
}

#release div.selector button {
	font-size: 1.6rem;
	padding: 0.15em 0.5em;
}

/* L2 **************************************** コンテナ **************************************** */

#release div.container {
	margin-bottom: 5em;
}

#release div.container p.message {
	color: #666666;
	font-size: 1.8rem;
	text-align: center;
}

#release div.container p.message i {
	margin-right: 0.2em;
}

/* L2 **************************************** リリース年月日 **************************************** */

#release div.container h3 {
	color: #999999;
	margin-bottom: 0.2em;
	font-size: 5.0rem;
	font-family: "Ubuntu Condensed", sans-serif;
	font-weight: normal;
	text-align: center;
	line-height: 1.0;
}

/* L2 **************************************** リセット **************************************** */

#release div.container a.reset {
	color: #cc0000 !important;
	text-decoration: none;
}

#release div.container a.reset:hover {
	text-decoration: underline;
}

#release div.container a.reset p {
	padding: 0.5em 4%;
	margin-bottom: 1em;
	text-align: center;
	text-decoration: none;
	border: 1px solid #cc0000;
}

/* L2 **************************************** レーベル **************************************** */

#release div.label-products h4 {
	color: #ffffff;
	padding: 0.4em 20px;
	font-size: 2.6rem;
	font-family: "Ubuntu Condensed", sans-serif;
	font-weight: normal;
	line-height: 1.0;
}

#release div.label-products h4.ja {
	padding-top: 0.6em;
	padding-bottom: 0.6em;
	font-family: "メイリオ", "HiraKakuProN-W3", "MS UI Gothic", "ＭＳ Ｐゴシック", "Osaka", sans-serif;
	font-size: 2.2rem;
}

#release div.label-products > a {
	text-decoration: none;
}

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

a.product {
	clear: both;
	display: block;
	position: relative;
	margin-top: 0.8em;
	margin-bottom: 0.8em;
	text-decoration: none !important;
	border: 2px solid transparent;
	
	background: rgba(255, 255, 255, 0.85);
	box-shadow: 0 0 40px rgba(0, 0, 0, 0.2);
	box-sizing: border-box;
	
	-webkit-transition: border-color 0.5s;
	-moz-transition: border-color 0.5s;
	-ms-transition: border-color 0.5s;
	-o-transition: border-color 0.5s;
	transition: border-color 0.5s;
}

a.product[href]:hover {
	border-color: rgba(0, 0, 0, 0.3);
}

a.product h3 {
	display: none;
}

/* L3 ======================================== アーティスト名 ======================================== */

a.product div.artist,
a.product div.series {
	margin-bottom: 0.8em;
	padding: 0.4em 25px 0.4em 190px;
	color: #444444;
	font-size: 1.6rem;
	
	background: rgba(0, 0, 0, 0.05);
}

/* L3 ======================================== タイトル ======================================== */

a.product div.title {
	margin: 0 25px 0 190px;
	color: #336699;
	font-size: 2.8rem;
	line-height: 1.2;
	
	text-shadow: 3px 3px 0 rgba(0, 0, 0, 0.05);
}

a.product div.title p.sub-title-top,
a.product div.title p.sub-title-bottom,
a.product div.title p.cw {
	font-size: 50%;
}

a.product div.title p.main-title {
	line-height: 1.2;
}

/* L3 ======================================== 商品データ ======================================== */

a.product div.data {
	margin: 0.5em 25px 1em 190px;
}

/* L4 ---------------------------------------- 発売日 ---------------------------------------- */

a.product div.data time {
	margin-bottom: 10px;
	color: #000000;
	font-size: 1.6rem;
}

a.product div.data time::before {
	content: "\f017";
	margin-right: 0.3em;
	color: #333333;
	font-family: "FontAwesome";
}

/* L4 ---------------------------------------- 商品タイプ ---------------------------------------- */

a.product div.data table {
	position: relative;
	color: #000000;
	margin-top: 0.2em;
	font-size: 1.2rem;
	line-height: 1.4;
	border: 1px solid #bbbbbb;
	border-collapse: collapse
}
a.product div.data table:first-child {
	margin-top: 0;
}

a.product[data-page-type="multi"] div.data table tr:hover {
	color: #336699;
}

a.product div.data table th {
	position: relative;
	min-width: 110px;
	padding: 0.8em 25px;
	color: #666600;
	font-weight: normal;
	text-align: center;
	text-indent: 0.2em;
	vertical-align: middle;
	letter-spacing: 0;
	border: 1px dotted #aaaaaa;
	border-style: dotted solid dotted dotted;
	
	background: rgba(0, 0, 0, 0.05);
}

a.product div.data table tr.selected th:before {
	position: absolute;
	font-size: 3rem;
	font-family: "FontAwesome";
}
a.product[data-page-type="multi"] div.data table tr.selected th:before {
	content: "\f00c";
	top: -0.05em;
	left: -0.7em;
	color: #336699;
}
a.product[data-page-type="one"] div.data table tr.selected th:before {
	content: "\f03e";
	top: 2px;
	left: 0;
	color: #666666;
	font-size: 1.1rem;
}

a.product div.data table td {
	padding: 0.8em 2em;
	text-align: center;
	vertical-align: middle;
	border: 1px dotted #aaaaaa;
	background: rgba(0, 0, 0, 0.03);
}

a.product div.data table td.link {
	display: none;
}

/* L3 ======================================== ジャケット ======================================== */

a.product div.jacket {
	position: absolute;
	top: 10px;
	left: 45px;
	text-align: right;
}

a.product div.jacket figure.image {
	position: relative;
	z-index: 100;
	padding: 10px;
	text-align: center;
	
	border-radius: 5px;
	background: rgba(255, 255, 255, 0.85);
	box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
}

a.product div.jacket figure.image img {
	width: auto;
	max-width: 100px;
	max-height: 145px;
	border: 1px solid #ffffff;
	
	box-shadow: 0 0 10px rgba(0, 0, 0, 0.2)
}

a.product div.jacket figcaption {
	overflow: hidden;
	display: block;
	width: 100px;
	margin: 0.5em 0 -0.5em 0;
	color: #666666;
	font-size: 1.1rem;
	white-space: nowrap;
	text-overflow: ellipsis;
}

a.product div.jacket figcaption::before {
	margin-right: 0.5em;
	content: "\f03e";
	font-family: "FontAwesome";
}

/* L4 ---------------------------------------- ジャケットセレクタ ---------------------------------------- */
a.product div.jacket ul.selector {
	display: none;
}

/* L3 ======================================== ジャンル ======================================== */

a.product div.genre {
	position: absolute;
	top: 0.4em;
	right: 5px;
	padding: 0.4em 8px;
	line-height: 1.0;
	border: 1px solid #cccccc;
	background: #ffffff;
}
a.product div.genre p::before {
    content: "\f02c";
    margin-right: 0.4em;
    color: #666666;
    font-family: "FontAwesome";
}

/* L3 ======================================== 試聴プレビュー ======================================== */

a.product div.preview {
	margin: 1em 25px 1em 190px;
}

a.product div.preview p {
	cursor: pointer;
	padding: 0.2em;
    color: #ffffff;
    font-size: 1.8rem;
    text-align: center;
    border:1px solid #ffffff;
    background: #008ccf;
    
    border-radius: 50px;
    box-shadow: 0px 0px 0px 4px #008ccf;
    transition: all 0.2s linear;
}
a.product div.preview p::before {
	content: "\f001";
	margin-right: 0.6em;
	font-family: "FontAwesome";}

a.product div.preview p:hover {
    color: #ffffff;
    background: #109cdf;
}

/* L3 ======================================== 選択中アイテム ======================================== */

a.product div.selected {
	overflow: hidden;
	position: relative;
	margin-top: 1em;
	padding: 0.4em 25px 0.4em 190px;
	color: #336699;
	
	border-top: 1px dotted rgba(0, 0, 0, 0.3);
	background: rgba(0, 0, 0, 0.05);
}
a.product div.selected::before {
	content: "\f00c";
	margin-right: 0.5em;
	color: #999999;
	font-family: "FontAwesome";
}
a.product div.selected::after {
	float: right;
	display: inline-block;
	content: "枠内クリックで選択中の商品情報を表示";
	position: relative;
	top: 1px;
	margin-bottom: 1px;
	padding: 0.4em 6px;
	color: #333333;
	font-size: 1.1rem;
	line-height: 1.0;
	border: 1px solid #cccccc;
	background: rgba(255, 255, 255, 0.8);
	
	border-radius: 5px;
	text-shadow: 1px 1px 0 rgba(0, 0, 0, 0.05);
	
	background-image: -webkit-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.05) 50%, rgba(0, 0, 0, 0.1) 51%, rgba(0, 0, 0, 0) 100%);
	background-image: -moz-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.05) 50%, rgba(0, 0, 0, 0.1) 51%, rgba(0, 0, 0, 0) 100%);
	background-image: -o-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.05) 50%, rgba(0, 0, 0, 0.1) 51%, rgba(0, 0, 0, 0) 100%);
	background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.05) 50%, rgba(0, 0, 0, 0.1) 51%, rgba(0, 0, 0, 0) 100%);
}

a.product[data-page-type="one"] div.selected::before {
	content: "\f0c1";
}
a.product[data-page-type="one"] div.selected::after {
	content: "枠内クリックで商品情報を表示";
}

a.product div.selected rp,
a.product div.selected rt {
	display: none;
}


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


