@charset "UTF-8";
/**
 * ファイル名: common_element.scss
 * 概要: 全体の共通要素を定義
 * 使用場所: サイト全体
 * 主な処理:
 * 更新履歴:
 * 備考:
 */
img {
  opacity: 1;
  max-width: 100%;
  height: auto;
}
img.pswp__img {
  opacity: 1;
}

#GoogleMap img {
  max-width: none;
}

.Heading,
.__h1.c-h1 {
  line-height: 1.5;
  letter-spacing: 0.1em;
  margin: 2em 0 0.75em;
}
.Heading:first-child,
.__h1.c-h1:first-child {
  margin-top: 0;
}
.Heading + .Heading,
.__h1.c-h1 + .Heading {
  margin-top: 1em;
}

.__h1.c-h1 + .Heading {
  margin-top: 1em;
}

.Heading.Type1,
.main.main--product-detail section.__information .__secondary h1.__title {
  color: #395246;
  letter-spacing: 0.1em;
  line-height: 1.3;
}

.main.main--product-detail section.__information .__secondary h1.__title {
  color: #395246;
}

@media screen and (max-width: 959px) {
  .c-h1 {
    padding: 0;
  }
}
.Heading.Type2,
.main.main--mypage section.__heading .__h1.c-h1,
div.wrapper:not([class*=wrapper--product]) h2.__title,
.__set.p-product-set:before {
  background-color: #13834e;
  color: #fff;
  padding: 0.35em 0.75em 0.4em !important;
  font-size: 150%;
}

.Heading.Type3 {
  font-size: 140%;
  display: inline-block;
  padding: 0.3em 15px;
  color: #1b5531;
  background: #f7eac2;
  color: #4e685c;
  border-radius: 4px;
}
.Heading.Type3:before {
  content: "";
  display: inline-block;
  width: 0.75em;
  height: 0.75em;
  border-radius: 100%;
  margin-right: 0.4em;
  background: #4e685c;
  vertical-align: middle;
  position: relative;
  top: -2px;
}

.Heading.Type4,
.c-heading-main {
  color: #D9AE77;
}

.Heading.Type4 {
  border-bottom: 1px solid #DEB887;
  padding: 0.5rem 0;
  font-weight: bold;
  font-size: 140%;
  color: #CAA473;
  background-color: #fff;
  margin: 0 0 0.5rem 0;
}

.Underline {
  text-decoration: underline;
}

sup {
  font-size: x-small;
  line-height: 1.1;
}

.Circled {
  color: #fff;
  background: #aba0d5;
  border-radius: 1.5em;
  display: inline-block;
  width: 1.5em;
  line-height: 1.5em;
  text-align: center;
  vertical-align: middle;
}

.fontSansSerif {
  font-family: "Verdana", "Hiragino Kaku Gothic ProN", "Meiryo", "Arial", "Century Gothic", sans-serif;
}

.fontSerif {
  font-family: "Times New Roman", "Hiragino Mincho ProN", "HiraMinProN-W3", "MS PMincho", serif;
}

.fontMonospace {
  font-family: "Osaka-mono", "MS Gothic", monospace;
}

.fontNumber {
  font-family: "Arial";
}

.FontSizeXLarge,
.DefaultText.FontSizeXLarge {
  font-size: 225%;
}

.FontSizeLarge,
.DefaultText.FontSizeLarge {
  font-size: 160%;
}

.FontSizeLarger,
.DefaultText.FontSizeLarger {
  font-size: 130%;
}

.FontSizeNormal,
.DefaultText.FontSizeNormal {
  font-size: 100%;
}

.FontSizeSmaller,
.DefaultText.FontSizeSmaller {
  font-size: 87.5%;
}

.FontSizeSmall,
.DefaultText.FontSizeSmall {
  font-size: 75%;
}

.FontSizeXSmall,
.DefaultText.FontSizeXSmall {
  font-size: 62.5%;
}

.FontWeightNormal {
  font-weight: normal;
}

.FontWeightBold {
  font-weight: bold;
}

.TextAlignCenter {
  text-align: center;
}

.TextAlignLeft {
  text-align: left;
}

.TextAlignRight {
  text-align: right;
}

.TextAlignJustify {
  text-align: justify;
}

