/* ========================================
Topロゴカラー変更
======================================== */
.ec-nav01.navy,
.ec-header__logo .icon.navy,
.ec-header__logo-large .icon.navy {
  color: #000030;
}

.ec-nav01.red,
.ec-header__logo .icon.red,
.ec-header__logo-large .icon.red {
  color: #d91f3f;
}

.ec-nav01.white,
.ec-header__logo .icon.white,
.ec-header__logo-large .icon.white {
  color: #fff;
}

.is-sticky .ec-nav01,
.is-sticky .ec-header__logo .icon,
.is-sticky .icon {
  color: #000030;
}

.is-sticky .hamburger__icon .line-top,
.is-sticky .hamburger__icon .line-middle,
.is-sticky .hamburger__icon .line-bottom {
  background-color: #000030;
}


.ec-nav01 .ec-nav01__item--badge {
  border-radius: 50%;
  position: absolute;
  top: -6px;
  right: -8px;
  display: flex;
  align-items: center;
  justify-content: center;
  min-width: 16px;
  height: 16px;
  text-indent: 0px;
  font-size: 1rem;
  font-family: "TTCommons-Medium", sans-serif;
  line-height: 1;
  padding-top: .2rem;
  padding-left: .1rem;
  color: #fff;
  background: #000030;
}

.ec-nav01.navy .ec-nav01__item--badge {
  color: #fff;
  background: #000030;
}

.ec-nav01.white .ec-nav01__item--badge {
  color: #000030;
  background: #fff;
}

.ec-nav01.red .ec-nav01__item--badge {
  color: #fff;
  background: #d91f3f;
}

.is-sticky .ec-nav01 .ec-nav01__item--badge {
  color: #fff;
  background: #000030;
}

/* ========================================
 Header Base
======================================== */
.ec-header {
  align-items: center;
  background: #fff;
  display: flex;
  min-height: 80px;
  padding: 0 10.2489019034vw;
  position: relative;
  width: 100%;
  z-index: 50;
}

.ec-header.is-sticky {
  position: fixed;
  left: 0;
  top: 0;
  background: #fff;
  animation: slidedown 0.5s ease forwards;
}
body.gnavi-open #appBody:not(.shoptop) .ec-header.is-sticky {
  padding: 0 calc(var(--scrollbar-width, 0) + 10.2489019034vw) 0 10.2489019034vw;
}

@keyframes slidedown {
  0% {
    transform: translateY(-100%);
  }
  100% {
    transform: translateY(0);
  }
}

.ec-header__inner {
  align-items: center;
  display: flex;
  height: 100%;
  justify-content: space-between;
  margin: 0 auto;
  max-width: 1080px;
  width: 100%;
}

.ec-header__logo {
  width: 14.65vw;
}

.ec-header__logo a {
  display: block;
}

/* ========================================
大ロゴ アニメーション（ページ上部専用）
======================================== */
.ec-header__logo-large {
  position: absolute;
  width: 80%;
  left: 50%;
  top: 0;
  padding-top: 80px;
  transform: translateX(-50%);
  opacity: 1;
  transition: opacity 0.2s ease, transform 0.2s ease;
  z-index: 1;
  pointer-events: none;
}

.ec-header__logo-large a {
  display: block;
  pointer-events: auto;
}

.is-sticky .ec-header__logo-large {
  opacity: 0;
  transform: translateX(-50%) translateY(-30px);
  pointer-events: none;
}

/* sticky小ロゴ（大ロゴ共存時のみ適用） */
.ec-header__logo-large ~ .ec-header__inner .ec-header__logo {
  opacity: 0;
  /* transition: opacity 0.3s ease; */
}

.is-sticky .ec-header__logo-large ~ .ec-header__inner .ec-header__logo {
  opacity: 1;
}

/* ========================================
トップページ専用（大ロゴ存在時）
======================================== */
/* ヘッダーラップ：絶対配置（トップのみ） */
.ec-header__wrap:has(.ec-header__logo-large) {
  position: absolute;
  width: 100%;
}

