@charset "UTF-8";
/*--------------------------------------------------
 Font
-------------------------------------------------*/
@import url("https://fonts.googleapis.com/css2?family=M+PLUS+Rounded+1c:wght@400;500;800;900&family=Oxygen:wght@700&display=swap");
/*文字シャギーを解消*/
a, p, small, h1, h2, h3, h4, h5, h6, li, ol, dl, label, select, button, span, table, .no-shaggy {
  transform: rotate(0.03deg);
}

/*--------------------------------------------------
 Base
-------------------------------------------------*/
#colombia2024 {
  font-family: "M PLUS Rounded 1c", sans-serif;
  font-size: 1rem;
  width: 100%;
  color: #42210b;
}
#colombia2024 p {
  line-height: 1.2;
  transform: rotate(0.03deg);
  margin-bottom: 5px;
}

h1 {
  margin: 0;
  padding: 0;
}
hr {
  margin-top: 0.5rem;
  margin-bottom: 0.5rem;
}

/*--------------------------------------------------
 *bootstrap上書き*
-------------------------------------------------*/
.btn-gentei .btn-outline-dark {
  transition: 0ms;
}
.btn-gentei .btn-outline-dark:hover {
  color: #343a40;
  border-color: #343a40;
  background-color: #fff;
  opacity: 0.8;
}
@media screen and (max-width: 1200px) {
  .btn-gentei .btn-outline-dark h4 {
    font-size: clamp(1.125rem, 1.065rem + 0.3vw, 1.2rem);
  }
}
@media screen and (max-width: 576px) {
  .btn-gentei .btn-outline-dark h5 {
    font-size: 1rem;
  }
  .btn-gentei .btn-outline-dark h4 {
    font-size: clamp(1rem, 0.844rem + 0.78vw, 1.125rem);
  }
  .btn-gentei .btn-outline-dark .btn-gentei--img {
    margin: auto;
  }
}
@media screen and (max-width: 768px) {
  .p-md-2 {
    padding: .5rem!important;
  }
  .p-md-1 {
    padding: .25rem!important;
  }
  .mt-md-1 {
    margin-top: .25rem!important;
  }
  .mt-md-3 {
    margin-top: 1rem!important;
  }
  .mb-md-3 {
    margin-bottom: 1rem!important;
  }
  .pl-md-0 {
    padding-left: 0 !important;
  }
  .px-md-0 {
    padding-right: 0 !important;
  }

}


/*--------------------------------------------------
 *共通設定*
-------------------------------------------------*/
.content-1200 {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 0.8rem;
  position: relative;
}
@media screen and (max-width: 991px) {
  .content-1200 {
    padding: 0;
  }
}

.content-991 {
  max-width: 991px;
  margin: 0 auto;
  position: relative;
}
@media screen and (max-width: 1200px) {
  .content-991 {
    padding: 0 0.8rem;
  }
}
@media screen and (max-width: 768px) {
  .content-991 {
    padding: 0;
  }
}

.bg-white-area {
  background-color: #fff;
  border-radius: 15px;
    position: relative;
    padding: 24px;
    margin-left: 20px;
    margin-right: 20px;
    z-index: 2;
    margin-bottom: 40px;
    padding-top: 15px !important;
}
@media screen and (max-width: 1200px) {
  .bg-white-area {
      /* margin: 0 1rem; */
  }
}
@media screen and (max-width: 768px) {
  .bg-white-area {
    border-radius: 7px;
  }
}

@media screen and (max-width: 576px) {
  .bg-white-area {
    padding: 10px 12px 15px !important;
    margin-left: 9px;
    margin-right: 9px;
    margin-bottom: 0px;
  }
}

.bg-brown {
  background-color: #a76f49;
}

.bg-brown--dark {
  background-color: #603813;
}

.bg-red {
  background-color: #ff0000;
}

.bg-pink {
  background-color: #ff6d7e;
}

.bg-orange {
  background-color: #f98207 !important;
}

.bg-orange--dark {
  background-color: #ff5b2c;
}

.bg-tomato--dark {
  background-color: #ff5b2c;
}

.bg-green {
  background-color: #6b8d23;
}

.bg-deepgreen {
  background-color: #53a333;
}

.bg-gold {
  background-color: #D1A526;
}

.bg-purple {
  background-color: #D074BE;
}

.bg-cafesuppli {
  background-color: #3399FF;
}

.bg-assam {
  background-color: #e83828;
}

.bg-nihoncha {
  background-color: #00913a;
}

.bg-bikokusai {
  background-color: #86B641;
}

.bg-decaffeinated {
  background-color: #ff9696;
}

.red {
  color: #f20400;
}

.red-right {
  color: #ff0000;
}

.text-pink {
  color: #ff6d7e;
}

.text-blown {
  color: #a76f49;
}

.text-orange {
  color: #f98207;
}

.text-orange--dark {
  color: #ff5b2c;
}

.text-green {
  color: #6b8d23;
}

.text-deepgreen {
  color: #53a333;
}

.text-blown-right {
  color: #a66f49;
}

.text-tomato--dark {
  color: #ff5b2c;
}

.text-gold {
  color: #D1A526;
}

.text-purple {
  color: #D074BE;
}

.text-greenblue {
  color: #3399FF;
}

.text-deep-pink {
  color: #ff4d6f;
}

.text-yellow {
  color: #fff033;
}

.text-bubble-suppli {
  color: #e83828;
}

.text-goods {
  color: #42210b;
}

.text--01 {
  color: #2659EA;
}

.text--02 {
  color: #609311;
}

.text-narrow {
  transform: scaleX(0.8);
  display: inline-block;
  white-space: nowrap;
  letter-spacing: -0.2rem;
}

.border-2 {
  border-width: 2px !important;
}

.border-3 {
  border-width: 3px !important;
}

.border-5 {
  border-width: 10px !important;
}

.border-blown {
  border-color: #42210b !important;
}

.border-grey {
  border-color: #acbbc3 !important;
}

.border-brown--light {
  border-color: #a66f49 !important;
}

.border-brown--dark {
  border-color: #603813 !important;
}

.border-bg-tomato--dark {
  border-color: #ff5b2c !important;
}

