@charset "UTF-8";

@media screen and (max-width: 768px) {
/* #=#=#=#=#=#=#=#=#=#=#=#=#=#=#=#=#=#=#=#=# スマホ 設定 #=#=#=#=#=#=#=#=#=#=#=#=#=#=#=#=#=#=#=#=# */

/* L1 ######################################## ショートカット ######################################## */

ul.shortcut {
	margin: 20px 2% -10px 2%;
	font-size: 90%;
}

/* L1 ######################################## メイン画像 ######################################## */

#banner img {
	border-style: solid none;
}

/* L1 ######################################## 商品情報 ######################################## */

#product {
	width: 100%;
	margin: 0 auto;
}

#product h2 {
	float: none;
	margin: 0;
	padding: 0.6em 4%;
	font-size: 1.4rem;
	letter-spacing: 0;
	
	border-radius: 0;
}
#product h2::after {
	font-size: 1.0rem;
}

/* ****************************** 注意事項 ****************************** */

#notice {
	margin-bottom: 0;
	margin: 5px;
	padding: 0.5em;
	text-align: left;
	border-width: 2px;
}

/* ****************************** 基本情報 ****************************** */



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

#basic-info div.artist,
#basic-info div.series {
	margin-bottom: 0.8em;
	padding: 0.6em 3%;
	font-size: 1.4rem;
	line-height: 1.4;
}

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

#basic-info div.title {
	margin: 0 3%;
	font-size: 2.6rem;
}

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

#basic-info div.data {
	margin-left: 2%;
	margin-right: 2%;
}

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

#basic-info div.data time {
	margin-left: 2%;
	margin-bottom: 0.4em;
	font-size: 1.4rem;
}

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

#basic-info div.data table {
	width: 100%;
	font-size: 1.2rem;
	line-height: 1.8;
	border: none;
}

#basic-info div.data table tr {
	display: block;
	margin-bottom: 5px;
}
#basic-info div.data table tr:last-child {
	margin-bottom: 0;
}

#basic-info div.data table th {
	display: block;
	width: 100%;
	margin-bottom: 0.4em;
	padding: 0.4em 3%;
	font-weight: normal;
	text-align: left;
	border: 1px solid rgba(0, 0, 0, 0.2);
	
	box-sizing: border-box;
}

#basic-info div.data table td {
	position: relative;
	display: list-item;
	list-style-type: none;
	width: auto;
	min-width: initial;
	min-width: auto;
	margin-left: 6%;
	margin-right: 4%;
	padding: 0;
	text-align: left;
	border: none;
	background: none;
}
#basic-info div.data table td::before {
	content: "\f0da";
	position: absolute;
	top: -4px;
	left: -15px;
	color: #999999;
	font-family: "FontAwesome";
	font-size: 1.6rem;
}

/* L4 ---------------------------------------- 配信情報 ---------------------------------------- */

#distribution {
	overflow: hidden;
	height: 0;
}

#distribution.animate {
	
	-webkit-transition: height 0.5s ease-in-out;
	-moz-transition: height 0.5s ease-in-out;
	-ms-transition: height 0.5s ease-in-out;
	-o-transition: height 0.5s ease-in-out;
	transition: height 0.5s ease-in-out;
}

#distribution ul {
	display: block;
	margin-bottom: 5px;
	color: #666600;
	font-size: 1.2rem;
	line-height: 1.8;
	letter-spacing: 0.2em;
	text-indent: 0.2em;
	border: none;
	border-collapse: collapse;
}

#distribution ul::before {
	display: block;
	width: 100%;
	min-width: initial;
	min-width: auto;
	margin-bottom: 0.4em;
	padding: 0.4em 4%;
	font-weight: normal;
	text-align: left;
	border: 1px solid rgba(0, 0, 0, 0.2);
	
	box-sizing: border-box;
}

