@charset "UTF-8";
/*================================================
フッター専用CSS
================================================*/

/* footer
--------------------------------------------------------------------*/

#footer {
	background:linear-gradient(#FDDFE9,#E6E9FA)
}

#footer.outlet{
	background: #EDEDED;
}
/* .footer_gotop 
--------------------------------------------------------------------*/

.footer_gotop {
	width: 80px;
	height: 80px;
	display: block;
	position: absolute;
	text-align: center;
	right: -80px;
	top: -40px;
}
.footer_gotop a {
	width: 80px;
	height: 80px;
	font-size: 15px;
	line-height: 1.1em;
	text-align: center;
	padding: 30px 15px 0;
	color: #000;
	display: block;
	border: 1px solid #bcbcbc;
	border-radius: 80px;
	box-sizing: border-box;
	background: #fff;
	text-decoration: none;
}
.footer_gotop a::before, .footer_gotop a::after {
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	margin: auto;
	content: "";
	vertical-align: middle;
}
.footer_gotop a::before {
	top: -35px;
	left: 50%;
	width: 10px;
	height: 10px;
	border-bottom: 1px solid #000;
	border-right: 1px solid #000;
	-webkit-transform: rotate(-135deg);
	transform: rotate(-135deg);
	margin-left: -5px;
}

/* footer_box
--------------------------------------------------------------------*/

.footer_box {
	width:1038px;
	padding:45px 0 20px;
	margin:0 auto;
	text-align:left;
	position: relative;
}


/* footer_info
--------------------------------------------------------------------*/

.footer_info {
	width: 156px;
	float:left;
}


/* footer_nav
--------------------------------------------------------------------*/

.footer_nav {
	width: 878px;
	float:right;
	font-size:15px;
	color:#828282;
}
.footer_nav_wrapper{
	border-bottom: 1px solid #9B9397;
	padding-bottom: 20px;
	margin-bottom: 20px;
}
.footer_nav a{
	color:#828282;
}
.footer_nav .title {
	margin-bottom:20px;

}
.footer_nav_01,
.footer_nav_02,
.footer_nav_03,
.footer_nav_04{
	float:left;
}
.footer_nav_01{
	width: 150px;
	margin-right: 20px;
}
.footer_nav_02{
	width:200px;
}
.footer_nav_03{
	width:220px;
}
.footer_nav_04{
	width:285px;
}
.footer_nav_01 > ul {
	margin-bottom:54px;
}
.footer_nav_01 ul li ,
.footer_nav_02 ul li ,
.footer_nav_03 ul li ,
.footer_nav_04 ul li{
	margin-bottom: 20px;
}
.footer_nav_01 ul li:last-child{
	margin-bottom: 0;
}
.footer_nav_03 ul {
	margin-bottom:54px;
}
.footer_nav_03 ul li {

}
.footer_nav_04 {

}
.footer_nav_04 ul {
	margin-bottom: 30px;
}
.footer_nav_04 ul li {
}
.footer_nav_05 {
	float:left;
	margin-top: 10px;
	font-size: 12px;
}
.footer_nav_05 ul {
	margin-bottom:20px;
}
.footer_nav_05 ul li {
	float:left;
	margin-right:24px;
}
.footer_nav a,
.footer_nav .title
{
	margin-bottom:0;
}
.footer_nav .title + ul{
	margin-top:15px;
}
.footer_nav ul li ul li a{
	font-size:14px;
	font-weight:normal;

}
.footer_nav ul li ul li a:before{
	content:"";
	display:inline-block;
	top: -35px;
	left: 50%;
	width: 7px;
	height: 7px;
	border-bottom: 1px solid #828282;
	border-right: 1px solid #828282;
	-webkit-transform: rotate(-45deg);
	transform: rotate(-45deg);
	margin-right:10px;

}
/* footer_sns
--------------------------------------------------------------------*/

.footer_sns {
	float:right;
}
.footer_sns ul li {
	float:left;
	margin-left:20px;
}
.footer_sns ul li a {
	width:34px;
	height:34px;
	display:block;
	text-indent:-9999px;
}
.footer_sns ul li.sns_twitter a {
	background:url(../images/footer/footer_twitter.png) no-repeat;
}
.footer_sns ul li.sns_instagram a {
	background:url(../images/footer/footer_insta.png) no-repeat;
}
.footer_sns ul li.sns_facebook a {
	background:url(../images/footer/footer_icon_02.jpg) no-repeat;
}
.footer_sns ul li.sns_line a {
	background:url(../images/footer/footer_icon_01.jpg) no-repeat;
}
.footer_sns ul li.sns_youtube a {
	background:url(../images/footer/footer_youtube.png) no-repeat;
}