.border-green {
  border-color: #6b8d23 !important;
}

.border-deepgreen {
  border-color: #53a333 !important;
}

.border-monthly {
  border-color: #ff7900 !important;
}

.border-orange {
  border-color: #f98207 !important;
}

.border-cafesuppli {
  border-color: #3399FF !important;
}

.border-nihoncha {
  border-color: #00913a !important;
}

.border-bikokusai {
  border-color: #86B641 !important;
}

.border-decaffeinated {
  border-color: #ff9696 !important;
}

.border-goods {
  border-color: #42210b !important;
}

.fw-900 {
  font-weight: 900;
}

.fw-700 {
  font-weight: 700;
}

.fw-500 {
  font-weight: 500;
}

.font-sise2 {
  font-size: 2rem;
}
@media all and (max-width: 991px) {
  .font-sise2 {
    font-size: 3rem;
  }
}
@media all and (max-width: 768px) {
  .font-sise2 {
    font-size: 2.5rem;
  }
}
@media all and (max-width: 576px) {
  .font-sise2 {
    font-size: 2rem;
  }
}

@media all and (max-width: 450px) {
  .small-2 {
    font-size: 1.4rem;
  }
}

.fs-sm {
  font-size: 1rem;
}

.lh-1 {
  line-height: 1rem !important;
}

.ul-yellow {
  background: linear-gradient(transparent 50%, #efe300 50%);
}

.badge-red {
  background-color: #ff0000;
  color: #fff;
  font-size: 1.2rem;
  font-weight: 500;
  margin-left: 0.5rem;
}
@media all and (max-width: 1200px) {
  .badge-red {
    font-size: 1rem;
  }
}
@media all and (max-width: 768px) {
  .badge-red {
    font-size: 0.8rem;
  }
}
.badge-nm {
  font-size: 1.6rem;
}
@media all and (max-width: 1200px) {
  .badge-nm {
    font-size: 1.4rem;
  }
}
@media all and (max-width: 768px) {
  .badge-nm {
    font-size: 1.2rem;
  }
}

/* 画像 hover:半透明 ＿＿＿＿＿＿＿＿＿＿＿*/
.tra:hover {
  opacity: 0.7;
  filter: alpha(opacity=70);
  transition: all 0.3s ease;
}

/*--------------------------------------------------
  mixin
-------------------------------------------------*/
/*--------------------------------------------------
  mainvisual
-------------------------------------------------*/

#mainvisual {
  max-height: 703px;
  margin-bottom: 60px;
  padding: 66px 0;
  background: url(cbc2024_img/mv-backimg-pc.jpg) no-repeat top center;
}
#mainvisual:before {
  content: '';
  display: block;
  position: absolute;
  top: 0;
  width: 100%;
  height: 27px;
  z-index: 1;
}
#mainvisual:after {
  content: '';
  display: block;
  position: absolute;
  bottom: -70px;
  background: url(cbc2026_img/mv-bottom-duration-2602.png) center no-repeat #40210d;
  width: 100%;
  height: 70px;
}
@media all and (max-width: 1680px) {
  #mainvisual {
    margin-bottom: 50px;
  }
  #mainvisual:before {
    background-size: 8%;
    /* top: -1%; */
  }
  #mainvisual:after {
    bottom: -50px;
    height: 50px;
    background-size: 16%;
  }
}
@media all and (max-width: 991px) {
  #mainvisual {
    max-height: 1143px;
    margin-bottom: 0px;
    padding: 16% 0px 29%;
    background: url(cbc2026_img/mv-backimg-sp-2602.jpg) no-repeat top center;
    background-size: 100% auto;
    background-color: #40210d;
    margin-bottom: 0;
  }
  #mainvisual:before {
    background-size: 16%;
  }
  #mainvisual:after {
    display: none;
  }
}

.mv-title {
  position: relative;
  z-index: 10;
}
@media all and (max-width: 1680px) {
  .mv-title {
    width: 63%;
    margin: 0 auto;
  }
  .mv-title img {
    width: 100%;
    height: auto;
  }
}
@media all and (max-width: 991px) {
  .mv-title {
    width: 100%;
    margin: 0 auto;
  }
  .mv-title img {
    width: 100%;
    height: auto;
  }
}
@media all and (max-width: 576px) {

}

.mv-img {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  overflow: hidden;
 }

.mv-img-coffee {
  position: absolute;
  right: -12%;
  top: -28%;
  z-index: 1;
}
.mv-img-coffee2 {
  position: absolute;
  right: -12%;
  top: -28%;
  z-index: 10;
}
@media all and (max-width: 1680px) {
  .mv-img-coffee {
    width: 38%;
    top: -29%;
    right: -5%;
  }
  .mv-img-coffee img {
    width: 86%;
    height: auto;
  }
}

.mv-img-cherries {
  position: absolute;
  left: -6%;
  top: 1%;
  z-index: 1;
}
  .mv-img-cherries img {
    width: 90%;
    height: auto;
  }
@media all and (max-width: 1680px) {
  .mv-img-cherries {
    width: 40%;
    left: -5%;
  }
}

.mv-img-jewelry {
  position: absolute;
  left: 35%;
  bottom: -14%;
  z-index: 1;
}
@media all and (max-width: 1680px) {
  .mv-img-jewelry {
    width: 21%;
  }
  .mv-img-jewelry img {
    width: 100%;
    height: auto;
  }
}

.mv-products-regular {
  position: absolute;
  right: 7%;
  bottom: -6%;
  z-index: 10;
}
@media all and (max-width: 1680px) {
  .mv-products-regular {
    width: 30%;
    right: 7%;
  }
  .mv-products-regular img {
    width: 100%;
    height: auto;
  }
}

.mv-products-dripbag {
  position: absolute;
  left: 11%;
  bottom: -6%;
  z-index: 13;
}
@media all and (max-width: 1680px) {
  .mv-products-dripbag {
    width: 30%;
    left: 8%;
  }
  .mv-products-dripbag img {
    width: 100%;
    height: auto;
  }
}

/*--------------------------------------------------
 sale
-------------------------------------------------*/
#sale {
  overflow-x: hidden;
}

