@charset "UTF-8";
/* ----------------------------------------------------------
hellocoffee-header,hellocoffee-footer
---------------------------------------------------------- */

.hellocoffee-header {
  background-color: #1e3932;
  color: #f2f0ea;
  padding: 0 40px;
  line-height: 1;
}

.hellocoffee-header-inner {
  margin: 0 auto;
  display: flex;
  max-width: 1184px;
  align-items: center;
  justify-content: flex-start;
}

.hellocoffee-header__top {
  border-right: solid 1px rgba(255, 255, 255, 0.1);
  font-size: 24px;
  font-family: 'SoDoSans';
  padding: 3px 29px 4px 0.5px;
  letter-spacing: 0.14em;
  line-height: 49.5px;
  text-decoration: none;
}

.hellocoffee-header__top-item {
  font-weight: bold;
}

.hellocoffee-header__top-item:not(:first-child) {
  margin: 0 0 0 8px;
}

.hellocoffee-header__nav {
  margin-left: 32px;
}

.hellocoffee-header__nav-item {
  font-size: 14px;
  background-repeat: no-repeat;
  background-size: auto;
  padding: 33px 0 29px;
  display: inline-block;
  background-position: left center;
  letter-spacing: 0.05em;
  border-bottom: solid #1e3932 4px;
}

.hellocoffee-header__nav-item.is-current {
  border-bottom-color: #F2F0EA;
}

.hellocoffee-header__nav-item:not(:first-child) {
  margin-left: 37px;
}

.hellocoffee-header__nav-item.howto {
  background-image: url(/hellocoffee/common/images/inc/icon_howto.svg);
  padding-left: 44px;
  background-position: left 0 top 21px;
  background-size: 40px 38px;
}

.hellocoffee-header__nav-item.know {
  background-image: url(/hellocoffee/common/images/inc/icon_know.svg);
  padding-left: 37px;
  background-position: left 0 top 25px;
  background-size: 25px 30px;
}

.hellocoffee-header__nav-item.lifestyle {
  background-image: url(/hellocoffee/common/images/inc/icon_lifestyle.svg);
  padding-left: 45px;
  background-position: left -1px top 23px;
  background-size: 35px 34px;
}

.hellocoffee-header__nav-item.words {
  background-image: url(/hellocoffee/common/images/inc/icon_words.svg);
  padding-left: 34px;
  background-position: left 0 top 27px;
  background-size: 24px 26px;
}

.hellocoffee-footer {
  background-color: #1e3932;
  color: #f2f0ea;
  border-top: none;
  margin: auto;
  max-width: 100%;
  display: block;
  padding: 0 40px;
}

.hellocoffee-footer-inner {
  margin: 0 auto;
  display: flex;
  max-width: 1184px;
  justify-content: flex-start;
  flex-direction: column;
  padding: 60px 0;
  align-items: flex-start;
}

.hellocoffee-footer__top {
  font-size: 23px;
  font-weight: bold;
  letter-spacing: 0.17em;
  font-family: "SoDoSans";
  text-decoration: none;
}

.hellocoffee-footer__nav {
  display: flex;
  margin: 55px 0 0;
}

.hellocoffee-footer__nav-item {
  width: 266px;
  background-repeat: no-repeat;
}

.hellocoffee-footer__nav-item.howto {
  background-image: url(/hellocoffee/common/images/inc/icon_howto.svg);
  padding-left: 32px;
  background-size: auto 26px;
}

.hellocoffee-footer__nav-item.know {
  background-image: url(/hellocoffee/common/images/inc/icon_know.svg);
  padding-left: 29px;
  background-size: auto 25px;
}

.hellocoffee-footer__nav-item.words {
  background-image: url(/hellocoffee/common/images/inc/icon_words.svg);
  padding-left: 29px;
  background-size: 16.1px auto;
  background-position: top 5px left 0;
}

.hellocoffee-footer__nav-item:not(:first-child) {
  margin: 0 0 0 40px;
}

.hellocoffee-footer__nav-item-top {
  font-size: 15px;
  line-height: 23px;
  letter-spacing: 0.03em;
  font-weight: bold;
}

