html {
	font-size:13px;
}

@font-face {
	font-family:'Sathu';
	src:url('/jp/ja/fonts/Sathu.eot');
	src:url('/jp/ja/fonts/Sathu.ttf') format('truetype'),
	url('/jp/ja/fonts/Sathu.woff') format('woff');
}

body {
	font-family:Sathu, "Segoe UI",'Hiragino Kaku Gothic ProN', HelveticaNeue, 'ヒラギノ角ゴ ProN W3', Meiryo, メイリオ, Osaka, sans-serif;
	-webkit-text-size-adjust: 100%;
	margin-top: 94px;
}
#site-container {
	overflow:hidden;
}
#site-content {
}
.container {
	margin:0 auto;
	max-width:960px;
	position:relative;
}
a {
	outline: none;
	text-decoration:none;
	color:#000;
}
a:hover{
	visibility: visible;
	color: #b2b2b2;
}

/* ヘッダー */
header {
	border-bottom:1px solid #000;
}
header h1,
#header h1 {
	padding:1.9rem 0;
	position:absolute;
	left:1.9rem;
	font-size:1.3rem;
	letter-spacing:0.3rem;
}
nav {
}
nav ul {
	padding:2.1rem 0 0rem 1.9rem;
	overflow:hidden;
}
nav ul li {
	margin: 0 0.5rem 1rem 3rem;
	height:2rem;
	float:left;
	letter-spacing:0.1rem;
}
nav ul li:first-child {
	margin-left:12rem;
}
nav ul li.active:after {
	margin:0 auto;
	width:14px;
	height:8px;
	background-image:url(/jp/ja/img/common/common_imgcnv_pc.png);
	background-size:120px 95px;
	background-position:-25px -20px;
	content:'';
	display:block;
}
#header {
	width:100%;
	border-bottom:1px solid #000;
	background-color:rgba(255,255,255,0.9);
	position:fixed;
	top:-200px;
	-webkit-transition: top 0s ease-in;
	transition: top 0s ease-in;
	z-index:1000;
}
#header.active {
	top:0;
	-webkit-transition: top 1s ease-in;
	transition: top 1s ease-in;
}

/* パンクズ */
#punkuz {
	margin: 1rem auto 0.5rem;
	max-width:960px;
	font-size:0.8rem;
	overflow:hidden;
	color:#b2b2b2;
}
#punkuz ul {
	margin-left:1.9rem;
	line-height: 16px;
}
#punkuz > ul > li {
	float:left;
}
#punkuz > ul > li:after {
	content:" > ";
	padding: 0 10px;
}
#punkuz > ul > li:last-child:after {
	content:none;
}
#punkuz > ul > li a {
	color:#b2b2b2;
}
#punkuz > ul > li a:hover{
	color:#000;
}

/* ボディ */
#body {
	margin:2rem auto;
	max-width:960px;
	min-height:400px;
}

/* フッター */
footer {
	padding:2.9rem 0 1rem;
	border-top:0.1rem solid #000;
	background-color: #fff;
}
footer .links {
	overflow:hidden;
}
footer .links > *{
	float:left;
}
footer .links .main {
	max-width:590px;
}
footer .links .sub{
	width:175px;
}
footer .links .social {
	width:195px;
}
footer .main li {
	padding:0 0 1.3rem 1.9rem;
	width:9.1rem;
	float:left;
}
footer .sub ul {
	padding-left:1.5rem;
	overflow:hidden;
	border-left:1px solid #000;
}
footer .sub li {
	padding-bottom:1.3rem;
}
footer .sub2 li {
	padding-bottom: 1.3rem;
}
footer .sub li.contact-us {
	padding-bottom: 1.3rem;
}
footer .sub li.contact-us:before {
	margin-top:.1rem;
	margin-right:.3rem;
	width:18px;
	height:12px;
	content:'';
	background-image:url(/jp/ja/img/common/common_imgcnv_pc.png);
	background-size:120px 95px;
	background-position:0 -20px;
	display:block;
	float:left;
}
footer .social ul {
	margin-top: 4rem; /* 2015.02.10 Edit 3rem -> 5.3rem For JP Only */
	overflow:hidden;
}