/*--------------------------------------------------
 ナビゲーションメニュー
-------------------------------------------------*/
.sale-navigation ul {
  display: flex;
  flex-wrap: nowrap;
  padding: 0;
  margin: 0;
  list-style: none;
}
.sale-navigation li {
  width: 100%;
  border-left: 1px dashed #42210b;
  position: relative;
  display: inline-block;
  transition: 0.5s;
}
.sale-navigation li:hover {
  background-color: #fffacd;
  transition: 0.5s;
}
.sale-navigation li:last-child {
  border-right: 1px dashed #42210b;
}
.sale-navigation li::before {
  content: "";
  display: block;
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  width: 8px;
  height: 8px;
  border-top: 1px solid #754c24;
  border-right: 1px solid #754c24;
  transform: translateX(-50%) rotate(135deg);
}
@media all and (max-width: 991px) {
  .sale-navigation li {
    padding: 0 0.3rem 1rem 0.3rem;
    text-align: center;
  }
  .sale-navigation li::before {
    bottom: 2px;
  }
}

/*--------------------------------------------------
 月替わりの追加・調整クラス
-------------------------------------------------*/
.sale-title-bg {
  background-image: url("images/sale-bg--2401.jpg");
  background-size: cover;
  background-position: center;
}
@media all and (max-width: 991px) {
  .sale-title-bg {
    background-image: url("images/sale-bg--2401--sp.jpg");
  }
}

@media all and (max-width: 991px) {
  .sale-title-img {
    padding-bottom: 23%;
  }
}

.sale-bg {
  background-color: #996633;
}

.sale-title-info {
  position: absolute;
  left: unset;
  right: 0;
  bottom: 0;
  margin: 5px;
  font-weight: 700;
  color: #fff;
  text-shadow: 0 0 5px rgb(0, 0, 0);
}
@media all and (max-width: 991px) {
  .sale-title-info {
    left: unset;
    right: 0;
    bottom: 0;
  }
}

@media all and (max-width: 576px) {
  .sale-title-info {
    margin: 0 5px;
  }
}

/*--------------------------------------------------
 campaign
-------------------------------------------------*/
.campaign-area {
  padding-top: 3rem;
  position: relative;
  z-index: 2;
}

.campaign-title-ribbon--11g {
  position: absolute;
  top: 3%;
  left: -7%;
  z-index: 10;
}


@media all and (max-width: 1400px) {
  .campaign-title-ribbon--11g {
    top: 1%;
  }
}

@media all and (max-width: 768px) {
  .campaign-area {
    padding-top: 8%;
    padding-bottom: 5%;
  }
}

@media all and (max-width: 576px) {
  .campaign-area {
    padding-top: 3%;
  }
}
.campaign-area a {
  color: #42210b;
  text-decoration: underline;
}

.campaign-inner {
  width: 95%;
  margin: 0 auto;
}

@media all and (min-width: 768px) {
  .campaign-border-right {
    border-right: 1px solid #42210b;
  }
}
@media all and (max-width: 767px) {
  .campaign-border-bottom {
    border-right: 1px solid #42210b1f;
    border-bottom: 1px solid #42210b1f;
  }
}

.campaign-img-block {
  text-align: center;
}
.campaign-img-block img{
  max-width: 90%;
}

.campaign-text-block {
  font-size: clamp(1.2rem, 1.086rem + 0.57vw, 1.8rem);
  font-weight: bold;
}

@media all and (max-width: 992px) {
  .campaign-img-block img{
      max-width: 100%;
    }
}

@media all and (max-width: 767px) {
  .campaign-img-block {
    margin-top: 1rem;
    }
  .campaign-text-block {
    margin-bottom: 2rem;
  }
}

.campaign-text-products {
  margin-bottom: 0;
}

.campaign-text-plus {
  text-align: center;
}
@media all and (max-width: 767px) {
  .campaign-text-plus {
    text-align: left;
  }
}

.campaign-kome-mark {
  font-size: 1rem;
}
@media all and (max-width: 767px) {
  .campaign-kome-mark {
    font-size: 0.8rem;
  }
}

.campaign-kome-text {
  font-size: .8rem;
  font-weight: normal;
}

.campaign-bag-size {
  font-size: 1rem;
  font-weight: normal;
  margin-top: 0.2rem;
}
@media all and (max-width: 767px) {
  .campaign-bag-size {
    font-size: 0.8rem;
  }
}


@media all and (max-width: 1200px) {
  .campaign-title-ribbon--11g img {
    width: 100%;
    height: auto;
  }
}

.campaign-copy-pc {
  font-family: corporate-logo-ver2, sans-serif;
  font-weight: 900;
  font-style: normal;
  font-size: 33px;
  line-height: 1.2;
  margin-top: 1rem;
  margin-bottom: 0.5rem;
}
.campaign-copy-pc span{
  font-weight: 900;
  font-size: 70%;
}
.campaign-copy-pc span small{
  font-weight: 900;
  font-size: 65%;
}
.campaign-copy-sp {
  display: none;
}
.campaign-copy-pc img ,
.campaign-copy-sp img {
  max-width: 100%;
}
@media all and (max-width: 768px) {
  .campaign-copy-pc {
    display: none;
  }
  .campaign-copy-sp {
    display: block;
    margin-top: 2rem
  }
}


/*詳細リンク*/
.campaign-detailed-link {
  position: absolute;
  right: 42%;
  width: 50px;
  height: 50px;
  background: #FFF;
  color: #FFF;
}

/* .campaign-detailed-link-css {
  position: absolute;
  right: 42%;
  top: 3%;
  background: #FFF;
  width: 50px;
  height: 50px;
  text-align: center;
  font-size: 1rem;
  color: #333;
  padding-top: 0.3rem;
  line-height: 1.2rem;
} */

button:focus {
    outline: unset;
}

.modal-title {
    margin-bottom: 0;
    line-height: 1.3;
}

.modal-img {
    width: 100%;
    margin: 0 0 5% 0;
}

.modal-text-lg {
  font-size: 2rem;
  font-weight: bold;
}

.modal-text-md {
  font-size: 1.4rem;
}

.campaign-subject-title {
  position: relative;
  z-index: 2;
  margin-top: 6%;
}