#distribution ul li {
	list-style-type: none;
	position: relative;
	display: list-item;
	margin-left: 4%;
	margin-right: 4%;
	padding: 0;
	font-size: 1.2rem;
	text-align: left;
	line-height: 1.8;
	border: none;
	background: none;
}

#distribution ul li a {
	display: inline;
	padding: 0;
	color: #336699 !important;
	text-decoration: none;
}
#distribution ul li a:hover {
	background: none;
}

#distribution ul.hi-res li a::before {
	display: inline-block;
	content: "ハイレゾ";
	position: relative;
	margin-right: 0.5em;
	padding: 0.2em 8px 0.2em 6px;
	color: #333333;
	font-size: 1.1rem;
	line-height: 1.0;
	border: 1px solid #cccccc;
	
	background: rgba(255, 255, 255, 0.9);
	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%);
}

#distribution ul li a span {
	text-decoration: underline;
}

/* L4 ---------------------------------------- ショッピングサイトリンク ---------------------------------------- */

#shopping-link {
	margin-left: 2%;
	margin-right: 2%;
}

#shopping-link p {
	padding: 0.3em 0;
	font-size: 1.1rem;
}
#shopping-link p::before {
	font-size: 1.3rem;
}

/* L4 ---------------------------------------- ECサイトリンク ---------------------------------------- */

#ec-link {
	margin-left: 2%;
	margin-right: 2%;
}

#ec-link p {
	font-size: 1.2rem;
}

/* L4 ---------------------------------------- メロカラ・メロ譜・ワンポイントアドバイス（テイチクレコード系） ---------------------------------------- */

#feature + ul.related {
	margin-top: 1.2em !important;
}

/* L4 ---------------------------------------- 関連商品リンク ---------------------------------------- */

#basic-info div.data ul.related {
	margin: 1em 2%;
	padding: 0;
	background: none;
}

#basic-info div.data ul.related::before {
	display: block;
	position: relative;
	top: 0;
	left: 24px;
	margin-right: 4%;
	margin-bottom: 0.8em;
	text-align: left;
}

#basic-info div.data ul.related::after {
	top: -0.6em;
	left: -5px;
}

#basic-info div.data ul.related li {
	display: block;
	font-size: 1.1rem;
	margin: 0.3em 0;
}

#basic-info div.data ul.related li a {
	padding-top: 0.8em;
	padding-bottom: 0.8em;
}

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

#basic-info div.jacket {
	float: none;
	margin-top: 0.5em;
	padding: 1em 4%;
	text-align: center;
	
	background: rgba(0, 0, 0, 0.08);
}
#basic-info div.jacket::after {
	content: "";
	clear: both;
	display: block;
	width: 100%;
}

#basic-info div.jacket.single-8cm {
	margin-right: 0;
	padding-left: 22%;
	padding-right: 22%;
}

#basic-info div.jacket figure.image,
#basic-info div.jacket figure.youtube {
	float: none;
	width: auto;
	margin-left: auto;
	margin-right: auto;
	padding: 8px;
}
#basic-info div.jacket figure.image {
	display: inline-block;
	max-width: 100%;
	box-sizing: border-box;
}

#basic-info div.jacket figure.image img {
	width: auto;
	height: auto;
	max-width: 100%;
	max-height: 350px;
}

/*
#basic-info div.jacket figure.image img:not([class="no-resize"]) {
	width: 100%;
	height: auto;
}
*/

/*  ---------- YouTube ---------------------------------------- */

#basic-info div.jacket figure.youtube div.movie {
	position: relative;
	width: auto;
	height: auto;
	padding-bottom : 56.25%;
}

#basic-info div.jacket figure.youtube div.movie iframe {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

/*  ---------- 汎用キャプション・コピーライト ---------------------------------------- */

#basic-info div.jacket figcaption {
	max-width: inherit;
	margin-bottom: -0.4em;
	font-size: 1.1rem;
}
#basic-info div.youtube figcaption::before {
	font-size: 1.4rem;
}

