@charset "UTF-8";

/* ---------------------------
	Index
	1. Base
	2. Header
	3. Global Navigation
	4. Main
	5. Sidebar
	6. Footer
	7. Footer Navigation
--------------------------- */



/* ---------------------------
	Base
--------------------------- */
body {
	min-width: 1160px;
	line-height: 1.75;
	font-family: "Lato", Arial, Helvetica, "Hiragino Kaku Gothic Pro","ヒラギノ角ゴ Pro W3","メイリオ","Meiryo", sans-serif;
	font-size: 14px;
	color: #202020;
	-webkit-text-size-adjust: 100%;
}


/*	Link
-----------------------------*/
a {
	color: #202020;
	text-decoration: none;
}


/*	Image
-----------------------------*/
img {
	vertical-align: top;
	/*
	max-width: 100%;
	width: auto;
	height: auto;
	*/
}



/*	Text
-----------------------------*/
em, strong {
	font-style: normal;
	font-weight: bold;
}





/* ---------------------------
	Header
--------------------------- */


.l-header{
	background: #fff;
}
.header-top{
	width: 1120px;
	margin: 0 auto;
	position: relative;
	padding: 42px 0 31px 0;
}
.header-logo{
	text-align: center;
	line-height: 1;
}
.header-logo a{
	display: inline-block;
	padding: 5px;
}

.header-lang{
	position: absolute;
	right: 0;
	top: 49px;
	line-height: 1;
}
.header-lang li{
	display: inline-block;
}

.header-lang-cart{
	border-right: 1px solid #dadada;
	display: inline-block;
	padding-right: 5px;
	margin-right: 5px;
	height: 19px;
}
.header-lang-cart a{
	padding: 2px 5px;
	display: inline-block;
}
.header-lang li:not(.header-lang-cart) a,
.header-lang span{
	padding: 2px 4px;
	height: 15px;
	line-height: 15px;
	font-size: 11px;
	letter-spacing: .2em;
	display: inline-block;
}
.header-lang a{
	color: #888;
}
.header-lang li:not(.header-lang-cart) a:hover{
	background: #eee;
}
.header-nav ul{
	text-align: center;
	padding-bottom: 21px;
}
.header-nav  li {
	margin: 0 22px;
	letter-spacing: 2px;
	line-height: 40px;
	position: relative;
    display: inline-block;
    vertical-align: top;
    font-size: 13px;
}
.header-nav a {
	display: block;
	color: #000;
}
.header-nav a:before {
	content: "";
	display: block;
	width: 100%;
	height: 3px;
	background: transparent;
	position: absolute;
	left: 0;
	right: 0;
	bottom: -1px;
	-webkit-transition: all 0.2s ease-in-out;
	-moz-transition: all 0.2s ease-in-out;
	-ms-transition: all 0.2s ease-in-out;
	transition: all 0.2s ease-in-out;
}
.header-nav a.current:before,
.header-nav a:hover:before {
	content: " "; /* For IE8 */
	background: #7b7b7b;
}














/* ---------------------------
	Main
--------------------------- */
.main {
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}



/*	Layout
-----------------------------*/
.wrapper {
	overflow: hidden;
}
.contents {
	width: 880px;
	float: right;
}
.sidebar {
	width: 200px;
	float: left;
}





/* ---------------------------
	Sidebar
--------------------------- */

/*	Sidebar Title
-----------------------------*/
.sidebar_title {
	line-height: 1.25;
	letter-spacing: 2px;
	font-weight: bold;
	font-size: 15px;
	color: #000;
}
.sidebar_title:before {
	content: "";
	display: inline-block;
	margin-right: 7px;
	vertical-align: bottom;
	width: 17px;
	height: 17px;
	background: url("../img/common/icon_search.png") no-repeat center;
	position: relative;
	top: 1px;
}
.sidebar_title small {
	margin-left: 8px;
	letter-spacing: normal;
	font-weight: normal;
	font-size: 10px;
}





/* ---------------------------
	Footer
--------------------------- */
.footer {
	padding: 0 40px;
}


/*	Footer Button Top
-----------------------------*/
.footer_button a {
	display: block;
	padding-right: 50px;
	width: 70px;
	margin-left: auto;
	letter-spacing: 1px;
	text-align: right;
	line-height: 48px;
	font-size: 12px;
	color: #7b7b7b;
	-webkit-transition: color 0.2s ease-in-out;
	-moz-transition: color 0.2s ease-in-out;
	-ms-transition: color 0.2s ease-in-out;
	transition: color 0.2s ease-in-out;
	position: relative;
	white-space: nowrap;
}
.footer_button a img {
	background: #fff;
	position: absolute;
	top: 50%;
	right: 16px;
	margin-top: -6px;
	-webkit-transition: opacity 0.2s ease-in-out;
	-moz-transition: opacity 0.2s ease-in-out;
	-ms-transition: opacity 0.2s ease-in-out;
	transition: opacity 0.2s ease-in-out;
}
.footer_button a:hover {
	color: #aaa;
}
.footer_button a:hover img {
	-ms-filter: "alpha(opacity=60)"; /* for IE8 */
	opacity: 0.6;
}


