/* 同じ項目（.xxx {})が複数ある場合は後に書いたものが適用される */

* {
  font-family: "Josefin Sans", "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN W3", メイリオ, Meiryo, "ＭＳ ゴシック", sans-serif;
}

#page_help_privacy .ec-pageHeader, #page_contact.ec-pageHeader, #page_help_tradelaw.ec-pageHeader {
  margin-top: 30px;
}

/* header */
.header_pc {
  background: #D0C2B2;
  color: #fff;
  text-align: center;
  font-size: 11px;
  padding: 3px 0;
}

.ec-layoutRole .ec-layoutRole__contents {
  max-width: inherit;
}

.ec-sliderRole {
  max-width: inherit;
}

.ec-categoryNaviRole .ec-itemNav__nav a {
  font-size: 14px;
  font-weight: normal;
}

.ec-categoryNaviRole .ec-itemNav__nav a:hover {
  text-decoration: none;
}

.ec-itemNav {
  display: flex;
  align-items: center;
}

.ec-itemNav h1 {
  margin: 10px 0;
}

.ec-itemNav img {
  width: 128px;
}

.ec-itemNav__nav li a {
  padding: 0 15px;
  margin-top: 20px;
  height: 25px;
}

.ec-itemNav__nav>li:hover>a {
  background: none;
  border-bottom: 2px solid #D2B580;
}

.ec-headerNav .ec-headerNav__itemLink {
  display: none;
}

.ec-headerNav__itemLink {
  display: none;
}

.ec-itemNav__nav li.dropmenu ul.dropmenu_second {
  list-style: none;
  background-color: #D0C2B2;
  /* ウィンドウサイズの幅に引き伸ばす */
  width: 120vw;
  transform: translateX(-48%);
  margin-top: 8px;
}

.ec-itemNav__nav li.dropmenu ul.dropmenu_second span.sub_mtxt {
  font-size: 12px;
}

.ec-itemNav__nav li.dropmenu ul.dropmenu_second>li {
  width: auto;
  height: 0px;
}

.ec-itemNav__nav li.dropmenu ul.dropmenu_second li:first-child {
  margin-left: calc(50vw - 255px);
  /* 常に真ん中 */
}

.ec-itemNav__nav li.dropmenu ul.dropmenu_second a {
  display: block;
  width: auto;
  height: 70px;
  padding: 14px 0;
  margin-top: 0px;
  background-color: rgba(0, 0, 0, 0);
  text-align: center;
  font-size: 14px;
  font-weight: normal;
  border-bottom: none;
  margin: 0 15px;
}

.ec-itemNav__nav li.dropmenu:hover ul.dropmenu_second>li {
  display: inline-block;
  height: 70px;
  width: auto;
  top: -1px;
}

.ec-itemNav__nav li.dropmenu ul.dropmenu_second>li>a:hover {
  color: black;
}


/* 三角形 */

.ec-itemNav__nav li.dropmenu>a:after {
  visibility: hidden;
  content: '';
  position: absolute;
  left: 25px;
  top: 45px;
  width: 0;
  height: 0;
  border-left: 5px solid transparent;
  border-right: 5px solid transparent;
  border-bottom: 10px solid #fff;
  /*border-bottom-color: rgba(210, 181, 128, 0.8);*/
  z-index: 10;
}

.ec-itemNav__nav li.dropmenu:hover>a:after {
  visibility: visible;
}

.btn {
    font-size: 20px; /* フォントサイズを大きく */
    padding: 50px 50px; /* ボタンの余白を広げる */
    width: 250px; /* ボタンの幅を固定（任意） */
    text-align: center; /* テキストを中央寄せ */
}

