@charset "utf-8";

/************************************************
 test import css
************************************************ */

.search_text {
  color: gray;
  font-size: 14px;
}

/*クロスセル用*/
.raku2_upcross .up {
  display: flex;
  margin-top: 50px;
}

.up_text,
.up_img {
  width: 50%;
  font-size: 1.5em;
}

.up_text {
  padding: 20px;
}

.raku2_upcross .kyouchou {
  font-size: 1.5em;
}

.raku2_upcross .bold {
  font-weight: bold;
}

.raku2_upcross .red {
  color: red;
  font-weight: bold;
}

.upcross_main_img {
  width: 100%;
}

/*商品個別ページ用*/
#ins_catalog_caption_pc .red {
  color: red;
  font-weight: bold;
}


/************************************************
 PCヘッダー：共通
************************************************ */

#header_wrap,
#header_wrap *,
#header_wrap *::before,
#header_wrap *::after {
  box-sizing: border-box;
}

#header_wrap,
#header {
  overflow: visible !important;
}

#header_wrap {
  position: relative;
  z-index: 10000;
  width: 100%;
  background: #ffffff;
}


/************************************************
 PCヘッダー：最上段ユーティリティバー
************************************************ */

.satuma-utility-bar {
  width: 100%;
  background: #ffffff;
  border-top: 3px solid #8b1e1e;
  border-bottom: 1px solid #ddd0c4;
  box-shadow: none;
}

.satuma-utility-bar__inner {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 18px;
  width: 1080px;
  max-width: calc(100% - 40px);
  min-height: 34px;
  margin: 0 auto;
  padding: 0;
}

.satuma-utility-bar #site_description,
.satuma-utility-bar__lead {
  position: static !important;
  float: none !important;
  display: block !important;
  flex: 1 1 auto;
  min-width: 0;
  width: auto !important;
  margin: 0 !important;
  padding: 0 !important;
  color: #4f3b32;
  font-size: 12px;
  font-weight: 600;
  line-height: 1.45;
  text-align: left;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  background: transparent !important;
  border: none !important;
  border-radius: 0 !important;
}

.satuma-utility-bar__lead::before {
  content: none !important;
}

.satuma-utility-bar__links {
  display: flex;
  flex: 0 0 auto;
  align-items: center;
  justify-content: flex-end;
  gap: 7px;
  margin: 0;
  padding: 0;
  white-space: nowrap;
}

.satuma-utility-bar__links a {
  position: relative;
  display: inline-flex;
  align-items: center;
  min-height: 24px;
  padding: 3px 11px 3px 9px;
  color: #4b2b1c;
  font-size: 12px;
  font-weight: 700;
  line-height: 1.35;
  text-decoration: none;
  white-space: nowrap;
  background: #fffaf5;
  border: 1px solid #d0ad89;
  border-radius: 999px;
  box-shadow: 0 1px 2px rgba(70, 42, 20, 0.04);
  transition:
    color 0.16s ease,
    background-color 0.16s ease,
    border-color 0.16s ease,
    box-shadow 0.16s ease;
}

.satuma-utility-bar__links a::after {
  content: "";
  display: inline-block;
  width: 6px;
  height: 6px;
  margin-left: 8px;
  border-top: 1.5px solid currentColor;
  border-right: 1.5px solid currentColor;
  transform: rotate(45deg);
}

.satuma-utility-bar__links a:nth-child(1)::before,
.satuma-utility-bar__links a:nth-child(2)::before,
.satuma-utility-bar__links a:nth-child(3)::before {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 16px;
  height: 16px;
  margin-right: 6px;
  color: #ffffff;
  font-family: FontAwesome, Arial, sans-serif;
  font-size: 9px;
  font-weight: normal;
  line-height: 1;
  background: #8b1e1e;
  border-radius: 50%;
}

.satuma-utility-bar__links a:nth-child(1)::before {
  content: "\f02d";
}

.satuma-utility-bar__links a:nth-child(2)::before {
  content: "\f059";
}

.satuma-utility-bar__links a:nth-child(3)::before {
  content: "\f0e0";
}

.satuma-utility-bar__links a:hover,
.satuma-utility-bar__links a:focus {
  color: #ffffff;
  text-decoration: none;
  background: #8b1e1e;
  border-color: #8b1e1e;
  box-shadow: 0 2px 7px rgba(139, 30, 30, 0.18);
}

.satuma-utility-bar__links a:hover::before,
.satuma-utility-bar__links a:focus::before {
  color: #8b1e1e;
  background: #ffffff;
}


/************************************************
 PCヘッダー中央
************************************************ */

#header_wrap #header {
  position: relative;
  display: grid !important;
  grid-template-columns: 315px minmax(360px, 1fr) 315px;
  align-items: start;
  column-gap: 24px;
  width: 1080px !important;
  max-width: calc(100% - 40px);
  height: 108px !important;
  min-height: 108px !important;
  margin: 0 auto !important;
  padding: 0 !important;
  overflow: visible !important;
  float: none !important;
  clear: both !important;
  text-align: left;
}

#header_wrap #header::before,
#header_wrap #header::after {
  content: none !important;
}

#header_wrap #logo_area {
  position: static !important;
  float: none !important;
  grid-column: 1;
  justify-self: start;
  align-self: start;
  width: 270px !important;
  max-width: 270px !important;
  height: auto !important;
  margin: 26px 0 0 !important;
  padding: 0 !important;
}

#header_wrap #logo_area h1 {
  margin: 0 !important;
  padding: 0 !important;
  line-height: 1 !important;
}

#header_wrap #logo_area a {
  display: block !important;
  width: 270px !important;
  max-width: 270px !important;
  height: auto !important;
}

#header_wrap #logo_area img,
#header_wrap #logo_area h1 img,
#header_wrap #header #logo_area img {
  display: block !important;
  width: 270px !important;
  max-width: 270px !important;
  height: auto !important;
  max-height: none !important;
  object-fit: contain !important;
}

#header_wrap #header .tel {
  display: none !important;
}


/************************************************
 PCヘッダー中央：電話
************************************************ */

.satuma-header-tel {
  position: relative;
  grid-column: 2;
  justify-self: center;
  align-self: start;
  display: block;
  width: 390px;
  max-width: 390px;
  min-width: 390px;
  height: auto;
  margin: 26px 0 0;
  padding: 0;
  text-align: center;
  background: transparent;
  border: none;
  border-radius: 0;
  box-shadow: none;
}

.satuma-header-tel::before {
  content: none !important;
}

.satuma-header-tel__lead {
  display: block;
  width: 292px;
  margin: 0 auto 4px !important;
  padding: 4px 14px 5px !important;
  color: #ffffff;
  font-size: 12px;
  font-weight: 700;
  line-height: 1.2;
  letter-spacing: 0.02em;
  text-align: center;
  white-space: nowrap;
  background: #8b1e1e;
  border-radius: 999px;
}

.satuma-header-tel__main {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 390px;
  margin: 0 auto;
  padding: 0;
  color: #2d2926 !important;
  text-decoration: none !important;
  white-space: nowrap;
}

.satuma-header-tel__free-icon {
  flex: 0 0 auto;
  display: block;
  width: 58px;
  max-width: 58px;
  height: auto;
  max-height: 28px;
  margin: 0 8px 0 0;
  object-fit: contain;
  vertical-align: middle;
}

.satuma-header-tel__number {
  display: block;
  margin: 0;
  padding: 0;
  color: #2d2926 !important;
  font-size: 30px;
  font-weight: 800;
  line-height: 1.05;
  letter-spacing: 0.02em;
  text-align: left;
  text-decoration: none !important;
  white-space: nowrap;
}

.satuma-header-tel__main:hover .satuma-header-tel__number,
.satuma-header-tel__main:focus .satuma-header-tel__number {
  color: #8b1e1e !important;
}

.satuma-header-tel__time {
  display: block;
  width: 292px;
  margin: 4px auto 0 !important;
  padding: 0 !important;
  color: #332a26;
  font-size: 12px;
  font-weight: 500;
  line-height: 1.25;
  letter-spacing: 0.02em;
  text-align: center;
  white-space: nowrap;
}

.satuma-header-tel__time span {
  margin-left: 7px;
}


/************************************************
 右上会員・カート
************************************************ */

#header_wrap #header_utility {
  position: static !important;
  float: none !important;
  grid-column: 3;
  justify-self: end;
  align-self: start;
  width: 315px !important;
  max-width: 315px !important;
  height: auto !important;
  margin: 0 !important;
  padding: 0 !important;
  overflow: visible !important;
}

#header_wrap #headerInternalColumn,
#header_wrap #header_login_area,
#header_wrap #header_login_form,
#header_wrap #header_utility .block_outer,
#header_wrap #header_utility .block_body {
  position: static !important;
  float: none !important;
  display: block !important;
  width: 100% !important;
  height: auto !important;
  margin: 0 !important;
  padding: 0 !important;
  overflow: visible !important;
}

#header_wrap #header_utility #user_login,
#header_wrap #header_utility .satuma-user-login {
  position: static !important;
  float: none !important;
  display: block !important;
  width: 315px !important;
  max-width: 315px !important;
  height: 18px !important;
  margin: 0 0 8px !important;
  padding: 0 !important;
  color: #4d3429;
  font-size: 11px;
  line-height: 18px !important;
  text-align: right;
  overflow: hidden !important;
}

#header_wrap #header_utility #user_login p,
#header_wrap #header_utility .satuma-user-login p,
#header_wrap #header_utility .satuma-user-login__text {
  display: block !important;
  width: 315px !important;
  max-width: 315px !important;
  height: 18px !important;
  margin: 0 !important;
  padding: 0 !important;
  color: #4d3429;
  font-size: 11px;
  font-weight: 600;
  line-height: 18px !important;
  letter-spacing: -0.02em;
  text-align: right;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: clip;
}

#header_wrap #header_utility #user_login .user_name,
#header_wrap #header_utility #user_login .point,
#header_wrap #header_utility .satuma-user-login .user_name,
#header_wrap #header_utility .satuma-user-login .point {
  font-weight: 700;
}

#header_wrap #header_utility .btn_outer,
#header_wrap #header_utility .satuma-header-actions {
  position: static !important;
  float: none !important;
  display: flex !important;
  justify-content: flex-end;
  align-items: stretch;
  gap: 10px;
  width: 315px !important;
  height: 72px !important;
  margin: 0 !important;
  padding: 0 !important;
  clear: both !important;
  overflow: visible !important;
}

#header_wrap #header_utility .layout_left {
  position: static !important;
  float: none !important;
  display: flex !important;
  flex-direction: column;
  gap: 8px;
  flex: 0 0 140px;
  width: 140px !important;
  height: 72px !important;
  margin: 0 !important;
  padding: 0 !important;
}

#header_wrap #header_utility .entry_btn,
#header_wrap #header_utility .login_btn,
#header_wrap #header_utility .header_mypage_btn,
#header_wrap #header_utility .logout_btn,
#header_wrap #header_utility p.btn {
  position: static !important;
  float: none !important;
  display: block !important;
  width: 140px !important;
  height: 32px !important;
  margin: 0 !important;
  padding: 0 !important;
}

#header_wrap #header_utility .entry_btn a,
#header_wrap #header_utility .login_btn a,
#header_wrap #header_utility .header_mypage_btn a,
#header_wrap #header_utility .logout_btn input {
  appearance: none;
  -webkit-appearance: none;
  display: block !important;
  width: 140px !important;
  height: 32px !important;
  margin: 0 !important;
  padding: 0 !important;
  color: #ffffff !important;
  font-size: 13px !important;
  font-weight: 700 !important;
  line-height: 32px !important;
  text-align: center !important;
  text-decoration: none !important;
  background: #242424 !important;
  border: none !important;
  border-radius: 4px !important;
  box-shadow: none !important;
  cursor: pointer;
}

#header_wrap #header_utility .entry_btn a:hover,
#header_wrap #header_utility .login_btn a:hover,
#header_wrap #header_utility .header_mypage_btn a:hover,
#header_wrap #header_utility .logout_btn input:hover {
  background: #8b1e1e !important;
  opacity: 1 !important;
}

#header_wrap #header_utility .cart_btn {
  position: static !important;
  float: none !important;
  flex: 0 0 122px;
  width: 122px !important;
  height: 72px !important;
  margin: 0 !important;
  padding: 0 !important;
}

#header_wrap #header_utility .cart_btn a {
  display: flex !important;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  width: 122px !important;
  height: 72px !important;
  margin: 0 !important;
  padding: 0 !important;
  color: #ffffff !important;
  font-size: 14px !important;
  font-weight: 700 !important;
  line-height: 1.25 !important;
  text-align: center !important;
  text-decoration: none !important;
  background: #8b1e1e !important;
  border-radius: 4px !important;
  box-sizing: border-box !important;
}

#header_wrap #header_utility .cart_btn a:hover {
  background: #6f1718 !important;
  opacity: 1 !important;
}

#header_wrap #header_utility .cart_btn i {
  display: block;
  margin: 0 0 4px;
  font-size: 19px;
  line-height: 1;
}


/************************************************
 PCグローバルメニュー
************************************************ */

#gloval_navi.satuma-global-nav,
#gloval_navi {
  position: relative;
  clear: both;
  z-index: 9990;
  width: 100%;
  margin-top: 0 !important;
  background: #242424 !important;
  border-top: none;
  border-bottom: 3px solid #8b1e1e;
  overflow: visible !important;
  box-shadow: none !important;
}

#gloval_navi.satuma-global-nav *,
#gloval_navi.satuma-global-nav *::before,
#gloval_navi.satuma-global-nav *::after {
  box-sizing: border-box;
}

#gloval_navi.satuma-global-nav .satuma-global-nav__list {
  position: relative;
  display: flex !important;
  justify-content: center;
  align-items: stretch;
  width: 1080px;
  max-width: 100%;
  margin: 0 auto;
  padding: 0;
  list-style: none;
  overflow: visible !important;
}

#gloval_navi.satuma-global-nav .satuma-global-nav__item {
  position: static;
  display: block;
  float: none !important;
  flex: 1 1 0;
  width: auto !important;
  min-width: 0;
  height: auto !important;
  margin: 0;
  padding: 0;
  list-style: none;
}

#gloval_navi.satuma-global-nav .satuma-global-nav__item--deal {
  position: relative;
}

#gloval_navi.satuma-global-nav .satuma-global-nav__item > a {
  position: relative;
  display: flex !important;
  align-items: center;
  justify-content: center;
  width: auto !important;
  height: 50px !important;
  min-height: 50px !important;
  margin: 0;
  padding: 0 10px;
  color: #ffffff !important;
  font-size: 14px;
  font-weight: 700;
  line-height: 1.35;
  text-align: center;
  text-decoration: none;
  white-space: nowrap;
  background: #242424 !important;
  border-left: 1px solid rgba(255, 255, 255, 0.08);
  opacity: 1 !important;
  transition:
    background-color 0.16s ease,
    color 0.16s ease;
}

#gloval_navi.satuma-global-nav .satuma-global-nav__item:last-of-type > a {
  border-right: 1px solid rgba(255, 255, 255, 0.08);
}

#gloval_navi.satuma-global-nav .satuma-global-nav__item > a:hover,
#gloval_navi.satuma-global-nav .satuma-global-nav__item > a:focus,
#gloval_navi.satuma-global-nav .satuma-global-nav__item--has-menu:hover > a,
#gloval_navi.satuma-global-nav .satuma-global-nav__item--has-menu:focus-within > a {
  color: #ffffff !important;
  background: #8b1e1e !important;
  opacity: 1 !important;
}

#gloval_navi.satuma-global-nav .satuma-global-nav__arrow {
  display: inline-block;
  margin-left: 6px;
  font-size: 10px;
  line-height: 1;
  transform: translateY(-1px);
  opacity: 1 !important;
}

#gloval_navi.satuma-global-nav .cart {
  display: none !important;
}


/************************************************
 PCドロップダウン
************************************************ */

#gloval_navi.satuma-global-nav .satuma-dropdown {
  position: absolute;
  top: 50px;
  left: 50%;
  display: block;
  visibility: hidden;
  opacity: 0;
  margin: 0;
  padding: 0;
  transform: translateX(-50%);
  pointer-events: none;
  background: #ffffff !important;
  border: 1px solid #d7c0aa;
  border-top: 4px solid #8b1e1e;
  box-shadow: 0 18px 38px rgba(38, 20, 10, 0.15);
  transition:
    opacity 0.16s ease,
    visibility 0.16s ease;
  z-index: 99999;
}

#gloval_navi.satuma-global-nav .satuma-global-nav__item--has-menu:hover .satuma-dropdown,
#gloval_navi.satuma-global-nav .satuma-global-nav__item--has-menu:focus-within .satuma-dropdown {
  visibility: visible;
  opacity: 1;
  pointer-events: auto;
}

#gloval_navi.satuma-global-nav .satuma-dropdown--wide {
  width: 1040px;
  max-width: calc(100vw - 60px);
}

#gloval_navi.satuma-global-nav .satuma-dropdown--medium {
  width: 760px;
  max-width: calc(100vw - 60px);
}

#gloval_navi.satuma-global-nav .satuma-dropdown--small {
  width: 420px;
  max-width: calc(100vw - 60px);
}

#gloval_navi.satuma-global-nav .satuma-global-nav__item--deal .satuma-dropdown--deal {
  left: auto;
  right: 0;
  width: 330px;
  max-width: calc(100vw - 40px);
  transform: none;
}

#gloval_navi.satuma-global-nav .satuma-dropdown__inner {
  display: grid !important;
  grid-template-columns: minmax(0, 1.7fr) minmax(260px, 0.8fr);
  align-items: start;
  gap: 34px;
  width: 100%;
  margin: 0;
  padding: 28px 34px 30px;
  color: #241915;
  text-align: left;
}

#gloval_navi.satuma-global-nav .satuma-dropdown--category .satuma-dropdown__inner {
  grid-template-columns: minmax(260px, 0.72fr) minmax(0, 1.55fr);
}

#gloval_navi.satuma-global-nav .satuma-dropdown--medium .satuma-dropdown__inner,
#gloval_navi.satuma-global-nav .satuma-dropdown--small .satuma-dropdown__inner,
#gloval_navi.satuma-global-nav .satuma-dropdown--deal .satuma-dropdown__inner {
  display: block !important;
  padding: 24px 28px 26px;
}

#gloval_navi.satuma-global-nav .satuma-dropdown__column {
  float: none !important;
  display: block !important;
  width: auto !important;
  min-width: 0 !important;
  margin: 0;
  padding: 0;
  background: transparent;
  border: none;
  border-radius: 0;
  box-shadow: none;
}

#gloval_navi.satuma-global-nav .satuma-dropdown__column + .satuma-dropdown__column {
  padding-left: 30px;
  border-left: 1px solid #ead8c8;
}

#gloval_navi.satuma-global-nav .satuma-dropdown__heading {
  position: relative;
  display: block;
  margin: 0 0 18px;
  padding: 0 0 12px 16px;
  color: #3a1c14;
  font-size: 17px;
  font-weight: 700;
  line-height: 1.4;
  border-bottom: 1px solid #e9d8cb;
}

#gloval_navi.satuma-global-nav .satuma-dropdown__heading::before {
  content: "";
  position: absolute;
  left: 0;
  top: 2px;
  width: 3px;
  height: 22px;
  background: #8b1e1e;
  border-radius: 999px;
}

#gloval_navi.satuma-global-nav .satuma-dropdown__heading::after {
  content: none !important;
}

#gloval_navi.satuma-global-nav .satuma-dropdown__grid,
#gloval_navi.satuma-global-nav .satuma-dropdown__list {
  float: none !important;
  display: block !important;
  width: auto !important;
  height: auto !important;
  margin: 0;
  padding: 0;
  list-style: none;
  overflow: visible !important;
}

#gloval_navi.satuma-global-nav .satuma-dropdown__grid {
  display: grid !important;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 3px 24px;
}

#gloval_navi.satuma-global-nav .satuma-dropdown__grid--category {
  grid-template-columns: repeat(2, minmax(0, 1fr));
}

#gloval_navi.satuma-global-nav .satuma-dropdown__grid--two {
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 3px 22px;
}

#gloval_navi.satuma-global-nav .satuma-dropdown__grid li,
#gloval_navi.satuma-global-nav .satuma-dropdown__list li {
  float: none !important;
  clear: none !important;
  display: block !important;
  width: auto !important;
  min-width: 0 !important;
  height: auto !important;
  margin: 0;
  padding: 0;
  list-style: none;
}

#gloval_navi.satuma-global-nav .satuma-dropdown__list li + li {
  margin-top: 3px;
}

#gloval_navi.satuma-global-nav .satuma-dropdown__grid a,
#gloval_navi.satuma-global-nav .satuma-dropdown__list a {
  position: relative;
  float: none !important;
  display: flex !important;
  align-items: center;
  width: auto !important;
  min-width: 0 !important;
  max-width: none !important;
  height: auto !important;
  min-height: 40px !important;
  margin: 0;
  padding: 8px 30px 8px 8px;
  color: #241915 !important;
  font-size: 15px;
  font-weight: 600;
  line-height: 1.45;
  text-align: left;
  text-decoration: none;
  white-space: normal !important;
  background: transparent;
  border: none;
  border-bottom: 1px solid #eee1d4;
  border-radius: 4px;
  opacity: 1 !important;
  transition:
    background-color 0.16s ease,
    color 0.16s ease,
    border-color 0.16s ease;
}

#gloval_navi.satuma-global-nav .satuma-dropdown__grid a::before,
#gloval_navi.satuma-global-nav .satuma-dropdown__list a::before {
  content: "";
  position: absolute;
  top: 50%;
  right: 9px;
  width: 7px;
  height: 7px;
  border-top: 2px solid #8b1e1e;
  border-right: 2px solid #8b1e1e;
  transform: translateY(-50%) rotate(45deg);
}

#gloval_navi.satuma-global-nav .satuma-dropdown__grid a:hover,
#gloval_navi.satuma-global-nav .satuma-dropdown__grid a:focus,
#gloval_navi.satuma-global-nav .satuma-dropdown__list a:hover,
#gloval_navi.satuma-global-nav .satuma-dropdown__list a:focus {
  color: #ffffff !important;
  background: #8b1e1e !important;
  border-bottom-color: #8b1e1e;
  opacity: 1 !important;
}

#gloval_navi.satuma-global-nav .satuma-dropdown__grid a:hover::before,
#gloval_navi.satuma-global-nav .satuma-dropdown__grid a:focus::before,
#gloval_navi.satuma-global-nav .satuma-dropdown__list a:hover::before,
#gloval_navi.satuma-global-nav .satuma-dropdown__list a:focus::before {
  border-top-color: #ffffff;
  border-right-color: #ffffff;
}


/************************************************
 ヘッダー下検索バー
************************************************ */

.satuma-header-search {
  position: relative;
  z-index: 20;
  width: 100%;
  background: #fff9e6;
  border-bottom: 1px solid #ecd99c;
  box-shadow: none !important;
}

.satuma-header-search *,
.satuma-header-search *::before,
.satuma-header-search *::after {
  box-sizing: border-box;
}

.satuma-header-search__inner {
  width: 1080px;
  max-width: calc(100% - 40px);
  margin: 0 auto;
  padding: 6px 0 7px;
}

.satuma-header-search__form {
  display: flex;
  align-items: stretch;
  width: 100%;
  margin: 0;
  padding: 0;
}

.satuma-header-search__input {
  flex: 1 1 auto;
  width: 100%;
  height: 34px;
  margin: 0;
  padding: 0 13px;
  color: #241915;
  font-size: 14px;
  font-weight: 500;
  line-height: 34px;
  background: #ffffff;
  border: 1px solid #cdb9a6;
  border-right: none;
  border-radius: 4px 0 0 4px;
  outline: none;
  box-shadow: inset 0 1px 2px rgba(40, 20, 10, 0.04);
}

.satuma-header-search__input::placeholder {
  color: #9a8b80;
}

.satuma-header-search__input:focus {
  border-color: #8b1e1e;
  box-shadow:
    inset 0 1px 2px rgba(40, 20, 10, 0.04),
    0 0 0 2px rgba(139, 30, 30, 0.08);
}

.satuma-header-search__button {
  flex: 0 0 50px;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 50px;
  height: 34px;
  margin: 0;
  padding: 0;
  color: #ffffff;
  font-size: 17px;
  line-height: 1;
  text-align: center;
  cursor: pointer;
  background: #8b1e1e;
  border: 1px solid #8b1e1e;
  border-radius: 0 4px 4px 0;
  transition:
    background-color 0.16s ease,
    border-color 0.16s ease;
}

.satuma-header-search__button:hover,
.satuma-header-search__button:focus {
  background: #6f1718;
  border-color: #6f1718;
}

.satuma-header-search__button .fa {
  display: block;
  font-size: 17px;
  line-height: 1;
}

.satuma-header-search__button-text {
  position: absolute !important;
  width: 1px !important;
  height: 1px !important;
  margin: -1px !important;
  padding: 0 !important;
  overflow: hidden !important;
  clip: rect(0, 0, 0, 0) !important;
  white-space: nowrap !important;
  border: 0 !important;
}

.satuma-header-search__keywords {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 6px;
  margin: 5px 0 0;
  padding: 0;
}

.satuma-header-search__label {
  display: inline-flex;
  align-items: center;
  margin-right: 2px;
  color: #4d3429;
  font-size: 12px;
  font-weight: 700;
  line-height: 1.35;
  white-space: nowrap;
}

.satuma-header-search__keywords a {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 23px;
  padding: 3px 11px 2px;
  color: #6c625b;
  font-size: 12px;
  font-weight: 500;
  line-height: 1;
  text-decoration: none;
  white-space: nowrap;
  background: #ffffff;
  border: 1px solid #cdb9a6;
  border-radius: 999px;
  transition:
    color 0.16s ease,
    background-color 0.16s ease,
    border-color 0.16s ease;
}

.satuma-header-search__keywords a:hover,
.satuma-header-search__keywords a:focus {
  color: #ffffff;
  background: #8b1e1e;
  border-color: #8b1e1e;
}


/************************************************
 独自TOPスライダー
************************************************ */

