<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@charset "UTF-8";

html {
  height: auto;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  font-weight: 500;
}
sup {
  font-size: 0.75em;
  vertical-align: super;
}

#base {
  width: 100%;
}

div#cont {
  margin: 0;
  color: #333;
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-size: 15px;
  font-weight: 500;
  line-height: 2;
}

.l_wrap_inr {
  width: 1000px;
  margin: auto;
}

@media (max-width: 768px) {
  .l_wrap {
    width: 100vw;
    margin: 0 calc(50% - 50vw);
  }

  .l_wrap_inr {
    width: 90%;
  }
}

/* Utility
--------------------------------------------------------- */
.u_hide {
  display: none;
}

@media screen and (max-width: 768px) {
  .u_resMdHide {
    display: none;
  }

  .u_resMdBlock {
    display: block;
  }

  .u_resMdInline {
    display: Inline;
  }

  .u_resMdFlex {
    display: flex;
  }
}

@media screen and (max-width: 599px) {
  .u_resSmHide {
    display: none;
  }

  .u_resSmBlock {
    display: block;
  }

  .u_resSmInline {
    display: Inline;
  }
}

/* Common
--------------------------------------------------------- */
/* Title */
.m_sec_ttl {
  color: #9c7f2a;
  font-size: 34px;
  font-weight: 700;
  line-height: 1.5;
}
.m_sec_ttl__circle {
  position: relative;
  padding-left: 1em;
  font-size: 20px;
  font-weight: 500;
  line-height: 1.4;
}
.m_sec_ttl__circle::before {
  content: "";
  position: absolute;
  display: block;
  width: 6px;
  height: 6px;
  top: 0.6em;
  left: 0;
  background-color: #333;
  border-radius: 50%;
}

@media (max-width: 768px) {
  .m_sec_ttl {
    font-size: 28px;
  }
  .m_sec_ttl__circle {
    font-size: 18px;
  }
  .m_sec_ttl__circle::before {
    top: 0.55em;
  }
}

/* Image */
.m_img {
  display: block;
  line-height: 0;
}
.m_img img {
  width: 100%;
  max-width: 100%;
  height: auto;
}

.m_bnr a {
  transition: opacity 0.3s;
}
@media (any-hover: hover) {
  .m_bnr a:hover {
    opacity: 0.6;
  }
}

/* リンク */
.m_link{}
.m_link_target{
  position: relative;
  display: block;
  width: fit-content;
  padding-left: 16px;
  color: #9c7f2a;
  text-decoration: underline;
}
.m_link_target::before{
  content: "";
  position: absolute;
  left: 0;
  top: calc((1lh - 1em) / 2 + 4px);
  display: block;
  width: 6px;
  height: 6px;
  border-top: 2px solid;
  border-right: 2px solid;
  transform: rotate(45deg);
}

/* 読み物へのリンク */
.m_contentsLink{}
.m_contentsLink_ttl {
  position: relative;
  padding-left: 1em;
  color: #9c7f2a;
  font-size: 20px;
  line-height: 1.4;
}
.m_contentsLink_ttl::before {
  content: "";
  position: absolute;
  display: block;
  width: 6px;
  height: 6px;
  top: 0.6em;
  left: 0;
  background-color: #9c7f2a;
  border-radius: 50%;
}
.m_contentsLink_subTtl{
  margin-bottom: 16px;
  font-weight: bold;
  font-size: 16px;
}
.m_contentsLink_body{
  display: flex;
  margin: -15px -50px;
}
.m_contentsLink_cont{
  flex: 1 1 auto;
  padding: 15px 50px;
}
.m_contentsLink_img{
  flex: 0 0 326px;
  padding: 15px 50px;
  text-align: center;
}
.m_contentsLink_img img{
  max-width: 100%;
  height: auto;
}
.m_contentsLink_msg + .m_contentsLink_msg{
  margin-top: 1em;
} 
@media screen and (max-width: 768px){
  .m_contentsLink_body{
    display: block;
  }
}