footer .social li {
	margin-left:5px;
	width:60px;
	height:60px;
	float:left;
}
footer .social li a {
	padding: 1rem;
	width:30px;
	height:30px;
	display:block;
}
footer .social li img {
	width:100%;
}
footer #copyright {
	margin-top:1rem;
	padding-right:5rem;
	width:100%;
	display:block;
	text-align:right;
}

/* 共通 */
.caption {
	display:none;
}
/*A new micro clearfix hack */
/* For modern browsers */
.clearfix:before,
.clearfix:after {
	content:"";
	display:table;
}
.clearfix:after {
	clear:both;
}
.if_sp {
	display:none;
}
.if_pc {
	display:block;
}
/*ECメニュー*/
.shop_txt {
	padding-left: 20px;
}
.count_b {
	display: inline-block;
	width: 14px;
	height: 14px;
	-webkit-border-radius: 7px;/* width,heightの半分 */
	-moz-border-radius: 7px;
	border-radius: 7px;
	background-color:#eb1e1e;
	text-align: center;
	color: #fff;
	font-size: 10px;
	vertical-align: middle;
	margin-left: 1px;
	margin-top: -10px;
	margin-right: -15px;
}
.count_x {
	padding-top: 2px;
}

/*追加*/
.ecmenu p {
	display: inline-block;
	vertical-align: top;
}
.fr_icon {
	margin-right: 1.3rem;
}
.ecmenu p:last-child {
	margin-right: 0.5rem;
}
.ecmenu p img {
	width: 16px;
	position: absolute;
}
.cart_sp{
	display: none;
}
.count_x a {
	color: #fff;
}
.count_x {
	padding-left: 1px;
}
.my_icon {
	margin-left: 1.3rem;
}
.ecmenu p a:hover {
	opacity:0.6;
}
.tel_mod {
	margin-left: 1.2rem;
}
/*ECメニュー*/
/*モーダル*/
.fancybox-close {
	position: absolute;
	top: -1px;
	right: -3px;
	width: 36px;
	height: 36px;
}
#inline01 h6 {
	text-align: center;
	font-size: 1.3rem;
	margin: 2rem 0 1rem;
}
.fancybox-skin {
	color: #000;
}
.tit_cont {
	text-align: center;
	color: #000;
	font-weight: 700;
}
.banner2 img {
	width: 260px;
	margin: 0 auto;
	display: block;
}
.txt_announce {
	width: 95%;
	margin: 0 auto 1rem;
}
.memo_txt {
	text-align: center;
	padding-top: 0.2rem;
}
.tit_cont2 {
	font-size: 1.3rem;
	text-align: center;
	margin: 0.5rem 0;
}
.time_memo {
	text-align: center;
	font-size: 0.85rem;
}
.fancybox-overlay {
	z-index: 99999;
}
/*コンタクトfooter*/
.contact_tel_pc {
	padding-left: 1.9rem;
	padding-top: 7.9rem;
}
.tel_txt img {
	width: 200px;
}
.tel_txt {
	margin-top: .5rem;
}
.tel_txt span {
	font-size: 1.1em;
	padding-left: 1rem;
	vertical-align: super;
}
.contact_tel_sp {
	display: none;
}
.tel_icon_top {
	display: none;
}
/*アンケート*/
.list_icon a {
	background-image: url(/jp/ja/img/corporate/agreement/list_arrow.png);
	background-repeat: no-repeat;
	background-position: 1px 3.5px;
	background-size: 5px;
	padding-left: 10px;
	font-size: 0.9rem;
}
.list_icon {
	padding-bottom: 0.2rem;
}
/*EC関連*/
.free_txt {
	color: #eb1e1e;
	font-size: 0.8rem;
}
.free_2 {
	color: #eb1e1e;
	font-size: 0.8rem;
	margin-bottom: 0.2rem;
}
@media screen and (max-width:650px) {
	/*ECメニュー*/
	.shop_menu {
		padding: 10px 0 8px;
		max-width: 100%;
		text-align: center;
		margin: 0 auto;
	}
	.shop_menu li {
		padding: 11px 0;
	}

	/*ECメニュー*/
}