/* ヘッダー背景：透明（トップのみ） */
.ec-header:has(.ec-header__logo-large) {
  background: none;
}

.ec-header:has(.ec-header__logo-large).is-sticky {
  background: #fff;
}

/* ハンバーガーライン色：currentColor（トップのみ） */
.ec-header:has(.ec-header__logo-large) .hamburger__icon .line-top,
.ec-header:has(.ec-header__logo-large) .hamburger__icon .line-middle,
.ec-header:has(.ec-header__logo-large) .hamburger__icon .line-bottom {
  background-color: currentColor;
}

/* ec-header__inner レイアウト：大ロゴ共存時はblock、sticky時はflex */
.ec-header__logo-large ~ .ec-header__inner {
  display: block;
}

.is-sticky .ec-header__logo-large ~ .ec-header__inner {
  display: flex;
}

/* ========================================
   Header Navigation
======================================== */
.ec-nav01 {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  position: relative;
  gap: 14px;
  color: #000030;
}

.ec-nav01 a {
  display: block;
  width: 18px;
  height: 18px;
}

.ec-nav01 img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  vertical-align: top;
}

/* Cart Badge */
.ec-nav01__item.item-cart {
  position: relative;
}


/* ========================================
   Hamburger Menu Button
======================================== */
.ec-header__open button {
  display: block;
  width: 40px;
  height: 40px;
}

.ec-header__open span {
  display: block;
  width: 16px;
  height: 2px;
  margin: 0 auto;
  background: #393c41;
  border-radius: 2px;
}

.ec-header__open span + span {
  margin-top: 4px;
}

.hamburger__btn {
  width: 22px;
  height: 22px;
  background: transparent;
  border: none;
  cursor: pointer;
  transition: opacity 0.2s;
}

.hamburger__btn:hover {
  opacity: 0.6;
}

.hamburger__icon .line-top,
.hamburger__icon .line-middle,
.hamburger__icon .line-bottom {
  width: 100%;
  height: 2px;
  background-color: #1f2937;
}

.hamburger__icon .line-top,
.hamburger__icon .line-middle {
  margin-bottom: 6px;
}

/* ========================================
   Global Navigation Wrapper
======================================== */
.gnavi-wrapper {
  position: fixed;
  top: 0;
  right: 0;
  width: 375px;
  height: 100%;
  z-index: 100;
  transform: translateX(100%);
  transition: transform 0.3s ease-in-out;
  pointer-events: none;
}

.gnavi-wrapper.is-active {
  transform: translateX(0);
  pointer-events: auto;
}

/* ========================================
   Global Navigation Container
======================================== */
.gnavi {
  position: absolute;
  top: 0;
  right: 0;
  width: 100%;
  height: 100%;
  background-color: #fff;
  overflow: hidden;
}

/* メニューオープン時のbody固定（スクロールバー幅を保持） */
body.gnavi-open {
  overflow: hidden;
  padding-right: var(--scrollbar-width, 0);
}

/* ヘッダーもスクロールバー分のパディング追加 */
body.gnavi-open #appBody.shoptop .ec-header {
  padding: 0 calc(var(--scrollbar-width, 0) + 10.2489019034vw) 0 10.2489019034vw;
}
body.gnavi-open #appBody:not(.shoptop) .ec-header {
  padding: 0 10.2489019034vw;
}
body.gnavi-open .ec-header__logo-large {
  padding-right: var(--scrollbar-width, 0);
}



/* ========================================
   Close Button
======================================== */
.gnavi__close {
  position: absolute;
  top: 14px;
  left: -50px;
  z-index: 10;
  display: none;
  align-items: center;
  justify-content: center;
  width: 40px;
  height: 40px;
  padding: 0;
  font-size: 3.2rem;
  line-height: 1;
  color: #fff;
  background: transparent;
  border: none;
  cursor: pointer;
}

.gnavi__close.is-active {
  display: flex;
}