/*	Footer Address
-----------------------------*/
.footer address {
	line-height: 68px;
	text-align: center;
	letter-spacing: 1px;
	font-size: 10px;
	font-style: normal;
}



/* ---------------------------
	Footer Navigation
--------------------------- */

/*	Footer Navigation Layout
-----------------------------*/
.fnav {
	padding: 25px 0;
	border-top: 1px solid #000;
	border-bottom: 1px solid #000;
}
.fnav > ul {
	text-align: center;
	font-size: 0;
}
.fnav > ul li {
	display: inline-block;
	vertical-align: top;
	letter-spacing: 1px;
}

.fnav a:hover {
	text-decoration: underline;
}

/* Footer Navigation Top */
.fnav_top li {
	font-size: 12px;
}
.fnav_top li:before {
	margin: 0 15px;
	content: "-";
	display: inline-block;
	position: relative;
	top: -1px;
	color: #888;
}
.fnav_top li:first-child:before {
	display: none;
}
/* Footer Navigation Bottom */
.fnav_bottom{
	margin-top: 20px;
}
.fnav_bottom li {
	margin: 0 15px;
	font-size: 10px;
}
.fnav_bottom li:before {
	display: none;
}

.fnav_catalog{
	padding-top: 25px;
}
.fnav_catalog li{
	line-height: 1;
	letter-spacing: normal;
	font-size: 12px;
}
.fnav_catalog li+li{
	margin-left: 40px;
}
.fnav_catalog a{
	display: block;
}
.fnav_catalog img{
	vertical-align: middle;
	padding-right: 5px;
}
.fnav_sns{
	border-top: 1px dotted #000;
	text-align: center;
	padding-top: 20px;
	margin-top: 25px;
}
.fnav_sns li{
	display: inline-block;
	vertical-align: top;
	text-align: left;
	overflow: hidden;
}
.fnav_sns li+li{
	margin-left: 35px;
}
.fnav_sns-thumb{
	float: left;
	width: 51px;
	border: 1px solid #dadada;
	border-radius: 4px;
	overflow: hidden;
	margin-right: 10px;
	display: block;
}
.fnav_sns-thumb img{
	width: 100%;
	margin-right: 10px;
}
.fnav_sns-link{
	float: left;
	line-height: 1;
	max-width: 128px;
}
.fnav_sns-link a:first-child{
	display: table;
	font-size: 10px;
	margin: 7px 0 8px;
}

.fnav_sns-fb,
.fnav_sns-ig,
.fnav_sns-tw{
	padding-left: 30px;
}
.fnav_sns-fb{
	background: url(/img/common/icon_facebook.png) no-repeat left top;	
}
.fnav_sns-ig{
	background: url(/img/common/icon_instagram.png) no-repeat left top;	
}
.fnav_sns-tw{
	background: url(/img/common/icon_twitter.png) no-repeat left top;	
}
@media only screen and (-webkit-min-device-pixel-ratio: 2) { 
.fnav_sns-fb{
	background: url(/img/common/icon_facebook@2x.png) no-repeat left top;	
	background-size: 23px auto;
}
.fnav_sns-ig{
	background: url(/img/common/icon_instagram@2x.png) no-repeat left top;	
	background-size: 23px auto;
}
.fnav_sns-tw{
	background: url(/img/common/icon_twitter@2x.png) no-repeat left top;	
	background-size: 23px auto;
}
}

/* instagram */
.ig-b- { display: inline-block;-webkit-transform: scale(0.833);transform: scale(0.833);-webkit-transform-origin: 0;transform-origin:0; overflow: hidden; }
.ig-b- img { visibility: hidden; }
.ig-b-:hover { background-position: 0 -60px; }
.ig-b-:active { background-position: 0 -120px; }
.ig-b-v-24 { width: 137px; height: 24px; background: url(//badges.instagram.com/static/images/ig-badge-view-sprite-24.png) no-repeat 0 0; }
@media only screen and (-webkit-min-device-pixel-ratio: 2), only screen and (min--moz-device-pixel-ratio: 2), only screen and (-o-min-device-pixel-ratio: 2 / 1), only screen and (min-device-pixel-ratio: 2), only screen and (min-resolution: 192dpi), only screen and (min-resolution: 2dppx) {
.ig-b-v-24 { background-image: url(//badges.instagram.com/static/images/ig-badge-view-sprite-24@2x.png); background-size: 160px 178px; } }