.btn--orange {
  color: #fff;
  background-color: #d2c1af;
  border-bottom: 5px solid #a6a6a6;
  margin:0;
}
.btn--orange:hover {
  margin-top: 3px;
  color: #fff;
  background: #d2c1af;
  border-bottom: 2px solid #a6a6a6;
}
.btn--shadow {
  -webkit-box-shadow: 0 3px 5px rgba(0, 0, 0, .3);
  box-shadow: 0 3px 5px rgba(0, 0, 0, .3);
}

/* 検索*/

.li_search {
  width: 100px;
  top: -15px;
  left: 30px;
}

#header-searchArea {
  width: 100px;
}

#header-searchArea .ec-icon {
  top: 35px;
  position: relative;
}

.fa-search {
  position: relative;
  right: 60px;
}

#header-searchForm {
  width: 90px;
  left: 10px;
  position: relative;
}

.search-form {
  width: 100px;
  height: 30px;
  border-radius: 10px;
  border: #000000 1px solid;
  background: #fff;
  transform: translate(-5%, 20%);
  transition: all 0.3s ease;
}

.search-input {
  position: absolute;
  top: 4px;
  left: 7px;
  font-size: 14px;
  background: none;
  color: #666666;
  width: 90px;
  height: 20px;
  border: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  outline: none;
}

/* top */
/*.ec-blockBtn--action[disabled] {*/
/* background-color: rgb(204, 204, 204) !important;*/
/* border-color: rgb(204, 204, 204)!important;*/
/*}*/

/*.ec-productRole .ec-productRole__code {*/
/* display: none!important;*/
/*}*/

.ec-blockBtn--action {
  background-color: #D0C2B2;
  border-color: #D0C2B2;
}

.ec-blockBtn--action:hover {
  background-color: #538d01;
  border-color: #538d01;
}

.ec-blockBtn--action:active, .ec-blockBtn--action.active, .open>.ec-blockBtn--action.dropdown-toggle {
  background-color: #538d01;
  border-color: #538d01;
}

.ec-blockBtn--action:focus, .ec-blockBtn--action.focus {
  background-color: #538d01;
  border-color: #538d01;
}

/*.blockBtn--action[disabled]:hover {*/
/* background-color: #ccc;*/
/* border-color: #ccc;*/
/*}*/

/*.ec-blockBtn--action.disabled:hover, .ec-blockBtn--action.disabled:focus, .ec-blockBtn--action.disabled.focus, .ec-blockBtn--action[disabled]:hover, .ec-blockBtn--action[disabled]:focus, .ec-blockBtn--action[disabled].focus, fieldset[disabled] .ec-blockBtn--action:hover, fieldset[disabled] .ec-blockBtn--action:focus, fieldset[disabled] .ec-blockBtn--action.focus {*/
/* background-color: #ccc;*/
/* border-color: #ccc;*/
/*}*/

/*.ec-blockBtn--action[disabled] {*/
/* background-color: #ccc;*/
/* border-color: #ccc;*/
/*}*/

.ec-blockBtn--action:active:hover, .ec-blockBtn--action:active:focus, .ec-blockBtn--action:active.focus, .ec-blockBtn--action.active:hover, .ec-blockBtn--action.active:focus, .ec-blockBtn--action.active.focus, .open>.ec-blockBtn--action.dropdown-toggle:hover, .open>.ec-blockBtn--action.dropdown-toggle:focus, .open>.ec-blockBtn--action.dropdown-toggle.focus {
  background-color: #538d01;
  border-color: #538d01;
}

.ec-inlineBtn--action {
  background-color: #D0C2B2;
  border-color: #D0C2B2;
}

.ec-inlineBtn--action:hover {
  background-color: #538d01;
  border-color: #538d01;
}

.ec-inlineBtn--action:active, .ec-inlineBtn--action.active, .open>.ec-inlineBtn--action.dropdown-toggle {
  background-color: #538d01;
  border-color: #538d01;
}

.ec-inlineBtn--action:focus, .ec-inlineBtn--action.focus {
  background-color: #538d01;
  border-color: #538d01;
}