/* Lead
--------------------------------------------------------- */
.m_top_lead {
  position: relative;
  padding-top: 100px;
}
.m_top_lead::before {
  content: "";
  position: absolute;
  display: block;
  width: 1320px;
  height: 100%;
  top: 0;
  left: 50%;
  translate: -50% 0;
  background-image: url(/resource/img/buppan/top/bg_read.svg);
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 100% auto;
  z-index: -1;
}
.m_top_lead_txt {
  font-size: 20px;
  line-height: 2;
  text-align: center;
}
.m_top_lead_bnr {
  margin-top: 60px;
}
.m_top_lead_bnr a {
  display: block;
  transition: opacity 0.3s;
}
@media (any-hover: hover) {
  .m_top_lead_bnr a:hover {
    opacity: 0.6;
  }
}
@media (max-width: 768px) {
  .m_top_lead {
    padding-top: 60px;
  }
  .m_top_lead::before {
    width: 100%;
  }
  .m_top_lead_txt {
    font-size: 18px;
    -moz-text-align-last: left;
         text-align-last: left;
  }
  .m_top_lead_bnr {
    margin-top: 40px;
  }
}
/* News
--------------------------------------------------------- */
.m_top_news_cont {
  padding-top: 60px;
}
.m_top_news {
 background-color:#FFFAF4;
 padding: 20px;
 border-radius: 20px;
 border: 2px solid #9B7F2B;
}
.m_top_news__ttl {
  color: #9c7f2a;
  text-align: center;
  font-weight: 600;
  font-size: 18px;
}
.m_top_news__txt {
  text-align: center;
  font-size: 16px;
}
.m_top_news__pc {
  display: block;
}
@media (max-width: 768px) {
.m_top_news_cont {
  padding-bottom: 0;
}
.m_top_news__ttl {
  font-size: 16px;
}
.m_top_news__txt {
  text-align: left;
  font-size: 14px;
}
.m_top_news__pc {
  display: none;
}
}
/* Brand
--------------------------------------------------------- */
.m_top_brand {
  position: relative;
  margin-top: 100px;
}
.m_top_brand_sec {
  position: sticky;
  background-color: #f5eddc;
  background-image: url(/resource/img/buppan/top/bg_brown.svg);
  background-size: 100% auto;
  background-position: center center;
  background-repeat: no-repeat;
}
.m_top_brand_sec_inr {
  display: flex;
  min-height: 100vh;
  width: 1320px;
  margin-inline: auto;
}
.m_top_brand_img {
  position: sticky;
  top: 0;
  width: 53.4%;
  height: 100vh;
}
.m_top_brand_img__main {
  position: absolute;
  width: 100%;
  height: auto;
  top: 50%;
  left: 6%;
  translate: 0 -50%;
  margin: auto;
}
.m_top_brand_img__float img {
  position: absolute;
}

.m_top_brand_cont {
  position: relative;
  width: 34.5%;
  margin-left: auto;
  margin-right: 12%;
  padding-top: 100px;
  padding-bottom: 100px;
}
.m_top_brand_cont_itm {
  padding: 40px;
  border-radius: 20px;
  background-color: #fff;
}
.m_top_brand_cont_itm + .m_top_brand_cont_itm {
  margin-top: 50px;
}
.m_top_brand_cont_itm_head {
  display: flex;
  align-items: baseline;
  gap: 20px;
  color: #9c7f2a;
}
.m_top_brand_cont_itm_ttl {
  font-size: 34px;
  line-height: 1.5;
}
.m_top_brand_cont_itm_subTtl {
  font-size: 20px;
}
.m_top_brand_cont_itm_place::before {
  content: "\f3c5";
  color: #9c7f2a;
  margin-right: 5px;
  font-family: 'Font Awesome 5 Free';
  font-weight: bold;
}
.m_top_brand_cont_itm_txt {
  margin-top: 30px;
  padding-top: 30px;
  border-top: 5px dotted #9c7f2a;
}

.m_top_brand_products_ttl {
  position: relative;
  padding-left: 1em;
  color: #9c7f2a;
  font-size: 20px;
  line-height: 1.4;
}
.m_top_brand_products_ttl::before {
  content: "";
  position: absolute;
  display: block;
  width: 6px;
  height: 6px;
  top: 0.6em;
  left: 0;
  background-color: #9c7f2a;
  border-radius: 50%;
}
.m_top_brand_products {
  margin-top: 40px;
}
.m_top_brand_products_itm + .m_top_brand_products_itm {
  margin-top: 30px;
}
.m_top_brand_products_itm_link {
  display: flex;
  align-items: start;
  gap: 20px;
  color: #333;
  transition: color 0.3s;
}
.m_top_brand_products_itm_img {
  flex-shrink: 0;
  max-width: 170px;
  border-radius: 10px;
  overflow: hidden;
}
.m_top_brand_products_itm_img img {
  transition: -webkit-transform 0.3s;
  transition: transform 0.3s;
  transition: transform 0.3s, -webkit-transform 0.3s;
}
.m_top_brand_products_itm_cont {
  width: 100%;
}
.m_top_brand_products_itm_ttl {
  font-size: 14px;
}
.m_top_brand_products_itm_price {
  margin-top: 15px;
  font-size: 14px;
  font-weight: 700;
  text-align: right;
}
.m_top_brand_products_itm_price__num {
  font-size: 20px;
  line-height: 1.2;
}

