@charset "UTF-8";
.ta-r {
  text-align: right;
}

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

.mb-00 {
  margin-bottom: 0 !important;
}

.mb-10 {
  margin-bottom: 10px !important;
}

.mb-20 {
  margin-bottom: 20px !important;
}

.mb-30 {
  margin-bottom: 30px !important;
}

.mb-40 {
  margin-bottom: 40px !important;
}

.mb-50 {
  margin-bottom: 50px !important;
}

.mb-60 {
  margin-bottom: 60px !important;
}

.mt-00 {
  margin-top: 0 !important;
}

.mt-16 {
  margin-top: 16px !important;
}

.mt-10 {
  margin-top: 10px !important;
}

.mt-20 {
  margin-top: 20px !important;
}

.mt-30 {
  margin-top: 30px !important;
}

.mt-40 {
  margin-top: 40px !important;
}

.mt-50 {
  margin-top: 50px !important;
}

.mt-60 {
  margin-top: 60px !important;
}

.mt-20-48 {
  margin-top: 20px !important;
}

.mt-40-80 {
  margin-top: 40px !important;
}

.pb-00 {
  padding-bottom: 0 !important;
}

.pb-10 {
  padding-bottom: 10px !important;
}

.pb-20 {
  padding-bottom: 20px !important;
}

.pb-30 {
  padding-bottom: 30px !important;
}

.pb-40 {
  padding-bottom: 40px !important;
}

.pb-50 {
  padding-bottom: 50px !important;
}

.pb-60 {
  padding-bottom: 60px !important;
}

.pt-00 {
  padding-top: 0 !important;
}

.pt-10 {
  padding-top: 10px !important;
}

.pt-20 {
  padding-top: 20px !important;
}

.pt-30 {
  padding-top: 30px !important;
}

.pt-40 {
  padding-top: 40px !important;
}

.pt-50 {
  padding-top: 50px !important;
}

.pt-60 {
  padding-top: 60px !important;
}

.pt-70 {
  padding-top: 70px !important;
}

.pt-80 {
  padding-top: 80px !important;
}

.pt-90 {
  padding-top: 90px !important;
}

.pt-100 {
  padding-top: 100px !important;
}

.pt-110 {
  padding-top: 110px !important;
}

.pr-00 {
  padding-right: 0 !important;
}

.px-10 {
  padding-left: 10px !important;
  padding-right: 10px !important;
}

.px-20 {
  padding-left: 20px !important;
  padding-right: 20px !important;
}

.px-30 {
  padding-left: 30px !important;
  padding-right: 30px !important;
}

.px-40 {
  padding-left: 40px !important;
  padding-right: 40px !important;
}

.px-50 {
  padding-left: 50px !important;
  padding-right: 50px !important;
}

.px-60 {
  padding-left: 60px !important;
  padding-right: 60px !important;
}

.mw-100 {
  max-width: 100%;
}

.ls-0 {
  letter-spacing: 0;
}