/*.inlineBtn--action[disabled]:hover {*/
/* background-color: #ccc;*/
/* border-color: #ccc;*/
/*}*/

/*.ec-inlineBtn--action.disabled:hover, .ec-inlineBtn--action.disabled:focus, .ec-inlineBtn--action.disabled.focus, .ec-inlineBtn--action[disabled]:hover, .ec-inlineBtn--action[disabled]:focus, .ec-inlineBtn--action[disabled].focus, fieldset[disabled] .ec-inlineBtn--action:hover, fieldset[disabled] .ec-inlineBtn--action:focus, fieldset[disabled] .ec-inlineBtn--action.focus {*/
/* background-color: #ccc;*/
/* border-color: #ccc;*/
/*}*/

/*.ec-inlineBtn--action[disabled] {*/
/* background-color: #ccc;*/
/* border-color: #ccc;*/
/*}*/

.ec-inlineBtn--action:active:hover, .ec-inlineBtn--action:active:focus, .ec-inlineBtn--action:active.focus, .ec-inlineBtn--action.active:hover, .ec-inlineBtn--action.active:focus, .ec-inlineBtn--action.active.focus, .open>.ec-inlineBtn--action.dropdown-toggle:hover, .open>.ec-inlineBtn--action.dropdown-toggle:focus, .open>.ec-inlineBtn--action.dropdown-toggle.focus {
  background-color: #538d01;
  border-color: #538d01;
}

/*.ec-pageHeader h1 {*/
/* font-size: 26px!important;*/
/*}*/

/* 背景色をまとめて指定 */
.ec-headerRole,
.ec-headerNaviRole, 
.ec-cartNavi {
    background: #fff !important;
}

.ec-cartNavi {
  /*top: 5px;*/
  /*padding: 10px 15px 0 20px!important;*/
  padding: 0px 15px 0 20px!important;
  position: relative;
  padding-bottom: 20px;
}
/*
.cart_color{
    color:white;
}
*/

.ec-itemNav__nav>li:hover>a {
  border-bottom: none!important;
}

.ec-cartNavi .ec-cartNavi__price {
  display: none;
}

.ec-cartNavi .ec-cartNavi__icon {
  /*font-size: 14px;*/
  /*top: 6px;*/
}

.ec-cartNavi .ec-cartNavi__badge {
  left: -2px;
  top: -10px;
}

.ec-off1Grid__cell {
  padding-bottom: 80px!important;
}

.ec-topicpath .ec-topicpath__item a, .ec-topicpath .ec-topicpath__item--active a {
  color: #525263;
}

.ec-categoryNaviRole {
  padding-bottom: 20px;
}

.carousel-control:focus, .carousel-control:hover {
  opacity: 0.2!important;
}

.ec-reportHeading {
  border-top: none!important;
}

.ec-layoutRole__main {
  padding-bottom: 0px;
}

.ec-layoutRole .ec-layoutRole__contents {
  margin-bottom: 60px;
}

#page_homepage .ec-layoutRole .ec-layoutRole__contents {
  margin-bottom: 0px;
}


/* News */
.ec-secHeading .ec-secHeading__en {
  font-size: 30px;
}

.ec-newsRole .ec-newsRole__news {
  border: none;
  padding: 0;
}

.ec-newsRole .ec-newsRole__news {
  border-bottom: 1px solid #ccc;
}

.ec-newsRole .ec-newsRole__newsItem {
  padding: 50px 0px 15px 0px;
}

.ec-newsRole .ec-newsRole__newsDate.fa-angle-down:before {
  top: 2px;
  position: relative;
  right: 0px;
}

.ec-newsRole .ec-newsRole__newsDate {
  font-size: 16px;
  color: #3c4241;
  line-height: 28px;
}

.ec-newsRole .ec-newsRole__newsTitle {
  font-size: 16px;
  color: #3c4241;
  font-weight: normal;
}