#basic-info div.jacket figcaption + p.copyright {
	margin-top: 0.8em;
}
#basic-info div.jacket figure p.copyright:last-child {
	margin-bottom: -0.2em;
}

/* L3 ======================================== 商品説明 ======================================== */

#basic-info div.description {
	width: auto;
	margin: 0;
	padding: 0.5em 3%;
}

#basic-info div.description p {
	font-size: 1.2rem;
	margin-left: 0;
	margin-right: 0;
}

#basic-info div.description p.catch {
	font-size: 1.4rem;
	margin-left: 20px;
}

#basic-info div.description ul,
#basic-info div.description ol {
	margin: 0.5em 0 0.5em 4%;
	font-size: 1.2rem;
}

#basic-info div.description .format p.section-L1 {
	margin-left: -2%;
	margin-right: -2%;
}

#basic-info div.description .format p.section-L3 {
	margin-left: -2%;
	margin-right: -2%;
}

/* ****************************** 収録内容 ****************************** */

#track-list {
	width: 100%;
	margin: 0;
}

#track-list p.group {
	position: relative;
	color: #666666;
	margin: 0 -2%;
	padding: 0.4em 4% 0.4em 34px;
	font-size: 1.4rem;
	font-weight: normal;
	letter-spacing: 0;
	border: 1px #cccccc;
	border-style: solid;
	
	background: rgba(255, 255, 255, 0.8) -webkit-gradient(linear, left top, left bottom, color-stop(0.00, rgba(0, 0, 0, 0.05)), color-stop(1.00, rgba(0, 0, 0, 0.1)));
	background: rgba(255, 255, 255, 0.8) -webkit-linear-gradient(rgba(0, 0, 0, 0.05), rgba(0, 0, 0, 0.1));
	background: rgba(255, 255, 255, 0.8) -moz-linear-gradient(rgba(0, 0, 0, 0.05), rgba(0, 0, 0, 0.1));
	background: rgba(255, 255, 255, 0.8) -o-linear-gradient(rgba(0, 0, 0, 0.05), rgba(0, 0, 0, 0.1));
	background: rgba(255, 255, 255, 0.8) -ms-linear-gradient(rgba(0, 0, 0, 0.05), rgba(0, 0, 0, 0.1));
	background: rgba(255, 255, 255, 0.8) linear-gradient(rgba(0, 0, 0, 0.05), rgba(0, 0, 0, 0.1));
}
#track-list p.group::before {
	top: 6px;
	left: 12px;
}

/* L3 ======================================== 曲リスト関連 ======================================== */

/* L4 ---------------------------------------- タイトル ---------------------------------------- */

#track-list > p.title {
	margin: 0.8em 4%;
	font-size: 1.4rem;
	line-height: 1.4;
	letter-spacing: 0;
}

/* L4 ---------------------------------------- セクション ---------------------------------------- */

#track-list > p.section {
	padding: 0.5em 4%;
	font-size: 1.2rem;
	letter-spacing: 0.2em;
}
#track-list > p.section::before {
	width: 20px;
}


/* L4 ---------------------------------------- リスト周り ---------------------------------------- */

#track-list > ol > li,
#track-list > ul > li {
	position: relative;
	padding-top: 6px;
	padding-bottom: 6px;
}

#track-list > ol > li {
	padding-left: 6%;
}

#track-list > ul > li {
	padding-left: 6%;
}

#track-list > ul.video > li {
	padding-left: 6%;
}

#track-list > ol > li.medley,
#track-list > ul > li.medley {
	padding-left: 60px;
}

#track-list > ol > li::before,
#track-list > ul.video > li::before {
	top: 7px;
	left: -22px;
	
	width: 1.4em;
	margin-left: 6%;
	height: 1.4em;
	text-align: center;
	line-height: 1.5;
}
#track-list > ul.video > li::before {
	top: 3px;
	left: -26px;
	font-size: 1.6rem;
}

#track-list > ol > li.medley::before {
	left: 32px;
}

