footer {
    text-align: center;
    font-size: 1.2rem;
}

.fs-l-footer__contents {
    margin: auto;
    max-width: 1216px;
    position: relative;
}

.fs-l-footer__contents > * {
    padding: 0 0px;
}

@media (min-width: 789px){

.fs-p-footerPageTop {
    position: fixed;
    bottom: 1%;
    display: flex;
    justify-content: flex-end;
    width: 70px;
    margin-right: 0px;
    z-index: 1000;
    right: calc(539 / 1110 * (100vw - +1100px));
}
}


@media (max-width: 788px){

.fs-p-footerPageTop {
    position: fixed;
    bottom: 1%;
    right: 2%;
    display: flex;
    justify-content: flex-end;
    width: 14%;
    margin-right: 0px;
    max-width: 1216px;
    z-index: 1000;
}
}


.fs-p-footerPageTop__link {
    background-color: #6e6e6f;
    overflow: hidden;
    text-indent: -999px;
    width: 42px;
    height: 42px;
    opacity: 0.7;
    color: #fff;
    border-radius: 40px;
}


.fs-p-footerPageTop__link::before {
    font-family: 'fs-icon' !important;
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    content: "\e937";
    display: block;
    color: #ffffff;
    font-size: 2.8rem;
    line-height: 1.6;
    text-indent: 0;
    text-align: center;
}

.fs-l-footer {
    position: relative;
    border-top: none;
    background-color: #ffffff;
    color: #333333;
    margin-top: 0px;
}

.footer-grp {
    background: #333333;
    padding-bottom: 20px;
}

.footer-inner {
    margin: 0;
    padding: 0;
    background: #f2f2f2;
    padding-bottom: 10px;
}

.btn-grp .btn-app {
    display: flex;
    margin: 0 4%;
}

.footer-info {
    margin: 20px 20px 10px;
    border: 1px solid #000;
    border-radius: 4px;
}

.fs-l-footer a:visited {
    color: #000;
}

.footer-logo img {
    width: 100%;
    margin-top: 0px;
}

.footer-logo, .footer-sns, .footer-list {
    margin-bottom: 0px;
}

.footer-inner .footer-info p {
    margin: 1rem auto;
    color: #000;
    font-size: 1.4rem;
    text-align: left;
    display: inline-block;
}

.footer-list {
    padding-bottom: 0px;
}

.footer-sns ul {
    list-style: none;
    margin: 0;
    padding: 0;
}

.footer-sns li {
    display: inline-block;
    margin: 10px 15px;
}

.footer-sns ul li img {
    width: 30px;
}

.footer-list ul {
    list-style: none;
    margin: 0 2% 20px;
    text-align: center;
    padding-left: 0;
}

.footer-list li {
    width: 45%;
    float: left;
    padding: 10px 2px 0px 2px;
    text-align: left;
    position: relative;
    border-bottom: 0.5px solid;
    margin: 0 2%;
    line-height: 2;
}

.footer-list a {
    color: #000;
    font-size: 1.2rem;
    text-decoration: none;
    display: block;
    padding: 10px;
}

.footer-list a:before {
    display: block;
    content: "";
    position: absolute;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    top: 60%;
    right: 10px;
    width: 8px;
    height: 8px;
    margin-top: -4px;
    background: #333;
}

.footer-list a:after {
    display: block;
    content: "";
    position: absolute;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    top: 60%;
    right: 13px;
    width: 8px;
    height: 8px;
    margin-top: -4px;
    background: #f2f2f2;
}

/*.footer-list li:nth-child(3) {
    margin-right: 0;
}*/

.footer-inner .btn {
    text-transform: uppercase;
    vertical-align: bottom;
    border: 0;
    -webkit-box-shadow: 0 2px 5px 0 rgba(0,0,0,.2), 0 2px 10px 0 rgba(0,0,0,.1);
    box-shadow: 0 2px 5px 0 rgba(0,0,0,.2), 0 2px 10px 0 rgba(0,0,0,.1);
    font-weight: 500;
    padding: 1rem 2.5rem 0.7rem!important;
    font-size: 1.1rem!important;
    line-height: 1.5;
    margin: 0 3px!important;
}

.btn a:before {
    display: block;
    content: "";
    position: absolute;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    top: 50%;
    right: 15px;
    width: 8px;
    height: 8px;
    margin-top: -4px;
    background: #333;
}