.satuma-top-slider,
.satuma-top-slider *,
.satuma-top-slider *::before,
.satuma-top-slider *::after {
  box-sizing: border-box;
}

.satuma-top-slider {
  position: relative;
  z-index: 1;
  width: 100%;
  margin: 0 auto 0;
  padding: 0;
  background: #ffffff;
  overflow: hidden;
}

.satuma-top-slider__stage {
  position: relative;
  width: 100%;
  margin: 0 auto;
  padding: 0;
  overflow: hidden;
}

.satuma-top-slider__track {
  display: flex;
  align-items: flex-start;
  gap: 12px;
  width: max-content;
  margin: 0;
  padding: 0;
  transform: translateX(0);
  transition: transform 0.38s ease;
  will-change: transform;
}

.satuma-top-slider__track.is-no-transition {
  transition: none !important;
}

.satuma-top-slider__slide {
  position: relative;
  flex: 0 0 min(860px, calc(100vw - 360px));
  width: min(860px, calc(100vw - 360px));
  margin: 0;
  padding: 0;
  opacity: 0.58;
  filter: none;
  transform: scale(0.985);
  transform-origin: center center;
  transition:
    opacity 0.24s ease,
    transform 0.24s ease;
}

.satuma-top-slider__slide.is-active {
  opacity: 1;
  filter: none;
  transform: scale(1);
}

.satuma-top-slider__slide a {
  display: block;
  width: 100%;
  height: auto;
  margin: 0;
  padding: 0;
  text-decoration: none;
}

.satuma-top-slider__slide img {
  display: block;
  width: 100%;
  height: auto;
  max-height: none;
  margin: 0;
  padding: 0;
  object-fit: contain;
  object-position: center center;
  border: none;
  box-shadow: none;
}


/************************************************
 独自TOPスライダー：サムネイル
************************************************ */

.satuma-top-slider__thumbs-wrap {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 12px;
  width: 900px;
  max-width: calc(100% - 70px);
  margin: 8px auto 20px;
  padding: 0;
}

.satuma-top-slider__thumbs-viewport {
  width: 780px;
  max-width: calc(100vw - 170px);
  overflow: hidden;
}

.satuma-top-slider__thumbs {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  gap: 10px;
  width: max-content;
  margin: 0;
  padding: 0;
  transform: translateX(0);
  transition: transform 0.22s ease;
}

.satuma-top-slider__thumb {
  position: relative;
  flex: 0 0 148px;
  width: 148px;
  height: 54px;
  margin: 0;
  padding: 0;
  cursor: pointer;
  background: #ffffff;
  border: 2px solid #d8c8b8;
  border-radius: 2px;
  overflow: hidden;
  opacity: 0.78;
  box-shadow: none;
  transition:
    opacity 0.16s ease,
    border-color 0.16s ease,
    box-shadow 0.16s ease;
}

.satuma-top-slider__thumb img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.satuma-top-slider__thumb:hover,
.satuma-top-slider__thumb:focus {
  opacity: 1;
  border-color: #b88650;
  box-shadow: 0 3px 8px rgba(80, 48, 20, 0.13);
  outline: none;
}

.satuma-top-slider__thumb.is-active {
  opacity: 1;
  border-color: #8b1e1e;
  box-shadow: 0 3px 10px rgba(139, 30, 30, 0.18);
}

.satuma-top-slider__thumb.is-active::after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  height: 3px;
  background: #8b1e1e;
}

.satuma-top-slider__thumb-arrow {
  position: relative;
  flex: 0 0 36px;
  width: 36px;
  height: 36px;
  margin: 0;
  padding: 0;
  cursor: pointer;
  background: #8b1e1e;
  border: none;
  border-radius: 50%;
  box-shadow: 0 3px 9px rgba(80, 40, 20, 0.18);
  transition:
    background-color 0.16s ease,
    box-shadow 0.16s ease;
}

.satuma-top-slider__thumb-arrow::before {
  content: "";
  position: absolute;
  top: 50%;
  width: 10px;
  height: 10px;
  border-top: 2px solid #ffffff;
  border-right: 2px solid #ffffff;
}

.satuma-top-slider__thumb-arrow--prev::before {
  left: 14px;
  transform: translateY(-50%) rotate(-135deg);
}

.satuma-top-slider__thumb-arrow--next::before {
  right: 14px;
  transform: translateY(-50%) rotate(45deg);
}

.satuma-top-slider__thumb-arrow:hover,
.satuma-top-slider__thumb-arrow:focus {
  background: #6f1718;
  box-shadow: 0 4px 12px rgba(80, 40, 20, 0.22);
  outline: none;
}


/************************************************
 既存スライダーUIの干渉防止
************************************************ */

.bnr-slider,
#main_slide_image,
#main_slide_image .bxslider,
.slick-slider,
.bx-wrapper {
  margin-top: 0 !important;
  margin-bottom: 0 !important;
}

/* 20260710-01: 標準のslick/bxスライダー矢印・ページャーは隠さない。
   売れ筋ランキング等の既存スライダーUIを殺さないため、グローバルなdisplay:none指定を削除。 */




/************************************************
 TOP page custom blocks: unified v17
 20260713-01
************************************************ */

:root {
  --satuma14-ink: #231814;
  --satuma14-text: #3b2a23;
  --satuma14-muted: #6d5b51;
  --satuma14-red: #a3191f;
  --satuma14-red-hover: #b5141d;
  --satuma14-button-main: #8b1e1e;
  --satuma14-green: #00755b;
  --satuma14-cream: #fffaf3;
  --satuma14-cream-light: #fffdf8;
  --satuma14-green-soft: #f5fbf4;
  --satuma14-border: #e8d5c5;
  --satuma14-border-strong: #d6b896;
  --satuma14-shadow: 0 10px 24px rgba(82, 45, 24, 0.055);
  --satuma14-shadow-hover: 0 14px 28px rgba(82, 45, 24, 0.11);
  --satuma14-font: "メイリオ", Meiryo, "ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic ProN", "Yu Gothic", YuGothic, sans-serif;
}

.satuma-top-v14,
.satuma-top-v14 *,
.satuma-top-v14 *::before,
.satuma-top-v14 *::after,
.satuma-section-v14,
.satuma-section-v14 *,
.satuma-section-v14 *::before,
.satuma-section-v14 *::after,
.satuma-finder-v14,
.satuma-finder-v14 *,
.satuma-finder-v14 *::before,
.satuma-finder-v14 *::after {
  box-sizing: border-box;
}

.satuma-top-v14,
.satuma-section-v14,
.satuma-finder-v14 {
  color: var(--satuma14-ink);
  font-family: var(--satuma14-font);
  -webkit-font-smoothing: antialiased;
}

.satuma-top-v14 img,
.satuma-section-v14 img,
.satuma-finder-v14 img {
  max-width: 100%;
  height: auto;
  vertical-align: top;
}

.satuma-top-v14 a,
.satuma-section-v14 a,
.satuma-finder-v14 a {
  text-decoration: none;
}

.satuma-top-v14 {
  display: grid;
  grid-template-columns: minmax(0, 1fr) 292px;
  gap: 18px;
  align-items: start;
  width: 1080px;
  max-width: calc(100% - 40px);
  margin: 22px auto 28px;
  clear: both;
}

.satuma-top-v14__main,
.satuma-top-v14__side { min-width: 0; }

.satuma-top-v14__notice {
  margin: 0 0 14px;
  padding: 7px 18px 6px;
  background: rgba(255, 250, 244, 0.96);
  border: 1px solid var(--satuma14-border);
  border-radius: 10px;
}

.satuma-top-v14__notice-main {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 12px;
  margin: 0 0 5px;
  padding: 0 0 5px;
  border-bottom: 1px solid #eadccf;
}

.satuma-top-v14__notice-main p {
  margin: 0;
  color: var(--satuma14-ink);
  font-size: 15px;
  font-weight: 800;
  line-height: 1.25;
}

.satuma-top-v14__notice-main strong { color: var(--satuma14-red); }

.satuma-top-v14__notice-sub {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
  gap: 6px 14px;
  color: var(--satuma14-ink);
  font-size: 12px;
  font-weight: 800;
  line-height: 1.2;
}

.satuma-top-v14__notice-tel a {
  color: var(--satuma14-red);
  font-size: 22px;
  font-weight: 900;
  letter-spacing: 0.03em;
  white-space: nowrap;
}

.satuma-top-v14__mini-badge,
.satuma-top-v14__badge,
.satuma-section-v14__badge {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: fit-content;
  min-height: 27px;
  padding: 5px 15px 4px;
  color: var(--satuma14-red);
  font-size: 13px;
  font-weight: 900;
  line-height: 1;
  letter-spacing: 0.04em;
  background: #fffaf5;
  border: 1px solid #e8cdb5;
  border-radius: 999px;
  white-space: nowrap;
}

.satuma-top-v14__mini-badge {
  min-height: 24px;
  padding: 4px 13px 3px;
  font-size: 12px;
}

