@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;
}

.pci{
	display: inline;
	}
.spi{
	display: none;
	}
@media screen and (max-width: 480px) {
.pci{
	display: none;
	}
.spi{
	display: inline;
	}
	}

/**************************************************
 ヘッダー
**************************************************/
#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 30px;
}


/**************************************************
 コンテンツ
**************************************************/
#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: 43%;
	float: left;
	margin-right: 14%;
	margin-bottom: 60px;
}
#top-banner li:nth-child(2n) {
	margin-right: 0;
}


/**************************************************
 アイテムページ
**************************************************/



#items {
	border-bottom: 1px solid #ececec;
}

#items .item-box {
	width: 100%;
	position: relative;
	margin-bottom: 120px;
}
#items .item-box .pic {
	width: 50%;
}
#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: 40%;
 	position: absolute;
	right: 0;
  	top: 50%;
}
#items .item-box .info p {
	margin: 0 0 40px;
}
#items .item-box .info ul {
	border-top: 1px solid #e3e3e3;
}
#items .item-box .info li {
	border-bottom: 1px solid #e3e3e3;
	font-size: 13px;
	position: relative;
	line-height: 22px;
}
#items .item-box .info li a {
	display: block;
	padding-top: 10px;
	padding-bottom: 10px;
	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: 90px;
	position: absolute;
	right: 10px;
	top: 50%;
	margin-top: -4px;
}
#items #pager{
	padding: 50px 0;
	border-top: 1px solid #e3e3e3;
}
#items #pager ul {
	display: table;
	width: 100%;
	table-layout: fixed;
}
#items #pager li {
	display:table-cell;
	text-align: center;
}
#items #pager li.prev {
	width: 25%;
	text-align: left;
}
#items #pager li.next {
	width: 25%;
	text-align: right;
}
#items #pager p.index.sp {
	display: none;
}

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


@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 60px;
}
#top-banner li img {
	width: 100%;
}
/**************************************************
 アイテムページ
**************************************************/

#title-bar {
	width: 100%;
	height: auto;
	display: block;
	padding: 30px 0 30px 0;
	margin-bottom: 40px;
	}
@media screen and (max-width: 480px) {
#title-bar {
	padding: 0 0 30px 0;
	}
	}

#title-bar h2 {
	width: 100%;
	display: block;
	text-align: center;
}
#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 img.detail {
	width: 80px;
}

#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: none;
	font-size:12px;
	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: 480px) {
.share{
	padding: 40px 0 40px;
	}
	}

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

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


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

調整

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



p.pc-txt {
	font-size: 13px;
	line-height: 1.7;
	}

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

h3{
	font-family: 'Alex Brush', cursive;
	font-size: 32px;
	font-weight: normal;
	margin-bottom: 20px;
	}
@media screen and (max-width: 480px) {
h3{
	font-size: 32px;
	text-align: center;
	}
	}

#pager ul li p{
	margin-top: 5px;
	font-family: 'Alex Brush', cursive;
	font-size: 36px;
	font-weight: normal;
	text-align: center;
	}
@media screen and (max-width: 480px) {
#pager ul li p{
	font-size: 28px;
	}
	}

#page-header p{
	text-align: center;
	font-size: 13px;
	line-height: 1.8;
	margin-bottom: 60px;
	}
@media screen and (max-width: 480px) {
#page-header p{
	font-size: 12px;
	margin-bottom: 30px;
	}
	}


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

title-bar

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

#title-bar {
	width: 95%;
	margin: 0 auto 100px;
	}
@media screen and (max-width: 480px) {
#title-bar {
	width: 100%;
	margin: 0 auto 40px;
	}
	}

#title-bar p.date {
	font-size: 10px;
	line-height: 1.8;
	text-align: center;
	}

#title-bar .mainphoto{
	margin-top: 10px;
	width: 100%;
	height: auto;
	background-position: center center;
	background-repeat: no-repeat;
	background-size: cover;
	}
#title-bar .mainphoto img{
	width: 100%;
	height: auto;
	}

#title-bar .mainitem{
	width: 86.5%;
	margin: -40px auto 0;
	}
@media screen and (max-width: 480px) {
#title-bar .mainitem{
	margin: -30px auto 0;
	}
	}

#title-bar p.number {
	font-family: 'Alex Brush', cursive;
	font-size: 70px;
	font-weight: normal;
	}
@media screen and (max-width: 480px) {
#title-bar p.number {
	font-size: 70px;
	text-align: center;
	}
	}

#title-bar h2 {
	font-size: 21px;
	line-height: 1.8;
	font-weight: normal;
	}
@media screen and (max-width: 480px) {
#title-bar h2 {
	font-size: 18px;
	text-align: left;
	}
	}

#title-bar p.brand {
	font-size: 21px;
	line-height: 1.8;
	}
@media screen and (max-width: 480px) {
#title-bar p.brand {
	font-size: 16px;
	}
	}

#title-bar p.lead {
	margin-top: 20px;
	width: 60%;
	font-size: 14px;
	line-height: 1.8;
	}
@media screen and (max-width: 480px) {
#title-bar p.lead {
	width: 100%;
	text-align: justify;
	text-justify: inter-ideograph;
	}
	}

#title-bar ul {
	margin-top: 30px;
	border-top: 1px solid #e3e3e3;
	}

#title-bar li {
	border-bottom: 1px solid #e3e3e3;
	font-size: 13px;
	position: relative;
	line-height: 22px;
	}

#title-bar 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;
	}

#title-bar li a:hover {
	background-color: #f6f6f6;
	transition: all 0.8s ease;
	-webkit-transition: all 0.8s ease;
	}

/*
#title-bar li span {
	display: block;
	padding-top: 15px;
	padding-bottom: 15px;
	padding-right: 5% !important;
	padding-left: 10px;
	}
*/

#title-bar img.detail {
	display: block;
	width: 90px;
	position: absolute;
	right: 10px;
	top: 50%;
	margin-top: -4px;
	}


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

top-banner

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

#top-banner ul li a:hover img{
	-moz-transition-duration:.6s;
	-webkit-transition-duration:.6s;
	-o-transition-duration:.6s;
	-ms-transition-duration:.6s;
	-webkit-filter: none;
	-moz-filter: none;
	-o-filter: none;
	-ms-filter: none;
	filter: none;
	}

.ut{
	width: 90%;
	margin: 0 auto 0;
	margin-top: -35px;
	}

.ut p.number {
	text-align: right;
	font-family: 'Alex Brush', cursive;
	font-size: 54px;
	font-weight: normal;
	}

.ut h2 {
	font-size: 18px;
	font-weight: normal;
	}

.ut p.brand {
	font-size: 16px;
	font-weight: normal;
	}

.ut p.lead {
	margin-top: 20px;
	font-size: 12px;
	}

.ut p.date {
	margin-top: 20px;
	font-size: 11px;
	}

.ut p.date span {
	color: #e28200;
	}



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

disable

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

a.disable{
	pointer-events: none;
	cursor: default;
	}