@charset "UTF-8";

@media screen and (max-width: 768px) {

/* #=#=#=#=#=#=#=#=#=#=#=#=#=#=#=#=#=#=#=#=# スマホ 設定 #=#=#=#=#=#=#=#=#=#=#=#=#=#=#=#=#=#=#=#=# */

/* #*#*#*#*#*#*#*#*#*#*#*#*#*#*#*#*#*#*#*#* top.css #*#*#*#*#*#*#*#*#*#*#*#*#*#*#*#*#*#*#*#* */
#duet-catalog {
	width: 100%;
}

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

/* #*#*#*#*#*#*#*#*#*#*#*#*#*#*#*#*#*#*#*#* format.css #*#*#*#*#*#*#*#*#*#*#*#*#*#*#*#*#*#*#*#* */
/* L4 ---------------------------------------- 画像リスト 横1列（モバイル） ---------------------------------------- */
.format div.image-list-wide {
	width: 98%;
	
	margin-left: 1%;
	margin-right: 1%;
	margin-bottom: 5px;
}
.format div.image-list-wide p.il-title,
.format div.image-list-wide p.il-artist {
	white-space: normal;
}

.format div[class^="image-list-wide"] figure {
	display: inline-block;
	width: 45%;
	
	box-sizing: border-box;
}
.format div.image-list-wide p.il-link {
	clear: both;
}

/* L4 ---------------------------------------- 画像リスト 横2列（モバイル） ---------------------------------------- */
.format div.image-list,
.format div.image-list-narrow {
	width: 48%;
	
	margin-left: 1%;
	margin-right: 1%;
	margin-bottom: 5px;
}

.format div[class^="image-list"] figure,
.format div[class^="image-list-narrow"] figure {
	display: inline-block;
	max-width: 90%;
	
	box-sizing: border-box;
}
/* #*#*#*#*#*#*#*#*#*#*#*#*#*#*#*#*#*#*#*#* special.css #*#*#*#*#*#*#*#*#*#*#*#*#*#*#*#*#*#*#*#* */

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

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

#special > div.format {
	padding: 1em 4%;
}

#special div.info {
	margin: 0;
}

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

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


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

}