@charset "utf-8";
/*=============================================================
 footer
=============================================================*/
/* ------------------------------------------
									 FOOTER
------------------------------------------ */
.footer {
	background: #000;
	color: #ffffff;
}
.footer .inner {
  width: 100%;
  display: flex;
  justify-content: space-between;
  max-width: 1200px;
  margin: 0 auto;
}
.footer .inner section + section{
	padding-top: 0px;
	display: flex;
	align-items: center;
	flex-wrap: wrap;
}
.pageTop{
	position: fixed;
	bottom: 20px;
    right: 20px;
	cursor: pointer;
}
.pageTop a{
	display:block;
    width: 52px;
    height: 52px;
    background: #000;
    border-radius: 50%;
	transition: .4s ease-out;
}
.pageTop a:hover{
	background: #727272;
}
.pageTop.is-active a{
	opacity: 1;
}
.pageTop a span{
	display:block;
    text-indent: -99999px;
}
.pageTop a::after{
	display: block;
    content: "";
    position: absolute;
    top: 22px;
    left: 21px;
    width: 10px;
    height: 10px;
    border-top: 1px solid #fff;
    border-right: 1px solid #fff;
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
}
.footer .inner {
	width: calc(100% - 6%);
	display:flex;
	justify-content: space-between;
	max-width: 1200px;
	margin: 0 auto;
	padding: 30px 3%;
}

.footer-about {
	width: 100%;
	margin-bottom: 1em;
	text-align: center;
}

.footer-about h1 {
	font-size: 1.5rem;
}
.footer-about h1 img {
	width: 200px;
}

.footer-navi {
	margin: 40px 0;
}

.footer-navi a {
	color: #ffffff;
}
.footer-navi a:hover {
    opacity: 0.5;
}

.footer-navi > ul {
	display: flex;
	flex-wrap: wrap;
	justify-content: center; }

.footer-navi > ul > li {
	border-right: 1px solid #ffffff;
	padding: 0 1rem;
}
.footer-navi > ul > li:last-child {
	border: none;
}

/* dropmenu */
.footer-navi .dropmenu {
	*zoom: 1;
}
.footer-navi .dropmenu:before, .dropmenu:after {
	content: "";
	display: table;
}
.footer-navi .dropmenu:after {
	clear: both;
}

.footer-navi .dropmenu > li {
	position: relative;
	white-space: nowrap;
}

.footer-navi .dropmenu > li > ul {
	position: absolute;
	z-index: 9999;
	margin: 0;
	padding: 0;
	left: 1rem;
}

.footer-navi .dropmenu ul li .nolink, .footer-navi .dropmenu ul li .folder-label {
	color: #808080;
}

.footer-navi .dropmenu > li > ul .catdepth-3, .footer-navi .dropmenu > li > ul .depth-2, .footer-navi .dropmenu > li > ul .depth-3 {
	margin-left: 1rem;
}

.footer-navi #fade-in > li > ul {
	opacity: 0;
	top: 0;
	visibility: hidden;
	transition: ease-in-out .3s;
	background-color: rgba(79, 79, 79, 0.75);
	text-align: left;
}
.footer-navi #fade-in > li:hover > ul {
	top: 30px;
	visibility: visible;
	opacity: 1;
}

.footer-social {
	text-align: center;
	display: flex;
	align-items:center;
	font-size:14px;
	font-family: 'Montserrat';
	font-weight:400;
}
.footer-about p {
	font-size: 0.75em;
	margin-top: 1em;
}
.footer-linkcopy{
	display:flex;
}
.footer-link{
	display:flex;
	font-size:14px;
}
.footer-link a{
	color:#fff;
	margin-left:30px;
}
.footer-link a:hover{
	opacity: 0.6;
}
.footer-copyright {
	margin-left:50px;
	text-align: center;
	font-size: 14px;
    font-family: 'Montserrat';
    font-weight: 400;
}

