@charset "UTF-8";
.navigation--local__title {
  font-size: 16px;
  padding-bottom: 12px;
}
.navigation--local__title i {
  margin-right: 4px;
  position: relative;
  top: 2px;
}
.navigation--local__list li {
  font-size: 14px;
  border-bottom: solid 1px #e5e5e5;
}
.navigation--local__list li a,
.navigation--local__list li span {
  display: inline-block;
  width: 100%;
  padding: 12px 0;
  cursor: pointer;
}
.navigation--local__list li a {
  color: #1e50a2;
}
.navigation--local__list__parent {
  position: relative;
}
.navigation--local__list__parent img {
  width: 40px;
  margin-right: 8px;
}
.navigation--local__list__parent:after {
  position: absolute;
  content: "";
  top: 22px;
  right: 4px;
  width: 8px;
  height: 8px;
  cursor: pointer;
  border-color: #767676;
  border-right: solid 1px;
  border-bottom: solid 1px;
  -webkit-transform: rotate(-135deg);
          transform: rotate(-135deg);
  transition: 0.3s;
}
.navigation--local__list__children {
  margin-left: 16px;
}
.navigation--local__list__children li:last-child {
  border-bottom: none;
}
.navigation--local__list__label {
  display: flex;
  align-items: center;
  position: relative;
  z-index: 1;
}
.navigation--local__list__wrap {
  border-top: solid 1px #e5e5e5;
}
.navigation--local__list .close:after {
  top: 18px;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}
.navigation--local__list .close .navigation--local__list__wrap {
  display: none;
}
.navigation--area .hokkaido:before {
  background: #355298;
}
.navigation--area .tohoku:before {
  background: #53a4d5;
}
.navigation--area .kanto:before {
  background: #3baaa3;
}
.navigation--area .chubu:before {
  background: #2aa25c;
}
.navigation--area .kinki:before {
  background: #80b927;
}
.navigation--area .chugoku:before {
  background: #f7b400;
}
.navigation--area .shikoku:before {
  background: #ec6d34;
}
.navigation--area .kyushu:before {
  background: #ed8598;
}
.navigation--area__parent {
  background: #f6f6f6;
  border-top: solid 1px #c8c8c8;
}
.navigation--area__parent:last-child {
  border-bottom: solid 1px #c8c8c8;
}
.navigation--area__parent.is-open .navigation--area__children {
  display: block;
}
.navigation--area__label {
  position: relative;
  display: block;
  font-size: 16px;
  font-weight: bold;
  padding: 12px 16px 12px 28px;
  color: #16160e;
  background: none;
  border: 0;
  width: 100%;
  text-align: left;
}
.navigation--area__label:before {
  position: absolute;
  content: "";
  top: 0;
  bottom: 0;
  left: 17px;
  margin: auto;
  width: 4px;
  height: 22px;
}
.navigation--area__label:after {
  position: absolute;
  content: "";
  right: 16px;
  top: 0;
  bottom: 0;
  margin: auto;
  width: 8px;
  height: 8px;
  border-right: solid 1px #16160e;
  border-bottom: solid 1px #16160e;
  -webkit-transform: rotate(225deg);
          transform: rotate(225deg);
}
.navigation--area .is-close .navigation--area__label:after {
  bottom: 5px;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}
.navigation--area__children {
  background: #fff;
  display: none;
}
.navigation--area__child {
  color: #1e50a2;
  border-top: solid 1px #c8c8c8;
}
.navigation--area__child a {
  display: block;
  padding: 16px;
}

.current {
  font-weight: bold;
  color: #16160e !important;
}

.visible {
  opacity: 1 !important;
  z-index: 10000 !important;
}

.button {
  display: inline-block;
  padding: 10px 8px 8px;
  border: 2px solid #e5e5e5;
  border-radius: 4px;
  background-color: #ffffff;
  color: #16160e;
  font-size: 14px;
  text-align: center;
  box-sizing: border-box;
  -webkit-appearance: none;
          appearance: none;
  cursor: pointer;
}
.button:hover {
  opacity: 0.85;
}
.button [class^=mf-]:first-child,
.button [class^=icn-]:first-child {
  margin-right: 2px;
}
.button [class^=mf-]:last-child,
.button [class^=icn-]:last-child {
  margin-left: 2px;
}
.button.-red {
  border-color: #ad0003;
  background-color: #ad0003;
  color: #ffffff;
}
.button.-black {
  background-color: #16160e;
  color: #ffffff;
  border-color: #16160e;
  font-weight: bold;
}
.button.-gray {
  background-color: #e5e5e5;
  border-color: #e5e5e5;
  font-weight: bold;
}
.button.-expanded {
  display: block;
}

.switch-button-list {
  margin-bottom: 8px;
  display: flex;
  justify-content: flex-end;
  align-items: center;
}
.switch-button-list__button {
  cursor: pointer;
  border: 1px solid #e5e5e5;
  border-radius: 4px;
  background-color: #ffffff;
  padding: 6px 11px;
  font-size: 14px;
  line-height: 1;
  margin-left: 8px;
}
.switch-button-list .is-current {
  background-color: #16160e;
  border-color: #16160e;
  color: #ffffff;
  cursor: default;
}

.button-rounded {
  border: solid 1px #c8c8c8;
  border-radius: 20px;
  text-align: center;
  padding: 7px 0;
}
.button-rounded:hover {
  opacity: 0.85;
}

/* rank アイコンv */
.rank-category-modal {
  background-color: white;
  color: #333;
  z-index: 7000;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
}
.rank-category-modal .modal-content {
  margin-top: 60px;
  margin-bottom: 10px;
}
.rank-category-modal .modal-content.category-modal-content, .rank-category-modal .modal-content.select-category-content {
  height: calc(100vh - 56px);
  overflow-y: auto;
}
.rank-category-modal .modal-content.price-modal-content, .rank-category-modal .modal-content.city-modal-content {
  height: calc(100vh - 56px - 81px);
  overflow-y: auto;
}
.rank-category-modal .modal-content .modal-header {
  display: flex;
  justify-content: center;
  align-items: center;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  border-bottom: 1px solid #e5e5e5;
  padding: 20px;
  z-index: 1;
}
.rank-category-modal .modal-content .modal-header .modal-header-title {
  text-align: center;
  font-weight: bold;
  font-size: 18px;
}
.rank-category-modal .modal-content .modal-header .rank-modal-back-button {
  position: absolute;
  left: 4px;
  width: 50px;
  border: none;
  background-color: transparent;
}
.rank-category-modal .modal-content .modal-header .rank-modal-back-button i {
  font-size: 20px;
}
.rank-category-modal .modal-content .modal-header .rank-modal-close-button {
  position: absolute;
  right: 12px;
  width: 50px;
  border: none;
  background-color: transparent;
}
.rank-category-modal .modal-content .modal-header .rank-modal-close-button i {
  font-size: 20px;
}
.rank-category-modal .modal-content .modal-header .rank-modal-close-button .modal-close-button-icon {
  position: relative;
  width: 16px;
  height: 14px;
  display: block;
  margin: 0 auto;
  box-sizing: border-box;
}
.rank-category-modal .modal-content .modal-header .rank-modal-close-button .modal-close-button-icon span {
  position: absolute;
  top: 6px;
  left: 0;
  width: 100%;
  height: 2px;
  display: block;
  border-radius: 1px;
  box-sizing: border-box;
  background-color: #6b6b6b;
}
.rank-category-modal .modal-content .modal-header .rank-modal-close-button .modal-close-button-icon span:nth-child(1) {
  rotate: 45deg;
}
.rank-category-modal .modal-content .modal-header .rank-modal-close-button .modal-close-button-icon span:nth-child(2) {
  rotate: 135deg;
}
.rank-category-modal .modal-content .modal-body {
  padding: 20px;
}
.rank-category-modal .select-category-content .list-subcategories {
  display: -ms-grid;
  display: grid;
  gap: 18px;
}
.rank-category-modal .select-category-content .list-subcategories li:first-child .list-subcategories__text {
  font-weight: bold;
}
.rank-category-modal .select-category-content .list-subcategories__item {
  font-size: 16px;
  white-space: nowrap;
}
.rank-category-modal .select-category-content .list-subcategories__link {
  position: relative;
  display: flex;
  align-items: center;
  border-radius: 16px;
  padding: 4px;
}
.rank-category-modal .select-category-content .list-subcategories__link i {
  line-height: 1;
  font-size: 20px;
  opacity: 0.7;
}
.rank-category-modal .select-category-content .list-subcategories__link .fs14 {
  opacity: 0.7;
  margin-left: 8px;
}
.rank-category-modal .buttons {
  display: flex;
  justify-content: center;
  padding: 16px;
  position: fixed;
  bottom: 0;
  left: 0;
  right: 0;
  background-color: #fff;
  border-top: 1px solid #e5e5e5;
  gap: 20px;
}
.rank-category-modal .buttons .price-buttons__clear,
.rank-category-modal .buttons .price-buttons__filter,
.rank-category-modal .buttons .city-buttons__clear,
.rank-category-modal .buttons .city-buttons__filter {
  border-radius: 30px;
}
.rank-category-modal .buttons .price-buttons__clear,
.rank-category-modal .buttons .city-buttons__clear {
  color: black;
  font-weight: bold;
  padding: 13px 26px;
  border-width: 2px;
  font-size: 16px;
}
.rank-category-modal .buttons .price-buttons__filter,
.rank-category-modal .buttons .city-buttons__filter {
  color: white;
  font-weight: bold;
}

