.category-list-inner::after, .themes-collection-content::after, .vertical-item__item::after {
  content: "";
  display: table;
  clear: both;
}

@font-face {
  font-family: "Digital-7 Italic";
  src: url("/css/fonts/digital-7.italic.ttf");
}
.section-title__icon {
  vertical-align: middle;
}

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

.index-domain {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  background: white;
  padding: 0.5rem 0;
}
.index-domain-item {
  display: inline-block;
  width: 20%;
  text-align: center;
  color: #7a7a7a;
  font-size: 12px;
}
.index-domain-item.domain-active {
  font-weight: bold;
}
.index-domain-item.domain-active:nth-of-type(1) {
  color: #FFBE00;
}
.index-domain-item.domain-active:nth-of-type(2) {
  color: #007dff;
}
.index-domain-item.domain-active:nth-of-type(3) {
  color: #ff4242;
}
.index-domain-item.domain-active:nth-of-type(4) {
  color: #fa3c7a;
}
.index-domain-item.domain-active:nth-of-type(5) {
  color: #00ce89;
}
.index-domain-item__icon {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin: 0 auto 0.5rem;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  color: white;
  font-size: 1.25rem;
}
.index-domain-item__icon--yahoojp {
  background: #FFBE00;
}
.index-domain-item__icon--jpshopping {
  background: #ff4242;
}
.index-domain-item__icon--ebayus {
  background: #007dff;
}
.index-domain-item__icon--jpselection {
  background: #fa3c7a;
}
.index-domain-item__icon--jpselection i:first-child {
  margin-top: 0.25rem;
  margin-right: 0.25rem;
  font-size: 1rem;
}
.index-domain-item__icon--jpselection i + i {
  position: absolute;
  font-size: 12px;
  top: 7px;
  right: 7px;
  background: #fa3c7a;
}
.index-domain-item__icon--letaotalks {
  background: #00ce89;
}
.index-domain-item__icon--animation i {
  -webkit-animation-name: flash;
          animation-name: flash;
  -webkit-animation-iteration-count: infinite;
          animation-iteration-count: infinite;
  -webkit-animation-duration: 4s;
          animation-duration: 4s;
}

.index-banner {
  width: 95%;
  padding: 0.5rem 0;
  margin: 0 auto;
}
.index-banner--yahoojp .swiper-pagination-bullet-active {
  background: #FFBE00;
}

.o-tutorial-banner {
  margin: 0.25rem auto 0.35rem;
  display: inline-block;
  font-size: 0;
}
.o-tutorial-banner__link {
  display: inline-block;
  font-size: initial;
  max-width: 50%;
}

