@charset "UTF-8";
/* ----------------------------------------------------------
home
---------------------------------------------------------- */
.inner.hellocoffee-home__inner {
  max-width: 1264px;
  padding: 0 40px;
  margin: 0 auto;
}

.hellocoffee-home__section:last-of-type {
  margin-bottom: 100px;
}

.hellocoffee-home__main-vusual {
  display: flex;
  flex-direction: row;
  border-bottom: solid rgba(0, 0, 0, 0.1) 1px;
}

.hellocoffee-home__main-vusual_img {
  width: calc(800 / 1440 * 100%);
}

.hellocoffee-home__main-vusual_texts {
  flex: 1 1 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  text-align: center;
}

.hellocoffee-home__h1 {
  font-family: "SoDoSans";
  font-size: 47px;
  font-weight: bold;
  line-height: 1;
  letter-spacing: 4px;
}

.hellocoffee-home__main-vusual_text {
  font-size: 16px;
  line-height: calc(27/16);
  margin: 20px 0 0;
  letter-spacing: 1.2px;
}

.hellocoffee-home__h2 {
  font-size: 27px;
  line-height: calc(40 / 27);
  margin-top: 80px;
  font-weight: bold;
}

.hellocoffee-home__section:first-child .hellocoffee-home__h2 {
  margin-top: 60px;
}

.hellocoffee-home__cards {
  display: flex;
  align-items: flex-start;
  flex-wrap: wrap;
  gap: clamp(12px, 2vw, 28px) calc(60 / 1184 * 100%);
  margin: 28px 0 0;
}

.hellocoffee-home__card {
  width: calc(562 / 1184 * 100%);
}

.hellocoffee-home__card-link {
  display: flex;
  justify-content: flex-start;
  align-items: stretch;
  gap: 0 calc(20 / 1184 * 100%);
}

.hellocoffee-home__card-img-wrap {
  max-width: calc(240 / 562 * 100%);
  flex: 1 1 100%;
}

.hellocoffee-home__card-img {
  border-radius: 12px;
}

.hellocoffee-home__card-text-wrap {
  position: relative;
  max-width: calc(100% - calc(240 / 562 * 100%));
  flex: 1 1 100%;
}

.hellocoffee-home__card-text {
  display: block;
  color: #00754A;
  line-height: calc(24/16);
  font-size: 16px;
  font-weight: bold;
}

.hellocoffee-home__card-text-tag {
  font-size: 11px;
  display: inline-block;
  margin: 8px 0 0;
}

.hellocoffee-home__card-text-date {
  position: absolute;
  bottom: 0;
  right: 0;
  font-family: "SoDoSans";
  font-size: 11px;
}

.hellocoffee-home__text {
  margin: 28px 0 0;
}

@media print,
screen and (max-width: 1023px) {
  .inner.hellocoffee-home__inner {
    max-width: 100%;
    padding: 0 16px;
  }

  .hellocoffee-home__section:last-of-type {
    margin-bottom: 80px;
  }

  .hellocoffee-home__main-vusual {
    flex-direction: column;
    padding: 0 0 36px;
  }

  .hellocoffee-home__main-vusual_img {
    width: 100%;
  }

  .hellocoffee-home__main-vusual_texts {}

  .hellocoffee-home__h1 {
    font-size: 33px;
    margin: 32px 0 0;
  }

  .hellocoffee-home__main-vusual_text {
    font-size: 14px;
    line-height: calc(23/14);
    margin: 9px 0 0;
  }

  .hellocoffee-home__h2 {
    font-size: 18px;
    line-height: calc(37 / 18);
    margin-top: 60px;
  }

  .hellocoffee-home__section:first-child .hellocoffee-home__h2 {
    margin-top: 26px;
  }

  .hellocoffee-home__section:not(:has(> .hellocoffee-index__more-button-wrap))+.hellocoffee-home__section .hellocoffee-home__h2 {
    margin-top: 88px;
  }

  .hellocoffee-home__cards {
    flex-direction: column;
    gap: 28px 0;
  }

  .hellocoffee-home__card {
    width: 100%;
  }

  .hellocoffee-home__card-link {
    gap: 0 calc(16 / 343 * 100%);
  }

  .hellocoffee-home__card-img-wrap {
    max-width: calc(160 / 343 * 100%);
  }

  .hellocoffee-home__card-img {}

  .hellocoffee-home__card-text-wrap {
    max-width: calc(100% - calc(160 / 343 * 100%));
  }

  .hellocoffee-home__card-text {
    line-height: calc(20/14);
    font-size: 14px;
  }

  .hellocoffee-home__card-text-tag {
    margin: 8px 0 0;
  }

  .hellocoffee-home__card-text-date {}

  .hellocoffee-home__text {}
}


/* ----------------------------------------------------------
index
---------------------------------------------------------- */
.hellocoffee-index__section {}

.hellocoffee-index__section:last-of-type {
  margin-bottom: 100px;
}

.hellocoffee-index__h1 {
  padding: 0 0 0 72.5px;
  line-height: calc(60/36);
  font-size: 36px;
  margin-top: 40px;
  font-weight: bold;
  background-image: url(/hellocoffee/howto/images/index/icon_h1.svg);
  background-repeat: no-repeat;
  background-size: auto 60px;
}

.hellocoffee-index__h1.mod-know {
  background-image: url(/hellocoffee/know/images/index/icon_h1.svg);
  background-size: auto;
  background-position: left 6px top -1px;
}