.category-modal .product-category {
  background-color: grey;
  padding: 24px 16px;
  margin-bottom: 24px;
}
.category-modal .product-category__title {
  font-size: 18px;
}
.category-modal .category-buttons-list__wrap {
  position: relative;
}
.category-modal .category-buttons-list {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: (1fr)[4];
  grid-template-columns: repeat(4, 1fr);
}
.category-modal .category-buttons-list__item {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
}
.category-modal .category-buttons-list__item .category-select-trigger {
  display: flex;
  flex-direction: column;
  padding: 0 8px 12px;
  flex: 1;
}
.category-modal .category-buttons-list__item .category-select-trigger span {
  font-weight: bold;
  line-height: 1.28;
}
.category-modal .category-buttons-list__item .category-select-trigger img {
  padding: 8px;
  box-sizing: border-box;
  border-radius: 50%;
  background-color: #f6f6f6;
}

/* rank アイコンv */
.label--exclusive.-sticker, .label--exclusive.-rectangle {
  background: #ad0003;
  color: #ffffff;
  font-weight: bold;
  line-height: 1;
}
.label--exclusive.-sticker:hover, .label--exclusive.-rectangle:hover {
  text-decoration: none;
}

.label--exclusive.-rectangle {
  padding: 5px 0;
  font-size: 12px;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 14px;
}

.label--exclusive.-sticker, .label--exclusive.-rectangle {
  background: #ad0003;
  color: #ffffff;
  font-weight: bold;
  line-height: 1;
}
.label--exclusive.-sticker:hover, .label--exclusive.-rectangle:hover {
  text-decoration: none;
}

.label--exclusive.-sticker {
  position: absolute;
  top: 6px;
  left: 6px;
  font-size: 12px;
  padding: 5px;
  border-radius: 50%;
}

