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

/*
  File Name   : content.css
  Description : コンテンツエリア関係 他
*/

/* title-feature
============================================================ */
.title-feature-sp img,
.title-feature img {
  width: 100%;
  height: auto;
}


/* feature-main-wrap
============================================================ */
.feature-main-wrap {
  padding: 30px 40px 40px;
  box-sizing: border-box;
  background-color: #fff;
  margin-bottom: 40px;
}

.title-small {
  font-size: 18px;
  font-weight: bold;
  color: #5d0909;
  margin-bottom: 20px;
}

/* sp
------------------------------------------------------------ */
@media screen and (max-width: 767px) {
  .feature-main-wrap {
    padding: 20px 10px 20px;
    margin-bottom: 20px;
  }
  .title-small {
    font-size: 14px;
    margin-bottom: 20px;
  }
  .feature-outer-wrap {
    padding: 0 10px;
  }
}


/* decaffeinated
============================================================ */
body.decaffeinated .decaffeinated-img-block {
  border: solid 4px #5d0909;
  padding: 28px 0;
  margin-bottom: 65px;
}

body.decaffeinated .decaffeinated-img-block li {
  text-align: center;
  width: 33.33333333%;
  position: relative;
  padding-bottom: 60px;
}

body.decaffeinated .decaffeinated-img-block li:after {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  width: 2px;
  height: 100%;
  background-color: #efebe2;
}

body.decaffeinated .decaffeinated-img-block li:last-child:after {
  display: none;
}

body.decaffeinated .decaffeinated-img-block li p {
  color: #5d0909;
  font-size: 16px;
  font-weight: bold;
  width: 100%;
  position: absolute;
  bottom: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
}

body.decaffeinated .decaffeinated-flow li {
  background-color: #faf8f4;
  padding: 30px 30px;
  margin-bottom: 40px;
  position: relative;
}

body.decaffeinated .decaffeinated-flow li:last-child {
  margin-bottom: 0;
}

body.decaffeinated .decaffeinated-flow li:before {
  content: "";
  position: absolute;
  bottom: -44px;
  left: 50%;
  width: 30px;
  height: 16px;
  border: 16px solid transparent;
  border-top: 16px solid #fd8585;
  text-align: center;
  box-sizing: border-box;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
}

body.decaffeinated .decaffeinated-flow li:last-child:before {
  display: none;
}

body.decaffeinated .decaffeinated-flow li .step {
  font-size: 22px;
  font-weight: bold;
  color: #fd8585;
  margin-bottom: 5px;
}

body.decaffeinated .decaffeinated-flow li .text {
  float: left;
  width: 630px;
}

body.decaffeinated .decaffeinated-flow li .text span {
  font-weight: bold;
}

body.decaffeinated .decaffeinated-flow li .img {
  float: right;
  width: 146px;
  text-align: right;
}

/* sp
------------------------------------------------------------ */
@media screen and (max-width: 767px) {
  body.decaffeinated .decaffeinated-img-block {
    padding: 0 20px 0;
    margin-bottom: 35px;
  }
  body.decaffeinated .decaffeinated-img-block li {
    width: 100%;
    padding-bottom: 0;
    border-bottom: solid 1px #efebe2;
    padding: 20px 0 70px;
  }
  body.decaffeinated .decaffeinated-img-block li:after {
    display: none;
    background-color: #efebe2;
  }
  body.decaffeinated .decaffeinated-img-block li:last-child {
    border-bottom: none;
  }
  body.decaffeinated .decaffeinated-img-block li:last-child:after {
    display: none;
  }
  body.decaffeinated .decaffeinated-img-block li p {
    width: 100%;
    position: absolute;
    bottom: 0;
    left: 50%;
    padding-bottom: 10px;
  }
  body.decaffeinated .decaffeinated-flow li {
    background-color: #faf8f4;
    padding: 20px 20px;
    margin-bottom: 40px;
  }
  body.decaffeinated .decaffeinated-flow li .text {
    float: none;
    width: 100%;
  }
  body.decaffeinated .decaffeinated-flow li .text br {
    display: none;
  }
  body.decaffeinated .decaffeinated-flow li .text span {
    font-weight: bold;
  }
  body.decaffeinated .decaffeinated-flow li .img {
    float: none;
    width: 100%;
    text-align: center;
    margin-top: 20px;
  }
}


