@charset "UTF-8";

/* =========================================================
Awashima Coffee Theme - Product List
========================================================= */

.aw-product_list .ec-layoutRole,
.aw-product_list .ec-layoutRole__contents,
.aw-product_list .ec-layoutRole__main,
.aw-product_list .ec-role {
  width: 100% !important;
  max-width: none !important;
  float: none !important;
  margin: 0 !important;
  padding: 0 !important;
  overflow: visible !important;
}

/* =====================================================
shop header layout
===================================================== */

.aw-product_list .ec-layoutRole__header {
  display: block !important;
}

.aw-product_list {
  padding-top: 118px;
  background: #fff;
}

.aw-product_list .ec-headerRole {
  background: #fff;
}

.aw-product_list .ec-categoryNaviRole,
.aw-product_list .ec-itemNav,
.aw-product_list .ec-pageHeader,
.aw-product_list .ec-pageHeader h1,
.ec-pageHeader,
.ec-pageHeader h1 {
  display: none !important;
}

.aw-products__header {
  display: none !important;
}

/* =========================================================
page
========================================================= */

.aw-products {
  padding: 0 24px 120px;
  background: #fff;
  color: #332922;
  box-sizing: border-box;
}

.aw-productsHero {
  width: calc(100% + 48px);
  height: 250px;
  margin: 0 -24px 64px;
  background-image: url("/html/user_data/assets/img/internet_sales/bg_content_header.jpg");
  background-repeat: no-repeat;
  background-position: center 0%;
  background-size: 1600px auto;
  background-color: #fff;
}

/* =========================================================
search / control
========================================================= */

.aw-products__search,
.aw-products__breadcrumb,
.aw-products__control,
.aw-products__counter,
.aw-products__actions,
.ec-topicpath,
.ec-searchnav,
.ec-searchnavRole,
.ec-searchnavRole__infos {
  display: none !important;
}

.aw-products__pager {
  display: block !important;
  max-width: 1080px;
  margin: 72px auto 0;
  text-align: center;
}

.ec-pager {
  display: flex !important;
  justify-content: center;
  align-items: center;
  gap: 10px;
  margin: 0;
  padding: 0;
  list-style: none;
}

.ec-pager li a {
  display: inline-block;
  min-width: 34px;
  padding: 7px 10px;
  border: 1px solid rgba(36,23,15,.16);
  color: #5d5148;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 12px;
  line-height: 1.4;
  letter-spacing: .06em;
  text-decoration: none !important;
}

.ec-pager__item--active a,
.ec-pager li a:hover {
  border-color: rgba(121,61,18,.42);
  color: #7a4b2e;
}

/* =========================================================
products guide / coffee selector
========================================================= */

.aw-productsGuide {
  max-width: 1180px;
  margin: -265px auto 112px;
  padding: 0 32px;
  box-sizing: border-box;
}

.aw-productsGuide__header {
  margin-bottom: 92px;
  padding: 0 0 40px;
  text-align: center;
}

.aw-productsGuide__lead {
  margin: 0 0 16px;
  color: #9a8a7d;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 10px;
  font-weight: 500;
  letter-spacing: .34em;
  line-height: 1;
  opacity: .68;
}

.aw-productsGuide__title {
  margin: 0;
  color: #120800;
  font-family: "Noto Serif JP", serif;
  font-size: 52px;
  font-weight: 500;
  line-height: 1.22;
  letter-spacing: .10em;
}

.aw-productsGuide__text {
  margin: 28px 0 0;
  color: #5d5148;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 15px;
  line-height: 2.1;
  letter-spacing: .08em;
  opacity: .92;
}

.aw-productsGuide__section {
  margin-top: 86px;
}

.aw-productsGuide__sectionHead {
  margin-bottom: 34px;
  text-align: left;
}

.aw-productsGuide__sectionLabel {
  margin: 0 0 12px;
  color: #7a4b2e;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 11px;
  font-weight: 500;
  letter-spacing: .24em;
}

.aw-productsGuide__sectionHead h3 {
  margin: 0;
  color: #120800;
  font-family: "Noto Serif JP", serif;
  font-size: 32px;
  font-weight: 500;
  line-height: 1.55;
  letter-spacing: .12em;
}

.aw-productsGuide__roastGrid {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  gap: 16px;
}

.aw-productsGuide__originGrid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 24px;
}

.aw-productsGuide__roastCard,
.aw-productsGuide__originCardInner {
  display: block;
  height: 100%;
  min-height: auto;
  padding: 24px 16px 22px;
  border: 1px solid rgba(36,23,15,.11);
  background: rgba(255,255,255,.76);
  color: #332922;
  text-decoration: none !important;
  box-sizing: border-box;
  transition:
    border-color .25s ease,
    box-shadow .25s ease,
    transform .25s ease;
}