.card-product {
  display: flex;
  flex-direction: column;
  height: calc(100% - 4px);
  position: relative;
  background: #fff;
  box-shadow: 0 2px 0 0 #e5e5e5;
  border-radius: 4px;
  border: 1px solid #e5e5e5;
  overflow: hidden;
  /* pickup */
  /* 準備中・品切れ・受付終了サイン */
}
.card-product__link {
  min-height: 0%;
  flex-grow: 1;
  display: flex;
  width: 100%;
  flex-direction: column;
}
.card-product__link:hover .card-product__img {
  opacity: 0.85;
}
.card-product__link:hover .card-product__title,
.card-product__link:hover .card-product__txt {
  color: #1e50a2;
  text-decoration: underline;
}
.card-product__image {
  position: relative;
}
.card-product__img {
  width: 100%;
  max-height: 100%;
  border-bottom: 0;
  display: block;
}
.card-product__title {
  color: #2b2b2b;
  font-weight: normal;
  font-size: 16px;
  letter-spacing: 0;
  margin: -1px;
  border-radius: 4px 4px 0 0;
}
.card-product__status {
  position: absolute;
  z-index: 1;
}
.card-product__contents {
  padding: 12px 8px;
}
.card-product__contents .lst-icon {
  margin-top: 4px;
  display: none;
}
.card-product__contents .lst-icon.none {
  margin: 0;
}
.card-product__img {
  text-align: center;
}
.card-product__status {
  position: absolute;
}
.card-product__subtitle {
  margin-top: 8px;
}
.card-product__subtitle-inner {
  padding: 8px;
  font-size: 16px;
  font-weight: bold;
  color: #ad0003;
  box-sizing: border-box;
}
.card-product__price-text {
  display: flex;
  flex-flow: row wrap;
  justify-content: flex-start;
  align-items: center;
}
.card-product__price {
  margin-right: 4px;
}
.card-product__point {
  font-size: 12px;
  color: #16160e;
  font-weight: normal;
}
.card-product__price-option {
  color: #16160e;
  font-weight: normal;
}
.card-product__price-option img {
  height: 14px;
  min-width: 73px;
}
.card-product__price-option span {
  vertical-align: middle;
  font-size: 12px;
}
.card-product .sts-type3 {
  background: #d59300;
  color: #fff;
  padding: 2px 8px;
  border-radius: 0 4px 4px 0;
  position: absolute;
  left: -1px;
  bottom: 4px;
  font-size: 10px;
}
.card-product .sts-type4,
.card-product .sts-type5,
.card-product .sts-type6 {
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: rgba(0, 0, 0, 0.5);
  color: #fff;
  width: 100%;
  height: 100%;
  box-sizing: border-box;
  border-radius: 3px 3px 0 0;
  font-size: 18px;
  text-align: center;
  position: absolute;
  opacity: 1;
  top: 0;
  left: 0;
  -webkit-user-select: none;
      -ms-user-select: none;
          user-select: none;
}
.card-product .sts-type7 {
  text-align: center;
  line-height: 1;
  top: 0;
  left: 0;
  font-size: 14px;
}
.card-product .sts-type7:before {
  content: "";
  height: 0;
  width: 0;
  position: absolute;
  left: 0;
  border-top: 20px solid #d3d3d3;
  border-left: 20px solid #d3d3d3;
  border-bottom: 20px solid transparent;
  border-right: 20px solid transparent;
}
.card-product .sts-type7 .icn-ranking {
  display: none;
}
.card-product .sts-type7 span {
  position: absolute;
  min-width: 24px;
  top: 6px;
  font-weight: bold;
  white-space: nowrap;
}
.card-product .sts-type7.item-rank1 {
  background-color: #b78c00;
}
.card-product .sts-type7.item-rank1::before {
  border-color: #b78c00;
}
.card-product .sts-type7.item-rank2 {
  background-color: #557088;
}
.card-product .sts-type7.item-rank2::before {
  border-color: #557088;
}
.card-product .sts-type7.item-rank3 {
  background-color: #bc7421;
}
.card-product .sts-type7.item-rank3::before {
  border-color: #bc7421;
}
.card-product .sts-type7.item-rank1, .card-product .sts-type7.item-rank2, .card-product .sts-type7.item-rank3 {
  display: flex;
  flex-flow: column wrap;
  justify-content: center;
  align-items: center;
  color: #ffffff;
  width: 26px;
  top: 0;
  left: 10px;
}
.card-product .sts-type7.item-rank1 .icn-ranking, .card-product .sts-type7.item-rank2 .icn-ranking, .card-product .sts-type7.item-rank3 .icn-ranking {
  display: block;
  font-size: 14px;
  margin: 2px 0 4px;
  font-size: 0.9em;
}
.card-product .sts-type7.item-rank1 .icn-ranking::before, .card-product .sts-type7.item-rank2 .icn-ranking::before, .card-product .sts-type7.item-rank3 .icn-ranking::before {
  position: relative;
  top: 3px;
}
.card-product .sts-type7.item-rank1 span, .card-product .sts-type7.item-rank2 span, .card-product .sts-type7.item-rank3 span {
  position: static;
  -webkit-transform: none;
          transform: none;
  z-index: 1;
  line-height: 1;
}
.card-product .sts-type7.item-rank1::before, .card-product .sts-type7.item-rank2::before, .card-product .sts-type7.item-rank3::before {
  content: "";
  position: absolute;
  bottom: -11px;
  border-width: 13px;
  border-bottom: 4px solid transparent;
}
.card-product__text {
  color: #6b6b6b;
  font-size: 14px;
  margin-top: 8px;
  display: none;
}
.card-product__text.none {
  margin: 0;
}
.card-product__text .txt {
  font-size: inherit;
}
.card-product__txt {
  font-size: inherit;
  max-height: 168px;
  overflow: hidden;
}
.card-product__code {
  color: #6b6b6b;
  margin: 8px 0 0 auto;
  font-size: 12px;
  order: 1;
  display: none;
}
.card-product__comment {
  color: #1e50a2;
  font-size: 14px;
  padding: 0 10px 10px;
  width: 100%;
}
.card-product__comment:hover {
  text-decoration: underline;
}
.card-product__comment::before {
  color: #1e50a2;
  display: inline-block;
  margin-right: 4px;
  vertical-align: middle;
}
.card-product__icn-message {
  position: relative;
  padding-left: 20px;
}
.card-product__icn-message:before {
  color: #1e50a2;
  position: absolute;
  margin-left: -16px;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
.card-product__heart {
  position: absolute;
  top: 0;
  right: 0;
  z-index: 1;
  background: none;
  border: 0;
  margin: 0;
  padding: 8px;
}
.card-product__heart > img {
  width: 28px;
}
.card-product__city {
  display: flex;
  height: 40px;
  padding: 8px;
  border-top: 1px solid #e5e5e5;
  box-sizing: content-box;
  color: #1e50a2;
  font-size: 14px;
  align-items: center;
}
.card-product__city:hover {
  text-decoration: underline;
}
.card-product__city:hover img {
  opacity: 0.85;
}
.card-product__city > img {
  border-radius: 2px;
  border: 1px solid #e5e5e5;
  width: 38px;
  height: 38px;
  margin-right: 7px;
}
.card-product__city > span {
  display: inline-block;
  letter-spacing: 0;
  margin-right: 5px;
}
.card-product__city .award-label {
  margin-left: auto;
  flex-shrink: 0;
}
.card-product .speed-shipping-label__wrap {
  padding: 0 10px 16px;
}
.card-product .speed-shipping-label__wrap .speed-shipping-label {
  margin: 0 0 1px 0;
}
.card-product .speed-shipping-label__wrap .speed-shipping-label__sub {
  color: #6b6b6b;
  font-size: 12px;
  padding: 0;
}
.card-product .sendiconlist {
  display: block;
}

.choice-icon-color {
  color: #d59300;
}

.choicepay-icon-color {
  color: #239dda;
}

.card-product__delete {
  background: none;
  border: 0;
  cursor: pointer;
  position: absolute;
  top: 0;
  right: 0;
}
.card-product__delete > svg {
  display: inline-block;
  vertical-align: top;
}

.card-product__category {
  font-size: 14px;
  background-color: #f2f2f2;
  text-align: center;
  line-height: 1;
  padding: 6px 0;
}

[data-layout-product=all] .card-product__text {
  display: block;
}
[data-layout-product=all] .card-product__contents .lst-icon {
  display: block;
}
[data-layout-product=all] .speed-shipping-label__wrap .card-product__code {
  display: block;
}

[data-layout-product=part] .sendiconlist {
  display: none;
}

.card-product__text + .speed-shipping-label, .card-product__text + .speed-shipping-label__sub {
  margin-top: 8px;
}

.card-project {
  display: flex;
  flex-direction: column;
  height: calc(100% - 4px);
  position: relative;
  background: #fff;
  box-shadow: 0 2px 0 0 #e5e5e5;
  border-radius: 4px;
  border: 1px solid #e5e5e5;
  overflow: hidden;
}
.card-project__link {
  min-height: 0%;
  flex-grow: 1;
  display: flex;
  width: 100%;
  flex-direction: column;
}
.card-project__link:hover .card-project__img {
  opacity: 0.85;
}
.card-project__link:hover .card-project__title,
.card-project__link:hover .card-project__txt {
  color: #1e50a2;
  text-decoration: underline;
}
.card-project__image {
  position: relative;
}
.card-project__img {
  width: 100%;
  max-height: 100%;
  border-bottom: 0;
  display: block;
}
.card-project__title {
  color: #2b2b2b;
  font-weight: normal;
  font-size: 16px;
  letter-spacing: 0;
  margin: -1px;
  border-radius: 4px 4px 0 0;
}
.card-project__status {
  position: absolute;
  z-index: 1;
}
.card-project__contents {
  padding: 12px 8px;
}
.card-project__contents .lst-icon {
  margin-top: 4px;
  display: none;
}
.card-project__contents .lst-icon.none {
  margin: 0;
}
.card-project:before {
  content: "";
  display: block;
  height: 0;
  order: 1;
  width: 48%;
}
.card-project .article-sld:hover {
  text-decoration: none;
  color: #16160e;
  opacity: 0.85;
}
.card-project .article-sld:hover .card-project__name {
  text-decoration: underline;
}
.card-project__img.lazyload, .card-project__img.lazyloading {
  height: 115px;
}
.card-project__col {
  background-color: #ffffff;
  position: relative;
  margin: 40px 0 0 0;
  width: 100%;
  box-sizing: border-box;
  /* プロジェクト終了時 */
}
.card-project__col:nth-child(1), .card-project__col:nth-child(2) {
  margin: 0;
}
.card-project__col.is-end .card-project__progress > div:first-child,
.card-project__col.is-end .card-project__favorite-button,
.card-project__col.is-end .card-project__target-amount,
.card-project__col.is-end .card-project__row:not(:first-child),
.card-project__col.is-end .chart-bar {
  display: none;
}
.card-project__col.is-end .card-project__text--pref {
  width: 100%;
}
.card-project__col.is-end .card-project__end-button {
  cursor: default;
  display: block;
}
.card-project__col .card-project__complete {
  position: absolute;
  top: 12px;
  left: 4px;
  height: 40px;
  width: 40px;
  z-index: 1;
}
.card-project__col .card-project__soon {
  position: absolute;
  top: 8px;
  left: 4px;
  width: 63px;
  height: 21px;
  border-radius: 0 0 4px 4px;
}
.card-project__label {
  box-sizing: border-box;
  position: relative;
  background: #e5e5e5;
  width: 100%;
  height: 18px;
  margin: 0 auto -8px;
  padding: 4px;
  text-align: center;
  z-index: 1;
}
.card-project__label .card-project__text {
  font-size: 10px;
  letter-spacing: 0;
}
.card-project__image {
  overflow: hidden;
  position: relative;
  text-align: center;
}
.card-project__title {
  height: 4.3em;
  overflow: hidden;
}
.card-project__remind--complete, .card-project__remind--soon {
  display: block;
  float: left;
  font-size: 12px;
  width: 76px;
  text-align: center;
  margin-right: 8px;
  color: #16160e;
}
.card-project__remind--complete {
  border-top: solid 1px #f2b02d;
  border-bottom: solid 1px #f2b02d;
  background: #fcf2df;
}
.card-project__remind--soon {
  border-top: solid 1px #93ca76;
  border-bottom: solid 1px #93ca76;
  background: #edf5e9;
}
.card-project__name {
  display: block;
  font-size: 14px;
  letter-spacing: 0.01em;
}
.card-project__pref {
  font-size: 10px;
  line-height: 1;
}
.card-project__pref .icn-office {
  margin-right: 4px;
}
.card-project__target-amount {
  font-size: 12px;
  width: 100%;
}
.card-project__time-left {
  font-weight: bold;
  font-size: 12px;
  margin-top: 4px;
}
.card-project__total {
  width: 100%;
  display: flex;
  flex-flow: row nowrap;
  justify-content: space-between;
  align-items: baseline;
}
.card-project__text {
  font-size: 14px;
  font-weight: bold;
  line-height: 1.2;
}
.card-project__badge {
  box-sizing: border-box;
  background-color: #e5e5e5;
  border-radius: 10px;
  display: inline-block;
  font-size: 10px;
  font-weight: bold;
  margin-right: 8px;
  padding: 2px 4px;
  text-align: center;
}
.card-project__quantity {
  font-size: 16px;
  font-weight: bold;
  letter-spacing: -0.4px;
}
.card-project__quantity.deadline {
  color: #e8000a;
}
.card-project__unit {
  font-size: 12px;
}
.card-project__progress {
  margin-top: 8px;
}
.card-project__progress > div:first-child {
  flex: 1;
  margin-right: 4px;
}
.card-project__progress > div:nth-child(2) {
  flex: 1;
  min-width: 98px;
}
.card-project__progress .gcf-cht-bar {
  margin-top: 8px;
}
.card-project__limit {
  font-size: 14px;
  line-height: 1.2;
  text-align: center;
}
.card-project__favorite-button {
  background-color: #ffffff;
  border: 2px solid #ad0003;
  border-radius: 4px;
  color: #ad0003;
  font-size: 10px;
  line-height: 1.8em;
  height: 26px;
  outline: none;
  padding: 1px 0 0;
  text-align: center;
  vertical-align: text-bottom;
  width: 100%;
}
.card-project__favorite-button:hover {
  cursor: pointer;
  opacity: 0.85;
}
.card-project__favorite-button .icn-heart,
.card-project__favorite-button .icn-heart2 {
  margin-right: 4px;
  vertical-align: middle;
}
.card-project__favorite-button .icn-heart {
  display: none;
}
.card-project__favorite-button .icn-heart2:before {
  font-weight: bold;
  vertical-align: top;
}
.card-project__favorite-button.on .icn-heart {
  display: inline-block;
  vertical-align: middle;
  line-height: 14px;
}
.card-project__favorite-button.on .icn-heart2 {
  display: none;
}
.card-project__end-button {
  border-radius: 4px;
  box-sizing: border-box;
  color: #ffffff;
  display: none;
  font-size: 10px;
  height: 22px;
  margin-top: 8px;
  padding-top: 4px;
  text-align: center;
  width: 100%;
}
.card-project__value {
  display: inline;
}
.card-project__end {
  font-size: 10px;
  margin-left: 5px;
  display: inline;
}
.card-project__list {
  margin-top: 4px;
}
.card-project__lead span {
  text-align: center;
  width: 56px;
  padding: 5px 8px;
  background: #f6f6f6;
  font-size: 10px;
  font-weight: bold;
  border-radius: 30px;
  line-height: 1;
}
.card-project .goods-col_name {
  height: 4.5em;
  margin-top: 12px;
}
.card-project .chart-bar {
  margin: 8px 0;
}

/* progress bar chart */
.gcf-cht-bar {
  background: #e5e5e5;
  width: 100%;
  height: 24px;
  margin-bottom: 8px;
  border-radius: 4px;
  overflow: hidden;
  position: relative;
}
.gcf-cht-bar__graph {
  background-color: #93ca76;
  width: 0;
  height: 24px;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 5;
}
.gcf-cht-bar__graph2 {
  background-color: #f2b02d;
  width: 0;
  height: 24px;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 5;
}
.gcf-cht-bar__number {
  width: 100%;
  height: 24px;
  line-height: 24px;
  font-size: 12px;
  font-weight: bold;
  text-align: center;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 9;
}
.grid-7 .card-product__contents {
  padding: 0;
}
.grid-7 .card-product__subtitle {
  margin-top: 0;
  background: transparent;
}
.grid-7 .card-product__subtitle-inner {
  padding: 4px;
  justify-content: center;
  font-weight: normal;
}
.grid-7 .card-product__price {
  font-size: 12px;
}
.grid-7 .card-product__point {
  margin: 0 auto;
}
.grid-7 .card-product__price {
  margin: 0 auto;
}
.grid-7 .card-product__city, .grid-7 .card-product__title, .grid-7 .card-product__heart {
  display: none;
}
.grid-col .card-product {
  border: none;
  box-shadow: none;
  border-radius: 0;
  height: auto;
}
.grid-col .card-product__link {
  display: flex;
  flex-direction: row;
}
.grid-col .card-product__image {
  width: 97px;
  min-width: 97px;
  height: 60px;
  min-height: 60px;
  border: 1px solid #c8c8c8;
}
.grid-col .card-product__img {
  border: none;
  margin: inherit;
  border-radius: 0;
}
.grid-col .card-product__contents {
  padding: 0;
  margin-left: 12px;
}
.grid-col .card-product__title {
  font-size: 14px;
}
.grid-col .card-product__subtitle {
  background-color: transparent;
  margin: 0;
}
.grid-col .card-product__subtitle-inner {
  padding: 0;
  margin: 0;
}
.grid-col .card-product__city {
  display: none;
}
.grid-col .card-product__heart {
  display: none;
}
.grid-col .card-product .sts-type7.item-rank1, .grid-col .card-product .sts-type7.item-rank2, .grid-col .card-product .sts-type7.item-rank3 {
  left: 0;
}

.card-city {
  display: flex;
  flex-direction: column;
  height: calc(100% - 4px);
  position: relative;
  background: #fff;
  box-shadow: 0 2px 0 0 #e5e5e5;
  border-radius: 4px;
  border: 1px solid #e5e5e5;
  overflow: hidden;
}
.card-city__link {
  min-height: 0%;
  flex-grow: 1;
  display: flex;
  width: 100%;
  flex-direction: column;
}
.card-city__link:hover .card-city__img {
  opacity: 0.85;
}
.card-city__link:hover .card-city__title,
.card-city__link:hover .card-city__txt {
  color: #1e50a2;
  text-decoration: underline;
}
.card-city__image {
  position: relative;
}
.card-city__img {
  width: 100%;
  max-height: 100%;
  border-bottom: 0;
  display: block;
}
.card-city__title {
  color: #2b2b2b;
  font-weight: normal;
  font-size: 16px;
  letter-spacing: 0;
  margin: -1px;
  border-radius: 4px 4px 0 0;
}
.card-city__status {
  position: absolute;
  z-index: 1;
}
.card-city__contents {
  padding: 12px 8px;
}
.card-city__contents .lst-icon {
  margin-top: 4px;
  display: none;
}
.card-city__contents .lst-icon.none {
  margin: 0;
}
.card-city__image {
  height: 104px;
  overflow: hidden;
  display: flex;
  justify-content: center;
}
.card-city__img {
  max-width: initial;
  width: auto !important;
  height: 100%;
}
.card-city__title {
  position: relative;
  border-bottom: solid 1px #e5e5e5;
  padding-bottom: 8px;
  margin-top: 16px;
}
.card-city__cityimg {
  width: 40px;
  border: solid 1px #e5e5e5;
  border-radius: 4px;
}
.card-city__name {
  text-align: center;
  font-size: 14px;
}
.card-city__info {
  font-size: 14px;
  padding: 8px 0 16px;
}
.card-city__info dl {
  display: flex;
  flex-wrap: wrap;
}
.card-city__info dl dt,
.card-city__info dl dd {
  padding: 4px 0;
}
.card-city__info dl dt {
  width: 20%;
  letter-spacing: 0;
}
.card-city__info small {
  font-size: 12px;
  text-align: right;
  display: block;
  margin-top: 8px;
}
.card-city__info .emphasis {
  font-weight: bold;
}
.card-city__category {
  font-size: 14px;
}
.card-city__category h4 {
  font-size: 14px;
  font-weight: normal;
  margin-bottom: 8px;
}
.card-city__category p {
  font-weight: bold;
  font-size: 14px;
  margin-bottom: 8px;
}
.card-city__category p span:not(:last-child):after {
  content: "、";
}
.card-city__description {
  font-size: 14px;
  padding-top: 8px;
  border-top: solid 1px #e5e5e5;
  overflow: hidden;
  height: 84px;
}

.card-article {
  display: flex;
  flex-direction: column;
  height: calc(100% - 4px);
  position: relative;
  background: #fff;
  box-shadow: 0 2px 0 0 #e5e5e5;
  border-radius: 4px;
  border: 1px solid #e5e5e5;
  overflow: hidden;
  height: 100%;
}
.card-article__link {
  min-height: 0%;
  flex-grow: 1;
  display: flex;
  width: 100%;
  flex-direction: column;
}
.card-article__link:hover .card-article__img {
  opacity: 0.85;
}
.card-article__link:hover .card-article__title,
.card-article__link:hover .card-article__txt {
  color: #1e50a2;
  text-decoration: underline;
}
.card-article__image {
  position: relative;
}
.card-article__img {
  width: 100%;
  max-height: 100%;
  border-bottom: 0;
  display: block;
}
.card-article__title {
  color: #2b2b2b;
  font-weight: normal;
  font-size: 16px;
  letter-spacing: 0;
  margin: -1px;
  border-radius: 4px 4px 0 0;
}
.card-article__status {
  position: absolute;
  z-index: 1;
}
.card-article__contents {
  padding: 12px 8px;
}
.card-article__contents .lst-icon {
  margin-top: 4px;
  display: none;
}
.card-article__contents .lst-icon.none {
  margin: 0;
}
.card-article .sts-type7 {
  text-align: center;
  line-height: 1;
  top: 0;
  left: 0;
  font-size: 14px;
}
.card-article .sts-type7:before {
  content: "";
  height: 0;
  width: 0;
  position: absolute;
  left: 0;
  border-top: 20px solid #d3d3d3;
  border-left: 20px solid #d3d3d3;
  border-bottom: 20px solid transparent;
  border-right: 20px solid transparent;
}
.card-article .sts-type7 .icn-ranking {
  display: none;
}
.card-article .sts-type7 span {
  position: absolute;
  min-width: 24px;
  top: 6px;
  font-weight: bold;
  white-space: nowrap;
}
.card-article .sts-type7.item-rank1 {
  background-color: #b78c00;
}
.card-article .sts-type7.item-rank1::before {
  border-color: #b78c00;
}
.card-article .sts-type7.item-rank2 {
  background-color: #557088;
}
.card-article .sts-type7.item-rank2::before {
  border-color: #557088;
}
.card-article .sts-type7.item-rank3 {
  background-color: #bc7421;
}
.card-article .sts-type7.item-rank3::before {
  border-color: #bc7421;
}
.card-article .sts-type7.item-rank1, .card-article .sts-type7.item-rank2, .card-article .sts-type7.item-rank3 {
  display: flex;
  flex-flow: column wrap;
  justify-content: center;
  align-items: center;
  color: #ffffff;
  width: 26px;
  top: 0;
  left: 10px;
}
.card-article .sts-type7.item-rank1 .icn-ranking, .card-article .sts-type7.item-rank2 .icn-ranking, .card-article .sts-type7.item-rank3 .icn-ranking {
  display: block;
  font-size: 14px;
  margin: 2px 0 4px;
  font-size: 0.9em;
}
.card-article .sts-type7.item-rank1 .icn-ranking::before, .card-article .sts-type7.item-rank2 .icn-ranking::before, .card-article .sts-type7.item-rank3 .icn-ranking::before {
  position: relative;
  top: 3px;
}
.card-article .sts-type7.item-rank1 span, .card-article .sts-type7.item-rank2 span, .card-article .sts-type7.item-rank3 span {
  position: static;
  -webkit-transform: none;
          transform: none;
  z-index: 1;
  line-height: 1;
}
.card-article .sts-type7.item-rank1::before, .card-article .sts-type7.item-rank2::before, .card-article .sts-type7.item-rank3::before {
  content: "";
  position: absolute;
  bottom: -11px;
  border-width: 13px;
  border-bottom: 4px solid transparent;
}
.card-article__image {
  height: 166px;
}
.card-article__title {
  font-size: 14px;
  margin-bottom: 4px;
  height: 42px;
  overflow: hidden;
}
.card-article__contents {
  padding: 20px 8px 8px;
}
.card-article__contents p:not(.card-article__title) {
  font-size: 14px;
  height: 21px;
  overflow: hidden;
  margin-bottom: 4px;
}
.card-article__contents p:not(.card-article__title) small {
  font-size: 12px;
}

@-webkit-keyframes fadeInAnimation {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}

@keyframes fadeInAnimation {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
.emerald-product-slider {
  -webkit-animation: fadeInAnimation 0.25s;
          animation: fadeInAnimation 0.25s;
}

.emerald-product-slider__heading {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 24px;
}

.emerald-product-slider__heading-ttl-h2 {
  font-size: 22px;
}

.emerald-product-slider__heading-more-link {
  color: #1e50a2;
}

.emerald-product-slider-card-item {
  display: flex;
  flex-direction: column;
  height: calc(100% - 4px);
  position: relative;
  background: #fff;
  box-shadow: 0 2px 0 0 #e5e5e5;
  border-radius: 4px;
  border: 1px solid #e5e5e5;
  overflow: hidden;
  width: 162px;
  margin-right: 20px;
  box-sizing: border-box;
}

.emerald-product-slider-card-item__link {
  min-height: 0%;
  flex-grow: 1;
  display: flex;
  width: 100%;
  flex-direction: column;
}
.emerald-product-slider-card-item__link:hover .emerald-product-slider-card-item__img {
  opacity: 0.85;
}
.emerald-product-slider-card-item__link:hover .emerald-product-slider-card-item__title,
.emerald-product-slider-card-item__link:hover .emerald-product-slider-card-item__txt {
  color: #1e50a2;
  text-decoration: underline;
}

.emerald-product-slider-card-item__image {
  position: relative;
  height: 99px;
  flex: 0 0 99px;
}

.emerald-product-slider-card-item__img {
  text-align: center;
  width: 100%;
  max-height: 100%;
  border-bottom: 0;
  display: block;
}

.emerald-product-slider-card-item__title {
  color: #2b2b2b;
  font-weight: normal;
  font-size: 16px;
  letter-spacing: 0;
  margin: -1px;
  border-radius: 4px 4px 0 0;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
}

.emerald-product-slider-card-item__status {
  position: absolute;
  z-index: 1;
}

.emerald-product-slider-card-item__contents {
  padding: 12px 8px 8px;
}
.emerald-product-slider-card-item__contents .lst-icon {
  margin-top: 4px;
  display: none;
}
.emerald-product-slider-card-item__contents .lst-icon.none {
  margin: 0;
}

.emerald-product-slider-card-item__price {
  color: #ad0003;
  font-weight: bold;
  margin-top: 8px;
}

.emerald-product-slider-card-item__review {
  display: block;
  box-sizing: border-box;
  padding: 0 8px;
  margin-top: 8px;
  color: #1e50a2;
  font-size: 14px;
  width: 100%;
}
.emerald-product-slider-card-item__review:hover {
  text-decoration: underline;
}

.emerald-product-slider-card-item__favorite {
  position: absolute;
  top: 0;
  right: 0;
  z-index: 1;
  background: none;
  border: 0;
  margin: 0;
  padding: 8px;
}

.emerald-product-slider-card-item__city {
  box-sizing: content-box;
  color: #1e50a2;
  font-size: 14px;
  padding: 12px 8px;
  border-top: 1px solid #e5e5e5;
  margin-top: 12px;
}
.emerald-product-slider-card-item__city:hover {
  text-decoration: underline;
}

.emerald-product-slider-card-item__label--exclusive {
  background: #ad0003;
  color: #ffffff;
  font-weight: bold;
  line-height: 1;
  padding: 5px 0;
  font-size: 12px;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
}

.emerald-product-slider__slider {
  position: relative;
}

.emerald-product-slider__slider-list {
  display: flex;
}

.emerald-product-slider__slider-btn {
  background-color: #f6f6f6;
  width: 14px;
  height: 14px;
  padding: 5px;
  border: #e5e5e5 1px solid;
  border-radius: 4px;
  position: absolute;
  top: 65px;
  z-index: 20;
  cursor: pointer;
}
.emerald-product-slider__slider-btn::before {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto;
  width: 8px;
  height: 8px;
  border-top: 2px solid #767676;
  border-left: 2px solid #767676;
}
.emerald-product-slider__slider-btn.-emerald-is-next {
  right: -14px;
}
.emerald-product-slider__slider-btn.-emerald-is-next::before {
  -webkit-transform: rotate(135deg);
          transform: rotate(135deg);
}
.emerald-product-slider__slider-btn.-emerald-is-prev {
  left: -14px;
}
.emerald-product-slider__slider-btn.-emerald-is-prev::before {
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
  right: 5px;
}

.emerald-product-slider__slider-btn-text {
  visibility: hidden;
}

#emerald-recommendation .emerald-product-slider-card-item {
  display: flex;
  flex-direction: column;
  height: calc(100% - 4px);
  position: relative;
  background: #fff;
  box-shadow: 0 2px 0 0 #e5e5e5;
  border-radius: 4px;
  border: 1px solid #e5e5e5;
  overflow: hidden;
  width: 187px;
  margin-right: 16px;
  box-sizing: border-box;
}
#emerald-recommendation .emerald-product-slider-card-item__link {
  min-height: 0%;
  flex-grow: 1;
  display: flex;
  width: 100%;
  flex-direction: column;
}
#emerald-recommendation .emerald-product-slider-card-item__link:hover #emerald-recommendation .emerald-product-slider-card-item__img {
  opacity: 0.85;
}
#emerald-recommendation .emerald-product-slider-card-item__link:hover #emerald-recommendation .emerald-product-slider-card-item__title,
#emerald-recommendation .emerald-product-slider-card-item__link:hover #emerald-recommendation .emerald-product-slider-card-item__txt {
  color: #1e50a2;
  text-decoration: underline;
}
#emerald-recommendation .emerald-product-slider-card-item__image {
  position: relative;
  height: 116px;
  flex: 0 0 99px;
}
#emerald-recommendation .emerald-product-slider-card-item__img {
  width: 100%;
  max-height: 100%;
  border-bottom: 0;
  display: block;
  -o-object-fit: contain;
     object-fit: contain;
}
#emerald-recommendation .emerald-product-slider-card-item__title {
  color: #2b2b2b;
  font-weight: normal;
  font-size: 16px;
  letter-spacing: 0;
  margin: -1px;
  border-radius: 4px 4px 0 0;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
}
#emerald-recommendation .emerald-product-slider-card-item__status {
  position: absolute;
  z-index: 1;
}
#emerald-recommendation .emerald-product-slider-card-item__contents {
  padding: 12px 8px 8px;
}
#emerald-recommendation .emerald-product-slider-card-item__contents .lst-icon {
  margin-top: 4px;
  display: none;
}
#emerald-recommendation .emerald-product-slider-card-item__contents .lst-icon.none {
  margin: 0;
}