.fa-angle-down:before {
  color: #3c4241;
  font-size: 22px;
}

.ec-newsRole .ec-newsRole__newsCloseBtn {
  background: #fff;
}

.ec-role {
  margin-bottom: 60px!important;
}

.ec-footerBox {
  padding-top: 40px;
  display: flex;
  color: #fff!important;
  font-weight: normal;
}

.ec-footerBox ul {
  padding-left: 0;
}

.ec-footerBox li {
  line-height: 1.8em;
}

.ec-footerBox a {
  text-decoration: none;
  color: #fff;
}

.ec-footerRole {
  background: #D0C2B2;
  padding-top: 0;
  margin-top: 0;
}

.ec-footerRole h4 {
  font-size: 18px!important;
}

.ec-footerRole li {
  font-size: 14px!important;
}

.ec-footerRole dt {
  font-weight: normal;
}

.ec-footerInfo {
  font-size: 14px!important;
  width: 370px;
  line-height: 1.8em;
}

.ec-footerInfo h2 {
  width: 320px;
  text-align: center;
  margin: 0;
}

.ec-footerInfo h2 img {
  width: 162px!important;
  margin: 0 0 40px 0;
}

.ec-footerInfo dl {
  display: flex;
  width: 320px;
  flex-wrap: wrap;
}

.ec-footerInfo dt {
  width: 80px;
}

.ec-footerInfo dd {
  width: 220px;
  line-height: 1.8em;
}

.ec-footerFaq {
  width: 240px;
  /*padding-right: 20px;*/
}

/*.ec-footerFaq h4 {*/
/* font-size: 16px;*/
/*}*/

.ec-footerFaq li {
  list-style: none;
  padding-left: 20px;
}

.ec-footerCompany {
  width: 240px;
}

.ec-footerCompany li {
  list-style: none;
  padding-left: 20px;
}

.ec-footerSns ul {
  display: flex;
  justify-content: flex-end;
}

.ec-footerSns li {
  list-style: none;
  margin-right: 25px;
}

.ec-footerSns li:last-child {
  margin-right: 0px;
}

.ec-footerContact {
  width: 240px;
  text-align: left;
}

.ec-footerSns img {
  width: 27px!important;
}

/* カテゴリ関連 */
@media screen and (min-width: 1021px) {
  /*=============================
.title
=============================*/
  .title ul {
    padding: 0px;
  }
  .title li {
    margin-bottom: 40px;
    text-align: center;
  }
  .title dt {
    margin-bottom: 10px;
    border-bottom: 1px solid #3c4241;
    font-size: 34px;
    letter-spacing: 0.2em;
    color: #3C4241;
    font-family: Josefin Sans;
    margin-top: 40px;
    font-weight: 200;
  }
  .title dd {
    font-size: 16px;
    letter-spacing: 0.2em;
    color: #3C4241;
    font-family: ヒラギノ角ゴ ProN;
    font-weight: 200;
  }
  /*=============================
.radio-btn
=============================*/
  .selectradio {
    list-style: none;
  }
  .selectradio input[type="radio"] {
    display: none;
  }
  .selectradio .selectradio-label-all {
    width: 80px;
    height: 40px;
    text-align: center;
    line-height: 38px;
    /*padding: 0 28px;*/
    cursor: pointer;
    color: #3C4241;
    background: #FFFFFF;
    /*border: 2px solid #d2b580;*/
    transition: 0.2s;
    font-size: 20px;
    font-weight: 200;
  }
  .selectradio input[type="radio"]:checked+label {
    background: #d2b580;
    color: #FFFFFF;
    border: 2px solid #d2b580;
  }
  .selectradio .selectradio-label {
    width: 100%;
    height: 42px;
    text-align: center;
    line-height: 38px;
    /*padding: 0 28px;*/
    cursor: pointer;
    color: #3C4241;
    background: #FFFFFF;
    /*border: 2px solid #d2b580;*/
    transition: 0.2s;
    border-radius: 22px;
    font-size: 16px;
    font-weight: 200;
  }
  .selectradio.selectradio-inline .selectradio-item {
    /*margin-right: 8px;*/
    /*margin-left: 8px;*/
    /*margin-bottom: 10px;*/
    display: inline-block;
    display: table-cell;
    text-align: center;
    vertical-align: middle;
  }
  .selectradio.selectradio-inline .selectradio-label {
    display: inline-block;
  }
  .selectradio.selectradio-inline {
    display: flex;
    justify-content: flex-start;
    width: 990px;
    margin: 0 auto;
    flex-wrap: wrap;
  }
  .u-mb-20 {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    width: 1090px;
    margin: 0 auto 44px;
  }
}

