@charset "utf-8";

/* -------------------------------------------------- */
/* ノベルティ */
/* -------------------------------------------------- */
#noveltyWrap {
	padding-bottom: 100px;
}

#noveltyLeft {
	width: 690px;
	float: left;
}

#noveltyRight {
	width: 270px;
	float: right;
}

#noveltyWrap {
	padding-bottom: 100px;
}

#noveltyList {
	text-align: left;
	padding-bottom: 50px;
}


#noveltyList li {
	padding-bottom: 20px;
}

#noveltyList li a {
	display: block;
	position: relative;
}

#noveltyList li a:after {
	content: "";
	display: block;
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
	background: rgba(0,0,0,0.3);
	z-index: 10;
	transition: all 0.3s ease-in-out 0s;
}

#noveltyList li a:hover:after {
	opacity: 0;

}

#infoPos {
	color: #FFF;
	position: absolute;
	top: 30px;
	left: 30px;
	z-index: 20;
}

#want {
	text-align: center;
}

#want p {
	padding: 20px;
	border: 1px #c9c9c9 solid;
	display: inline-block;
}

/* 詳細ページ */
/* ---------------------------- */
#mainImg {
	padding-bottom: 20px;
}

#singleNoveltyMain {
	padding: 30px;
	margin-bottom: 40px;
	border: 1px #c9c9c9 solid;
}

#sNoveltyInfo {
	padding-bottom: 5px;
}

#designerPhoto {
	display: inline-block;
	vertical-align: middle;
	padding-right: 20px;
}

#designerInfo {
	width: 500px;
	display: inline-block;
	vertical-align: middle;
}

#itemName {
	font-size: 1.8rem;
}

.subTit {
	font-size: 1.2rem;
	letter-spacing: 0.8em;
	font-weight: 100;
}

#designerName {
	font-size: 2.4rem;
	font-weight: bold;
	letter-spacing: 0.1em;
}

#designerName span {
	font-size: 1.7rem;
}

#sNoveltyTit {
	padding-bottom: 20px;
	line-height: 1.2;
	letter-spacing: 0.1em;
	font-size: 2.6rem;
	font-weight: bold;
}

.right {
	text-align: right;
}

#sCount:before {
	content: "";
	width: 14px;
	height: 12px;
	background: url(../../img/common/heart.png) 0 0 no-repeat;
	display: inline-block;
	vertical-align: middle;
	padding-right: 2px;
}

#sCount span {
	display: inline-block;
	vertical-align: middle;
}

#singleNovelty {
	border-top: 5px #eeeeee solid;
	padding-top: 30px;
	margin-top: 15px;
}

/* ブログコンテンツ */

#sNoveltyContent h2 {
	padding: 15px;
	margin: 30px 0 10px;
	font-size: 2.2rem;
	color: #0095da;
	border-top: 1px #0095da solid;
	border-bottom: 1px #0095da solid;
	line-height: 1.2;
	font-weight: 500;
}

#sNoveltyContent h3 {
	padding: 15px;
	margin: 30px 0 10px;
	font-size: 2rem;
	line-height: 1.2;
	font-weight: 500;
	background: #f1f1f1;
}

#sNoveltyContent h4 {
	margin: 30px 0 10px;
	font-size: 1.8rem;
	line-height: 1.2;
	font-weight: 600;
}

#sNoveltyContent p {
	font-size: 1.6rem;
	padding-bottom: 1.5em;
}

#sNoveltyContent a {
	position: relative;
	display: inline-block;
	transition: .3s;
	color: #0095da;
}

#sNoveltyContent a:after {
	position: absolute;
	bottom: 0;
	left: 0;
	content: '';
	width: 0;
	height: 1px;
	background-color: #0095da;
	transition: .3s;
}
#sNoveltyContent a:hover:after {
	width: 100%;
}

#sNoveltyContent img {
	max-width: 100%;
	height: auto;
}

.quotation {
	background: #f7f7f5;
	padding: 30px;
	margin-bottom: 30px;
	position: relative;
}

.quotation:before {
	content:"";
	position: absolute;
	top: 5px;
	left: 5px;
	width: 15px;
	height: 13px;
	background: url(../../img/common/quo_left.png) 0 0 no-repeat;
}

.quotation:after {
	content:"";
	position: absolute;
	bottom: 5px;
	right: 5px;
	width: 15px;
	height: 13px;
	background: url(../../img/common/quo_right.png) 0 0 no-repeat;
}

.quotation a {
	font-size: 1.2rem;
}


/* プロフィール */
#desinerProf {
	padding: 30px;
	margin-bottom: 30px;
	background: #f6f6f3;
}

#profTit {
	letter-spacing: 0.5em;
	display: inline-block;
	vertical-align: middle;
	margin-bottom: 15px;
}

#profTit:after {
	content: "";
	width: 100px;
	height: 1px;
	background: #333;
	display: inline-block;
	vertical-align: middle;
}

#profName {
	letter-spacing: 0.4em;
	font-size: 1.8rem;
	padding-bottom: 15px;
}

#profDetail p {
	padding-bottom: 1em;
}

#profDetail a {
	position: relative;
	display: inline-block;
	transition: .3s;
	color: #0095da;
}

#profDetail a:after {
	position: absolute;
	bottom: 0;
	left: 0;
	content: '';
	width: 0;
	height: 1px;
	background-color: #0095da;
	transition: .3s;
}
#profDetail a:hover:after {
	width: 100%;
}

#slider {
	margin-bottom: 30px;
}

/* シェア */
#yokaneBtn {
	text-align: center;
	padding-bottom: 10px;
}

#yokaneCount:before {
	content: "";
	width: 14px;
	height: 12px;
	background: url(../../img/common/heart.png) 0 0 no-repeat;
	display: inline-block;
	vertical-align: middle;
	padding-right: 2px;
}

#yokaneCount span {
	display: inline-block;
	vertical-align: middle;
}

#shareBtnWrap {
	text-align: center;
}

#shareBtnWrap .inner {
	display: inline-block;
	width: 84%;
}

#shareTit {
	padding-bottom: 5px;
	color: #666;
	text-align: left;
}

#shareBtn li {
	display: inline-block;
	vertical-align: middle;
	border: 1px #c9c9c9 solid;
}

#shareBtn a {
	width: 100px;
	padding: 5px 0;
	display: table;
	background: none;
}

#shareBtn a:hover {
	opacity: 0.7;
	color: #333;
}

.snsIcon {
	display: table-cell;
	width: 90px;
	height: 35px;
	vertical-align: middle;
	text-align: center;
}

.snsIcon img {
	width: 30%;
	vertical-align: middle;
}

.num {
	background: #eeeeee;
	text-align: center;
	border-radius: 3px;
	line-height: 1;
	font-size: 1.2rem
}

/* サイド */
/* ---------------------------- */
#noveltySideNav {
	padding-bottom: 20px;
}

#noveltySideNav li {
	padding-bottom: 10px;
	position: relative;
	transition: all 0.3s ease-in-out 0s;
	overflow: visible;
}

#noveltySideNav li a:hover {
	color: #333;
}

.noveltyBnr {
	display: block;
	position: relative;
}

.noveltyBnr img {
	width: 100%;
	height: auto;
}

.noveltyBnr:after {
	content: "";
	display: block;
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
	background: rgba(0,0,0,0.3);
	z-index: 10;
	transition: all 0.3s ease-in-out 0s;
}

#noveltySideNav li a:hover .noveltyBnr:after {
	opacity: 0;
}

.noveltyBnrName {
	font-size: 1.2rem;
}