@media screen and (max-width:959px) {
	footer .sub {
		clear:both;
	}
	footer .sub ul {
		padding-left:1.9rem;
		border-left:none;
	}
	footer #copyright {
		padding-left:1.9rem;
		text-align:left;
		margin-bottom: 2.0rem;
	}
	/*contact*/
	.contact_tel_pc {
		display: none;
	}
	.contact_tel_sp {
		width: 100%;
		display: block;
		padding-left: 1.9rem;
	}
	.contact_tel_sp a:hover img {
		opacity: 0.6;
	}

}
@media screen and (max-width:414px) {
	body {
		margin-top: 70px;
	}
	#site-container {
		width:100%;
	}
	header,#header {
		background-color:#666;
		border-bottom:none;
	}
	header h1,
	#header h1 {
		padding:1.9rem 0;
		font-size:1.3rem;
		position:relative;
		left:0;
		letter-spacing:0.3rem;
		text-align:center;
		color:#fff;
	}
	header h1 a,
	#header h1 a {
		color:#fff;
	}
	header .toggler,
	#header .toggler {
		width:18px;
		height:12px;
		background-image:url(/jp/ja/img/common/common_imgcnv_sp.png);
		background-size:120px 70px;
		background-position:-20px -20px;
		display:block;
		position:absolute;
		top: 2.2rem;
		left: 1.4rem;
		text-indent:-9999px;
	}
	header .toggler.close,
	#header .toggler.close {
		background-position:-60px -20px;
	}
	nav {
		width:100%;
		height:0!important;
		overflow:hidden;
		border-top:1px solid #999;
		-webkit-transition: height 0.4s ease-in;
		transition: height 0.4s ease-in;
	}
	nav.active {
		height:5rem!important;
	}
	nav ul {
		width:auto;
		height:100px;
		background-color:#666;
		overflow:visible;
		overflow-x:auto;
		white-space: nowrap;
		position:relative;
		padding: 0;
		-webkit-overflow-scrolling: touch;
	}
	nav ul li {
		margin:0 1.3rem 1rem;
		height:2rem;
		display:inline-block;
		float:none;
		letter-spacing:0.1rem;
		color:#fff;
	}
	nav ul li a {
		color:#fff;
	}
	nav ul li:first-child {
		margin-left: 2rem;
	}
	footer .links {
		width:300px;
	}
	footer .sub {
		width:100%;
		float:none;
	}
	footer .sub ul {
		width:300px;
		overflow:hidden;
		border-left:none;
		padding-left:0;
	}
	footer .sub li {
		padding:0 0 1.3rem 1.9rem;
		width:9.1rem;
		float:left;
	}
	footer .sub2 li {
		padding: 0 0 1.3rem 1.9rem;
		width: 9.1rem;
		float: left;
	}
	.sub2 {
		margin-left:0;
	}
	footer .sub li.contact-us:before {
		background-image:url(/jp/ja/img/common/common_imgcnv_sp.png);
		background-size:120px 70px;
	}
	footer .links .social {
		margin: 1rem auto 2rem;
		width:300px;
	}
	footer .links .social ul{
		margin:0 auto;
		width:190px;
	}
	footer .social li:first-child {
		margin-left:0;
	}
	footer #copyright {
		margin-top:0;
		padding-left:0;
		text-align:center;
		margin-bottom: 2.0rem;
	}
	#punkuz {
		display:none;
	}
	.if_sp {
		display:block;
	}
	.if_pc {
		display:none;
	}
	.shop_menu li:first-child {
		margin-left: 0;
		width: 50%;
	}
	.shop_menu li:nth-child(2){
		width: 30%;
		text-align: left;
	}
	/*ECメニュー*/
	/*追加*/
	.cart_sp p {
		float: right;
		margin-top: -45px;
		margin-right: 2rem;
	}
	.cart_sp p img {
		width: 18px;
	}
	.cart_sp {
		position: relative;
		display: block;
	}
	.sub2 {
		margin-left: 1.9rem;
	}
	.count_b {
		float: right;
		margin-top: -47px;
		margin-right: 0.6rem;
	}
	.count_x {
		margin-left: -2px;
		padding-left:0;
	}
	.ecmenu {
		display: none;
	}

	/*ECメニュー*/
	/*コンタクトfooter*/
	.contact_tel_sp {
		text-align: center;
		padding-left: 0;
		margin-bottom: 3rem;
	}
	.list_icon a {
		background-position: 1px 4px;
	}
	/*コンタクト_モーダル*/

	.tel_txt img {
		margin: 0 auto;
		padding-bottom: 0.2rem;
	}
	.tel_icon_top a {
		display: block;
		width: 20px;
	}
	.fancybox-opened {
		z-index: 999999;
	}
	.tel_icon_top {
		position: absolute;
		right: 0;
		display: block;
		top: 24px;
		z-index: 0;
		margin-right: 4.4rem;
	}
	.tel_icon_top img {
		width: 20px;

	}
	.banner2 img {
		width: 90%;
		padding: 0.6rem 0;
	}
	.tel_icon {
		width: 16px;
		padding-right: 0.5rem;
		vertical-align: sub;
		display: inline-block;
	}
	.tel_txt span {
		padding-left: 0;
		padding-bottom: 0.2rem;
	}
	.contact_tel_sp a:hover {
		color: #000;
	}
	.contact_tel_sp a:hover img {
		opacity: 1;
	}
}