/* footer_copyright
--------------------------------------------------------------------*/

.footer_copyright {
	clear: both;
	display: block;
	width: 100%;
	background: #fff;
	text-align: center;

	color:#828282;
	font-size:10px;
	padding: 20px 0;

}


/* ec_footer_nav
--------------------------------------------------------------------*/

.ec_footer_nav {
	padding-bottom:54px;
	margin-bottom:36px;
	border-bottom:1px solid #d2d2d2;
}
.ec_footer_nav ul li a {
	padding:5px 0;
	display:block;
}


/* ec_footer_nav_01
--------------------------------------------------------------------*/

.ec_footer_nav_01 {
	width:534px;
	height:88px;
	float:left;
	margin-right:34px;
	border-right:1px solid #d2d2d2;
}
.ec_footer_nav_01 ul li {
	width:33.3%;
	float:left;
}


/* ec_footer_nav_02
--------------------------------------------------------------------*/

.ec_footer_nav_02 {
	width:322px;
	height:88px;
	float:left;
	margin-right:34px;
	border-right:1px solid #d2d2d2;
}
.ec_footer_nav_02 ul li {
	width:50%;
	float:left;
}


/* ec_footer_nav_03
--------------------------------------------------------------------*/

.ec_footer_nav_03 {
	width:86px;
	float:left;
}
.ec_footer_nav_02 ul li {

}


/* store_footer_info
--------------------------------------------------------------------*/

.store_footer_info {
	width:272px;
	float:left;
}
.store_footer_address {
	padding-top:35px;
	padding-right:25px;
	line-height:2.2em;
}
.store_footer_address a {
	color:#707070;
	text-decoration:underline;
}


/* store_footer_nav
--------------------------------------------------------------------*/

.store_footer_nav {
	width:756px;
	float:right;
}
.store_footer_nav .title {
	padding-bottom:8px;
	margin-bottom:16px;
	border-bottom:1px solid #d2d2d2;
}
.store_footer_nav_01 ul {
	margin-bottom:54px;
}
.store_footer_nav_01 ul li {
	float:left;
	margin-right:24px;
}
.store_footer_nav_02 {
	width:232px;
	float:left;
	margin-right:30px;
}
.store_footer_nav_02 ul {
	margin-bottom:54px;
}
.store_footer_nav_02 ul li {
	float:left;
	margin-right:24px;
}
.store_footer_nav_03 {
	width:232px;
	float:left;
	margin-right:30px;
}
.store_footer_nav_03 ul {
	margin-bottom:54px;
}
.store_footer_nav_03 ul li {
	float:left;
	margin-right:24px;
}
.store_footer_nav_04 {
	width:232px;
	float:left;
}
.store_footer_nav_04 ul {
	margin-bottom:54px;
}
.store_footer_nav_04 ul li {
	float:left;
	margin-right:24px;
}
.store_footer_nav_05 {
}
.store_footer_nav_05 ul {
	margin-bottom:54px;
}
.store_footer_nav_05 ul li {
	float:left;
	margin-right:24px;
}
.store_footer_nav_06 {
	float:left;
}
.store_footer_nav_06 ul {
	margin-bottom:20px;
}
.store_footer_nav_06 ul li {
	float:left;
	margin-right:24px;
}

/* .line_add
--------------------------------------------------------------------*/

#footer .line_add {
	display: none;
    width: 95px;
    margin: 0px auto 20px;
}

.footer_nav ul li > a.footer_bnr_txt {
	line-height: 48px;
}
.footer_nav ul li > a p.footer_bnr {
	line-height: 20px;
	font-size: 14px;
	font-weight: bold;
	display: inline-block;
	vertical-align: middle;
}
.footer_nav ul li > a p.footer_bnr span{
	font-size: 12px;

}
.footer_nav ul li.footer_bnr_app {
	background: url(../images/footer/footer_icon_app.png) no-repeat left center;
	background-size: 48px 48px;
	margin: 0 0 20px;
	padding: 0 0 0 60px;
}
.footer_nav ul li.footer_bnr_line {
	background:url(../images/footer/footer_icon_line.png) no-repeat left center;
	background-size: 48px 48px;
	margin: 0 0 20px;
	padding: 0 0 0 60px;
}
.footer_nav ul li.footer_bnr_109news {
	width: 212px;
	margin: 0 auto;
	box-sizing: border-box;
}
.footer_nav ul li.footer_bnr_109news img{
	width:100%;
	height:auto;
}
.footer_nav ul li.footer_bnr_magnet {
	width: 65px;
	/* float: left; */
	margin: 0 auto;
	box-sizing: border-box;
}
.footer_nav ul li.footer_bnr_magnet img{
	width:100%;
	height:auto;
}