/* PICKUP */
.satuma-top-v14__pickup {
  overflow: hidden;
  background: linear-gradient(110deg, #fffaf3 0%, #fffdf8 56%, #f5fbf4 100%);
  border: 1px solid var(--satuma14-border);
  border-radius: 12px;
  box-shadow: var(--satuma14-shadow);
}

.satuma-top-v14__pickup-visual {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 0;
  padding: 0;
  line-height: 0;
  background: #ffffff;
  border-bottom: 1px solid #ead6c4;
  overflow: hidden;
}

.satuma-top-v14__pickup-visual .satuma-top-v14__badge {
  position: absolute;
  top: 18px;
  left: 22px;
  z-index: 2;
}

.satuma-top-v14__pickup-visual img {
  display: block;
  width: min(64%, 500px);
  max-width: 500px;
  max-height: 300px;
  height: auto;
  object-fit: contain;
}

.satuma-top-v14__pickup-body { padding: 30px 36px 32px; }

.satuma-top-v14__pickup-head {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 18px;
  margin: 0 0 20px;
  overflow: visible;
}

.satuma-top-v14__pickup-title {
  flex: 1 1 auto;
  min-width: 0;
  margin: 0;
  padding: 0;
  color: var(--satuma14-ink);
  font-size: 34px;
  font-weight: 900;
  line-height: 1.24;
  letter-spacing: 0.01em;
  background: none;
  border: none;
  white-space: nowrap;
}

.satuma-top-v14__status {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  flex: 0 0 auto;
  max-width: 100%;
  min-height: 34px;
  padding: 7px 14px 6px;
  color: var(--satuma14-green);
  font-size: 13px;
  font-weight: 900;
  line-height: 1.2;
  background: #effbf5;
  border: 1px solid #9bd9c1;
  border-radius: 999px;
  white-space: nowrap;
}

.satuma-top-v14__pickup-copy {
  margin: 0 0 20px;
  color: var(--satuma14-red);
  font-size: 22px;
  font-weight: 900;
  line-height: 1.6;
  white-space: nowrap;
}

.satuma-top-v14__pickup-text {
  margin: 0 0 18px;
  color: var(--satuma14-text);
  font-size: 15px;
  font-weight: 700;
  line-height: 1.85;
}

.satuma-top-v14__pickup-points {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 12px;
  margin: 0 0 22px;
}

.satuma-top-v14__pickup-points span {
  position: relative;
  display: block;
  min-height: 82px;
  padding: 15px 14px 14px 44px;
  background: linear-gradient(180deg, #ffffff 0%, #fffaf4 100%);
  border: 1px solid #d9b08e;
  border-radius: 9px;
  box-shadow: 0 7px 15px rgba(82,45,24,0.06);
}

.satuma-top-v14__pickup-points span::before {
  content: "✓";
  position: absolute;
  left: 13px;
  top: 16px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 22px;
  height: 22px;
  color: #ffffff;
  font-size: 13px;
  font-weight: 900;
  background: var(--satuma14-red);
  border-radius: 50%;
}

.satuma-top-v14__pickup-points strong,
.satuma-top-v14__pickup-points em { display: block; font-style: normal; }

.satuma-top-v14__pickup-points strong {
  margin: 0 0 5px;
  color: var(--satuma14-ink);
  font-size: 14px;
  font-weight: 900;
  line-height: 1.42;
  white-space: nowrap;
}

.satuma-top-v14__pickup-points em {
  color: var(--satuma14-muted);
  font-size: 12px;
  font-weight: 700;
  line-height: 1.4;
}

.satuma-top-v14__pickup-action {
  display: grid;
  grid-template-columns: minmax(0, 1fr) 280px;
  align-items: center;
  gap: 20px;
}

.satuma-top-v14__pickup-action p {
  margin: 0;
  color: var(--satuma14-text);
  font-size: 14px;
  font-weight: 800;
  line-height: 1.75;
}

/* Buttons */
.satuma-top-v14__button,
.satuma-section-v14__button,
.satuma-section-v14__head-button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 48px;
  padding: 12px 28px 11px;
  color: #ffffff;
  font-size: 15px;
  font-weight: 900;
  line-height: 1.2;
  text-align: center;
  background-color: var(--satuma14-button-main);
  border: 1px solid var(--satuma14-button-main);
  border-radius: 6px;
  box-shadow: 0 8px 18px rgba(139, 30, 30, 0.18);
  opacity: 1;
  filter: none;
  transition: background-color 0.16s ease, border-color 0.16s ease, transform 0.16s ease, box-shadow 0.16s ease;
  white-space: nowrap;
}

.satuma-top-v14__button::after,
.satuma-section-v14__button::after,
.satuma-section-v14__head-button::after {
  content: "›";
  margin-left: 12px;
  font-size: 22px;
  line-height: 1;
}

.satuma-top-v14 a.satuma-top-v14__button,
.satuma-top-v14 a.satuma-top-v14__button:link,
.satuma-top-v14 a.satuma-top-v14__button:visited,
.satuma-top-v14 a.satuma-top-v14__button:hover,
.satuma-top-v14 a.satuma-top-v14__button:focus,
.satuma-section-v14 a.satuma-section-v14__button,
.satuma-section-v14 a.satuma-section-v14__button:link,
.satuma-section-v14 a.satuma-section-v14__button:visited,
.satuma-section-v14 a.satuma-section-v14__button:hover,
.satuma-section-v14 a.satuma-section-v14__button:focus,
.satuma-section-v14 a.satuma-section-v14__head-button,
.satuma-section-v14 a.satuma-section-v14__head-button:link,
.satuma-section-v14 a.satuma-section-v14__head-button:visited,
.satuma-section-v14 a.satuma-section-v14__head-button:hover,
.satuma-section-v14 a.satuma-section-v14__head-button:focus {
  color: #ffffff;
  text-decoration: none;
  opacity: 1;
  filter: none;
}

.satuma-top-v14 a.satuma-top-v14__button:hover,
.satuma-top-v14 a.satuma-top-v14__button:focus,
.satuma-section-v14 a.satuma-section-v14__button:hover,
.satuma-section-v14 a.satuma-section-v14__button:focus,
.satuma-section-v14 a.satuma-section-v14__head-button:hover,
.satuma-section-v14 a.satuma-section-v14__head-button:focus {
  color: #ffffff;
  background-color: var(--satuma14-red-hover);
  border-color: var(--satuma14-red-hover);
  box-shadow: 0 10px 22px rgba(181, 20, 29, 0.28);
  transform: translateY(-1px);
}

/* Side */
.satuma-top-v14__side { display: flex; flex-direction: column; gap: 14px; }
.satuma-top-v14__line,
.satuma-top-v14__side-box {
  overflow: hidden;
  background: #fffdfa;
  border: 1px solid var(--satuma14-border);
  border-radius: 10px;
  box-shadow: 0 8px 18px rgba(82, 45, 24, 0.055);
}
.satuma-top-v14__line { display: block; color: var(--satuma14-ink); }
.satuma-top-v14__line-img { display: block; padding: 8px 8px 0; }
.satuma-top-v14__line-img img { display: block; width: 100%; border-radius: 7px; }
.satuma-top-v14__line-text { display: block; padding: 12px 14px 13px; }
.satuma-top-v14__line-text strong,
.satuma-top-v14__line-text em { display: block; font-style: normal; }
.satuma-top-v14__line-text strong { margin: 0 0 5px; color: var(--satuma14-green); font-size: 16px; font-weight: 900; }
.satuma-top-v14__line-text em { color: var(--satuma14-ink); font-size: 12px; font-weight: 800; }
.satuma-top-v14__side-title {
  display: flex;
  align-items: center;
  min-height: 42px;
  padding: 11px 16px 10px;
  color: #ffffff;
  font-size: 16px;
  font-weight: 900;
  line-height: 1.25;
  background: var(--satuma14-red);
}
.satuma-top-v14__side-box ul { margin: 0; padding: 0; list-style: none; }
.satuma-top-v14__side-box li { margin: 0; border-bottom: 1px solid #eadacc; }
.satuma-top-v14__side-box li:last-child { border-bottom: none; }
.satuma-top-v14__side-box li a {
  position: relative;
  display: block;
  padding: 13px 38px 12px 16px;
  color: var(--satuma14-ink);
  font-size: 14px;
  font-weight: 800;
  line-height: 1.35;
  transition: color 0.16s ease, background-color 0.16s ease, padding-left 0.16s ease;
}
.satuma-top-v14__side-box li a::after {
  content: "›";
  position: absolute;
  top: 50%;
  right: 16px;
  color: var(--satuma14-red);
  font-size: 23px;
  line-height: 1;
  transform: translateY(-50%);
}
.satuma-top-v14__side-box li a:hover,
.satuma-top-v14__side-box li a:focus { color: var(--satuma14-red); background: #fff7ef; padding-left: 20px; }

/* Common sections */
.satuma-section-v14,
.satuma-finder-v14 {
  width: 1080px;
  max-width: calc(100% - 40px);
  margin: 28px auto;
  padding: 34px 36px 36px;
  background: linear-gradient(110deg, #fffaf3 0%, #fffdf8 55%, #f6fbf5 100%);
  border: 1px solid var(--satuma14-border);
  border-radius: 12px;
  box-shadow: var(--satuma14-shadow);
  clear: both;
}

.satuma-section-v14__head {
  margin: 0 0 28px;
  border: none;
}

.satuma-section-v14__head-main {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  align-items: start;
  gap: 24px;
}

.satuma-section-v14__title {
  margin: 12px 0 0;
  padding: 0;
  color: var(--satuma14-ink);
  font-size: 34px;
  font-weight: 900;
  line-height: 1.28;
  letter-spacing: 0.01em;
  background: none;
  border: none;
}

.satuma-section-v14__title::before,
.satuma-section-v14__title::after,
.satuma-top-v14__pickup-title::before,
.satuma-top-v14__pickup-title::after { content: none; display: none; }

.satuma-section-v14__lead,
.satuma-section-v14__title-block p {
  margin: 14px 0 0;
  color: var(--satuma14-text);
  font-size: 15px;
  font-weight: 700;
  line-height: 1.8;
}

.satuma-section-v14__head-button { min-width: 250px; margin-top: 13px; }

.satuma-section-v14__head--single,
.satuma-section-v14__head--center,
.satuma-contact-v14 .satuma-section-v14__head,
.satuma-finder-v14 .satuma-section-v14__head { text-align: center; }
.satuma-section-v14__head--single .satuma-section-v14__head-main,
.satuma-section-v14__head--center .satuma-section-v14__head-main,
.satuma-contact-v14 .satuma-section-v14__head-main,
.satuma-finder-v14 .satuma-section-v14__head-main { display: block; }
.satuma-section-v14__head--single .satuma-section-v14__badge,
.satuma-section-v14__head--center .satuma-section-v14__badge,
.satuma-contact-v14 .satuma-section-v14__badge,
.satuma-finder-v14 .satuma-section-v14__badge { margin-left: auto; margin-right: auto; }
.satuma-section-v14__head--single .satuma-section-v14__lead,
.satuma-section-v14__head--center .satuma-section-v14__lead,
.satuma-contact-v14 .satuma-section-v14__lead,
.satuma-finder-v14 .satuma-section-v14__lead { max-width: 720px; margin-left: auto; margin-right: auto; }

/* Original products */
.satuma-original-v14__grid { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 16px; }
.satuma-original-v14__card {
  display: flex;
  flex-direction: column;
  min-width: 0;
  overflow: hidden;
  background: #ffffff;
  border: 1px solid var(--satuma14-border);
  border-radius: 10px;
  box-shadow: 0 8px 18px rgba(82, 45, 24, 0.055);
  transition: border-color 0.16s ease, box-shadow 0.16s ease, transform 0.16s ease;
}
.satuma-original-v14__card:hover,
.satuma-original-v14__card:focus-within { border-color: var(--satuma14-red); box-shadow: var(--satuma14-shadow-hover); transform: translateY(-2px); }
.satuma-original-v14__photo { display: flex; align-items: center; justify-content: center; min-height: 172px; padding: 20px; background: #ffffff; border-bottom: 1px solid #eadacc; }
.satuma-original-v14__photo img { max-width: 172px; max-height: 132px; object-fit: contain; }
.satuma-original-v14__body { display: flex; flex-direction: column; flex: 1 1 auto; padding: 20px 20px 18px; }
.satuma-original-v14__label { align-self: flex-start; margin: 0 0 12px; padding: 4px 11px 3px; color: var(--satuma14-red); font-size: 12px; font-weight: 900; line-height: 1.2; background: #fffaf5; border: 1px solid #e8cdb5; border-radius: 999px; }
.satuma-original-v14__body h3 { margin: 0 0 12px; color: var(--satuma14-ink); font-size: 21px; font-weight: 900; line-height: 1.35; }
.satuma-original-v14__body p { flex: 1 1 auto; margin: 0 0 18px; color: var(--satuma14-text); font-size: 13px; font-weight: 700; line-height: 1.75; }
.satuma-original-v14__body .satuma-section-v14__button { width: 100%; }

/* Teiki / Reason */
.satuma-teiki-v14__content,
.satuma-reason-v14__content { display: grid; grid-template-columns: 43% minmax(0, 1fr); gap: 24px; align-items: center; margin: 0 0 20px; }
.satuma-teiki-v14__image,
.satuma-reason-v14__image { display: flex; align-items: center; justify-content: center; min-height: 186px; padding: 20px; background: #ffffff; border: 1px solid var(--satuma14-border); border-radius: 10px; }
.satuma-teiki-v14__image img { max-height: 126px; object-fit: contain; }
.satuma-reason-v14__image img { width: 100%; max-height: 178px; object-fit: contain; }
.satuma-teiki-v14__text h3 { margin: 0 0 12px; color: var(--satuma14-red); font-size: 21px; font-weight: 900; line-height: 1.5; }
.satuma-teiki-v14__text p { margin: 0; color: var(--satuma14-text); font-size: 14px; font-weight: 700; line-height: 1.85; }
.satuma-teiki-v14__benefits { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 14px; }
.satuma-teiki-v14__benefits span { display: grid; grid-template-columns: 42px minmax(0,1fr); grid-template-areas: "icon title" "icon text"; column-gap: 12px; align-items: center; padding: 16px 18px; text-align: left; background: #ffffff; border: 1px solid var(--satuma14-border); border-radius: 9px; }
.satuma-teiki-v14__icon { grid-area: icon; display: inline-flex; align-items: center; justify-content: center; width: 42px; height: 42px; color: #ffffff; font-style: normal; font-size: 18px; font-weight: 900; line-height: 1; background: var(--satuma14-red); border-radius: 50%; }
.satuma-teiki-v14__benefits strong,
.satuma-teiki-v14__benefits em { display: block; font-style: normal; }
.satuma-teiki-v14__benefits strong { grid-area: title; margin: 0 0 4px; color: var(--satuma14-red); font-size: 15px; font-weight: 900; line-height: 1.35; }
.satuma-teiki-v14__benefits em { grid-area: text; color: var(--satuma14-muted); font-size: 12px; font-weight: 700; line-height: 1.4; }
.satuma-reason-v14__list { display: grid; gap: 12px; margin: 0; padding: 0; list-style: none; }
.satuma-reason-v14__list a { position: relative; display: block; padding: 15px 44px 14px 16px; color: var(--satuma14-ink); background: #ffffff; border: 1px solid var(--satuma14-border); border-radius: 8px; transition: border-color 0.16s ease, background-color 0.16s ease, transform 0.16s ease; }
.satuma-reason-v14__list a::after { content: "›"; position: absolute; top: 50%; right: 17px; color: var(--satuma14-red); font-size: 25px; line-height: 1; transform: translateY(-50%); }
.satuma-reason-v14__list a:hover,
.satuma-reason-v14__list a:focus { color: var(--satuma14-ink); background: #fff7ef; border-color: var(--satuma14-border-strong); transform: translateY(-1px); }
.satuma-reason-v14__list strong,
.satuma-reason-v14__list span { display: block; font-style: normal; }
.satuma-reason-v14__list strong { margin: 0 0 4px; font-size: 15px; font-weight: 900; line-height: 1.45; }
.satuma-reason-v14__list span { color: var(--satuma14-green); font-size: 12px; font-weight: 800; line-height: 1.35; }

/* Contact */
.satuma-contact-v14__grid { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 18px; }
.satuma-contact-v14__card { display: flex; gap: 18px; align-items: stretch; min-width: 0; padding: 24px; background: #ffffff; border: 1px solid var(--satuma14-border); border-radius: 10px; }
.satuma-contact-v14__icon { display: inline-flex; align-items: center; justify-content: center; flex: 0 0 58px; width: 58px; height: 58px; margin-top: 4px; color: #ffffff; font-size: 24px; font-weight: 900; line-height: 1; background: var(--satuma14-red); border-radius: 50%; }
.satuma-contact-v14__body { display: flex; flex-direction: column; min-width: 0; flex: 1 1 auto; }
.satuma-contact-v14__body > span { display: block; margin: 0 0 8px; color: var(--satuma14-red); font-size: 12px; font-weight: 900; line-height: 1.35; }
.satuma-contact-v14__body h3 { margin: 0 0 8px; color: var(--satuma14-ink); font-size: 22px; font-weight: 900; line-height: 1.35; }
.satuma-contact-v14__body p { margin: 0 0 16px; color: var(--satuma14-text); font-size: 13px; font-weight: 700; line-height: 1.75; }
.satuma-contact-v14__body .satuma-section-v14__button { align-self: flex-start; margin-top: auto; }
.satuma-contact-v14__tel { color: var(--satuma14-red); font-size: 30px; letter-spacing: 0.04em; white-space: nowrap; }

/* Finder */
.satuma-finder-v14__search { display: grid; grid-template-columns: minmax(0, 1fr) 118px; width: 700px; max-width: 100%; margin: 0 auto 24px; background: #ffffff; border: 1px solid var(--satuma14-border); border-radius: 7px; overflow: hidden; }
.satuma-finder-v14__search input { width: 100%; min-height: 46px; padding: 0 16px; color: var(--satuma14-ink); font-family: var(--satuma14-font); font-size: 14px; border: none; outline: none; }
.satuma-finder-v14__search button { min-height: 46px; color: #ffffff; font-family: var(--satuma14-font); font-size: 15px; font-weight: 900; background: var(--satuma14-red); border: none; cursor: pointer; opacity: 1; }
.satuma-finder-v14__search button:hover,
.satuma-finder-v14__search button:focus { color: #ffffff; background: var(--satuma14-red-hover); }
.satuma-finder-v14__grid { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 16px; }
.satuma-finder-v14__card { min-width: 0; overflow: hidden; background: #ffffff; border: 1px solid var(--satuma14-border); border-radius: 10px; transition: border-color 0.16s ease, box-shadow 0.16s ease, transform 0.16s ease; }
.satuma-finder-v14__card:hover,
.satuma-finder-v14__card:focus-within { border-color: var(--satuma14-border-strong); box-shadow: 0 10px 22px rgba(82, 45, 24, 0.09); transform: translateY(-2px); }
.satuma-finder-v14__visual { display: flex; align-items: center; justify-content: center; min-height: 150px; padding: 20px; background: #ffffff; border-bottom: 1px solid #eadacc; }
.satuma-finder-v14__visual img { max-width: 86%; max-height: 118px; object-fit: contain; }
.satuma-finder-v14__body { padding: 20px 20px 18px; }
.satuma-finder-v14__body h3 { margin: 0 0 8px; color: var(--satuma14-ink); font-size: 20px; font-weight: 900; line-height: 1.45; }
.satuma-finder-v14__body p { margin: 0 0 15px; color: var(--satuma14-text); font-size: 13px; font-weight: 700; line-height: 1.7; }
.satuma-finder-v14__links { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 9px; }
.satuma-finder-v14__links a { position: relative; min-height: 38px; padding: 10px 30px 9px 12px; color: var(--satuma14-ink); font-size: 12px; font-weight: 800; line-height: 1.35; background: #fffaf5; border: 1px solid #ead5c4; border-radius: 6px; transition: color 0.16s ease, background-color 0.16s ease, border-color 0.16s ease, transform 0.16s ease; }
.satuma-finder-v14__links a::after { content: "›"; position: absolute; top: 50%; right: 11px; color: var(--satuma14-red); font-size: 18px; line-height: 1; transform: translateY(-50%); }
.satuma-finder-v14__links a:hover,
.satuma-finder-v14__links a:focus { color: var(--satuma14-red); background: #fff2e8; border-color: var(--satuma14-border-strong); transform: translateX(2px); }

/* Mega menu */
#gloval_navi.satuma-global-nav .satuma-dropdown {
  left: 50%;
  right: auto;
  transform: translate(-50%, 8px);
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  transition: opacity 0.16s ease, transform 0.16s ease, visibility 0.16s ease;
}
#gloval_navi.satuma-global-nav .satuma-global-nav__item--has-menu:hover .satuma-dropdown,
#gloval_navi.satuma-global-nav .satuma-global-nav__item--has-menu:focus-within .satuma-dropdown {
  opacity: 1;
  visibility: visible;
  pointer-events: auto;
  transform: translate(-50%, 0);
}
#gloval_navi.satuma-global-nav .satuma-dropdown__grid a:hover,
#gloval_navi.satuma-global-nav .satuma-dropdown__grid a:focus,
#gloval_navi.satuma-global-nav .satuma-dropdown__list a:hover,
#gloval_navi.satuma-global-nav .satuma-dropdown__list a:focus { color: #ffffff; background: #8b1e1e; padding-left: 18px; }

@media screen and (max-width: 980px) {
  .satuma-top-v14 { grid-template-columns: 1fr; width: calc(100% - 24px); max-width: none; }
  .satuma-top-v14__side { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .satuma-top-v14__line { grid-column: 1 / -1; }
  .satuma-section-v14,
  .satuma-finder-v14 { width: calc(100% - 24px); max-width: none; }
  .satuma-top-v14__pickup-copy { white-space: normal; }
}

@media screen and (max-width: 760px) {
  .satuma-top-v14,
  .satuma-section-v14,
  .satuma-finder-v14 { width: calc(100% - 20px); margin: 18px auto; }
  .satuma-top-v14__pickup-body,
  .satuma-section-v14,
  .satuma-finder-v14 { padding: 24px 18px; }
  .satuma-top-v14__notice-main,
  .satuma-top-v14__notice-sub,
  .satuma-top-v14__pickup-head,
  .satuma-top-v14__pickup-action,
  .satuma-section-v14__head-main,
  .satuma-teiki-v14__content,
  .satuma-reason-v14__content,
  .satuma-contact-v14__grid,
  .satuma-finder-v14__grid { display: block; }
  .satuma-top-v14__pickup-visual img { width: min(88%, 420px); max-width: 420px; max-height: 260px; }
  .satuma-top-v14__pickup-title,
  .satuma-section-v14__title { font-size: 27px; white-space: normal; }
  .satuma-top-v14__pickup-copy { font-size: 21px; white-space: normal; }
  .satuma-top-v14__pickup-points,
  .satuma-teiki-v14__benefits,
  .satuma-original-v14__grid,
  .satuma-top-v14__side,
  .satuma-finder-v14__links { grid-template-columns: 1fr; }
  .satuma-top-v14__status,
  .satuma-section-v14__head-button,
  .satuma-top-v14__button,
  .satuma-section-v14__button { width: 100%; margin-top: 14px; }
  .satuma-original-v14__card,
  .satuma-teiki-v14__image,
  .satuma-reason-v14__image,
  .satuma-contact-v14__card { margin-top: 16px; }
  .satuma-contact-v14__card { display: block; }
  .satuma-contact-v14__icon { margin: 0 0 14px; }
}

@media screen and (max-width: 480px) {
  .satuma-top-v14__pickup-visual img { width: min(92%, 340px); max-width: 340px; max-height: 220px; }
}


/* =========================================================
   20260707-19 adjustments
   - pickup image balance, status placement, feature-card text
   - contact copy/store line
   - finder color-coded category cards
   ========================================================= */

/* 注目商品：画像を適正サイズへ戻し、上下余白は画像エリアの空白で増やさない */
.satuma-top-v14__pickup-visual {
  min-height: 246px;
  padding: 0;
}
.satuma-top-v14__pickup-visual img {
  width: min(54%, 390px);
  max-width: 390px;
  max-height: 238px;
  height: auto;
}
.satuma-top-v14__pickup-head {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  flex-wrap: wrap;
  gap: 10px 16px;
  margin: 0 0 14px;
}
.satuma-top-v14__pickup-title {
  flex: 0 1 auto;
  white-space: nowrap;
}
.satuma-top-v14__status {
  display: inline-flex;
  width: fit-content;
  margin: 0 0 16px;
  padding: 7px 16px 6px;
  white-space: nowrap;
}
.satuma-top-v14__pickup-copy {
  margin-bottom: 12px;
  font-size: 21px;
  line-height: 1.5;
  white-space: nowrap;
}
.satuma-top-v14__pickup-points {
  gap: 10px;
}
.satuma-top-v14__pickup-points span {
  min-height: 76px;
  padding: 13px 12px 12px 40px;
}
.satuma-top-v14__pickup-points span::before {
  left: 12px;
  top: 14px;
  width: 20px;
  height: 20px;
  font-size: 12px;
}
.satuma-top-v14__pickup-points strong {
  font-size: 13px;
  line-height: 1.35;
  word-break: keep-all;
  overflow-wrap: normal;
}
.satuma-top-v14__pickup-points em {
  font-size: 11.5px;
  line-height: 1.45;
  word-break: keep-all;
}

/* ご相談CTA：左右カードのボタン位置を揃え、電話先を明確化 */
.satuma-contact-v14__card {
  min-height: 210px;
}
.satuma-contact-v14__body h3 {
  min-height: 32px;
}
.satuma-contact-v14__shop {
  display: inline-block;
  margin: 0 0 2px;
  color: var(--satuma14-ink);
  font-size: 14px;
  font-weight: 900;
}
.satuma-contact-v14__body p {
  min-height: 48px;
}
.satuma-contact-v14__body .satuma-section-v14__button {
  margin-top: auto;
}

/* 商品を探す：世田谷自然食品風に、カテゴリごとの色分けと画像の見え方を整理 */
.satuma-finder-v14__grid {
  gap: 18px;
}
.satuma-finder-v14__card {
  --finder-accent: #a91720;
  --finder-bg: #fff7f0;
  --finder-pale: #fffaf5;
  position: relative;
  background: linear-gradient(180deg, #ffffff 0%, var(--finder-pale) 100%);
  border-color: color-mix(in srgb, var(--finder-accent) 24%, #ead5c4);
}
.satuma-finder-v14__card::before {
  content: "";
  position: absolute;
  inset: 0 0 auto 0;
  height: 5px;
  background: var(--finder-accent);
}
.satuma-finder-v14__card--medicine {
  --finder-accent: #a91720;
  --finder-bg: #fff2ee;
  --finder-pale: #fffaf7;
}
.satuma-finder-v14__card--health {
  --finder-accent: #00765f;
  --finder-bg: #eefbf5;
  --finder-pale: #f8fffb;
}
.satuma-finder-v14__card--symptom {
  --finder-accent: #b66900;
  --finder-bg: #fff6e6;
  --finder-pale: #fffcf6;
}
.satuma-finder-v14__card--teiki {
  --finder-accent: #7a5a00;
  --finder-bg: #fff9d8;
  --finder-pale: #fffdf0;
}
.satuma-finder-v14__visual {
  min-height: 132px;
  padding: 16px 18px 14px;
  background: var(--finder-bg);
  border-bottom: 1px solid #eadacc;
}
.satuma-finder-v14__visual img {
  max-width: 90%;
  max-height: 104px;
  object-fit: contain;
}
.satuma-finder-v14__body {
  padding: 18px 18px 17px;
}
.satuma-finder-v14__label {
  display: inline-flex;
  align-items: center;
  width: fit-content;
  min-height: 24px;
  margin: 0 0 10px;
  padding: 4px 10px 3px;
  color: var(--finder-accent);
  font-size: 11px;
  font-weight: 900;
  line-height: 1;
  background: #ffffff;
  border: 1px solid color-mix(in srgb, var(--finder-accent) 32%, #ead5c4);
  border-radius: 999px;
}
.satuma-finder-v14__body h3 {
  margin-bottom: 8px;
  font-size: 21px;
}
.satuma-finder-v14__links a {
  background: #ffffff;
  border-color: color-mix(in srgb, var(--finder-accent) 20%, #ead5c4);
}
.satuma-finder-v14__links a::after {
  color: var(--finder-accent);
}
.satuma-finder-v14__links a:hover,
.satuma-finder-v14__links a:focus {
  color: var(--finder-accent);
  background: var(--finder-bg);
  border-color: color-mix(in srgb, var(--finder-accent) 45%, #ead5c4);
}

@media screen and (max-width: 980px) {
  .satuma-top-v14__pickup-copy {
    white-space: normal;
  }
}

@media screen and (max-width: 760px) {
  .satuma-top-v14__pickup-visual {
    min-height: 210px;
  }
  .satuma-top-v14__pickup-visual img {
    width: min(82%, 340px);
    max-width: 340px;
    max-height: 205px;
  }
  .satuma-top-v14__pickup-title,
  .satuma-top-v14__status {
    width: auto;
    margin-top: 0;
  }
  .satuma-top-v14__status {
    max-width: 100%;
  }
  .satuma-top-v14__pickup-points strong,
  .satuma-top-v14__pickup-points em {
    white-space: normal;
  }
  .satuma-contact-v14__card {
    min-height: 0;
  }
  .satuma-contact-v14__body h3,
  .satuma-contact-v14__body p {
    min-height: 0;
  }
}


/* =========================================================
   20260708-01 safe full-replacement adjustments
   Based on 20260707-19 stable CSS. Do not remove existing CSS above.
   ========================================================= */

/* TOP導線：レンチンプラス画像を大きすぎない範囲に調整 */
.satuma-top-v14__pickup-visual {
  min-height: 246px;
  padding: 0;
  background: #ffffff;
}
.satuma-top-v14__pickup-visual img {
  width: min(52%, 370px);
  max-width: 370px;
  max-height: 220px;
  height: auto;
  object-fit: contain;
}
.satuma-top-v14__pickup-visual .satuma-top-v14__badge {
  top: 18px;
  left: 22px;
}
.satuma-top-v14__pickup-head {
  display: flex;
  align-items: flex-start;
  justify-content: flex-start;
  gap: 14px;
  margin: 0 0 12px;
}
.satuma-top-v14__pickup-title {
  flex: 0 1 auto;
  min-width: 0;
  white-space: nowrap;
}
.satuma-top-v14__status {
  display: inline-flex;
  width: fit-content;
  max-width: 100%;
  margin: 0 0 16px;
  padding: 7px 16px 6px;
  white-space: nowrap;
}
.satuma-top-v14__pickup-copy {
  margin: 0 0 14px;
  white-space: nowrap;
  font-size: 21px;
  line-height: 1.55;
}
.satuma-top-v14__pickup-points {
  gap: 10px;
}
.satuma-top-v14__pickup-points span {
  min-height: 78px;
  padding: 13px 12px 12px 40px;
}
.satuma-top-v14__pickup-points span::before {
  top: 14px;
  left: 12px;
  width: 20px;
  height: 20px;
  font-size: 12px;
}
.satuma-top-v14__pickup-points strong {
  font-size: 13px;
  line-height: 1.35;
  white-space: nowrap;
  word-break: keep-all;
  overflow-wrap: normal;
}
.satuma-top-v14__pickup-points em {
  font-size: 11.5px;
  line-height: 1.45;
}

/* CTA：hover時も半透明にせず、はっきりした赤＋白文字 */
.satuma-top-v14 a.satuma-top-v14__button:hover,
.satuma-top-v14 a.satuma-top-v14__button:focus,
.satuma-section-v14 a.satuma-section-v14__button:hover,
.satuma-section-v14 a.satuma-section-v14__button:focus,
.satuma-section-v14 a.satuma-section-v14__head-button:hover,
.satuma-section-v14 a.satuma-section-v14__head-button:focus {
  color: #ffffff;
  background-color: #b5141d;
  border-color: #b5141d;
  opacity: 1;
  filter: none;
  box-shadow: 0 10px 22px rgba(181, 20, 29, 0.28);
  transform: translateY(-1px);
}

/* おすすめ商品：カード全体はリンクにせず、hoverは枠色＋軽い浮き上がりだけ */
.satuma-original-v14__card {
  transition: border-color 0.18s ease, box-shadow 0.18s ease, transform 0.18s ease;
}
.satuma-original-v14__card:hover,
.satuma-original-v14__card:focus-within {
  border-color: #d6b896;
  box-shadow: 0 12px 24px rgba(82, 45, 24, 0.095);
  transform: translateY(-2px);
}
.satuma-original-v14__card:hover h3,
.satuma-original-v14__card:focus-within h3,
.satuma-original-v14__card:hover p,
.satuma-original-v14__card:focus-within p {
  color: inherit;
  opacity: 1;
}

/* 相談CTA：左右カードの高さとボタン位置を揃える */
.satuma-contact-v14__card {
  min-height: 230px;
}
.satuma-contact-v14__body {
  display: flex;
  flex-direction: column;
}
.satuma-contact-v14__body .satuma-section-v14__button {
  margin-top: auto;
}
.satuma-contact-v14__shop {
  display: inline-block;
  color: var(--satuma14-ink);
  font-weight: 900;
}

/* 商品を探す：カテゴリごとに色分けし、画像とラベルを強化 */
.satuma-finder-v14 {
  background: #fbfaf4;
}
.satuma-finder-v14__grid {
  gap: 18px;
}
.satuma-finder-v14__card {
  border-width: 1px;
  background: #ffffff;
}
.satuma-finder-v14__card--medicine { border-color: #c7d5ea; }
.satuma-finder-v14__card--health { border-color: #c8dec6; }
.satuma-finder-v14__card--symptom { border-color: #ecd2db; }
.satuma-finder-v14__card--teiki { border-color: #e4d39a; }

.satuma-finder-v14__card--medicine .satuma-finder-v14__visual { background: linear-gradient(180deg, #eef5ff 0%, #ffffff 100%); border-bottom-color: #c7d5ea; }
.satuma-finder-v14__card--health .satuma-finder-v14__visual { background: linear-gradient(180deg, #f0f8ef 0%, #ffffff 100%); border-bottom-color: #c8dec6; }
.satuma-finder-v14__card--symptom .satuma-finder-v14__visual { background: linear-gradient(180deg, #fff0f5 0%, #ffffff 100%); border-bottom-color: #ecd2db; }
.satuma-finder-v14__card--teiki .satuma-finder-v14__visual { background: linear-gradient(180deg, #fff9d9 0%, #ffffff 100%); border-bottom-color: #e4d39a; }

.satuma-finder-v14__visual {
  min-height: 146px;
  padding: 18px 20px;
}
.satuma-finder-v14__visual img {
  max-width: 88%;
  max-height: 112px;
  object-fit: contain;
}
.satuma-finder-v14__card--teiki .satuma-finder-v14__visual img,
.satuma-finder-v14__card--medicine .satuma-finder-v14__visual img {
  max-width: 94%;
}
.satuma-finder-v14__label {
  display: inline-flex;
  align-items: center;
  width: fit-content;
  min-height: 27px;
  margin: 0 0 10px;
  padding: 5px 13px 4px;
  border-radius: 999px;
  font-size: 12px;
  font-weight: 900;
  line-height: 1;
  background: #fff;
  border: 1px solid currentColor;
}
.satuma-finder-v14__card--medicine .satuma-finder-v14__label,
.satuma-finder-v14__card--medicine h3 { color: #24599a; }
.satuma-finder-v14__card--health .satuma-finder-v14__label,
.satuma-finder-v14__card--health h3 { color: #24733a; }
.satuma-finder-v14__card--symptom .satuma-finder-v14__label,
.satuma-finder-v14__card--symptom h3 { color: #a63d5d; }
.satuma-finder-v14__card--teiki .satuma-finder-v14__label,
.satuma-finder-v14__card--teiki h3 { color: #8c6500; }

.satuma-finder-v14__links a {
  background: #ffffff;
}
.satuma-finder-v14__card--medicine .satuma-finder-v14__links a { color: #24599a; border-color: #c7d5ea; background: #f7faff; }
.satuma-finder-v14__card--health .satuma-finder-v14__links a { color: #24733a; border-color: #c8dec6; background: #f7fcf6; }
.satuma-finder-v14__card--symptom .satuma-finder-v14__links a { color: #a63d5d; border-color: #ecd2db; background: #fff8fa; }
.satuma-finder-v14__card--teiki .satuma-finder-v14__links a { color: #8c6500; border-color: #e4d39a; background: #fffdf0; }

.satuma-finder-v14__card--medicine .satuma-finder-v14__links a:hover,
.satuma-finder-v14__card--medicine .satuma-finder-v14__links a:focus { color: #ffffff; background: #24599a; border-color: #24599a; }
.satuma-finder-v14__card--health .satuma-finder-v14__links a:hover,
.satuma-finder-v14__card--health .satuma-finder-v14__links a:focus { color: #ffffff; background: #24733a; border-color: #24733a; }
.satuma-finder-v14__card--symptom .satuma-finder-v14__links a:hover,
.satuma-finder-v14__card--symptom .satuma-finder-v14__links a:focus { color: #ffffff; background: #a63d5d; border-color: #a63d5d; }
.satuma-finder-v14__card--teiki .satuma-finder-v14__links a:hover,
.satuma-finder-v14__card--teiki .satuma-finder-v14__links a:focus { color: #ffffff; background: #8c6500; border-color: #8c6500; }
.satuma-finder-v14__links a:hover::after,
.satuma-finder-v14__links a:focus::after { color: #ffffff; }

@media screen and (max-width: 980px) {
  .satuma-top-v14__pickup-visual img {
    width: min(68%, 390px);
  }
  .satuma-top-v14__pickup-copy {
    white-space: normal;
  }
}

@media screen and (max-width: 760px) {
  .satuma-top-v14__pickup-visual {
    min-height: 210px;
  }
  .satuma-top-v14__pickup-visual img {
    width: min(86%, 340px);
    max-width: 340px;
    max-height: 200px;
  }
  .satuma-top-v14__pickup-title {
    white-space: normal;
  }
  .satuma-top-v14__status {
    white-space: normal;
  }
  .satuma-top-v14__pickup-points strong {
    white-space: normal;
  }
  .satuma-finder-v14__visual {
    min-height: 128px;
  }
  .satuma-finder-v14__visual img {
    max-height: 96px;
  }
}


/* =========================================================
   20260708-02 商品を探す：世田谷自然食品風カテゴリカード最終調整
   ※ TEST_TOP説明文下_商品を探す_20260708-02.html 対応
========================================================= */
.satuma-finder-v14 {
  background: #fbfaf4;
}
.satuma-finder-v14 .satuma-section-v14__head {
  margin-bottom: 22px;
}
.satuma-finder-v14__search {
  margin-bottom: 26px;
}
.satuma-finder-v14__grid--colored,
.satuma-finder-v14__grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 18px;
}
.satuma-finder-v14__card {
  overflow: hidden;
  background: #ffffff;
  border-width: 1px;
  border-style: solid;
  border-radius: 12px;
  box-shadow: 0 8px 18px rgba(82, 45, 24, 0.035);
  transition: transform 0.18s ease, box-shadow 0.18s ease, border-color 0.18s ease;
}
.satuma-finder-v14__card:hover,
.satuma-finder-v14__card:focus-within {
  transform: translateY(-2px);
  box-shadow: 0 12px 24px rgba(82, 45, 24, 0.09);
}
.satuma-finder-v14__card::before {
  display: none;
}
.satuma-finder-v14__categorybar {
  display: flex;
  align-items: center;
  gap: 10px;
  min-height: 54px;
  padding: 12px 18px;
  color: #ffffff;
}
.satuma-finder-v14__categorybar h3 {
  margin: 0;
  color: #ffffff;
  font-family: var(--satuma14-font);
  font-size: 18px;
  font-weight: 900;
  line-height: 1.35;
  letter-spacing: 0.01em;
}
.satuma-finder-v14__categoryicon {
  flex: 0 0 30px;
  width: 30px;
  height: 30px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  color: #ffffff;
  font-size: 14px;
  font-weight: 900;
  line-height: 1;
  background: rgba(255, 255, 255, 0.22);
  border: 1px solid rgba(255, 255, 255, 0.5);
}
.satuma-finder-v14__visual {
  position: relative;
  min-height: 168px;
  height: 168px;
  padding: 18px 22px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-bottom: 1px solid #eadacc;
  overflow: hidden;
}
.satuma-finder-v14__visual img {
  display: block;
  max-width: 92%;
  max-height: 130px;
  width: auto;
  height: auto;
  object-fit: contain;
}
.satuma-finder-v14__visual--wide img {
  width: 100%;
  height: 132px;
  max-width: none;
  max-height: none;
  object-fit: cover;
  border-radius: 8px;
}
.satuma-finder-v14__body {
  padding: 18px 18px 18px;
}
.satuma-finder-v14__label {
  display: inline-flex;
  align-items: center;
  width: fit-content;
  min-height: 28px;
  margin: 0 0 9px;
  padding: 5px 13px 4px;
  border-radius: 999px;
  font-family: var(--satuma14-font);
  font-size: 12px;
  font-weight: 900;
  line-height: 1;
  background: #ffffff;
  border: 1px solid currentColor;
}
.satuma-finder-v14__body > h3 {
  display: none;
}
.satuma-finder-v14__body p {
  margin: 0 0 15px;
  color: var(--satuma14-text);
  font-family: var(--satuma14-font);
  font-size: 13px;
  font-weight: 700;
  line-height: 1.75;
}
.satuma-finder-v14__links {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 9px;
}
.satuma-finder-v14__links a {
  position: relative;
  display: flex;
  align-items: center;
  min-height: 40px;
  padding: 9px 30px 9px 12px;
  font-family: var(--satuma14-font);
  font-size: 12px;
  font-weight: 900;
  line-height: 1.35;
  background: #ffffff;
  border: 1px solid currentColor;
  border-radius: 7px;
  text-decoration: none;
  transition: color 0.16s ease, background-color 0.16s ease, border-color 0.16s ease, transform 0.16s ease;
}
.satuma-finder-v14__links a::after {
  content: "›";
  position: absolute;
  top: 50%;
  right: 11px;
  font-size: 18px;
  line-height: 1;
  transform: translateY(-50%);
}
.satuma-finder-v14__links a:hover,
.satuma-finder-v14__links a:focus {
  color: #ffffff;
  transform: translateX(2px);
}
.satuma-finder-v14__links a:hover::after,
.satuma-finder-v14__links a:focus::after {
  color: #ffffff;
}

/* 医薬品：青 */
.satuma-finder-v14__card--medicine {
  border-color: #2f68ad;
}
.satuma-finder-v14__card--medicine .satuma-finder-v14__categorybar {
  background: #2f68ad;
}
.satuma-finder-v14__card--medicine .satuma-finder-v14__visual {
  background: #eef5ff;
  border-bottom-color: #c9d8ef;
}
.satuma-finder-v14__card--medicine .satuma-finder-v14__label,
.satuma-finder-v14__card--medicine .satuma-finder-v14__links a {
  color: #2f68ad;
  border-color: #bdd0e9;
}
.satuma-finder-v14__card--medicine .satuma-finder-v14__links a {
  background: #f7fbff;
}
.satuma-finder-v14__card--medicine .satuma-finder-v14__links a:hover,
.satuma-finder-v14__card--medicine .satuma-finder-v14__links a:focus {
  background: #2f68ad;
  border-color: #2f68ad;
}

/* 医薬品以外：緑 */
.satuma-finder-v14__card--health {
  border-color: #2f8740;
}
.satuma-finder-v14__card--health .satuma-finder-v14__categorybar {
  background: #2f8740;
}
.satuma-finder-v14__card--health .satuma-finder-v14__visual {
  background: #f1faf0;
  border-bottom-color: #c5dfc4;
}
.satuma-finder-v14__card--health .satuma-finder-v14__label,
.satuma-finder-v14__card--health .satuma-finder-v14__links a {
  color: #2f8740;
  border-color: #b9d9bd;
}
.satuma-finder-v14__card--health .satuma-finder-v14__links a {
  background: #f8fff7;
}
.satuma-finder-v14__card--health .satuma-finder-v14__links a:hover,
.satuma-finder-v14__card--health .satuma-finder-v14__links a:focus {
  background: #2f8740;
  border-color: #2f8740;
}

/* お悩み・症状：ピンク */
.satuma-finder-v14__card--symptom {
  border-color: #c74772;
}
.satuma-finder-v14__card--symptom .satuma-finder-v14__categorybar {
  background: #c74772;
}
.satuma-finder-v14__card--symptom .satuma-finder-v14__visual {
  background: #fff2f6;
  border-bottom-color: #ebc5d2;
}
.satuma-finder-v14__card--symptom .satuma-finder-v14__label,
.satuma-finder-v14__card--symptom .satuma-finder-v14__links a {
  color: #c74772;
  border-color: #e6b8c8;
}
.satuma-finder-v14__card--symptom .satuma-finder-v14__links a {
  background: #fff8fa;
}
.satuma-finder-v14__card--symptom .satuma-finder-v14__links a:hover,
.satuma-finder-v14__card--symptom .satuma-finder-v14__links a:focus {
  background: #c74772;
  border-color: #c74772;
}

/* 定期便：オレンジ */
.satuma-finder-v14__card--teiki {
  border-color: #e39518;
}
.satuma-finder-v14__card--teiki .satuma-finder-v14__categorybar {
  background: #e39518;
}
.satuma-finder-v14__card--teiki .satuma-finder-v14__visual {
  background: #fff8e4;
  border-bottom-color: #ead19a;
}
.satuma-finder-v14__card--teiki .satuma-finder-v14__label,
.satuma-finder-v14__card--teiki .satuma-finder-v14__links a {
  color: #a36b00;
  border-color: #e1c98f;
}
.satuma-finder-v14__card--teiki .satuma-finder-v14__links a {
  background: #fffdf1;
}
.satuma-finder-v14__card--teiki .satuma-finder-v14__links a:hover,
.satuma-finder-v14__card--teiki .satuma-finder-v14__links a:focus {
  background: #e39518;
  border-color: #e39518;
}

@media screen and (max-width: 760px) {
  .satuma-finder-v14__grid--colored,
  .satuma-finder-v14__grid {
    display: grid;
    grid-template-columns: 1fr;
    gap: 15px;
  }
  .satuma-finder-v14__categorybar {
    min-height: 50px;
    padding: 11px 15px;
  }
  .satuma-finder-v14__categorybar h3 {
    font-size: 17px;
  }
  .satuma-finder-v14__visual {
    min-height: 136px;
    height: 136px;
    padding: 14px 15px;
  }
  .satuma-finder-v14__visual img {
    max-height: 102px;
  }
  .satuma-finder-v14__visual--wide img {
    height: 104px;
  }
  .satuma-finder-v14__body {
    padding: 15px 14px 15px;
  }
  .satuma-finder-v14__links {
    grid-template-columns: 1fr;
    gap: 8px;
  }
}

/* =========================================================
   20260708-06 商品を探す：子カテゴリ可読性調整
   ========================================================= */
.satuma-finder-v14__links {
  gap: 10px;
}

.satuma-finder-v14__links a {
  min-height: 44px;
  padding: 10px 32px 10px 14px;
  font-size: 13.5px;
  line-height: 1.45;
  letter-spacing: 0.01em;
}

.satuma-finder-v14__links a::after {
  right: 12px;
  font-size: 19px;
}

@media screen and (max-width: 760px) {
  .satuma-finder-v14__links a {
    min-height: 44px;
    padding: 10px 32px 10px 13px;
    font-size: 13px;
    line-height: 1.45;
  }
}

/* =========================================================
   20260708-07 ご相談CTA：色は残しつつ、太い片側ボーダーを廃止
   ========================================================= */
.satuma-contact-v14.satuma-contact-v14--premium {
  position: relative;
  overflow: hidden;
  padding: 32px 32px 28px;
  background:
    linear-gradient(180deg, #fffdf9 0%, #fbfaf4 100%);
  border-radius: 20px;
}

.satuma-contact-v14.satuma-contact-v14--premium .satuma-section-v14__head {
  margin-bottom: 22px;
}

.satuma-contact-v14.satuma-contact-v14--premium .satuma-section-v14__badge {
  min-height: 28px;
  padding: 0 15px;
  font-size: 12px;
}

.satuma-contact-v14.satuma-contact-v14--premium .satuma-section-v14__title {
  margin-top: 11px;
  font-size: 30px;
  line-height: 1.24;
  letter-spacing: 0.02em;
}

.satuma-contact-v14.satuma-contact-v14--premium .satuma-section-v14__title-block p {
  margin: 12px auto 0;
  color: #3f332d;
  font-size: 14px;
  font-weight: 700;
  line-height: 1.7;
}

.satuma-contact-v14.satuma-contact-v14--premium .satuma-contact-v14__grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 20px;
  align-items: stretch;
  max-width: 840px;
  margin: 0 auto;
}

.satuma-contact-v14.satuma-contact-v14--premium .satuma-contact-v14__card {
  position: relative;
  display: grid;
  grid-template-rows: auto 1fr auto;
  align-items: start;
  min-width: 0;
  min-height: 218px;
  padding: 22px 26px 22px;
  text-align: center;
  background: #ffffff;
  border: 1px solid #ead6c7;
  border-radius: 16px;
  box-shadow: 0 10px 24px rgba(82, 45, 24, 0.055);
  transition: transform 0.18s ease, border-color 0.18s ease, box-shadow 0.18s ease, background-color 0.18s ease;
}

.satuma-contact-v14.satuma-contact-v14--premium .satuma-contact-v14__card--mail {
  border-color: #ead0c8;
  background:
    linear-gradient(180deg, #ffffff 0%, #fff9f7 100%);
}

.satuma-contact-v14.satuma-contact-v14--premium .satuma-contact-v14__card--tel,
.satuma-contact-v14.satuma-contact-v14--premium .satuma-contact-v14__card--phone {
  border-color: #cfe3dc;
  background:
    linear-gradient(180deg, #ffffff 0%, #f7fcfa 100%);
}

.satuma-contact-v14.satuma-contact-v14--premium .satuma-contact-v14__card::before {
  display: none;
}

.satuma-contact-v14.satuma-contact-v14--premium .satuma-contact-v14__card:hover,
.satuma-contact-v14.satuma-contact-v14--premium .satuma-contact-v14__card:focus-within {
  transform: translateY(-2px);
  box-shadow: 0 14px 30px rgba(82, 45, 24, 0.09);
}

.satuma-contact-v14.satuma-contact-v14--premium .satuma-contact-v14__card--mail:hover,
.satuma-contact-v14.satuma-contact-v14--premium .satuma-contact-v14__card--mail:focus-within {
  border-color: #d8a99c;
}

.satuma-contact-v14.satuma-contact-v14--premium .satuma-contact-v14__card--tel:hover,
.satuma-contact-v14.satuma-contact-v14--premium .satuma-contact-v14__card--tel:focus-within,
.satuma-contact-v14.satuma-contact-v14--premium .satuma-contact-v14__card--phone:hover,
.satuma-contact-v14.satuma-contact-v14--premium .satuma-contact-v14__card--phone:focus-within {
  border-color: #9bc9bb;
}

.satuma-contact-v14.satuma-contact-v14--premium .satuma-contact-v14__card-head {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: flex-start;
  gap: 8px;
  width: 100%;
  min-width: 0;
  margin: 0 0 13px;
}

.satuma-contact-v14.satuma-contact-v14--premium .satuma-contact-v14__icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  flex: 0 0 50px;
  width: 50px;
  height: 50px;
  margin: 0 auto;
  color: #ffffff;
  border-radius: 50%;
}

.satuma-contact-v14.satuma-contact-v14--premium .satuma-contact-v14__card--mail .satuma-contact-v14__icon {
  background: linear-gradient(145deg, #c31e27 0%, #a91720 100%);
  box-shadow: 0 9px 18px rgba(181, 30, 35, 0.16);
}

.satuma-contact-v14.satuma-contact-v14--premium .satuma-contact-v14__card--tel .satuma-contact-v14__icon,
.satuma-contact-v14.satuma-contact-v14--premium .satuma-contact-v14__card--phone .satuma-contact-v14__icon {
  background: linear-gradient(145deg, #0b8a6c 0%, #006d57 100%);
  box-shadow: 0 9px 18px rgba(0, 122, 97, 0.15);
}

.satuma-contact-v14.satuma-contact-v14--premium .satuma-contact-v14__icon svg {
  display: block;
  width: 23px;
  height: 23px;
}

.satuma-contact-v14.satuma-contact-v14--premium .satuma-contact-v14__sub,
.satuma-contact-v14.satuma-contact-v14--premium .satuma-contact-v14__card-head > span:not(.satuma-contact-v14__icon) {
  display: block;
  min-width: 0;
  margin: 0;
  font-size: 13px;
  font-weight: 900;
  line-height: 1.45;
  letter-spacing: 0.01em;
  text-align: center;
}

.satuma-contact-v14.satuma-contact-v14--premium .satuma-contact-v14__card--mail .satuma-contact-v14__sub,
.satuma-contact-v14.satuma-contact-v14--premium .satuma-contact-v14__card--mail .satuma-contact-v14__card-head > span:not(.satuma-contact-v14__icon) {
  color: #b51e23;
}

.satuma-contact-v14.satuma-contact-v14--premium .satuma-contact-v14__card--tel .satuma-contact-v14__sub,
.satuma-contact-v14.satuma-contact-v14--premium .satuma-contact-v14__card--tel .satuma-contact-v14__card-head > span:not(.satuma-contact-v14__icon),
.satuma-contact-v14.satuma-contact-v14--premium .satuma-contact-v14__card--phone .satuma-contact-v14__sub,
.satuma-contact-v14.satuma-contact-v14--premium .satuma-contact-v14__card--phone .satuma-contact-v14__card-head > span:not(.satuma-contact-v14__icon) {
  color: #007a61;
}

.satuma-contact-v14.satuma-contact-v14--premium .satuma-contact-v14__body {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: flex-start;
  width: 100%;
  min-width: 0;
  min-height: 0;
  text-align: center;
}

.satuma-contact-v14.satuma-contact-v14--premium .satuma-contact-v14__card-title,
.satuma-contact-v14.satuma-contact-v14--premium .satuma-contact-v14__body h3 {
  margin: 0;
  color: var(--satuma14-ink);
  font-size: 23px;
  font-weight: 900;
  line-height: 1.34;
  letter-spacing: 0.01em;
  text-align: center;
}

.satuma-contact-v14.satuma-contact-v14--premium .satuma-contact-v14__body p {
  min-height: 0;
  margin: 10px 0 0;
  color: #3f332d;
  font-size: 13.5px;
  font-weight: 700;
  line-height: 1.75;
  text-align: center;
}

.satuma-contact-v14.satuma-contact-v14--premium .satuma-contact-v14__tel {
  margin: 0;
  color: var(--satuma14-ink);
  font-size: 28px;
  font-weight: 900;
  line-height: 1.17;
  letter-spacing: 0.05em;
  white-space: nowrap;
  text-align: center;
}

.satuma-contact-v14.satuma-contact-v14--premium .satuma-contact-v14__shop {
  display: block;
  margin: 0 0 4px;
  color: var(--satuma14-ink);
  font-size: 14.5px;
  font-weight: 900;
  line-height: 1.45;
  text-align: center;
}

.satuma-contact-v14.satuma-contact-v14--premium .satuma-contact-v14__hours {
  display: block;
  color: #4e433d;
  font-size: 13.5px;
  font-weight: 700;
  line-height: 1.6;
  text-align: center;
}

.satuma-contact-v14.satuma-contact-v14--premium .satuma-contact-v14__button,
.satuma-contact-v14.satuma-contact-v14--premium .satuma-contact-v14__body .satuma-section-v14__button {
  align-self: center;
  min-width: 230px;
  min-height: 48px;
  margin-top: 17px;
  padding: 12px 24px 11px;
  border-radius: 7px;
  color: #ffffff;
  background-color: var(--satuma14-button-main);
  border-color: var(--satuma14-button-main);
  box-shadow: 0 9px 18px rgba(139, 30, 30, 0.18);
}

.satuma-contact-v14.satuma-contact-v14--premium .satuma-contact-v14__button:hover,
.satuma-contact-v14.satuma-contact-v14--premium .satuma-contact-v14__button:focus,
.satuma-contact-v14.satuma-contact-v14--premium .satuma-contact-v14__body .satuma-section-v14__button:hover,
.satuma-contact-v14.satuma-contact-v14--premium .satuma-contact-v14__body .satuma-section-v14__button:focus {
  color: #ffffff;
  background-color: var(--satuma14-red-hover);
  border-color: var(--satuma14-red-hover);
  box-shadow: 0 11px 22px rgba(181, 20, 29, 0.22);
  transform: translateY(-1px);
  opacity: 1;
}

@media screen and (max-width: 900px) {
  .satuma-contact-v14.satuma-contact-v14--premium .satuma-contact-v14__grid {
    grid-template-columns: 1fr;
    max-width: 540px;
  }
}

@media screen and (max-width: 760px) {
  .satuma-contact-v14.satuma-contact-v14--premium {
    padding: 30px 16px 22px;
  }
  .satuma-contact-v14.satuma-contact-v14--premium .satuma-section-v14__title {
    font-size: 27px;
  }
  .satuma-contact-v14.satuma-contact-v14--premium .satuma-contact-v14__card {
    min-height: 0;
    padding: 20px 18px 18px;
    border-radius: 14px;
  }
  .satuma-contact-v14.satuma-contact-v14--premium .satuma-contact-v14__card-head {
    gap: 9px;
    margin-bottom: 13px;
  }
  .satuma-contact-v14.satuma-contact-v14--premium .satuma-contact-v14__icon {
    flex-basis: 48px;
    width: 48px;
    height: 48px;
  }
  .satuma-contact-v14.satuma-contact-v14--premium .satuma-contact-v14__icon svg {
    width: 23px;
    height: 23px;
  }
  .satuma-contact-v14.satuma-contact-v14--premium .satuma-contact-v14__sub {
    font-size: 12px;
  }
  .satuma-contact-v14.satuma-contact-v14--premium .satuma-contact-v14__card-title,
  .satuma-contact-v14.satuma-contact-v14--premium .satuma-contact-v14__body h3 {
    font-size: 21px;
  }
  .satuma-contact-v14.satuma-contact-v14--premium .satuma-contact-v14__tel {
    font-size: 24px;
    letter-spacing: 0.035em;
  }
  .satuma-contact-v14.satuma-contact-v14--premium .satuma-contact-v14__body p {
    margin-top: 10px;
  }
  .satuma-contact-v14.satuma-contact-v14--premium .satuma-contact-v14__button,
  .satuma-contact-v14.satuma-contact-v14--premium .satuma-contact-v14__body .satuma-section-v14__button {
    width: 100%;
    min-width: 0;
  }
  .satuma-contact-v14__pc-break {
    display: none;
  }
}


/* =========================================================
   20260708-08 商品を探す：子カテゴリの意味単位改行・可読性最終調整
   ※ TEST_TOP説明文下_商品を探す_20260708-08.html 対応
========================================================= */
.satuma-finder-v14__links {
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 10px;
}

.satuma-finder-v14__links a {
  display: flex;
  align-items: center;
  justify-content: space-between;
  min-height: 46px;
  padding: 10px 32px 10px 14px;
  font-size: 13.5px;
  font-weight: 900;
  line-height: 1.35;
  letter-spacing: 0;
  word-break: keep-all;
  overflow-wrap: normal;
  white-space: normal;
}

.satuma-finder-v14__link-text {
  display: block;
  min-width: 0;
  max-width: 100%;
}

.satuma-finder-v14__link-text span {
  display: block;
  white-space: nowrap;
  line-height: 1.38;
}

.satuma-finder-v14__links a::after {
  right: 12px;
}

@media screen and (min-width: 761px) {
  .satuma-finder-v14__card--medicine .satuma-finder-v14__links,
  .satuma-finder-v14__card--teiki .satuma-finder-v14__links {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media screen and (max-width: 760px) {
  .satuma-finder-v14__links {
    grid-template-columns: 1fr;
  }
  .satuma-finder-v14__links a {
    min-height: 44px;
    padding: 10px 32px 10px 13px;
    font-size: 13px;
  }
}

/* =========================================================
   20260709-01 Header mega menu position adjustment
   お得情報メガメニューをホバー項目の下に揃える
========================================================= */
#gloval_navi.satuma-global-nav .satuma-global-nav__item--deal,
#gloval_navi.satuma-global-nav .satuma-global-nav__list > li:nth-last-child(2) {
  position: relative;
}

#gloval_navi.satuma-global-nav .satuma-global-nav__item--deal .satuma-dropdown,
#gloval_navi.satuma-global-nav .satuma-global-nav__item--deal .satuma-dropdown--deal,
#gloval_navi.satuma-global-nav .satuma-global-nav__list > li:nth-last-child(2) > .satuma-dropdown {
  left: auto;
  right: 0;
  width: 340px;
  max-width: calc(100vw - 32px);
  transform: translateY(8px);
}

#gloval_navi.satuma-global-nav .satuma-global-nav__item--deal:hover .satuma-dropdown,
#gloval_navi.satuma-global-nav .satuma-global-nav__item--deal:focus-within .satuma-dropdown,
#gloval_navi.satuma-global-nav .satuma-global-nav__list > li:nth-last-child(2):hover > .satuma-dropdown,
#gloval_navi.satuma-global-nav .satuma-global-nav__list > li:nth-last-child(2):focus-within > .satuma-dropdown {
  transform: translateY(0);
}

#gloval_navi.satuma-global-nav .satuma-global-nav__item--deal .satuma-dropdown__inner,
#gloval_navi.satuma-global-nav .satuma-global-nav__list > li:nth-last-child(2) > .satuma-dropdown .satuma-dropdown__inner {
  grid-template-columns: 1fr;
  gap: 0;
  padding: 22px 24px 24px;
}


/* =========================================================
   20260709-02 商品を探す：定期便カード内の商品別リンク
   ========================================================= */
.satuma-finder-v14__links--teiki-main {
  margin-bottom: 16px;
}

.satuma-finder-v14__teiki-products {
  margin-top: 16px;
  padding-top: 15px;
  border-top: 1px dashed rgba(157, 112, 30, 0.34);
}

.satuma-finder-v14__teiki-products-title {
  margin: 0 0 10px !important;
  color: #7a5200 !important;
  font-size: 13px !important;
  font-weight: 900 !important;
  line-height: 1.6 !important;
}

.satuma-finder-v14__links--teiki-products {
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 8px;
}

.satuma-finder-v14__links--teiki-products a {
  min-height: 46px;
  padding: 9px 30px 9px 11px;
  font-size: 12px;
  line-height: 1.35;
  background: #fffdf5;
}

.satuma-finder-v14__links--teiki-products .satuma-finder-v14__link-text {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: center;
  gap: 2px;
  min-width: 0;
}

.satuma-finder-v14__links--teiki-products .satuma-finder-v14__link-text span {
  display: block;
  white-space: normal;
  word-break: keep-all;
  overflow-wrap: anywhere;
}

@media screen and (max-width: 760px) {
  .satuma-finder-v14__links--teiki-products {
    grid-template-columns: 1fr;
  }
}

/* =========================================================
   20260709-03 注目商品ブロック：赤枠で注目感を出し、薄緑グラデを廃止
   ========================================================= */
.satuma-top-v14__pickup {
  position: relative;
  overflow: hidden;
  background: #fffdfb;
  border: 2px solid rgba(181, 30, 35, 0.58);
  border-radius: 14px;
  box-shadow: 0 18px 36px rgba(181, 30, 35, 0.10), 0 8px 20px rgba(82, 45, 24, 0.05);
}

.satuma-top-v14__pickup::before {
  content: "";
  position: absolute;
  inset: 10px;
  border: 1px solid rgba(181, 30, 35, 0.09);
  border-radius: 10px;
  pointer-events: none;
  z-index: 1;
}

.satuma-top-v14__pickup-visual,
.satuma-top-v14__pickup-body {
  position: relative;
  z-index: 2;
}

.satuma-top-v14__pickup-visual {
  min-height: 246px;
  padding: 0;
  background: linear-gradient(180deg, #fff7f5 0%, #ffffff 72%);
  border-bottom: 1px solid rgba(181, 30, 35, 0.22);
}

.satuma-top-v14__pickup-visual .satuma-top-v14__badge {
  top: 18px;
  left: 22px;
  min-height: 30px;
  padding: 6px 16px 5px;
  color: #ffffff;
  background: #b51e23;
  border-color: #b51e23;
  box-shadow: 0 7px 16px rgba(181, 30, 35, 0.18);
}

.satuma-top-v14__pickup-visual img {
  width: min(52%, 370px);
  max-width: 370px;
  max-height: 220px;
  height: auto;
  object-fit: contain;
}

.satuma-top-v14__pickup-body {
  padding: 30px 36px 32px;
  background: linear-gradient(180deg, #ffffff 0%, #fffaf7 100%);
}

.satuma-top-v14__pickup-head {
  display: flex;
  align-items: flex-start;
  justify-content: flex-start;
  gap: 14px;
  margin: 0 0 12px;
}

.satuma-top-v14__pickup-title {
  flex: 0 1 auto;
  min-width: 0;
  color: #231815;
  font-size: 34px;
  font-weight: 900;
  line-height: 1.25;
  letter-spacing: 0.01em;
  white-space: nowrap;
}

.satuma-top-v14__pickup-copy {
  margin: 0 0 13px;
  color: #a9151d;
  font-size: 21px;
  font-weight: 900;
  line-height: 1.5;
  white-space: nowrap;
}

.satuma-top-v14__status {
  display: inline-flex;
  width: fit-content;
  max-width: 100%;
  min-height: 34px;
  margin: 0 0 16px;
  padding: 7px 16px 6px;
  color: #00765f;
  background: #f2fffa;
  border: 1px solid #79cdb4;
  border-radius: 999px;
  box-shadow: 0 4px 10px rgba(0, 118, 95, 0.06);
  white-space: nowrap;
}

.satuma-top-v14__pickup-text {
  margin: 0 0 18px;
  color: #2f2722;
  font-size: 15px;
  font-weight: 800;
  line-height: 1.85;
}

.satuma-top-v14__pickup-points span {
  background: #ffffff;
  border-color: rgba(181, 30, 35, 0.24);
  box-shadow: 0 8px 18px rgba(181, 30, 35, 0.06);
}

.satuma-top-v14__pickup-points span::before {
  background: #b51e23;
}

.satuma-top-v14__pickup-action {
  border-top: 1px solid rgba(181, 30, 35, 0.13);
  padding-top: 18px;
}

.satuma-top-v14__pickup-action p {
  color: #2f2722;
}

.satuma-top-v14 a.satuma-top-v14__button,
.satuma-top-v14 a.satuma-top-v14__button:link,
.satuma-top-v14 a.satuma-top-v14__button:visited {
  background-color: #8b1e1e;
  border-color: #8b1e1e;
  color: #ffffff;
  opacity: 1;
  filter: none;
}

.satuma-top-v14 a.satuma-top-v14__button:hover,
.satuma-top-v14 a.satuma-top-v14__button:focus {
  background-color: #b51e23;
  border-color: #b51e23;
  color: #ffffff;
  opacity: 1;
  filter: none;
  box-shadow: 0 11px 24px rgba(181, 30, 35, 0.25);
}

@media screen and (max-width: 980px) {
  .satuma-top-v14__pickup-copy {
    white-space: normal;
  }
}

@media screen and (max-width: 760px) {
  .satuma-top-v14__pickup {
    border-width: 1px;
  }
  .satuma-top-v14__pickup::before {
    inset: 7px;
  }
  .satuma-top-v14__pickup-visual {
    min-height: 210px;
  }
  .satuma-top-v14__pickup-visual img {
    width: min(82%, 340px);
    max-width: 340px;
    max-height: 205px;
  }
  .satuma-top-v14__pickup-body {
    padding: 24px 18px 22px;
  }
  .satuma-top-v14__pickup-title {
    font-size: 27px;
    white-space: normal;
  }
  .satuma-top-v14__pickup-copy {
    font-size: 19px;
    white-space: normal;
  }
}

/* =========================================================
   20260709-04 ご相談CTA・商品検索 子カテゴリ可読性調整
   - ご相談ブロックを左右非対称の太線なしで目立たせる
   - 商品を探す子カテゴリ文字を拡大
   - 医薬品「セルフメディケーション 税制対象商品」を1カラム幅にする
========================================================= */

/* ご相談CTA：セクション全体を少し目立たせる。片側・上だけの太線は使わない */
.satuma-contact-v14.satuma-contact-v14--premium {
  background:
    radial-gradient(circle at 50% 0%, rgba(181, 30, 35, 0.075) 0%, rgba(181, 30, 35, 0.035) 32%, rgba(255, 255, 255, 0) 64%),
    linear-gradient(180deg, #fffaf6 0%, #fffdf9 58%, #fbfaf4 100%);
  border: 2px solid rgba(181, 30, 35, 0.24);
  box-shadow: 0 16px 34px rgba(82, 45, 24, 0.07), 0 6px 18px rgba(181, 30, 35, 0.055);
}

.satuma-contact-v14.satuma-contact-v14--premium .satuma-section-v14__badge {
  color: #ffffff;
  background: #b51e23;
  border-color: #b51e23;
  box-shadow: 0 6px 14px rgba(181, 30, 35, 0.14);
}

.satuma-contact-v14.satuma-contact-v14--premium .satuma-section-v14__title {
  color: #231815;
}

.satuma-contact-v14.satuma-contact-v14--premium .satuma-contact-v14__grid {
  gap: 22px;
}

.satuma-contact-v14.satuma-contact-v14--premium .satuma-contact-v14__card {
  border-width: 1px;
  box-shadow: 0 12px 26px rgba(82, 45, 24, 0.075);
}

.satuma-contact-v14.satuma-contact-v14--premium .satuma-contact-v14__card--mail {
  background:
    radial-gradient(circle at 50% 0%, rgba(181, 30, 35, 0.08) 0%, rgba(181, 30, 35, 0.03) 42%, rgba(255, 255, 255, 0) 72%),
    #ffffff;
  border-color: rgba(181, 30, 35, 0.24);
}

.satuma-contact-v14.satuma-contact-v14--premium .satuma-contact-v14__card--tel,
.satuma-contact-v14.satuma-contact-v14--premium .satuma-contact-v14__card--phone {
  background:
    radial-gradient(circle at 50% 0%, rgba(0, 122, 97, 0.09) 0%, rgba(0, 122, 97, 0.035) 42%, rgba(255, 255, 255, 0) 72%),
    #ffffff;
  border-color: rgba(0, 122, 97, 0.22);
}

.satuma-contact-v14.satuma-contact-v14--premium .satuma-contact-v14__card:hover,
.satuma-contact-v14.satuma-contact-v14--premium .satuma-contact-v14__card:focus-within {
  box-shadow: 0 16px 32px rgba(82, 45, 24, 0.10);
}

/* 商品を探す：子カテゴリを読みやすく拡大 */
.satuma-finder-v14__links a {
  min-height: 48px;
  padding: 11px 34px 11px 15px;
  font-size: 14px;
  line-height: 1.42;
}

.satuma-finder-v14__links a::after {
  right: 13px;
  font-size: 20px;
}

.satuma-finder-v14__link-text span {
  line-height: 1.42;
}

/* 医薬品から探す：長い項目だけ、下段で横幅いっぱいに表示 */
.satuma-finder-v14__card--medicine .satuma-finder-v14__links > a:nth-child(6) {
  grid-column: 1 / -1;
  min-height: 50px;
}

.satuma-finder-v14__card--medicine .satuma-finder-v14__links > a:nth-child(6) .satuma-finder-v14__link-text {
  display: flex;
  flex-wrap: wrap;
  align-items: baseline;
  column-gap: 0.35em;
  row-gap: 0;
}

.satuma-finder-v14__card--medicine .satuma-finder-v14__links > a:nth-child(6) .satuma-finder-v14__link-text span {
  display: inline;
  white-space: nowrap;
}

.satuma-finder-v14__links--teiki-products a {
  min-height: 47px;
  font-size: 13px;
}

@media screen and (max-width: 760px) {
  .satuma-contact-v14.satuma-contact-v14--premium {
    border-width: 1px;
  }

  .satuma-finder-v14__links a {
    min-height: 46px;
    padding: 10px 34px 10px 14px;
    font-size: 13.5px;
  }

  .satuma-finder-v14__card--medicine .satuma-finder-v14__links > a:nth-child(6) {
    grid-column: auto;
  }

  .satuma-finder-v14__card--medicine .satuma-finder-v14__links > a:nth-child(6) .satuma-finder-v14__link-text {
    display: block;
  }

  .satuma-finder-v14__card--medicine .satuma-finder-v14__links > a:nth-child(6) .satuma-finder-v14__link-text span {
    display: block;
  }
}


/* =========================================================
   20260709-05 ご相談CTA・商品検索 強調調整
   - 09-04の変化が弱かったため、HTMLクラスと連動する明確な指定へ変更
   - 片側・上だけの太線は使わず、面・通常枠・影で目立たせる
   - 商品検索の長い子カテゴリは専用classで1カラム化
========================================================= */

/* ご相談CTA：セクション全体を視認しやすくする */
.satuma-contact-v14.satuma-contact-v14--premium {
  position: relative;
  overflow: hidden;
  margin-top: 52px;
  padding: 44px 42px 40px;
  background:
    radial-gradient(circle at 18% 20%, rgba(181, 30, 35, 0.10) 0%, rgba(181, 30, 35, 0.04) 28%, rgba(255, 255, 255, 0) 54%),
    radial-gradient(circle at 82% 32%, rgba(0, 125, 96, 0.10) 0%, rgba(0, 125, 96, 0.035) 30%, rgba(255, 255, 255, 0) 58%),
    linear-gradient(180deg, #fff8f3 0%, #fffdf9 58%, #f9fbf3 100%);
  border: 1px solid #e0c3ad;
  border-radius: 20px;
  box-shadow: 0 18px 38px rgba(82, 45, 24, 0.08);
}

.satuma-contact-v14.satuma-contact-v14--premium::before {
  content: "";
  position: absolute;
  inset: 16px;
  border: 1px solid rgba(181, 30, 35, 0.08);
  border-radius: 14px;
  pointer-events: none;
}

.satuma-contact-v14.satuma-contact-v14--premium > * {
  position: relative;
  z-index: 1;
}

.satuma-contact-v14.satuma-contact-v14--premium .satuma-section-v14__head {
  margin-bottom: 28px;
}

.satuma-contact-v14.satuma-contact-v14--premium .satuma-section-v14__badge {
  min-height: 30px;
  padding: 6px 16px 5px;
  color: #ffffff;
  background: #b51e23;
  border: 1px solid #b51e23;
  box-shadow: 0 7px 16px rgba(181, 30, 35, 0.16);
}

.satuma-contact-v14.satuma-contact-v14--premium .satuma-section-v14__title {
  margin-top: 12px;
  color: #231815;
  font-size: 30px;
  line-height: 1.35;
}

.satuma-contact-v14.satuma-contact-v14--premium .satuma-section-v14__lead,
.satuma-contact-v14.satuma-contact-v14--premium .satuma-section-v14__title-block > p {
  margin-top: 10px;
  color: #3b302a;
  font-size: 15px;
  font-weight: 800;
  line-height: 1.8;
}

.satuma-contact-v14.satuma-contact-v14--premium .satuma-contact-v14__grid {
  gap: 20px;
  align-items: stretch;
}

.satuma-contact-v14.satuma-contact-v14--premium .satuma-contact-v14__card {
  min-height: 256px;
  padding: 30px 30px 28px;
  border: 1px solid #e7cbb7;
  border-radius: 16px;
  box-shadow: 0 12px 26px rgba(82, 45, 24, 0.08);
}

.satuma-contact-v14.satuma-contact-v14--premium .satuma-contact-v14__card--mail {
  background: linear-gradient(180deg, #fff8f8 0%, #ffffff 72%);
  border-color: rgba(181, 30, 35, 0.28);
}

.satuma-contact-v14.satuma-contact-v14--premium .satuma-contact-v14__card--tel,
.satuma-contact-v14.satuma-contact-v14--premium .satuma-contact-v14__card--phone {
  background: linear-gradient(180deg, #f4fffb 0%, #ffffff 72%);
  border-color: rgba(0, 125, 96, 0.28);
}

.satuma-contact-v14.satuma-contact-v14--premium .satuma-contact-v14__icon {
  width: 54px;
  height: 54px;
  margin: 0 auto 12px;
  box-shadow: 0 10px 22px rgba(181, 30, 35, 0.18);
}

.satuma-contact-v14.satuma-contact-v14--premium .satuma-contact-v14__card--tel .satuma-contact-v14__icon,
.satuma-contact-v14.satuma-contact-v14--premium .satuma-contact-v14__card--phone .satuma-contact-v14__icon {
  background: #00836a;
  box-shadow: 0 10px 22px rgba(0, 125, 96, 0.16);
}

.satuma-contact-v14.satuma-contact-v14--premium .satuma-contact-v14__sub {
  margin-bottom: 12px;
  font-size: 13px;
  font-weight: 900;
  letter-spacing: 0.03em;
}

.satuma-contact-v14.satuma-contact-v14--premium .satuma-contact-v14__card-title {
  margin-bottom: 12px;
  color: #231815;
  font-size: 23px;
  font-weight: 900;
  line-height: 1.45;
}

.satuma-contact-v14.satuma-contact-v14--premium .satuma-contact-v14__tel {
  margin-bottom: 8px;
  color: #231815;
  font-size: 30px;
  font-weight: 900;
  line-height: 1.25;
  letter-spacing: 0.08em;
}

.satuma-contact-v14.satuma-contact-v14--premium .satuma-contact-v14__body p {
  color: #352923;
  font-size: 14px;
  font-weight: 800;
  line-height: 1.75;
}

.satuma-contact-v14.satuma-contact-v14--premium .satuma-contact-v14__shop {
  display: block;
  margin-bottom: 5px;
  font-size: 14px;
  font-weight: 900;
}

.satuma-contact-v14.satuma-contact-v14--premium .satuma-contact-v14__button {
  width: min(100%, 300px);
  min-height: 52px;
  margin-top: auto;
  color: #ffffff;
  background: #8b1e1e;
  border-color: #8b1e1e;
  box-shadow: 0 10px 20px rgba(139, 30, 30, 0.18);
}

.satuma-contact-v14.satuma-contact-v14--premium .satuma-contact-v14__button:hover,
.satuma-contact-v14.satuma-contact-v14--premium .satuma-contact-v14__button:focus {
  color: #ffffff;
  background: #b51e23;
  border-color: #b51e23;
  opacity: 1;
}

/* 商品を探す：子カテゴリの可読性を明確に上げる */
.satuma-finder-v14__links a {
  min-height: 50px;
  padding: 12px 36px 12px 16px;
  font-size: 14.5px;
  font-weight: 900;
  line-height: 1.42;
}

.satuma-finder-v14__links a::after {
  right: 14px;
  font-size: 20px;
}

.satuma-finder-v14__link-text {
  display: block;
  min-width: 0;
}

.satuma-finder-v14__link-text span {
  display: inline;
  line-height: 1.42;
}

/* 専用classで、長い項目だけ確実に1カラム幅にする */
.satuma-finder-v14__links .satuma-finder-v14__link--wide,
.satuma-finder-v14__card--medicine .satuma-finder-v14__links .satuma-finder-v14__link--wide {
  grid-column: 1 / -1;
  min-height: 52px;
}

.satuma-finder-v14__links .satuma-finder-v14__link--wide .satuma-finder-v14__link-text {
  display: flex;
  flex-wrap: wrap;
  column-gap: 0.4em;
  row-gap: 0;
  align-items: baseline;
}

.satuma-finder-v14__links .satuma-finder-v14__link--wide .satuma-finder-v14__link-text span {
  display: inline-block;
  white-space: nowrap;
}

@media screen and (max-width: 760px) {
  .satuma-contact-v14.satuma-contact-v14--premium {
    padding: 32px 18px 24px;
    border-radius: 16px;
  }

  .satuma-contact-v14.satuma-contact-v14--premium::before {
    inset: 10px;
  }

  .satuma-contact-v14.satuma-contact-v14--premium .satuma-section-v14__title {
    font-size: 24px;
  }

  .satuma-contact-v14.satuma-contact-v14--premium .satuma-contact-v14__card {
    min-height: auto;
    padding: 24px 18px 22px;
  }

  .satuma-contact-v14.satuma-contact-v14--premium .satuma-contact-v14__tel {
    font-size: 24px;
    letter-spacing: 0.05em;
  }

  .satuma-finder-v14__links a {
    min-height: 47px;
    padding: 11px 34px 11px 14px;
    font-size: 13.5px;
  }

  .satuma-finder-v14__links .satuma-finder-v14__link--wide {
    grid-column: auto;
  }

  .satuma-finder-v14__links .satuma-finder-v14__link--wide .satuma-finder-v14__link-text {
    display: block;
  }

  .satuma-finder-v14__links .satuma-finder-v14__link--wide .satuma-finder-v14__link-text span {
    display: block;
  }
}


/* =========================================================
   20260709-06 商品検索：医薬品の長い子カテゴリをHTML構造で1カラム化
   - 「セルフメディケーション 税制対象商品」を2カラム内から外し、横幅いっぱいの単独ボタンとして表示
   - 既存の2カラム項目は5件だけで整列
========================================================= */
.satuma-finder-v14__card--medicine .satuma-finder-v14__links {
  grid-template-columns: repeat(2, minmax(0, 1fr));
}

.satuma-finder-v14__medicine-wide {
  display: block;
  margin-top: 10px;
}

.satuma-finder-v14__medicine-wide a {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  min-height: 52px;
  padding: 12px 38px 12px 16px;
  color: #24599a;
  font-size: 14.5px;
  font-weight: 900;
  line-height: 1.42;
  text-decoration: none;
  background: #f7faff;
  border: 1px solid #c7d5ea;
  border-radius: 6px;
  box-sizing: border-box;
  transition: color 0.16s ease, background-color 0.16s ease, border-color 0.16s ease, transform 0.16s ease;
}

.satuma-finder-v14__medicine-wide a::after {
  content: "›";
  position: absolute;
  top: 50%;
  right: 14px;
  color: #b51e23;
  font-size: 20px;
  line-height: 1;
  transform: translateY(-50%);
}

.satuma-finder-v14__medicine-wide a:hover,
.satuma-finder-v14__medicine-wide a:focus {
  color: #ffffff;
  background: #24599a;
  border-color: #24599a;
  transform: translateX(2px);
}

.satuma-finder-v14__medicine-wide a:hover::after,
.satuma-finder-v14__medicine-wide a:focus::after {
  color: #ffffff;
}

.satuma-finder-v14__medicine-wide .satuma-finder-v14__link-text {
  display: flex;
  flex-wrap: wrap;
  align-items: baseline;
  column-gap: 0.45em;
  row-gap: 0;
  min-width: 0;
}

.satuma-finder-v14__medicine-wide .satuma-finder-v14__link-text span {
  display: inline-block;
  white-space: nowrap;
  line-height: 1.42;
}

@media screen and (max-width: 760px) {
  .satuma-finder-v14__medicine-wide a {
    min-height: 48px;
    padding: 11px 34px 11px 14px;
    font-size: 13.5px;
  }

  .satuma-finder-v14__medicine-wide .satuma-finder-v14__link-text {
    display: block;
  }

  .satuma-finder-v14__medicine-wide .satuma-finder-v14__link-text span {
    display: block;
  }
}


/* =========================================================
   20260709-07 商品検索：医薬品リンクの並び順調整
   - 「医薬品すべて」は1段目の左カラムだけに配置
   - 第1類／指定第2類／第2類／第3類は次段から2カラムで配置
   - 「セルフメディケーション税制対象商品」は最下段に横幅いっぱいで表示
========================================================= */
.satuma-finder-v14__card--medicine .satuma-finder-v14__links--medicine-main {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 10px;
  margin: 0 0 10px;
}

.satuma-finder-v14__card--medicine .satuma-finder-v14__links--medicine-main .satuma-finder-v14__link--medicine-all {
  grid-column: 1 / 2;
}

.satuma-finder-v14__card--medicine .satuma-finder-v14__links--medicine-types {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 10px;
  margin: 0;
}

.satuma-finder-v14__card--medicine .satuma-finder-v14__medicine-wide {
  display: block;
  margin-top: 10px;
}

.satuma-finder-v14__card--medicine .satuma-finder-v14__medicine-wide a {
  min-height: 52px;
  padding: 12px 38px 12px 16px;
  font-size: 14.5px;
  line-height: 1.42;
}

.satuma-finder-v14__card--medicine .satuma-finder-v14__medicine-wide .satuma-finder-v14__link-text {
  display: block;
  min-width: 0;
}

.satuma-finder-v14__card--medicine .satuma-finder-v14__medicine-wide .satuma-finder-v14__link-text span {
  display: inline;
  white-space: normal;
}

@media screen and (max-width: 760px) {
  .satuma-finder-v14__card--medicine .satuma-finder-v14__links--medicine-main,
  .satuma-finder-v14__card--medicine .satuma-finder-v14__links--medicine-types {
    grid-template-columns: 1fr;
  }

  .satuma-finder-v14__card--medicine .satuma-finder-v14__links--medicine-main .satuma-finder-v14__link--medicine-all {
    grid-column: auto;
  }

  .satuma-finder-v14__card--medicine .satuma-finder-v14__medicine-wide a {
    min-height: 48px;
    padding: 11px 34px 11px 14px;
    font-size: 13.5px;
  }
}

/* =========================================================
   20260709-08 商品を探す：子カテゴリ文字はみ出し防止
   - 矢印分の余白を確保
   - 長いラベルは意味単位の2行表示
   - ホバー時も文字と矢印が被らないよう調整
   ========================================================= */
.satuma-finder-v14__links a,
.satuma-finder-v14__medicine-wide a {
  box-sizing: border-box;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  min-width: 0;
  padding-right: 42px;
  overflow: hidden;
}

.satuma-finder-v14__links a::after,
.satuma-finder-v14__medicine-wide a::after {
  right: 16px;
  flex: 0 0 auto;
}

.satuma-finder-v14__link-text {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: center;
  min-width: 0;
  max-width: 100%;
  gap: 2px;
  line-height: 1.38;
}

.satuma-finder-v14__link-text span {
  display: block;
  max-width: 100%;
  white-space: normal;
  word-break: keep-all;
  overflow-wrap: normal;
}

.satuma-finder-v14__links--teiki-main a,
.satuma-finder-v14__links--teiki-products a {
  min-height: 52px;
  padding-top: 9px;
  padding-bottom: 9px;
  padding-left: 14px;
  padding-right: 42px;
  font-size: 12.5px;
  line-height: 1.38;
}

.satuma-finder-v14__links--teiki-main .satuma-finder-v14__link--wrap,
.satuma-finder-v14__links--teiki-products .satuma-finder-v14__link--wrap {
  min-height: 56px;
  font-size: 12px;
}

.satuma-finder-v14__medicine-wide a,
.satuma-finder-v14__medicine-wide .satuma-finder-v14__link--wide {
  min-height: 50px;
  padding-left: 16px;
  padding-right: 44px;
  font-size: 14px;
}

.satuma-finder-v14__medicine-wide .satuma-finder-v14__link-text,
.satuma-finder-v14__medicine-wide .satuma-finder-v14__link--selfmed .satuma-finder-v14__link-text {
  flex-direction: row;
  flex-wrap: wrap;
  align-items: baseline;
  column-gap: 0.35em;
  row-gap: 0;
}

.satuma-finder-v14__medicine-wide .satuma-finder-v14__link-text span,
.satuma-finder-v14__medicine-wide .satuma-finder-v14__link--selfmed .satuma-finder-v14__link-text span {
  display: inline-block;
  white-space: nowrap;
}

@media screen and (max-width: 760px) {
  .satuma-finder-v14__links a,
  .satuma-finder-v14__medicine-wide a {
    padding-right: 42px;
  }

  .satuma-finder-v14__links--teiki-main a,
  .satuma-finder-v14__links--teiki-products a {
    min-height: 48px;
    font-size: 13px;
  }

  .satuma-finder-v14__medicine-wide .satuma-finder-v14__link-text,
  .satuma-finder-v14__medicine-wide .satuma-finder-v14__link--selfmed .satuma-finder-v14__link-text {
    flex-direction: column;
    align-items: flex-start;
  }
}

/* =========================================================
   20260710-01 最終調整
   - ご相談CTA：グラデーションを廃止し、ページトンマナに合わせた洗練CTAへ
   - CTAボタン：通常時は黒に統一、ホバー時は明確な赤＋白文字
   - 商品検索：定期便の長い子カテゴリ文字を2行以内に収め、矢印と被らないよう調整
   - 既存スライダー：slick/bxの矢印・ページャーをCSS側で非表示にしない
   ========================================================= */

:root {
  --satuma14-button-main-legacy: #8b1e1e;
  --satuma14-button-red: #b4141d;
}

.satuma-top-v14__button,
.satuma-section-v14__button,
.satuma-section-v14__head-button,
.satuma-contact-v14__button,
.satuma-btn-v14--cta {
  background-color: var(--satuma14-button-main-legacy);
  border-color: var(--satuma14-button-main-legacy);
  color: #ffffff;
  opacity: 1;
  filter: none;
}

.satuma-top-v14 a.satuma-top-v14__button:hover,
.satuma-top-v14 a.satuma-top-v14__button:focus,
.satuma-section-v14 a.satuma-section-v14__button:hover,
.satuma-section-v14 a.satuma-section-v14__button:focus,
.satuma-section-v14 a.satuma-section-v14__head-button:hover,
.satuma-section-v14 a.satuma-section-v14__head-button:focus,
.satuma-contact-v14__button:hover,
.satuma-contact-v14__button:focus,
.satuma-btn-v14--cta:hover,
.satuma-btn-v14--cta:focus {
  background-color: var(--satuma14-button-red);
  border-color: var(--satuma14-button-red);
  color: #ffffff;
  opacity: 1;
  filter: none;
}

.satuma-contact-v14.satuma-contact-v14--premium,
.satuma-contact-v14.satuma-contact-v14--centered {
  position: relative;
  overflow: hidden;
  padding: 42px 42px 38px;
  background: #fffaf4;
  border: 1px solid #e6cdb8;
  border-radius: 18px;
  box-shadow: 0 18px 42px rgba(82, 45, 24, 0.08);
}

.satuma-contact-v14.satuma-contact-v14--premium::before,
.satuma-contact-v14.satuma-contact-v14--premium::after,
.satuma-contact-v14.satuma-contact-v14--centered::before,
.satuma-contact-v14.satuma-contact-v14--centered::after {
  content: none;
  display: none;
}

.satuma-contact-v14.satuma-contact-v14--premium .satuma-section-v14__head,
.satuma-contact-v14.satuma-contact-v14--centered .satuma-section-v14__head {
  margin-bottom: 26px;
  text-align: center;
}

.satuma-contact-v14.satuma-contact-v14--premium .satuma-section-v14__badge,
.satuma-contact-v14.satuma-contact-v14--centered .satuma-section-v14__badge {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 28px;
  padding: 4px 14px 3px;
  color: var(--satuma14-red);
  background: #fffaf5;
  border: 1px solid #e8cdb5;
  border-radius: 999px;
  font-size: 12px;
  font-weight: 900;
  letter-spacing: 0.04em;
}

.satuma-contact-v14.satuma-contact-v14--premium .satuma-section-v14__title,
.satuma-contact-v14.satuma-contact-v14--centered .satuma-section-v14__title {
  margin-top: 12px;
  color: var(--satuma14-ink);
  font-size: 31px;
  line-height: 1.34;
  letter-spacing: 0.035em;
}

.satuma-contact-v14.satuma-contact-v14--premium .satuma-section-v14__title-block p,
.satuma-contact-v14.satuma-contact-v14--centered .satuma-section-v14__title-block p {
  margin-top: 12px;
  color: #3c302b;
  font-size: 14px;
  font-weight: 800;
  line-height: 1.75;
}

.satuma-contact-v14.satuma-contact-v14--premium .satuma-contact-v14__grid,
.satuma-contact-v14.satuma-contact-v14--centered .satuma-contact-v14__grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 22px;
  max-width: 850px;
  margin: 0 auto;
}

.satuma-contact-v14.satuma-contact-v14--premium .satuma-contact-v14__card,
.satuma-contact-v14.satuma-contact-v14--centered .satuma-contact-v14__card {
  position: relative;
  display: grid;
  grid-template-rows: auto 1fr auto;
  align-items: start;
  min-height: 270px;
  padding: 28px 28px 26px;
  background: #ffffff;
  border: 1px solid #e7cfbc;
  border-radius: 14px;
  box-shadow: 0 14px 30px rgba(82, 45, 24, 0.07);
}

.satuma-contact-v14.satuma-contact-v14--premium .satuma-contact-v14__card--mail,
.satuma-contact-v14.satuma-contact-v14--centered .satuma-contact-v14__card--mail {
  background: #fffafa;
  border-color: #ebc9c9;
}

.satuma-contact-v14.satuma-contact-v14--premium .satuma-contact-v14__card--tel,
.satuma-contact-v14.satuma-contact-v14--centered .satuma-contact-v14__card--tel {
  background: #f9fffc;
  border-color: #cce4dc;
}

.satuma-contact-v14.satuma-contact-v14--premium .satuma-contact-v14__card::before,
.satuma-contact-v14.satuma-contact-v14--centered .satuma-contact-v14__card::before {
  content: none;
  display: none;
}

.satuma-contact-v14.satuma-contact-v14--premium .satuma-contact-v14__card-head,
.satuma-contact-v14.satuma-contact-v14--centered .satuma-contact-v14__card-head {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 12px;
  margin: 0 0 18px;
  text-align: center;
}

.satuma-contact-v14.satuma-contact-v14--premium .satuma-contact-v14__icon,
.satuma-contact-v14.satuma-contact-v14--centered .satuma-contact-v14__icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 58px;
  height: 58px;
  flex: 0 0 58px;
  margin: 0;
  color: #ffffff;
  border-radius: 50%;
  box-shadow: 0 12px 22px rgba(163, 25, 31, 0.18);
}

.satuma-contact-v14.satuma-contact-v14--premium .satuma-contact-v14__card--mail .satuma-contact-v14__icon,
.satuma-contact-v14.satuma-contact-v14--centered .satuma-contact-v14__card--mail .satuma-contact-v14__icon {
  background: #b81923;
}

.satuma-contact-v14.satuma-contact-v14--premium .satuma-contact-v14__card--tel .satuma-contact-v14__icon,
.satuma-contact-v14.satuma-contact-v14--centered .satuma-contact-v14__card--tel .satuma-contact-v14__icon {
  background: #007a61;
  box-shadow: 0 12px 22px rgba(0, 122, 97, 0.17);
}

.satuma-contact-v14.satuma-contact-v14--premium .satuma-contact-v14__icon svg,
.satuma-contact-v14.satuma-contact-v14--centered .satuma-contact-v14__icon svg {
  width: 27px;
  height: 27px;
}

.satuma-contact-v14.satuma-contact-v14--premium .satuma-contact-v14__sub,
.satuma-contact-v14.satuma-contact-v14--centered .satuma-contact-v14__sub {
  display: block;
  margin: 0;
  font-size: 13px;
  font-weight: 900;
  line-height: 1.45;
  letter-spacing: 0.02em;
}

.satuma-contact-v14.satuma-contact-v14--premium .satuma-contact-v14__card--mail .satuma-contact-v14__sub,
.satuma-contact-v14.satuma-contact-v14--centered .satuma-contact-v14__card--mail .satuma-contact-v14__sub {
  color: #b81923;
}

.satuma-contact-v14.satuma-contact-v14--premium .satuma-contact-v14__card--tel .satuma-contact-v14__sub,
.satuma-contact-v14.satuma-contact-v14--centered .satuma-contact-v14__card--tel .satuma-contact-v14__sub {
  color: #007a61;
}

.satuma-contact-v14.satuma-contact-v14--premium .satuma-contact-v14__body,
.satuma-contact-v14.satuma-contact-v14--centered .satuma-contact-v14__body {
  display: block;
  text-align: center;
}

.satuma-contact-v14.satuma-contact-v14--premium .satuma-contact-v14__card-title,
.satuma-contact-v14.satuma-contact-v14--premium .satuma-contact-v14__body h3,
.satuma-contact-v14.satuma-contact-v14--centered .satuma-contact-v14__card-title,
.satuma-contact-v14.satuma-contact-v14--centered .satuma-contact-v14__body h3 {
  margin: 0 0 13px;
  color: var(--satuma14-ink);
  font-size: 23px;
  font-weight: 900;
  line-height: 1.38;
  letter-spacing: 0.01em;
}

.satuma-contact-v14.satuma-contact-v14--premium .satuma-contact-v14__body p,
.satuma-contact-v14.satuma-contact-v14--centered .satuma-contact-v14__body p {
  margin: 0;
  color: #43352f;
  font-size: 13.5px;
  font-weight: 800;
  line-height: 1.75;
}

.satuma-contact-v14.satuma-contact-v14--premium .satuma-contact-v14__tel,
.satuma-contact-v14.satuma-contact-v14--centered .satuma-contact-v14__tel {
  margin: 0 0 10px;
  color: var(--satuma14-ink);
  font-size: 28px;
  font-weight: 900;
  line-height: 1.18;
  letter-spacing: 0.06em;
  white-space: nowrap;
  text-align: center;
}

.satuma-contact-v14.satuma-contact-v14--premium .satuma-contact-v14__shop,
.satuma-contact-v14.satuma-contact-v14--centered .satuma-contact-v14__shop {
  display: block;
  margin: 0 0 6px;
  color: var(--satuma14-ink);
  font-size: 14.5px;
  font-weight: 900;
  line-height: 1.45;
}

.satuma-contact-v14.satuma-contact-v14--premium .satuma-contact-v14__hours,
.satuma-contact-v14.satuma-contact-v14--centered .satuma-contact-v14__hours {
  display: block;
  color: #4e433d;
  font-size: 13.5px;
  font-weight: 800;
  line-height: 1.55;
}

.satuma-contact-v14.satuma-contact-v14--premium .satuma-contact-v14__button,
.satuma-contact-v14.satuma-contact-v14--premium .satuma-contact-v14__body .satuma-section-v14__button,
.satuma-contact-v14.satuma-contact-v14--centered .satuma-contact-v14__button,
.satuma-contact-v14.satuma-contact-v14--centered .satuma-contact-v14__body .satuma-section-v14__button {
  align-self: stretch;
  justify-self: stretch;
  width: 100%;
  min-width: 0;
  min-height: 50px;
  margin: 22px 0 0;
  padding: 13px 22px 12px;
  color: #ffffff;
  background-color: var(--satuma14-button-main-legacy);
  border-color: var(--satuma14-button-main-legacy);
  border-radius: 7px;
  box-shadow: 0 10px 18px rgba(139, 30, 30, 0.18);
}

.satuma-contact-v14.satuma-contact-v14--premium .satuma-contact-v14__button:hover,
.satuma-contact-v14.satuma-contact-v14--premium .satuma-contact-v14__button:focus,
.satuma-contact-v14.satuma-contact-v14--centered .satuma-contact-v14__button:hover,
.satuma-contact-v14.satuma-contact-v14--centered .satuma-contact-v14__button:focus {
  color: #ffffff;
  background-color: var(--satuma14-button-red);
  border-color: var(--satuma14-button-red);
  opacity: 1;
  filter: none;
}

.satuma-finder-v14__links--teiki-main a,
.satuma-finder-v14__links--teiki-products a {
  min-height: 50px;
  padding: 9px 34px 9px 12px;
  font-size: 12px;
  line-height: 1.34;
}

.satuma-finder-v14__links--teiki-main a::after,
.satuma-finder-v14__links--teiki-products a::after {
  right: 12px;
}

.satuma-finder-v14__links--teiki-main .satuma-finder-v14__link-text,
.satuma-finder-v14__links--teiki-products .satuma-finder-v14__link-text {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  gap: 1px;
  max-width: 100%;
  line-height: 1.32;
}

.satuma-finder-v14__links--teiki-main .satuma-finder-v14__link-text span,
.satuma-finder-v14__links--teiki-products .satuma-finder-v14__link-text span {
  display: block;
  max-width: 100%;
  white-space: nowrap;
  word-break: keep-all;
  overflow-wrap: normal;
}

.satuma-finder-v14__links--teiki-main .satuma-finder-v14__link--long,
.satuma-finder-v14__links--teiki-products .satuma-finder-v14__link--long {
  font-size: 11.4px;
  letter-spacing: -0.02em;
}

.satuma-finder-v14__links--teiki-products .satuma-finder-v14__link--compact {
  font-size: 11.7px;
  letter-spacing: -0.015em;
}

.satuma-finder-v14__links--teiki-products .satuma-finder-v14__link--compact .satuma-finder-v14__link-text,
.satuma-finder-v14__links--teiki-products .satuma-finder-v14__link--long .satuma-finder-v14__link-text {
  gap: 0;
}

.satuma-finder-v14__links--teiki-products .satuma-finder-v14__link--compact span,
.satuma-finder-v14__links--teiki-products .satuma-finder-v14__link--long span {
  line-height: 1.28;
}

@media screen and (max-width: 900px) {
  .satuma-contact-v14.satuma-contact-v14--premium .satuma-contact-v14__grid,
  .satuma-contact-v14.satuma-contact-v14--centered .satuma-contact-v14__grid {
    grid-template-columns: 1fr;
    max-width: 540px;
  }
}

@media screen and (max-width: 760px) {
  .satuma-contact-v14.satuma-contact-v14--premium,
  .satuma-contact-v14.satuma-contact-v14--centered {
    padding: 32px 16px 24px;
    border-radius: 16px;
  }

  .satuma-contact-v14.satuma-contact-v14--premium .satuma-section-v14__title,
  .satuma-contact-v14.satuma-contact-v14--centered .satuma-section-v14__title {
    font-size: 26px;
  }

  .satuma-contact-v14.satuma-contact-v14--premium .satuma-contact-v14__card,
  .satuma-contact-v14.satuma-contact-v14--centered .satuma-contact-v14__card {
    min-height: 0;
    padding: 24px 18px 20px;
  }

  .satuma-contact-v14.satuma-contact-v14--premium .satuma-contact-v14__tel,
  .satuma-contact-v14.satuma-contact-v14--centered .satuma-contact-v14__tel {
    font-size: 24px;
    letter-spacing: 0.035em;
  }

  .satuma-finder-v14__links--teiki-main a,
  .satuma-finder-v14__links--teiki-products a {
    min-height: 48px;
    font-size: 13px;
  }

  .satuma-finder-v14__links--teiki-main .satuma-finder-v14__link--long,
  .satuma-finder-v14__links--teiki-products .satuma-finder-v14__link--long,
  .satuma-finder-v14__links--teiki-products .satuma-finder-v14__link--compact {
    font-size: 12.5px;
    letter-spacing: 0;
  }
}


/* =========================================================
   20260710-02 TOP微調整：相談CTA / 商品検索 / CTA色統一 / 既存商品ブロックUI復帰
   ※ このファイルは test_import.css の全文置き換え用です。
========================================================= */

/* --- CTAボタン通常色の統一：通常時は黒、ホバー時は赤、文字は白 --- */
.satuma-section-v14__button,
.satuma-btn-v14,
.satuma-btn-v14--cta,
.satuma-top-v14 a.satuma-section-v14__button,
.satuma-section-v14 a.satuma-section-v14__button,
.satuma-original-v14 .satuma-section-v14__button,
.satuma-teiki-v14 .satuma-section-v14__button,
.satuma-contact-v14 .satuma-section-v14__button {
  color: #ffffff;
  background: #8b1e1e;
  border-color: #8b1e1e;
  opacity: 1;
}

.satuma-section-v14__button:link,
.satuma-section-v14__button:visited,
.satuma-section-v14__button:hover,
.satuma-section-v14__button:active,
.satuma-section-v14__button:focus,
.satuma-btn-v14:link,
.satuma-btn-v14:visited,
.satuma-btn-v14:hover,
.satuma-btn-v14:active,
.satuma-btn-v14:focus {
  color: #ffffff;
  text-decoration: none;
  opacity: 1;
}

.satuma-section-v14__button:hover,
.satuma-section-v14__button:focus,
.satuma-btn-v14:hover,
.satuma-btn-v14:focus,
.satuma-contact-v14 .satuma-section-v14__button:hover,
.satuma-contact-v14 .satuma-section-v14__button:focus {
  color: #ffffff;
  background: #b41722;
  border-color: #b41722;
  box-shadow: 0 14px 24px rgba(180, 23, 34, 0.18);
}

/* --- ご相談・お問い合わせ：グラデーション廃止、片側太線なし、トンマナ統一 --- */
.satuma-contact-v14.satuma-contact-v14--premium,
.satuma-contact-v14 {
  width: min(980px, calc(100% - 40px));
  margin: 40px auto 32px;
  padding: 38px 36px 36px;
  background: #fffaf4;
  border: 1px solid #ead5c6;
  border-radius: 18px;
  box-shadow: 0 18px 36px rgba(72, 41, 24, 0.06);
}

.satuma-contact-v14.satuma-contact-v14--premium::before,
.satuma-contact-v14.satuma-contact-v14--premium::after,
.satuma-contact-v14::before,
.satuma-contact-v14::after {
  content: none;
}

.satuma-contact-v14 .satuma-section-v14__head {
  margin: 0 0 26px;
  padding: 0;
  text-align: center;
  background: transparent;
  border: none;
}

.satuma-contact-v14 .satuma-section-v14__title-block {
  display: block;
  width: 100%;
  max-width: none;
  text-align: center;
}

.satuma-contact-v14 .satuma-section-v14__badge {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 30px;
  margin: 0 0 12px;
  padding: 0 16px;
  color: #a5121b;
  font-size: 13px;
  font-weight: 900;
  line-height: 1;
  letter-spacing: 0.04em;
  background: #fffaf6;
  border: 1px solid #e6c8b5;
  border-radius: 999px;
  box-shadow: none;
}

.satuma-contact-v14 .satuma-section-v14__title {
  margin: 0;
  color: #241713;
  font-size: 30px;
  font-weight: 900;
  line-height: 1.35;
  letter-spacing: 0.02em;
  border: none;
}

.satuma-contact-v14 .satuma-section-v14__title-block p {
  margin: 12px auto 0;
  color: #3f332d;
  font-size: 15px;
  font-weight: 700;
  line-height: 1.75;
}

.satuma-contact-v14__grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 20px;
  align-items: stretch;
}

.satuma-contact-v14__card,
.satuma-contact-v14.satuma-contact-v14--premium .satuma-contact-v14__card {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  min-height: 250px;
  padding: 26px 28px 26px;
  background: #ffffff;
  border: 1px solid #ead5c6;
  border-radius: 16px;
  box-shadow: 0 12px 26px rgba(72, 41, 24, 0.05);
}

.satuma-contact-v14__card--mail,
.satuma-contact-v14.satuma-contact-v14--premium .satuma-contact-v14__card--mail {
  background: #fff9f7;
  border-color: #edcec8;
}

.satuma-contact-v14__card--tel,
.satuma-contact-v14.satuma-contact-v14--premium .satuma-contact-v14__card--tel {
  background: #f7fbf9;
  border-color: #c9e0d9;
}

.satuma-contact-v14__card-head {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: flex-start;
  gap: 12px;
  margin: 0 0 16px;
  text-align: center;
}

.satuma-contact-v14__icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 56px;
  height: 56px;
  margin: 0;
  color: #ffffff;
  border-radius: 50%;
  box-shadow: 0 11px 22px rgba(72, 41, 24, 0.10);
}

.satuma-contact-v14__card--mail .satuma-contact-v14__icon {
  background: #b41722;
}

.satuma-contact-v14__card--tel .satuma-contact-v14__icon {
  background: #007f68;
}

.satuma-contact-v14__icon svg {
  width: 27px;
  height: 27px;
}

.satuma-contact-v14__sub {
  display: block;
  margin: 0;
  font-size: 13px;
  font-weight: 900;
  line-height: 1.45;
  letter-spacing: 0.02em;
}

.satuma-contact-v14__card--mail .satuma-contact-v14__sub { color: #b41722; }
.satuma-contact-v14__card--tel .satuma-contact-v14__sub { color: #007f68; }

.satuma-contact-v14__body {
  display: block;
  min-width: 0;
  text-align: center;
}

.satuma-contact-v14__card-title,
.satuma-contact-v14__tel {
  margin: 0 0 12px;
  color: #241713;
  font-size: 25px;
  font-weight: 900;
  line-height: 1.35;
  letter-spacing: 0.02em;
}

.satuma-contact-v14__tel {
  font-size: 30px;
  letter-spacing: 0.055em;
  white-space: nowrap;
}

.satuma-contact-v14__body p {
  margin: 0;
  color: #3f332d;
  font-size: 14px;
  font-weight: 700;
  line-height: 1.75;
}

.satuma-contact-v14__shop {
  display: block;
  margin: 0 0 2px;
  color: #241713;
  font-size: 14px;
  font-weight: 900;
}

.satuma-contact-v14__hours {
  display: block;
  color: #3f332d;
  font-size: 13px;
  font-weight: 700;
  line-height: 1.65;
}

.satuma-contact-v14__button,
.satuma-contact-v14 .satuma-section-v14__button {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  min-width: 0;
  max-width: none;
  height: 52px;
  margin: 22px 0 0;
  padding: 0 20px;
  color: #ffffff;
  font-size: 16px;
  font-weight: 900;
  line-height: 1;
  text-align: center;
  background: #8b1e1e;
  border: 1px solid #8b1e1e;
  border-radius: 8px;
  box-shadow: 0 10px 18px rgba(139, 30, 30, 0.18);
}

.satuma-contact-v14__button:hover,
.satuma-contact-v14__button:focus,
.satuma-contact-v14 .satuma-section-v14__button:hover,
.satuma-contact-v14 .satuma-section-v14__button:focus {
  color: #ffffff;
  background: #b41722;
  border-color: #b41722;
}

/* --- 商品を探す：子カテゴリ文字のはみ出し防止、可読性維持 --- */
.satuma-finder-v14__links a {
  display: flex;
  align-items: center;
  min-width: 0;
  min-height: 48px;
  padding: 11px 36px 10px 15px;
  font-size: 14px;
  font-weight: 900;
  line-height: 1.35;
  word-break: keep-all;
  overflow-wrap: normal;
}

.satuma-finder-v14__link-text {
  display: block;
  min-width: 0;
  max-width: 100%;
}

.satuma-finder-v14__link-text span {
  display: block;
  line-height: 1.35;
}

.satuma-finder-v14__nowrap {
  white-space: nowrap;
}

.satuma-finder-v14__links a::after {
  right: 14px;
}

.satuma-finder-v14__links--teiki-main a,
.satuma-finder-v14__links--teiki-products a {
  min-height: 52px;
  padding-right: 38px;
  font-size: 13.5px;
}

.satuma-finder-v14__link--teiki-list .satuma-finder-v14__link-text span,
.satuma-finder-v14__link--chou .satuma-finder-v14__link-text span,
.satuma-finder-v14__link--placenta .satuma-finder-v14__link-text span {
  display: block;
}

.satuma-finder-v14__link--chou,
.satuma-finder-v14__link--placenta,
.satuma-finder-v14__link--long {
  font-size: 12.8px;
  letter-spacing: -0.02em;
}

.satuma-finder-v14__link--chou .satuma-finder-v14__nowrap,
.satuma-finder-v14__link--placenta .satuma-finder-v14__nowrap {
  white-space: nowrap;
}

.satuma-finder-v14__link--long .satuma-finder-v14__link-text {
  line-height: 1.32;
}

.satuma-finder-v14__link--selfmed {
  grid-column: 1 / -1;
  font-size: 14px;
}

/* --- 既存商品ブロック：スライダーUIをCSSで隠さない --- */
.slick-arrow,
.slick-prev,
.slick-next,
.bx-prev,
.bx-next,
.bx-pager,
.bx-controls,
.bx-wrapper .bx-controls-direction a {
  visibility: visible;
  opacity: 1;
}

.slick-arrow,
.slick-prev,
.slick-next,
.bx-prev,
.bx-next {
  pointer-events: auto;
}

@media screen and (max-width: 767px) {
  .satuma-contact-v14.satuma-contact-v14--premium,
  .satuma-contact-v14 {
    width: calc(100% - 20px);
    margin: 28px auto 24px;
    padding: 30px 16px 20px;
    border-radius: 16px;
  }

  .satuma-contact-v14 .satuma-section-v14__title {
    font-size: 25px;
  }

  .satuma-contact-v14__grid {
    grid-template-columns: 1fr;
    gap: 14px;
  }

  .satuma-contact-v14__card,
  .satuma-contact-v14.satuma-contact-v14--premium .satuma-contact-v14__card {
    min-height: auto;
    padding: 22px 18px 20px;
  }

  .satuma-contact-v14__card-title {
    font-size: 22px;
  }

  .satuma-contact-v14__tel {
    font-size: 25px;
    letter-spacing: 0.03em;
  }

  .satuma-finder-v14__links a {
    min-height: 46px;
    font-size: 13.5px;
  }
}

/* =========================================================
   20260710-03 注目商品ブロック微調整
   - 相談文の不自然な改行を防止
   - 「商品ページを見る」ボタン通常色を他CTAと同じ黒に統一
========================================================= */
.satuma-top-v14__pickup-action {
  grid-template-columns: minmax(0, 1fr) 260px;
  gap: 22px;
}

.satuma-top-v14__pickup-action p {
  font-size: 15px;
  line-height: 1.72;
  letter-spacing: 0.01em;
}

.satuma-top-v14__pickup-action p span {
  display: block;
  white-space: nowrap;
}

.satuma-top-v14__pickup-action .satuma-top-v14__button,
.satuma-top-v14__pickup-action a.satuma-top-v14__button,
.satuma-top-v14__pickup-action a.satuma-top-v14__button:link,
.satuma-top-v14__pickup-action a.satuma-top-v14__button:visited {
  width: 100%;
  min-width: 0;
  background-color: var(--satuma14-button-main);
  border-color: var(--satuma14-button-main);
  color: #ffffff;
  opacity: 1;
  filter: none;
}

.satuma-top-v14__pickup-action .satuma-top-v14__button:hover,
.satuma-top-v14__pickup-action .satuma-top-v14__button:focus,
.satuma-top-v14__pickup-action a.satuma-top-v14__button:hover,
.satuma-top-v14__pickup-action a.satuma-top-v14__button:focus {
  background-color: var(--satuma14-red-hover);
  border-color: var(--satuma14-red-hover);
  color: #ffffff;
  opacity: 1;
  filter: none;
}

@media screen and (max-width: 760px) {
  .satuma-top-v14__pickup-action {
    grid-template-columns: 1fr;
    gap: 14px;
  }

  .satuma-top-v14__pickup-action p {
    font-size: 14px;
    line-height: 1.75;
  }

  .satuma-top-v14__pickup-action p span {
    display: inline;
    white-space: normal;
  }
}


/* =========================================================
   20260710-04 注目商品ブロック：相談文とCTAボタンの重なり解消
   - ボタン文言を「商品を見る」に変更したHTMLに合わせる
   - 相談文とボタンが重ならないよう、PCではボタン幅を整理
   - SPでは縦積みにして崩れを防止
========================================================= */
.satuma-top-v14 .satuma-top-v14__pickup-action {
  display: grid;
  grid-template-columns: minmax(0, 1fr) 220px;
  gap: 18px;
  align-items: center;
}

.satuma-top-v14 .satuma-top-v14__pickup-action p {
  min-width: 0;
  max-width: 100%;
  font-size: 15px;
  line-height: 1.72;
  letter-spacing: 0.01em;
  overflow-wrap: normal;
  word-break: keep-all;
}

.satuma-top-v14 .satuma-top-v14__pickup-action p span {
  display: inline;
  white-space: normal;
}

.satuma-top-v14 .satuma-top-v14__pickup-action p span + span::before {
  content: "\A";
  white-space: pre;
}

.satuma-top-v14 .satuma-top-v14__pickup-action .satuma-top-v14__button,
.satuma-top-v14 .satuma-top-v14__pickup-action a.satuma-top-v14__button,
.satuma-top-v14 .satuma-top-v14__pickup-action a.satuma-top-v14__button:link,
.satuma-top-v14 .satuma-top-v14__pickup-action a.satuma-top-v14__button:visited {
  width: 220px;
  min-width: 0;
  max-width: 100%;
  justify-self: end;
  background-color: var(--satuma14-button-main);
  border-color: var(--satuma14-button-main);
  color: #ffffff;
  opacity: 1;
  filter: none;
}

.satuma-top-v14 .satuma-top-v14__pickup-action .satuma-top-v14__button:hover,
.satuma-top-v14 .satuma-top-v14__pickup-action .satuma-top-v14__button:focus,
.satuma-top-v14 .satuma-top-v14__pickup-action a.satuma-top-v14__button:hover,
.satuma-top-v14 .satuma-top-v14__pickup-action a.satuma-top-v14__button:focus {
  background-color: var(--satuma14-red-hover);
  border-color: var(--satuma14-red-hover);
  color: #ffffff;
  opacity: 1;
  filter: none;
}

@media screen and (max-width: 980px) {
  .satuma-top-v14 .satuma-top-v14__pickup-action {
    grid-template-columns: minmax(0, 1fr) 200px;
    gap: 16px;
  }

  .satuma-top-v14 .satuma-top-v14__pickup-action .satuma-top-v14__button,
  .satuma-top-v14 .satuma-top-v14__pickup-action a.satuma-top-v14__button {
    width: 200px;
  }
}

@media screen and (max-width: 760px) {
  .satuma-top-v14 .satuma-top-v14__pickup-action {
    grid-template-columns: 1fr;
    gap: 14px;
    align-items: stretch;
  }

  .satuma-top-v14 .satuma-top-v14__pickup-action p {
    font-size: 14px;
    line-height: 1.75;
  }

  .satuma-top-v14 .satuma-top-v14__pickup-action p span,
  .satuma-top-v14 .satuma-top-v14__pickup-action p span + span::before {
    white-space: normal;
  }

  .satuma-top-v14 .satuma-top-v14__pickup-action .satuma-top-v14__button,
  .satuma-top-v14 .satuma-top-v14__pickup-action a.satuma-top-v14__button {
    width: 100%;
    justify-self: stretch;
  }
}


/* =========================================================
   20260713-04 TOP導線CTAホバー色調整
   - 通常時：サイトのトンマナに合わせたえんじ #8b1e1e
   - ホバー／フォーカス時：明るい赤 #b5141d
   - ヘッダー、カート、検索、LINE固有色には影響させない
========================================================= */
:root {
  --satuma14-button-main: #8b1e1e;
  --satuma14-button-main-legacy: #8b1e1e;
  --satuma14-button-hover: #b5141d;
}

.satuma-top-v14__button,
.satuma-section-v14__button,
.satuma-section-v14__head-button,
.satuma-contact-v14__button,
.satuma-btn-v14,
.satuma-btn-v14--cta,
.satuma-top-v14 a.satuma-top-v14__button,
.satuma-top-v14 a.satuma-top-v14__button:link,
.satuma-top-v14 a.satuma-top-v14__button:visited,
.satuma-section-v14 a.satuma-section-v14__button,
.satuma-section-v14 a.satuma-section-v14__button:link,
.satuma-section-v14 a.satuma-section-v14__button:visited,
.satuma-section-v14 a.satuma-section-v14__head-button,
.satuma-section-v14 a.satuma-section-v14__head-button:link,
.satuma-section-v14 a.satuma-section-v14__head-button:visited,
.satuma-contact-v14 .satuma-section-v14__button,
.satuma-contact-v14 .satuma-contact-v14__button {
  color: #ffffff;
  background-color: var(--satuma14-button-main);
  border-color: var(--satuma14-button-main);
  box-shadow: 0 9px 18px rgba(139, 30, 30, 0.18);
  opacity: 1;
  filter: none;
}

.satuma-top-v14__button:hover,
.satuma-top-v14__button:focus,
.satuma-section-v14__button:hover,
.satuma-section-v14__button:focus,
.satuma-section-v14__head-button:hover,
.satuma-section-v14__head-button:focus,
.satuma-contact-v14__button:hover,
.satuma-contact-v14__button:focus,
.satuma-btn-v14:hover,
.satuma-btn-v14:focus,
.satuma-btn-v14--cta:hover,
.satuma-btn-v14--cta:focus,
.satuma-top-v14 a.satuma-top-v14__button:hover,
.satuma-top-v14 a.satuma-top-v14__button:focus,
.satuma-section-v14 a.satuma-section-v14__button:hover,
.satuma-section-v14 a.satuma-section-v14__button:focus,
.satuma-section-v14 a.satuma-section-v14__head-button:hover,
.satuma-section-v14 a.satuma-section-v14__head-button:focus,
.satuma-contact-v14 .satuma-section-v14__button:hover,
.satuma-contact-v14 .satuma-section-v14__button:focus,
.satuma-contact-v14 .satuma-contact-v14__button:hover,
.satuma-contact-v14 .satuma-contact-v14__button:focus {
  color: #ffffff;
  background-color: var(--satuma14-button-hover);
  border-color: var(--satuma14-button-hover);
  box-shadow: 0 10px 22px rgba(181, 20, 29, 0.28);
  opacity: 1;
  filter: none;
}

/* =========================================================
   20260721-01 FINAL OVERRIDE
   - メガメニュー：hover時に文字と矢印を自然に右へ動かす
   - セルフメディケーション税制対象商品：他項目と同じ文字サイズで1行維持
   - TOP内CTA：通常時を #b51e23 に統一、hover時を #c92832 に統一
========================================================= */

/* メガメニュー：カテゴリー列を広めに確保 */
#gloval_navi.satuma-global-nav .satuma-dropdown--category {
  width: 1080px !important;
  max-width: calc(100vw - 40px) !important;
}

#gloval_navi.satuma-global-nav .satuma-dropdown--category .satuma-dropdown__inner {
  grid-template-columns: 330px minmax(0, 1fr) !important;
  gap: 34px !important;
}

/* メガメニュー：通常時の文字位置とアニメーション */
#gloval_navi.satuma-global-nav .satuma-dropdown__grid a,
#gloval_navi.satuma-global-nav .satuma-dropdown__list a {
  padding-left: 8px !important;
  padding-right: 34px !important;
  transform: none !important;
  transition:
    background-color 0.16s ease,
    color 0.16s ease,
    border-color 0.16s ease,
    padding-left 0.16s ease !important;
}

/* メガメニュー：hover時は文字も自然に右へ動かす */
#gloval_navi.satuma-global-nav .satuma-dropdown__grid a:hover,
#gloval_navi.satuma-global-nav .satuma-dropdown__grid a:focus,
#gloval_navi.satuma-global-nav .satuma-dropdown__list a:hover,
#gloval_navi.satuma-global-nav .satuma-dropdown__list a:focus {
  padding-left: 16px !important;
  padding-right: 34px !important;
  transform: none !important;
}

/* セルフメディケーション税制対象商品：他項目と同じ15pxで1行固定 */
#gloval_navi.satuma-global-nav .satuma-dropdown__column--medicine .satuma-dropdown__list li:last-child a,
#gloval_navi.satuma-global-nav .satuma-dropdown__column--medicine .satuma-dropdown__list li:last-child a:hover,
#gloval_navi.satuma-global-nav .satuma-dropdown__column--medicine .satuma-dropdown__list li:last-child a:focus,
#gloval_navi.satuma-global-nav a[href*="selfmedication"],
#gloval_navi.satuma-global-nav a[href*="selfmedication"]:hover,
#gloval_navi.satuma-global-nav a[href*="selfmedication"]:focus {
  white-space: nowrap !important;
  font-size: 15px !important;
  letter-spacing: 0 !important;
  line-height: 1.45 !important;
}

/* メガメニュー：矢印もhover時に少し右へ動かす */
#gloval_navi.satuma-global-nav .satuma-dropdown__grid a::before,
#gloval_navi.satuma-global-nav .satuma-dropdown__list a::before {
  right: 9px !important;
  transition: transform 0.16s ease, right 0.16s ease !important;
}

#gloval_navi.satuma-global-nav .satuma-dropdown__grid a:hover::before,
#gloval_navi.satuma-global-nav .satuma-dropdown__grid a:focus::before,
#gloval_navi.satuma-global-nav .satuma-dropdown__list a:hover::before,
#gloval_navi.satuma-global-nav .satuma-dropdown__list a:focus::before {
  right: 6px !important;
  transform: translateY(-50%) rotate(45deg) !important;
}

/* TOPページ内CTA：通常時をエンジに統一 */
body .satuma-top-v14 a.satuma-top-v14__button,
body .satuma-top-v14 a.satuma-top-v14__button:link,
body .satuma-top-v14 a.satuma-top-v14__button:visited,
body .satuma-section-v14 a.satuma-section-v14__button,
body .satuma-section-v14 a.satuma-section-v14__button:link,
body .satuma-section-v14 a.satuma-section-v14__button:visited,
body .satuma-section-v14 a.satuma-section-v14__head-button,
body .satuma-section-v14 a.satuma-section-v14__head-button:link,
body .satuma-section-v14 a.satuma-section-v14__head-button:visited,
body .satuma-contact-v14 a.satuma-contact-v14__button,
body .satuma-contact-v14 a.satuma-contact-v14__button:link,
body .satuma-contact-v14 a.satuma-contact-v14__button:visited,
body .satuma-contact-v14 a.satuma-section-v14__button,
body .satuma-contact-v14 a.satuma-section-v14__button:link,
body .satuma-contact-v14 a.satuma-section-v14__button:visited {
  color: #ffffff !important;
  background-color: #b51e23 !important;
  border-color: #b51e23 !important;
  box-shadow: 0 9px 18px rgba(181, 30, 35, 0.18) !important;
  opacity: 1 !important;
  filter: none !important;
}

/* TOPページ内CTA：hover時 */
body .satuma-top-v14 a.satuma-top-v14__button:hover,
body .satuma-top-v14 a.satuma-top-v14__button:focus,
body .satuma-section-v14 a.satuma-section-v14__button:hover,
body .satuma-section-v14 a.satuma-section-v14__button:focus,
body .satuma-section-v14 a.satuma-section-v14__head-button:hover,
body .satuma-section-v14 a.satuma-section-v14__head-button:focus,
body .satuma-contact-v14 a.satuma-contact-v14__button:hover,
body .satuma-contact-v14 a.satuma-contact-v14__button:focus,
body .satuma-contact-v14 a.satuma-section-v14__button:hover,
body .satuma-contact-v14 a.satuma-section-v14__button:focus {
  color: #ffffff !important;
  background-color: #c92832 !important;
  border-color: #c92832 !important;
  box-shadow: 0 10px 22px rgba(201, 40, 50, 0.26) !important;
  opacity: 1 !important;
  filter: none !important;
}

/* =========================================================
   20260727-03 商品を探す：カテゴリ画像をカード全幅表示
   - 画像エリア内の余白・内側角丸を廃止
   - 4カテゴリすべてを同じ5:2比率で統一
   - カード外枠の角丸だけを残し、画像下は細い区切り線1本
========================================================= */
.satuma-finder-v14__visual,
.satuma-finder-v14__visual--wide {
  display: block !important;
  width: 100% !important;
  min-height: 0 !important;
  height: auto !important;
  aspect-ratio: 5 / 2;
  margin: 0 !important;
  padding: 0 !important;
  overflow: hidden !important;
  background: #ffffff !important;
  border-bottom: 1px solid #eadacc !important;
}

.satuma-finder-v14__visual img,
.satuma-finder-v14__visual--wide img,
.satuma-finder-v14__card--medicine .satuma-finder-v14__visual img,
.satuma-finder-v14__card--health .satuma-finder-v14__visual img,
.satuma-finder-v14__card--symptom .satuma-finder-v14__visual img,
.satuma-finder-v14__card--teiki .satuma-finder-v14__visual img {
  display: block !important;
  width: 100% !important;
  max-width: none !important;
  height: 100% !important;
  max-height: none !important;
  margin: 0 !important;
  padding: 0 !important;
  object-fit: cover !important;
  object-position: center center !important;
  border: 0 !important;
  border-radius: 0 !important;
  box-shadow: none !important;
}

/* カテゴリ色ごとの区切り線だけ維持 */
.satuma-finder-v14__card--medicine .satuma-finder-v14__visual {
  border-bottom-color: #c9d8ef !important;
}

.satuma-finder-v14__card--health .satuma-finder-v14__visual {
  border-bottom-color: #c5dfc4 !important;
}

.satuma-finder-v14__card--symptom .satuma-finder-v14__visual {
  border-bottom-color: #ebc5d2 !important;
}

.satuma-finder-v14__card--teiki .satuma-finder-v14__visual {
  border-bottom-color: #ead19a !important;
}

@media screen and (max-width: 760px) {
  .satuma-finder-v14__visual,
  .satuma-finder-v14__visual--wide {
    min-height: 0 !important;
    height: auto !important;
    aspect-ratio: 5 / 2;
    padding: 0 !important;
  }

  .satuma-finder-v14__visual img,
  .satuma-finder-v14__visual--wide img {
    width: 100% !important;
    height: 100% !important;
    max-width: none !important;
    max-height: none !important;
    object-fit: cover !important;
    border-radius: 0 !important;
  }
}

/* =========================================================
   20260727-04 選ばれる理由・定期便：横長イメージを全幅表示
   - 選ばれる理由：画像と3導線を1枚のカードとして一体化
   - 定期便：LPヒーロー画像の余白側へ説明を重ねた全幅ビジュアル
   - 商品写真用ブロックには影響させない
========================================================= */

/* -----------------------------------------
   サツマ薬局が選ばれる理由
----------------------------------------- */
.satuma-reason-v14__feature {
  overflow: hidden;
  background: #ffffff;
  border: 1px solid var(--satuma14-border);
  border-radius: 10px;
  box-shadow: 0 8px 18px rgba(82, 45, 24, 0.045);
}

.satuma-reason-v14__image {
  display: block;
  width: 100%;
  aspect-ratio: 49 / 20;
  margin: 0;
  padding: 0;
  overflow: hidden;
  background: #fffaf3;
  border-bottom: 1px solid #eadacc;
  text-decoration: none;
}

.satuma-reason-v14__image img {
  display: block;
  width: 100%;
  max-width: none;
  height: 100%;
  max-height: none;
  margin: 0;
  padding: 0;
  object-fit: cover;
  object-position: center center;
  border: 0;
  border-radius: 0;
  box-shadow: none;
  transition: transform 0.28s ease;
}

.satuma-reason-v14__image:hover img,
.satuma-reason-v14__image:focus img {
  transform: scale(1.012);
}

.satuma-reason-v14__list {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 0;
  margin: 0;
  padding: 0;
  list-style: none;
}

.satuma-reason-v14__list li {
  min-width: 0;
  margin: 0;
  padding: 0;
  list-style: none;
  border-right: 1px solid #eadacc;
}

.satuma-reason-v14__list li:last-child {
  border-right: 0;
}

.satuma-reason-v14__list a {
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: center;
  min-height: 104px;
  height: 100%;
  margin: 0;
  padding: 18px 44px 17px 18px;
  color: var(--satuma14-ink);
  background: #ffffff;
  border: 0;
  border-radius: 0;
  text-decoration: none;
  transition: color 0.16s ease, background-color 0.16s ease, padding-left 0.16s ease;
}

.satuma-reason-v14__list a::after {
  content: "›";
  position: absolute;
  top: 50%;
  right: 18px;
  color: var(--satuma14-red);
  font-size: 25px;
  line-height: 1;
  transform: translateY(-50%);
}

.satuma-reason-v14__list a:hover,
.satuma-reason-v14__list a:focus {
  color: var(--satuma14-ink);
  background: #fff7ef;
  padding-left: 22px;
  transform: none;
}

.satuma-reason-v14__list strong,
.satuma-reason-v14__list span {
  display: block;
}

.satuma-reason-v14__list strong {
  margin: 0 0 6px;
  color: var(--satuma14-ink);
  font-size: 15px;
  font-weight: 900;
  line-height: 1.48;
}

.satuma-reason-v14__list span {
  color: var(--satuma14-green);
  font-size: 12px;
  font-weight: 800;
  line-height: 1.4;
}

/* -----------------------------------------
   定期便について
----------------------------------------- */
.satuma-teiki-v14__hero {
  position: relative;
  width: 100%;
  aspect-ratio: 2014 / 781;
  margin: 0 0 20px;
  overflow: hidden;
  background: #fff8e9;
  border: 1px solid var(--satuma14-border);
  border-radius: 10px;
  box-shadow: 0 8px 18px rgba(82, 45, 24, 0.045);
}

.satuma-teiki-v14__hero > img {
  display: block;
  width: 100%;
  max-width: none;
  height: 100%;
  max-height: none;
  margin: 0;
  padding: 0;
  object-fit: cover;
  object-position: center center;
  border: 0;
  border-radius: 0;
  box-shadow: none;
}

.satuma-teiki-v14__hero-copy {
  position: absolute;
  inset: 0 auto 0 0;
  display: flex;
  flex-direction: column;
  justify-content: center;
  width: 55%;
  padding: 34px 42px 32px;
  color: var(--satuma14-ink);
  background: linear-gradient(
    90deg,
    rgba(255, 252, 246, 0.98) 0%,
    rgba(255, 249, 238, 0.94) 68%,
    rgba(255, 249, 238, 0) 100%
  );
}

.satuma-teiki-v14__hero-label {
  display: inline-flex;
  align-items: center;
  align-self: flex-start;
  min-height: 27px;
  margin: 0 0 13px;
  padding: 5px 13px 4px;
  color: var(--satuma14-red);
  font-size: 12px;
  font-weight: 900;
  line-height: 1;
  letter-spacing: 0.03em;
  background: #fffaf5;
  border: 1px solid #e8cdb5;
  border-radius: 999px;
}

.satuma-teiki-v14__hero-copy h3 {
  margin: 0 0 14px;
  color: var(--satuma14-red);
  font-size: 25px;
  font-weight: 900;
  line-height: 1.48;
  letter-spacing: 0.015em;
}

.satuma-teiki-v14__hero-copy p {
  max-width: 510px;
  margin: 0;
  color: var(--satuma14-text);
  font-size: 14px;
  font-weight: 700;
  line-height: 1.85;
}

.satuma-teiki-v14__benefits {
  margin-top: 0;
}

@media screen and (max-width: 980px) {
  .satuma-teiki-v14__hero-copy {
    width: 58%;
    padding: 26px 30px 24px;
  }

  .satuma-teiki-v14__hero-copy h3 {
    font-size: 22px;
  }

  .satuma-teiki-v14__hero-copy p {
    font-size: 13px;
    line-height: 1.75;
  }
}

@media screen and (max-width: 760px) {
  .satuma-reason-v14__image {
    aspect-ratio: 49 / 20;
  }

  .satuma-reason-v14__list {
    grid-template-columns: 1fr;
  }

  .satuma-reason-v14__list li {
    border-right: 0;
    border-bottom: 1px solid #eadacc;
  }

  .satuma-reason-v14__list li:last-child {
    border-bottom: 0;
  }

  .satuma-reason-v14__list a {
    min-height: 82px;
    padding: 15px 42px 14px 16px;
  }

  .satuma-reason-v14__list a:hover,
  .satuma-reason-v14__list a:focus {
    padding-left: 20px;
  }

  .satuma-reason-v14__list strong {
    font-size: 14px;
  }

  .satuma-teiki-v14__hero {
    display: block;
    aspect-ratio: auto;
    margin-bottom: 16px;
  }

  .satuma-teiki-v14__hero > img {
    width: 100%;
    height: 190px;
    object-fit: cover;
    object-position: 68% center;
    border-bottom: 1px solid #eadacc;
  }

  .satuma-teiki-v14__hero-copy {
    position: static;
    width: auto;
    padding: 20px 18px 19px;
    background: #ffffff;
  }

  .satuma-teiki-v14__hero-label {
    margin-bottom: 11px;
  }

  .satuma-teiki-v14__hero-copy h3 {
    margin-bottom: 10px;
    font-size: 21px;
    line-height: 1.45;
  }

  .satuma-teiki-v14__hero-copy h3 br {
    display: none;
  }

  .satuma-teiki-v14__hero-copy p {
    max-width: none;
    font-size: 13px;
    line-height: 1.75;
  }
}

/* =========================================================
   20260727-05 TOP注目商品：目玉商品連携
   - ページ末尾に出力される目玉商品をTOP導線内へ移動
   - 商品変更時も同じ注目商品デザインを維持
   ========================================================= */

.satuma-top-v14__pickup-slot:empty {
  display: none;
}

.satuma-top-v14__pickup-slot {
  min-width: 0;
}

.satuma-recommend-v14-source {
  display: none;
}

.satuma-recommend-v14-source.is-mounted {
  display: block;
}

.satuma-recommend-v14-source > .satuma-recommend-v14 {
  width: 100%;
}

.satuma-recommend-v14 .satuma-recommend-v14__image-link {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  min-height: 246px;
  padding: 0;
  line-height: 0;
  background: #ffffff;
}

.satuma-recommend-v14 .satuma-recommend-v14__image-link img {
  display: block;
  width: min(54%, 390px);
  max-width: 390px;
  max-height: 238px;
  height: auto;
  object-fit: contain;
}

.satuma-recommend-v14 .satuma-top-v14__pickup-title {
  white-space: normal;
}

.satuma-recommend-v14 .satuma-top-v14__pickup-title a,
.satuma-recommend-v14 .satuma-top-v14__pickup-title a:link,
.satuma-recommend-v14 .satuma-top-v14__pickup-title a:visited {
  color: var(--satuma14-ink);
  text-decoration: none;
}

.satuma-recommend-v14 .satuma-top-v14__pickup-title a:hover,
.satuma-recommend-v14 .satuma-top-v14__pickup-title a:focus {
  color: var(--satuma14-red);
  text-decoration: none;
}

.satuma-recommend-v14__meta {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 10px 18px;
  margin: 0 0 14px;
}

.satuma-recommend-v14__meta .satuma-top-v14__status {
  width: fit-content;
  margin: 0;
}

.satuma-recommend-v14__meta .sale_price {
  margin: 0;
  color: var(--satuma14-muted);
  font-size: 13px;
  font-weight: 800;
  line-height: 1.45;
}

.satuma-recommend-v14__meta .sale_price > .price,
.satuma-recommend-v14__meta .sale_price .normal .price {
  color: var(--satuma14-red);
  font-size: 22px;
  font-weight: 900;
  line-height: 1.25;
  white-space: nowrap;
}

.satuma-recommend-v14__meta .sale_price .normal {
  display: inline;
  margin-left: 4px;
  color: var(--satuma14-muted);
  font-size: 12px;
  font-weight: 700;
}

.satuma-recommend-v14__meta .sale_price .normal .price {
  font-size: 14px;
}

.satuma-recommend-v14__meta .price_label {
  display: inline;
  margin: 0 6px 0 0;
  color: var(--satuma14-muted);
  font-size: 12px;
  font-weight: 800;
}

.satuma-recommend-v14 .satuma-top-v14__pickup-copy {
  white-space: normal;
}

@media screen and (max-width: 760px) {
  .satuma-recommend-v14 .satuma-recommend-v14__image-link {
    min-height: 220px;
  }

  .satuma-recommend-v14 .satuma-recommend-v14__image-link img {
    width: min(88%, 420px);
    max-width: 420px;
    max-height: 260px;
  }

  .satuma-recommend-v14__meta {
    display: block;
  }

  .satuma-recommend-v14__meta .satuma-top-v14__status {
    width: 100%;
    margin: 0 0 12px;
  }

  .satuma-recommend-v14__meta .sale_price {
    text-align: left;
  }
}

@media screen and (max-width: 480px) {
  .satuma-recommend-v14 .satuma-recommend-v14__image-link {
    min-height: 200px;
  }

  .satuma-recommend-v14 .satuma-recommend-v14__image-link img {
    width: min(92%, 340px);
    max-width: 340px;
    max-height: 220px;
  }
}



/* =========================================================
   20260727-06 TOP注目商品：画像・文章・CTA最終調整
   - 商品画像が確実に表示されるよう専用画像クラスを指定
   - 説明をEC向けの簡潔な1段落へ整理
   - 3つの案内カードと下部案内を廃止
   - 商品ページCTAを価格行の右端へ配置
   ========================================================= */

.satuma-recommend-v14 .satuma-recommend-v14__image-link {
  position: relative;
  display: flex !important;
  align-items: center;
  justify-content: center;
  width: 100%;
  min-height: 246px;
  padding: 22px 28px 18px;
  overflow: hidden;
  line-height: 0;
  background: linear-gradient(180deg, #fff7f5 0%, #ffffff 78%);
}

.satuma-recommend-v14 .satuma-recommend-v14__product-image {
  display: block !important;
  visibility: visible !important;
  opacity: 1 !important;
  width: auto !important;
  max-width: min(64%, 390px) !important;
  height: auto !important;
  max-height: 220px !important;
  margin: 0 auto !important;
  object-fit: contain !important;
  transform: none !important;
}

.satuma-recommend-v14__meta {
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
  gap: 14px 20px;
  margin: 0 0 16px;
}

.satuma-recommend-v14__meta .sale_price {
  flex: 0 1 auto;
  margin: 0;
}

.satuma-recommend-v14 .satuma-recommend-v14__button,
.satuma-recommend-v14 a.satuma-recommend-v14__button,
.satuma-recommend-v14 a.satuma-recommend-v14__button:link,
.satuma-recommend-v14 a.satuma-recommend-v14__button:visited {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  flex: 0 0 auto;
  min-width: 190px;
  min-height: 48px;
  margin-left: auto;
  padding: 12px 42px 12px 22px;
  color: #ffffff !important;
  background: #8b1e1e !important;
  border: 1px solid #8b1e1e !important;
  border-radius: 6px;
  box-shadow: 0 9px 18px rgba(139, 30, 30, 0.18);
  font-size: 14px;
  font-weight: 800;
  line-height: 1.35;
  text-align: center;
  text-decoration: none !important;
  position: relative;
  opacity: 1 !important;
  filter: none !important;
}

.satuma-recommend-v14 .satuma-recommend-v14__button::after {
  content: "";
  position: absolute;
  top: 50%;
  right: 20px;
  width: 7px;
  height: 7px;
  border-top: 2px solid #ffffff;
  border-right: 2px solid #ffffff;
  transform: translateY(-50%) rotate(45deg);
}

.satuma-recommend-v14 .satuma-recommend-v14__button:hover,
.satuma-recommend-v14 .satuma-recommend-v14__button:focus,
.satuma-recommend-v14 a.satuma-recommend-v14__button:hover,
.satuma-recommend-v14 a.satuma-recommend-v14__button:focus {
  color: #ffffff !important;
  background: #b5141d !important;
  border-color: #b5141d !important;
  box-shadow: 0 10px 22px rgba(181, 20, 29, 0.28);
  text-decoration: none !important;
}

.satuma-recommend-v14__description {
  margin: 0;
  color: #3a302a;
  font-size: 15px;
  font-weight: 700;
  line-height: 1.8;
}

.satuma-recommend-v14__description span {
  display: inline;
}

.satuma-recommend-v14__description span + span::before {
  content: " ";
}

/* 旧構成が万一キャッシュに残っても表示しない */
.satuma-recommend-v14 .satuma-top-v14__pickup-points,
.satuma-recommend-v14 .satuma-top-v14__pickup-action,
.satuma-recommend-v14 .satuma-top-v14__status {
  display: none !important;
}

@media screen and (max-width: 760px) {
  .satuma-recommend-v14 .satuma-recommend-v14__image-link {
    min-height: 220px;
    padding: 20px 18px 16px;
  }

  .satuma-recommend-v14 .satuma-recommend-v14__product-image {
    max-width: min(86%, 360px) !important;
    max-height: 205px !important;
  }

  .satuma-recommend-v14__meta {
    display: grid;
    grid-template-columns: 1fr;
    gap: 14px;
  }

  .satuma-recommend-v14__meta .sale_price {
    text-align: left;
  }

  .satuma-recommend-v14 .satuma-recommend-v14__button,
  .satuma-recommend-v14 a.satuma-recommend-v14__button {
    width: 100%;
    min-width: 0;
    margin-left: 0;
  }

  .satuma-recommend-v14__description {
    font-size: 14px;
    line-height: 1.75;
  }
}

@media screen and (max-width: 480px) {
  .satuma-recommend-v14 .satuma-recommend-v14__image-link {
    min-height: 195px;
  }

  .satuma-recommend-v14 .satuma-recommend-v14__product-image {
    max-width: min(90%, 320px) !important;
    max-height: 185px !important;
  }
}

/* =========================================================
   20260727-07 TOP注目商品：画像URL・CTA確実表示
   - 目玉商品で必ず取得できる一覧画像を使用
   - 既存共通CTAクラスも併用し、確実にボタン表示
   ========================================================= */

#satumaTopV14 .satuma-recommend-v14 .satuma-top-v14__pickup-visual {
  min-height: 250px;
  padding: 0;
  background: linear-gradient(180deg, #fff7f5 0%, #ffffff 78%);
}

#satumaTopV14 .satuma-recommend-v14 .satuma-recommend-v14__image-link,
#satumaTopV14 .satuma-recommend-v14 a.satuma-recommend-v14__image-link:link,
#satumaTopV14 .satuma-recommend-v14 a.satuma-recommend-v14__image-link:visited {
  display: flex !important;
  align-items: center !important;
  justify-content: center !important;
  width: 100% !important;
  min-height: 250px !important;
  margin: 0 !important;
  padding: 24px 28px 20px !important;
  color: inherit !important;
  background: transparent !important;
  text-decoration: none !important;
  box-sizing: border-box !important;
}

#satumaTopV14 .satuma-recommend-v14 .satuma-recommend-v14__product-image {
  display: block !important;
  visibility: visible !important;
  opacity: 1 !important;
  width: auto !important;
  max-width: min(68%, 410px) !important;
  height: auto !important;
  max-height: 220px !important;
  margin: 0 auto !important;
  padding: 0 !important;
  object-fit: contain !important;
  transform: none !important;
}

#satumaTopV14 .satuma-recommend-v14__purchase-row {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 18px 24px;
  margin: 0 0 16px;
}

#satumaTopV14 .satuma-recommend-v14__price {
  flex: 1 1 auto;
  min-width: 0;
  margin: 0;
  color: var(--satuma14-muted);
  font-size: 13px;
  font-weight: 800;
  line-height: 1.45;
}

#satumaTopV14 .satuma-recommend-v14__price > .price {
  display: inline-block;
  color: var(--satuma14-red);
  font-size: 22px;
  font-weight: 900;
  line-height: 1.25;
  white-space: nowrap;
}

#satumaTopV14 .satuma-recommend-v14__tax {
  display: block;
  margin-top: 2px;
  color: var(--satuma14-muted);
  font-size: 12px;
  font-weight: 700;
  line-height: 1.45;
}

#satumaTopV14 .satuma-recommend-v14 a.satuma-recommend-v14__button,
#satumaTopV14 .satuma-recommend-v14 a.satuma-recommend-v14__button:link,
#satumaTopV14 .satuma-recommend-v14 a.satuma-recommend-v14__button:visited {
  position: relative;
  display: inline-flex !important;
  align-items: center !important;
  justify-content: center !important;
  flex: 0 0 auto !important;
  width: auto !important;
  min-width: 176px !important;
  min-height: 46px !important;
  margin: 0 0 0 auto !important;
  padding: 12px 42px 12px 22px !important;
  color: #ffffff !important;
  background: #8b1e1e !important;
  border: 1px solid #8b1e1e !important;
  border-radius: 5px !important;
  box-shadow: 0 8px 17px rgba(139, 30, 30, 0.18) !important;
  font-size: 14px !important;
  font-weight: 800 !important;
  line-height: 1.35 !important;
  text-align: center !important;
  text-decoration: none !important;
  box-sizing: border-box !important;
}

#satumaTopV14 .satuma-recommend-v14 a.satuma-recommend-v14__button::after {
  content: "";
  position: absolute;
  top: 50%;
  right: 19px;
  width: 7px;
  height: 7px;
  border-top: 2px solid #ffffff;
  border-right: 2px solid #ffffff;
  transform: translateY(-50%) rotate(45deg);
}

#satumaTopV14 .satuma-recommend-v14 a.satuma-recommend-v14__button:hover,
#satumaTopV14 .satuma-recommend-v14 a.satuma-recommend-v14__button:focus {
  color: #ffffff !important;
  background: #b5141d !important;
  border-color: #b5141d !important;
  box-shadow: 0 10px 22px rgba(181, 20, 29, 0.27) !important;
  text-decoration: none !important;
}

#satumaTopV14 .satuma-recommend-v14__description {
  margin: 0;
  color: #3a302a;
  font-size: 14px;
  font-weight: 700;
  line-height: 1.8;
}

@media screen and (max-width: 760px) {
  #satumaTopV14 .satuma-recommend-v14 .satuma-top-v14__pickup-visual,
  #satumaTopV14 .satuma-recommend-v14 .satuma-recommend-v14__image-link {
    min-height: 215px !important;
  }

  #satumaTopV14 .satuma-recommend-v14 .satuma-recommend-v14__image-link {
    padding: 20px 18px 16px !important;
  }

  #satumaTopV14 .satuma-recommend-v14 .satuma-recommend-v14__product-image {
    max-width: min(88%, 360px) !important;
    max-height: 195px !important;
  }

  #satumaTopV14 .satuma-recommend-v14__purchase-row {
    display: grid;
    grid-template-columns: 1fr;
    gap: 14px;
  }

  #satumaTopV14 .satuma-recommend-v14 a.satuma-recommend-v14__button,
  #satumaTopV14 .satuma-recommend-v14 a.satuma-recommend-v14__button:link,
  #satumaTopV14 .satuma-recommend-v14 a.satuma-recommend-v14__button:visited {
    width: 100% !important;
    min-width: 0 !important;
    margin-left: 0 !important;
  }
}

/* =========================================================
   20260727-08 TOP注目商品：標準目玉商品変数に合わせた確実表示
   - 画像は標準テンプレートと同じ main_large_image を使用
   - 商品URLは product_id から標準商品詳細URLを生成
   - CTAは既存の satuma-top-v14__button を併用
   ========================================================= */
#satumaTopV14 .satuma-recommend-v14 .satuma-recommend-v14__image-link {
  display: flex !important;
  align-items: center !important;
  justify-content: center !important;
  width: 100% !important;
  height: 100% !important;
  min-height: 250px !important;
  margin: 0 !important;
  padding: 22px 26px 18px !important;
  text-decoration: none !important;
  box-sizing: border-box !important;
}

#satumaTopV14 .satuma-recommend-v14 .satuma-recommend-v14__image-link > img,
#satumaTopV14 .satuma-recommend-v14 .satuma-recommend-v14__product-image {
  display: block !important;
  width: auto !important;
  max-width: min(72%, 420px) !important;
  height: auto !important;
  max-height: 220px !important;
  margin: 0 auto !important;
  object-fit: contain !important;
  visibility: visible !important;
  opacity: 1 !important;
}

#satumaTopV14 .satuma-recommend-v14__purchase-row {
  display: grid !important;
  grid-template-columns: minmax(0, 1fr) 190px !important;
  align-items: center !important;
  gap: 20px !important;
  width: 100% !important;
  margin: 0 0 16px !important;
}

#satumaTopV14 .satuma-recommend-v14 a.satuma-top-v14__button.satuma-recommend-v14__button,
#satumaTopV14 .satuma-recommend-v14 a.satuma-top-v14__button.satuma-recommend-v14__button:link,
#satumaTopV14 .satuma-recommend-v14 a.satuma-top-v14__button.satuma-recommend-v14__button:visited {
  position: relative !important;
  display: inline-flex !important;
  align-items: center !important;
  justify-content: center !important;
  justify-self: end !important;
  width: 190px !important;
  min-width: 190px !important;
  min-height: 48px !important;
  margin: 0 !important;
  padding: 12px 42px 12px 22px !important;
  color: #ffffff !important;
  background-color: #8b1e1e !important;
  border: 1px solid #8b1e1e !important;
  border-radius: 5px !important;
  box-shadow: 0 8px 17px rgba(139, 30, 30, 0.18) !important;
  font-size: 14px !important;
  font-weight: 900 !important;
  line-height: 1.35 !important;
  text-align: center !important;
  text-decoration: none !important;
  opacity: 1 !important;
  filter: none !important;
  box-sizing: border-box !important;
}

#satumaTopV14 .satuma-recommend-v14 a.satuma-top-v14__button.satuma-recommend-v14__button::after {
  content: "" !important;
  position: absolute !important;
  top: 50% !important;
  right: 19px !important;
  width: 7px !important;
  height: 7px !important;
  border-top: 2px solid #ffffff !important;
  border-right: 2px solid #ffffff !important;
  transform: translateY(-50%) rotate(45deg) !important;
}

#satumaTopV14 .satuma-recommend-v14 a.satuma-top-v14__button.satuma-recommend-v14__button:hover,
#satumaTopV14 .satuma-recommend-v14 a.satuma-top-v14__button.satuma-recommend-v14__button:focus {
  color: #ffffff !important;
  background-color: #b5141d !important;
  border-color: #b5141d !important;
  text-decoration: none !important;
}

@media screen and (max-width: 760px) {
  #satumaTopV14 .satuma-recommend-v14 .satuma-recommend-v14__image-link {
    min-height: 215px !important;
    padding: 18px 16px !important;
  }

  #satumaTopV14 .satuma-recommend-v14 .satuma-recommend-v14__image-link > img,
  #satumaTopV14 .satuma-recommend-v14 .satuma-recommend-v14__product-image {
    max-width: min(88%, 360px) !important;
    max-height: 195px !important;
  }

  #satumaTopV14 .satuma-recommend-v14__purchase-row {
    grid-template-columns: 1fr !important;
    gap: 14px !important;
  }

  #satumaTopV14 .satuma-recommend-v14 a.satuma-top-v14__button.satuma-recommend-v14__button,
  #satumaTopV14 .satuma-recommend-v14 a.satuma-top-v14__button.satuma-recommend-v14__button:link,
  #satumaTopV14 .satuma-recommend-v14 a.satuma-top-v14__button.satuma-recommend-v14__button:visited {
    justify-self: stretch !important;
    width: 100% !important;
    min-width: 0 !important;
  }
}

/* =========================================================
   20260727-09 TOP注目商品
   スマレジEC標準「目玉商品」の描画済みDOMを維持したまま、
   TOP導線エリアへ移動・再構成する最終上書き
========================================================= */

#satumaTopV14PickupSlot .satuma-top-recommend-v15,
#satumaTopV14PickupSlot .satuma-top-recommend-v15 *,
#satumaTopV14PickupSlot .satuma-top-recommend-v15 *::before,
#satumaTopV14PickupSlot .satuma-top-recommend-v15 *::after {
  box-sizing: border-box;
}

#satumaTopV14PickupSlot .satuma-top-recommend-v15 {
  display: block !important;
  width: 100% !important;
  margin: 0 !important;
  padding: 0 !important;
  background: transparent !important;
  border: 0 !important;
  box-shadow: none !important;
  visibility: visible !important;
  opacity: 1 !important;
}

#satumaTopV14PickupSlot .satuma-top-recommend-v15 > h2 {
  display: none !important;
}

#satumaTopV14PickupSlot .satuma-top-recommend-v15 .block_body,
#satumaTopV14PickupSlot .satuma-top-recommend-v15__body-wrap {
  display: block !important;
  width: 100% !important;
  margin: 0 !important;
  padding: 0 !important;
  background: transparent !important;
  border: 0 !important;
  box-shadow: none !important;
}

#satumaTopV14PickupSlot .satuma-top-recommend-v15 .clear {
  display: none !important;
}

#satumaTopV14PickupSlot .satuma-top-recommend-v15__item {
  display: block !important;
  float: none !important;
  width: 100% !important;
  margin: 0 !important;
  padding: 0 !important;
  overflow: hidden !important;
  background: #fffdfb !important;
  border: 1px solid #d94a4f !important;
  border-radius: 15px !important;
  box-shadow: 0 12px 28px rgba(82, 45, 24, 0.08) !important;
}

#satumaTopV14PickupSlot .satuma-top-recommend-v15__visual {
  position: relative !important;
  display: flex !important;
  align-items: center !important;
  justify-content: center !important;
  width: 100% !important;
  min-height: 330px !important;
  margin: 0 !important;
  padding: 30px 34px !important;
  overflow: hidden !important;
  background: #fff9f7 !important;
  border: 0 !important;
  border-bottom: 1px solid #efc9c9 !important;
}

#satumaTopV14PickupSlot .satuma-top-recommend-v15__visual .satuma-top-v14__badge {
  position: absolute !important;
  top: 20px !important;
  left: 20px !important;
  z-index: 2 !important;
  display: inline-flex !important;
  align-items: center !important;
  justify-content: center !important;
  min-height: 34px !important;
  margin: 0 !important;
  padding: 7px 18px 6px !important;
  color: #fff !important;
  font-size: 14px !important;
  font-weight: 700 !important;
  line-height: 1 !important;
  background: #b4141d !important;
  border: 1px solid #b4141d !important;
  border-radius: 999px !important;
  box-shadow: 0 7px 16px rgba(180, 20, 29, 0.18) !important;
}

#satumaTopV14PickupSlot .satuma-top-recommend-v15__image-link,
#satumaTopV14PickupSlot .satuma-top-recommend-v15__image-link:link,
#satumaTopV14PickupSlot .satuma-top-recommend-v15__image-link:visited {
  display: flex !important;
  align-items: center !important;
  justify-content: center !important;
  width: 100% !important;
  min-height: 270px !important;
  margin: 0 !important;
  padding: 0 !important;
  background: transparent !important;
  border: 0 !important;
  text-decoration: none !important;
}

#satumaTopV14PickupSlot .satuma-top-recommend-v15__image,
#satumaTopV14PickupSlot .satuma-top-recommend-v15__image-link > img {
  display: block !important;
  width: auto !important;
  max-width: 84% !important;
  height: auto !important;
  max-height: 265px !important;
  margin: 0 auto !important;
  object-fit: contain !important;
  opacity: 1 !important;
  visibility: visible !important;
}

#satumaTopV14PickupSlot .satuma-top-recommend-v15__body {
  display: block !important;
  float: none !important;
  width: 100% !important;
  margin: 0 !important;
  padding: 28px 34px 30px !important;
  background: #fffdfb !important;
  border: 0 !important;
}

#satumaTopV14PickupSlot .satuma-top-recommend-v15__body h3,
#satumaTopV14PickupSlot .satuma-top-recommend-v15__body .satuma-top-v14__pickup-title {
  display: block !important;
  width: 100% !important;
  max-width: 100% !important;
  min-width: 0 !important;
  margin: 0 0 20px !important;
  padding: 0 0 16px !important;
  overflow: visible !important;
  color: #231814 !important;
  font-size: 20px !important;
  font-weight: 700 !important;
  line-height: 1.45 !important;
  letter-spacing: 0 !important;
  white-space: normal !important;
  word-break: normal !important;
  overflow-wrap: anywhere !important;
  line-break: strict !important;
  text-overflow: clip !important;
  border-bottom: 1px solid #d9d0ca !important;
}

#satumaTopV14PickupSlot .satuma-top-recommend-v15__body h3 a,
#satumaTopV14PickupSlot .satuma-top-recommend-v15__body h3 a:link,
#satumaTopV14PickupSlot .satuma-top-recommend-v15__body h3 a:visited {
  display: block !important;
  width: 100% !important;
  max-width: 100% !important;
  min-width: 0 !important;
  overflow: visible !important;
  color: #231814 !important;
  white-space: normal !important;
  word-break: normal !important;
  overflow-wrap: anywhere !important;
  line-break: strict !important;
  text-overflow: clip !important;
  text-decoration: none !important;
}

#satumaTopV14PickupSlot .satuma-top-recommend-v15__body h3 a:hover,
#satumaTopV14PickupSlot .satuma-top-recommend-v15__body h3 a:focus {
  color: #b4141d !important;
}

#satumaTopV14PickupSlot .satuma-top-recommend-v15__purchase-row {
  display: grid !important;
  grid-template-columns: minmax(0, 1fr) 190px !important;
  gap: 20px !important;
  align-items: center !important;
  width: 100% !important;
  margin: 0 0 18px !important;
}

#satumaTopV14PickupSlot .satuma-top-recommend-v15__price,
#satumaTopV14PickupSlot .satuma-top-recommend-v15__price.sale_price {
  display: block !important;
  float: none !important;
  width: auto !important;
  margin: 0 !important;
  padding: 0 !important;
  color: #231814 !important;
  font-size: 14px !important;
  line-height: 1.45 !important;
  text-align: left !important;
  background: transparent !important;
  border: 0 !important;
}

#satumaTopV14PickupSlot .satuma-top-recommend-v15__price .price {
  display: inline-block !important;
  margin: 0 6px 0 0 !important;
  color: #b4141d !important;
  font-size: 26px !important;
  font-weight: 700 !important;
  line-height: 1.25 !important;
}

#satumaTopV14PickupSlot .satuma-top-recommend-v15__price .normal {
  display: inline !important;
  margin: 0 !important;
  color: #5d4d44 !important;
  font-size: 13px !important;
  line-height: 1.45 !important;
}

#satumaTopV14PickupSlot .satuma-top-recommend-v15__price .normal .price {
  margin: 0 !important;
  color: inherit !important;
  font-size: inherit !important;
  font-weight: 700 !important;
}

#satumaTopV14PickupSlot .satuma-top-recommend-v15__button,
#satumaTopV14PickupSlot a.satuma-top-recommend-v15__button,
#satumaTopV14PickupSlot a.satuma-top-recommend-v15__button:link,
#satumaTopV14PickupSlot a.satuma-top-recommend-v15__button:visited {
  display: inline-flex !important;
  align-items: center !important;
  justify-content: center !important;
  justify-self: end !important;
  width: 190px !important;
  min-height: 48px !important;
  margin: 0 !important;
  padding: 12px 38px 11px 20px !important;
  position: relative !important;
  color: #fff !important;
  font-size: 15px !important;
  font-weight: 700 !important;
  line-height: 1.2 !important;
  text-align: center !important;
  text-decoration: none !important;
  background: #8b1e1e !important;
  border: 1px solid #8b1e1e !important;
  border-radius: 6px !important;
  box-shadow: 0 7px 16px rgba(139, 30, 30, 0.16) !important;
  opacity: 1 !important;
  filter: none !important;
}

#satumaTopV14PickupSlot .satuma-top-recommend-v15__button::after {
  content: "›" !important;
  position: absolute !important;
  top: 50% !important;
  right: 18px !important;
  transform: translateY(-52%) !important;
  color: #fff !important;
  font-size: 22px !important;
  font-weight: 400 !important;
  line-height: 1 !important;
}

#satumaTopV14PickupSlot .satuma-top-recommend-v15__button:hover,
#satumaTopV14PickupSlot .satuma-top-recommend-v15__button:focus {
  color: #fff !important;
  background: #b4141d !important;
  border-color: #b4141d !important;
  box-shadow: 0 9px 20px rgba(180, 20, 29, 0.22) !important;
}

