@charset "UTF-8";

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

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

#logo {
	padding-top: 6em;
}

#logo p {
	width: 90%;
}

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

#concept {
	margin: 5em 0;
	font-size: 1.4rem;
}

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

#history {
	width: 100%;
	margin-top: 6em;
	margin-bottom: 6em;
}

#history ul {
	font-size: 1.2rem;
}

#history ul li {
	display: block;
}

#history ul li span.date {
	display: block;
	width: 100%;
}

#history ul li span.text {
	display: block;
	max-width: 100%;
	background: none;
	white-space: normal;
}

#history ul li span.text span.A {
	display: block;
	min-width: initial;
	min-width: auto;
	margin-right: 0;
}

#history ul li span.text span.B {
	display: block;
	margin: 0 2%;
}

#history ul li span.text a span.B {
	text-decoration: underline;
}

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

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

#line-up {
	margin-top: 6em;
	margin-bottom: 6em;
}

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

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

#line-up div.group {
	margin: 0;
}

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

#line-up div.product {
	max-width: none;
	margin-bottom: 0.5em;
	padding-bottom: 0;
}

#line-up div.product img {
	width: 100%;
	height: auto;
}

#line-up dl dt {
	font-size: 1.6rem;
}

#line-up dl dd.title {
	font-size: 1.6rem;
}

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

#line-up dl dd.data div.release {
	font-size: 1.2rem;
}

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

#music-video div.group figure {
	width: 100%;
	margin-bottom: 0.5em;
}

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

#music-video figcaption {
	font-size: 1.2rem;
	top: 0;
}

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


#music-video {
	margin-top: 6em;
	margin-bottom: 6em;
}


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