@charset "utf-8";

/*================================

bridge

================================*/

.bridge{
	width: 200px;
	height: auto;
	margin: 60px auto 60px;
	padding: 10px 50px;
	border: 1px solid #666;
	}

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


/******************************
ベース
******************************/
* {
	text-shadow: none !important;
	list-style: none;
	margin: 0;
	padding: 0;
}
label,
input,
button,
select,
textarea{
	font-size:12px;
}
.label{
	font-size:11px;
}
a:focus{
	outline:none;
}
ul, ol, li {
	padding: 0;
	margin: 0;
}
img {
	width: auto\9;
	height: auto;
	max-width: 100%;
	vertical-align: middle;
	border: 0;
	-ms-interpolation-mode: bicubic;
}

/* clearfix */
.clearfix:after {
  content: "";
  clear: both;
  display: block;
}


/* コンテンツ幅 */
.container {
	width: 1200px;
	margin: 0 auto;
	padding: 0 50px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	position: relative;
}

/**************************************************
 ヘッダー
**************************************************/
#head-bar {
	height: 70px;
	border-bottom: 1px solid #ededed;
	text-align: center;
	position: relative;
}
#head-bar .tag-line {
	display: inline-block;
	width: 135px;
	height: 10px;
	line-height: 10px;
	margin-top: 30px;
}
#head-bar .sns {
	position: absolute;
	top: 20px;
	right: 20px;
}
#head-bar .sns li {
	width: 30px;
	float: left;
	margin-left: 20px;
}
#logo {
	width: 359px;
	margin: 0 auto;
	padding: 60px 0;
}


/**************************************************
 コンテンツ
**************************************************/
#page-body .sns{
	padding: 60px 0;
	text-align: center;
	letter-spacing: -.40em;
}
#page-body .sns p {
	margin: 0 0 20px;
	letter-spacing: 0;
	font-size: 14px;
}
#page-body .sns li {
	width: 30px;
	display: inline-block;
	margin: 0 10px;
	letter-spacing: normal;
}

/**************************************************
 フッター
**************************************************/
#page-footer {
	border-top: 1px solid #ededed;
	padding: 60px 0;
	font-size: 10px;
  }
#page-footer a {
	color: #333;
}
#page-footer h3 {
	font-size: 12px;
	padding: 0;
	margin: 0 0 30px;
}
#page-footer .nav {
	margin-bottom: 60px;
}
#page-footer .nav ul {
	width: 210px;
	float: left;
}
#page-footer .nav li {
	line-height: 1.8em;
	margin-bottom: 10px;
}
#page-footer .corp {
	width: 37.5%;
	float: left;
}
#page-footer .brands {
	width: 58.333333%;
	float: right;
}
#page-footer p.copyright {
	margin: 0;
}
#page-footer p.c-name {
	display: none;
}


/**************************************************
 トップページ
**************************************************/
#main-image {
	width: 100%;
	margin-bottom: 120px;
}
#main-image img {
	width: 100%;
}
#top-banner li {
	width: 46.666667%;
	float: left;
	margin-right: 6.666667%;
	margin-bottom: 6.66305763%;
}
#top-banner li:nth-child(2n) {
	margin-right: 0;
}


/**************************************************
 アイテムページ
**************************************************/
#title-bar {
	width: 100%;
	height: 200px;
	display: table;
	margin-bottom: 120px;
	background-color: #e2e2e2;
	box-shadow:rgba(0, 0, 0, 0.00784314) 0px 0px 5px 5px inset;
	-webkit-box-shadow:rgba(0, 0, 0, 0.00784314) 0px 0px 5px 5px inset;
	-moz-box-shadow:rgba(0, 0, 0, 0.00784314) 0px 0px 5px 5px inset;
}
#title-bar .container {
	display: table;
	height: 200px;
}
#title-bar h2 {
	width: 33.333333%;
	display: table-cell;
	vertical-align: middle;
	text-align: center;
}
#title-bar h2 img {
	height: 91px;
	/*width: 140px;*/
}
#title-bar p.lead {
	line-height: 2.5em;
	padding-right: 0;
	display: table-cell;
	vertical-align: middle;
}
#items {
	border-bottom: 1px solid #ececec;
}

#items .item-box {
	width: 100%;
	position: relative;
	margin-bottom: 120px;
}
#items .item-box .pic {
	width: 56.666667%;
}
#items .item-box .pic p.sp-txt {
	display: none;
	margin-bottom: 15px;
}
#items .item-box .pic img {
	width: 100%;
}
#items .item-box .pic.left {
	float: left;
}
#items .item-box .pic.right {
	float: right;
}
#items .item-box .info.left {
	left:0
}
#items .item-box .info.right {
	right:0;
}
#items .item-box .info {
	width: 35.83333%;
 	position: absolute;
	right: 0;
  	top: 50%;
}
#items .item-box .info p {
	margin: 0 0 40px;
}
#items .item-box .info ul {
	border-top: 1px dotted #CCC;
}
#items .item-box .info li {
	border-bottom: 1px dotted #CCC;
	font-size: 13px;
	position: relative;
	line-height: 22px;
}
#items .item-box .info li a {
	display: block;
	padding-top: 15px;
	padding-bottom: 15px;
	padding-right: 5%;
	padding-left: 10px;
	text-decoration: none;
	background-color: #fff;
	transition: all 0.5s;
	-webkit-transition: all 0.5s;
}
#items .item-box .info li a:hover {
	background-color: #f6f6f6;
	transition: all 0.8s ease;
	-webkit-transition: all 0.8s ease;
}
#items .item-box .info li span {
	display: block;
	padding-top: 15px;
	padding-bottom: 15px;
	padding-right: 5% !important;
	padding-left: 10px;
}

