@charset "UTF-8";
#main, #container {
  width: 100%;
  font-size: 16px;
  color: #333;
  line-height: 1.5;
  letter-spacing: .05em;
  margin-top: 0 !important;
  margin-bottom: 0 !important;
}

figure img {
  width: 100%;
}

.header, .header__wrap {
  width: 100%;
}

.header__inner {
  background-color: #fff;
  font-weight: bold;
}

.header__inner > a {
  color: #333;
}

.header__inner > a:hover {
  opacity: .6;
  cursor: pointer !important;
  transition: all .2s ease;
}

.logo {
  padding: 10px 10px 10px 30px;
}

.logo__img {
  display: inline;
  vertical-align: middle;
  padding: 0 10px 0 0;
}

.sns {
  display: block;
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 10px 30px 10px 10px;
}

.sns p {
  font-weight: bold;
  text-align: right;
  padding-right: 20px;
}

.sns__list {
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 0 auto;
}

.sns__list li:not(:last-child) {
  padding-right: 20px;
}

.sns__list li:hover {
  opacity: .6;
  transition: all .2s ease;
}

.icon-instagram {
  width: 32px;
  height: 32px;
}

.icon-twitter {
  width: 39px;
  height: 32px;
}

.icon-facebook {
  width: 36px;
  height: 36px;
}

.icon-line {
  width: 32px;
  height: 32px;
}

.icon-youtube {
  width: 45px;
  height: 35px;
}

/* フッター部分*/
.sns__bg {
  background-color: #efeeeb;
  padding: 32px 0;
}

@media screen and (max-width: 767px) {
  #main {
    padding: 0;
  }

  /* ヘッダー */
  .header__wrap {
    border-width: 10px;
  }

  .logo {
    width: 135px;
    font-size: 14px !important;
    padding: 10px 10px;
  }

  .logo__img {
    display: block;
    padding: 0;
  }

  .logo__img img {
    max-width: 100%;
    height: auto;
  }

  .sns {
    display: none;
  }

  /* フッター */
  .sns__bg {
    background-color: #fff;
    padding: 20px 0;
    border-top: 2px solid #004098;
  }

  footer .logo {
    border-top: none;
    margin: 0 auto;
  }
}

/*# sourceMappingURL=store-lp_topics_header-footer.css.map */
