@charset "UTF-8";


/* Other
 * ----------------------------------------------- */

.campaign {
  margin: 0 auto;
  padding-bottom: 60px;
  transition: .6s;
  width: 100%;
}
.campaign a:hover {
  opacity: .8;
  transition: .6s;
}
.campaign img {
  text-align: center;
}

@media only screen and (max-width: 767px) {
	.campaign img {
	  width: 100%;
	}
	.campaign .img {
	  margin-left: 0;
	}
}

/* COMMON FOOTER
 * ----------------------------------------------- */
.footer-site {
  font-family: "source-han-sans-japanese", sans-serif;
  background: #1f1f1f;
}
.footer-site a {
  transition: .4s;
}
.footer-site a:link,
.footer-site a:visited,
.footer-site a:hover,
.footer-site a:active {
  color: #fff;
}
.footer-site a:hover {
  opacity: .6;
  transition: .4s;
}
.footer-site .footer-link {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  padding: 70px 0;
}
.footer-site .footer-link .series img {
  width: 260px;
  margin-bottom: 25px;
}
.footer-site .footer-link .series p {
  color: #e5e5e5;
  font-size: 14px;
  font-weight: bold;
  line-height: 2;
  letter-spacing: 0.02em;
}
.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: #bfbfbf;
  font-size: 14px;
  font-weight: 700;
  margin-bottom: 20px;
}
.footer-site .footer-link .sitemap li.txt {
  color: #fff;
  font-size: 11px;
  font-weight: 500;
  line-height: 2.8;
}
.footer-site .foot {
  border-top: solid 1px #cfcfcf;
  padding: 20px 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 {
  color: #fff;
  font-size: 13px;
  font-weight: 500;
  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: 40px 0 46px;
  }
  .footer-site .footer-logo {
      margin: 0 auto 20px;
  }
  .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%;
	}
	.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%;
	}
}


/* ----------------------------------------------- */
/* OTHER
 * ----------------------------------------------- */
.letro {
  margin-top: 70px;
}
.letro img {
  padding-bottom: 15px;
}

/* 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;
	  }
}