/* sticksp
============================================================ */
.item-name {
  text-decoration: underline;
  margin-bottom: 5px;
}

.special-price {
  font-weight: bold;
}

body.sticksp .item-name-wrap {
  border-top: solid 1px #f2ede1;
}

body.sticksp .title-main {
  background-color: #de6958;
  font-size: 20px;
  font-weight: bold;
  color: #fff;
  padding: 15px 20px 15px 20px;
  position: relative;
  margin-bottom: 24px;
}

body.sticksp .title-main span {
  font-size: 14px;
  font-weight: normal;
  margin-left: 20px;
}

body.sticksp .title-main:after {
  content: "";
  display: block;
  position: absolute;
  bottom: -4px;
  left: 0;
  width: 100%;
  height: 2px;
  background-color: #de6958;
}

body.sticksp .item-list {
  margin-bottom: 40px;
}

body.sticksp .item-list li .img {
  padding: 0 20px;
  box-sizing: border-box;
}

/* sp
------------------------------------------------------------ */
@media screen and (max-width: 767px) {
  body.sticksp .title-main {
    font-size: 18px;
    padding: 10px 15px 10px 15px;
    margin-bottom: 24px;
  }
  body.sticksp .title-main span {
    font-size: 12px;
    margin-left: 0;
    display: block;
    margin-top: 8px;
    line-height: 1.4;
  }
  body.sticksp .item-list {
    margin-bottom: 20px;
  }
  body.sticksp .item-list li .img {
    padding: 10px 10px;
    box-sizing: border-box;
  }
}


/* static-item
============================================================ */
.feature-main-wrap.static-item .title-small {
  color: #efbc4f;
  line-height: 1.4;
}

.feature-main-wrap.static-item .title-item-name {
  font-size: 20px;
  font-weight: bold;
  color: #fff;
  background-color: #fd8585;
  padding: 14px 10px 14px 50px;
  width: 99%;
  position: relative;
  top: 0;
  left: -50px;
  line-height: 1.4;
  margin-bottom: 30px;
}

.feature-main-wrap.static-item .title-item-name:before {
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  width: 20px;
  height: 2px;
  margin-top: -1px;
  background-color: #fff;
}

.feature-main-wrap.static-item .title-item-name:after {
  content: "";
  position: absolute;
  bottom: -10px;
  left: 0;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0 10px 10px 0;
  border-color: transparent #f0a6a6 transparent
}

.feature-main-wrap.static-item .disc-wrap {
  border-bottom: solid 1px #dfd8c7;
  padding: 26px 0;
}

.feature-main-wrap.static-item .disc-wrap:last-child {
  border-bottom: none;
}

.feature-main-wrap.static-item .disc-wrap:first-child {
  padding-top: 0;
}

.feature-main-wrap.static-item .img-area {
  width: 220px;
  float: left;
}

.feature-main-wrap.static-item .img-area {
  border: solid 1px #ddd;
  padding: 20px;
  height: 220px;
  line-height: 180px;
  box-sizing: border-box;
  text-align: center;
}

.feature-main-wrap.static-item .img-area img {
  width: auto;
  height: auto;
  max-width: 100%;
  max-height: 100%;
  vertical-align: middle;
}

.feature-main-wrap.static-item .item-detail-disc-area {
  width: 620px;
  float: right;
}

.feature-main-wrap.static-item .price-block {
  font-size: 50px;
  font-weight: bold;
  color: #ce414c;
}

.feature-main-wrap.static-item .price-block .yen {
  font-size: 22px;
}

.feature-main-wrap.static-item .price-block .tax {
  font-size: 15px;
}

.feature-main-wrap.static-item .item-detail-disc-area .disc-wrap {
  position: relative;
}

