@charset "utf-8";

body:before {
	content: ' ';
	position: fixed;
	z-index: -1;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	background: url(../img/index/bg-body_top_sp.jpg) no-repeat center top;
	background-size: auto 100%;
}

/*
a.target {
	top: -20px;
}*/

#main_movie {
	display: none;
}
#main_movie > * {
}

#header_sp {
	position: absolute;
	top: 0;
	right: 0;
	left: 0;
}

/* main
============================================================================================================ */
#main {
	min-height: 0;
}
#main h1 {
	position: absolute;
	top: 50%;
	left: 50%;
	width: 290px;
	margin: -50px 0 0 -145px;
}
#main .b_wrap.has_shadow:before {
	content: none;
}
#main .b_wrap.has_shadow .b {
	-webkit-box-shadow: 0 0 20px rgba(0,0,0,0.5);
	box-shadow: 0 0 20px rgba(0,0,0,0.5);
}
#scrollDown {
	display: none;
}

#main.has_bnr {
	min-height: 0;
}
#main.has_bnr h1 {
	display: none;
}
#main.has_bnr .bnr {
	left: 0;
	right: 0;
	padding: 0 10px;
	text-align: center;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	-o-transform: translateY(-50%);
	transform: translateY(-50%);
	margin-top: 0;
}
#main.has_bnr .bnr img {
	width: auto;
	max-width: 100%;
}
@media screen and (orientation: landscape) {
	#main.has_bnr .b {
		display: none;
	}
	#main.has_bnr .bnr {
		margin-top: 50px;
	}
}

/* 100店舗突破キャンペーン */
/*
#shop100Bnr {
	width: 320px;
	margin: -60px 0 0;
	-webkit-transform: translateX(-50%);
	-ms-transform: translateX(-50%);
	-o-transform: translateX(-50%);
	transform: translateX(-50%);
}
@media screen and (max-width: 370px) {
	#main h1 {
		display: none;
	}
	#shop100Bnr {
		margin-top: -110px;
		width: 296px;
	}
}


#shop100Bnr img {
	display: none;
}
#shop100Bnr a {
	padding: 45% 10px 20px;
	background: #ae0008 url(../special/100shops/img/100shop_top_bnr_sp.jpg) no-repeat;
	-webkit-background-size: 100%;
	background-size: 100%;
	border-width: 3px;
}
#shop100Bnr .text {
	display: block;
	position: static;
	font-size: 10px;
	line-height: 1.5;
	text-align: left !important;
}
#shop100Bnr .more {
	left: 50%;
	bottom: -12px;
	margin-left: -70px;
	width: 140px;
	padding: 6px 0;
	font-size: 12px;
}
#shop100Bnr .more:after {
	right: 8px;
	width: 7px;
	height: 7px;
	margin-top: -4px;
	border-right-width: 2px;
	border-top-width: 2px;
}
*/



/* 冬のプレゼントキャンペーン */
/*
body:before {
	background-image: url(../img/index/main_bnr_winter_bg_sp.jpg);
	-webkit-background-size: cover;
	background-size: cover;
}
#main h1 {
	display: none;
}
#winterBnr {
	width: 320px;
	margin: -100px 0 0;
	-webkit-transform: translateX(-50%);
	-ms-transform: translateX(-50%);
	-o-transform: translateX(-50%);
	transform: translateX(-50%);
}
@media screen and (max-width: 370px) {
	#winterBnr {
		width: 296px;
		margin: -86px 0 0;
	}
}
#winterBnr img {
	display: none;
}
#winterBnr a {
	padding: 37% 10px 20px;
	background: url(../img/index/100shop_top_bnr_sp.jpg) no-repeat, url(../img/index/100shop_top_bnr_sp_bg.jpg) repeat-y;
	-webkit-background-size: 100%;
	background-size: 100%;
	border-width: 3px;
}
#winterBnr a img.yokoku {
	display: block;
	width: 48px;
	height: 48px;
	left: 50%;
	top: -36px;
	margin-left: -24px;
}
#winterBnr .text {
	display: block;
	position: static;
	font-size: 12px;
	line-height: 1.5;
}
#winterBnr .more {
	left: 50%;
	bottom: -12px;
	margin-left: -70px;
	width: 140px;
	padding: 6px 0;
	font-size: 12px;
}
#winterBnr .more:after {
	right: 8px;
	width: 7px;
	height: 7px;
	margin-top: -4px;
	border-right-width: 2px;
	border-top-width: 2px;
}
#winterBnr a .sp {
	display: inline;
}

#winterBnrBg {
	display: none;
}
*/

/* index_section
============================================================================================================ */
.index_section {
	padding-top: 50px;
}
.index_section h2 {
	margin-bottom: 20px;
	text-align: center;
}
.index_section h2 img {
	width: auto;
	height: 59px;
}

/* index_news
============================================================================================================ */
#index_news .news {
	padding: 10px;
	border-width: 3px;
	font-size: 100%;
}
#index_news .news ul {
	max-height: 200px;
	overflow: auto;
}
#index_news .news ul a {
	padding: 6px 0 10px;
}
#index_news .news ul a .date {
	float: none;
}
#index_news .news ul a .title {
	margin-left: 0;
	padding-top: 5px;
}
#index_news .news ul a .title .cat {
	position: absolute;
	left: 7em;
	top: -17px;
	width: 15px;
}

#index_news .more {
	margin-top: 20px;
}
#index_news .more a {
	width: auto;
	margin: 0 30px;
	padding: 10px 0;
	font-size: 108%;
	color: #fff;
}
#index_news .more a:after {
	right: 10px;
	width: 8px;
	height: 8px;
	margin-top: -5px;
	border-right-width: 2px;
	border-top-width: 2px;
}



/* index_special
============================================================================================================ */
#index_special ul {
	margin-top: 30px;
}
#index_special ul {
	margin: 0 10px;
}
#index_special ul + ul {
	margin-top: 15px;
}
#index_special ul li {
	width: auto;
	float: none;
	margin-top: 15px;
	padding: 0;
}
#index_special ul a {
	border-width: 2px;
}
#index_special ul a span {
	font-size: 100%;
}
#index_special ul a .img {
	text-align: center;
}
#index_special ul a .img img {
	width: auto;
	max-width: 100%;
}
#index_special ul a .title {
	margin-bottom: 15px;
	font-size: 125%;
	color: #e21412;
}
#index_special ul a:hover .title {
	text-decoration: underline;
}