#satumaTopV14PickupSlot .satuma-top-recommend-v15__description,
#satumaTopV14PickupSlot .satuma-top-recommend-v15__body .rank {
  display: block !important;
  width: 100% !important;
  margin: 0 0 22px !important;
  padding: 0 !important;
  color: #4b342b !important;
  font-size: 15px !important;
  font-weight: 400 !important;
  line-height: 1.8 !important;
  text-align: left !important;
  white-space: normal !important;
  overflow-wrap: anywhere !important;
  background: transparent !important;
  border: 0 !important;
}

@media screen and (max-width: 900px) {
  #satumaTopV14PickupSlot .satuma-top-recommend-v15__visual {
    min-height: 290px !important;
  }

  #satumaTopV14PickupSlot .satuma-top-recommend-v15__image-link {
    min-height: 230px !important;
  }

  #satumaTopV14PickupSlot .satuma-top-recommend-v15__image,
  #satumaTopV14PickupSlot .satuma-top-recommend-v15__image-link > img {
    max-width: 86% !important;
    max-height: 225px !important;
  }
}

@media screen and (max-width: 760px) {
  #satumaTopV14PickupSlot .satuma-top-recommend-v15__item {
    border-radius: 12px !important;
  }

  #satumaTopV14PickupSlot .satuma-top-recommend-v15__visual {
    min-height: 250px !important;
    padding: 26px 20px 22px !important;
  }

  #satumaTopV14PickupSlot .satuma-top-recommend-v15__visual .satuma-top-v14__badge {
    top: 16px !important;
    left: 16px !important;
    min-height: 31px !important;
    padding: 6px 15px 5px !important;
    font-size: 13px !important;
  }

  #satumaTopV14PickupSlot .satuma-top-recommend-v15__image-link {
    min-height: 205px !important;
  }

  #satumaTopV14PickupSlot .satuma-top-recommend-v15__image,
  #satumaTopV14PickupSlot .satuma-top-recommend-v15__image-link > img {
    max-width: 92% !important;
    max-height: 195px !important;
  }

  #satumaTopV14PickupSlot .satuma-top-recommend-v15__body {
    padding: 24px 20px 25px !important;
  }

  #satumaTopV14PickupSlot .satuma-top-recommend-v15__body h3,
  #satumaTopV14PickupSlot .satuma-top-recommend-v15__body .satuma-top-v14__pickup-title {
    margin-bottom: 18px !important;
    padding-bottom: 14px !important;
    font-size: 18px !important;
    line-height: 1.5 !important;
  }

  #satumaTopV14PickupSlot .satuma-top-recommend-v15__purchase-row {
    grid-template-columns: 1fr !important;
    gap: 14px !important;
  }

  #satumaTopV14PickupSlot .satuma-top-recommend-v15__button,
  #satumaTopV14PickupSlot a.satuma-top-recommend-v15__button,
  #satumaTopV14PickupSlot a.satuma-top-recommend-v15__button:link,
  #satumaTopV14PickupSlot a.satuma-top-recommend-v15__button:visited {
    justify-self: stretch !important;
    width: 100% !important;
  }

  #satumaTopV14PickupSlot .satuma-top-recommend-v15__description,
  #satumaTopV14PickupSlot .satuma-top-recommend-v15__body .rank {
    margin-bottom: 18px !important;
    font-size: 14px !important;
    line-height: 1.75 !important;
  }
}