.hellocoffee-footer__nav-item-top-bar {
  font-size: 13px;
}

.hellocoffee-footer__articles {
  margin-top: 18px;
}

.hellocoffee-footer__article {
  padding: 0;
  line-height: 1;
  letter-spacing: 0.2em;
  font-size: 13px;
}

li.hellocoffee-footer__article:not(:first-child) {
  margin: 17px 0 0;
}

@media print,
screen and (max-width: 1023px) {
  .hellocoffee-header {
    padding: 0;
  }

  .hellocoffee-header-inner {
    flex-direction: column;
  }

  .hellocoffee-header__top {
    padding: 6px 0 0;
    border: none;
    font-size: 13px;
    line-height: 15px;
    letter-spacing: 0.18em;
  }

  .hellocoffee-header__top-item:not(:first-child) {
    margin: 0 0 0 3px;
  }

  .hellocoffee-header__nav {
    background-color: #1e3932;
    margin: 0;
    transition: 0.3s;
  }

  .hellocoffee-header__nav.is-fixed {
    position: fixed;
    width: 100%;
    text-align: center;
    z-index: 9999999;
    margin: 0;
    top: 0;
    opacity: 1;
    visibility: visible;
    transition: 0.3s;
  }

  .hellocoffee-header__nav.is-fixed.is-up {
    animation: both .3s show;
  }

  @keyframes show {
    0% {
      opacity: 0.1;
    }

    100% {
      opacity: 1;
    }
  }

  .hellocoffee-header__nav.is-fixed.is-down {
    opacity: 0;
    visibility: hidden;
  }

  .hellocoffee-header__nav-item {
    font-size: 10px;
    padding: 16px 0 12px;
    background-size: contain;
    background-position: left center;
    line-height: 16px;
  }

  .hellocoffee-header__nav-item:not(:first-child) {
    margin-left: 23px;
  }

  .hellocoffee-header__nav-item.howto {
    padding-left: 28px;
    background-size: 26px 26px;
    background-position: left 0px top 8px;
  }

  .hellocoffee-header__nav-item.know {
    padding-left: 25px;
    background-size: 22px 25px;
    background-position: left -1px top 10px;
  }

  .hellocoffee-header__nav-item.lifestyle {
    padding-left: 30px;
    background-size: 24px 17px;
    background-position: left 0px top 16.6px;
  }

  .hellocoffee-header__nav-item.words {
    padding-left: 22px;
    background-size: 16px 18.5px;
    background-position: left 0px top 16px;
  }

  .hellocoffee-footer {
    padding: 0 40px;
  }

  .hellocoffee-footer-inner {
    align-items: center;
    justify-content: center;
    padding: 26px 0 58px;
  }

  .hellocoffee-footer__top {
    text-align: center;
    line-height: 1.25;
  }

  .hellocoffee-footer__nav {
    flex-direction: column;
    width: 100%;
    margin: 30px 0 0;
  }

  .hellocoffee-footer__nav-item {
    width: auto;
  }

  .hellocoffee-footer__nav-item.howto {
    background-image: url(/hellocoffee/common/images/inc/icon_howto.svg);
    padding-left: 33px;
  }

  .hellocoffee-footer__nav-item.know {
    background-image: url(/hellocoffee/common/images/inc/icon_know.svg);
    padding-left: 32px;
    background-size: 20px auto;
    background-position: top 2px left 0;
  }

  .hellocoffee-footer__nav-item.words {
    background-image: url(/hellocoffee/common/images/inc/icon_words.svg);
    padding-left: 28px;
    background-position: top 7.5px left 0;
  }

  .hellocoffee-footer__nav-item:not(:first-child) {
    margin: 38px 0 0;
  }

  .hellocoffee-footer__nav-item-top {
    font-size: 13px;
    line-height: 30px;
    letter-spacing: 0.06em;
  }

  .hellocoffee-footer__articles {
    margin-left: -33px;
    margin-top: 14px;
  }

  .hellocoffee-footer__article {
    font-size: 13px;
  }
}