#items .item-box .info img.detail {
	display: block;
	width: 56px;
	position: absolute;
	right: 10px;
	top: 50%;
	margin-top: -4px;
}
#items #pager{
	padding: 50px 0;
	border-top: 1px solid #ececec;
}
#items #pager ul {
	display: table;
	width: 100%;
	table-layout: fixed;
}
#items #pager li {
	display:table-cell;
	text-align: center;
}
#items #pager li.prev {
	width: 37.5%;
	text-align: left;
}
#items #pager li.next {
	width: 37.5%;
	text-align: right;
}
#items #pager p.index.sp {
	display: none;
}

	/* コンテンツ幅 */
	.container {
		width: 100%;
	}


@media screen and (max-width: 480px) {
	/* コンテンツ幅 */
	.container {
		width: 100%;
		padding: 0 20px;
	
		-webkit-box-sizing: border-box;
  	-moz-box-sizing: border-box;
  	box-sizing: border-box;
	}

/**************************************************
 ヘッダー
**************************************************/
#head-bar .sns {
	display: none;
}
#logo {
	width: 220px;
	padding: 30px 0;
	margin: 0 auto;
}
/**************************************************
 コンテンツ
**************************************************/
#page-body .sns{
	padding: 30px 0;
}
/**************************************************
 フッター
**************************************************/
#page-footer {
	padding: 40px 0 60px 0;
}
#page-footer .nav {
	display: none;
}
#page-footer p.c-name {
	font-size: 20px;
	text-align: center;
	margin: 0 0 40px;
	display: block;
}
#page-footer p.copyright {
	text-align: center;
}

/**************************************************
 TOPページ
**************************************************/
#main-image {
	margin-bottom: 30px;
}
#top-banner li {
	width: 100%;
	float: none;
	margin: 0 0 20px;
}
#top-banner li img {
	width: 100%;
}
/**************************************************
 アイテムページ
**************************************************/

#title-bar {
	width: 100%;
	height: auto;
	display: block;
	padding: 30px 0 30px 0;
	margin-bottom: 40px;
}
#title-bar h2 {
	width: 100%;
	display: block;
	text-align: center;
	margin-bottom: 30px;
}
#title-bar h2 img {
	width: 40%;
	height: auto;
}

#title-bar p.lead {
	line-height: 1.8em;
	padding: 0;
	display: block;
}
#title-bar p.lead br {
	display: none;
}
#items {
	border: none;
}
#items .item-box {
	margin: 0;
}
#items .item-box .pic p.sp-txt {
	display: block;
}

#items .item-box {
	width: 100%;
	display: block;
}
#items .item-box .pic {
	display: block;
	width: 100%;
	padding: 0;
	margin-bottom: 30px;
}
#items .item-box .left {
	float: left;
}
#items .item-box .right {
	float: left;
}
#items .item-box .info {
	display: block;
	width: 100%;
	padding: 0;
	margin:  0 0 60px !important;
 	position: relative;
	-webkit-transform: translateY(0%);
  	-ms-transform: translateY(0%);
  	transform: translateY(0%);
}
#items .item-box .info p.pc-txt {
	display: none;
}
#items .item-box .info img.detail {
	width: 56px;
}

#items #pager {
	padding: 0 0 50px;
	border: none;
}
#items #pager ul {
	margin-bottom: 40px;
}
#items #pager li.prev {
	width: 50%;
	padding-right: 10px;
	-webkit-box-sizing: border-box;
  	-moz-box-sizing: border-box;
  	box-sizing: border-box;
}
#items #pager li.next {
	width: 50%;
	padding-left: 10px;
	-webkit-box-sizing: border-box;
  	-moz-box-sizing: border-box;
  	box-sizing: border-box;
}
#items #pager li.index.pc {
	display: none;
}
#items #pager p.index.sp {
	display: block;
}
#items #pager p.index.sp a {
	display: block;
	width: 100%;
	text-align: center;
	height: 50px;
	line-height: 50px;
	border: 1px solid #000;
	font-size:16px;
	letter-spacing: .1em;
	text-decoration: none;
}

}




/*================================

share

================================*/

.share{
	width:100%;
	text-align: center;
	margin: 0 auto;
	padding: 60px 0 80px;
	font-size: 1.5em;
	line-height: 30px;
	}

.share .fa{
	margin-right: 10px;
	}

@media screen and (max-width: 639px) {
.share{
	padding: 40px 0 40px;
	}
	}

.share img{
	width: 30px;
	height: auto;
	margin: 0 10px;
	}

@media screen and (max-width: 639px) {
.share img{
	width: 25px;
	margin: 0 6px;
	}
	}


/*================================

調整

================================*/



p.pc-txt {
	font-size: 14px;
	line-height: 1.8;
	}
p.sp-txt {
	font-size: 14px;
	line-height: 2;
	}

p.lead {
	font-size: 15px;
	line-height: 1.8;
	}