.ec-headerNaviRole {
    display:none;
}

.select-category {
  display: inline;
  text-align: center;
}

/* スマホ */
@media screen and (max-width: 767px) {
  .ec-cartNavi {
    background: #fff !important;
    position: relative;
    padding-bottom: 0px;
    padding: 10px 0 0 5px!important;
  }
  
  .cart_color{
      color: inherit;
  }
  
  .ec-cartNavi .ec-cartNavi__icon {
    font-size: 18px!important;
    top: -4px!important;
  }
  .ec-headerNaviRole {
    display: flex;
    padding: 10px 20px 15px 20px;
  }
  .ec-drawerRole .ec-headerLinkArea {
    background: white;
    padding-top: 70px;
  }
  .ec-drawerRole .ec-headerLinkArea .ec-headerLink__item {
    color: black;
  }
  .ec-drawerRole .ec-headerLinkArea .ec-headerLink__item .ec-headerLink__listitem {
    color: black;
    padding: 10px;
    font-size: 14px;
    font-weight: lighter;
  }
  .ec-headerLink__item details summary {
      list-style: none;
  }
/* マークがかぶっているのでコメントアウト
  .ec-headerLink__item details summary:after {
    content: '';
    width: 10px;
    height: 10px;
    border: 0;
    border-bottom: solid 2px #333;
    border-right: solid 2px #333;
    position: absolute;
    top: 145px;
    left: 70px;
    margin-top: 0px;
    transform: rotate(45deg);
  }
  .ec-headerLink__item details[open] summary:after {
    content: '';
    width: 10px;
    height: 10px;
    border: 0;
    border-bottom: solid 2px #333;
    border-right: solid 2px #333;
    position: absolute;
    top: 148px;
    left: 70px;
    margin-top: 0px;
    transform: rotate(225deg);
  }
*/ 
 .ec-headerNaviRole .ec-headerNaviRole__left {
    width: 18px;
    top: 3px;
    position: relative;
  }
  .ec-headerNaviRole__center {
    width: calc(100% - 155px);
    text-align: center;
  }
  .ec-headerNaviRole .ec-headerNaviRole__right {
    width: 240px;
  }
  .ec-headerNav__item img {
    width: 100px;
  }
  .ec-headerNav__itemIcon {
    margin-right: 5px!important;
    margin-left: 5px!important;
  }
  .ec-headerNaviRole .ec-headerNaviRole__nav {
    width: 100%;
  }
  .ec-cartNavi .ec-cartNavi__badge {
    left: 15px;
    top: -10px;
  }
  /*.ec-pageHeader h1 {*/
  /* font-size: 16px!important;*/
  /* border-top: none;*/
  /* margin-top: 20px;*/
  /*}*/
  .ec-borderedDefs {
    border-top: none;
  }
  .ec-drawerRole {
    background: #fff;
    width: calc(100% - 30%);
  }
  .ec-drawerRoleClose {
    top: 0;
    left: 0;
  }
  .ec-drawerRole.is_active {
    z-index: 100!important;
  }
  .ec-headerNavSP {
    z-index: 50!important;
    padding: 0!important;
    width: 0;
    height: 0;
    top: 0;
    left: 10px;
    position: relative;
  }
  .ec-drawerRole.is_active {
    z-index: 100!important;
  }
  .ec-drawerRoleClose is_active {
    z-index: 1000!important;
  }
  .fa-times {
    display: inline-block;
    vertical-align: middle;
    color: #333;
    line-height: 1;
    width: 2em;
    height: 0.1em;
    background: currentColor;
    border-radius: 0.1em;
    position: relative!important;
    transform: rotate(45deg)!important;
  }
  .fa-times:before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: inherit;
    border-radius: inherit;
    transform: rotate(90deg);
  }
  /* News */
  .ec-secHeading .ec-secHeading__en {
    font-size: 24px;
  }
  .ec-newsRole .ec-newsRole__news {
    border: none;
    padding: 0;
  }
  .ec-newsRole .ec-newsRole__news {
    border-bottom: 1px solid #ccc;
  }
  .ec-newsRole .ec-newsRole__newsItem {
    padding: 0px 0px 0px 0px;
  }
  .ec-newsRole .ec-newsRole__newsDate.fa-angle-down:before {
    top: 2px;
    position: relative;
    right: 0px;
  }
  .ec-newsRole .ec-newsRole__newsDate {
    font-size: 14px;
    color: #3c4241;
    line-height: 28px;
  }
  .ec-newsRole .ec-newsRole__newsTitle {
    font-size: 14px;
    color: #3c4241;
  }
  .fa-angle-down:before {
    color: #3c4241;
    font-size: 18px;
  }
  .ec-newsRole .ec-newsRole__newsItem:last-of-type {
    margin-bottom: 0;
  }
  .ec-newsRole .ec-newsRole__newsCloseBtn {
    background: #fff;
  }
  .ec-role {
    margin-bottom: 60px!important;
  }
  .ec-footerRole {
    padding: 0 20px;
    margin-top: 0px;
  }
  .ec-footerRole ul {
    padding: 0;
  }
  .ec-footerRole li {
    padding: 0;
  }
  .ec-footerBox {
    padding-top: 20px;
    flex-wrap: wrap;
  }
  .ec-footerBox ul {
    padding-left: 20px!important;
  }
  .ec-footerInfo {
    width: 100%;
    border-bottom: 1px solid #fff;
  }
  /*.ec-footerInfo h2 {*/
  /* text-align: left;*/
  /* width: 100%;*/
  /*}*/
  .ec-footerInfo h2 img {
    /*width: 110px!important;*/
    margin: 20px 0 35px 0;
  }
  .ec-footerInfo dl {
    width: 100%;
  }
  .ec-footerInfo dt {
    width: 26%;
  }
  .ec-footerInfo dd {
    width: 74%;
  }
  .ec-footerFaq {
    width: 100%;
  }
  /*.ec-footerFaq h4 {*/
  /* margin-top: 35px;*/
  /* font-weight: bold;*/
  /*}*/
  /*.ec-footerCompany {*/
  /* width: 100%;*/
  /*}*/
  /*.ec-footerCompany h4 {*/
  /* margin-top: 25px;*/
  /* font-weight: bold;*/
  /*}*/
  /*.ec-footerContact h4 {*/
  /* margin-top: 25px;*/
  /* margin-bottom: 20px;*/
  /* text-align: left;*/
  /* font-weight: bold;*/
  /*}*/
  .ec-footerSns {
    text-align: center;
    width: 100%;
  }
  .ec-footerSns ul {
    display: flex;
    justify-content: flex-start;
    padding: 0;
  }
}


