@charset "UTF-8";
/*================================================
フッター専用CSS
================================================*/

/* footer
--------------------------------------------------------------------*/

#footer {
	border-top:1px solid #e2e2e2;
	position:relative;
	text-align: left;
}

/* section_sns
--------------------------------------------------------------------*/

.section_sns {
	margin-bottom:60px;
	margin-top:  60px;
}
.footer_sns_nav {
	margin-bottom: 60px;
}
.footer_sns_list {
	letter-spacing: -.4em;
	text-align:center;
	position: relative;
}
.footer_sns_item {
	display:inline-block;
	vertical-align: middle;
	letter-spacing: 0;
	padding:0 24px;
}
.footer_sns_slidebtn {
	display: block;
	width: 40px;
	height: 40px;
	font-size: 11px;
	text-align: center;
	text-decoration: none;
	text-indent: 100%;
	white-space: nowrap;
	overflow: hidden;
}
a.footer_sns_slidebtn:hover {
	text-decoration: none;
}
.footer_sns_text {
	font-size: 11px;
	position: relative;
}
.footer_sns_slidebtn:hover .footer_sns_text:before {
	content: "";
	width: 100%;
	height: 1px;
	background-color: #000;
	position: absolute;
	top: 100%;
	left: 0;
}
.footer_sns_slidebtn.selected .footer_sns_text:after {
	content: "";
	width: 100%;
	height: 1px;
	background-color: #000;
	position: absolute;
	top: 100%;
	left: 0;
}
.footer_sns_blog {
	background:url(/static/full/images/common/parts/btn_blog.png) center center no-repeat;
	background-size: 40px 40px;
}
.footer_sns_facebook {
	background:url(/static/full/images/common/parts/btn_facebook.png) center center no-repeat;
	background-size: 40px 40px;
}
.footer_sns_instgram {
	background:url(/static/full/images/common/parts/btn_instagram.png) center center no-repeat;
	background-size: 40px 40px;
}
.footer_sns_twitter {
	background:url(/static/full/images/common/parts/btn_twitter.png) center center no-repeat;
	background-size: 40px 40px;
}
.footer_sns_line {
	background:url(/static/full/images/common/parts/btn_line.png) center center no-repeat;
	background-size: 40px 40px;
}
.footer_sns_slidebox {
	display: none;
	width: 100%;
	position: absolute;
	top: 75px;
	left: 0;
	z-index: 10;
}
.footer_sns_brand {
	min-width: 1000px;
	height: 100%;
}
.footer_sns_brand_inner {
	width: 1000px;
	background-color: #f3f3f3;
	margin: 0 auto;
	padding: 15px;
}
.footer_sns_brand_list {
	display: -webkit-flex;
	display: flex;
	-webkit-justify-content: center;
	justify-content: center;
	margin-left: -20px;
	margin-right: -20px;
}
.footer_sns_brand_item {
	max-width: 100%;
	padding: 0 20px;
	position:relative;
}
.footer_sns_brand_link {
	display: block;
	font-size: 14px;
	line-height: 1;
	padding: 0 20px 0 0;
	position: relative;
}
.footer_sns_brand_link:after {
	content: "";
	width: 6px;
	height: 6px;
	margin-top: -4px;
	border-top: 1px solid #000;
	border-right: 1px solid #000;
	position: absolute;
	top: 50%;
	right: 0;
	transform: rotate(45deg);
	-webkit-transform: rotate(45deg);
}
.section_sns .mail_btn {
	/* mod_chida #21513対応
	width:220px;
	*/
	margin:0 auto;
}

/* add_chida #21513対応*/
.footer_btn_area{
	text-align: center;
}
/* add_chida #21513対応*/

.section_sns .mail_btn a {
	width:220px;
	height:80px;
	background:url(/static/full/images/common/parts/btn_mail_mag.jpg) no-repeat;
	text-indent:-9999px;
	/* mod_chida #21513対応
	display:block;
	*/
	display:inline-block;
	margin:0 20px;
}
/* add_chida #21513対応*/
a.arpege_apps {
    background: url(/static/full/images/common/parts/btn_arpege_apps.jpg) no-repeat !important;
}
/* add_chida #21513対応*/

.sns-list > dd{
	display: none;
	letter-spacing:  normal;
}

/* footer_nav
--------------------------------------------------------------------*/

.footer_nav {
	width:1000px;
	padding:60px 0 30px;
	margin:0 auto;
}
.footer_nav_ul_01 {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-justify-content: space-between;
	-ms-justify-content: space-between;
	justify-content: space-between;
}
.footer_nav_ul_01 > li:not(:last-child) {
	width: 213px;
}
.footer_nav_ul_01 > li:last-child {
	width:148px;
}
.footer_nav_ul_01 h4 {
	margin-bottom:20px;
	font-size:11px;
	font-weight:bold;
}
.footer_nav_ul_02 > li {
	margin-bottom:8px;
}
.footer_nav_ul_02 > li:last-child {
	margin-bottom:0;
}
.footer_nav_ul_02 > li a {
	color:#5e5e5e;
}
/* MAGAZINE */
.footer_magazine_list {}
.footer_magazine_item {}
.footer_magazine_link {}
.footer_magazine_description {
	display: inline-block;
	vertical-align: middle;
}
.icon_magazine_update {
	display: inline-block;
	vertical-align: middle;
}

/* footer_bnr_nav
--------------------------------------------------------------------*/

.footer_bnr_nav {
	padding:30px 0;
	border-top:1px solid #e2e2e2;
}
.footer_bnr_nav ul {
	text-align:center;
}
.footer_bnr_nav ul li {
	padding:0 15px;
	display:inline-block;
}


/* footer_gotop
--------------------------------------------------------------------*/

.footer_gotop {
	width:90px;
	height:90px;
	position:absolute;
	bottom:0px;
	right:0px;
	z-index:10;
}
.footer_gotop a {
	width:90px;
	height:90px;
	text-indent:-9999px;
	display:block;
	background:url(../images/common/parts/btn_pagetop.png) no-repeat;
}

/* footer_copyright
--------------------------------------------------------------------*/

.footer_copyright {
	width:100%;
	background:#a6a6a6;
	display:block;
}
.footer_copyright span {
	width:1000px;
	margin:0 auto;
	line-height:90px;
	color:#fff;
	font-size:11px;
	font-family: 'Lusitana', serif;
	display:block;
}