.campaign-subject-title--icon {
  position: absolute;
  top: -25%;
  right: 7%;
}
@media all and (max-width: 1200px) {
  .campaign-subject-title--icon {
    width: 25%;
  }
  .campaign-subject-title--icon img {
    width: 100%;
    height: auto;
  }
}

/*対象商品アイコン*/
.campaign-subject-icon {
  position: absolute;
  top: -25px;
  left: -2%;
  z-index: 10;
  width:100px;
}
.campaign-subject-icon img {
  width: 100%;
  height: auto;
}

@media all and (max-width: 576px) {
  .campaign-subject-icon {
    top: -12px;
    width: min(90px, 17vw);
  }
}
@media all and (max-width: 320px) {
  .campaign-subject-icon {
    width: 28%;
    left: -6%;
  }
}

/*新商品アイコン*/
.campaign-new-icon {
  position: absolute;
  top: 17%;
  left: -3%;
  z-index: 10;
  width: 17%;
}
.campaign-new-icon img {
  width: 100%;
  height: auto;
}
@media all and (max-width: 991px) {
  .campaign-new-icon {
    width: 20%;
    top: 7%;
  }
}
@media all and (max-width: 768px) {
  .campaign-new-icon {
    width: 26%;
    top: 8%;
  }
}
@media all and (max-width: 576px) {
  .campaign-new-icon {
    width: 28%;
    top: 7%;
    left: -4%;
  }
}
@media all and (max-width: 320px) {
  .campaign-new-icon {
    width: 28%;
    left: -6%;
  }
}

.campaign-item-title {
  font-size: 3rem;
  font-weight: 900;
  padding: 0 0 1rem 11%;
}
@media all and (max-width: 991px) {
  .campaign-item-title {
    padding: 0 0 0.5rem 15%;
  }
}
@media all and (max-width: 576px) {
  .campaign-item-title {
    font-size: 1.7rem;
    padding: 0 0 0.5rem 24%;
  }
}
.campaign-item-title--small {
  font-size: clamp(1.4rem, 1.218rem + 0.78vw, 1.8rem);
  font-weight: 900;
  padding: 0 0 0.5rem 6%;
}
.campaign-item-title--small sup {
  font-size: clamp(0.8rem, 0.655rem + 0.73vw, 1.2rem);
  top: -1em;
}
@media all and (max-width: 991px) {
  .campaign-item-title--small {
    padding: 0 0 0.5rem 10%;
    line-height: 1;
  }
}
@media all and (max-width: 768px) {
  .campaign-item-title--small {
    padding: 0 0 0.5rem 16%;
  }
  .campaign-item-title--small sup {
    top: -0.8em;
  }
}
@media all and (max-width: 576px) {
  .campaign-item-title--small {
    font-size: 21px;
  }
  .campaign-item-title--small sup {
    top: -0.5em;
  }
}

/*--------------------------------------------------
　ボタン
-------------------------------------------------*/
/*矢印ボタン_____________*/
.arrow_btn {
  color: #fff !important;
  position: relative;
  transition: 0.5s;
}

.arrow_btn::after {
  transition: 0.3s;
  content: "";
  width: 8px;
  height: 8px;
  border-top: 2px solid #fff;
  border-right: 2px solid #fff;
  position: absolute;
  top: 0;
  bottom: 0;
  right: 20px;
  margin: auto;
  transform: rotate(45deg);
}

.arrow_btn:hover::after {
  right: 12px;
}

.btn-cart {
  width: 80%;
  font-size: 1.5rem;
  font-weight: 500;
  padding: 0.5rem;
  background-color: #7cba28;
}
.btn-cart:hover {
  background-color: #60901f;
}
@media screen and (max-width: 576px) {
  .btn-cart {
    font-size: 1.2rem;
    width: 100%;
  }
}
@media screen and (max-width: 320px) {
  .btn-cart {
    font-size: 1rem;
  }
}

.btn-cart-attention {
  font-size: 0.8rem;
}
.btn-cart-attention li {
  padding-left: 1em;
  text-indent: -1em;
}
@media all and (max-width: 768px) {
  .btn-cart-attention {
    width: 100%;
    font-size: 0.8rem;
  }
}

.btn-cart-out {
  width: 80%;
  font-size: 1.5rem;
  font-weight: 500;
  padding: 1rem;
  background-color: gray;
}
@media screen and (max-width: 576px) {
  .btn-cart-out {
    font-size: 1.2rem;
    width: 100%;
  }
}
@media screen and (max-width: 320px) {
  .btn-cart-out {
    font-size: 1rem;
  }
}

/*--------------------------------------------------
  セット
-------------------------------------------------*/
.item-category-name {
  /* font-size: 1rem; */
  font-weight: bold;
  /* transform: translate3d(0, 0, 0) !important; */
}

@media all and (max-width: 576px) {
  .item-category-name {
    font-size: 12px;
  }
}

.item-category-name-min {
  font-size: 1.4rem;
  font-weight: bold;
}
@media all and (max-width: 768px) {
  .item-category-name-min {
    font-size: 1rem;
  }
}
@media all and (max-width: 320px) {
  .item-category-name-min {
    font-size: 0.9rem;
  }
}

.item-name {
  font-size: clamp(1.5rem, 1.418rem + 0.5vw, 2rem);
  font-weight: 700;
  line-height: 1.1;
  color: #42210b;
  letter-spacing: -1px;
}
.item-name small {
  font-size: 2.2rem;
  font-weight: 700;
}
.item-name sup {
  font-size: 1.2rem;
  top: -1em;
}
@media all and (max-width: 576px) {
  .item-name {
    line-height: 2rem;
  }
  .item-name small {
    font-size: 1.6rem;
    font-weight: 700;
  }
  .item-name sup {
    font-size: 0.8rem;
  }
}
@media all and (max-width: 375px) {
  .item-name {
     font-size: 23.5px;
  }
  }

.item-name-sup {
  font-size: 0.8rem;
}

.item-name-set-area {
  display: flex;
  align-items: o;
}