.loading-spinner {
  font-size: 40px;
  position: relative;
  display: block;
  width: 1em;
  height: 1em;
  margin: 0 auto;
}
.loading-spinner .loading-spinner__blade {
  position: absolute;
  left: 0.4629em;
  bottom: 0;
  width: 0.05em;
  height: 0.24em;
  border-radius: 0.5em;
  background-color: transparent;
  -webkit-transform-origin: center -0.2222em;
          transform-origin: center -0.2222em;
  -webkit-animation: spinner-fade 1s infinite linear;
          animation: spinner-fade 1s infinite linear;
}
.loading-spinner .loading-spinner__blade:nth-child(1) {
  -webkit-animation-delay: 0s;
          animation-delay: 0s;
  -webkit-transform: rotate(0deg);
          transform: rotate(0deg);
}
.loading-spinner .loading-spinner__blade:nth-child(2) {
  -webkit-animation-delay: 0.083s;
          animation-delay: 0.083s;
  -webkit-transform: rotate(30deg);
          transform: rotate(30deg);
}
.loading-spinner .loading-spinner__blade:nth-child(3) {
  -webkit-animation-delay: 0.166s;
          animation-delay: 0.166s;
  -webkit-transform: rotate(60deg);
          transform: rotate(60deg);
}
.loading-spinner .loading-spinner__blade:nth-child(4) {
  -webkit-animation-delay: 0.249s;
          animation-delay: 0.249s;
  -webkit-transform: rotate(90deg);
          transform: rotate(90deg);
}
.loading-spinner .loading-spinner__blade:nth-child(5) {
  -webkit-animation-delay: 0.332s;
          animation-delay: 0.332s;
  -webkit-transform: rotate(120deg);
          transform: rotate(120deg);
}
.loading-spinner .loading-spinner__blade:nth-child(6) {
  -webkit-animation-delay: 0.415s;
          animation-delay: 0.415s;
  -webkit-transform: rotate(150deg);
          transform: rotate(150deg);
}
.loading-spinner .loading-spinner__blade:nth-child(7) {
  -webkit-animation-delay: 0.498s;
          animation-delay: 0.498s;
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
}
.loading-spinner .loading-spinner__blade:nth-child(8) {
  -webkit-animation-delay: 0.581s;
          animation-delay: 0.581s;
  -webkit-transform: rotate(210deg);
          transform: rotate(210deg);
}
.loading-spinner .loading-spinner__blade:nth-child(9) {
  -webkit-animation-delay: 0.664s;
          animation-delay: 0.664s;
  -webkit-transform: rotate(240deg);
          transform: rotate(240deg);
}
.loading-spinner .loading-spinner__blade:nth-child(10) {
  -webkit-animation-delay: 0.747s;
          animation-delay: 0.747s;
  -webkit-transform: rotate(270deg);
          transform: rotate(270deg);
}
.loading-spinner .loading-spinner__blade:nth-child(11) {
  -webkit-animation-delay: 0.83s;
          animation-delay: 0.83s;
  -webkit-transform: rotate(300deg);
          transform: rotate(300deg);
}
.loading-spinner .loading-spinner__blade:nth-child(12) {
  -webkit-animation-delay: 0.913s;
          animation-delay: 0.913s;
  -webkit-transform: rotate(330deg);
          transform: rotate(330deg);
}

@-webkit-keyframes spinner-fade {
  0% {
    background-color: #333333;
  }
  100% {
    background-color: transparent;
  }
}