.gnavi__close:hover {
  opacity: 0.6;
}

/* ========================================
   Main Menu - スクロールバー設定を修正
======================================== */
.gnavi__main {
  width: 100%;
  height: 100%;
  overflow-x: hidden;
  overflow-y: auto;
  transform: translateX(0);
  transition: transform 0.3s ease-in-out;
  
  /* スクロールバーを常に表示(透明) */
  scrollbar-width: thin;
  scrollbar-color: transparent transparent;
}

/* Webkit用のスクロールバー設定 */
.gnavi__main::-webkit-scrollbar {
  display: block;  /* 常に表示 */
  width: 6px;
}

.gnavi__main::-webkit-scrollbar-track {
  background: transparent;  /* 通常は透明 */
}

.gnavi__main::-webkit-scrollbar-thumb {
  background: transparent;  /* 通常は透明 */
  border-radius: 3px;
}

/* スクロール時のみスクロールバーを可視化 */
.gnavi__main.is-scrolling {
  scrollbar-color: #888 #f1f1f1;  /* Firefox用 */
}

.gnavi__main.is-scrolling::-webkit-scrollbar-track {
  background: #f1f1f1;
}

.gnavi__main.is-scrolling::-webkit-scrollbar-thumb {
  background: #888;
}

.gnavi__main.is-scrolling::-webkit-scrollbar-thumb:hover {
  background: #555;
}

.gnavi__main.is-hidden {
  transform: translateX(-100%);
}

/* ========================================
  Tab Navigation (Menu)
======================================== */
.gnavi__menu {
  padding: 15px 0;
  border-bottom: 1px solid #e0e0e0;
}

.gnavi__menu__inner {
  display: flex;
  justify-content: space-between;
}

.gnavi__menu__item {
  width: 33.3%;
}

.gnavi__menu__item--link {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  width: 100%;
  border-right: 1px solid #999;
  font-size: 1.2rem;
}

.gnavi__menu__item:last-child .gnavi__menu__item--link {
  border-right: none;
}

.gnavi__menu__icon {
  max-width: 28px;
  width: 100%;
  margin-bottom: .5rem;
}

/* ========================================
   Content Area
======================================== */
.gnavi__content {
  width: 100%;
  padding: 20px;
  border-bottom: 0.5px solid #999999;
}

.gnavi__sub .gnavi__content {
  padding: 20px 30px;
}

.gnavi__content:last-child {
  border-bottom: none;
}

/* Content visibility control - アニメーション対応 */
.gnavi__sub .gnavi__content[data-content] {
  display: none;
}

.gnavi__sub .gnavi__content[data-content].is-active {
  display: block;
}

/* アニメーション中は表示を維持 */
.gnavi__sub.is-closing .gnavi__content[data-content].is-active {
  display: block;
}

/* ========================================
  Section
======================================== */
.gnavi__section {
  margin-bottom: 30px;
}

.gnavi__section:last-child {
  margin-bottom: 0;
}

.gnavi__section__banner {
  display: flex;
  justify-content: space-between;
  margin-bottom: 8px;
}

/* ========================================
  Headings
======================================== */
.gnavi__heading {
  font-size: 1.4rem;
  font-weight: bold;
  color: #949494;
}

.gnavi__heading:has(+ .gnavi__list.pageLink) {
  margin-bottom: 16px;
}

.gnavi__section__banner--head {
  font-size: 1.4rem;
  font-weight: bold;
  color: #393C41;
  min-width: 40%;
}

.gnavi__section__banner--text {
  font-size: 1rem;
  color: #949494;
  max-width: 60%;
}

.gnavi__sub .gnavi__heading {
  margin-bottom: 16px;
}

.gnavi__content__category--heading {
  font-size: 1.2rem;
  font-weight: bold;
  color: #888;
  margin-bottom: 16px;
}

.gnavi__title {
  display: flex;
  align-items: center;
  font-size: 1.2rem;
  font-weight: bold;
  color: #393C41;
  position: relative;
}

