<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/*
繧ｨ繝舌�繧ｫ繝ｩ繝ｼ繝ｯ繝ｳ繝��縺ｮ蜈ｱ騾咾SS�医�繝�ム繝ｼ縲√ヵ繝�ち繝ｼ�峨ョ繝ｼ繧ｿ
菴ｿ逕ｨ萓具ｼ喇ttps://evercolor.jp/campaign/pr/202212_ranking/
*/

/*----------------------------------------
// Header
----------------------------------------*/
.header {
  position: fixed;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  z-index: 99;
  width: 100%;
  max-width: 75rem;
  padding: 3.1rem 0;
  background-color: #fff;
  border-bottom: 1px solid #bababa;
}
.header-inner {
  display: flex;
  justify-content: space-between;
  align-items: center;
  max-width: 69rem;
  margin: 0 auto;
}
.header__logo {
  display: block;
  width: 26.5rem;
}
.header__list {
  display: flex;
  align-items: center;
}
.header__item:not(:last-of-type) {
  margin-right: 4rem;
}
.header__link {
  display: block;
}
.header__link--instagram {
  width: 4rem;
}
.header__link--twitter {
  width: 4.5rem;
}
.header__link--shop {
  width: 6.1rem;
}

/*----------------------------------------
// Footer
----------------------------------------*/
.footer {
  padding: 2rem 0;
  background-color: #eee;
}
.footer-inner {
  display: flex;
  justify-content: center;
  align-items: center;
}
.footer__copyright {
  font-family: "Helvetica Neue", "Helvetica", "Hiragino Sans", "Hiragino Kaku Gothic ProN", "Arial", "Yu Gothic", "Meiryo", sans-serif;
  font-size: 1.8rem;
  color: #333;
}
.campaign + .banner + .footer {
  margin-bottom: 11.2rem;
}
@media (min-width: 750px) {
  .campaign + .banner + .footer {
    margin-bottom: 0;
  }
}

/*----------------------------------------
// Banner
----------------------------------------*/
.banner {
  position: fixed;
  z-index: 99;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  background-color: #fff;
}
@media (min-width: 750px) {
  .banner {
    display: none;
  }
}
.banner__link {
  display: block;
  width: 75rem;
}
</pre></body></html>