.btn a:after {
    display: block;
    content: "";
    position: absolute;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    top: 50%;
    right: 20px;
    width: 8px;
    height: 8px;
    margin-top: -4px;
    background: #fff;
}

.big_btn a:after {
    display: block;
    content: "";
    position: absolute;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    top: 50%;
    left: 9px;
    width: 8px;
    height: 8px;
    margin-top: -4px;
    background: #333;
}

.fa-line:before {
    content: "\f3c0";
    font-size: 40px;
    color: #fff;
    opacity: 1;
}

.fa-instagram:before {
    content: "\f16d";
    font-size: 40px;
    color: #fff;
    opacity: 1;
}

.footer_cpl {
    margin-top: 20px;
    clear: both;
    padding-top: 10px;
}

/*.butn.bl_bt a{
    background: #1b1b1b;
    border-radius: 10px;
}

.butn.bl_bt a:before {
    display: block;
    content: "";
    position: absolute;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    top: 50%;
    right: 15px;
    width: 8px;
    height: 8px;
    margin-top: -4px;
    background: #fdfdfd;
}

.butn.bl_bt a:after {
    display: block;
    content: "";
    position: absolute;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    top: 50%;
    right: 20px;
    width: 8px;
    height: 8px;
    margin-top: -4px;
    background: #1b1b1b;
}*/

@media (min-width: 1080px){

.fs-l-footer {
    margin-top: 0px;
}
.footer-flex{
    display: flex;
}
.footer-grp {
    background: #333333;
    padding-bottom: 0px;
    width: 50%;
    display: flex;
    padding-top: 35px;
    padding-left: 25px;
}
.footer-logo {
    width: 43%;
}

.footer-sns{
    margin: 1%;
}
.footer-sns li {
    display: inline-block;
    margin: 2px 10px;
}

.footer-sns ul {
    list-style: none;
    margin: 28px 0px;
    padding: 0;
    display: flex;
}

.fs-l-footer__contents {
    margin: auto;
    width: 100%;
    max-width: 100%;
}

.footer-info {
    margin: 0 0 0 7px;
    border: 1px solid #000;
    border-radius: 4px;
    width: 37%;
    text-align: center;
    padding: 25px 0px 0px;
}
.footer-inner .footer-info p {
    margin: 0rem auto;
    color: #000;
    font-size: 1.3rem;
    text-align: center;
    display: inline-block;
}

.footer-grp .butn {
    overflow: hidden;
    width: 90%;
    height: 42px;
    margin: 8px auto;
    padding: 0;
    border-bottom: none;
    border: 1px solid #FFF;
}
.footer-grp .btn-grp {
    display: block;
    width: 28%;
    margin: 0px auto;
}

	
	
	/*appボタン幅サイドスペース*/
	.btn-app{
		width: 15%;
		margin: 0px 10px;
	}
	.badge_app{
		margin: 6px auto;
	}

	
	
	

.footer-list li {
    width: 47%;
    float: left;
    padding: 0px 1px 0px 1px;
    text-align: left;
    position: relative;
    border-bottom: 0.5px solid;
    margin: 0 1%;
}
	
/*--------ãƒ—ãƒ©ã‚¤ãƒã‚·ãƒ¼ãƒžãƒ¼ã‚¯------------------------------------------------------------------------*/
	
.privacy_img{
	width: 50%;
	margin: 0 auto 5px;
	display: block;
}
	
/*--------ãƒ—ãƒ©ã‚¤ãƒã‚·ãƒ¼ãƒžãƒ¼ã‚¯------------------------------------------------------------------------*/
	
.footer-list {
    padding-bottom: 10px;
    width: 100%;
    margin: 20px auto 10px;
}
.footer-list ul {
    list-style: none;
    margin: 0 0% 0px;
    text-align: center;
    padding-left: 0;
}
.footer-list a {
    color: #000;
    font-size: 1.2rem;
    text-decoration: none;
    display: block;
    padding: 10px;
}
.butn a:before {
    display: block;
    content: "";
    position: absolute;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    top: 50%;
    right: 9px;
    width: 8px;
    height: 8px;
    margin-top: -4px;
    background: #000;
}
.butn a:after {
    display: block;
    content: "";
    position: absolute;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    top: 50%;
    right: 11px;
    width: 8px;
    height: 8px;
    margin-top: -4px;
    background: #ffffff;
}

.footer_cont{
    display: flex;
    width: 50%;
}

.footer_cpl {
    margin-top: 0px;
    clear: both;
    padding-top: 20px;
}

.ftr_op{
    display: block;
}

}