.gnavi__title::before {
  content: "";
  display: inline-block;
  position: absolute;
  left: -2rem;
  width: 1.6rem;
  height: 1.6rem;
  background-image: url(../images/ico_arrow_slider02.svg);
  background-size: contain;
  background-repeat: no-repeat;
}

/* ========================================
  Lists
======================================== */
.gnavi__list {
  /* margin: 0px 20px; */
  margin-left: 20px;
  list-style: none;
  margin-bottom: 16px;
}

.gnavi__list:not(:last-child) {
  margin-bottom: 20px;
}

.gnavi__pageLink {
  width: 90%;
  margin: 14px auto 0;
}

.gnavi__pageLink .gnavi__item {
  margin-bottom: 1.2rem;
}

.gnavi__pageLink .gnavi__item:last-child {
  margin-bottom: 0px;
}

.gnavi__list.pageLink .gnavi__item {
  margin-bottom: 1.2rem;
}

.gnavi__list.pageLink .gnavi__item:last-child {
  margin-bottom: 0;
}

/* Grid Layout */
.gnavi__list.gnaviGrid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 1.2rem 1.5rem;
  margin-bottom: 16px;
}

.gnavi__list.gnaviGrid .gnavi__item {
  margin-bottom: 0;
}

.gnavi__list.gnaviGrid .gnavi__link--page {
  display: block;
  text-align: left;
}

/* List borders */
.gnavi__list.border__bd:has(+ .gnavi__list.border__bd) {
  border-bottom: 0.25px solid #999999;
}

.gnavi__list.bd__bottom .gnavi__item {
  border-bottom: 1px solid #e0e0e0;
}

.gnavi__list.bd__top .gnavi__item {
  border-top: 1px solid #e0e0e0;
}

/* .gnavi__item:not(:has(.gnavi__link--page)):not(:first-child) {
  border-top: 1px solid #e0e0e0;
}

.gnavi__item:not(:has(.gnavi__link--page)):last-child {
  border-bottom: 1px solid #e0e0e0;
} */

/* ========================================
   Category Content
======================================== */
.gnavi__content__category {
  padding: 0px 12px;
  margin-bottom: 16px;
  border-bottom: 1px solid #999;
}

.gnavi__content__category:last-child {
  border-bottom: none;
  margin-bottom: 0px;
}

/* ========================================
   Links
======================================== */
.gnavi__link {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  padding: 15px 0;
  font-size: 1.2rem;
  color: #393C41;
  text-align: left;
  text-decoration: none;
  background: transparent;
  border: none;
  cursor: pointer;
}

.gnavi__link:hover {
  opacity: 0.6;
}

.gnavi__link__item {
  position: relative;
  width: 100%;

}

.gnavi__link__item::after {
  content: "";
  display: inline-block;
  position: absolute;
  right: 0;
  width: 1.2rem;
  height: 1.2rem;
  background-image: url(../images/ico_arrow_slider02.svg);
  top: 50%;
  transform: translateY(50%);
  rotate: 180deg;
  background-size: contain;
  background-repeat: no-repeat;
}

.gnavi__link--page {
  font-size: 1.2rem;
  color: #393C41;
  text-align: left;
  background: transparent;
  border: none;
  cursor: pointer;
  /* display: flex; */

  .limited__label {
    margin-left: 1rem;
    background-color: #949494;
    color: #fff;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 2rem;
    padding: 0 .6rem;
    font-size: 1rem;
    line-height: 1;
    text-decoration: none;
  }
}

.gnavi__link__text {
  text-decoration: underline;
}

.gnavi__link--page:hover {
  opacity: 0.6;
}

.gnavi__arrow {
  font-size: 1.4rem;
  color: #393C41;
}

.gnavi__link__trans--head {
  display: inline-block;
  font-size: 1.2rem;
  font-weight: bold;
  margin-bottom: 6px;
}

.gnavi__link__trans--text {
  font-size: 1rem;
}