/* 20260727-10 TOP注目商品：長い商品名の折り返し最適化 */
@media screen and (max-width: 900px) and (min-width: 761px) {
  #satumaTopV14PickupSlot .satuma-top-recommend-v15__body h3,
  #satumaTopV14PickupSlot .satuma-top-recommend-v15__body .satuma-top-v14__pickup-title {
    font-size: 20px !important;
  }
}

@media screen and (max-width: 480px) {
  #satumaTopV14PickupSlot .satuma-top-recommend-v15__body h3,
  #satumaTopV14PickupSlot .satuma-top-recommend-v15__body .satuma-top-v14__pickup-title {
    font-size: 17px !important;
    line-height: 1.5 !important;
  }
}

/* 20260727-13 TOP注目商品：画像エリア白／情報エリア薄ピンク */
#satumaTopV14PickupSlot .satuma-top-recommend-v15__item {
  background: #ffffff !important;
}

#satumaTopV14PickupSlot .satuma-top-recommend-v15__visual {
  background: #ffffff !important;
  border-bottom-color: #efc9c9 !important;
}

#satumaTopV14PickupSlot .satuma-top-recommend-v15__image-link,
#satumaTopV14PickupSlot .satuma-top-recommend-v15__image-link:link,
#satumaTopV14PickupSlot .satuma-top-recommend-v15__image-link:visited {
  background: #ffffff !important;
}