.emerald-error {
  margin: 0;
  height: 100%;
}
.emerald-error .emerald-error__container {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  height: 100%;
  flex-wrap: wrap;
  width: 100%;
}
.emerald-error .emerald-error__icon {
  color: #c8c8c8;
  font-size: 40px;
}
.emerald-error .emerald-error__text {
  color: #6b6b6b;
}

.rank .sts-type7 {
  text-align: center;
  line-height: 1;
  top: 0;
  left: 0;
  font-size: 14px;
}
.rank .sts-type7:before {
  content: "";
  height: 0;
  width: 0;
  position: absolute;
  left: 0;
  border-top: 20px solid #d3d3d3;
  border-left: 20px solid #d3d3d3;
  border-bottom: 20px solid transparent;
  border-right: 20px solid transparent;
}
.rank .sts-type7 .icn-ranking {
  display: none;
}
.rank .sts-type7 span {
  position: absolute;
  min-width: 24px;
  top: 6px;
  font-weight: bold;
  white-space: nowrap;
}
.rank .sts-type7.item-rank1 {
  background-color: #b78c00;
}
.rank .sts-type7.item-rank1::before {
  border-color: #b78c00;
}
.rank .sts-type7.item-rank2 {
  background-color: #557088;
}
.rank .sts-type7.item-rank2::before {
  border-color: #557088;
}
.rank .sts-type7.item-rank3 {
  background-color: #bc7421;
}
.rank .sts-type7.item-rank3::before {
  border-color: #bc7421;
}
.rank .sts-type7.item-rank1, .rank .sts-type7.item-rank2, .rank .sts-type7.item-rank3 {
  display: flex;
  flex-flow: column wrap;
  justify-content: center;
  align-items: center;
  color: #ffffff;
  width: 26px;
  top: 0;
  left: 10px;
}
.rank .sts-type7.item-rank1 .icn-ranking, .rank .sts-type7.item-rank2 .icn-ranking, .rank .sts-type7.item-rank3 .icn-ranking {
  display: block;
  font-size: 14px;
  margin: 2px 0 4px;
  font-size: 0.9em;
}
.rank .sts-type7.item-rank1 .icn-ranking::before, .rank .sts-type7.item-rank2 .icn-ranking::before, .rank .sts-type7.item-rank3 .icn-ranking::before {
  position: relative;
  top: 3px;
}
.rank .sts-type7.item-rank1 span, .rank .sts-type7.item-rank2 span, .rank .sts-type7.item-rank3 span {
  position: static;
  -webkit-transform: none;
          transform: none;
  z-index: 1;
  line-height: 1;
}
.rank .sts-type7.item-rank1::before, .rank .sts-type7.item-rank2::before, .rank .sts-type7.item-rank3::before {
  content: "";
  position: absolute;
  bottom: -11px;
  border-width: 13px;
  border-bottom: 4px solid transparent;
}
.rank .rank-title {
  text-align: center;
}
.rank .rank-category-selector-button {
  width: 90%;
  height: 48px;
  background-color: #e5e5e5;
  text-align: center;
  border-radius: 26px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 24px auto;
}
.rank .rank-category-selector-button i,
.rank .rank-category-selector-button span {
  display: inline-block;
  margin: 0 4px;
  line-height: 1;
}
.rank .module {
  border-bottom: 4px solid #f6f6f6;
  padding: 24px 0;
}
.rank .module .is-prev {
  display: none;
}
.rank .module .grid {
  flex-wrap: nowrap;
}
.rank .module .grid-5 .grid__block {
  width: 171px;
  box-sizing: border-box;
  height: auto;
}
.rank .module .module-item {
  height: 100%;
}
.rank .module .module:last-child {
  padding-bottom: 16px;
  border-bottom: none;
}
.rank .module .module-header {
  display: flex;
  justify-content: space-between;
  margin-bottom: 16px;
}
.rank .module .more_link {
  color: #1e50a2;
  font-size: 16px;
  font-weight: bold;
}
.rank .card-city__img {
  -o-object-fit: cover;
     object-fit: cover;
}