.item-name-set-icon {
  background-color: #ff0000;
  border-radius: 5px;
  color: #FFF;
  font-size: 1.2rem;
  font-weight: 700;
  line-height: 1 !important;
  padding: 5px;
}
@media all and (max-width: 1200px) {
  .item-name-set-icon {
    font-size: 1.2rem;
  }
}
@media all and (max-width: 768px) {
  .item-name-set-icon {
    font-size: 1.5rem;
  }
}
@media all and (max-width: 576px) {
  .item-name-set-icon {
    font-size: 16px;
    padding: 5px;
  }
}

.souryou-icon {
  background-color: #ffff00;
  border-radius: 5px;
  color: #FF0000;
  font-size: 1.1rem;
  font-weight: 700;
  line-height: 1 !important;
  padding: 3px;
  border: 4px solid #ff0000;
}
@media all and (max-width: 1200px) {
  .souryou-icon {
    font-size: 1.4rem;
  }
}
@media all and (max-width: 576px) {
  .souryou-icon {
    font-size: 16px;
    padding: 2px;
    border: 3px solid #ff0000;
  }
}

.item-name-set {
  font-size: 2.4rem;
  font-weight: 700;
  line-height: 1 !important;
}
@media all and (max-width: 768px) {
  .item-name-set {
    font-size: 1.6rem;
  }
}
@media all and (max-width: 320px) {
  .item-name-set {
    font-size: 1.3rem;
  }
}