/* ========================================
   Feature/Pickup Banner
======================================== */
.gnavi__feature__head {
  font-size: 1.2rem;
  font-weight: bold;
}

.gnavi__feature__item {
  margin-top: 10px;
}

.gnavi__feature__item--link {
  display: block;
  transition: opacity 0.3s ease-in-out;
}

.gnavi__feature__item--link:hover {
  opacity: 0.6;
}

.gnavi__feature__img {
  display: block;
  width: 100%;
  height: 80px;
  background-color: #333;
}

.gnavi__feature__text {
  margin-top: 10px;
  font-size: 1.2rem;
  text-align: center;
}

/* ========================================
   Sub Menu (2nd Level) - スクロールバー設定を修正
======================================== */
.gnavi__sub {
  position: absolute;
  top: 0;
  right: 0;
  width: 100%;
  height: 100%;
  padding: 20px 0;
  background-color: #fff;
  overflow-x: hidden;
  overflow-y: auto;
  transform: translateX(100%);
  transition: transform 0.3s ease-in-out;
  scrollbar-width: thin;
  scrollbar-color: transparent transparent;
}

.gnavi__sub::-webkit-scrollbar {
  display: block;
  width: 6px;
}

.gnavi__sub::-webkit-scrollbar-track {
  background: transparent;
}

.gnavi__sub::-webkit-scrollbar-thumb {
  background: transparent;
  border-radius: 4px;
}

.gnavi__sub.is-scrolling {
  scrollbar-color: #888 #f1f1f1;
}

.gnavi__sub.is-scrolling::-webkit-scrollbar-track {
  background: #f1f1f1;
}

.gnavi__sub.is-scrolling::-webkit-scrollbar-thumb {
  background: #888;
  border-radius: 4px;
}

.gnavi__sub.is-scrolling::-webkit-scrollbar-thumb:hover {
  background: #555;
}

.gnavi__sub.is-active {
  transform: translateX(0);
}

.gnavi__sub-header {
  display: flex;
  align-items: center;
  gap: 0px;
  padding: 0 30px;
}

/* ========================================
   Deep Sub Menu (3rd Level) 
======================================== */
.gnavi__sub-deep {
  position: absolute;
  top: 0;
  right: 0;
  width: 100%;
  height: 100%;
  padding: 80px 20px 40px;
  background-color: #fff;
  overflow-x: hidden;
  overflow-y: auto;
  transform: translateX(100%);
  transition: transform 0.3s ease-in-out;
  scrollbar-width: thin;
  scrollbar-color: transparent transparent;
}

.gnavi__sub-deep::-webkit-scrollbar {
  display: block;
  width: 6px;
}

.gnavi__sub-deep::-webkit-scrollbar-track {
  background: transparent;
}

.gnavi__sub-deep::-webkit-scrollbar-thumb {
  background: transparent;
}

.gnavi__sub-deep.is-scrolling {
  scrollbar-color: #888 #f1f1f1;
}

.gnavi__sub-deep.is-scrolling::-webkit-scrollbar-track {
  background: #f1f1f1;
  border-radius: 4px;
}

.gnavi__sub-deep.is-scrolling::-webkit-scrollbar-thumb {
  background: #888;
}

.gnavi__sub-deep.is-scrolling::-webkit-scrollbar-thumb:hover {
  background: #555;
}

.gnavi__sub-deep.is-active {
  transform: translateX(0);
}

/* ========================================
  brandBanner
======================================== */
.brandBanner {
  margin-bottom: 24px;
}

.brandBanner:last-child {
  margin-bottom: 0px;
}

.brandBanner__link {
  display: block;
}

.brandBanner__link--wrapper {
  display: flex;
  align-items: center;
  gap: 1.2rem;
}

.brandBanner__img {
  display: block;
  width: 36%;
}

.brandBanner__text {
  width: 64%;
  font-size: 1.2rem;
}

/* ========================================
  pickupBanner
======================================== */
.pickupBanner {
  margin-bottom: 24px;
}