.TextOverFlowNone {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.NoWrap {
  white-space: nowrap;
}

[class^=hvr-],
[class*=" hvr-"] {
  transition: all 0.2s;
}

.hvr-default:hover {
  background: #222;
  color: #fff;
}

.hvr-brightness-up:hover {
  filter: brightness(1.1);
}

.hvr-brightness-down:hover {
  filter: brightness(0.9);
}

.hvr-outline {
  outline: 0px solid #f00;
  transition: all 0.1s;
}
.hvr-outline:hover {
  outline: 5px solid #f00;
  z-index: 15;
}

.hvr-zoom {
  z-index: 10;
  display: inline-block;
}
.hvr-zoom:hover {
  position: relative;
  z-index: 15;
  transform: scale(1.25);
}

a[href*=".jpg"] {
  position: relative;
}
a[href*=".jpg"]::before {
  content: "＋";
  font-size: 150%;
  line-height: 1.5em;
  width: 1.5em;
  background: #0e3382;
  color: #fff;
  position: absolute;
  text-align: center;
  vertical-align: middle;
  z-index: 10;
  display: inline-block;
  bottom: 5px;
  right: -5px;
  opacity: 0;
}
a[href*=".jpg"]:hover::before {
  opacity: 1;
  right: 5px;
}

a {
  color: inherit;
  transition: 0.3s ease 0s;
}

.main p:not(.Button) a {
  color: #13834e;
  text-decoration: underline;
  padding: 0 0.3em;
}
.main p:not(.Button) a:before {
  content: "";
  background: url(http://gigaplus.makeshop.jp/8fzpycv/theme/img/cursor/right_green.png) no-repeat left center;
  background-size: contain;
  width: 0.65em;
  height: 0.65em;
  display: inline-block;
  vertical-align: middle;
  position: relative;
  top: -1px;
  margin-right: 0.15em;
}
.main p:not(.Button) a:hover {
  color: #00a054;
}

a:hover img {
  opacity: 0.75;
  transition: 0.3s ease 0s;
}

.__link a {
  color: #13834e;
}

.c-button {
  background-color: #eae7e0;
}

/* モバイルファースト：左右に余白を持たせる */
.Button {
  display: block;
  margin-top: 10px;
}

/* アンカーをボタン化（モバイル基準） */
.Button > a {
  position: relative;
  /* 矢印の絶対配置用 */
  display: inline-flex;
  align-items: center;
  justify-content: center;
  box-sizing: border-box;
  /* ---- モバイル幅：左右に余白を確保 ----
     例）左右16pxの余白を常に空ける */
  width: calc(100% - 32px);
  max-width: 560px;
  /* 親が広くても伸びすぎない上限 */
  height: 64px;
  padding: 0 56px 0 20px;
  /* 右は矢印スペース、左は控えめ */
  margin: 0 16px;
  /* ←→ 余白を実現 */
  /* 見た目 */
  background-color: #1FD5AD;
  color: #fff;
  border-radius: 9999px;
  /* ピル型 */
  text-decoration: none;
  /* 文字（モバイル） */
  font-family: "Hiragino Kaku Gothic ProN", "Yu Gothic UI", "Yu Gothic", "Noto Sans JP", system-ui, -apple-system, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
  font-weight: 700;
  letter-spacing: 0.02em;
  font-size: 20px;
  line-height: 1;
  white-space: nowrap;
  /* フィードバック */
  box-shadow: 0 2px 0 rgba(0, 0, 0, 0.06), 0 8px 20px rgba(31, 213, 173, 0.23);
  transition: background-color 0.15s ease, transform 0.06s ease, box-shadow 0.15s ease;
  outline: none;
}

/* 矢印：細く & 右端固定 */
.Button > a::after {
  content: "";
  position: absolute;
  top: 50%;
  right: 18px;
  /* 右端からの余白（モバイル） */
  transform: translateY(-50%) rotate(45deg);
  /* 細い矢印（ストローク細め） */
  width: 16px;
  height: 16px;
  border-right: 2px solid currentColor;
  /* ← ここで細く */
  border-top: 2px solid currentColor;
  box-sizing: content-box;
}

/* ホバー/アクティブ/フォーカス */
.Button > a:hover {
  background-color: #19c4a0;
  box-shadow: 0 2px 0 rgba(0, 0, 0, 0.06), 0 10px 24px rgba(31, 213, 173, 0.3);
}

.Button > a:active {
  background-color: #16b091;
  transform: translateY(1px) scale(0.995);
  box-shadow: 0 1px 0 rgba(0, 0, 0, 0.08), 0 6px 16px rgba(31, 213, 173, 0.22);
}

.Button > a:focus-visible {
  box-shadow: 0 0 0 4px rgba(255, 255, 255, 0.9), 0 0 0 8px rgba(31, 213, 173, 0.55);
}

/* ===========================
   タブレット（任意の中間）
   =========================== */
@media (min-width: 600px) and (max-width: 1023.98px) {
  .Button > a {
    width: calc(100% - 64px);
    /* さらに広い余白（左右32px） */
    max-width: 560px;
    height: 68px;
    padding: 0 60px 0 24px;
    margin: 0 32px;
    font-size: 22px;
  }
  .Button > a::after {
    right: 22px;
    width: 18px;
    height: 18px;
    border-right-width: 2px;
    /* 細いまま維持 */
    border-top-width: 2px;
  }
}
/* ===========================
   PCビュー（幅 ≈ 260px）
   =========================== */
@media (min-width: 1024px) {
  .Button {
    /* 必要に応じて配置を調整
       text-align: center;
    */
  }
  .Button > a {
    width: 260px;
    /* ご指定幅 */
    height: 56px;
    padding: 0 40px 0 14px;
    /* 矢印スペースを確保してタイトに */
    margin: 0;
    /* PCでは親レイアウトに合わせて0に */
    font-size: 18px;
    box-shadow: 0 2px 0 rgba(0, 0, 0, 0.06), 0 8px 20px rgba(31, 213, 173, 0.22);
  }
  .Button > a::after {
    right: 14px;
    /* 右端寄せ */
    width: 12px;
    height: 12px;
    border-right-width: 2px;
    /* 細い矢印を維持 */
    border-top-width: 2px;
  }
}
.info-btn {
  font-size: 13.125px;
  position: relative;
  top: 20px;
  background-color: #EAE7E0;
  border-radius: 5px;
  padding: 5px 10px 5px 10px;
}

@media screen and (max-width: 599px) {
  .info-btn {
    left: 10px;
    font-size: 12px;
  }
}
/* + + + + + レスポンシブ + + + + +  */
body.rsbp-under-bp1 .Button a {
  font-size: 90%;
}

.Button.Green {
  text-align: center;
}

.Button.Green a {
  background: #349256;
  color: #fff;
  box-shadow: 0 4px 0 0 #316743;
  border: none;
}

.Button.Green a:before {
  content: none;
}

.Button.Orange {
  text-align: center;
}

.Button.Orange a {
  background-color: #d95e21;
  color: #fff;
  box-shadow: 0 4px 0 0 #9d4a21;
  border: none;
}

.Button.Orange a:before {
  content: none;
}

.wrapper table.DetailLink {
  width: 100%;
  border-collapse: collapse;
}
.wrapper table.DetailLink tr th,
.wrapper table.DetailLink tr td {
  padding: 0.5em;
  vertical-align: top;
  border-top: 1px solid #ddd;
  border-bottom: 1px solid #ddd;
  border-left: 1px dotted #ddd;
  border-right: 1px dotted #ddd;
}
.wrapper table.DetailLink tr thead tr th,
.wrapper table.DetailLink tr thead tr td {
  font-size: 85%;
  font-weight: 700;
  text-align: center;
  background-color: #f0ede0;
}
.wrapper table.DetailLink tr thead tr th a,
.wrapper table.DetailLink tr thead tr td a {
  border-bottom: 1px solid #00aa5a;
  padding-bottom: 0.1em;
}
.wrapper table.DetailLink tr thead tr th a:hover,
.wrapper table.DetailLink tr thead tr td a:hover {
  color: #00aa5a;
  text-decoration: none;
}
.wrapper table.DetailLink tr thead tr th a:before,
.wrapper table.DetailLink tr thead tr th a:after,
.wrapper table.DetailLink tr thead tr td a:before,
.wrapper table.DetailLink tr thead tr td a:after {
  content: none;
}
.wrapper table.DetailLink tr thead tr th a:after,
.wrapper table.DetailLink tr thead tr td a:after {
  background: url(http://gigaplus.makeshop.jp/8fzpycv/theme/img/common/icon/info.png) no-repeat center center;
  background-size: contain;
  width: 1rem;
  height: 1rem;
  display: inline-block;
  margin-left: 0.25em;
  vertical-align: middle;
  position: relative;
  top: -1px;
}
.wrapper table.DetailLink tr tbody tr th,
.wrapper table.DetailLink tr tbody tr td {
  font-size: 90%;
  vertical-align: middle;
  transition: 0.3s ease 0s;
}
.wrapper table.DetailLink tr tbody tr th:hover,
.wrapper table.DetailLink tr tbody tr td:hover {
  background-color: #f1fbf2;
}
.wrapper table.DetailLink tr tbody tr td {
  text-align: center;
}

.rsbp-under-bp2 .wrapper table.DetailLink {
  border-spacing: 7px 10px;
  border-collapse: separate;
  background: #f5f5f5;
}
.rsbp-under-bp2 .wrapper table.DetailLink thead {
  position: sticky;
  top: 48px;
  z-index: 1;
}
.rsbp-under-bp2 .wrapper table.DetailLink tr th,
.rsbp-under-bp2 .wrapper table.DetailLink tr td {
  display: inline-block;
}
.rsbp-under-bp2 .wrapper table.DetailLink tr th:first-child,
.rsbp-under-bp2 .wrapper table.DetailLink tr td:first-child,
.rsbp-under-bp2 .wrapper table.DetailLink tr th:nth-child(6),
.rsbp-under-bp2 .wrapper table.DetailLink tr td:nth-child(6),
.rsbp-under-bp2 .wrapper table.DetailLink tr th:last-child,
.rsbp-under-bp2 .wrapper table.DetailLink tr td:last-child {
  width: 100%;
}
.rsbp-under-bp2 .wrapper table.DetailLink tr th:nth-child(2),
.rsbp-under-bp2 .wrapper table.DetailLink tr td:nth-child(2) {
  width: 16%;
}
.rsbp-under-bp2 .wrapper table.DetailLink tr th:nth-child(3),
.rsbp-under-bp2 .wrapper table.DetailLink tr td:nth-child(3) {
  width: 18%;
}
.rsbp-under-bp2 .wrapper table.DetailLink tr th:nth-child(4),
.rsbp-under-bp2 .wrapper table.DetailLink tr td:nth-child(4),
.rsbp-under-bp2 .wrapper table.DetailLink tr th:nth-child(5),
.rsbp-under-bp2 .wrapper table.DetailLink tr td:nth-child(5) {
  width: 33%;
}
.rsbp-under-bp2 .wrapper table.DetailLink thead tr th,
.rsbp-under-bp2 .wrapper table.DetailLink thead tr td {
  padding: 0.75em 0;
  font-weight: bold;
}
.rsbp-under-bp2 .wrapper table.DetailLink tbody tr th,
.rsbp-under-bp2 .wrapper table.DetailLink tbody tr td {
  padding: 0.1em;
  background: #fff;
}
.rsbp-under-bp2 .wrapper table.DetailLink tbody tr th:last-child,
.rsbp-under-bp2 .wrapper table.DetailLink tbody tr td:last-child {
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.15);
}
.rsbp-under-bp2 .wrapper table.DetailLink tr th.table-filterable br,
.rsbp-under-bp2 .wrapper table.DetailLink tr td.table-filterable br {
  display: none;
}
.rsbp-under-bp2 .wrapper table.DetailLink tr th.table-filterable select,
.rsbp-under-bp2 .wrapper table.DetailLink tr td.table-filterable select {
  margin-top: 0;
  margin-left: 0.75em;
}

.TabMenu {
  padding: 30px;
  background: rgba(90, 85, 85, 0.75);
}
.TabMenu ul {
  list-style: none;
}
.TabMenu ul > li {
  display: block;
  float: left;
}
.TabMenu ul > li a {
  display: block;
  padding: 1.25em 0 1em;
  background: #fff;
  text-align: center;
  border: 1px solid #e0e0e0;
}
.TabMenu ul > li a:hover {
  cursor: pointer;
  background: #eee;
}
.TabMenu ul > li a .Sub {
  color: #685894;
}
.TabMenu ul > li.Active a {
  color: #fff;
  background: #222;
  border-color: #f90;
}
.TabMenu ul > li.Active .Sub {
  color: #f90;
}
.TabMenu ul > li.Invalid {
  display: none !important;
}
.TabMenu ul > li a.Invalid:hover {
  cursor: default !important;
  background: #fff !important;
}
.TabMenu ul > li a.Invalid:hover .Sub {
  color: #aaa;
}

.c-breadcrumb li {
  font-size: 75%;
}
.c-breadcrumb li a {
  color: #938c79;
  text-decoration: underline;
}
.c-breadcrumb li a:hover {
  color: #b38818;
  text-decoration: underline;
}

.pagination {
  text-align: center;
  background: rgba(0, 0, 0, 0.125);
  padding: 0.5em 0;
  margin: 1em 0;
  font-size: 100%;
}
.pagination a {
  background-image: none;
  text-decoration: none !important;
}
.pagination .number a,
.pagination .number a:hover,
.pagination .prev a,
.pagination .prev a:hover,
.pagination .next a,
.pagination .next a:hover,
.pagination .start a,
.pagination .start a:hover,
.pagination .end a,
.pagination .end a:hover,
.pagination .disabled,
.pagination .current {
  font-family: "Arial";
  display: inline-block;
  text-align: center;
  vertical-align: middle;
  text-decoration: none;
  line-height: 2.5em;
  width: 2.5em;
  padding: 0;
  background: #fff;
  color: #333;
  border: 2px solid #fff;
  margin: 2px;
}
.pagination a:before {
  line-height: inherit;
}
.pagination .number a:hover {
  color: #fff;
  background-color: #222;
  border-color: #222;
  text-decoration: none;
}
.pagination .current {
  color: #fff;
  background: #2c59c0;
  border: 2px solid #2c59c0;
}
.pagination .prev a,
.pagination .prev a:hover,
.pagination .next a,
.pagination .next a:hover,
.pagination .disabled {
  padding: 6px 5px;
}
.pagination .start a:hover,
.pagination .end a:hover,
.pagination .prev a:hover,
.pagination .next a:hover {
  color: #fff;
  background-color: #222;
  border-color: #222;
}
.pagination .disabled {
  color: #aaa;
  background: #eee;
  border-color: #eee;
}

ul.ColumnGroup {
  list-style: none;
}

.ExampleColumnGroup {
  margin: 50px 0;
}
.ExampleColumnGroup .Column {
  width: 100%;
  margin: 0 auto 2em;
  padding: 0 1%;
}
.ExampleColumnGroup .Column .inner {
  padding: 10px;
}
.ExampleColumnGroup .Column a {
  padding: 0;
}

.icon-file-pdf::before,
.icon-file-excel::before,
.icon-file-word::before,
.icon-file-image::before,
.icon-file-archive::before {
  content: "";
  display: inline-block;
  vertical-align: middle;
  width: 1.5em;
  height: 1.5em;
  line-height: 1.5em;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: contain;
  margin: 0 0.5em;
}

.icon-file-pdf::before {
  color: #fff !important;
  background-image: url(http://gigaplus.makeshop.jp/8fzpycv/theme/img/icon/pdf.png) !important;
}

.icon-file-excel::before {
  color: #fff !important;
  background-image: url(http://gigaplus.makeshop.jp/8fzpycv/theme/img/icon/excel.png) !important;
}

.icon-file-word::before {
  color: #fff !important;
  background-image: url(http://gigaplus.makeshop.jp/8fzpycv/theme/img/icon/word.png) !important;
}

.icon-file-image::before {
  color: #fff !important;
  background: #222 !important;
}

.icon-file-archive::before {
  color: #fff !important;
  background: #222063 !important;
}

.Scrollable {
  overflow: auto;
  position: relative;
}
.Scrollable > table {
  width: 660px;
  /* ここはスクロール対象の最大幅を入れる */
  margin-bottom: 0 !important;
}
.Scrollable th {
  white-space: nowrap;
}
.Scrollable ::-webkit-scrollbar {
  height: 1em;
  margin-top: 5px;
}
.Scrollable ::-webkit-scrollbar-track {
  background: rgba(0, 0, 0, 0.25);
}
.Scrollable ::-webkit-scrollbar-thumb {
  background: #03c;
}

/* ++++++++++++++++++++++++++++++++++++++++++++++++ */
/*   modaal-conten                                  */
/* ++++++++++++++++++++++++++++++++++++++++++++++++ */
.modaal-content.modaal-focus {
  padding: 0 30px;
}

/* ++++++++++++++++++++++++++++++++++++++++++++++++ */
/*   colorbox                                       */
/* ++++++++++++++++++++++++++++++++++++++++++++++++ */
#cboxClose {
  bottom: auto;
  right: auto;
  left: 0;
  top: 0;
}

#cboxLoadedContent {
  margin: 28px 0 0;
}

.cboxPhoto {
  opacity: 1 !important;
}

/* ++++++++++++++++++++++++++++++++++++++++++++++++ */
/* カレンダー */
/* ++++++++++++++++++++++++++++++++++++++++++++++++ */
.makeshop-calendar1,
.makeshop-calendar2 {
  min-width: 330px;
  margin: 0 auto 16px;
}

.makeshop-calendar1 th,
.makeshop-calendar2 th {
  background: #2e8f63;
  font-weight: bold;
  padding: 10px 0;
  color: white;
}

.makeshop-calendar1 th.sunday,
.makeshop-calendar2 th.sunday {
  color: #fff;
  background: #2e8f63;
}

.makeshop-calendar1 tbody td.sunday,
.makeshop-calendar2 tbody td.sunday {
  color: black;
  background: #f6ddf2;
}

.makeshop-calendar1 th.saturday,
.makeshop-calendar2 th.saturday {
  color: #fff;
  background: #2e8f63;
}

.makeshop-calendar1 tbody td.saturday,
.makeshop-calendar2 tbody td.saturday {
  color: black;
  background: #f6ddf2;
}

.flexbox-calendar h2 {
  font-size: 14px;
  margin-bottom: 10px;
}

.flexbox-calendar {
  max-width: 900px;
  box-sizing: border-box;
  border: none;
  display: flex;
  flex-wrap: wrap;
  margin-top: 1em;
  margin-bottom: 2em;
  gap: 20px;
}

.makeshop-calendar1 td.today,
.makeshop-calendar2 td.today {
  color: red;
  background-color: initial;
}

.makeshop-calendar1 td,
.makeshop-calendar2 td {
  padding: 0px;
  font-weight: normal;
}

/* ++++++++++++++++++++++++++++++++++++++++++++++++ */
/* sp時の改行*/
/* ++++++++++++++++++++++++++++++++++++++++++++++++ */
@media screen and (min-width: 768px) {
  .br-sp {
    display: none;
  }
}
@media screen and (max-width: 767px) {
  .br-sp {
    display: inline;
  }
}
/* ++++++++++++++++++++++++++++++++++++++++++++++++ */
/* カートに入れるボタン用 */
/* ++++++++++++++++++++++++++++++++++++++++++++++++ */
.modal-cart-btn li a {
  font-size: 17px;
}

.modal-hint {
  font-size: 12px;
  color: #666;
  margin-top: 8px;
  text-align: center;
}

/* ++++++++++++++++++++++++++++++++++++++++++++++++ */
/* 星評価 */
/* ++++++++++++++++++++++++++++++++++++++++++++++++ */
.star5_rating {
  position: relative;
  z-index: 0;
  display: inline-block;
  white-space: nowrap;
  color: #CCCCCC;
  /* グレーカラー 自由に設定化 */
  font-size: 25px;
  /* フォントサイズ 自由に設定化 */
}

.star5_rating:before,
.star5_rating:after {
  content: "★★★★★";
}

.star5_rating:after {
  position: absolute;
  z-index: 1;
  top: 0;
  left: 0;
  overflow: hidden;
  white-space: nowrap;
  color: #ffcf32;
  /* イエローカラー 自由に設定化 */
}

.star5_rating[data-rate="5"]:after {
  width: 100%;
}

/* 星5 */
.star5_rating[data-rate="4.5"]:after {
  width: 90%;
}

/* 星4.5 */
.star5_rating[data-rate="4"]:after {
  width: 80%;
}

/* 星4 */
.star5_rating[data-rate="3.5"]:after {
  width: 70%;
}

/* 星3.5 */
.star5_rating[data-rate="3"]:after {
  width: 60%;
}

/* 星3 */
.star5_rating[data-rate="2.5"]:after {
  width: 50%;
}

/* 星2.5 */
.star5_rating[data-rate="2"]:after {
  width: 40%;
}

/* 星2 */
.star5_rating[data-rate="1.5"]:after {
  width: 30%;
}

/* 星1.5 */
.star5_rating[data-rate="1"]:after {
  width: 20%;
}

/* 星1 */
.star5_rating[data-rate="0.5"]:after {
  width: 10%;
}

/* 星0.5 */
.star5_rating[data-rate="0"]:after {
  width: 0%;
}

/* 星0 */