/* ------------------------------------------
						 FOOTER SNS
------------------------------------------ */
.footer-social-buttons {
	list-style: none;
	display: flex;
	justify-content: center;
	flex-wrap: wrap;
	padding: 0;
	margin: 0 0;
}
.footer-social-buttons ul {
	text-align: center;
}
.footer-social-buttons li {
	display: block;
	text-align: center;
	box-sizing: content-box;
	margin: 0 15px;
	vertical-align: top;
}
.footer-social-buttons ul li:last-child {
	margin-right: 0px;
	padding-right: 0px;
}
.footer-social-buttons li a {
	display:block;
	font-size: 32px;
    width: 36px;
    line-height: 44px;
    height: 36px;
	border-radius: 50%;
	color: #ffffff;
	text-decoration: none;
	transition: ease-in-out .2s;
}
.footer-social-buttons li a:hover {
	opacity: 0.6;
}
.footer-social-buttons li a.icon-x-twitter {
	background-color: #000000;
}
.footer-social-buttons li a.icon-facebook {
	background-color: #fff;
	color:#000;
}
.footer-social-buttons li a.icon-hatebu {
	background-color: #008FDE;
}

.footer-social-buttons li a.icon-hatebu:before {
	content: "B!";
	font-family: Verdana;
	font-weight: bold;
}

.footer-social-buttons li a.icon-pocket {
	background-color: #EB4654;
}

.footer-social-buttons li a.icon-line {
	background-color: #1dcd00;
}
.footer-social-buttons li a[target="_blank"]::after {
	content: none;
}
/*
.footer-social-buttons ul li.pocket {
	width: 86px;
}

.footer-social-buttons ul li.facebook {
	position: relative;
	top: -3px;
	width: 80px;
}
*/

/* ftr-pagetop
-------------------------------------------------------------*/
#ftr-pagetop{
	visibility:hidden;
	position:fixed;
	right: 20px;
	bottom: 120px;
	z-index:11;
	opacity:0;
	transition:all 0.4s ease-out;
}
#ftr-pagetop.show{
	visibility:visible;
	opacity:1;
}
#ftr-pagetop.bottom{
	position:absolute;
	top:-80px;
	bottom:auto;
}
#ftr-pagetop a{
	display:block;
	width: 52px;
	height: 52px;
    background: #000;
    border-radius: 50%;
	transition: .4s ease-out;
}
#ftr-pagetop a:hover{
	background: #727272;
}
#ftr-pagetop a span{
	display:block;
    text-indent: -99999px;
}
#ftr-pagetop a::after{
	display: block;
    content: "";
    position: absolute;
    top: 22px;
    left: 21px;
    width: 10px;
    height: 10px;
    border-top: 1px solid #fff;
    border-right: 1px solid #fff;
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
}

/*+++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
 Smartphones
+++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++*/
@media only screen and (max-width:959px){
	.footer .inner section + section {
		display: block;
	}
    .footer .inner {
        padding:15px 3%;
    }
    .footer-link li:first-child a,
    .footer-copyright{
        margin-left:0;
    }

    .footer .inner{
        display:block;
        padding: 35px 3%;
    }
	.footer-linkcopy{
        display:block;
        margin-top: 20px;
    }
    .footer-social {
        display: block;
        padding-bottom: 10px;
    }
    .footer-link{
        justify-content: center;
        margin: 20px 0;
    }
    .footer-social-buttons {margin: 20px 0;}
    
	.footer-navi > ul {
		display: block;
		border-top: 1px solid #cacccf;
		border-bottom: 1px solid #cacccf;
		padding: 20px;
	}

	.footer-navi > ul > li {
		padding: 0 0;
		border: none;
	}

/* ftr-pagetop
-------------------------------------------------------------*/
    #ftr-pagetop{right:10px;}
    #ftr-pagetop.bottom{top:-60px;}
    #ftr-pagetop a{
        width:40px;
        height:40px;
    }
    #ftr-pagetop a::after{
        top: 17px;
        left: 15px;
    }



}