#satumaTopV14PickupSlot .satuma-top-recommend-v15__body {
  background: #fff7f7 !important;
}
/* =========================================================
   TOP NEWS v16（競合回避・コンパクト版）
   ※旧NEWS用の #news_area / .news_contents / .newslist を使わない
========================================================= */

.satuma-news-v16,
.satuma-news-v16 *,
.satuma-news-v16 *::before,
.satuma-news-v16 *::after {
  box-sizing: border-box;
}

.satuma-news-v16 {
  display: block;
  width: 1080px;
  max-width: calc(100% - 40px);
  margin: 18px auto 24px;
  padding: 16px 22px 12px;
  clear: both;
  color: #2f211c;
  background: #fffaf3;
  border: 1px solid #e8d5c5;
  border-radius: 14px;
  box-shadow: 0 8px 22px rgba(82, 45, 24, 0.05);
  font-family: "メイリオ", Meiryo, "ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic ProN", "Yu Gothic", YuGothic, sans-serif;
  -webkit-font-smoothing: antialiased;
}

.satuma-news-v16__head {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  width: 100%;
  margin: 0 0 10px;
  padding: 0;
}

.satuma-news-v16__heading-group {
  display: flex;
  align-items: center;
  gap: 10px;
  min-width: 0;
  margin: 0;
  padding: 0;
}