.item-name-set-min {
  font-size: 1.8rem;
  font-weight: 700;
  line-height: 1 !important;
  color: #42210b;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}
@media all and (max-width: 768px) {
  .item-name-set-min {
    font-size: 1.7rem;
  }
}
@media all and (max-width: 320px) {
  .item-name-set-min {
    font-size: 1.3rem;
  }
}

.item-set-box {
  position: relative;
  margin-top: 1rem;
  padding: 18px 6px 6px;
  border: 2px solid #acbbc3;
  border-radius: 5px;
}
.item-set-box-caption {
  position: absolute;
  top: 0;
  left: 0;
  padding: 0 0.5rem;
  margin: 0;
  font-size: 1.1rem;
  background-color: white;
  /* transform: translateY(-50%) translateX(1em); */
  transform: translate(10px, -9px) rotate(0.03deg);
}
.item-set-box P {
  font-size: 0.9rem;
}
@media all and (max-width: 768px) {
  .item-set-box P {
    font-size: 0.9rem;
  }
}

.item-quantity {
  font-size: 2.4rem;
  font-weight: 500;
  line-height: 1 !important;
  vertical-align: bottom;
  letter-spacing: -1px;
  font-family: "Oxygen", "M PLUS Rounded 1c", sans-serif;
  padding-right: 5px;
}
.item-quantity small {
  font-size: 1.8rem;
  font-weight: 500;
  margin-left: 3px;
  margin-bottom: -2px;
}
@media all and (max-width: 1200px) {
  .item-quantity {
    font-size: 2.2rem;
  }
  .item-quantity small {
    font-size: 1.3rem;
  }
}
@media all and (max-width: 991px) {
  .item-quantity {
    font-size: 2.4rem;
    padding-right: 3px;
  }
  .item-quantity small {
    font-size: 1.8rem;
  }
}
@media all and (max-width: 768px) {
  .item-quantity {
    font-size: 34px;
  }
  .item-quantity small {
    font-size: 1.8rem;
  }
}
@media all and (max-width: 576px) {
  .item-quantity {
    font-size: 30px;
  }
  .item-quantity small {
    font-size: 1.5rem;
  }
}

.item-set {
  font-size: 1.3rem;
  font-weight: 700;
}
@media all and (max-width: 768px) {
  .item-set {
    font-size: 1.1rem;
  }
}
@media all and (max-width: 320px) {
  .item-set {
    font-size: 1rem;
  }
}

.item-text {
  font-size: 0.9rem;
  line-height: 1.3 !important;
  font-weight: 500;
}
@media all and (max-width: 768px) {
  .item-text {
    font-size: 1rem;
  }
}
.item-text small {
  font-size: 0.8rem;
  vertical-align: top;
}

.attention-text {
  font-size: 0.85rem;
}
.attention-text a {
  text-decoration: underline;
  color: #6c757d !important;
}
.attention-text a:hover {
  text-decoration: none;
}

@media all and (max-width: 768px) {
  .item-img {
    text-align: center;
    font-size: 0.8rem;
  }
}

@media (max-width: 576px) {
  .item-chart {
        min-width: 200px;
        width: 60%;
    }
}

.re-type {
  font-size: 1.5rem;
  font-weight: 600 !important;
}
@media all and (max-width: 991px) {
  .re-type {
    font-size: 1.5rem;
  }
}
@media all and (max-width: 576px) {
  .re-type {
    font-size: 1.3rem;
  }
}

/*--------------------------------------------------
  価格
-------------------------------------------------*/
.item-name-price-area {
  max-width: 450px;
}
@media all and (max-width: 1200px) {
  .item-name-price-area {
    max-width: 400px;
  }
}
@media all and (max-width: 991px) {
  .item-name-price-area {
    max-width: none;
  }
}

.price {
  font-family: "Oxygen", sans-serif;
  letter-spacing: -0.1rem;
  font-size: 3.4rem;
  font-weight: 700;
  padding: 0 0 0 0.3rem;
  line-height: 1 !important;
  bottom: -0.06em;
  /* margin-top: -0.12em; */
  position: relative;
}
.price--special {
  font-size: 2rem;
  font-weight: 700;
}
.price--unit {
  font-size: 2rem;
  font-weight: 700;
  line-height: 1 !important;
  position: relative;
}
.price > small {
  bottom: 0.04em;
  position: relative;
}
@media all and (max-width: 1200px) {
  .price {
    font-size: 3.3rem;
  }
  .price--special {
    font-size: 1.5rem;
  }
  .price--unit {
    font-size: 1.8rem;
  }
}
@media all and (max-width: 991px) {
  .price {
    font-size: 4.3rem;
  }
  .price--special {
    font-size: 1.8rem;
  }
  .price--unit {
    font-size: 2.5rem;
  }
}
@media all and (max-width: 768px) {
  .price--special {
    font-size: 1.8rem;
  }
}
@media all and (max-width: 576px) {
  .price {
    font-size: 40px;
    padding: 0;
  }
  .price--special {
    font-size: 1.4rem;
  }
  .price--unit {
    font-size: 1.5rem;
  }
}

.free_shipping {
  font-size: 1.7rem;
  font-weight: 700;
  margin-right: 0.5rem;
}
@media all and (max-width: 768px) {
  .free_shipping {
    font-size: 1.5rem;
    line-height: 1 !important;
  }
}
@media all and (max-width: 576px) {
  .free_shipping {
    font-size: 1.4rem;
  }
}

.soutou {
  font-size: 1.2rem;
  font-weight: 500;
  text-align: right;
  line-height: 1 !important;
}
@media all and (max-width: 576px) {
  .soutou {
    font-size: 1.2rem;
    margin-bottom: -3px !important;
  }
}

.atention-text {
  font-size: 0.8rem;
  padding-bottom: 1px;
  line-height: 1.4 !important;
}
.atention-text a {
  border-bottom: 1px solid #121416;
  text-decoration: none;
}
.atention-text a:hover {
  border: none !important;
}
@media all and (max-width: 768px) {
  .atention-text {
    font-size: 0.7rem;
  }
}

/* --------------------------------------------------
 note
-------------------------------------------------*/
.description p, .description ul {
  font-size: 1.2rem;
}
.description ul  {
  margin-left: 0;
}

@media all and (max-width: 576px) {
  .description p, .description ul {
    font-size: 0.9rem;
  }
}

.h1-note {
  font-size: 2rem;
  font-weight: 700;
}
@media all and (max-width: 576px) {
  .h1-note {
    font-size: 1.5rem;
  }
}
@media all and (max-width: 320px) {
  .h1-note {
    font-size: 1.5rem;
  }
}

/*--------------------------------------------------
 about
-------------------------------------------------*/
.about p {
  font-size: 1rem;
  line-height: 1.3;
}
@media all and (max-width: 576px) {
  .about p {
    font-size: 1rem;
  }
}
.about h1 {
  font-size: 2.8rem;
  font-weight: 900;
  line-height: 1;
}
@media all and (max-width: 1200px) {
  .about h1 {
    padding: 0 !important;
  }
}

@media all and (max-width: 992px) {
  .about h1 {
    font-size: 2.2rem;
  }
}
@media all and (max-width: 576px) {
  .about h1 {
    font-size: 1.4rem;
    letter-spacing: -2px;
  }
  .about .about-ttl-img {
    padding: 0 !important;
    width: 50%;
    height: auto;
  }
}

@media all and (max-width: 375px) {
  .about h1 {
    font-size: 1.35rem;
    letter-spacing: -2px;
  }
}

@media all and (max-width: 992px) {
  .about h2 {
    font-size: 1.5rem;
    margin-top: 1rem;
  }
}
@media all and (max-width: 576px) {
  .about h2 {
    font-size: 1.2rem;
  }
}
.about small {
  font-size: 1rem;
  vertical-align: top;
}
.about--bg {
  background-image: url(cbc2024_img/bg-colombia-mountain.jpg);
  background-size: cover;
}
.about .bg-white-area {
  background: rgba(244, 244, 244, 0.75);
}
.about-img {
  width: 90%;
  height: auto;
}
.about-img-l {
  text-align: start;
}
.about-img-r {
  text-align: end;
}
@media all and (max-width: 576px) {
  .about-img {
    text-align: center;
    margin: 0 auto;
  }
  .about-img-r,.about-img-l {
   text-align: center;
  }
}

/*--------------------------------------------------
 fnc
-------------------------------------------------*/
.fnc p {
  font-size: 1rem;
  line-height: 1.3;
  padding-bottom: 10px;
}
.fnc .fnc-ligo-txt {
  padding-top: 5px;
  padding-left: 0;
  margin-bottom: 0 !important;
}
.fnc .fnc-ligo-txt p {
  padding-right: 10px;
  margin-top: 10px;
}

.fnc h1 {
  font-size: 2.3rem;
  font-weight: 900;
  line-height: 1;
}
@media all and (max-width: 992px) {
  .fnc h1 {
    font-size: 2.2rem;
  }
}
@media all and (max-width: 768px) {
  .fnc p {
    font-size: 0.9rem;
  }
  .fnc .fnc-ligo-txt {
    padding-top: 0;
  }
  .fnc .fnc-ligo-txt p {
    margin: 0 auto;
    padding: 0 0 0 15px;
    font-size: 0.9rem;
  }
}
@media all and (max-width: 576px) {
  .fnc h1 {
    font-size: 1.6rem;
  }
}
@media all and (max-width: 992px) {
  .fnc h2 {
    font-size: 1.2rem;
  }
}
@media all and (max-width: 576px) {
  .fnc h2 {
    font-size: 1rem;
  }
}
.fnc--bg {
  background-image: url(cbc2024_img/bg-fnc.jpg);
  background-size: 100px 100px;
  background-repeat: repeat;
}
.fnc--logo img {
  max-width: 200px;
  min-width: 100px;
}
.fnc--name {
  text-align: center;
  width: 90%;
}
@media all and (max-width: 576px) {
  .fnc--name {
    border-bottom: 1px solid rgba(0, 0, 0, 0.1);
    margin: 0 auto 1rem;
  }
}
@media all and (max-width: 992px) {
  .fnc--name {
   margin: 0 auto 10px;
  }
}

@media all and (max-width: 768px) {
  .fnc--name img {
    width: 85%;
    max-width: 224px;
  }
}
.fnc--name p {
  font-size: 1rem;
  text-align: left;
}
.fnc--name p span {
    font-size: 0.9rem;
}

@media all and (max-width: 768px) {
  .fnc--name p {
    text-align: center;
    margin-bottom: 0 !important;
  }
}

/* --------------------------------------------------
 fnc--message
-------------------------------------------------*/

.fnc--message p{
  margin-bottom: 10px !important;
}

@media all and (max-width: 768px) {
  .fnc--message p{
    margin-bottom: 3px !important;
  }
}


/* --------------------------------------------------
 note
-------------------------------------------------*/
.description p, .description ul {
  font-size: 15px;
}
@media all and (max-width: 576px) {
  .description p, .description ul {
    font-size: 0.9rem;
  }
}

.h1-note {
  font-size: 1.8rem;
  font-weight: 700;
}

@media all and (max-width: 768px) {
.h1-note {
  font-size: 1.5rem;
  font-weight: 700;
}
}

#note small {
  font-size: 80%;
  display: block;
}

