.mv {
  background: url(https://img08.shop-pro.jp/PA01208/511/etc/mv_bg.jpg) no-repeat;
  background-size: cover;
  position: relative;
  height: 600px;
}
.mv-content {
  margin: 0 auto;
  padding: 100px 0;
  width: 640px;
  display: block;
  text-align: center;
}
#mv-catch {
  display: block;
}
#mv-logo {
  width: 120px;
  position: relative;
  top: 0;
}
.mv-content img {
  margin: 0 auto 2.4em auto;
  display: block;
}
.mv-btns {
  display: block;
}
.mv-btns li {
  display: inline-block;
  margin: 0 .6em;
}
.mv-btn {
  border-radius: 0;
  background: none;
  border: 2px solid #fff;
  color :#fff;
  font-size: 1.2em;
  padding: 1em 1.6em;
  width: 180px;
}
.mv-btn:hover {
  border-radius: 0;
  background: #fff;
  color: #000;
}
.mv-right {
  display: block;
}
.mv-postage {
  position: absolute;
  right: 5%;
  top: 15%;
}
@media (max-width: 1200px) {
  .mv-postage {
    right: 2%;
    top: 5%;
  }
  .mv-shipping {
    right: 2%;
    top: 50%;
  }
}  
@media (max-width: 768px) {
  .mv-content {
    box-sizing: border-box;
    padding: 40px 12px;
    width: 100%;
  }
  .mv-content img {
    max-width: 100%;
  }
  .mv-btns {
    margin: 0;
  }
  .mv-btn {
    max-width: 100%;
    margin-bottom: 1em;
    font-size: 1em;
    padding: .6em 1.6em;
  }
}
  
/* 20240515 add */
.cmn-title {
  position: relative;
}
.cmn-title-img-pc {
  display: block;
  width: 100%;
}
.cmn-title-img-sp {
  display: none;
}
.cmn-title-text {
  color: #ffffff;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  text-align: center;
  display: inline-block;
  padding: 5px 0px;
  white-space: nowrap;
}
.cmn-title-text-en {
  font-size: 10px;
  display: block;
}
.cmn-title-text-ja {
  position: relative;
  font-size: 18px;
  letter-spacing: 1px;
}
.cmn-title-text-ja::after {
  content: '';
  display: block;
  height: 5px;
  background: #c8c6bc;
  width: 70%;
  position: absolute;
  bottom: -8px;
  left: 50%;
  transform: translateX(-50%);
}
@media(max-width:768px) {
  .cmn-title-img-pc {
    display: none;
  }
  .cmn-title-img-sp {
    display: block;
    width: 100%;
  }
  .cmn-title-text {
    padding: 5px 0px;
  }
  .cmn-title-text-en {
    font-size: 11px;
    display: block;
  }
  .cmn-title-text-ja {
    font-size: 20px;
    letter-spacing: 1px;
  }
  .cmn-title-text-ja::after {
    content: '';
    height: 7px;
  }
}

/* 20240523 add */
.home__ranking .item-box img{
  width: 100%;
  height: auto;
}

/*--20240718 追加 トップページにお客様の声掲載--*/
.customerVoice {
  margin-bottom: 40px;
}
.customerVoice-title {
  background: #50403c;
  text-align: center;
  color: #fff;
  font-size: 28px;
  padding: 16.8px 0;
}
.customerVoice-list {
  display: flex;
  flex-direction: column;
  row-gap: 14px;
  margin: 0;
}
.customerVoice-list-item {
  display: flex;
  border-bottom: 1px solid #000;
  padding-bottom: 14px;
}
.customerVoice-list-item:last-child {
  border-bottom: none;
}
.customerVoice-img {
  width: 25%;
  margin-right: 14px;
}
.customerVoice-img img {
  max-width: 100%;
  height: auto; 
}
.customerVoice-content {
  width: calc(75% - 14px);
}
.customerVoice-itemName {
  font-size: 20px;
  font-weight: bold;
  margin: 0;
}
.customerVoice-rate {
  color: #f8d121;
  font-size: 30px;
  margin: 0;
}
.customerVoice-rate {
  margin: 0;
}
.more-btn {
  color: #fff;
  background: #887a6f;
  padding: .6em 2.4em;
  font-size: 1.2em;
  font-weight: bold;
  display: block;
  max-width: 220px;
  margin: 1em auto;
}