.pickupBanner:last-child {
  margin-bottom: 0px;
}

.pickupBanner__link {
  display: block;
}

.pickupBanner__img {
  display: block;
  width:100%;
}

/* ========================================
   Back Button
======================================== */
.gnavi__back {
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
}

.gnavi__back:hover {
  opacity: 0.6;
}

/* ========================================
   Overlay
======================================== */
.gnavi__overlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 99;
  background-color: rgba(0, 0, 0, 0.5);
  opacity: 0;
  visibility: hidden;
  transition: opacity 0.3s, visibility 0.3s;
}

.gnavi__overlay.is-active {
  opacity: 1;
  visibility: visible;
}

/* ========================================
   Media Queries - Mobile
======================================== */
@media (max-width: 768px) {
  .ec-header {
    min-height: 50px;
    padding: 0 4.2666666667vw;
  }

  body.gnavi-open #appBody.shoptop .ec-header,
  body.gnavi-open #appBody:not(.shoptop) .ec-header  {
    padding: 0 4.2666666667vw;
  }

  body.gnavi-open #appBody:not(.shoptop) .ec-header.is-sticky {
    padding: 0 4.2666666667vw;
  }

  .ec-header__logo {
    width: 25vw;
  }

  .ec-header__logo-large {
    width: 94%;
    padding-top: 60px;
  }

  .ec-header__open button {
    width: 40px;
    height: 40px;
  }

  .ec-nav01 {
    flex: 1;
    justify-content: flex-end;
    gap: 3.5vw;
  }

  .ec-nav01 a {
    width: 18px;
    height: 18px;
  }

  /* Hamburger Button */
  .hamburger__btn {
    width: 18px;
    height: 18px;
  }

  .hamburger__icon .line-top,
  .hamburger__icon .line-middle,
  .hamburger__icon .line-bottom {
    width: 100%;
    height: 2px;
  }

  .hamburger__icon .line-top,
  .hamburger__icon .line-middle {
    margin-bottom: 4px;
  }

  /* Global Navigation */
  .gnavi-wrapper {
    width: 90%;
    max-width: none;
  }

  .gnavi__close {
    left: -36px;
    width: 36px;
    height: 28px;
    font-size: 2.8rem;
  }
}

/* ========================================
  Desktop
======================================== */
@media (min-width: 769px) {
  .ec-nav01 a {
    width: 22px;
    height: 20px;
  }
}

/* ========================================
  expsuggestsearchdiv（検索suggest）
======================================== */
#expsuggestsearchdiv .exp_img_pc,
#expsuggestsearchdiv .exp_img_pc:hover {border: none!important;}
#expsuggestsearchdiv .exp_title_pc {font-size: 84%;}
#expsuggestsearchdiv .exp_img_pc {
    max-width: 80px;
    max-height: 80px;
}
#expsuggestsearchdiv .exp_result_pc {
    border: none;
    background-color: #f6f6f6;
    margin: -2px 0 0 -1px;
}

@media (min-width: 769px) {
  #expsuggestsearchdiv .exp_title_pc {
    font-size: 1.2rem;
    color: #393c41;
  }
  #expsuggestsearchdiv .exp_price_pc {
    color: #393c41;
    font-size: 1.2rem;
    font-weight: normal;
    text-decoration: none;
  }
}

@media (max-width: 768px) {
  div.sug_all .sug_key {
    background-color: #f6f6f6;
    padding: 4px 16px;
    margin: 8px 2px;
    border-radius: 30px;
    font-size: 1.0rem;
  }


  div.sug_all .sug_close {
    background-color: #2c2e33;
    border: 1px solid #2c2e33;
    padding: 5px 0.4em;
  }

  div.sug_all .sug_select {
    background-color: #000021;
    border: 1px solid #000021;
  }
  div.sug_all .sug_select::after {
    border-color: #000021 transparent transparent;
  }
}

#expsuggestsearchdiv .exp_sub_pc {
    background: none;
    padding: 4px 0;
    display: none;
}