/*--------------------------------------------------
 SNS
-------------------------------------------------*/
.sns-area {
  max-width: 750px;
  margin: 0 auto;
}
.sns-area ul {
  list-style: none;
  margin: 0;
  padding: 0 1rem;
}
.sns-area li {
  margin: 0;
  padding: 0;
  float: left;
  width: 25%;
  border-right: 1px solid #d7ba9a;
}
.sns-area li:last-child {
  border: none;
}
.sns-area img {
  max-width: 60px;
  height: auto;
}
@media all and (max-width: 576px) {
  .sns-area p {
    font-size: 0.8rem;
  }
  .sns-area img {
    max-width: 40px;
  }
}

/* --------------------------------------------------
pagetop
-------------------------------------------------*/
.pagetop {
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  position: fixed;
  right: 0.5rem;
  bottom: 0.5rem;
  width: 50px;
  height: 50px;
  border-radius: 50%;
  background-color: rgba(128, 128, 128, 0.5);
  color: #fff;
  transition: 0.3s;
  opacity: 0;
  z-index: 20;
}

/* --------------------------------------------------
　吹き出し
-------------------------------------------------*/
.btnshine {
  /*キラッと光る基点とするためrelativeを指定*/
  position: relative;
  height: 2rem;
  padding-right: 2rem !important;
  padding-left: 1rem !important;
  /*ボタンの形状*/
  background: #ff0000;
  color: #ffff00;
  text-decoration: none;
  outline: none;
  overflow: hidden;
}
.btnshine:before {
  content: "";
  /*絶対配置でキラッと光るの位置を決める*/
  position: absolute;
  top: 0;
  /*キラッと光る形状*/
  width: 50%;
  height: 100%;
  background: linear-gradient(to right, rgba(255, 255, 255, 0.5) 0%, rgba(255, 255, 255, 0.3) 100%);
  transform: skewX(-25deg);
  -webkit-animation: shine 2s infinite ease-in-out;
          animation: shine 2s infinite ease-in-out;
}
.btnshine:after {
  content: "";
  width: auto;
  height: 2rem;
  position: absolute;
  right: 0;
  bottom: 0;
  border-top: 1rem solid transparent;
  border-bottom: 1rem solid transparent;
  border-right: 1rem solid #fff;
  border-left: 1rem solid transparent;
}
.btnshine h5 {
  line-height: 2rem;
}

/*キラッと光る　お得バッジ*/
@-webkit-keyframes shine {
  0% {
    left: -75%;
  }
  100% {
    left: 400%;
  }
}
@keyframes shine {
  0% {
    left: -75%;
  }
  100% {
    left: 400%;
  }
}

/* --------------------------------------------------
　改行位置調整
-------------------------------------------------*/

.br-itsumono {
  display: block;
}
.br-yorinoukou {
  display: none;
}
.br-ajiwaeru {
  display: none;
}
.br-decaffein {
  display: none;
}
.br-decaffein-2 {
  display: none;
}
.br-clb-okaidoku {
  display: block;
}
.br-ktl {
  display: none;
}

@media all and (max-width: 1200px) { 
  .br-decaffein {
    display: block;
  }
  .br-decaffein-2 {
    display: none;
  }
}
@media all and (max-width: 1020px) {
  .br-itsumono {
    display: block;
  }
  .br-yorinoukou {
    display: block;
  }
}

@media all and (max-width: 1070px) {
  .br-ktl {
    display: block;
  }
}

@media all and (max-width: 992px) {
  .br-decaffein {
    display: none;
  }
}

@media all and (max-width: 991px) {
  .br-ktl {
    display: none;
  }
  .br-clb-okaidoku {
    display: none;
  }
}

@media all and (max-width: 743px) { 
  .br-itsumono {
    display: block;
  }
  .br-yorinoukou {
    display: block;
  }
}

@media all and (max-width: 710px) {
  .br-decaffein {
    display: block;
  }
}

@media all and (max-width: 650px) {
  .br-clb-okaidoku {
    display: block;
  }
}
@media all and (max-width: 585px) { 
  .br-decaffein {
    display: block;
  }
  .br-decaffei-2 {
    display: none;
  }
  .br-itsumono {
    display: block;
  }
}


@media all and (max-width: 576px) {
  .br-decaffei-2 {
    display: none;
  }
  .br-yorinoukou {
    display: block;
  }
  .br-ajiwaeru {
    display: block;
  }
  .br-clb-okaidoku {
    display: none;
  }
}
@media all and (max-width: 455px) {
.br-clb-okaidoku {
  display: block;
}
}
@media all and (max-width: 450px) {
.br-itsumono {
  display: none;
}
}

@media all and (max-width: 412px) {
  .br-yorinoukou {
    display: none;
  }
  .br-kodawarino {
    display: none;
  }
}
@media all and (max-width: 327px) {
  .br-ajiwaeru {
    display: none;
  }
}



/* -----------------------------------------------------------------

　1201更新

--------------------------------------------------------------------*/

.icon-hanamaru {
  width: 30%;
  min-width: 120px;
}

/* --------------------------------------------------
　main visual
-------------------------------------------------*/
#mainvisual {
  max-height: 703px;
  padding: 36px 0 60px;
  background: url(cbc2026_img/mv-backimg-pc-2602.jpg) no-repeat top center;
  margin-bottom: 50px;
  background-size: cover;
}

#mainvisual:after {
  content: '';
  display: block;
  position: absolute;
  bottom: -70px;
  background: url(cbc2026_img/mv-bottom-duration-2602.png) center no-repeat #40210d;
  width: 100%;
  height: 70px;
}
@media all and (max-width: 1680px) {

  #mainvisual:after {
    bottom: -50px;
    height: 50px;
    background-size: 20%;
  }
}
@media all and (max-width: 991px) {
  #mainvisual {
    max-height: 1191px;
    padding: 4% 0px 29%;
    background: url(cbc2026_img/mv-backimg-sp-2602.jpg) no-repeat top center;
    /*    background-size: 100% auto;*/
    background-size: cover;
    margin-bottom: 0;
  }
  #mainvisual:after {
    display: none;
  }
}

