@charset "UTF-8";

/* COMMON FOOTER
 * ----------------------------------------------- */
.footer-site {
  background: #1f1f1f;
}
.footer-site a {
  transition: .4s;
}
.footer-site a:link,
.footer-site a:visited,
.footer-site a:hover,
.footer-site a:active {
  color: #c6c6c6;
}
.footer-site a:hover {
  opacity: .6;
  transition: .4s;
}
.footer-site .txt .link {
  position: relative;
}
.footer-site .txt .link::after {
  position: absolute;
  top: 3px;
  right: -19px;
  content: '';
  display: inline-block;
  width: 13px;
  height: 13px;
  background: url("../common/img/ico_link.png") no-repeat;
  background-size: contain;
  vertical-align: middle;
  display: inline-flex;
}
.footer-site .footer-link {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  padding: 70px 0;
}
.footer-site .footer-link .company {
  color: #fff;
  letter-spacing: 0.05em;
}
.footer-site .footer-link .company img {
  width: 156px;
  margin-bottom: 25px;
}
.footer-site .footer-link .company p.name {
  font-size: 18px;
  font-weight: bold;
}
.footer-site .footer-link .company p.address {
  font-size: 14px;
  margin-top: 10px;
}
.footer-site .footer-link .sitemap {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  letter-spacing: 0.05em;
}
.footer-site .footer-link .sitemap ul {
  margin-left: 90px;
}
.footer-site .footer-link .sitemap li.ttl {
  color: #fff;
  font-size: 16px;
  font-weight: 700;
  margin-bottom: 25px;
}
.footer-site .footer-link .sitemap li.txt {
  color: #c6c6c6;
  font-size: 13px;
  line-height: 2.8;
}
.footer-site .foot {
  color: #222;
  background: #f0f0f0;
  padding: 15px 0;
}
.footer-site .foot .footer-logo {
  display: flex;
  justify-content: space-between;
}
.footer-site .foot .footer-logo .logo {
  width: 22%;
}
.footer-site .foot .footer-logo .logo img {
  width: 100%;
}
.footer-site .copyright {
  font-size: 11px;
  letter-spacing: 0.05em;
  line-height: 3;
}
.footer-anchor {
  background: #8d9aa0;
  padding: 28px 0;
}
.footer-anchor a {
  color: #fff;
}
.footer-anchor .ul-anchor {
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
   -ms-flex-wrap: wrap;
   -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
   -webkit-box-pack: justify;
   -ms-flex-pack: justify;
  justify-content: center;
  letter-spacing: 0.05em;
  font-size: 16px;
  font-weight: normal;
}
.footer-anchor .ul-anchor li {
  margin: 0 40px;
}

@media only screen and (max-width: 767px) {
  .footer-site {
      padding: 10px 0 0;
  }
  .footer-site .footer-logo {
      margin: 0 auto;
  }
  .footer-site .copyright {
      
  }
  .footer-anchor {
      padding: 25px 0 40px;
  }
  .footer-anchor .wrapper {
      padding: 0;
  }
  .footer-anchor .ul-anchor li {
      font-size: 16px;
  }
  .footer-anchor .ul-anchor > li {
      border-bottom: 1px solid #fff;
  }
  .footer-anchor .ul-anchor a {
      display: block;
      position: relative;
      padding: 10px 40px 10px 30px;
  }
  .footer-anchor .ul-anchor a:after {
      background: url(../img/icn_bullet01.png) no-repeat 0 0;
      background-size: 100% 100%;
      content: "";
      width: 9px;
      height: 13px;
      margin-top: -6px;
      position: absolute;
      top: 50%;
      right: 27px;
  }
	.footer-site .footer-logo img {
	  width: 60%;
	}
	.footer-site .footer-link {
	  padding: 50px 0;
	}
	.footer-site .footer-link .series {
	  margin-bottom: 50px;
	}
	.footer-site .footer-link .sitemap {
	  width: 100%;
	  margin-top: 40px;
	}
	.footer-site .footer-link .sitemap ul {
	  margin-left: 0;
	  width: 48%;
	}
	.footer-site .footer-link .sitemap ul.sec {
	  margin-top: 40px;
	}
	.footer-site .wrapper {
	  padding-left: 30px;
	  padding-right: 30px;
	}
	.footer-site .foot .footer-logo {
	  flex-wrap: wrap;
	}
	.footer-site .foot .footer-logo .logo {
	  width: 100%;
	}
	.footer-site .foot .footer-logo .logo img {
	  width: 70%;
	}
	.footer-site .footer-link .company {
	  text-align: center;
	  margin: 0 auto;
	}
	.footer-site .footer-link .company p.address {
	  margin-top: 5px;
	}
	.footer-site .footer-link .company img {
	  text-align: center;
	  padding-bottom: 25px;
	  margin: 0 auto;
	}
}


/* ----------------------------------------------- */
/* OTHER
 * ----------------------------------------------- */
/* PC/SP switch */
.md {
  display:block;
}
.md-cart {
    display: block;
    padding-bottom: 5px;
}
.sm {
  display:none;
}

@media screen and (max-width: 768px) {
	.md {
	  display:none;
	}
    .md-cart {
        display: none;
    }
	.sm {
	  display:block;
	}
}


/* Btn_Pagetop */
.gototop {
    position: fixed;
    width: 220px;
    z-index: 9999;
    bottom: 5px;
    right: 118px;
}

.gototop img {
  margin: auto;
}
.gototop a:hover {
    display: block;
    text-align: center;
    color: #fff;
    font-size: 12px;
    text-decoration: none;
}

@media screen and (max-width: 768px) {
  .gototop {
    display: flex;
    flex-direction: row-reverse;
    right: 0;
    width: 100%;
    text-align: center;
  }
  .gototop img {
    width: 96%;
  }
}

@media only screen and (max-width: 767px) {
	  .gototop {
	      right: 0;
	      width: 100%;
	      text-align: center;
	  }
	  .gototop img {
	      width: 94%;
	      height: auto;
	  }
}