.section-header {
  padding-top: 1rem;
}
.section-header__title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin: 0.5rem 1.5rem;
}
.section-header--left {
  color: #333333;
  font-size: 18px;
}
.section-header--right {
  color: #FF7800;
  font-size: 13px;
}
.section-header__detail-button {
  margin-top: 5px;
  float: right;
  font-size: 12px;
  color: #7a7a7a;
}
.section-content {
  display: none;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.section-content-tab {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  z-index: 3;
  width: 100%;
  white-space: nowrap;
  overflow-x: auto;
  font-size: 0;
  background: white;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.section-content-tab li {
  display: inline-block;
}
.section-content-tab__button {
  display: block;
  padding: 0.5rem 0.75rem;
  color: #7a7a7a;
  font-size: 12px;
  font-weight: bold;
  -webkit-transition: -webkit-transform 0.5s;
  transition: -webkit-transform 0.5s;
  transition: transform 0.5s;
  transition: transform 0.5s, -webkit-transform 0.5s;
  border-bottom: 3px solid white;
}
.section-content-tab__button.tab-active {
  color: #FFBE00;
  border-bottom: 3px solid #FFBE00;
}
.section-content-tab.sticky-navigation {
  position: fixed;
  top: 50px;
}
.section-content.content-active {
  display: block;
}
.section-content.content-active #js-seller-tab {
  display: block;
}

.brand-list-card {
  display: block;
  line-height: 0;
}

.hottest-list-card-wrapper {
  background: white;
}
.hottest-list-section-price {
  font-size: 13px;
}

.vertical-item-list {
  width: 220px;
  height: 355px;
  padding: 10px;
  font-size: 18px;
  background: white;
  display: block;
}
.vertical-item-list-inner .swiper-container {
  overflow: initial;
  padding-bottom: 25px;
}
.vertical-item-list-inner .swiper-container .swiper-pagination {
  bottom: 0;
}
.vertical-item-list-inner .swiper-container .swiper-pagination-bullet {
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
  border-radius: 10px;
  width: 10px;
  height: 10px;
  background: #eaeaea;
}
.vertical-item-list-inner .swiper-container .swiper-pagination-bullet-active {
  width: 30px;
}
.vertical-item-list__category-title {
  font-weight: bold;
  padding-bottom: 5px;
}
.vertical-item__item {
  border-top: 3px solid #eaeaea;
  color: #7a7a7a;
  min-height: 102px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.vertical-item__img {
  max-width: 90px;
  width: 45%;
  margin: 5px 0;
}
.vertical-item__title {
  font-size: 13px;
  width: 55%;
  margin-right: 2%;
}

.themes-collection-content {
  background: white;
}
.themes-collection-content__img {
  line-height: 0;
  float: left;
  width: 45%;
}
.themes-collection-content__title {
  line-height: 60px;
  float: left;
  width: 55%;
}
.themes-collection-content__description {
  display: inline-block;
  height: 33px;
  line-height: 55px;
  border-bottom: 4px solid #fa3c7a;
}

.theme-category-card {
  display: block;
  line-height: 0;
}

.step-flow-wrapper {
  margin-bottom: 2rem;
}
.step-flow-content {
  padding: 0 15px;
}
.step-flow-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: distribute;
      justify-content: space-around;
}
.step-flow-list li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.step-flow-list li:nth-child(odd) {
  background: #fff;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  width: 26%;
  padding: 0.5rem 0.25rem;
  font-size: 11px;
  border-radius: 8.95px;
}
.step-flow-list li:nth-child(even) {
  color: #AAAAAA;
  font-size: 12px;
}
.step-flow-list__title {
  height: 28px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  text-align: center;
  padding: 5% 10%;
}
.step-flow-list-icon {
  height: 50px;
  width: 60px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin: 5px 0;
}
.step-flow-list__icon {
  max-width: 55%;
}

.category-list-card {
  border-right: 1px solid #eaeaea;
  border-bottom: 1px solid #eaeaea;
  background: white;
  display: block;
  float: left;
  width: 33.3333%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 3px 0;
}
.category-list-card:nth-child(3n+3) {
  border-right: 0;
}
.category-list-card__icon {
  padding: 0 3px;
  vertical-align: middle;
}

.stores-list-inner {
  background: white;
}
.stores-list-card {
  padding: 10px 0;
}
.stores-list__img {
  border: 1px solid #eaeaea;
  line-height: 0;
}
.stores-list__img img {
  max-width: 100%;
}
.stores-list__description-title {
  margin-top: 15px;
  font-size: 12px;
}

.second-banner {
  width: 95%;
  padding: 0.5rem 0;
  padding-bottom: 0;
  margin: 0 auto;
}
.second-banner__link {
  display: inline-block;
  border-radius: 0.5rem;
  overflow: hidden;
}

.campaign-tips-wrapper {
  margin: 0.5rem 0;
  background-size: contain;
  background-position: center center;
  background-repeat: no-repeat;
  text-align: center;
}
.campaign-tips-wrapper--new .campaign-tips {
  width: 95%;
  padding: 0.5rem 0;
  margin: 0 auto;
}
.campaign-tips-wrapper--new .campaign-tips-row {
  padding: 0.5rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  background: #b50e16;
  border-radius: 0.5rem;
}
.campaign-tips-wrapper--new .campaign-tips-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  text-align: center;
}
.campaign-tips-wrapper--new .campaign-tips-card {
  margin-bottom: 0.25rem;
}
.campaign-tips-wrapper--new .campaign-tips-card:last-child {
  margin-bottom: 0;
}
.campaign-tips-content {
  padding: 0.5rem 0;
}
.campaign-tips-row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-bottom: 0.5rem;
}
.campaign-tips-row:last-child {
  margin-bottom: 0;
}
.campaign-tips-card {
  display: block;
  margin: 0 0.25rem;
  display: inline-block;
}
.campaign-tips-card.title {
  padding-top: 0.5rem;
  margin-bottom: 0.5rem;
}

