@charset "UTF-8";

.mv {
  background-color: #A3DDFF;
}

/* 製品一覧 セールLP非表示用 */
.special_sale_none {
  display: none;
}
/* /製品一覧 セールLP非表示用 */

/* カウントダウン用 20250326 */
.cd_time_date_ts, .cd_time_hour_ts, .cd_time_min_ts, .cd_time_s_ts {
  margin-left: 5px;
  margin-right: 5px;
  padding: 2px 5px;
  display: inline-block;
  line-height: 1;
  font-size: 2em;
  border-radius: 3px;
  background-color: #fde;
}
/* /カウントダウン用 20250326 */

.refinemodal {
  width: 100%;
  left: 0;
}

.justify-center {
  justify-content: center;
}

.bg-bluegreen {
  background-color: #E5FBE4;
}

.ttl-big {
  line-height: 1.2;
  font-weight: bold;
  font-size: 56px;
}
.ttl-l {
  font-weight: bold;
  font-size: 36px;
}
.ttl-bar-yellow {
  background-color: #ffff00;
}
@media (max-width: 768px) {
  .ttl-big {
    font-size: 48px;
  }
  .ttl-l {
    font-size: 28px;
  }
}

.anc-row {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}
.anc-btn {
  padding: 10px 5px;
  display: flex;
  flex: 1;
  flex-basis: 150px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  color: #fff;
  line-height: 1.4;
  text-align: center;
  font-weight: bold;
  border-radius: 5px;
  background-color: #6db;
  box-shadow: 0px 1px 6px rgba(0, 0, 0, 0.3215686275);
}
.anc-btn:hover {
  box-shadow: none;
}
.anc-btn span {
  display: inline-block;
}

/* 機種エリア用 */
.storetop-list-text {
    width: 100%;
    max-width: 100%;
    margin-bottom: 0;
}
.price-row {
  display: flex;
  justify-content: center;
  align-items: stretch;
}
.price-row p {
  line-height: 1;
}
.price-ttl {
  margin-right: 10px;
  padding: 5px 0;
  width: 6em;
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  font-size: 16px;
  border: solid 2px #ccc;
  border-radius: 5px;
}
.storetop-list-price-text .price-main strong {
  font-size: 56px;
}
.storetop-list-price-text .price-sub strong {
  font-size: 40px;
}
.storetop-list-price-text {
  line-height: 1.4;
  font-size: 30px;
}
.storetop-list-price-text .yen {
  padding-left: 3px;
  font-size: 18px;
}
.price-box-orange {
  padding: 5px;
  color: #f60;
  border: solid 2px #f60;
}
@media (max-width: 768px) {
  .storetop-list-text {
    margin-bottom: 0;
  }
  .storetop-list-price-text {
      font-size: 24px;
  }
  .storetop-list-price-text .yen {
      font-size: 16px;
  }
  .storetop-list-price-text .price-main strong {
      font-size: 48px;
  }
  .storetop-list-price-text .price-sub strong {
      font-size: 36px;
  }
}
@media screen and (max-width: 370px) {
  .storetop-list-price-text,
  .storetop-list-price p:last-child {
      font-size: 24px;
  }
  .storetop-list-price-text .yen {
      font-size: 16px;
  }
  .storetop-list-price-text strong {
      font-size: 48px;
  }
  .storetop-list-price-text .price-sub strong {
      font-size: 36px;
  }
}
/* /機種エリア用 */