.loading-content.emerald-section-block {
  height: 312px;
}
.loading-content.emerald-section-block .u-loader {
  top: calc(50% - 20px);
  left: calc(50% - 20px);
}

.-emerald-is-prev {
  display: none;
}

.emerald-product-slider-card-item {
  display: flex;
  flex-direction: column;
  height: calc(100% - 4px);
  position: relative;
  background: #fff;
  box-shadow: 0 2px 0 0 #e5e5e5;
  border-radius: 4px;
  border: 1px solid #e5e5e5;
  overflow: hidden;
  width: 168px;
}
.emerald-product-slider-card-item__link {
  min-height: 0%;
  flex-grow: 1;
  display: flex;
  width: 100%;
  flex-direction: column;
}
.emerald-product-slider-card-item__link:hover .emerald-product-slider-card-item__img {
  opacity: 0.85;
}
.emerald-product-slider-card-item__link:hover .emerald-product-slider-card-item__title,
.emerald-product-slider-card-item__link:hover .emerald-product-slider-card-item__txt {
  color: #1e50a2;
  text-decoration: underline;
}
.emerald-product-slider-card-item__image {
  position: relative;
}
.emerald-product-slider-card-item__img {
  width: 100%;
  max-height: 100%;
  border-bottom: 0;
  display: block;
}
.emerald-product-slider-card-item__title {
  color: #2b2b2b;
  font-weight: normal;
  font-size: 16px;
  letter-spacing: 0;
  margin: -1px;
  border-radius: 4px 4px 0 0;
}
.emerald-product-slider-card-item__status {
  position: absolute;
  z-index: 1;
}
.emerald-product-slider-card-item__contents {
  padding: 12px 8px;
}
.emerald-product-slider-card-item__contents .lst-icon {
  margin-top: 4px;
  display: none;
}
.emerald-product-slider-card-item__contents .lst-icon.none {
  margin: 0;
}