@media (max-width: 1079px){
.footer-flex{
    display: block;
}
.footer-grp {
    background: #333333;
    padding-bottom: 0px;
    width: 55%;
    display: block;
    padding-top: 0px;
    padding-left: 0px;
    float: left;
}
.footer-logo{
    width: 70%;
    margin: 0 auto;
}

.footer-sns{
    margin: 1% auto;
}
.footer-sns ul {
    list-style: none;
    margin: 0px 15%;
    padding: 0;
}
.footer-sns li {
    display: inline-block;
    margin: 2px 5px;
}
.footer-grp .btn-grp {
    display: flex;
    width: 92%;
    margin: 5px auto;
}
	
	
	
	/*appボタン幅サイドスペース*/
	
	.btn-app{
		width: 50%;
		margin: 0px auto;
		display: flex;
	}
	.badge_app{
		margin: 7px 4px;
	}

	
	
	
	
.footer-grp .butn {
    overflow: hidden;
    width: 100%;
    height: 42px;
    margin: 8px 2%;
    padding: 0;
    border: none;
}
.butn a {
    display: block;
    position: relative;
    text-align: center;
    background: #fff;
    color: #000;
    font-size: 14px;
    line-height: 44px;
    text-decoration: none;
}
.footer-info {
    margin: 6px 20px;
    border: 1px solid #000;
    border-radius: 4px;
    width: 39%;
    text-align: center;
    padding: 0px 5px;
    overflow: hidden;
    float: right;
}
.footer-inner .footer-info p {
    margin: 1rem auto;
    color: #000!important;
    font-size: 1.2rem;
    text-align: center;
    display: inline-block;
    padding: 0 2px;
    line-height: 2;
	width: 100%;
}
/*--------ãƒ—ãƒ©ã‚¤ãƒã‚·ãƒ¼ãƒžãƒ¼ã‚¯------------------------------------------------------------------------*/
	
.privacy_img{
	display: block;
	margin: 0 auto;
	width: 57%;
}
	
/*--------ãƒ—ãƒ©ã‚¤ãƒã‚·ãƒ¼ãƒžãƒ¼ã‚¯------------------------------------------------------------------------*/

.footer-list {
    padding-bottom: 0px;
    width: 44%;
    margin: 0px auto 0px;
    float: right;
}
.footer-list ul {
    list-style: none;
    margin: 0px;
    text-align: center;
    padding-left: 0;
}
.footer-list li {
    width: 47%;
    float: left;
    padding: 2px 2px 2px 2px;
    text-align: left;
    position: relative;
    border-bottom: 0.5px solid;
    margin: 0 1%;
}
.footer-list a {
    color: #000;
    font-size: 1.2rem;
    text-decoration: none;
    display: block;
    padding: 5px;
}

.butn a:before {
    display: block;
    content: "";
    position: absolute;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    top: 50%;
    right: 9px;
    width: 8px;
    height: 8px;
    margin-top: -4px;
    background: #000;
}
.butn a:after {
    display: block;
    content: "";
    position: absolute;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    top: 50%;
    right: 11px;
    width: 8px;
    height: 8px;
    margin-top: -4px;
    background: #fff;
}
.ftr_op{
    display: none;
}


}


@media (max-width: 788px){

.footer-grp {
    padding-bottom: 10px;
    width: 100%;
    float: none;
    padding-top: 5px;
}

.footer-info {
    margin: 20px 10px;
    width: 44%;
    float: left;
}

.footer-list {
    width: 100%;
    float: none;
	overflow: hidden;
}
	

.footer-list li {
    width: 43%;
    float: left;
    padding: 0px 2px 0px 2px;
    text-align: left;
    position: relative;
    border-bottom: 0.5px solid;
    margin: 0px 3px 0 5%;
}

	
.footer-list a {
    color: #000;
    font-size: 1rem;
    display: block;
    padding: 2px;
}

.footer-list a:before {
    right: 1px;
}

.footer-list a:after {
    right: 3px;
}

}