@keyframes spinner-fade {
  0% {
    background-color: #333333;
  }
  100% {
    background-color: transparent;
  }
}
/* 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;
}

.page-shindan-chart {
  display: flex;
  flex-direction: column;
  min-height: 133vh;
}

.mv {
  margin: auto;
}

.mv-copy {
  display: flex;
  justify-content: center;
  padding: 0 16px;
}

.mv-copy__text {
  font-size: 14px;
}

.question-form {
  box-sizing: border-box;
  padding: 0 16px 40px;
}

.question-section {
  opacity: 0;
  height: 0;
  transition: all 0.5s ease-in-out;
  pointer-events: none;
}
.question-section.-active {
  opacity: 1;
  height: auto;
  margin-bottom: 12px;
  pointer-events: initial;
}

.question-section__collapsed {
  background-color: #f6f6f6;
  border-radius: 10px;
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  opacity: 0;
  padding: 0;
  height: 0;
  overflow: hidden;
  cursor: pointer;
}
.question-section__collapsed.-active {
  opacity: 1;
  height: auto;
  padding: 12px 24px;
}

.question-section__collapsed-q {
  font-size: 12px;
  display: flex;
  margin: 4px 0;
}
.question-section__collapsed-q .icon-q {
  margin-right: 8px;
  width: 20px;
}

.question-section__collapsed-a {
  font-size: 12px;
  margin: 4px 0 4px auto;
}
.question-section__collapsed-a .mf-arrow01-down {
  margin-left: 8px;
}

.question-section__collapsed-a-value {
  font-weight: bold;
  margin-left: 8px;
}

.question-block {
  border-radius: 10px;
  opacity: 0;
  height: 0;
  transition: all 0.5s ease-out;
  overflow: hidden;
  text-align: center;
}
.question-block.-active {
  opacity: 1;
  height: auto;
}

.question-block__inner {
  padding: 16px 8px;
  background-color: #f6f6f6;
}

.question-block__title {
  text-align: left;
  padding: 0 4px;
  font-size: 14px;
  display: flex;
  justify-content: center;
}
.question-block__title .icon-q {
  margin-right: 8px;
  width: 20px;
}

.question-block__description {
  font-size: 12px;
  display: inline-block;
}

.answer-group {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  padding-top: 16px;
}
.answer-group > :not(.shindan-button-check:first-child) + .shindan-button {
  margin-left: 8px;
}
.answer-group.-col-2 {
  margin: -12px 0;
}
.answer-group.-col-2 .shindan-button {
  width: calc(50% - 24px);
  height: 66px;
  max-width: 145px;
  margin: 12px;
}
.answer-group.-col-4-pc {
  margin: -8px 0;
}
.answer-group.-category {
  margin: -1vw;
}

.shindan-button {
  border: solid 2px #16160e;
  border-radius: 16px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  background-color: #ffffff;
  flex-direction: column;
  font-size: 14px;
  font-weight: bold;
  box-sizing: border-box;
  cursor: pointer;
}
.shindan-button.-category {
  padding: 6px;
  line-height: 1;
  width: calc(33% - 2.8vw);
  aspect-ratio: 100/84;
  margin: 1.4vw;
}
.shindan-button.-category .shindan-button__text {
  margin-top: 1vw;
}
.shindan-button.fs-12-14 {
  font-size: 12px;
}
.shindan-button.fs-16-20 {
  font-size: 16px;
}
.shindan-button .shindan-button__img {
  max-width: 64%;
}

.shindan-button-check {
  display: none;
}
.shindan-button-check:checked + .shindan-button:not(.-category) {
  background-color: #16160e;
  color: #ffffff;
}

.shindan-tag {
  color: #16160e;
  background-color: #ffffff;
  font-size: 14px;
  border: 1px solid #e5e5e5;
  border-radius: 16px;
  padding: 2px 8px;
  margin: 4px;
  cursor: pointer;
}
.shindan-tag.-selected {
  border-color: #16160e;
  background-color: #16160e;
  color: #ffffff;
  pointer-events: none;
}

.button-selector-label {
  display: flex;
  align-items: baseline;
  line-height: 1;
  font-weight: bold;
  width: 158px;
  white-space: nowrap;
}
.button-selector-label .number {
  margin-left: auto;
}
.button-selector-label .number,
.button-selector-label .unit {
  font-size: 48px;
}
.button-selector-label .suffix,
.button-selector-label .unit.-small {
  font-size: 16px;
}

.button-selector-wrapper {
  display: flex;
  align-items: center;
}

.button-selector-group {
  display: flex;
  margin-left: 8px;
}

.button-selector {
  border-radius: 50%;
  width: 48px;
  height: 48px;
  background-color: #ffffff;
  border: none;
  font-size: 22px;
  display: inline-block;
}
.button-selector.-up {
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
  margin-left: 8px;
}

.button-selector__icon {
  margin-top: 8px;
  display: inline-block;
}

.income-bottom {
  margin-top: 16px;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}
.income-bottom .income-enter-button {
  width: 162px;
  height: 42px;
  margin-top: 24px;
}

.category-group {
  display: none;
  flex-wrap: wrap;
  align-items: center;
}
.category-group.-active {
  display: flex;
}
.category-group.-button {
  max-width: 460px;
  justify-content: center;
}

.no-wrap {
  white-space: nowrap;
}

.result-wrapper {
  height: 0;
  overflow: hidden;
  transition: all 0.6s ease-out;
  opacity: 0;
}
.result-wrapper.-active {
  height: auto;
  margin-top: 0;
  opacity: 1;
}

.result-bg {
  --size: 26px;
  background-color: #fff4de;
  position: relative;
  padding: 72px 0;
}
.result-bg::before {
  content: "";
  display: block;
  height: var(--size);
  width: var(--size);
  position: absolute;
  top: calc(var(--size) / -2);
  left: calc(50% - var(--size) / 2);
  border-radius: 50%;
  background-color: #ffffff;
}

.result-block {
  background-color: #ffffff;
  padding: 20px 16px;
  margin: 16px;
  border-radius: 16px;
}

.result-title {
  font-size: 16px;
  font-weight: bold;
  text-align: center;
  margin: 16px 0px;
}

.result-text {
  font-size: 16px;
}

.result-description {
  max-width: 548px;
  margin: auto;
}

.result-image {
  width: 100%;
  max-width: 640px;
  margin: 8px auto;
}

.amount-pre {
  text-align: center;
  font-size: 16px;
}

.amount-result {
  color: #ad0003;
  font-size: 40px;
  font-weight: bold;
  text-align: center;
}
.amount-result span {
  font-size: 50px;
}

.emerald-title {
  text-align: center;
  font-size: 17px;
}

.amount-description {
  text-align: center;
  font-size: 12px;
}

.emerald-wrapper {
  min-height: 200px;
}
.emerald-wrapper .sld__item {
  width: 182px;
  margin-right: 12px;
}
.emerald-wrapper .card-product__image {
  width: 100%;
  height: 109px;
}

.sld {
  position: relative;
}
.sld .u-loader {
  top: calc(50% - 20px);
  left: calc(50% - 20px);
}

.emerald-slider-button {
  height: 42px;
  width: 42px;
  background-color: #16160e;
  border-radius: 50%;
  border: none;
  display: none;
  align-items: center;
  justify-content: center;
  top: 86px;
}
.emerald-slider-button:hover {
  opacity: 0.85;
}
.emerald-slider-button.is-next {
  right: -21px;
}
.emerald-slider-button.is-prev {
  left: -21px;
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
}
.emerald-slider-button .emerald-slider-button__icon {
  color: #ffffff;
  margin-left: 2px;
}
.emerald-slider-button .emerald-slider-button__icon::before {
  display: flex;
  align-items: center;
}

.sticky-bottom {
  width: 100%;
  position: fixed;
  bottom: 0px;
  padding: 16px 0 20px;
  box-shadow: 0px -1px 2px 0px rgba(0, 0, 0, 0.1607843137);
  margin-top: auto;
  background-color: #ffffff;
  z-index: 1;
  transition: all 0.5s ease-out;
  -webkit-transform: translateY(70px);
          transform: translateY(70px);
  opacity: 0;
}
.sticky-bottom.-active {
  -webkit-transform: translateY(0);
          transform: translateY(0);
  opacity: 1;
}

.sticky-bottom__inner {
  padding: 0 8px;
  display: flex;
  align-items: center;
}

.progress {
  width: 100%;
  height: 8px;
  background: #d9d9d9;
  border-radius: 4px;
  overflow: hidden;
}

.progress-bar {
  background: #008461;
  height: 100%;
  transition: width 0.3s ease-out;
}

.progress-text {
  text-align: right;
  white-space: nowrap;
  font-size: 12px;
  min-width: 80px;
}

.progress-text__main {
  font-size: 16px;
  font-weight: bold;
  margin-left: 4px;
}

@-webkit-keyframes dot-keyframes {
  0% {
    opacity: 0.4;
    -webkit-transform: scale(1, 1) translateY(0);
            transform: scale(1, 1) translateY(0);
  }
  25% {
    opacity: 1;
    -webkit-transform: scale(1.2, 1.2) translateY(-4px);
            transform: scale(1.2, 1.2) translateY(-4px);
  }
  50% {
    opacity: 0.4;
    -webkit-transform: scale(1, 1) translateY(0);
            transform: scale(1, 1) translateY(0);
  }
  100% {
    opacity: 0.4;
    -webkit-transform: scale(1, 1) translateY(0);
            transform: scale(1, 1) translateY(0);
  }
}

@keyframes dot-keyframes {
  0% {
    opacity: 0.4;
    -webkit-transform: scale(1, 1) translateY(0);
            transform: scale(1, 1) translateY(0);
  }
  25% {
    opacity: 1;
    -webkit-transform: scale(1.2, 1.2) translateY(-4px);
            transform: scale(1.2, 1.2) translateY(-4px);
  }
  50% {
    opacity: 0.4;
    -webkit-transform: scale(1, 1) translateY(0);
            transform: scale(1, 1) translateY(0);
  }
  100% {
    opacity: 0.4;
    -webkit-transform: scale(1, 1) translateY(0);
            transform: scale(1, 1) translateY(0);
  }
}
.loading-dots {
  text-align: center;
  width: 100%;
  margin-top: 30vh;
}
.loading-dots--dot {
  -webkit-animation: dot-keyframes 1.2s infinite linear;
          animation: dot-keyframes 1.2s infinite linear;
  background-color: #000;
  border-radius: 10px;
  display: inline-block;
  height: 10px;
  width: 10px;
}
.loading-dots--dot:nth-child(2) {
  -webkit-animation-delay: 0.4s;
          animation-delay: 0.4s;
}
.loading-dots--dot:nth-child(3) {
  -webkit-animation-delay: 0.8s;
          animation-delay: 0.8s;
}

.regist-block {
  margin: 124px 16px 60px;
  background-color: #f8fafa;
  border-radius: 16px;
  padding: 32px 24px;
  display: flex;
  flex-direction: column;
  align-items: center;
}
.regist-block .-rounded {
  border-radius: 24px;
  font-weight: bold;
}

.regist-title {
  font-size: 22px;
}

.merit-title {
  font-size: 20px;
}

.regist-list__item {
  background-image: url("https://img.furusato-tax.jp/img/x/city/files/09367/check_orange.png");
  background-repeat: no-repeat;
  background-position: 0 8px;
  background-size: 20px auto;
  padding: 8px 0 8px 28px;
  font-size: 16px;
  font-weight: bold;
}

.range-slider {
  --c: black;
  /* active color */
  --g: 4px;
  /* the gap */
  --l: 3px;
  /* line thickness*/
  --s: 17px;
  /* thumb size*/
  position: relative;
  z-index: 1;
  width: 80%;
  max-width: 400px;
  line-height: 1;
  margin-bottom: 16px;
}
.range-slider input.range-slider__input:focus:not([readonly]) {
  border: none;
}