.feature-main-wrap.static-item .item-detail-disc-area .btn-details {
  position: absolute;
  bottom: 26px;
  right: 0;
}

.feature-main-wrap.static-item .item-detail-disc-area .btn-details a {
  display: block;
  width: 320px;
  height: 80px;
  line-height: 80px;
  vertical-align: middle;
  color: #fff;
  font-size: 18px;
  font-weight: bold;
  padding: 0 30px;
  box-sizing: border-box;
  border-radius: 3px;
  background-color: #efbc4f;
  position: relative;
}

.feature-main-wrap.static-item .item-detail-disc-area .btn-details a:after {
  content: "";
  position: absolute;
  top: 50%;
  right: 30px;
  width: 4px;
  height: 4px;
  border-top: 2px solid #fff;
  border-right: 2px solid #fff;
  -webkit-transform: translateY(-50%) rotate(45deg);
  transform: translateY(-50%) rotate(45deg);
}

.feature-main-wrap.static-item .item-detail-disc-area .btn-details a:hover {
  text-decoration: none;
}

/* color */
body.columbia .feature-main-wrap.static-item .title-small {
  color: #004a7b;
}
body.brazil .feature-main-wrap.static-item .title-small {
  color: #317e43;
}
body.fruity .feature-main-wrap.static-item .title-small {
  color: #ff2344;
}
body.bluemountain .feature-main-wrap.static-item .title-small {
  color: #435e7b;
}
body.specialty .feature-main-wrap.static-item .title-small {
  color: #35342e;
}
body.ice .feature-main-wrap.static-item .title-small {
  color: #2758a0;
}

body.columbia .feature-main-wrap.static-item .title-item-name {
  color: #ffdd00;
  background-color: #615239;
}
body.brazil .feature-main-wrap.static-item .title-item-name {
  color: #ffdd00;
  background-color: #317e43;
}
body.fruity .feature-main-wrap.static-item .title-item-name {
  color: #ffdd00;
  background-color: #f86552;
}
body.bluemountain .feature-main-wrap.static-item .title-item-name {
  color: #ffdd00;
  background-color: #435e7b;
}
body.specialty .feature-main-wrap.static-item .title-item-name {
  color: #ffdd00;
  background-color: #35342e;
}
body.ice .feature-main-wrap.static-item .title-item-name {
  color: #fff;
  background-color: #2758a0;
}

body.columbia .feature-main-wrap.static-item .title-item-name:before {
  background-color: #ffdd00;
}
body.brazil .feature-main-wrap.static-item .title-item-name:before {
  background-color: #ffdd00;
}
body.fruity .feature-main-wrap.static-item .title-item-name:before {
  background-color: #ffdd00;
}
body.specialty .feature-main-wrap.static-item .title-item-name:before {
  background-color: #ffdd00;
}
body.bluemountain .feature-main-wrap.static-item .title-item-name:before {
  background-color: #ffdd00;
}

body.columbia .feature-main-wrap.static-item .title-item-name:after {
  border-color: transparent #7a674a transparent
}
body.brazil .feature-main-wrap.static-item .title-item-name:after {
  border-color: transparent #86af2f transparent
}
body.fruity .feature-main-wrap.static-item .title-item-name:after {
  border-color: transparent #e78c81 transparent
}
body.bluemountain .feature-main-wrap.static-item .title-item-name:after {
  border-color: transparent #616e7b transparent
}
body.specialty .feature-main-wrap.static-item .title-item-name:after {
  border-color: transparent #5e5c51 transparent
}
body.ice .feature-main-wrap.static-item .title-item-name:after {
  border-color: transparent #5f83b8 transparent
}

body.columbia .feature-main-wrap.static-item .item-detail-disc-area .btn-details a {
  color: #fff;
  background-color: #2975a8;
}
body.brazil .feature-main-wrap.static-item .item-detail-disc-area .btn-details a {
  color: #fff;
  background-color: #86af2f;
}
body.fruity .feature-main-wrap.static-item .item-detail-disc-area .btn-details a {
  color: #fff;
  background-color: #ff9600;
}
body.bluemountain .feature-main-wrap.static-item .item-detail-disc-area .btn-details a {
  color: #fff;
  background-color: #406c9c;
}
body.specialty .feature-main-wrap.static-item .item-detail-disc-area .btn-details a {
  color: #fff;
  background-color: #e6b422;
}
body.ice .feature-main-wrap.static-item .item-detail-disc-area .btn-details a {
  color: #fff;
  background-color: #f16c00;
}