@media (max-width: 320px){
.footer-list a {
    color: #000;
    font-size: 1rem;
}

.footer-inner .footer-info p {
    font-size: 1.2rem;
}

.footer-grp .butn {
    overflow: hidden;
    width: 140px;
}

.footer-list li {
    width: 44%;
    float: left;
    padding: 0px 2px 0px 2px;
    text-align: left;
    position: relative;
    border-bottom: 0.5px solid;
    margin: 0px 2px 0 3%;
}

}
/*  humbarger-footer   */

.hum-footer-list li {
    padding: 6px 3% 6px 3%;
    text-align: center;
    position: relative;
    margin: 0%;
    list-style-type: none;
    font-size: 1.2rem;
    display: inline-block;
}

.hum-footer-list li a{
    display: block;
    color: #4f4f4f;
}

.hum-footer-list {
    padding: 0px 10px;
}

.hum-footer-list ul {
    padding-left: 0px;
}

.hum-footer-sns{
    text-align: center;
}

.hum_p {
    text-align: left;
    padding: 5px 15%;
    margin: 0 auto;
    font-size: 1.2rem;
}

.hum_footer-grp .butn-hum {
    overflow: hidden;
    width: 88%;
    height: 40px;
    margin: 8px auto 13px;
    padding: 0;
    border-bottom: 1px solid #ccc;
    border-radius: 4px;
}

.hum_footer-grp .butn-hum a {
    display: block;
    position: relative;
    text-align: center;
    background: #727272;
    color: #fff!important;
    font-size: 14px;
    line-height: 40px;
    text-decoration: none;
    border-radius: 4px;
}

.hum_footer-grp .butn-hum .bg-light {
    display: block;
    position: relative;
    text-align: center;
    font-size: 14px;
    line-height: 40px;
    text-decoration: none;
    border-radius: 4px;
    color: #2a2a2a!important;
    border: 1px solid;
    height: 39px;
    background-color: #ffffff!important;
}

.hum_footer-grp .butn-hum .bg-light:hover {
    color: #000;
    text-decoration: none;
    opacity: 0.7;

    background: #ffffff;
}

.hum_footer-grp .butn-hum a:before {
    display: block;
    content: "";
    position: absolute;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    top: 50%;
    right: 15px;
    width: 8px;
    height: 8px;
    margin-top: -4px;
    background: #fff;
}

.hum_footer-grp .butn-hum a:after {
    display: block;
    content: "";
    position: absolute;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    top: 50%;
    right: 17px;
    width: 8px;
    height: 8px;
    margin-top: -4px;
    background: #727272;
}
.hum_footer-grp .butn-hum .bg-light:before {
    display: block;
    content: "";
    position: absolute;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    top: 50%;
    right: 15px;
    width: 8px;
    height: 8px;
    margin-top: -4px;
    background: #727272;
}

.hum_footer-grp .butn-hum .bg-light:after {
    display: block;
    content: "";
    position: absolute;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    top: 50%;
    right: 17px;
    width: 8px;
    height: 8px;
    margin-top: -4px;
    background: #fff;
}

.hum-footer-sns ul {
    list-style: none;
    margin: 0;
    padding: 0;
}

.hum-footer-sns .hum_ico {
    display: inline-block;
    margin: 10px;
}

.hum-footer-sns .hum_ico_line {
    display: inline-block;
    margin: 10px;
}

.hum-footer-sns ul .hum_ico img {
    width: 40px;
    opacity: 1.4;
}

.hum-footer-sns ul .hum_ico_line img {
    width: 40px;
    opacity: 1.4;
}

.fs-icon--close:before {
    content: "\e911";
    color: #fff;
}

.hum-footer-sns .fa-line:before {
    content: "\f3c0";
    font-size: 40px;
    color: #4d4d4d;
    opacity: 1;
}

.hum-footer-sns .fa-instagram:before {
    content: "\f16d";
    font-size: 40px;
    color: #4d4d4d;
    opacity: 1;
}

.fs-p-drawer__welcomeMsg {
    padding: 16px 20px 0;
    font-size: 1.4rem;
    margin: 0;
}

@media (max-width: 360px){

.hum-footer-list li {
    font-size: 1rem;
    padding: 6px 1% 6px 1%;
}
}