/* ERROR ページ 960px- */
#error404 {
	margin-top: 40px;
	margin-left: 1.9rem;
}
#error404 h1 {
	font-size: 3rem;
	padding-bottom: 2rem;
}
#error404 h2 {
	font-size: 1.5rem;
	padding-bottom: 1.5rem;
}

/* ERROR ページ 376-959px */

/* Button #Black 2015.01.27 */
.btn_bk {
	background-color: #000;
	color: #FFF;
	display: inline-block;
	cursor: pointer;
	padding: 0.5rem 1.0rem;
	text-align: center;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
}
.btn_bk:hover {
	opacity: 0.6;
}

/* 言語切替 2015.05.01 */
#lngsw {
	max-width: 960px;
	overflow: hidden;
	margin: 0 auto;
}
#lngsw li {
	float: right;
}
.lng {
	font-size: 0.8rem;
	height: 32px;
	margin-right: 0.8rem;
}
.lng img {
	height: 100%;
	width: auto;
	margin-right: 0.3rem;
	vertical-align: middle;
}

@media screen and (max-width:959px) and (min-width:414px) {
	#error404 {
		margin-top: 20px;
		margin-left: 1.9rem;
	}
	#error404 h1 {
		font-size: 3rem;
		padding-bottom: 2rem;
	}
	#error404 h2 {
		font-size: 1.5rem;
		padding-bottom: 1.5rem;
	}
}
@media screen and (max-width:414px) {
	/* ERROR ページ -375px */
	#error404 {
		padding-top: 10px;
		margin: 1.0rem;
	}
	#error404 h1 {
		font-size: 1.8rem;
		padding-bottom: 1.0rem;
	}
	#error404 h2 {
		font-size: 1.2rem;
		padding-bottom: 1.0rem;
	}
	#lngsw { display: table; } /* 2015.05.02 追記 */

}

/* Firefox印刷用 */
@media print {
	body {
		font-family:'Segoe UI',HelveticaNeue,sans-serif;
	}
}
/*Firefoxハック*/
@-moz-document url-prefix() {
	.count_x {
		padding-top: 1px;
	}
}
/*IE10以上*/
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
	.count_x:not(:target) {
		padding-top: 0\9; /* IE9, 10 */
		padding-top:0;
	}
}