/* disc-wrap */
.item-detail-disc-area .disc-wrap .inner-table-02 &gt; tbody &gt; tr &gt; th {
  width: 105px;
  text-align: left;
  vertical-align: top;
}

.item-detail-disc-area .disc-wrap .inner-table-02 td {
  text-align: left;
  font-size: 14px;
}

.item-detail-disc-area .disc-wrap .inner-table-02 td li {
  width: 50%;
  padding-left: 20px;
}

.item-detail-disc-area .disc-wrap .inner-table-02 td li td {
  text-align: right;
}

.item-detail-disc-area .disc-wrap .inner-table-02 td li td .rating span {
  margin-left: 0;
  position: relative;
  top: -4px;
}

.item-detail-disc-area .disc-wrap .inner-table-02 td li td .rating span img {
  width: 14px;
  height: auto;
}


/* sp
------------------------------------------------------------ */
@media screen and (max-width: 767px) {
  .feature-main-wrap.static-item .title-item-name {
    font-size: 16px;
    box-sizing: border-box;
    padding: 10px 10px 10px 20px;
    width: 100%;
    left: 0;
    margin-bottom: 20px;
  }
  .feature-main-wrap.static-item .title-item-name:before {
    width: 10px;
  }
  .feature-main-wrap.static-item .title-item-name:after {
    display: none;
  }
  .feature-main-wrap.static-item .disc-wrap {
    border-bottom: solid 1px #dfd8c7;
    padding: 16px 0;
  }
  .feature-main-wrap.static-item .img-area {
    width: 220px;
    float: none;
  }
  .feature-main-wrap.static-item .img-area {
    border: solid 1px #ddd;
    padding: 20px;
    height: 220px;
    line-height: 180px;
    margin: 0 auto 20px;
  }
  .feature-main-wrap.static-item .item-detail-disc-area {
    width: 100%;
    float: none;
  }
  .feature-main-wrap.static-item .price-block {
    font-size: 30px;
    line-height: 1.2;
    margin-bottom: 10px;
  }
  .feature-main-wrap.static-item .price-block .yen {
    font-size: 16px;
  }
  .feature-main-wrap.static-item .price-block .tax {
    font-size: 12px;
  }
  .feature-main-wrap.static-item .item-detail-disc-area .btn-details {
    position: static;
  }
  .feature-main-wrap.static-item .item-detail-disc-area .btn-details a {
    display: block;
    width: 100%;
    height: 60px;
    line-height: 60px;
  }
  .item-detail-disc-area .disc-wrap .inner-table-02 td li {
    width: 100%;
    padding-left: 10px;
    border-bottom: solid 1px #ddd;
    padding-bottom: 1px;
    margin-bottom: 3px;
  }
  .item-detail-disc-area .disc-wrap-last li {
    width: 100%;
    margin-right: 0;
    margin-bottom: 10px;
  }
  .item-detail-disc-area .disc-wrap .inner-table-02 &gt; tbody &gt; tr &gt; th,
  .item-detail-disc-area .disc-wrap .inner-table-02 &gt; tbody &gt; tr &gt; td {
    width: 100%;
    display: block;
  }
  .item-detail-disc-area .disc-wrap .inner-table-02 &gt; tbody &gt; tr &gt; th {
    padding-bottom: 10px;
  }
  .item-detail-disc-area .disc-wrap .inner-table-02 &gt; tbody &gt; tr &gt; td li {
    padding-left: 0 !important;
  }
  .item-detail-disc-area .disc-wrap .inner-table-02 &gt; tbody &gt; tr &gt; td li:last-child {
    border-bottom: none;
  }
}</pre></body></html>