@charset "utf-8";

p{
	margin-bottom:0;
}
body,html {
	height: 100%;
}
body {
	background-image: none;
	-webkit-background-size: cover;
	background-size: cover;
	background-attachment: fixed;
}

/*a.target {
	position: relative;
	display: block;
	width: 0;
	top: -100px;
}*/

#wrapper {
	padding-top: 0;
}

#main {
	position: relative;
	height: 100%;
}
#main p {
	position: absolute;
	width: 100%;
	text-align: center;
}
#main .b_wrap.has_shadow:before {
	content: "";
	position: absolute;
	right: 0;
	left: 0;
	bottom: 0;
	height: 168px;
	z-index: -1;
	-webkit-box-shadow: 0 0 20px rgba(0,0,0,0.5);
	box-shadow: 0 0 20px rgba(0,0,0,0.5);
}
#main .b {
	bottom: 0;
	padding: 10px 0;
	background-color: #92000b;
	z-index: 2;
}

#main.has_bnr {
	min-height: 820px;
}
#main.has_bnr .bnr {
	position: absolute;
	top: 50%;
	left: 50%;
	-webkit-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	-o-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	display: block;
	margin-top: -70px;
}
#main.has_bnr .bnr img {
	opacity: 1 !important;
}

body.tablet #main .sp_message {
	display: block;
	position: absolute;
	top: 50%;
	left: 0;
	right: 0;
	text-align: center;
	margin-top: -150px;
}

/* 100店舗突破キャンペーン */
#shop100Bnr {
	position: absolute;
	top: 50%;
	left: 50%;
	margin: -290px 0 0 -460px;
	background-color: #fff;
	text-align: center;
	z-index: 100;
}
#shop100Bnr a {
	display: block;
	border: 5px solid #000;
	text-decoration: none;
}
#shop100Bnr a img {
	opacity: 1 !important;
	filter: alpha(opacity=100) !important;
}
#shop100Bnr .text {
	position: absolute;
	left: 0;
	right: 0;
	top: 310px;
	color: #fff;
	font-size: 18px;
	line-height: 1.6;
}
#shop100Bnr .more {
	position: absolute;
	left: 50%;
	bottom: -20px;
	margin-left: -130px;
	width: 260px;
	padding: 10px 0;
	font-size: 150%;
	color: #fff;
	background-color: #000;
	text-decoration: none;
	text-align: center;
}
#shop100Bnr .more:after {
	content: "";
	position: absolute;
	right: 15px;
	top: 50%;
	width: 9px;
	height: 9px;
	margin-top: -6px;
	border-right: 3px solid #fff;
	border-top: 3px solid #fff;
	-webkit-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	-o-transform: rotate(45deg);
	transform: rotate(45deg);
}
#shop100Bnr a:hover .more {
	background-color: #333;
}

/* 冬のプレゼントキャンペーン */
#winterBnr {
	position: absolute;
	top: 50%;
	left: 50%;
	margin: -290px 0 0 -460px;
	background-color: #fff;
	text-align: center;
	z-index: 100;
}
#winterBnr a {
	display: block;
	border: 5px solid #000;
	text-decoration: none;
}
#winterBnr a img {
	opacity: 1 !important;
	filter: alpha(opacity=100) !important;
}
#winterBnr a img.yokoku {
	position: absolute;
	top: -10px;
	left: -20px;
	width: 90px;
	height: 90px;
}
#winterBnr .text {
	position: absolute;
	left: 0;
	right: 0;
	top: 315px;
	color: #C30D23;
	font-size: 18px;
	line-height: 1.6;
	font-weight: bold;
}
#winterBnr .more {
	position: absolute;
	left: 50%;
	bottom: -20px;
	margin-left: -130px;
	width: 260px;
	padding: 10px 0;
	font-size: 150%;
	color: #fff;
	background-color: #000;
	text-decoration: none;
	text-align: center;
}
#winterBnr .more:after {
	content: "";
	position: absolute;
	right: 15px;
	top: 50%;
	width: 9px;
	height: 9px;
	margin-top: -6px;
	border-right: 3px solid #fff;
	border-top: 3px solid #fff;
	-webkit-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	-o-transform: rotate(45deg);
	transform: rotate(45deg);
}
#winterBnr a:hover .more {
	background-color: #333;
}
#winterBnr a .sp {
	display: none;
}
#winterBnrBg {
	position: fixed;
	z-index: -100;
	top: 0;
	right: 0;
	left: 0;
	bottom: 0;
	background: url(../img/index/main_bnr_winter_bg.jpg) no-repeat 50%;
	background-size: cover;
}