.aw-productsGuide__roastCard {
  position: relative;
  overflow: hidden;
  min-height: 205px;
  padding: 34px 18px 28px;
  text-align: center;
  background: rgba(255,255,255,.86);
  box-shadow: 0 10px 28px rgba(36,23,15,.055);
}

.aw-productsGuide__originCardInner {
  min-height: 288px;
  overflow: hidden;
  padding: 0;
  background: rgba(255,255,255,.88);
  box-shadow: 0 12px 30px rgba(36,23,15,.06);
}

.aw-productsGuide__roastCard:hover,
.aw-productsGuide__originCardInner:hover {
  border-color: rgba(121,61,18,.34);
  box-shadow: 0 14px 34px rgba(36,23,15,.07);
  transform: translateY(-3px);
}

.aw-productsGuide__roastCard::before {
  content: "";
  position: absolute;
  inset: 0 0 auto;
  height: 7px;
  background: #7a4b2e;
}

.aw-productsGuide__roastCard::after {
  content:"";
  position:absolute;
  right:-8px;
  bottom:-10px;
  width:90px;
  height:90px;
  background:
    url("/html/user_data/assets/img/internet_sales/aw_botanical_corner.svg")
    no-repeat center center;
  background-size:contain;
  opacity:.70;
}

.aw-productsGuide__roastCard--lightest::before { background-color: #c77a35; }
.aw-productsGuide__roastCard--light::before { background-color: #b6672c; }
.aw-productsGuide__roastCard--medium::before { background-color: #9b4f22; }
.aw-productsGuide__roastCard--mediumdark::before { background-color: #743519; }
.aw-productsGuide__roastCard--dark::before { background-color: #4f2415; }

.aw-productsGuide__roastIcon {
  display:block;
  width:38px;
  height:38px;
  margin:0 auto 18px;
  background-repeat:no-repeat;
  background-position:center center;
  background-size:contain;
  border:none;
  border-radius:0;
  box-shadow:none;
}

.aw-productsGuide__roastCard--lightest .aw-productsGuide__roastIcon {
  background-image:url("/html/user_data/assets/img/internet_sales/aw_roast_bean_icon_01.svg");
}
.aw-productsGuide__roastCard--light .aw-productsGuide__roastIcon {
  background-image:url("/html/user_data/assets/img/internet_sales/aw_roast_bean_icon_02.svg");
}
.aw-productsGuide__roastCard--medium .aw-productsGuide__roastIcon {
  background-image:url("/html/user_data/assets/img/internet_sales/aw_roast_bean_icon_03.svg");
}
.aw-productsGuide__roastCard--mediumdark .aw-productsGuide__roastIcon {
  background-image:url("/html/user_data/assets/img/internet_sales/aw_roast_bean_icon_04.svg");
}
.aw-productsGuide__roastCard--dark .aw-productsGuide__roastIcon {
  background-image:url("/html/user_data/assets/img/internet_sales/aw_roast_bean_icon_05.svg");
}

.aw-productsGuide__roastCard span,
.aw-productsGuide__originCard span {
  display: block;
  margin-bottom: 14px;
  color: #120800;
  font-family: "Noto Serif JP", serif;
  font-size: 22px;
  font-weight: 500;
  line-height: 1.4;
  letter-spacing: .12em;
}

.aw-productsGuide__roastCard strong,
.aw-productsGuide__originCard strong {
  display: block;
  margin-bottom: 14px;
  color: #3d2416;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 13px;
  font-weight: 600;
  line-height: 1.75;
  letter-spacing: .07em;
}

.aw-productsGuide__roastCard em,
.aw-productsGuide__originCard em {
  display: block;
  padding: 14px 15px 0;
  border-top: 1px solid rgba(36,23,15,.10);
  color: #6e5a4c;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 12px;
  font-style: normal;
  line-height: 1.9;
  letter-spacing: .05em;
  text-align: left;
}

.aw-productsGuide__originImage {
  height: 118px;
  background-size: cover;
  background-position: center;
}

.aw-productsGuide__originImage--africa {
  background-image:
    linear-gradient(rgba(36,23,15,.04), rgba(36,23,15,.10)),
    url("/html/user_data/assets/img/internet_sales/origin_africa.jpg");
}

.aw-productsGuide__originImage--latin {
  background-image:
    linear-gradient(rgba(36,23,15,.04), rgba(36,23,15,.10)),
    url("/html/user_data/assets/img/internet_sales/origin_latin.jpg");
}

.aw-productsGuide__originImage--asia {
  background-image:
    linear-gradient(rgba(36,23,15,.04), rgba(36,23,15,.10)),
    url("/html/user_data/assets/img/internet_sales/origin_asia.jpg");
}

.aw-productsGuide__originBody {
  padding: 24px 24px 0;
}

.aw-productsGuide__originMain span {
  position: relative;
  margin-bottom: 12px;
  padding-right: 24px;
}

.aw-productsGuide__originMain span::after {
  content: "›";
  position: absolute;
  right: 0;
  top: 50%;
  color: #7a4b2e;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 24px;
  line-height: 1;
  transform: translateY(-50%);
}

.aw-productsGuide__countries {
  margin: 22px 24px 0;
  padding: 18px 0 24px;
  border-top: 1px solid rgba(36,23,15,.10);
}

.aw-productsGuide__countries p {
  margin: 0 0 13px;
  color: #7a4b2e;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 11px;
  font-weight: 500;
  letter-spacing: .14em;
}

.aw-productsGuide__countries ul {
  display: flex;
  flex-wrap: wrap;
  gap: 8px 10px;
  margin: 0;
  padding: 0;
  list-style: none;
}

.aw-productsGuide__countries li {
  border: 1px solid rgba(36,23,15,.12);
  color: #4a3d35;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 12px;
  line-height: 1.4;
  letter-spacing: .04em;
  background: rgba(255,255,255,.72);
  overflow: hidden;
}

.aw-productsGuide__countries li a {
  display: block;
  padding: 6px 12px;
  color: inherit;
  text-decoration: none !important;
}

.aw-productsGuide__countries li:hover {
  border-color: rgba(121,61,18,.34);
  color: #7a4b2e;
}

.aw-productsGuide + .aw-products__list {
  margin-top: 74px;
}

/* =========================================================
result
========================================================= */

#aw-products-guide,
#aw-products-roast,
#aw-products-origin,
#aw-products-result {
  scroll-margin-top: 90px;
}

#aw-products-all-anchor {
  display:block;
  position:relative;
  top:-120px;
}

.aw-productsResult {
  max-width: 1080px;
  margin: 0 auto 42px;
  padding: 0 0 14px;
  border-bottom: 0;
}

.aw-productsResult__label {
  margin: 0 0 12px;
  color: #7a4b2e;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 11px;
  font-weight: 500;
  letter-spacing: .24em;
}

.aw-productsResult__title {
  margin: 0;
  color: #120800;
  font-family: "Noto Serif JP", serif;
  font-size: 28px;
  font-weight: 500;
  line-height: 1.55;
  letter-spacing: .12em;
}

.aw-productsResult__text {
  margin: 14px 0 0;
  color: #5d5148;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 13px;
  line-height: 2;
  letter-spacing: .06em;
}

.aw-productsResult__count {
  margin: 8px 0 0;
  color: #7a4b2e;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 12px;
  line-height: 1.8;
  letter-spacing: .06em;
}

/* =========================================================
result filter / cross selector
========================================================= */

.aw-productsFilter {
  margin-top: 30px;
  margin-bottom: 56px;
  padding: 28px 30px 24px;
  border: 1px solid rgba(36,23,15,.12);
  background: rgba(250,247,243,.72);
  box-sizing: border-box;
}

.aw-productsFilter__header {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  gap: 32px;
  margin-bottom: 24px;
  padding-bottom: 20px;
  border-bottom: 1px solid rgba(36,23,15,.10);
}

.aw-productsFilter__eyebrow {
  margin: 0 0 7px;
  color: #7a4b2e;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 10px;
  font-weight: 600;
  line-height: 1;
  letter-spacing: .24em;
}

.aw-productsFilter__title {
  margin: 0;
  color: #120800;
  font-family: "Noto Serif JP", serif;
  font-size: 20px;
  font-weight: 500;
  line-height: 1.5;
  letter-spacing: .10em;
}

.aw-productsFilter__lead {
  margin: 0 0 2px;
  color: #6f6259;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 12px;
  line-height: 1.8;
  letter-spacing: .05em;
}

.aw-productsFilter__group {
  display: grid;
  grid-template-columns: 105px minmax(0, 1fr);
  align-items: center;
  gap: 20px;
}

.aw-productsFilter__groupHead span,
.aw-productsFilter__groupHead strong {
  display: block;
}

.aw-productsFilter__groupHead span {
  margin-bottom: 5px;
  color: #7a4b2e;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 10px;
  font-weight: 600;
  line-height: 1;
  letter-spacing: .22em;
}

.aw-productsFilter__groupHead strong {
  color: #3f332b;
  font-family: "Noto Serif JP", serif;
  font-size: 15px;
  font-weight: 500;
  line-height: 1.5;
  letter-spacing: .08em;
}

.aw-productsFilter__options {
  display: grid;
  gap: 10px;
}

.aw-productsFilter__options--roast {
  grid-template-columns: repeat(5, minmax(0, 1fr));
}

.aw-productsFilter__options--origin {
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

.aw-productsFilter__option {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 10px;
  min-width: 0;
  min-height: 48px;
  padding: 10px 12px 10px 14px;
  border: 1px solid rgba(36,23,15,.15);
  border-radius: 0;
  background: #fff;
  color: #4f433b;
  cursor: pointer;
  box-sizing: border-box;
  appearance: none;
  -webkit-appearance: none;
  transition:
    border-color .2s ease,
    background .2s ease,
    color .2s ease,
    transform .2s ease,
    opacity .2s ease;
}

.aw-productsFilter__option:hover {
  border-color: rgba(122,75,46,.42);
  background: #fbf7f2;
  color: #6f3e22;
  transform: translateY(-1px);
}

.aw-productsFilter__option.is-active {
  border-color: #5b321e;
  background: #5b321e;
  color: #fff;
}

.aw-productsFilter__option.is-active::before {
  content: "✓";
  margin-right: 2px;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 11px;
  font-weight: 600;
  line-height: 1;
}

.aw-productsFilter__option.is-disabled {
  border-color: rgba(36,23,15,.08);
  background: rgba(255,255,255,.48);
  color: rgba(79,67,59,.32);
  cursor: default;
  opacity: .72;
  transform: none;
}

.aw-productsFilter__optionName {
  min-width: 0;
  overflow: hidden;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 12px;
  font-weight: 500;
  line-height: 1.5;
  letter-spacing: .04em;
  text-align: left;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.aw-productsFilter__optionCount {
  flex: 0 0 auto;
  color: #9a8a7d;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 10px;
  font-weight: 400;
  line-height: 1;
  letter-spacing: .02em;
}

.aw-productsFilter__optionCount b {
  margin-right: 2px;
  font-size: 11px;
  font-weight: 600;
}

.aw-productsFilter__option.is-active .aw-productsFilter__optionCount {
  color: rgba(255,255,255,.72);
}

.aw-productsFilter__cross {
  display: flex;
  align-items: center;
  height: 28px;
  margin-left: 105px;
  padding-left: 20px;
}

.aw-productsFilter__cross span {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 24px;
  height: 24px;
  color: #9a8a7d;
  font-family: "Noto Serif JP", serif;
  font-size: 17px;
  line-height: 1;
}

.aw-productsFilter__current {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
  margin-top: 24px;
  padding-top: 20px;
  border-top: 1px solid rgba(36,23,15,.10);
}

.aw-productsFilter__currentText {
  display: flex;
  align-items: baseline;
  flex-wrap: wrap;
  gap: 10px 18px;
}

.aw-productsFilter__currentText span {
  color: #8a796d;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 10px;
  font-weight: 500;
  line-height: 1.6;
  letter-spacing: .14em;
}

.aw-productsFilter__currentText strong {
  color: #5b321e;
  font-family: "Noto Serif JP", serif;
  font-size: 15px;
  font-weight: 500;
  line-height: 1.6;
  letter-spacing: .07em;
}

.aw-productsFilter__reset {
  flex: 0 0 auto;
  color: #7a4b2e;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 11px;
  font-weight: 500;
  line-height: 1.6;
  letter-spacing: .08em;
  text-decoration: none !important;
}

.aw-productsFilter__reset::before {
  content: "×";
  margin-right: 6px;
}

.aw-productsFilter__reset:hover {
  opacity: .68;
}

.aw-productsResult__bottomNav {
  display: flex;
  justify-content: center;
  max-width: 1080px;
  margin: 64px auto 0;
}

.aw-productsResult__changeFilter {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 180px;
  min-height: 44px;
  padding: 8px 20px;
  border: 1px solid rgba(122,75,46,.28);
  color: #7a4b2e;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 12px;
  font-weight: 500;
  line-height: 1.6;
  letter-spacing: .10em;
  text-decoration: none !important;
  box-sizing: border-box;
  transition:
    background .2s ease,
    color .2s ease,
    border-color .2s ease;
}

.aw-productsResult__changeFilter:hover {
  border-color: #5b321e;
  background: #5b321e;
  color: #fff;
}

/* =========================================================
product grid
========================================================= */

.aw-products__list {
  max-width: 1080px;
  margin: 0 auto;
}

.aw-products__grid {
  display: grid !important;
  grid-template-columns: repeat(3, minmax(0, 300px));
  justify-content: space-between;
  gap: 70px 54px;
  margin: 0 !important;
  padding: 0 !important;
  list-style: none;
}

.aw-products__item {
  width: auto !important;
  margin: 0 !important;
  padding: 0 0 36px !important;
  border-bottom: 1px solid rgba(36,23,15,.14);
}

.aw-products__link {
  display: block;
  color: inherit;
  text-decoration: none !important;
}

.aw-products__image {
  width: 100%;
  margin: 0 0 24px !important;
  background: #f8f6f1;
  overflow: hidden;
  line-height: 0;
  aspect-ratio: 5 / 4;
}

.aw-products__image img {
  display: block;
  width: 100% !important;
  height: 100% !important;
  aspect-ratio: auto;
  object-fit: cover;
}

.aw-products__link:hover .aw-products__image img {
  transform: scale(1.025);
  opacity: .94;
}

/* =========================================================
product text
========================================================= */

.aw-products__name {
  margin: 0 0 26px;
  color: #120800;
  font-family: "Noto Serif JP", serif;
  font-size: 18px;
  font-weight: 500;
  line-height: 1.65;
  letter-spacing: .08em;
}

.aw-products__name span {
  display: block;
  font-size: inherit;
  line-height: inherit;
}

.aw-products__name span:first-child {
  margin-bottom: 5px;
  color: #7a4b2e;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 13px;
  font-weight: 500;
  line-height: 1.35;
  letter-spacing: .14em;
}

.aw-products__name span:last-child {
  color: #120800;
  font-family: "Noto Serif JP", serif;
  font-size: 17px;
  font-weight: 500;
  line-height: 1.55;
  letter-spacing: .08em;
}

.aw-products__roast {
  margin: 14px 0 18px;
  color: #7a4b2e;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 12px;
  font-weight: 500;
  line-height: 1.6;
  letter-spacing: .12em;
}

.aw-products__flavor {
  margin: 0 0 12px;
  padding: 15px 18px 14px;
  border-top: 1px solid rgba(36,23,15,.07);
  border-bottom: 1px solid rgba(36,23,15,.07);
  background: rgba(248,246,241,.40);
  box-sizing: border-box;
}

.aw-products__flavor span {
  display: flex !important;
  align-items: baseline;
  gap: 11px;
  padding-left: 0 !important;
  margin-bottom: 9px;
  color: #5a4638;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 13px;
  line-height: 1.85;
  letter-spacing: .05em;
}

.aw-products__flavor span:last-child {
  margin-bottom: 0;
}

.aw-products__flavor span::before {
  content: none !important;
}

.aw-products__flavorDot {
  display: inline-block !important;
  width: 4px;
  height: 4px;
  margin-top: 0;
  transform: translateY(-2px);
  border-radius: 50%;
  background: #7a4b2e;
  flex-shrink: 0;
}

.aw-products__description {
  margin: 0 0 26px;
  color: #4a3d35;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 13px;
  font-weight: 400;
  line-height: 2.15;
  letter-spacing: .04em;
}

.aw-products__price {
  margin: 0 0 22px !important;
  color: #120800;
  font-family: "Noto Serif JP", serif;
  font-size: 20px;
  font-weight: 500;
  letter-spacing: .08em;
}

/* =========================================================
form
========================================================= */

.aw-products__form {
  margin: 0 0 14px;
}

.aw-products__form .ec-select {
  margin-bottom: 0;
}

.aw-products__selectRow,
.aw-products__quantity {
  display: grid;
  grid-template-columns: 82px 1fr;
  align-items: center;
  gap: 12px;
  margin-bottom: 10px;
}

.aw-products__selectLabel,
.aw-products__quantity span {
  color: #43352d;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 12px;
  font-weight: 500;
  letter-spacing: .12em;
  white-space: nowrap;
}

.aw-products__quantity span {
  display: flex;
  align-items: center;
  height: 42px;
}

.aw-products__select {
  margin: 0 !important;
}

.aw-products__select select,
.aw-products__form select,
.aw-products__quantity input {
  width: 100%;
  height: 42px;
  padding: 0 34px 0 14px;
  border: 1px solid rgba(36,23,15,.22);
  background: #fff;
  color: #24170f;
  font-size: 14px;
  letter-spacing: .04em;
  box-sizing: border-box;
}

.aw-products__quantity input {
  width: 100%;
  padding: 0 14px;
  text-align: center;
}

.aw-products__select select:focus,
.aw-products__form select:focus,
.aw-products__quantity input:focus {
  outline: none;
  box-shadow: none;
  border-color: rgba(36,23,15,.34);
}

.aw-products__btn .ec-blockBtn--action {
  width: 100%;
  min-height: 46px;
  border: 1px solid rgba(61,36,22,.9);
  background: #fff;
  color: #3d2416;
  font-size: 14px;
  letter-spacing: .12em;
  transition:
    background .25s ease,
    color .25s ease,
    opacity .25s ease;
}

.aw-products__btn .ec-blockBtn--action:hover {
  background: #3d2416;
  color: #fff;
  opacity: .96;
}

/* =========================================================
modal / add cart
商品詳細ページと共通デザイン
========================================================= */

.aw-product_list .ec-modal-wrap {
  width: calc(100% - 48px);
  max-width: 620px;
  padding: 46px 48px 42px;
  border: 1px solid rgba(36, 23, 15, .18);
  border-radius: 0;
  background: #fff;
  box-shadow: 0 18px 50px rgba(36, 23, 15, .14);
  box-sizing: border-box;
}

.aw-product_list .ec-modal-box {
  text-align: center;
}

.aw-product_list #ec-modal-header {
  margin: 0 0 28px;
  color: #24170f;
  font-family: "Noto Serif JP", serif;
  font-size: 18px;
  font-weight: 400;
  line-height: 1.7;
  letter-spacing: .08em;
}

.aw-product_list .ec-modal-box .ec-role {
  margin: 0 !important;
  padding: 0 !important;
}

.aw-product_list .ec-inlineBtn--cancel,
.aw-product_list .ec-inlineBtn--action {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 180px;
  min-height: 48px;
  margin: 0 4px;
  padding: 10px 18px;
  border-radius: 0;
  box-sizing: border-box;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 13px;
  font-weight: 500;
  line-height: 1.5;
  letter-spacing: .08em;
  text-decoration: none !important;
  transition:
    background .25s ease,
    color .25s ease,
    border-color .25s ease;
}

/* お買い物を続ける */
.aw-product_list .ec-inlineBtn--cancel {
  border: 1px solid rgba(61, 36, 22, .28);
  background: #fff;
  color: #3d2416;
}

.aw-product_list .ec-inlineBtn--cancel:hover {
  border-color: #3d2416;
  background: #f8f6f1;
  color: #3d2416;
}

/* カートへ進む */
.aw-product_list .ec-inlineBtn--action {
  border: 1px solid #3d2416;
  background: #3d2416;
  color: #fff;
}

.aw-product_list .ec-inlineBtn--action:hover {
  background: #2d1a10;
  border-color: #2d1a10;
  color: #fff;
}

/* 閉じる */
.aw-product_list .ec-modal-close {
  top: 18px;
  right: 20px;
  color: #6e5a4c;
  opacity: .75;
}

/* SP */
@media screen and (max-width: 767px) {

  .aw-product_list .ec-modal-wrap {
    width: calc(100% - 32px);
    max-width: none;
    padding: 42px 24px 30px;
  }

  .aw-product_list #ec-modal-header {
    margin-bottom: 24px;
    font-size: 17px;
  }

  .aw-product_list .ec-inlineBtn--cancel,
  .aw-product_list .ec-inlineBtn--action {
    display: flex;
    width: 100%;
    min-height: 48px;
    margin: 8px 0 0;
  }

}

/* =========================================================
global link/focus reset
========================================================= */

.aw-product_list a,
.aw-product_list a:hover,
.aw-product_list a:focus,
.aw-product_list a:active {
  text-decoration: none !important;
}

.aw-product_list a:focus,
.aw-product_list button:focus,
.aw-product_list input:focus,
.aw-product_list select:focus,
.aw-product_list textarea:focus {
  outline: none;
  box-shadow: none;
}

/* =========================================================
responsive
========================================================= */

@media screen and (max-width: 900px) {

  .aw-products__grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 58px 28px;
  }

  .aw-productsGuide__roastGrid,
  .aw-productsGuide__originGrid {
    grid-template-columns: 1fr 1fr;
  }

  .aw-productsFilter__group {
    grid-template-columns: 90px minmax(0, 1fr);
    gap: 16px;
  }

  .aw-productsFilter__options--roast {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }

  .aw-productsFilter__cross {
    margin-left: 90px;
    padding-left: 16px;
  }

}

@media screen and (max-width: 767px) {

  .aw-product_list {
    padding-top: 72px;
  }

  .aw-products {
    padding: 0 0 96px;
    background: #fff;
  }

  .aw-productsHero {
    width: 100%;
    height: 180px;
    margin: 0 0 44px;
    background-position: center 0%;
    background-size: 980px auto;
  }

  .aw-productsGuide {
    margin: -170px auto 80px;
  }

  .aw-productsGuide__header {
    margin-bottom: 28px;
    padding: 0 0 24px;
  }

  .aw-productsGuide__lead {
    margin-bottom: 16px;
    font-size: 9px;
    letter-spacing: .30em;
  }

  .aw-productsGuide__title {
    font-size: 34px;
    line-height: 1.45;
    letter-spacing: .14em;
  }

  .aw-productsGuide__text {
    margin-top: 24px;
    font-size: 12px;
    line-height: 2.1;
    letter-spacing: .04em;
  }

  .aw-productsGuide__section {
    margin-top: 56px;
  }

  .aw-productsGuide__sectionHead {
    margin-bottom: 24px;
    padding: 0 24px;
  }

  .aw-productsGuide__sectionHead h3 {
    font-size: 23px;
  }

  .aw-productsGuide__roastGrid,
  .aw-productsGuide__originGrid {
    grid-template-columns: 1fr;
    padding: 24px 20px 22px;
  }

  .aw-productsGuide__roastCard,
  .aw-productsGuide__originCardInner {
    min-height: auto;
    padding: 28px 22px 26px;
  }

  .aw-productsGuide__roastCard span,
  .aw-productsGuide__originCard span {
    font-size: 21px;
  }

  .aw-productsResult {
    margin: 0 0 30px;
    padding: 0 28px 12px;
  }

  .aw-productsResult__title {
    font-size: 23px;
    line-height: 1.6;
  }

  .aw-productsResult__text {
    font-size: 12px;
    line-height: 1.9;
  }

  .aw-productsFilter {
    margin-top: 26px;
    padding: 22px 18px 18px;
  }

  .aw-productsFilter__header {
    display: block;
    margin-bottom: 20px;
    padding-bottom: 18px;
  }

  .aw-productsFilter__lead {
    margin-top: 10px;
    font-size: 11px;
  }

  .aw-productsFilter__group {
    display: block;
  }

  .aw-productsFilter__groupHead {
    margin-bottom: 11px;
  }

  .aw-productsFilter__groupHead span {
    display: inline-block;
    margin: 0 10px 0 0;
  }

  .aw-productsFilter__groupHead strong {
    display: inline-block;
    font-size: 14px;
  }

  .aw-productsFilter__options--roast {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .aw-productsFilter__options--origin {
    grid-template-columns: 1fr;
  }

  .aw-productsFilter__option {
    min-height: 48px;
    padding: 10px 12px;
  }

  .aw-productsFilter__optionName {
    font-size: 12px;
    white-space: normal;
  }

  .aw-productsFilter__cross {
    height: 34px;
    margin-left: 0;
    padding-left: 0;
    justify-content: center;
  }

  .aw-productsFilter__current {
    display: block;
    margin-top: 20px;
    padding-top: 17px;
  }

  .aw-productsFilter__currentText {
    display: block;
  }

  .aw-productsFilter__currentText span,
  .aw-productsFilter__currentText strong {
    display: block;
  }

  .aw-productsFilter__currentText strong {
    margin-top: 4px;
    font-size: 14px;
  }

  .aw-productsFilter__reset {
    display: inline-block;
    margin-top: 13px;
  }

  .aw-productsResult__bottomNav {
    margin-top: 52px;
    padding: 0 18px;
  }

  .aw-productsResult__changeFilter {
    width: 100%;
  }

  .aw-products__grid {
    grid-template-columns: 1fr;
    gap: 52px;
    padding: 0 !important;
  }

  .aw-products__item {
    padding-bottom: 34px !important;
  }

  .aw-products__image {
    width: 100%;
    aspect-ratio: auto;
    margin: 0 0 18px !important;
    background: transparent;
    overflow: visible;
  }

  .aw-products__image img {
    display: block;
    width: 100% !important;
    height: auto !important;
    object-fit: contain;
  }

  .aw-products__name,
  .aw-products__roast,
  .aw-products__flavor,
  .aw-products__description,
  .aw-products__price,
  .aw-products__form,
  .aw-products__btn {
    padding-left: 18px;
    padding-right: 18px;
  }

  .aw-products__name {
    margin: 0 0 20px;
  }

  .aw-products__roast {
    margin-bottom: 20px;
  }

  .aw-products__name span:first-child {
    font-size: 12px;
  }

  .aw-products__name span:last-child {
    font-size: 16px;
  }

  .aw-products__flavor {
    margin-bottom: 16px;
    padding-top: 14px;
    padding-bottom: 13px;
  }

  .aw-products__flavor span {
    margin-bottom: 7px;
    line-height: 1.75;
  }

  .aw-products__flavor span:last-child {
    margin-bottom: 0;
  }

  .aw-products__description {
    margin-bottom: 28px;
    font-size: 13px;
    line-height: 1.95;
  }

  .aw-products__price {
    margin-bottom: 22px !important;
  }

  .aw-products__selectRow,
  .aw-products__quantity {
    grid-template-columns: 78px 1fr;
  }

}

/* =========================================================
   country result navigation
========================================================= */

.aw-productsResult__utility--country {
  justify-content: flex-start;
  gap: 24px;
  margin-top: 26px;
  margin-bottom: 56px;
}

.aw-productsResult__utility--country .aw-productsResult__back,
.aw-productsResult__utility--country .aw-productsResult__reset {
  margin-top: 0;
  margin-bottom: 0;
}

@media screen and (max-width: 767px) {
  .aw-productsFilter {
    margin-bottom: 40px;
  }

  .aw-productsResult__utility--country {
    flex-direction: column;
    align-items: flex-start;
    gap: 12px;
    margin-bottom: 40px;
  }
}


/* =========================================================
   country result navigation / select again
========================================================= */

.aw-countryNav {
  margin: 30px 0 56px;
  padding: 20px 24px;
  border-top: 1px solid rgba(36,23,15,.12);
  border-bottom: 1px solid rgba(36,23,15,.12);
  box-sizing: border-box;
}

.aw-countryNav__label {
  margin: 0 0 13px;
  color: #9a8a7d;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 9px;
  font-weight: 600;
  line-height: 1;
  letter-spacing: .24em;
}

.aw-countryNav__links {
  display: flex;
  align-items: center;
  gap: 34px;
}

.aw-countryNav__link {
  display: inline-flex;
  align-items: center;
  gap: 18px;
  color: #66584e;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 13px;
  font-weight: 500;
  line-height: 1.6;
  letter-spacing: .06em;
  text-decoration: none !important;
  transition: opacity .2s ease;
}

.aw-countryNav__link--primary {
  color: #7a4b2e;
}

.aw-countryNav__link + .aw-countryNav__link {
  padding-left: 34px;
  border-left: 1px solid rgba(36,23,15,.12);
}

.aw-countryNav__arrow {
  color: #9b765e;
  font-size: 15px;
  line-height: 1;
  transition: transform .2s ease;
}

.aw-countryNav__link:hover {
  opacity: .68;
}

.aw-countryNav__link:hover .aw-countryNav__arrow {
  transform: translateX(4px);
}

@media screen and (max-width: 767px) {
  .aw-countryNav {
    margin: 26px 0 40px;
    padding: 18px 0;
  }

  .aw-countryNav__links {
    display: block;
  }

  .aw-countryNav__link {
    display: flex;
    justify-content: space-between;
    width: 100%;
    padding: 13px 4px;
    box-sizing: border-box;
  }

  .aw-countryNav__link + .aw-countryNav__link {
    padding-left: 4px;
    border-left: none;
    border-top: 1px solid rgba(36,23,15,.10);
  }
}

/* =========================================================
   roast level scale
========================================================= */

.aw-products__roast {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 10px;
}

.aw-products__roastLabel {
  display: inline-block;
}

.aw-products__roastScale {
  display: inline-flex;
  align-items: center;
  gap: 5px;
}

.aw-products__roastDot {
  display: block;
  width: 7px;
  height: 7px;
  border: 1px solid rgba(122, 75, 46, .24);
  border-radius: 50%;
  background: transparent;
  box-sizing: border-box;
}

.aw-products__roastDot.is-active {
  border-color: rgba(122, 75, 46, .58);
  background: rgba(122, 75, 46, .58);
}

/* =========================================================
   Product list final fixes
   2026-09-12
========================================================= */

/* 商品カード下の不要な罫線をPC/SPとも削除 */
.aw-product_list .aw-products__item {
  border-bottom: 0 !important;
}

/* カテゴリID直表示（アソート/ギフト/デカフェ/水出し）のみ
   該当件数と最初の商品サムネイルの間に余白を確保
   ※ 商品グリッドは .aw-productsResult の内側にあるため、grid 自体に余白を付ける */
.aw-productsResult--direct .aw-products__grid {
  margin-top: 28px !important;
}

@media screen and (max-width: 767px) {
  .aw-productsResult--direct .aw-products__grid {
    margin-top: 30px !important;
  }
}


/* =========================================================
   商品カード
   3ポイント後の味わいの一言を上へ寄せる
   金額位置は変更しない
========================================================= */

.aw-products__description {
  position: relative;
  top: -8px;
}

@media screen and (max-width: 767px) {
  .aw-products__description {
    top: -6px;
  }
}

/* =========================================================
   SP / ORIGIN CARD WIDTH TUNING
   写真幅に合わせて見出し・説明・国別リンクを広げる
========================================================= */

@media screen and (max-width: 767px) {

  .aw-productsGuide__originGrid {
    padding-left: 0;
    padding-right: 0;
  }

  .aw-productsGuide__originCardInner {
    padding: 0;
  }

  .aw-productsGuide__originBody {
    padding: 24px 18px 0;
  }

  .aw-productsGuide__countries {
    margin-left: 18px;
    margin-right: 18px;
  }

  .aw-productsGuide__countries ul {
    width: 100%;
  }

  .aw-productsGuide__countries li {
    flex: 1 1 calc(50% - 5px);
    box-sizing: border-box;
  }

  .aw-productsGuide__countries li a {
    width: 100%;
    box-sizing: border-box;
  }

}

/* =========================================================
   SP / ROAST CARD WIDTH TUNING
   産地カードと外周幅を揃える
========================================================= */

@media screen and (max-width: 767px) {

  .aw-productsGuide__roastGrid {
    padding-left: 0;
    padding-right: 0;
  }

}

/* =========================================================
DISCOVERY RESULT / spacing & change-filter CTA
========================================================= */

.aw-productsResult--discovery .aw-products__grid {
  margin-top: 42px !important;
}

@media screen and (min-width: 768px) {
  .aw-productsResult__changeFilter {
    min-width: 312px;
    min-height: 65px;
    padding: 14px 36px;
    font-size: 13px;
  }
}

@media screen and (max-width: 767px) {
  .aw-productsResult--discovery .aw-products__grid {
    margin-top: 32px !important;
  }
}