.hellocoffee-index__nav {
  display: flex;
  margin: 60px 0 0;
  align-items: center;
  justify-content: flex-start;
  position: relative;
}

.hellocoffee-index__nav::after {
  position: absolute;
  left: 0;
  bottom: -8px;
  content: "";
  height: 8px;
  width: 100%;
  background: linear-gradient(rgba(0, 0, 0, 0.05), rgba(0, 0, 0, 0));
}

.hellocoffee-index__nav-inner {}

.hellocoffee-index__nav-item {
  width: auto !important;
}

.hellocoffee-index__nav-item:not(:first-child) {
  padding: 0 0 0 28.5px;
}

.hellocoffee-index__nav-item-link {
  font-size: 14px;
  border-bottom: solid 4px #f2f0ea;
  padding: 0 0 4px;
  display: inline-block;
  vertical-align: middle;
}

.hellocoffee-index__nav-item-link:hover {
  color: #00754a;
  opacity: 1;
}

.hellocoffee-index__nav-item-link.is-current {
  font-size: 15px;
  font-weight: bold;
  border-bottom-color: #00754a;
  vertical-align: baseline;
}

.hellocoffee-index__catch.text_block {
  margin-top: 20px;
  margin-bottom: 40px;
}

.hellocoffee-index__process {
  margin: 40px 0 60px;
}

.hellocoffee-index__process-img {}


.hellocoffee-index__h2 {
  font-size: 27px;
  line-height: calc(40 / 27);
  margin-top: 20px;
  font-weight: bold;
}

.hellocoffee-index__section:has(> h2)+.hellocoffee-index__section:has(> h2) .hellocoffee-index__h2 {
  margin-top: 80px;
}

.hellocoffee-index__cards {
  margin-top: 28px;
}

.hellocoffee-index__card {}

.hellocoffee-index__card+.hellocoffee-index__card {
  margin: 28px 0 0;
}

.hellocoffee-index__card-link {
  display: flex;
  gap: 0 20px;
}

.hellocoffee-index__card-link:hover {
  opacity: 1;
}

.hellocoffee-index__card-img-wrap {
  width: 240px;
}

.hellocoffee-index__card-img {
  width: 100%;
  border-radius: 12px;
  background-color: #fff;
}

.hellocoffee-index__card-text-wrap {
  width: calc(100% - 260px);
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: flex-start;
}

.hellocoffee-index__card-text-tag {
  font-size: 11px;
  margin: 8px 0 0;
  line-height: calc(15.9/11);
}

.hellocoffee-index__card-text {
  font-size: 16px;
  color: #00754a;
  line-height: calc(24/16);
}

.hellocoffee-index__more-button-wrap {
  max-width: 100px;
}

.hellocoffee-home__cards+.hellocoffee-index__more-button-wrap {
  margin: 48px auto 0;
}

.hellocoffee-home__text+.hellocoffee-index__more-button-wrap {
  margin: 60px auto 0;
}

.hellocoffee-index__more-button {}

@media print,
screen and (max-width: 1023px) {
  .hellocoffee-index__section {}

  .hellocoffee-index__section:last-of-type {
    margin-bottom: 80px;
  }

  .hellocoffee-index__h1 {
    padding: 0px 0 0 72.5px;
    line-height: calc(42/28);
    font-size: 28px;
    margin-top: 24px;
    background-position: left center;
  }

  .hellocoffee-index__h1.mod-know {
    background-size: auto;
    background-position: left 6px top 11px;
  }

  .hellocoffee-index__nav {
    margin: 28px 0 0;
  }

  .hellocoffee-index__nav::after {
    bottom: -8px;
    left: 50%;
    transform: translate(-50%, 0px);
    width: 100vw;
  }

  .hellocoffee-index__nav-inner {}

  .hellocoffee-index__nav-item {
    /* width: auto; */
  }

  .hellocoffee-index__nav-item:not(:first-child) {}

  .hellocoffee-index__nav-item-link {}

  .hellocoffee-index__nav-item-link.is-current {}

  .hellocoffee-index__catch.text_block {
    margin-top: 20px;
    margin-bottom: 40px;
  }

  .hellocoffee-index__process {
    margin: 40px 0;
    text-align: center;
  }

  .hellocoffee-index__process-img {}

  .hellocoffee-index__h2 {
    font-size: 24px;
    line-height: calc(37 / 24);
  }

  .hellocoffee-index__section:has(> h2)+.hellocoffee-index__section:has(> h2) .hellocoffee-index__h2 {
    margin-top: 60px;
  }

  .hellocoffee-index__cards {}

  .hellocoffee-index__card {}

  .hellocoffee-index__card+.hellocoffee-index__card {
    margin: 28px 0 0;
  }

  .hellocoffee-index__card-link {
    gap: 0 15px;
  }

  .hellocoffee-index__card-img-wrap {
    width: 46.9387755%;
  }

  .hellocoffee-index__card-img {}

  .hellocoffee-index__card-text-wrap {
    width: 48.6880466%;
  }

  .hellocoffee-index__card-text-tag {
  line-height: calc(15.9/11);
  }

  .hellocoffee-index__card-text {
    font-size: 14px;
    line-height: calc(20/14);
  }

  .hellocoffee-index__more-button-wrap {
    max-width: 100px;
    margin: 28px auto 0;
  }

  .hellocoffee-home__cards+.hellocoffee-index__more-button-wrap {
    margin: 28px auto 0;
  }

  .hellocoffee-home__text+.hellocoffee-index__more-button-wrap {
    margin: 40px auto 0;
  }

  .hellocoffee-index__more-button {}
}