.emerald-product-slider__heading-ttl-h2 {
  font-size: 20px;
}

.rank_navigation_top_pc_wrap {
  display: flex;
}

.rank_navigation_top_pc {
  position: relative;
  z-index: 2;
  padding: 24px 24px 0;
  max-width: 257px;
  box-sizing: border-box;
}

.rank_navigation_top_sp {
  width: 90%;
  margin: 24px auto;
  min-height: 48px;
}

.altair-error {
  padding: 0;
  margin-top: 24px;
}

.emerald-error {
  max-width: 920px;
}

.altair-error-content {
  background-color: #f6f6f6;
  padding: 24px 16px;
}
.altair-error-content > a {
  color: #0065dc;
}
@media only screen and (max-width: 834px) and (max-device-width: 834px) {
  .navigation--full-screen {
    position: fixed;
    display: flex;
    z-index: -10000;
    opacity: 0;
    transition: 0.3s;
    width: 100%;
    height: 100%;
    top: 0;
    right: 0;
  }
  .navigation--full-screen__layer0 {
    background: #fff;
    height: 100%;
    width: 100%;
    transition: 0.3s;
    flex-shrink: 0;
  }
  .navigation--full-screen__head {
    color: #fff;
    padding: 14px 0;
    background-color: #ad0003;
    text-align: right;
  }
  .navigation--full-screen__head__title {
    font-size: 14px;
    text-align: center;
  }
  .navigation--full-screen__head__close {
    position: relative;
    display: block;
  }
  .navigation--full-screen__head__close:before, .navigation--full-screen__head__close:after {
    position: absolute;
    content: "";
    top: -12px;
    right: 16px;
    width: 16px;
    height: 2px;
    background: #fff;
  }
  .navigation--full-screen__head__close:before {
    -webkit-transform: rotate(45deg);
            transform: rotate(45deg);
  }
  .navigation--full-screen__head__close:after {
    -webkit-transform: rotate(-45deg);
            transform: rotate(-45deg);
  }
  .navigation--full-screen__head__close > span {
    position: absolute;
    z-index: -1;
    white-space: nowrap;
    font-size: 10px;
    opacity: 0;
  }
  .navigation--full-screen__body {
    width: 100%;
    height: 100vh;
    padding: 16px 16px 240px;
    overflow: auto;
    box-sizing: border-box;
  }
  .navigation--full-screen__body select {
    width: 100%;
    padding: 11px 8px;
  }
  .navigation--full-screen__button {
    position: relative;
    cursor: pointer;
    display: inline-block;
    border: solid 1px #767676;
    border-radius: 4px;
    width: 100%;
    padding: 11px 8px;
    box-sizing: border-box;
    color: #16160e !important;
    font-weight: bold;
    text-align: left;
    background: none;
  }
  .navigation--full-screen__button:after {
    position: absolute;
    content: "";
    top: 0;
    bottom: 0;
    margin: auto;
    right: 10px;
    width: 8px;
    height: 8px;
    border-top: solid 1px;
    border-right: solid 1px;
    border-color: #767676;
    -webkit-transform: rotate(45deg);
            transform: rotate(45deg);
  }
  .navigation--full-screen__footer {
    position: absolute;
    width: 100%;
    bottom: 0;
    display: flex;
    background: #f3f3f3;
    padding: 12px 8px;
    box-sizing: border-box;
    box-shadow: 0 0 2px 0 rgba(0, 0, 0, 0.16);
  }
  .navigation--full-screen__footer .btn-normal {
    width: 135px;
    margin-right: 8px;
  }
  .navigation--full-screen__back {
    background: #f6f6f6;
    display: inline-block;
    width: 100%;
    padding: 16px;
    box-sizing: border-box;
  }
  .navigation--full-screen__back a:before {
    content: "";
    display: inline-block;
    width: 8px;
    height: 8px;
    border-bottom: solid 1px;
    border-left: solid 1px;
    border-color: #767676;
    -webkit-transform: rotate(45deg);
            transform: rotate(45deg);
    margin-right: 4px;
  }
  .navigation--full-screen__list li a,
  .navigation--full-screen__list li label {
    position: relative;
    display: flex;
    align-items: center;
    width: 100%;
    padding: 16px;
    border-bottom: solid 1px #e5e5e5;
    box-sizing: border-box;
    color: #1e50a2;
  }
  .navigation--full-screen__list li a:after {
    position: absolute;
    content: "";
    top: 0;
    bottom: 0;
    margin: auto;
    right: 16px;
    width: 8px;
    height: 8px;
    border-top: solid 1px;
    border-right: solid 1px;
    border-color: #767676;
    -webkit-transform: rotate(45deg);
            transform: rotate(45deg);
  }
  .navigation--full-screen__list li img {
    width: 50px;
    margin-right: 8px;
  }
  .navigation--full-screen__layer1, .navigation--full-screen__layer2 {
    overflow: scroll;
    background: #fff;
    transition: 0.3s;
    width: 100%;
    height: 100%;
    flex-shrink: 0;
  }
  .button-rounded {
    font-size: 14px;
    padding: 0 16px;
    white-space: nowrap;
    display: flex;
    justify-content: center;
    align-items: center;
    box-sizing: border-box;
    height: 24px;
  }
  .rank-category-modal .modal-content .modal-header {
    background-color: white;
  }
  .rank-category-modal .modal-content .modal-body {
    padding: 20px 16px;
    padding-bottom: 64px;
  }
  .rank-category-modal .select-category-content .list-subcategories {
    margin-bottom: 20px;
  }
  .rank-category-modal .select-category-content .list-subcategories__link i {
    order: 1;
  }
  .rank-category-modal .select-category-content .list-subcategories__link .fs14 {
    margin: 0 0 0 auto;
  }
  .rank-category-modal .buttons .price-buttons__filter,
  .rank-category-modal .buttons .city-buttons__filter {
    flex: 1;
  }
  .category-modal .product-category {
    margin-top: 32px;
  }
  .label--exclusive.-sticker {
    top: 3px;
    left: 3px;
    font-size: 10px;
  }
  .card-product__title.is-over {
    max-height: 4.5em;
    overflow: hidden;
    position: relative;
  }
  .card-product__title.is-over:after {
    content: "...";
    color: transparent;
    display: inline-block;
    width: 3em;
    background: linear-gradient(-90deg, #fff, rgba(255, 255, 255, 0));
    position: absolute;
    bottom: 0;
    right: 0;
  }
  .card-product .sts-type4,
  .card-product .sts-type5,
  .card-product .sts-type6 {
    font-size: 12px;
  }
  .card-product .sts-type7 {
    font-size: 12px;
  }
  .card-product .sts-type7:before {
    border-width: 16px;
  }
  .card-product .sts-type7 span {
    top: 4px;
    left: -2px;
  }
  .card-product .sts-type7.item-rank1, .card-product .sts-type7.item-rank2, .card-product .sts-type7.item-rank3 {
    left: 8px;
    width: 22px;
  }
  .card-product .sts-type7.item-rank1::before, .card-product .sts-type7.item-rank2::before, .card-product .sts-type7.item-rank3::before {
    border-width: 11px;
    border-bottom: 4px solid transparent;
  }
  .card-product__comment {
    display: inline-block;
    padding: 0 8px 12px;
  }
  .card-product__heart {
    top: -2px;
  }
  .card-product__heart > img {
    line-height: 1;
    width: 24px;
  }
  .card-product .city-symbol {
    display: none;
  }
  .gcf-cht-bar.gcf-cht-bar--right {
    height: 8px;
    margin: 2px 0 0;
  }
  .gcf-cht-bar.gcf-cht-bar--right .gcf-cht-bar__graph,
  .gcf-cht-bar.gcf-cht-bar--right .gcf-cht-bar__graph2 {
    height: 8px;
  }
  .gcf-cht-bar.gcf-cht-bar--right .gcf-cht-bar__number {
    font-size: 10px;
    -webkit-transform: scale(0.8);
            transform: scale(0.8);
    height: 9px;
    line-height: 9px;
  }
  .transform-layout {
    box-shadow: none;
    border: none;
    border-bottom: solid 1px #e5e5e5;
    border-radius: 0;
  }
  .transform-layout .card-product__link {
    flex-direction: row;
  }
  .transform-layout .card-product__contents {
    padding: 0 0 0 16px;
  }
  .transform-layout .card-product__title {
    font-size: 14px;
  }
  .transform-layout .card-product__image {
    width: 100px;
    min-height: 0;
    flex-shrink: 0;
  }
  .transform-layout .card-product__img {
    height: auto;
  }
  .transform-layout .card-product__subtitle {
    background: none;
  }
  .transform-layout .card-product__subtitle-inner {
    padding: 0;
  }
  .transform-layout .card-product__complement {
    margin: 8px 0 0 116px;
  }
  .transform-layout .card-product__city {
    display: inline-block;
    height: auto;
    padding: 0;
    border-top: none;
    font-size: 12px;
    margin: 8px 0;
  }
  .transform-layout .card-product__city span {
    display: flex;
    justify-content: flex-end;
    align-items: center;
  }
  .transform-layout .card-product__city span:after {
    content: "";
    width: 4px;
    height: 4px;
    margin-left: 4px;
    border-top: solid 1px;
    border-right: solid 1px;
    border-color: #1e50a2;
    -webkit-transform: rotate(45deg);
            transform: rotate(45deg);
  }
  .card-city {
    height: 100%;
  }
  .card-city__title {
    display: flex;
    align-items: center;
    padding: 8px;
    margin-top: 0;
  }
  .card-city .card-city__cityimage {
    width: 42px;
    height: 42px;
    margin-right: 8px;
    flex-shrink: 0;
  }
  .card-city__name {
    font-size: 14px;
    letter-spacing: 0;
    text-align: left;
  }
  .card-city__info {
    font-size: 12px;
    padding: 8px;
    border-bottom: solid 1px #e5e5e5;
  }
  .card-city__info dl dt {
    width: 30%;
  }
  .card-city__info dl dd {
    width: 66%;
    padding-left: 4%;
  }
  .card-city__category {
    padding: 8px;
  }
  .card-city__category p {
    margin-bottom: 4px;
  }
  .card-article .sts-type7 {
    font-size: 12px;
  }
  .card-article .sts-type7:before {
    border-width: 16px;
  }
  .card-article .sts-type7 span {
    top: 4px;
    left: -2px;
  }
  .card-article .sts-type7.item-rank1, .card-article .sts-type7.item-rank2, .card-article .sts-type7.item-rank3 {
    left: 8px;
    width: 22px;
  }
  .card-article .sts-type7.item-rank1::before, .card-article .sts-type7.item-rank2::before, .card-article .sts-type7.item-rank3::before {
    border-width: 11px;
    border-bottom: 4px solid transparent;
  }
  .card-article__link {
    flex-direction: row !important;
  }
  .card-article__img {
    border-radius: 0 !important;
  }
  .card-article__image {
    height: auto;
    width: 160px;
    flex-shrink: 0;
  }
  .card-article__contents {
    padding: 12px 8px;
  }
  .emerald-product-slider__heading {
    margin-bottom: 16px;
  }
  .page-search .emerald-product-slider__heading {
    margin-left: 16px;
    margin-right: 16px;
  }
  .page-search .emerald-product-slider__slider-item:first-child {
    margin-left: 16px;
  }
  .emerald-product-slider-card-item__favorite {
    top: -2px;
  }
  .emerald-product-slider__slider-wrap {
    overflow-y: scroll;
  }
  .emerald-product-slider__slider-btn {
    display: none;
  }
  #emerald-recommendation .emerald-product-slider-card-item {
    margin-right: 20px;
  }
  .rank .sts-type7 {
    font-size: 12px;
  }
  .rank .sts-type7:before {
    border-width: 16px;
  }
  .rank .sts-type7 span {
    top: 4px;
    left: -2px;
  }
  .rank .sts-type7.item-rank1, .rank .sts-type7.item-rank2, .rank .sts-type7.item-rank3 {
    left: 8px;
    width: 22px;
  }
  .rank .sts-type7.item-rank1::before, .rank .sts-type7.item-rank2::before, .rank .sts-type7.item-rank3::before {
    border-width: 11px;
    border-bottom: 4px solid transparent;
  }
  .rank .rank-title {
    font-size: 22px;
    margin-top: 16px;
    padding-top: 16px;
    border-top: 1px solid #e5e5e5;
  }
  .rank .rank-title.no-border {
    border-top: none;
    margin-top: 32px;
    padding-top: 0;
  }
  .rank .remaining-deduction {
    margin: 16px 16px 0;
  }
  .rank .modules {
    margin: 0 16px;
  }
  .rank .sld__wrap {
    overflow: scroll;
  }
  .rank .module:first-of-type {
    border-top: 4px solid #f6f6f6;
  }
  .rank .module .grid-5 {
    display: flex;
  }
  .rank .module .grid-5 .grid__block {
    margin-right: 12px;
  }
  .rank .ranking-feature .card-article__link {
    flex-direction: column !important;
  }
  .rank .ranking-feature .card-article__image {
    height: 166px;
    width: 100%;
  }
}
@media only screen and (min-width: 835px), (min-device-width: 835px) {
  .button {
    padding: 8px 16px 6px;
  }
  .switch-button-list__button {
    margin-left: 6px;
  }
  .button-rounded.-expanded {
    display: block;
  }
  .rank-category-modal {
    border-radius: 32px;
    width: auto;
    height: auto;
    top: 76px;
    left: 50%;
    -webkit-transform: translate(-50%);
            transform: translate(-50%);
  }
  .rank-category-modal.category-modal, .rank-category-modal.select-child-modal, .rank-category-modal.select-grandson-modal {
    width: 70%;
  }
  .rank-category-modal .modal-content {
    margin-top: 0;
  }
  .rank-category-modal .modal-content.category-modal-content, .rank-category-modal .modal-content.select-category-content {
    height: auto;
  }
  .rank-category-modal .modal-content.price-modal-content, .rank-category-modal .modal-content.city-modal-content {
    height: auto;
  }
  .rank-category-modal .modal-content .modal-header {
    position: static;
  }
  .rank-category-modal .modal-content .modal-header .rank-modal-back-button {
    top: 20px;
  }
  .rank-category-modal .modal-content .modal-header .rank-modal-close-button {
    top: 20px;
  }
  .rank-category-modal .select-category-content .list-subcategories {
    -ms-grid-columns: 1fr 0 1fr 0 1fr;
    grid-template-columns: repeat(3, 1fr);
    gap: 4px 0;
  }
  .rank-category-modal .select-category-content .list-subcategories li:first-child {
    -ms-grid-column-span: 3;
    grid-column: span 3;
    width: 33%;
    margin-bottom: 8px;
  }
  .rank-category-modal .select-category-content .list-subcategories__link:hover {
    background-color: #f6f6f6;
  }
  .rank-category-modal .select-category-content .list-subcategories__link i {
    order: -1;
  }
  .rank-category-modal .buttons {
    position: static;
    border: none;
  }
  .rank-category-modal .buttons button {
    width: 140px !important;
  }
  .category-modal .product-category {
    padding: 40px 0;
  }
  .category-modal .product-category__title {
    font-size: 22px;
  }
  .category-modal .category-buttons-list {
    -ms-grid-columns: (minmax(60px, 1fr))[9];
    grid-template-columns: repeat(9, minmax(60px, 1fr));
  }
  .category-modal .category-buttons-list__item .category-select-trigger:hover span {
    text-decoration: underline;
  }
  .category-modal .category-buttons-list__item .category-select-trigger:hover img {
    background-color: #e5e5e5;
  }
  .card-product__title {
    line-height: 1.38;
    font-size: 16px;
  }
  .card-product__contents {
    padding: 20px 10px 16px;
  }
  .card-product__contents .lst-icon {
    margin-top: 8px;
  }
  .card-product__subtitle {
    margin-top: 16px;
  }
  .card-product__subtitle-inner {
    display: flex;
    flex-flow: row wrap;
    justify-content: space-between;
    align-items: center;
    align-content: flex-start;
  }
  .card-product__text {
    margin-top: 16px;
  }
  .card-product__code {
    margin-top: 16px;
  }
  .card-product__heart {
    display: inline-block;
  }
  .card-product__city > img {
    border-radius: 4px;
    margin-right: 10px;
  }
  .card-product__city > span {
    letter-spacing: 0;
    margin-right: 15px;
  }
  .card-product__city > span > br {
    display: none;
  }
  .card-product__complement {
    display: flex;
    flex-flow: row wrap;
    justify-content: space-between;
    align-items: center;
    align-content: flex-start;
  }
  .card-project__title {
    line-height: 1.38;
    font-size: 16px;
  }
  .card-project__contents {
    padding: 20px 10px 16px;
  }
  .card-project__contents .lst-icon {
    margin-top: 8px;
  }
  .card-project:before {
    max-width: 244px;
    width: 32%;
  }
  .card-project__img.lazyload, .card-project__img.lazyloading {
    height: 138px;
  }
  .card-project__col {
    margin: 68px 0 0 0;
    max-width: 244px;
    width: 100%;
    box-sizing: border-box;
  }
  .card-project__col:nth-child(1), .card-project__col:nth-child(2) {
    margin-top: 0;
  }
  .card-project__col:nth-child(3) {
    margin-top: 0;
  }
  .card-project__col .card-project__complete {
    height: 70px;
    width: 70px;
    left: 8px;
  }
  .card-project__col .card-project__soon {
    top: 8px;
    left: 11px;
    width: 88px;
    height: 30px;
    border-radius: 0 0 8px 8px;
  }
  .card-project__label {
    width: 235px;
    height: 30px;
    padding: 8px;
  }
  .card-project__label .card-project__text {
    font-size: 14px;
  }
  .card-project a:hover .card-project__image {
    opacity: 0.85;
  }
  .card-project a:hover .card-project__name {
    color: #1e50a2;
    text-decoration: underline;
  }
  .card-project__remind--complete, .card-project__remind--soon {
    line-height: 1.7;
  }
  .card-project__name {
    font-size: 16px;
  }
  .card-project__detail {
    max-width: 100%;
  }
  .card-project__pref {
    font-size: 14px;
  }
  .card-project__total {
    font-size: 14px;
  }
  .card-project__text {
    font-size: 18px;
    font-weight: bold;
    margin-top: 2px;
  }
  .card-project__badge {
    width: 56px;
    height: 18px;
  }
  .card-project__quantity {
    font-size: 20px;
    letter-spacing: 0;
  }
  .card-project__progress {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    overflow: hidden;
  }
  .card-project__progress > div:first-child {
    flex: none;
  }
  .card-project__progress > div:nth-child(2) {
    flex: none;
    min-width: 130px;
  }
  .card-project__favorite-button {
    border-radius: 5px;
    font-size: 16px;
    height: 40px;
    box-sizing: border-box;
  }
  .card-project__end-button {
    border-radius: 5px;
    font-size: 14px;
    height: 32px;
    margin-top: 20px;
    padding-top: 6px;
  }
  .card-project__end {
    font-size: 14px;
    margin-left: 5px;
  }
  .card-project__row {
    display: flex;
    align-items: center;
  }
  .card-project__lead {
    display: inline-block;
    width: 64px;
  }
  .card-project .goods-col_name {
    margin-top: 10px;
  }
  .card-project .chart-bar {
    margin: 12px 0 16px 0;
  }
  .grid-6 .card-product__contents {
    padding: 14px 10px 10px;
  }
  .grid-6 .card-product__city img {
    display: none;
  }
  .grid-6 .sts-type4,
  .grid-6 .sts-type5,
  .grid-6 .sts-type6 {
    font-size: 16px;
  }
  .grid-7 .card-product__subtitle {
    margin: 0;
  }
  .grid-7 .card-product__subtitle-inner {
    margin: 0;
  }
  .grid-7 .card-product__price {
    font-size: 14px;
  }
  .grid-7 .card-product .sts-type4,
  .grid-7 .card-product .sts-type5,
  .grid-7 .card-product .sts-type6 {
    font-size: 16px;
  }
  .grid-ranking .grid__block:nth-child(n+4) .card-product__contents {
    padding: 14px 10px 10px;
  }
  .card-city__title {
    line-height: 1.38;
    font-size: 16px;
  }
  .card-city__contents {
    padding: 20px 10px 16px;
  }
  .card-city__contents .lst-icon {
    margin-top: 8px;
  }
  .card-city__image {
    height: 166px;
  }
  .card-city__cityimg {
    position: absolute;
    top: -86px;
    right: 0;
    left: 0;
    margin: auto;
    width: 78px;
  }
  .card-city__info dl dt,
  .card-city__info dl dd {
    padding: 8px 0;
    border-bottom: solid 1px #e5e5e5;
  }
  .card-city__info dl dd {
    width: 73%;
    padding-left: 7%;
  }
  .card-article__title {
    line-height: 1.38;
    font-size: 16px;
  }
  .card-article__contents {
    padding: 20px 10px 16px;
  }
  .card-article__contents .lst-icon {
    margin-top: 8px;
  }
  .sidebar-right .card--special-list {
    margin: 0;
  }
  .sidebar-right .card--special {
    width: 100%;
    margin: 20px 0 0;
  }
  .emerald-product-slider {
    max-width: 1072px;
    margin: 0 auto;
  }
  .emerald-product-slider-card-item__title {
    line-height: 1.38;
    font-size: 16px;
  }
  .emerald-product-slider-card-item__contents {
    padding: 16px 8px 8px;
  }
  .emerald-product-slider-card-item__contents .lst-icon {
    margin-top: 8px;
  }
  .emerald-product-slider-card-item__favorite {
    display: inline-block;
  }
  .emerald-product-slider-card-item__city {
    margin-top: 16px;
  }
  .emerald-product-slider__slider-wrap {
    overflow: hidden;
  }
  #emerald-recommendation .emerald-product-slider-card-item__title {
    line-height: 1.38;
    font-size: 16px;
  }
  #emerald-recommendation .emerald-product-slider-card-item__contents {
    padding: 16px 8px 8px;
  }
  #emerald-recommendation .emerald-product-slider-card-item__contents .lst-icon {
    margin-top: 8px;
  }
  .emerald-error {
    width: 1072px;
    margin: 0 auto;
  }
  .rank .inner {
    width: 1242px;
  }
  .rank .col_contents {
    width: 920px;
    padding-left: 26px;
    border-left: 1px solid #efefef;
  }
  .rank .rank-title {
    font-size: 24px;
    margin-top: 32px;
    padding-bottom: 24px;
    border-bottom: 1px solid #c8c8c8;
  }
  .rank .page-header {
    display: flex;
    align-items: center;
    max-width: 1072px;
    margin: 0 auto;
  }
  .rank .remaining-deduction {
    margin-top: 4px;
  }
  .rank .module:first-of-type {
    padding-top: 0;
  }
  .rank .module:last-of-type {
    border-bottom: none;
  }
  .rank .module .grid-5 {
    justify-content: flex-start;
  }
  .rank .module .grid-5 .grid__block {
    margin-right: 16px;
  }
  .rank .module .grid-5 .grid__block:nth-child(5n) {
    margin-right: 0;
  }
  .rank .ranking-feature .grid-4 .grid__block {
    width: 218px;
    height: 100%;
    margin-right: 16px;
    margin-top: 0;
  }
  .loading-content.emerald-section-block {
    height: 317px;
  }
  .emerald-product-slider-card-item__title {
    line-height: 1.38;
    font-size: 16px;
  }
  .emerald-product-slider-card-item__contents {
    padding: 20px 10px 16px;
  }
  .emerald-product-slider-card-item__contents .lst-icon {
    margin-top: 8px;
  }
  .altair-error {
    margin-top: 0;
  }
}
@media all and (-ms-high-contrast: none) {
  .card-product__image {
    min-height: 1px;
  }
  .card-product__price-option p {
    line-height: 1;
  }
  .card-project__image {
    min-height: 1px;
  }
  .card-city__image {
    min-height: 1px;
  }
  .card-article__image {
    min-height: 1px;
  }
  .emerald-product-slider-card-item__image {
    min-height: 1px;
  }
}
@media only screen and (min-width: 835px) and (min-width: 835px), only screen and (min-width: 835px) and (min-device-width: 835px), only screen and (min-device-width: 835px) and (min-width: 835px), (min-device-width: 835px) and (min-device-width: 835px) {
  .rank .col_contents {
    padding-top: 24px;
  }
  .rank .col_nav {
    padding-top: 24px;
  }
}