/* 20250107 お客様の声リンク追加 start */
.customerVoice-list-link {
  border-bottom: 1px solid #000;
}
.customerVoice-list-link:last-of-type{
  border-bottom: none;
}
.customerVoice-list-link:hover {
  text-decoration: none;
  opacity: 0.7;
}
/* 20250107 お客様の声リンク追加 end */

/*--20240718 追加 FAQコンテンツの設定--*/
.faq-content dt {
  display: block;
  border-bottom: #666 1px solid;
  margin-bottom: .6em;
  padding: .6em;
  border: 1px solid #ccc;
  cursor: pointer;
  position: relative;
  font-size: 1.2em;
}
.faq-active {
  background: #f9f8e7;
}
.faq-content dd {
  display: none;
  margin-bottom: 1.6em;
  padding: .6em;
  font-size: 1.1em;
}

/*--20250120 追加 会社の強み、特徴の記載--*/
.reason-title {
  background: #50403c;
  text-align: center;
  color: #fff;
  font-size: 28px;
  padding: 16.8px 0;
  margin-top: 40px;
}
.reason-area .reason-content {
  background: #efe7bf;
  margin-bottom: 1em;
  padding: 1.2em .8em;
}
.reason-area .reason-content h4,
.reason-area .reason-content .reason-item-heading {
  color: #67000c;
  font-size: 16px;
  margin: 0 0 .8em 0;
}
.reason-area .reason-content h4 span,
.reason-area .reason-content .reason-item-heading span {
  padding-left: 10px;
  font-size: 11px;
}
.reason-area .reason-content h4 span.reason-subheading,
.reason-area .reason-content .reason-item-heading span.reason-subheading {
  font-size: 7px;
  background: #67150a;
  padding: .4em .8em;
  margin-right: 1em;
  color: #fff;
  border-radius: 16px;
  font-weight: normal;
}
.reason-area .reason-content h4 span.reason-lead,
.reason-area .reason-content .reason-item-heading span.reason-lead {
  font-size: 16px;
  padding-left: 20px;
}
.reason-area .reason-inner {
  background: #fff;
  color: #000;
  padding: 1.2em;
}
.reason-area .reason-inner img {
  margin: 0 auto;
  display: block;
}
.reason-area .reason-img {
  width: 25%;
}
.reason-area .col-lg-8 {
  width: 75%;
}

@media (max-width: 768px) {
  .reason-area .reason-content h4,
  .reason-area .reason-content .reason-item-heading {
    text-align: center;
  }
  .reason-area .reason-content h4 span.reason-subheading,
  .reason-area .reason-content .reason-item-heading span.reason-subheading {
    display: block;
    margin: 0 auto;
    width: 120px;
    margin-bottom: .2em;
  }
  .reason-area .reason-content h4 span.reason-lead,
  .reason-area .reason-content .reason-item-heading span.reason-lead {
    padding-left: 0;
  }
  .reason-area .reason-content img {
    margin-bottom: .8em;
  }
  .reason-area .reason-img {
    width: 100%;
  }
  .reason-area .col-lg-8 {
    width: 100%;
  }
}
@media (min-width: 769px) {
  .pc-hidden {
    display: none;
  }
}

/* 20250618 追加 目的からコーヒーを探す */
.categoryList {
  margin-bottom: 40px;
}
.categoryList-title {
  background: #50403c;
  text-align: center;
  color: #fff;
  font-size: 28px;
  padding: 16.8px 0;
}
.categoryList-list {
  display: flex;
  justify-content: space-around;
  margin: 0;
  list-style: none;
  flex-wrap: wrap;
}
.categoryList-list li {
  width: 30%;
  position: relative;
  margin-bottom: 20px;
}
.categoryList-list li .img {
  width: 100%;

}
.categoryList-list li .img img {
  width: 100%;
  aspect-ratio: 3/2;
  object-fit: cover;
}
.categoryList-list li .txt {
  position: absolute;
  bottom: 0;
  width: 100%;
}
.categoryList-list li .txt p {
  color: #fff;
  text-align: center;
  font-weight: bold;
  margin-bottom: 0;
  padding: 5px;
  background-color: rgba(20, 20, 20, 0.5);
}
@media (max-width: 768px) {
  .categoryList-list li {
    width: 45%;
  }
}