.cooperation-seller-wrapper {
  padding-bottom: 1rem;
  margin-top: 2rem;
}
.cooperation-seller-header__title {
  color: #333333;
  margin-left: 1rem;
  font-size: 18px;
  font-weight: bold;
}
.cooperation-seller-category-tab {
  width: 100%;
  margin-top: 1rem;
  white-space: nowrap;
  overflow-x: auto;
  font-size: 0;
  background: white;
  border-bottom: 1px solid #fafafa;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.cooperation-seller-category-tab li {
  display: inline-block;
}
.cooperation-seller-category-tab__button {
  display: block;
  padding: 0.5rem 0.75rem;
  color: #7a7a7a;
  background: white;
  font-size: 12px;
  font-weight: bold;
  -webkit-transition: -webkit-transform 0.5s;
  transition: -webkit-transform 0.5s;
  transition: transform 0.5s;
  transition: transform 0.5s, -webkit-transform 0.5s;
}
.cooperation-seller-category-tab__button.tab-active {
  color: #FFBE00;
  border-bottom: 3px solid #f77800;
}
.cooperation-seller-category-content {
  display: none;
  padding: 1rem 0;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}
.cooperation-seller-category-content .swiper-slide[data-swiper-row="1"] {
  margin-bottom: 0;
}
.cooperation-seller-category-content.content-active {
  display: block;
}
.cooperation-seller-card {
  display: block;
  position: relative;
  margin-bottom: 0.75rem;
  margin-right: 0.75rem;
}
.cooperation-seller-card__category-tag {
  position: absolute;
  top: 4px;
  left: 0;
  width: 55px;
  height: 20px;
  line-height: 20px;
  font-size: 12px;
  text-align: center;
  color: white;
}
.cooperation-seller-card--yet {
  display: inline-block;
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
  pointer-events: none;
  background: rgba(0, 0, 0, 0.6);
  text-align: center;
}
.cooperation-seller-card--yet::before {
  position: absolute;
  display: inline-block;
  content: "coming soon";
  left: 50%;
  top: 25%;
  -webkit-transform: translate(-50%, 0%);
          transform: translate(-50%, 0%);
  padding: 0.25rem 0.5rem;
  border-radius: 0.25rem;
  width: 100px;
  color: white;
  border: 1px solid white;
}
.cooperation-seller-notice {
  font-size: 12px;
  color: #AAAAAA;
  margin-left: 1rem;
}
.cooperation-seller-notice__point {
  color: #f77800;
  font-weight: bold;
}