/* L4 ---------------------------------------- 曲名 ---------------------------------------- */

#track-list li > p.title {
	font-size: 1.4rem;
	line-height: 1.4;
}

/* L4 ---------------------------------------- クレジット ---------------------------------------- */

#track-list li > ul.credit {
	font-size: 1.1rem;
}

/* L4 ---------------------------------------- コンテンツ ---------------------------------------- */

#track-list li > ul.contents,
#track-list li > ol.contents {
	margin-left: 25px;
}

#track-list li > ul.contents li {
	font-size: 1.1rem;
	line-height: 1.5;
}

/* L4 ---------------------------------------- メモ ---------------------------------------- */

#track-list li > div.memo {
	margin-top: 0.4em;
	margin-right: 0;
	padding: 0.5em 4%;
	font-size: 1.1rem;
}

#track-list li > div.memo p.title {
	font-size: 1.2rem;
	letter-spacing: 0;
}

#track-list li > div.memo p.note {
	font-size: 1.1rem;
}
#track-list li > div.memo p.note::before {
	font-size: 1.5rem;
}

/* L3 ======================================== 汎用メモ ======================================== */

#track-list div.note {
	padding: 0.8em 0;
	font-size: 1.2rem;
}

#track-list p.group + div.note {
	margin-left: 0;
}

#track-list div.note > p {
	margin: 0 4%;
}

#track-list div.note > ul {
	list-style-type: none;
	margin: 0 4% 0 8%;
}

#track-list p.group + div.note > ul {
	margin: 0 4% 0 8%;
}

#track-list div.note > ul > li::before {
	top: -4px;
}

#track-list div.note > ul > li > p.note {
	margin-left: 25px;
}


#track-list div.note dl {
	margin: 0 4%;
}

#track-list div.note dl dt {
	font-size: 1.4rem;
}

/* ****************************** 追加情報 ****************************** */

#more {
	margin: 0 auto;
	line-height: 1.6;
}

#more h3 {
	float: none;
	margin: 0;
	padding: 0.6em 4%;
	font-size: 1.4rem;
	letter-spacing: 0;
	
	border-radius: 0;
}
#more h3::after {
	font-size: 1.0rem;
}

#more div.info {
	padding: 1em 4%;
}

#more .format div.youtube figure {
	width: auto;
}

/* L3 ======================================== 汎用テーブル ======================================== */

/* L4 ---------------------------------------- L to R タイプ ---------------------------------------- */

#info table.l-to-r {
	width: 100%;
	margin-bottom: 1em;
	font-size: 1.1rem;
	line-height: 1.8;
}

#info table.l-to-r th {
	min-width: 6em;
	padding: 0.5em 0;
	letter-spacing: 0;
}

#info table.l-to-r th br {
	display: none;
}

#info table.l-to-r td {
	padding: 0.5em 2%;
	text-align: left;
}

/* L4 ---------------------------------------- Top to Bottom タイプ ---------------------------------------- */

#info table.t-to-b {
	width: 100%;
	margin-bottom: 1em;
	font-size: 1.1rem;
	line-height: 1.8;
}

#info table.t-to-b th {
	min-width: 1px;
	padding: 0.5em 0;
	letter-spacing: 0;
}

#info table.t-to-b td {
	padding: 0.5em 2%;
	text-align: left;
}

/* L3 ======================================== パーソナル ======================================== */

#more ul.personal,
#more ul.member {
	margin-bottom: 1em;
}

/* L3 ======================================== メンバー横並び ======================================== */

div.side-by-side {
	text-align: left;
}

div.side-by-side div.member {
	display: block;
	width: 100%;
	padding: 1em 0;
}


/* L3 ======================================== バイオグラフィー ======================================== */

#more div.biography {
	width: auto !important;
}


/* L1 ######################################## トピックス ######################################## */

#topics {
	width: 100%;
	margin: 0 auto;
}