/* SCROLL
----------------------------------------------------------------------- */
#scrollDown {
	position: absolute;
	left: 50%;
	bottom: 145px;
	width: 102px;
	height: 102px;
	margin-left: -51px;
}
#scrollDown:before {
	content: "";
	position: absolute;
	top: -9px;
	right: -9px;
	bottom: -9px;
	left: -9px;
	border-radius: 200px;
	background-color: #92000b;
	-webkit-transition: all 0.15s;
	-o-transition: all 0.15s;
	transition: all 0.15s;
}
#scrollDown span {
	position: absolute;
	z-index: 2;
}
#scrollDown .bg {
	left: 0;
	top: 0;
	width: 98px;
	height: 98px;
	background: rgba(0,0,0,0.8);
	border: 2px solid #81000a;
	border-radius: 50px;
	-webkit-transition: all 0.15s;
	-o-transition: all 0.15s;
	transition: all 0.15s;
}
#scrollDown .txt {
	left: 50%;
	top: 34px;
	width: 74px;
	height: 20px;
	margin-left: -37px;
	background: url(../img/index/scroll_down.png) no-repeat 50% 50%;
}
#scrollDown .arrow {
	left: 50%;
	top: 60px;
	width: 20px;
	height: 18px;
	margin-left: -10px;
	background: url(../img/index/scroll_down_arrow.png) no-repeat 50% 50%;
}

#scrollDown:hover:before {
	-webkit-transform: scale(1.05);
	-ms-transform: scale(1.05);
	-o-transform: scale(1.05);
	transform: scale(1.05);
}
#scrollDown:hover .bg {
	-webkit-transform: scale(1.1);
	-ms-transform: scale(1.1);
	-o-transform: scale(1.1);
	transform: scale(1.1);
}


/* index_section
============================================================================================================ */
.index_section {
	padding-top: 100px;
}
.index_section h2 {
	margin-bottom: 50px;
}

/* index_news
============================================================================================================ */
#index_news .news {
	padding: 20px;
	background-color: #fff;
	border: 5px solid #af000d;
	font-size: 117%;
}
#index_news .news ul {
	max-height: 200px;
	overflow: auto;
}
#index_news .news ul a {
	display: block;
	padding: 12px 10px 12px 0;
	text-decoration: none;
	color: #333;
}
#index_news .news ul a:after {
	content: "."; display: block; height: 0; clear: both; visibility: hidden; line-height: 0; overflow: hidden;
}
#index_news .news ul a .date {
	float: left;
}
#index_news .news ul a .title {
	position: relative;
	display: block;
	margin-left: 10em;
	text-decoration: underline;
}
#index_news .news ul a:hover .title {
	text-decoration: none;
}
#index_news .news ul a .title .cat {
	position: absolute;
	left: -40px;
	top: -3px;
}

#index_news .more {
	margin-top: 30px;
}
#index_news .more a {
	position: relative;
	display: block;
	width: 260px;
	margin-left: auto;
	padding: 10px 0;
	font-size: 150%;
	color: #fff;
	background-color: #af000d;
	text-decoration: none;
	text-align: center;
}
#index_news .more a:hover {
	background-color: #c74d56;
}
#index_news .more a:after {
	content: "";
	position: absolute;
	right: 15px;
	top: 50%;
	width: 9px;
	height: 9px;
	margin-top: -6px;
	border-right: 3px solid #fff;
	border-top: 3px solid #fff;
	-webkit-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	-o-transform: rotate(45deg);
	transform: rotate(45deg);
}



/* index_special
============================================================================================================ */
#index_special {
	color: #252525;
}
#index_special ul {
	margin: 0 -12px;
}
#index_special ul:after {
	content: "."; display: block; height: 0; clear: both; visibility: hidden; line-height: 0; overflow: hidden;
}
#index_special ul + ul {
	margin-top: 30px;
}
#index_special ul li {
	width: 290px;
	float: left;
	padding: 0 12px;
}
#index_special ul li > * {
	display: block;
	min-height: 270px;
	padding: 25px;
	background-color: #fff;
	border: 5px solid #af000d;
	text-decoration: none;
	color: #333;
}
#index_special ul li > * span {
	display: block;
	font-size: 113%;
}
#index_special ul li > * .img {
	margin-bottom: 15px;
}
#index_special ul li > * .title {
	margin-bottom: 15px;
	font-size: 125%;
	color: #e21412;
}
#index_special ul li > a:hover .title {
	text-decoration: underline;
}