.m_top_brand_nav {
  position: sticky;
  width: 200px;
  margin-left: auto;
  right: 0;
  bottom: 0;
  opacity: 0;
  visibility: hidden;
  transition: opacity 0.3s;
}
.m_top_brand_btns {
  position: absolute;
  bottom: 0;
  padding-top: 100px;
  padding-bottom: 30px;
}
.m_top_brand_btn a {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 120px;
  height: 120px;
  color: #fff;
  font-size: 13px;
  font-weight: 700;
  text-align: center;
  line-height: 1.55;
  border-radius: 50%;
  border: 2px solid #31260f;
  background-color: #31260f;
  transition: background-color .3s, color .3s;
}
.m_top_brand_btn:nth-child(1) a {
  margin-bottom: 20px;
  background-color: #9c7f2a;
  border: 2px solid #9c7f2a;
}

.m_top_brand_sec.js_active .m_top_brand_nav {
  opacity: 1;
  visibility: visible;
}

/* Green */
.m_top_brand_sec:nth-child(even) {
  background-color: #e9f4f2;
  background-image: url(/resource/img/buppan/top/bg_green.svg);
}
.m_top_brand_sec:nth-child(even) .m_top_brand_sec_inr {
  flex-direction: row-reverse;
}
.m_top_brand_sec:nth-child(even) .m_top_brand_cont {
  margin-left: 12%;
  margin-right: auto;
}
.m_top_brand_sec:nth-child(even) .m_top_brand_img__main {
  left: auto;
  right: 6%;
}

.m_top_brand_sec:nth-child(even) .m_top_brand_cont_itm_head {
  color: #5a7e37;
}
.m_top_brand_sec:nth-child(even) .m_top_brand_cont_itm_place::before {
  color: #5a7e37;
}
.m_top_brand_sec:nth-child(even) .m_top_brand_cont_itm_txt {
  border-top: 5px dotted #c4d7c7;
}

.m_top_brand_sec:nth-child(even) .m_top_brand_products_ttl {
  color: #5a7e37;
}
.m_top_brand_sec:nth-child(even) .m_top_brand_products_ttl::before {
  background-color: #5a7e37;
}
.m_top_brand_sec:nth-child(even) .m_top_brand_btn:nth-child(1) a {
  border: 2px solid #5a7e37;
  background-color: #5a7e37;
}

/* Shiinokikai */
.m_top_brand_sec__shiinoki .m_top_brand_img__float img:nth-child(1) {
  width: 34%;
  left: 10%;
  bottom: 10%;
}
.m_top_brand_sec__shiinoki .m_top_brand_img__float img:nth-child(2) {
  width: 20%;
  left: 1%;
  bottom: 28%;
}

/* Ennokikai */
.m_top_brand_sec__ennoki .m_top_brand_img__float img:nth-child(1) {
  width: 18%;
  top: 13%;
  left: 2%;
}
.m_top_brand_sec__ennoki .m_top_brand_img__float img:nth-child(2) {
  width: 32%;
  top: 12%;
  left: 17%;
  rotate: -30deg;
}

/* Chocolabo */
.m_top_brand_sec__chocolabo .m_top_brand_img__float img {
  width: 38%;
  right: 0;
  top: 5%;
}

/* Social Good Roasters */
.m_top_brand_sec__sgr .m_top_brand_img__float img {
  width: 30%;
  left: 0;
  top: 5%;
}

@media (any-hover: hover) {
  .m_top_brand_products_itm_link:hover {
    color: #9c7f2a;
  }
  .m_top_brand_products_itm_link:hover .m_top_brand_products_itm_img img {
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
  }
  .m_top_brand_sec:nth-child(even) .m_top_brand_products_itm_link:hover {
    color: #5a7e37;
  }

  .m_top_brand_btn a:hover {
    color: #31260f;
    background-color: #fff;
  }
  .m_top_brand_btn:nth-child(1) a:hover {
    color: #9c7f2a;
  }
  .m_top_brand_sec:nth-child(even) .m_top_brand_btn:nth-child(1) a:hover {
    color: #5a7e37;
    background-color: #fff;
  }
}