#topics h2 {
	float: none;
	margin: 0;
	padding: 0.6em 4%;
	font-size: 1.4rem;
	letter-spacing: 0;
	
	border-radius: 0;
}
#topics h2::after {
	font-size: 1.0rem;
}


#topics article {
	padding-right: 25px;
}
#topics article::before {
	border-width: 15px 15px 0 0;
}

#topics article div.clickable {
	width: 25px;
}

/* L2 **************************************** トピックスタイトル **************************************** */

#topics article > dl > dd.data {
	font-size: 1.0rem;
}

#topics article > dl > dt {
	padding: 0.6em 4% 0.4em 4%;
	font-size: 1.5rem;
	line-height: 1.5;
}

#topics article > dl > dt i {
	width: 25px;
	height: 16px;
	font-size: 1.8rem;
}

/* L2 **************************************** トピックス区分・日付 **************************************** */

#topics article > dl > dd.data time {
	float: none;
	display: block;
	margin: 0.2em 20% 0.7em 20%;
	padding: 0.5em 1%;
	text-align: center;
	background: none;
	
	border-top: 1px dotted rgba(0, 0, 0, 0.5);
	border-bottom: 1px dotted rgba(0, 0, 0, 0.5);
}

#topics article > dl > dd.data ul.genre {
	float: none;
	display: block;
	margin: 0 auto;
	padding: 0 2%;
	border-collapse: separate;
	border-spacing: 2px;
	text-align: center;
}

#topics article > dl > dd.data ul.genre li {
	float: none;
	display: inline-block;
	width: auto;
	min-width: initial;
	min-width: auto;
	margin-right: 0;
	margin-bottom: 2px;
	white-space: nowrap;
	padding: 0.5em 3px 0.5em 8px;
}

#topics article > dl > dd.data ul.genre li.on {
	width: auto;
	padding-right: 8px;
}

#topics article > dl > dd.data ul.genre li span.text {
	display: none;
}

#topics article > dl > dd.data ul.genre li.on span.text {
	display: inline;
}

/* L2 **************************************** トピックス本文 **************************************** */

#topics article > dl > dd.info div.wrapper {
	padding: 1em 4% 1.2em 4%;
}


/* #=#=#=#=#=#=#=#=#=#=#=#=#=#=#=#=#=#=#=#=# スマホ 設定 ここまで #=#=#=#=#=#=#=#=#=#=#=#=#=#=#=#=#=#=#=#=# */
}


@media screen and (max-width: 595px) {
/* #=#=#=#=#=#=#=#=#=#=#=#=#=#=#=#=#=#=#=#=# 595px以下のコンテンツを調整 #=#=#=#=#=#=#=#=#=#=#=#=#=#=#=#=#=#=#=#=# */

#basic-info div.description ul,
#basic-info div.description ol {
	margin-left: 21px;
}

#track-list > ol > li {
	padding-left: 35px;
}

#track-list > ul.video > li {
	padding-left: 35px;
}

#track-list > ol > li::before,
#track-list > ul.video > li::before {
	margin-left: 35px;
}

/* #=#=#=#=#=#=#=#=#=#=#=#=#=#=#=#=#=#=#=#=# 595pxをオーバーしているコンテンツを調整 ここまで #=#=#=#=#=#=#=#=#=#=#=#=#=#=#=#=#=#=#=#=# */
}


@media screen and (max-width: 480px) {
/* #=#=#=#=#=#=#=#=#=#=#=#=#=#=#=#=#=#=#=#=# 480px以下のコンテンツを調整 #=#=#=#=#=#=#=#=#=#=#=#=#=#=#=#=#=#=#=#=# */

#basic-info div.data table td {
	margin-left: 25px;
}

/* #=#=#=#=#=#=#=#=#=#=#=#=#=#=#=#=#=#=#=#=# 480pxをオーバーしているコンテンツを調整 ここまで #=#=#=#=#=#=#=#=#=#=#=#=#=#=#=#=#=#=#=#=# */
}