﻿/* -----------------------------------------------
  FOOTER
----------------------------------------------- */
#glbFooter {
  color: #FFF;
  text-align: center;
  background: #000;
  padding: 60px 0 70px;
}
#glbFooter .inner {
  padding: 0 20px;
}
#glbFooter h2 {
  font-size: 12px;
  font-size: 1.2rem;
  font-weight: normal;
  letter-spacing: 0.04em;
  margin-bottom: 20px;
  color: #b1b1b1;
}

/* : global footer sign up : */
#glbFooterSignUp {
  margin-bottom: 50px;
}
#glbFooterSignUp .linkbtn a {
  display: inline-block;
  width: 100%;
  max-width: 400px;
  color: #FFF;
  font-size: 12px;
  font-size: 1.2rem;
  letter-spacing: 0.04em;
  background: #4A4A4A;
  padding: 20px 0;
}
.glbFooterCat__item {
  font-size: 3.6rem;
}
.morebtn-2 {  
}
.morebtn-2 a {
  background: #000;
  color: #fff;
  padding: 13px 27px;
  border-radius: 26px;
  font-size: 1.0rem;
  font-weight: normal;
}
.morebtn-3 {  
}
.morebtn-3 a {
  background: #3B3939;
  color: #fff;
  padding: 13px 27px;
  border-radius: 26px;
  font-size: 1.2rem;
  font-weight: normal;
}

/* : global footer sns navigation : */
#glbFooter #glbFooterSnsNav {
  font-size: 0;
  letter-spacing: -1em;
  margin-bottom: 75px;
}
#glbFooter #glbFooterSnsNav li {
  display: inline-block;
  font-size: 12px;
  font-size: 1.2rem;
  letter-spacing: 0.04em;
  vertical-align: middle;
  padding: 0 5px;
}
#glbFooter #glbFooterSnsNav li a {
  display: block;
}
#glbFooter #glbFooterSnsNav li svg {
  display: block;
  fill: #FFF;
}
.glbFooterSnsNav__ttl {
  font-size: 1.2rem;
  color: #fff;
  font-weight: 100;
  text-align: center;
  padding: 5px;
}

/* : global footer navigation : */
#glbFooterNav {
  margin-bottom: 60px;
  max-width: 330px;
  margin: 0 auto;
}
#glbFooterNav li {
  margin-bottom: 0;
  font-size: 13px;
  font-size: 1.3rem;
}
#glbFooter #glbFooterNav li:nth-child(odd) {
  min-width: 190px;
}
#glbFooter #glbFooterNav li:nth-child(even) {
  max-width: 140px;
}
#glbFooter #glbFooterNav li:last-of-type {
  margin-bottom: 0;
}
#glbFooter #glbFooterNav li a {
  color: #B1B1B1;;
}
#glbFooter .glbFooterBlock {
  margin-bottom: 60px;
}
#glbFooter .glbFooterBlock .glbFooterBlockInner {
  display: block;
}
#glbFooter .glbFooterBlock .glbFooterBlockInner h3 {
  font-size: 12px;
  font-weight: normal;
  margin-bottom: 15px;
}
.glbFooterCat {
  margin-bottom: 50px;
}
.glbFooterCat__item {
  text-align: left;
  line-height: 1.1;
}
.glbFooterCat__item__main a {
  font-size: 3.0rem;
  color: #B1B1B1;
}
.glbFooterCat__item__sub a {
  font-size: 1.6rem;
  color: #B1B1B1;
}
.glbFooterCat__item.col2.glbFooterCat--1 {
  margin-bottom: 20px;
}
.glbFooterNav__box {
  text-align: left;
}
.glbFooterNav__box a {
  color: #B1B1B1;
}
.glbFooterNav__item ~ .glbFooterNav__item {
  margin-top: 20px;
}
.glbFooterNav__item:nth-child(2) {
  margin-top: 0;
}
@media (min-width: 768px) {
  #glbFooter {
    padding-bottom: 50px;
  }
  #glbFooter #glbFooterNav {
    margin-bottom: 40px;
    padding: 5px 0;
  }
  #glbFooter #glbFooterNav li {
    text-align: left;
    font-size: 13px;
    font-size: 1.3rem;
    letter-spacing: 0.04em;
    vertical-align: middle;
    padding: 0 15px;
    margin-bottom: 0;
  }
  #glbFooter #glbFooterNav li a {
    color: #b1b1b1;
    font-weight: 100;
  }
  #glbFooter #glbFooterNav li.glbFooterNav__item {
    /*margin-bottom: 10px;*/
  }
  #glbFooter .glbFooterBlock {
    margin-bottom: 30px;
  }
  #glbFooter .glbFooterBlock .glbFooterBlockInner {
    display: inline-block;
  }
  #glbFooter .glbFooterBlock .glbFooterBlockInner:first-child {
  }
  #glbFooter .glbFooterBlock .glbFooterBlockInner ~ .glbFooterBlockInner {
    margin-left: 50px;
  }
  .glbFooterCat {
    max-width: 640px;
    margin: 0 auto;
  }
  .glbFooterCat__item {
    line-height: 1.45;
  }
  .glbFooterCat__item__sub a {
    font-size: 1.5rem;
    color: #B1B1B1;
  }
  .glbFooterCat--2 {
    padding-left: 50px;
  }
  .glbFooterCat--3 {
    padding-left: 60px;
  }
  .glbFooterCat__item__main a {
    font-size: 3.6rem;
  }
  .glbFooterCat__item__main--right {
    margin-bottom: 5px;
  }
  .glbFooterCat__item.col2.glbFooterCat--1 {
    margin-bottom: 0;
  }
  .glbFooterSnsNav__ttl {
    /*text-align: left;*/
  }
  .glbFooterNav__box {
    text-align: center;
  }
  #glbFooterNav li {
    font-size: 12px;
    font-size: 1.2rem;
  }
}

@media (min-width: 1210px) {
  #glbFooter #glbFooterSnsNav {
    margin-bottom: 30px;
  }
  .glbFooterCat {
    min-width: 520px;
    margin: 0 auto;
  }
  .glbFooterSnsNav__ttl {
    text-align: left;
  }
}
/* : copyright : */
#copyright {
  color: #464646;
  font-size: 10px;
  font-size: 1.0rem;
  letter-spacing: 0;
  text-align: center;
}
#copyright svg {
  fill: #b1b1b1;
  width: 203px;
  height: 30px;
  padding: 0 15px;
}

@media (min-width: 1210px) {
  #copyright {
    text-align: right;
  }
}