.satuma-news-v16__badge {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  flex: 0 0 auto;
  min-width: 64px;
  height: 25px;
  margin: 0;
  padding: 0 11px;
  color: #b51e23;
  background: #ffffff;
  border: 1px solid #e5c5b7;
  border-radius: 999px;
  font-size: 12px;
  font-weight: 700;
  line-height: 1;
  white-space: nowrap;
}

.satuma-news-v16__heading {
  display: block;
  width: auto;
  margin: 0;
  padding: 0;
  color: #2f211c;
  background: none;
  border: 0;
  font-size: 22px;
  font-weight: 700;
  line-height: 1.25;
  letter-spacing: 0.03em;
}

.satuma-news-v16__rss {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  flex: 0 0 auto;
  min-width: 52px;
  height: 32px;
  margin: 0;
  padding: 0 12px;
  color: #8b1e1e !important;
  background: #ffffff;
  border: 1px solid #e4cec3;
  border-radius: 8px;
  font-size: 12px;
  font-weight: 700;
  line-height: 1;
  text-decoration: none !important;
  white-space: nowrap;
}

.satuma-news-v16__rss:hover,
.satuma-news-v16__rss:focus {
  color: #8b1e1e !important;
  background: #fff2ed;
  border-color: #d8aa9b;
  text-decoration: none !important;
}