.mv-ttl {
  position: relative;
  z-index: 12;
}

.mv-title {
  position: relative;
  z-index: 16;
    width: 80%;
    margin: 37px auto;
}
.mv-ttl-bg {
  /* position: absolute; */
  /* top: 0; */
  /* left: 0; */
  /* z-index: 11; */
  width: 97% !important;
}

.mt-title-bg {
  position: absolute;
/*  bottom: 22%;*/
  bottom: 12%;
  left: 0;
  right: 0;
  z-index: 12;
  width: 70%;
}

.mv-img-coffee {
  z-index: 12;
  right: -7%;
}
.mv-products-regular{
  z-index: 20;
  bottom: -10%;
}
.mv-products-dripbag {
  bottom: -8.5%;
}
.mv-products-dripbag img{
  width: 90%;
}

@media all and (max-width: 1770px) {
  .mv-title {
    width: 54%;
    margin: 20px auto 0;
  }
  .mt-title-bg {
   width: 70%;
   margin: 0 auto;
   bottom: 22%;
  }
  .mv-img-coffee {
  top: -24%;
  right: -11%;
  }
}
@media all and (max-width: 1710px) {

  .mt-title-bg {
    width: 68%;
 }
}
@media all and (max-width: 1200px) {
  .mt-title-bg {
   bottom: 22%;
  }
}

@media all and (max-width: 991px) { 
  .mv-title {
    width: auto;
    margin: -12px auto 15px !important;
  }
  .mt-title-bg {
   width: auto;
   margin: 0 auto;
  }
}

/* --------------------------------------------------
　コンテンツ背景
-------------------------------------------------*/
.sale-bg {
  background-color: #996633;
/*  padding-top: 2%;*/
  padding-bottom: 1%;
}
.sale-bg2 {
  background-color: #6f4317;
}

@media all and (max-width: 768px) { 
  .sale-bg {
    padding-top: 2%;
    padding-bottom: 1%;
  }
}
@media all and (max-width: 576px) {
  .sale-bg {
    padding-top: 0;
  }
}



/* --------------------------------------------------
　キャンペーン商品 タイトル
-------------------------------------------------*/
.campaign-subject-title {
  margin-top: 3%;
}

.text-attention {
  font-size: 13px;
}
.text-attention a{
  font-size: 15px;
}
/* --------------------------------------------------
　campaign 
-------------------------------------------------*/
.campaign-text-block {
  font-size: clamp(1.2rem, 1.086rem + 0.57vw, 1.3rem);
  font-weight: bold;
}
.campaign-text-block img {
  width: 100%;
  height: auto;
}

@media all and (max-width: 1200px) {
  .campaign-title-ribbon--11g {
    left: -3%;
    top: 20px;
    width: 48%;
  }
} 

@media all and (max-width: 992px) {
  .campaign-text-block img {
    width: 100%;
    height: auto;
  }
  .campaign-bag-size,
  .campaign-kome-text {
    font-size: .6rem;
  }
  .campaign-copy-pc {
    margin-top: 2rem;
  }
}
@media all and (max-width: 768px) {
  .campaign-title-ribbon--11g {
    top: .3%;
    width: 55%;
}
  .campaign-copy-sp {
    display: block;
    margin-top: 2rem;
    margin-bottom: 1rem;
    text-align: center;
  }
  .campaign-copy-sp img {
    width: 80%;
  }
  .campaign-text-block {
    margin-bottom: 1rem;
  }
}

@media (max-width: 767px) {
  .campaign-text-block {
   margin-left: 2%;
   margin-right: 2%;
  }
}
@media (max-width: 576px) {
  .campaign-title-ribbon--11g {
      top: 0;
      width: 65%;
  }
  .campaign-copy-sp {
    margin-top: 1.8rem;
   }
   .campaign-copy-sp img {
    width: 100%;
   }
   .campaign-text-block img {
    width: 95%;
    height: auto;
   }
}
@media (max-width: 430px) {
  .campaign-title-ribbon--11g {
      top: 0.5%;
  }
}

/* --------------------------------------------------
　コンテンツ内ナビゲーション
-------------------------------------------------*/
.sale-navigation-bg {
  padding: 13px 0.8rem;
}

.marker {
  background: linear-gradient(transparent 80%, #ffff63 50%);
  margin-bottom: 1rem;
  margin-left: 3%;
  margin-right: 3%;
}
.marker-clb {
  background: linear-gradient(transparent 50%, #ffff63 50%);
  margin-bottom: 0;
}

@media (max-width: 992px) {
  .marker {
    background: linear-gradient(transparent 90%, #ffff63 50%);
      margin-bottom: 10px;
  }
  .marker-clb {
  background: linear-gradient(transparent 50%, #ffff63 50%);
  }
}
@media (max-width: 768px) {
  .marker {
    margin: 0px;
  }
  .marker-clb {
  background: linear-gradient(transparent 50%, #ffff63 50%);
  }
}


@media (max-width: 576px) {
  .sale-navigation-bg {
    padding: 3px 0.8rem 5px;
  }
}

/* --------------------------------------------------
　campaign 詳細
-------------------------------------------------*/
/*#note li {
  margin-bottom: .5rem;
}*/
/* #note dt {
  font-size: 1.5rem;
 } */
#note dd {
  /* font-size: 1.2rem; */
  /* padding-top: .4%; */
}
#note .description ul  {
  margin-left: -1%;
  padding-left: 0;
}
#note .description ul li {
  list-style: none;
  text-indent: 1rem;
  padding-bottom: 6px;
}
#note li span {
  font-size: xx-small;
  padding-right: .5%;
  vertical-align: middle;
  margin-top: -3px;
  display: inline-block;
}

#note li .prize {
  line-height: 1.2;
  padding-left: 3rem;
  text-indent: 0rem;
}

@media (max-width: 576px) {
  #note .description ul {
    margin-left: -3%;
    padding-left: 0;
}
  #note dt {
    font-size: 1.2rem;
}
  #note dd {
    font-size: 1rem;
  }
}