.range-slider__input {
  width: 100%;
  height: var(--s);
  /* needed for Firefox*/
  --_c: color-mix(in srgb, var(--c), #000 var(--p, 0%));
  -webkit-appearance: none;
  appearance: none;
  background: none;
  cursor: pointer;
  overflow: hidden;
  /* chromium */
  /* Firefox */
}
.range-slider__input::-webkit-slider-thumb {
  height: var(--s);
  aspect-ratio: 1;
  border-radius: 50%;
  box-shadow: 0 0 0 var(--s, var(--l)) inset var(--_c);
  border-image: linear-gradient(90deg, var(--_c) 50%, #ababab 0) 0 1/calc(50% - var(--l) / 2) 100vw/0 calc(100vw + var(--g));
  -webkit-appearance: none;
  appearance: none;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.range-slider__input::-moz-range-thumb {
  height: var(--s);
  width: var(--s);
  background: none;
  border-radius: 50%;
  box-shadow: 0 0 0 var(--s, var(--l)) inset var(--_c);
  border-image: linear-gradient(90deg, var(--_c) 50%, #ababab 0) 0 1/calc(50% - var(--l) / 2) 100vw/0 calc(100vw + var(--g));
  appearance: none;
  -moz-transition: 0.3s;
  transition: 0.3s;
}
.range-slider__input:focus-visible, .range-slider__input:hover {
  --p: 25%;
}
.range-slider__input:active, .range-slider__input:focus-visible {
  --_b: var(--s);
}

@supports not (color: color-mix(in srgb, red, red)) {
  .range-slider__input {
    --_c: var(--c);
  }
}
.range-slider__dots {
  display: flex;
  justify-content: space-between;
  width: calc(100% - (17px - 9px));
  margin-left: 4px;
  position: absolute;
  top: 4px;
  left: 0;
  pointer-events: none;
}
.range-slider__dots .range-step {
  position: relative;
}
.range-slider__dots .range-step__label {
  position: absolute;
  top: 14px;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  white-space: nowrap;
  display: none;
  color: #bdbbbf;
  font-size: 12px;
  font-weight: bold;
}
.range-slider__dots .range-step__label.-sp {
  display: inline-block;
}
.range-slider__dots .range-dot {
  display: block;
  width: 9px;
  height: 9px;
  background-color: #f6f6f6;
  position: relative;
}
.range-slider__dots .range-dot::before {
  content: "";
  display: block;
  width: 3px;
  height: 3px;
  display: block;
  background-color: #ccc;
  border-radius: 50%;
  position: absolute;
  top: 3px;
  left: 3px;
}
.range-slider__dots .range-dot.active::before {
  background-color: #000;
}
.range-slider__dots .range-dot.selected {
  opacity: 0;
}

.mt-8 {
  margin-top: 8px !important;
}

.mt-16 {
  margin-top: 16px !important;
}

.mt-24 {
  margin-top: 24px !important;
}

.mt-32 {
  margin-top: 32px !important;
}

.mt-40 {
  margin-top: 40px !important;
}

.mt-48 {
  margin-top: 48px !important;
}

.mt-56 {
  margin-top: 56px !important;
}

.btn-pagetop__link {
  display: none;
}

@media only screen and (min-width: 835px), (min-device-width: 835px) {
  .align-center-pc {
    text-align: center;
  }
  .mb-00-pc {
    margin-bottom: 0 !important;
  }
  .mb-10-pc {
    margin-bottom: 10px !important;
  }
  .mb-20-pc {
    margin-bottom: 20px !important;
  }
  .mb-30-pc {
    margin-bottom: 30px !important;
  }
  .mb-40-pc {
    margin-bottom: 40px !important;
  }
  .mb-50-pc {
    margin-bottom: 50px !important;
  }
  .mb-60-pc {
    margin-bottom: 60px !important;
  }
  .mt-10-pc {
    margin-top: 10px !important;
  }
  .mt-20-pc {
    margin-top: 20px !important;
  }
  .mt-30-pc {
    margin-top: 30px !important;
  }
  .mt-40-pc {
    margin-top: 40px !important;
  }
  .mt-50-pc {
    margin-top: 50px !important;
  }
  .mt-60-pc {
    margin-top: 60px !important;
  }
  .mt-20-48 {
    margin-top: 48px !important;
  }
  .mt-40-80 {
    margin-top: 80px !important;
  }
  .pb-10-pc {
    padding-bottom: 10px !important;
  }
  .pb-20-pc {
    padding-bottom: 20px !important;
  }
  .pb-30-pc {
    padding-bottom: 30px !important;
  }
  .pb-40-pc {
    padding-bottom: 40px !important;
  }
  .pb-50-pc {
    padding-bottom: 50px !important;
  }
  .pb-60-pc {
    padding-bottom: 60px !important;
  }
  .pt-10-pc {
    padding-top: 10px !important;
  }
  .pt-20-pc {
    padding-top: 20px !important;
  }
  .pt-30-pc {
    padding-top: 30px !important;
  }
  .pt-40-pc {
    padding-top: 40px !important;
  }
  .pt-50-pc {
    padding-top: 50px !important;
  }
  .pt-60-pc {
    padding-top: 60px !important;
  }
  .pt-70-pc {
    padding-top: 70px !important;
  }
  .pt-80-pc {
    padding-top: 80px !important;
  }
  .pt-90-pc {
    padding-top: 90px !important;
  }
  .pt-100-pc {
    padding-top: 100px !important;
  }
  .pt-110-pc {
    padding-top: 110px !important;
  }
  .px-10-pc {
    padding-left: 10px !important;
    padding-right: 10px !important;
  }
  .px-20-pc {
    padding-left: 20px !important;
    padding-right: 20px !important;
  }
  .px-30-pc {
    padding-left: 30px !important;
    padding-right: 30px !important;
  }
  .px-40-pc {
    padding-left: 40px !important;
    padding-right: 40px !important;
  }
  .px-50-pc {
    padding-left: 50px !important;
    padding-right: 50px !important;
  }
  .px-60-pc {
    padding-left: 60px !important;
    padding-right: 60px !important;
  }
  .sp {
    display: none !important;
  }
  .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;
  }
  .mv {
    width: 940px;
  }
  .mv-copy__text {
    font-size: 16px;
  }
  .question-form {
    padding: 0 0 40px;
  }
  .question-section.-active {
    margin-bottom: 24px;
  }
  .question-section__collapsed-q {
    font-size: 16px;
  }
  .question-section__collapsed-q .icon-q {
    width: 25px;
  }
  .question-section__collapsed-a {
    font-size: 14px;
  }
  .question-block__inner {
    padding: 40px;
  }
  .question-block__title {
    font-size: 20px;
    text-align: center;
  }
  .question-block__title .icon-q {
    width: 30px;
  }
  .question-block__description {
    font-size: 16px;
    padding-top: 6px;
    color: #6b6b6b;
  }
  .answer-group {
    padding-top: 40px;
  }
  .answer-group.-col-2 .shindan-button {
    max-width: 190px;
    height: 100px;
  }
  .answer-group.-col-4-pc .shindan-button {
    width: calc(25% - 16px);
    height: 80px;
    margin: 8px;
    max-width: 170px;
  }
  .answer-group.-category {
    margin: -20px 0;
  }
  .shindan-button:hover {
    opacity: 0.85;
  }
  .shindan-button.-category {
    width: 148px;
    height: 124px;
    margin: 20px 32px;
    max-width: none;
  }
  .shindan-button.-category .shindan-button__img {
    margin-top: 4px;
  }
  .shindan-button.-category .shindan-button__text {
    margin-top: 12px;
  }
  .shindan-button.fs-12-14 {
    font-size: 14px;
  }
  .shindan-button.fs-16-20 {
    font-size: 20px;
  }
  .shindan-button .shindan-button__img {
    max-width: 70%;
  }
  .shindan-tag:hover {
    background-color: #e5e5e5;
  }
  .button-selector-label {
    width: 178px;
  }
  .button-selector-label .unit.-small {
    margin-left: 6px;
  }
  .button-selector-label .unit:not(.-small) {
    margin-right: 6px;
  }
  .button-selector-group {
    flex-direction: column-reverse;
  }
  .button-selector {
    border-radius: 0 0 50% 50%;
    width: 26px;
    height: 26px;
    font-size: 14px;
  }
  .button-selector.-up {
    margin-left: 0;
    margin-bottom: 1px;
  }
  .button-selector__icon {
    margin-top: 0;
  }
  .income-bottom {
    margin-top: 24px;
  }
  .income-bottom .income-enter-button {
    height: 48px;
    margin-top: 0;
    margin-left: 40px;
  }
  .category-group.-button {
    max-width: none;
  }
  .category-group.-tag {
    justify-content: center;
  }
  .result-bg {
    --size: 30px;
    padding: 96px;
  }
  .result-block {
    padding: 32px;
    margin: 0;
  }
  .result-title {
    font-size: 24px;
  }
  .result-text {
    font-size: 18px;
  }
  .result-image {
    width: 320px;
  }
  .amount-pre {
    font-size: 18px;
  }
  .emerald-title {
    font-size: 24px;
  }
  .amount-description {
    font-size: 16px;
  }
  .emerald-wrapper .sld__item {
    width: 174px;
  }
  .emerald-slider-button {
    display: flex;
  }
  .sticky-bottom__inner {
    width: 796px;
    margin: 0 auto;
  }
  .regist-block {
    margin: 160px auto;
    padding: 40px;
  }
  .regist-title {
    font-size: 26px;
  }
  .merit-title {
    font-size: 24px;
  }
  .regist-list__item {
    background-size: 25px auto;
    padding: 8px 0 8px 33px;
  }
  .range-slider__dots .range-step__label.-pc {
    display: inline-block;
  }
  .mt-pc-8 {
    margin-top: 8px !important;
  }
  .mt-pc-16 {
    margin-top: 16px !important;
  }
  .mt-pc-24 {
    margin-top: 24px !important;
  }
  .mt-pc-32 {
    margin-top: 32px !important;
  }
  .mt-pc-40 {
    margin-top: 40px !important;
  }
  .mt-pc-48 {
    margin-top: 48px !important;
  }
  .mt-pc-56 {
    margin-top: 56px !important;
  }
}

@media only screen and (max-width: 834px) and (max-device-width: 834px) {
  .pc {
    display: none !important;
  }
  .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;
  }
}

@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;
  }
}

@media only screen and (min-device-width: 600px) {
  .page-shindan-chart {
    min-height: 160vh;
  }
}