.satuma-news-v16__list {
  display: block;
  width: 100%;
  height: auto;
  margin: 0;
  padding: 0;
  overflow: visible;
  border-top: 1px solid #eadfd7;
}

.satuma-news-v16__item {
  display: grid;
  grid-template-columns: 112px minmax(0, 1fr);
  align-items: center;
  gap: 18px;
  width: 100%;
  min-height: 46px;
  margin: 0;
  padding: 10px 4px;
  border-bottom: 1px solid #eadfd7;
}

.satuma-news-v16__item:last-child {
  border-bottom: 0;
}

.satuma-news-v16__date {
  display: block;
  width: auto;
  margin: 0;
  padding: 0;
  color: #a52a2a;
  font-size: 13px;
  font-weight: 700;
  line-height: 1.5;
  white-space: nowrap;
}

.satuma-news-v16__title {
  display: block;
  min-width: 0;
  width: auto;
  margin: 0;
  padding: 0;
}

.satuma-news-v16__link,
.satuma-news-v16__text {
  display: block;
  position: relative;
  width: 100%;
  margin: 0;
  padding: 0;
  color: #33251f !important;
  font-size: 14px;
  font-weight: 600;
  line-height: 1.6;
  white-space: normal;
  overflow-wrap: anywhere;
  word-break: normal;
  text-decoration: none !important;
}

.satuma-news-v16__link {
  padding-right: 28px;
}

.satuma-news-v16__link::after {
  content: "›";
  position: absolute;
  top: 50%;
  right: 4px;
  color: #b51e23;
  font-size: 20px;
  font-weight: 700;
  line-height: 1;
  transform: translateY(-50%);
}

.satuma-news-v16__link:hover,
.satuma-news-v16__link:focus {
  color: #b51e23 !important;
  text-decoration: none !important;
}

@media screen and (max-width: 760px) {
  .satuma-news-v16 {
    max-width: calc(100% - 24px);
    margin: 14px auto 20px;
    padding: 14px 14px 10px;
    border-radius: 12px;
  }

  .satuma-news-v16__head {
    gap: 10px;
    margin-bottom: 8px;
  }

  .satuma-news-v16__heading-group {
    gap: 8px;
  }

  .satuma-news-v16__badge {
    min-width: 58px;
    height: 23px;
    padding: 0 9px;
    font-size: 11px;
  }

  .satuma-news-v16__heading {
    font-size: 20px;
  }

  .satuma-news-v16__rss {
    min-width: 48px;
    height: 30px;
    padding: 0 10px;
    font-size: 11px;
  }

  .satuma-news-v16__item {
    display: block;
    min-height: 0;
    padding: 10px 2px;
  }

  .satuma-news-v16__date {
    margin-bottom: 3px;
    font-size: 12px;
  }

  .satuma-news-v16__link,
  .satuma-news-v16__text {
    font-size: 14px;
    line-height: 1.55;
  }
}