.new-cooperation-seller {
  background-color: #E6E6E6;
}
.new-cooperation-seller .template {
  display: none !important;
}
.new-cooperation-seller .seller-tab {
  display: none;
  position: relative;
  width: 100%;
  z-index: 2;
  background: #E6E6E6;
  white-space: nowrap;
  overflow-x: auto;
  font-size: 0;
  border-bottom: 1px solid #E6E6E6;
}
.new-cooperation-seller .seller-tab li {
  display: inline-block;
}
.new-cooperation-seller .seller-tab__button {
  display: block;
  padding: 0.25rem 0.5rem;
  margin: 0.5rem 0.1rem;
  color: #7a7a7a;
  background: white;
  border: 1px solid #7a7a7a;
  font-size: 12px;
  font-weight: bold;
  border-radius: 3rem;
  -webkit-transition: -webkit-transform 0.5s;
  transition: -webkit-transform 0.5s;
  transition: transform 0.5s;
  transition: transform 0.5s, -webkit-transform 0.5s;
}
.new-cooperation-seller .seller-tab__button.tab-active {
  color: white;
  background: #FFBE00;
  border: 1px solid #FFBE00;
}
.new-cooperation-seller .seller-content {
  padding: 0 8px;
}
.new-cooperation-seller .seller-content-main {
  margin-bottom: 10px;
}
.new-cooperation-seller .seller-content-main .main-slider {
  margin-bottom: 10px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  overflow: hidden;
}
.new-cooperation-seller .seller-content-main .main-slider-list {
  height: 125px;
  width: 100%;
}
.new-cooperation-seller .seller-content-main .main-slider-list a {
  height: 100%;
}
.new-cooperation-seller .seller-content-main .main-slider-list a img {
  height: 100%;
}
.new-cooperation-seller .seller-content-main .main-slider-button {
  position: absolute;
  width: 34px;
  height: 34px;
  border-radius: 50%;
  background-color: #E1E1E1;
  border: 1px solid #CECECE;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  text-align: center;
  z-index: 2;
  display: none;
}
.new-cooperation-seller .seller-content-main .main-slider-button.is-show {
  display: block;
}
.new-cooperation-seller .seller-content-main .main-slider-button i {
  line-height: 34px;
  color: #777777;
  font-size: 16px;
}
.new-cooperation-seller .seller-content-main .main-slider-button--left {
  left: 3px;
}
.new-cooperation-seller .seller-content-main .main-slider-button--right {
  right: 3px;
}
.new-cooperation-seller .seller-content-main .main-list {
  display: none;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-right: -10px;
}
.new-cooperation-seller .seller-content-main .main-list.is-show {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.new-cooperation-seller .seller-content-main .main-list-item {
  width: calc(50% - 10px);
  margin-right: 10px;
  margin-bottom: 10px;
  background-color: #fafafa;
}
.new-cooperation-seller .seller-content-main .main-list-item .item-image {
  height: 212px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  overflow: hidden;
}
.new-cooperation-seller .seller-content-main .main-list-item .item-image img {
  -o-object-fit: cover;
     object-fit: cover;
  max-height: 100%;
  max-width: 100%;
}
.new-cooperation-seller .seller-content-main .main-list-item .item-content {
  padding: 8px 10px;
  background-color: #fafafa;
}
.new-cooperation-seller .seller-content-main .main-list-item .item-content-title {
  color: #888888;
  font-size: 15px;
  margin-bottom: 8px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.new-cooperation-seller .seller-content-main .main-list-item .item-content-price {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.new-cooperation-seller .seller-content-main .main-list-item .item-content-price .price-num {
  font-size: 12px;
  color: #888888;
  margin-right: 25px;
}
.new-cooperation-seller .seller-content-main .main-list-item .item-content-price .price-num--jp {
  color: #FF002F;
}
.new-cooperation-seller .seller-content-main .main-error {
  height: 236px;
  display: none;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  color: #777777;
  font-size: 20px;
  font-weight: bold;
  text-align: center;
  background-color: white;
}
.new-cooperation-seller .seller-content-main .main-error.is-show {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.new-cooperation-seller .seller-content-main .main-loading {
  display: none;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  background-color: white;
}
.new-cooperation-seller .seller-content-main .main-loading__title {
  font-size: 30px;
  color: #9d9c98;
}
.new-cooperation-seller .seller-content-main .main-loading.is-show {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.new-cooperation-seller .seller-content-other {
  display: none;
}
.new-cooperation-seller .seller-content-other.is-show {
  display: block;
}
.new-cooperation-seller .seller-content-other .other-title {
  font-size: 15px;
  font-weight: bold;
  color: #777777;
  margin-bottom: 10px;
}
.new-cooperation-seller .seller-content-other .other-list {
  padding-bottom: 80px;
}
.new-cooperation-seller .seller-content-other .other-list-item {
  position: relative;
  background-color: #fafafa;
  margin-bottom: 8px;
  padding: 14px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.new-cooperation-seller .seller-content-other .other-list-item:last-child {
  margin-bottom: 0;
}
.new-cooperation-seller .seller-content-other .other-list-item .item-image {
  width: 43px;
  height: 43px;
  margin-right: 14px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.new-cooperation-seller .seller-content-other .other-list-item .item-image img {
  -o-object-fit: cover;
     object-fit: cover;
  max-height: 100%;
  max-height: 100%;
}
.new-cooperation-seller .seller-content-other .other-list-item .item-title {
  font-size: 15px;
  font-weight: bold;
  color: #777777;
  margin-right: 10px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.new-cooperation-seller .seller-content-other .other-list-item .item-icon {
  position: absolute;
  right: 13px;
  font-size: 15px;
  color: #777777;
}
.new-cooperation-seller-notice {
  color: #7a7a7a;
  padding: 0 7px;
  margin-bottom: 10px;
}
.new-cooperation-seller-notice--pb50px {
  padding-bottom: 50px;
}
.new-cooperation-seller-notice__point {
  color: #B50E16;
  font-weight: bold;
}

.index-unboxing-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.index-unboxing-item {
  padding: 0.5rem 0.5rem 0;
  width: 50%;
}
.index-unboxing-item:nth-child(2n) {
  padding-left: 0;
}
.index-unboxing-item .common-item-description {
  padding: 0.5rem;
  font-size: 12px;
}
.index-unboxing-item .common-item-description-img {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  height: 150px;
}
.index-unboxing-item .common-item-description-img__image {
  max-width: 90%;
  max-height: 90%;
}
.index-unboxing-item .common-item-description__title {
  color: #7a7a7a;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  margin-bottom: 0.25rem;
}

.index-pop-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.index-pop-list-item {
  padding: 0.5rem 0.5rem 0;
  width: 50%;
}
.index-pop-list-item:nth-of-type(even) {
  padding-left: 0;
}
.index-pop-list-item .common-item-description {
  padding: 0.5rem;
  font-size: 12px;
}
.index-pop-list-item .common-item-description-img {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  height: 150px;
}
.index-pop-list-item .common-item-description-img__image {
  max-width: 90%;
  max-height: 90%;
}
.index-pop-list-item .common-item-description__title {
  color: #7a7a7a;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  margin-bottom: 0.25rem;
}
.index-pop-list-item .common-item-description-price {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 0.25rem;
}
.index-pop-list-item .common-item-description-price__main {
  margin-right: 0.5rem;
  color: #B50E16;
  font-weight: bold;
}
.index-pop-list-item .common-item-description-price__sec {
  color: #cccccc;
}
.index-pop-list-item .common-item-description-status {
  color: #b1b0b0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 0.25rem;
}
.index-pop-list-item .common-item-description-status__bid::after {
  display: inline-block;
  margin: 0 0.25rem;
  content: "|";
  color: #cccccc;
}
.index-pop-list-item .common-item-description-status__count {
  color: #7a7a7a;
}
.index-pop-list-item .common-item-description-track {
  text-align: right;
}
.index-pop-list-item .common-item-description-track__button--add {
  color: #7a7a7a;
}
.index-pop-list-item .common-item-description-track__button--cancel {
  color: #FFBE00;
}
.index-pop-list-category {
  margin: 0.5rem 0.5rem 0;
  padding: 0.5rem;
  width: 100%;
  background: #B50E16;
}
.index-pop-list-category-header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 0.5rem;
}
.index-pop-list-category-header__title {
  color: white;
  font-weight: bold;
}
.index-pop-list-category-header__detail {
  font-size: 12px;
  color: white;
}
.index-pop-list-category-content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.index-pop-list-category-item {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  text-align: center;
  margin-right: 0.25rem;
}
.index-pop-list-category-item-description {
  background: white;
}
.index-pop-list-category-item__img {
  padding-top: 100%;
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  background-color: white;
}
.index-pop-list-category-item:last-child {
  margin-right: 0;
}
.index-pop-list-category-item__title {
  max-width: 25vw;
  margin: 0 auto;
  padding: 0.25rem 0.125rem;
  font-weight: bold;
  color: #B50E16;
  background: white;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.index-pop-list-notice {
  width: 100%;
  text-align: center;
  margin: 0.5rem 0.5rem 0;
}
.index-pop-list[data-category] {
  padding-top: 83px;
  margin-top: -83px;
}

.hottest-website-wrapper {
  margin-bottom: 1rem;
}
.hottest-website-logo {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-bottom: 1.25rem;
}
.hottest-website-logo img {
  max-width: 100%;
  height: auto;
}
.hottest-website-logo-card {
  display: block;
  width: 33.333%;
  text-align: center;
  margin-bottom: 1rem;
}
.hottest-website-logo-card__img {
  margin-bottom: 0.5rem;
  border: 1px solid #eaeaea;
  border-right: 0;
}
.hottest-website-logo-card__title {
  padding: 0 1rem;
  font-size: 12px;
  line-height: 1rem;
}
.hottest-website-logo-card:nth-child(3n) .hottest-website-logo-card__img {
  border-right: 1px solid #eaeaea;
}
.hottest-website-store-row {
  margin-bottom: 1.5rem;
  background: #fff;
  padding: 1.25rem 0.6rem;
  border-radius: 5px;
}
.hottest-website-store-row:last-child {
  margin-bottom: 0;
}
.hottest-website-store-header__logo {
  width: 35%;
}
.hottest-website-store-header__title {
  margin-bottom: 1rem;
  font-size: 15px;
  font-weight: bold;
}
.hottest-website-store-header__title-sub {
  color: #AAAAAA;
  font-size: 12px;
  margin-bottom: 1.5rem;
}
.hottest-website-store-content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-bottom: 0.5rem;
}
.hottest-website-store-footer {
  text-align: center;
}
.hottest-website-store-item-card {
  margin: 0 3% 8.5%;
}
.hottest-website-store-item-card .common-item__title {
  padding-top: initial;
  margin-bottom: 0.25rem;
  height: initial;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  font-size: 13px;
  font-weight: normal;
}
.hottest-website-store-item-card .common-item__img {
  margin-bottom: 0.5rem;
}
.hottest-website-store-item-card .common-item__price {
  font-size: 12px;
  font-weight: bold;
  text-align: center;
}
.hottest-website-store-item-card .common-item__discount-price {
  color: #7a7a7a;
  font-weight: normal;
}
.hottest-website-store-item-card .common-item__selling-price {
  margin-right: 0.5rem;
}
.hottest-website-store-item-card:last-child {
  margin: 0 3%;
}
.hottest-website-store__button {
  padding: 1rem 1.75rem;
  display: inline-block;
  border: 1px solid #eaeaea;
  min-width: 280px;
  color: #7a7a7a;
}
.hottest-website-store__button i {
  margin: 0 0.65rem;
}

.unboxing-wrapper {
  margin-bottom: 1rem;
}

.unboxing-content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
}
.unboxing-content__container {
  padding: 0 15px;
}
.unboxing-content__item {
  padding: 0.6rem 0.8rem 1rem 0.6rem;
  background: #fff;
}
.unboxing-content__item:last-child {
  padding-bottom: 0.6rem;
}
.unboxing-content__left {
  width: 35%;
}
.unboxing-content__left > img {
  width: 100px;
  height: 80px;
  border-radius: 5px;
}
.unboxing-content__right {
  width: 65%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -ms-flex-pack: distribute;
      justify-content: space-around;
}
.unboxing-content__title {
  font-size: 12px;
  color: #333333;
  margin-bottom: 1rem;
}
.unboxing-content__subtitle {
  font-size: 11px;
  color: #AAAAAA;
  width: 100%;
}
.unboxing-content__subtitle > p {
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}

.QA-wrapper {
  background: #fff;
  padding: 1.25rem 0.5rem;
  font-size: 12px;
  font-weight: 600;
}
.QA-wrapper-nav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: space-evenly;
      -ms-flex-pack: space-evenly;
          justify-content: space-evenly;
}
.QA-item i {
  color: #FF7800;
}

.cooperation-seller-banner {
  margin: 0.5rem 0;
}
.cooperation-seller-banner > a {
  display: inline-block;
}
.cooperation-seller-banner img {
  max-width: 100%;
}

@-webkit-keyframes flash {
  from, 50%, to {
    opacity: 1;
  }
  25%, 75% {
    opacity: 0;
  }
}

@keyframes flash {
  from, 50%, to {
    opacity: 1;
  }
  25%, 75% {
    opacity: 0;
  }
}