/* スマホ版のみ反映する設定 */
@media screen and (max-width: 767px) {
    /* 1. ヘッダーの各要素を横一列に強制整列 */
    .ec-headerNaviRole {
        display: flex !important;
        flex-direction: row !important;
        flex-wrap: nowrap !important;
        align-items: center !important;
        justify-content: space-between !important;
        padding: 10px 10px !important; /* 左右の余白を少し詰める */
    }

    /* 2. ロゴの左右の要素（メニューとアイコン群）の幅を自動調整 */
    .ec-headerNaviRole .ec-headerNaviRole__left,
    .ec-headerNaviRole .ec-headerNaviRole__right {
        position: static !important;
        display: flex !important;
        align-items: center !important;
        margin-left: 10px !important; /* この数値で右へのズレ具合を調整 */
        margin-right: 5px !important;  /* ロゴとの間隔が狭すぎる場合はここも調整 */
        width: auto !important;
    }

    /* 3. アイコン群の中身を横に並べる */
    .ec-headerNaviRole .ec-headerNaviRole__right {
        width: auto !important; /* 固定幅240pxを解除して中身に合わせる */
    }

    .ec-headerNaviRole .ec-headerNaviRole__nav,
    .ec-headerNaviRole .ec-headerNaviRole__nav .ec-headerNav {
        display: flex !important;
        flex-direction: row !important;
        align-items: center !important;
        width: auto !important;
    }

    /* 4. アイコン一つ一つのサイズと間隔を微調整（被り防止） */
    .ec-headerNaviRole .ec-headerNav__item {
        margin: 0 4px !important; /* アイコン同士の隙間 */
    }
    
    .ec-headerNaviRole .ec-icon {
        font-size: 16px !important; /* 少しだけ小さく */
    }

    /* 5. ロゴのサイズ調整（他とぶつからないように） */
    .ec-headerNaviRole__center {
        flex-grow: 0 !important; /* 広がりすぎを防止 */
        width: auto !important;
        margin-right: 10px !important; /* ロゴの左側の隙間を設定 */
        margin-right: 5px !important; /* ロゴの右側の隙間を最小限に設定 */
        text-align: left !important;  /* 左に寄せることで右側との距離を詰める */
    }

    .ec-headerNav__item img {
        width: 90px !important; /* ロゴを少し絞る */
        height: auto !important;
        margin: 0 !important;
    }

    /* 6. カートバッジの位置を微調整 */
    .ec-cartNavi .ec-cartNavi__badge {
        left: 14px !important; /* 元の15pxから微調整 */
        top: -8px !important;
    }
    
    /* カートアイコン全体の並び位置を調整 */
    .ec-cartNavi {
        padding-top: 10px !important;    /* 1. 位置を少し下げる（要調整） */
        margin-left: -5px !important;   /* 2. 左との間隔を狭める */
        display: flex !important;
        align-items: center !important;
    }

    /* アイコン自体の浮きをリセット */
    .ec-cartNavi .ec-cartNavi__icon {
        top: 0 !important;
        position: relative !important;
    }
}

/* 星評価の親要素 */
.star-rating-wrapper {
    display: flex !important;
    flex-direction: row-reverse !important; /* 右から並べてロジックを成立させる */
    justify-content: flex-end !important;
    width: fit-content;
}

/* ラジオボタン（丸）を完全に消す */
.star-rating-wrapper input.star-input {
    display: none !important;
}

/* 星（ラベル）のスタイル */
.star-rating-wrapper label.star-label {
    font-size: 35px !important;
    color: #ccc !important;
    cursor: pointer !important;
    margin: 0 2px !important;
    line-height: 1 !important;
}

/* 「選択された星」および「それより左側（HTML構造上は後ろ）」を光らせる */
.star-rating-wrapper input.star-input:checked ~ label.star-label,
.star-rating-wrapper label.star-label:hover,
.star-rating-wrapper label.star-label:hover ~ label.star-label {
    color: #ffcc00 !important;
}

/* 確認画面の星評価テキスト（★）だけをゴールドにする */
.review-star-confirm {
    color: #ffcc00 !important;
    font-size: 20px !important; /* 必要に応じてサイズも調整してください */
    font-weight: bold;
}