@media (max-width: 768px) {
  .m_top_brand {
    margin-top: 80px;
  }
  .m_top_brand_sec {
    position: sticky;
    padding-top: 80px;
  }
  .m_top_brand_sec_inr {
    display: flex;
    flex-direction: column;
    width: 100%;
  }
  .m_top_brand_img {
    position: relative;
    width: 100%;
    height: auto;
  }
  .m_top_brand_img__main {
    position: static;
    width: 100% !important;
    height: 100% !important;
    top: 50%;
    left: 0;
    translate: 0 0;
    aspect-ratio: 4 / 3;
  }
  .m_top_brand_img__main &gt; * {
    width: 100% !important;
    height: auto !important;
  }

  .m_top_brand_cont {
    width: 90%;
    margin-right: auto;
    padding-top: 40px;
    padding-bottom: 80px;
  }
  .m_top_brand_cont_itm {
    padding: 30px 20px;
  }
  .m_top_brand_cont_itm + .m_top_brand_cont_itm {
    margin-top: 30px;
  }
  .m_top_brand_cont_itm_ttl {
    font-size: 28px;
  }
  .m_top_brand_cont_itm_subTtl {
    font-size: 18px;
  }
  .m_top_brand_cont_itm_txt {
    margin-top: 20px;
    padding-top: 20px;
  }

  .m_top_brand_products_ttl {
    font-size: 18px;
  }
  .m_top_brand_products {
    margin-top: 20px;
  }
  .m_top_brand_products_itm + .m_top_brand_products_itm {
    margin-top: 20px;
  }
  .m_top_brand_products_itm_img {
    width: 40%;
    max-width: 150px;
  }
  .m_top_brand_products_itm_ttl {
    font-size: 14px;
  }
  .m_top_brand_products_itm_price {
    margin-top: 15px;
    font-size: 14px;
    font-weight: 700;
    text-align: right;
  }
  .m_top_brand_products_itm_price__num {
    font-size: 20px;
    line-height: 1.2;
  }

  .m_top_brand_nav {
    position: sticky;
    width: 100px;
    padding-bottom: 20px;
  }
  .m_top_brand_btn a {
    width: 80px;
    height: 80px;
    font-size: 10px;
  }
  .m_top_brand_btn:nth-child(1) a {
    margin-bottom: 10px;
  }

  /* Green */
  .m_top_brand_sec:nth-child(even) .m_top_brand_sec_inr {
    flex-direction: column;
  }
  .m_top_brand_sec:nth-child(even) .m_top_brand_cont {
    margin-left: auto;
  }
  .m_top_brand_sec:nth-child(even) .m_top_brand_img__main {
    left: auto;
    right: 0;
  }

  /* Shiinokikai */
  .m_top_brand_sec__shiinoki .m_top_brand_img__float img:nth-child(1) {
    width: 34%;
    left: 10%;
    bottom: -5%;
  }
  .m_top_brand_sec__shiinoki .m_top_brand_img__float img:nth-child(2) {
    width: 16%;
    left: 1%;
    bottom: 22%;
  }

  /* Ennokikai */
  .m_top_brand_sec__ennoki .m_top_brand_img__float img:nth-child(1) {
    width: 15%;
    top: 0;
    left: 2%;
    right: auto;
  }
  .m_top_brand_sec__ennoki .m_top_brand_img__float img:nth-child(2) {
    width: 28%;
    top: -5%;
    left: 15%;
    right: auto;
  }

  /* Chocolabo */
  .m_top_brand_sec__chocolabo .m_top_brand_img__float img {
    width: 38%;
    right: 2%;
    top: -10%;
  }

  /* Social Good Roasters */
  .m_top_brand_sec__sgr .m_top_brand_img__float img {
    width: 25%;
    left: 2%;
    top: -10%;
  }
}

/* CSR
--------------------------------------------------------- */
.m_top_csr {
  padding-top: 100px;
  padding-bottom: 120px;
}
.m_top_csr_sdgs_itm {
  display: flex;
  align-items: center;
  gap: 30px;
}
.m_top_csr_sdgs_itm + .m_top_csr_sdgs_itm {
  margin-top: 20px;
}
.m_top_csr_sdgs_itm_img {
  width: 100%;
  max-width: 97px;
  flex-shrink: 0;
}

@media (max-width: 768px) {
  .m_top_csr {
    padding-top: 80px;
    padding-bottom: 100px;
  }
  .m_top_csr_sdgs_itm {
    align-items: start;
    gap: 20px;
  }
  .m_top_csr_sdgs_itm + .m_top_csr_sdgs_itm {
    margin-top: 30px;
  }
  .m_top_csr_sdgs_itm_img {
    width: 25%;
  }
  .m_top_csr_sdgs_itm_txt {
    font-size: 14px;
    line-height: 1.5;
  }
}

/* utility */
.u_taC{
  text-align: center;
}</pre></body></html>