@charset "UTF-8";

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

/* #*#*#*#*#*#*#*#*#*#*#*#*#*#*#*#*#*#*#*#* common.css #*#*#*#*#*#*#*#*#*#*#*#*#*#*#*#*#*#*#*#* */
strong.black { color: #333333;}
strong.red { color: #cc0000;}
strong.gray { color: #888888;}

#banner {
	left: 0;
}

/* ######################################## カラースキーム ######################################## */

/* ******************** body 要素 ******************** */
body {
	background: #ffffff url(../images/private/back_body.jpg) 50% 50% no-repeat fixed;
	background-size: cover;
}

/* ******************** メニュー ******************** */
#menu { background-color: rgba(0, 0, 0, 0.8); }

/* ******************** フッタ ******************** */
footer { background-color:rgba(0, 0, 0, 0.8); }

/* #*#*#*#*#*#*#*#*#*#*#*#*#*#*#*#*#*#*#*#* top.css #*#*#*#*#*#*#*#*#*#*#*#*#*#*#*#*#*#*#*#* */
#duet-catalog {
	position: relative;
	width: 1024px;
	margin: 2em auto;
	padding: 0 2%;
	
	box-sizing: border-box;
}

#duet-catalog h2 {
	position: relative;
	color: #ffffff;
	margin-bottom: 5px;
	padding: 0.4em 20px;
	font-family: "Century Gothic", "メイリオ", "Trebuchet MS";
	font-size: 1.8rem;
	font-weight: normal;
	line-height: 1.0;
	letter-spacing: 0.2em;
	
	border-radius: 22px;
	background: rgba(0, 0, 0, 0.85);
}
#duet-catalog h2::before {
	content: "\f05a";
	margin-right: 6px;
	font-family: "FontAwesome";
}

#duet-catalog h2 + div {
	clear: both;
	padding-top: 1em;
}


/* #*#*#*#*#*#*#*#*#*#*#*#*#*#*#*#*#*#*#*#* catalog.css #*#*#*#*#*#*#*#*#*#*#*#*#*#*#*#*#*#*#*#* */
#basic-info div.title p.main-title span.fs-s {
	font-size: 50%;
}

/* #*#*#*#*#*#*#*#*#*#*#*#*#*#*#*#*#*#*#*#* discography.css #*#*#*#*#*#*#*#*#*#*#*#*#*#*#*#*#*#*#*#* */
a.product div.title p.main-title span.fs-s {
	font-size: 50%;
}
/* #*#*#*#*#*#*#*#*#*#*#*#*#*#*#*#*#*#*#*#* format.css #*#*#*#*#*#*#*#*#*#*#*#*#*#*#*#*#*#*#*#* */

/* L4 ---------------------------------------- 画像リスト 横2列（PC） ---------------------------------------- */

.format div.image-list-wide {
	width: 49%;
	float: left;
	margin: 1em 0.5%;
	padding: 1.2rem 0;
	text-align: center;

	border-radius: 5px;
	background: rgba(0, 0, 0, 0.05);
}

.format div.image-list-wide p.il-title {
	margin: 0 1.2rem;
	text-align: left;
	color: #336699;
	font-size: 1.6rem;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
	
	text-shadow: 3px 3px 0 rgba(51, 102, 153, 0.1);
}

.format div.image-list-wide p.il-artist {
	margin: 0 1.2rem 0.5rem 1.2rem;
	text-align: left;
	color: #336699;
	font-size: 1.2rem;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
	
	text-shadow: 3px 3px 0 rgba(51, 102, 153, 0.1);
}

.format div.image-list-wide figure {
	display: inline-block;
	margin: 1px 1.2rem 6px 1.2rem;
	padding: 0;
	float: left;
	
}
.format div.image-list-wide figure img {
	border: 1px solid #ffffff;
	
	box-shadow: 0 0 0 rgba(0, 0, 0, 0);
}

.format div.image-list-wide ul.il-note {
	text-align: left;
	font-size: 1.1rem;
	color: #333333;
}
.format div.image-list-wide ul.il-note li {
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
}
.format div.image-list-wide ul.il-note li::before {
	display: none;
}
.format div.image-list-wide p.il-link {
	margin: 0 1.2rem;
	text-align: center;
	color: #336699;
	font-size: 1.2rem;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;

	border: 2px solid #336699;
	border-radius: 20px;
}


