@charset "UTF-8";
@import url('https://fonts.googleapis.com/css2?family=Petit+Formal+Script&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Cinzel&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Labrada&display=swap');
body {
	background-color: #F7F7F7;
}
#SideAc p.memo {
	border-bottom: 1px dashed #999999;
	font-size: 0.6em;
	width: 25%;
	margin-right: 0px;
	padding: 2px;
}
#SideAc p.memo::before {
	content: "memo:";
}
/*-------------------------------------------------------------*/
/*追加クラス*/
/*------------------------------------------ itemlink custom---*/
#SideAc ul.stitemlist li.item {}
/*2個だけ並び*/
#SideAc ul.stitemlist li.item:first-child:nth-last-child(2) ~ li.item, #SideAc ul.stitemlist li.item:first-child:nth-last-child(2) {}
/*カラム調整*/
#SideAc ul#tools li.item, #SideAc ul#matts li.item, #SideAc ul#cases li.item {
	width: 18%;
}
@media screen and (max-width: 770px) {
	#SideAc ul#tools li.item, #SideAc ul#matts li.item, #SideAc ul#cases li.item {
		width: 31%;
	}
}
/*-------------------------------------------------------------*/
/*/-----01-----/*/
#SideAc {
	-moz-box-sizing: border-box;
	line-height: 1em;
	font-family: "游ゴシック Medium", "Yu Gothic Medium", "ヒラギノ角ゴ proN W3", "Hiragino Kaku Gothic proN W3", HiraKakuProN-W3, "ヒラギノ角ゴ proN", "Hiragino Kaku Gothic proN", "ヒラギノ角ゴ pro", "Hiragino Kaku Gothic pro", "メイリオ", "Meiryo", sans-serif;
	font-weight: normal;
	color: #060606;
	background-color: #ffffff;
	text-align: center;
	background-position: center top;
	background-repeat: repeat;
	font-size: 1.1em;
	margin: 0px;
	padding: 0px;
	clear: both;
}
@media screen and (max-width: 1200px) {
	#SideAc {
		padding: 0px;
		margin: 0px;
		width: 100%;
	}
}
#SideAc select, #SideAc option {
	border: 1px solid #999999;
	background-color: #ffffff;
	color: #060606;
	font-size: 1.2em;
	vertical-align: bottom;
	margin-right: 4px;
	padding: 3px;
}
#SideAc input {
	vertical-align: bottom;
}
#SideAc A:link {
	color: #060606;
	text-decoration: underline;
}
#SideAc A:hover {
	color: #97A5A8;
	text-decoration: none;
	width: 100%;
}
#SideAc A:visited {
	color: #987C71;
}
#SideAc h2 {
	background-color: #060606;
	color: #ffffff;
	margin-top: 84px;
	margin-bottom: 16px;
	clear: both;
	font-size: 1.1em;
	font-weight: bold;
	line-height: 78px;
	letter-spacing: ;
	padding-left: 8px;
}
#SideAc h3 {
	border-top: 1px solid #060606;
	color: #060606;
	line-height: 70px;
	font-size: 1.3em;
	margin-top: 74px;
}
#SideAc h4 {
	border-top: 1px solid #060606;
	color: #060606;
	line-height: 60px;
	font-size: 1.2em;
	margin-top: 64px;
	width: 1200px;
}
#SideAc h5 {
	border-bottom: 1px solid #868686;
	color: #868686;
	line-height: 60px;
	font-size: 1.2em;
	font-weight: 100;
	text-align: left;
	margin-top: 64px;
	width: 1200px;
}
#SideAc h2, #SideAc h3, #SideAc h4, #SideAc h5 {
	font-family: 'Labrada', 'Cinzel', serif, "游ゴシック体", "YuGothic", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", sans-serif;
	clear: both;
	margin-right: auto;
	margin-left: auto;
	letter-spacing: 0.2em;
	text-indent: 0.2em;
}
@media screen and (max-width: 1200px) {
	#SideAc h2, #SideAc h3, #SideAc h4, #SideAc h5 {
		width: 100%;
		font-size: 1.1em;
		line-height: 3em;
	}
}
#SideAc p {
	font-family: "游ゴシック Medium", "Yu Gothic Medium", "ヒラギノ角ゴ proN W3", "Hiragino Kaku Gothic proN W3", HiraKakuProN-W3, "ヒラギノ角ゴ proN", "Hiragino Kaku Gothic proN", "ヒラギノ角ゴ pro", "Hiragino Kaku Gothic pro", "メイリオ", "Meiryo", sans-serif;
	width: 1200px;
	text-align: left;
	clear: both;
	line-height: 2em;
	margin-top: 8px;
	margin-right: auto;
	margin-bottom: 8px;
	margin-left: auto;
	letter-spacing: 0.2em;
	font-size: 1em;
	padding-top: 16px;
	padding-right: 0px;
	padding-bottom: 16px;
	padding-left: 0px;
	overflow: hidden;
}
@media screen and (max-width: 1200px) {
	#SideAc p {
		line-height: 1.8em;
		font-size: 0.9em;
		width: 98%;
	}
}
#SideAc a.go_material {
	line-height: 3em;
	color: #ffffff;
	background-color: #060606;
	margin-left: auto;
	display: block;
	width: 50%;
	border-radius: 1.5em;
	text-align: center;
	text-decoration: none;
}
#SideAc a.go_material:hover {
	background-color: #4A4949;
}
#SideAc p.line {
	margin-right: auto;
	margin-left: auto;
	text-align: center;
	margin: 16px auto;
	background: none;
	clear: both;
	-moz-box-sizing: border-box;
	padding: 0px;
	width: 1200px;
}
@media screen and (max-width: 1200px) {
	#SideAc p.line {
		width: 100%;
		margin: 8px 0px;
		padding: 0px;
	}
}
#SideAc p img {
	margin: 0px;
	padding: 0px;
}
#SideAc img {
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	height: auto;
	max-width: 100%;
}
/*インスピレーションの素材*/
#SideAc ul.insp_beads {
	justify-content: flex-start;
	font-size: 0.8em;
	line-height: 1em;
	font-family: "游ゴシック Medium", "Yu Gothic Medium", "ヒラギノ角ゴ proN W3", "Hiragino Kaku Gothic proN W3", HiraKakuProN-W3, "ヒラギノ角ゴ proN", "Hiragino Kaku Gothic proN", "ヒラギノ角ゴ pro", "Hiragino Kaku Gothic pro", "メイリオ", "Meiryo", sans-serif;
}
#SideAc ul.insp_beads li {
	justify-content: space-between;
	margin: 1px;
}
#SideAc ul.stitemlist.colors {
	width: 100%;
	margin: 16px auto;
	padding: 8px auto;
	display: flex;
	justify-content: flex-start;
}
#SideAc ul.stitemlist.colors li.item:nth-of-type(8) span.cart::before {}
#SideAc ul.stitemlist.colors li.item:nth-of-type(8) span.popup {
	display: none;
}
#SideAc ul.stitemlist.colors li.item {
	margin: 8px auto 24px auto;
	padding: 0px;
	width: 120px;
}
#SideAc ul.stitemlist.colors li img {
	width: 100%;
	height: auto;
}
@media screen and (max-width: 770px) {
	#SideAc ul.stitemlist.colors li.item {
		justify-content: space-between;
		width: 24%;
		margin: 0px 0px 24px 0px;
		padding: 1px;
	}
}
#SideAc ul.inspiration50 {
	flex-flow: row;
}
#SideAc ul.inspiration50 li {
	width: 50%;
}
#SideAc ul.inspiration50 li p {
	width: 94%;
	margin-left: 0px;
}
#SideAc ul.inspiration50 ul.stitemlist {
	width: 100%;
}
#SideAc ul.inspiration50 ul.stitemlist li {
	border: none;
	margin-bottom: 36px;
}
#SideAc ul.inspiration50 li a.go_material {
	margin-top: auto;
	display: block;
	width: 50%;
}
#SideAc li a.go_material {
	margin-top: auto;
	display: block;
	width: 100%;
}
@media screen and (max-width: 1200px) {
	#SideAc ul.inspiration50 {
		flex-flow: column;
	}
	#SideAc ul.inspiration50 li {
		width: 100%;
	}
	#SideAc .go_material {
		letter-spacing: 0em;
		font-size: 0.9em;
	}
}
/*ビーズのバリエーション*/
#SideAc ul.beads_variation {
	padding: 0px;
}
#SideAc ul.beads_variation li::first-line {
	font-size: 2em;
	line-height: 2.2em;
	font-family: 'Petit Formal Script', cursive;
}
#SideAc ul.beads_variation li {
	text-align: left;
	border: 1px solid #ACB2B7;
	padding: 4px;
	margin: 0px;
	width: 48%;
}
#SideAc ul.beads_variation li img {
	width: 100%;
	height: auto;
}
#SideAc ul.beads_variation a.go_material {
	width: 100%;
}
/*目次-------------------------------------------*/
/*under 1200*/
@media screen and (max-width: 1200px) {
	/*eyechach*/
	#SideAc img.eyechach.fit {
		width: 100%;
		height: auto;
	}
	/*youtube*/
	#SideAc .video {
		width: 100%;
		margin-left: auto;
		margin-right: auto;
		display: block;
	}
}