#expsuggestsearchdiv .exp_img_pc {
    max-width: 80px;
    max-height: 80px;
}


@media (min-width: 769px) {
    #expsuggestsearchdiv .exp_title_pc {
        font-size: 1.0rem;
    }
}

@media (min-width: 769px) {
    #expsuggestsearchdiv .exp_price_pc {
        font-size: 1.0rem;
    }
}

/*KW Search PLUS
_________________*/

div.sug_all .sug_item:nth-of-type(1) {
    border: solid 1px #ccc;
    font-size: 1.2rem;
    color: #393c41;
    border-bottom: none;
    margin: -2px 0 0 0;
    border-top: none;
}

div.sug_all .sug_item:nth-of-type(1) .sug_key{
    border: solid 1px #ccc;
    font-size: 1.2rem;
    color: #393c41;
    border-bottom: none;
    margin: -2px 0 0 0;
    border-top: none;
}
div.sug_all .sug_item:nth-of-type(1) .sug_key {
    border: none;
    border-top: 1px #ccc solid;
    color: #393c41;
    margin: 0px;
    text-align: center;
    padding: 8px 0px;
    font-weight: 500;
}

div.sug_all .sug_item {
    color: #393c41;
    border-left: solid 1px #ccc;
    border-right: solid 1px #ccc;
    padding: 4px 8px;
    font-size: 1.2rem;
    color: #393c41;
}

div.sug_all .sug_over, div.sug_all .sug_select {
    background-color: #F6f6f6;
}


div.sug_all .sug_over, div.sug_all .sug_select .sug_key{
}

div.sug_all .sug_key {
    color: #393c41 !important;
}

div.sug_all .sug_close {
    text-align: center;
    color: #393c41 !important;
    font-weight: 500;
    padding: 4px 0;
    text-decoration: underline;
}

div.sug_all .sug_item:nth-last-of-type(1) {
    border-bottom: 1px solid #ccc;
}
/* Search SP PLUS
_______*/
@media (max-width: 768px) {

    div#expsuggestsdiv {
        border: solid 1px #CCC;
        margin: -16px 0 0 0;
        border-top: solid 1px #fff;
        background-color: #fff;
        padding: 4px 4px;
    }

    div.sug_all .sug_group {
        border-top: 1px solid #ccc;
        width: 96%;
        margin: 0 auto;
    }

    div.sug_all .sug_top {
        font-size: 1.0rem;
        width: 80px;
        /* padding: 2px 0px; */
        font-weight: 600;
        border-right: 1px solid #393c41;
        display:none;
    }

    div.sug_all .sug_key {
        border: none;
        padding: 2px 12px;
        font-size: 1.0rem;
        text-align: center;
    }

    div.sug_all .sug_select {
        border: none !important;
        color: #FFF !important;
        font-weight: 500 !important;
        background-color: #ccc !important;
    }

    #expsuggestsearchdiv .exp_result_sp {
        border-top: none;
        border: solid 1px #ccc;
        background-color: #f6f6f6;
        border-radius: 0;
        margin: -1px 0 0 -1px;
        padding: 8px;
        width: 100%;
    }

    #expsuggestsearchdiv .exp_title_sp {
        padding: 4px 0;
        font-size: 1.0rem;
        text-align: left;
        line-height: 1.0rem;
        height: 24px;
    }

    #expsuggestsearchdiv .exp_price_sp {
        color: #393c41;
        height: auto;
        font-size: 1.0rem;
        font-weight: 500;
    }

    #expsuggestsearchdiv .exp_item_sp {
      background-color: #f6f6f6;
        border: none;
        padding: 4px 4px;
        margin: 0;
    }
    #expsuggestsearchdiv .exp_img_sp {
        position: absolute;
        max-width: 80px;
        max-height: 80px;
        display: block;
        inset: 0px;
        margin: 0 auto 0px;
    }

    div.sug_all .sug_select::after {
        display: none;
    }

    div.sug_all .sug_close {
        display: none;
    }



}