/* L4 ---------------------------------------- 画像リスト 横3列（PC） ---------------------------------------- */

.format div.image-list {
	width: 32%;
	float: left;
	margin: 1em 0.5%;
	padding: 1.2rem 0;
	text-align: center;

	border-radius: 5px;
	background: rgba(0, 0, 0, 0.05);
}

.format div.image-list p.il-title {
	margin: 0 1.2rem;
	text-align: left;
	color: #336699;
	font-size: 1.6rem;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
	
	text-shadow: 3px 3px 0 rgba(51, 102, 153, 0.1);
}

.format div.image-list p.il-artist {
	margin: 0 1.2rem 0.5rem 1.2rem;
	text-align: left;
	color: #336699;
	font-size: 1.2rem;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
	
	text-shadow: 3px 3px 0 rgba(51, 102, 153, 0.1);
}

.format div.image-list figure {
	display: inline-block;
	margin: 1px 2px 6px 0;
	padding: 0;
	text-align: center;
	
}
.format div.image-list figure img {
	border: 1px solid #ffffff;
	
	box-shadow: 0 0 0 rgba(0, 0, 0, 0);
}

.format div.image-list ul.il-note {
	text-align: left;
	font-size: 1.1rem;
	color: #333333;
}
.format div.image-list ul.il-note li {
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
}
.format div.image-list ul.il-note li::before {
	display: none;
}

/* L4 ---------------------------------------- 画像リスト 横4列（PC） ---------------------------------------- */

.format div.image-list-narrow {
	width: 24%;
	float: left;
	margin: 1em 0.5%;
	padding: 1.2rem 0;
	text-align: center;

	border-radius: 5px;
	background: rgba(0, 0, 0, 0.05);
}

.format div.image-list-narrow p.il-title {
	margin: 0 1.2rem;
	text-align: left;
	color: #336699;
	font-size: 1.6rem;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
	
	text-shadow: 3px 3px 0 rgba(51, 102, 153, 0.1);
}

.format div.image-list-narrow p.il-artist {
	margin: 0 1.2rem 0.5rem 1.2rem;
	text-align: left;
	color: #336699;
	font-size: 1.2rem;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
	
	text-shadow: 3px 3px 0 rgba(51, 102, 153, 0.1);
}

.format div.image-list-narrow figure {
	display: inline-block;
	margin: 1px 2px 6px 0;
	padding: 0;
	text-align: center;
	
}
.format div.image-list-narrow figure img {
	border: 1px solid #ffffff;
	
	box-shadow: 0 0 0 rgba(0, 0, 0, 0);
}

.format div.image-list-narrow ul.il-note {
	text-align: left;
	font-size: 1.1rem;
	color: #333333;
}
.format div.image-list-narrow ul.il-note li {
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
}
.format div.image-list-narrow ul.il-note li::before {
	display: none;
}

/* #*#*#*#*#*#*#*#*#*#*#*#*#*#*#*#*#*#*#*#* プレゼントキャンペーン（special.css） #*#*#*#*#*#*#*#*#*#*#*#*#*#*#*#*#*#*#*#* */

#special {
	position: relative;
	width: 1024px;
	margin: 0 auto;
}

#special h2 {
	position: relative;
	float: left;
	color: #ffffff;
	margin-bottom: 5px;
	padding: 0.4em 20px;
	font-family: "Century Gothic", "メイリオ", "Trebuchet MS";
	font-size: 1.8rem;
	font-weight: normal;
	line-height: 1.0;
	letter-spacing: 0.2em;
	
	border-radius: 22px;
	background: rgba(0, 0, 0, 0.85);
}
#special h2::before {
	content: "\f05a";
	margin-right: 6px;
	font-family: "FontAwesome";
}
#special h2::after {
	margin-left: 6px;
	color: #ffffff;
	font-family: "メイリオ", "Meryo", "HiraKakuProN-W3", "MS UI Gothic", "ＭＳ Ｐゴシック", "Osaka", sans-serif;
	font-size: 1.2rem;
	letter-spacing: 0;
}

#special > div.format {
	clear: both;
	position: relative;
	padding: 3.5em 100px 2em 100px;
	
	background: rgba(255, 255, 255, 0.85);
}

#special div.info {
	margin: 0 75px;
}

#special div.info p {
	font-size: 1.4rem;
	text-indent: 1em;
	line-height: 2.0;
}

#special div.info p.signature {
	text-align: right;
	text-indent: 0;
}