.theme-category-section-wrapper .theme-category-wrapper::after, .hottest-stores-section-wrapper .hottest-item-list-wrapper::after, .hottest-brand-list-wrapper .hottest-brand-list::after {
  content: "";
  display: table;
  clear: both;
}

@font-face {
  font-family: "Digital-7 Italic";
  src: url("/css/fonts/digital-7.italic.ttf");
}
.content-section-wrapper.yahoojp a:hover {
  color: #f77800;
}
.content-section-wrapper.ebayus a:hover {
  color: #007dff;
}
.content-section-wrapper.jpshopping .theme-category-wrapper {
  height: 470px;
}
.content-section-wrapper.jpshopping .theme-category-wrapper .theme-category-aside-wrapper {
  height: 470px;
}
.content-section-wrapper.jpshopping .category-quick-links-wrapper > a {
  background: none;
}
.content-section-wrapper.jpshopping a:hover {
  color: #ff5c5c;
  text-decoration: none;
}
.content-section-wrapper.jpselection .theme-category-wrapper {
  height: 510px;
}
.content-section-wrapper.jpselection .theme-category-wrapper .theme-category-aside-wrapper {
  height: 510px;
}
.content-section-wrapper.jpselection .category-quick-links-wrapper a {
  background: rgba(0, 0, 0, 0.4);
}
.content-section-wrapper.jpselection .category-item-card {
  margin-top: 16px !important;
}
.content-section-wrapper.jpselection a:hover {
  color: #4bacc6;
}

.campaign-tips-wrapper {
  background: url(https://storage.googleapis.com/funbid_img/events/funbidtips/web_img/web_bg.png);
  background-size: cover;
  background-position: center center;
  margin: 2rem 0;
  height: 135px;
}
.campaign-tips-content {
  max-width: 1350px;
  min-width: 1140px;
  margin: 0 auto;
  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: 95px;
}
.campaign-tips-card {
  margin: 0 0.25rem;
  display: inline-block;
}
.campaign-tips-card.title {
  margin-right: 2rem;
}
.campaign-tips-card .inbox {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-pack: distribute;
      justify-content: space-around;
  border-radius: 5px;
  background-color: white;
  width: 200px;
  height: 52px;
  padding: 12px;
}
.campaign-tips-card .inbox .icon {
  width: 40px;
  height: 40px;
  margin: 0 0.8rem 0 15px;
}
.campaign-tips-card .inbox .icon img {
  width: 100%;
}
.campaign-tips-card .inbox .content {
  width: calc(100% - 70px - 8px);
  color: #614542;
  font-weight: 600;
}
.campaign-tips-card .inbox .content--hasicon {
  width: auto;
  margin-right: 25px;
}

.step-flow-wrapper {
  text-align: center;
  margin-bottom: 2.25rem;
}
.step-flow-content {
  padding: 1rem;
  border: 1px solid #eaeaea;
}
.step-flow-list {
  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;
}
.step-flow-list li {
  font-size: 1rem;
  font-weight: bold;
}
.step-flow-list li::after {
  margin: 0 2rem;
  display: inline-block;
  content: "\f054";
  font-family: "Font Awesome 5 Pro";
  font-size: 1rem;
  font-weight: normal;
}
.step-flow-list li:first-child {
  font-size: 1.25rem;
}
.step-flow-list li:first-child::after {
  content: "\f0da";
  font-weight: bold;
  font-size: 1.5rem;
  color: #b1b0b0;
}
.step-flow-list li:last-child::after {
  display: none;
}
.step-flow-list__icon {
  display: inline-block;
  margin: 0 1rem;
}

.hottest-brand-list-wrapper .hottest-brand-list {
  border-left: 1px solid #fafafa;
}
.hottest-brand-list-wrapper .hottest-brand-list__card {
  border-top: 1px solid #fafafa;
  border-right: 1px solid #fafafa;
  border-bottom: 1px solid #fafafa;
  background: white;
  float: left;
  width: 10%;
  text-align: center;
}
.hottest-brand-list-wrapper .hottest-brand-list__card a {
  display: block;
}
.hottest-brand-list-wrapper .hottest-brand-list__card:nth-child(n+11) {
  border-top: 0;
}
.hottest-brand-list-wrapper .hottest-brand-list__card img {
  max-width: 100%;
}

.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: 2rem;
}
.hottest-website-logo img {
  max-width: 100%;
  height: auto;
}
.hottest-website-logo-card {
  display: block;
  width: 20%;
  text-align: center;
  margin-bottom: 1.55rem;
  -webkit-transition: all, 0.3s;
  transition: all, 0.3s;
}
.hottest-website-logo-card:hover {
  opacity: 0.6;
}
.hottest-website-logo-card__img {
  margin-bottom: 0.5rem;
  border: 1px solid #eaeaea;
}
.hottest-website-logo-card__title {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.hottest-website-store {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.hottest-website-store-row {
  width: 48%;
  margin-bottom: 2.5rem;
}
.hottest-website-store-row:last-child {
  margin-right: 0;
}
.hottest-website-store-header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  margin-bottom: 1rem;
  border-bottom: 2px solid #eaeaea;
  padding-bottom: 1rem;
}
.hottest-website-store-header__logo {
  margin-right: 1rem;
}
.hottest-website-store-header__title {
  margin-bottom: 0.25rem;
  font-size: 1.25rem;
  font-weight: bold;
}
.hottest-website-store-header__title-sub {
  color: #7a7a7a;
}
.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;
}
.hottest-website-store-footer {
  margin-top: 1rem;
  text-align: center;
}
.hottest-website-store-item-card {
  width: 33.333%;
  -webkit-transition: all, 0.3s;
  transition: all, 0.3s;
}
.hottest-website-store-item-card:hover {
  opacity: 0.6;
}
.hottest-website-store-item-card .common-item__title {
  font-size: 13px;
  font-weight: normal;
  max-width: 180px;
  margin: 0 auto;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.hottest-website-store-item-card .common-item__img {
  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;
  height: 250px;
}
.hottest-website-store-item-card .common-item__img > img {
  -o-object-fit: contain;
     object-fit: contain;
  max-width: 180px;
  height: auto;
}
.hottest-website-store-item-card .common-item__price {
  max-width: 180px;
  margin: 0 auto;
  text-align: initial;
}
.hottest-website-store-item-card .common-item__price .discount-price {
  margin-right: 0.5rem;
}
.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-left: 0.65rem;
}

.hottest-stores-section-wrapper .hottest-tabs-wrapper {
  margin-bottom: 30px;
}
.hottest-stores-section-wrapper .hottest-tabs-wrapper > ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
}
.hottest-stores-section-wrapper .hottest-tabs-wrapper > ul > li {
  text-align: center;
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.hottest-stores-section-wrapper .hottest-tabs-wrapper > ul > li .hottest-tabs_button {
  display: block;
  padding: 20px 30px;
  background: white;
  border: 1px solid #eaeaea;
}
.hottest-stores-section-wrapper .hottest-tabs-wrapper > ul > li .hottest-tabs_button .event-tabs__icon {
  vertical-align: bottom;
  margin-left: 5px;
}
.hottest-stores-section-wrapper .hottest-tabs-wrapper > ul > li > a.button--active {
  background: #444444;
  color: white;
  border: 1px solid #444444;
}
.hottest-stores-section-wrapper .hottest-tabs-content {
  display: none;
}
.hottest-stores-section-wrapper .hottest-tabs-content.content--active {
  display: block;
}
.hottest-stores-section-wrapper .hottest-item-list-wrapper.full-col .swiper-container {
  width: initial;
  float: none;
  margin: 0;
}
.hottest-stores-section-wrapper .hottest-item-list-wrapper .hottest-item-card {
  float: right;
}
.hottest-stores-section-wrapper .hottest-item-list-wrapper .hottest-item-card:last-child {
  margin-right: 0;
}
.hottest-stores-section-wrapper .hottest-item-list-wrapper .hottest-item-card > a {
  display: block;
}
.hottest-stores-section-wrapper .hottest-item-list-wrapper .hottest-store_link {
  vertical-align: top;
}
.hottest-stores-section-wrapper .hottest-item-list-wrapper .hottest-store_link > a {
  display: block;
}
.hottest-stores-section-wrapper .swiper-container {
  width: 85%;
  float: left;
}
.hottest-stores-section-wrapper .swiper-container .banner-nav-prev,
.hottest-stores-section-wrapper .swiper-container .banner-nav-next {
  position: absolute;
  top: 30%;
  z-index: 1;
  color: white;
  background: black;
  opacity: 0.2;
  width: 50px;
  height: 50px;
  line-height: 50px;
  text-align: center;
  cursor: pointer;
  border-radius: 100%;
}
.hottest-stores-section-wrapper .swiper-container .banner-nav-prev {
  left: -25px;
}
.hottest-stores-section-wrapper .swiper-container .banner-nav-prev > i {
  line-height: 50px;
  margin-left: 15px;
}
.hottest-stores-section-wrapper .swiper-container .banner-nav-next {
  right: -25px;
}
.hottest-stores-section-wrapper .swiper-container .banner-nav-next > i {
  line-height: 50px;
  margin-right: 15px;
}

.theme-category-section-wrapper .theme-category-wrapper {
  margin-bottom: 80px;
  position: relative;
  background: white;
}
.theme-category-section-wrapper .theme-category-wrapper.jpselection .category-quick-links-wrapper a {
  background: rgba(0, 0, 0, 0.5);
}
.theme-category-section-wrapper .theme-category-wrapper .theme-category-aside-wrapper {
  width: 180px;
  height: 470px;
  float: left;
  position: absolute;
}
.theme-category-section-wrapper .theme-category-wrapper .theme-category-aside-wrapper > a {
  display: block;
}
.theme-category-section-wrapper .theme-category-wrapper .theme-category-aside-wrapper .category-quick-links-wrapper {
  padding: 20px 10px 0;
  position: absolute;
  bottom: 50px;
  width: 180px;
}
.theme-category-section-wrapper .theme-category-wrapper .theme-category-aside-wrapper .category-quick-links-wrapper > a {
  float: left;
  text-align: center;
  width: 46%;
  min-width: 73px;
  height: 25px;
  line-height: 22px;
  margin: 0 2%;
  margin-bottom: 10px;
  font-size: 12px;
  border: 1px solid white;
  color: white;
}
.theme-category-section-wrapper .theme-category-wrapper .theme-category-aside-wrapper .theme-store-link {
  text-align: center;
  margin-top: 20px;
}
.theme-category-section-wrapper .theme-category-wrapper .theme-category-aside-wrapper .theme-store-link > a {
  font-size: 13px;
  color: transparent;
  padding: 2px 20px;
  border-radius: 50px;
  background: white;
}
.theme-category-section-wrapper .theme-category-wrapper .category-item-list-wrapper {
  float: left;
  margin-left: 195px;
  width: 1170px;
}
.theme-category-section-wrapper .theme-category-wrapper .category-item-list-wrapper .category-item-card {
  float: left;
  width: 20%;
  margin-top: 30px;
  margin-bottom: 0px;
  min-height: 195px;
}
.theme-category-section-wrapper .theme-category-wrapper .category-item-list-wrapper .category-item-card:nth-child(5n) {
  margin-right: 0;
}
.theme-category-section-wrapper.jpselection .theme-category-wrapper {
  height: 510px;
}
.theme-category-section-wrapper.jpselection .theme-category-wrapper .theme-category-aside-wrapper {
  height: 510px;
}
.theme-category-section-wrapper.jpselection .category-item-card {
  margin-top: 0 !important;
}

.item-viewed-list-section-wrapper {
  position: relative;
  margin-bottom: 40px;
}
.item-viewed-list-section-wrapper .item-detail-section__title {
  text-align: center;
  font-size: 18px;
  margin-bottom: 15px;
}
.item-viewed-list-section-wrapper .swiper-pagination-bullets {
  bottom: -20px;
}
.item-viewed-list-section-wrapper .swiper-pagination-bullets .swiper-pagination-bullet {
  width: 10px;
  height: 10px;
}
.item-viewed-list-section-wrapper .swiper-pagination-bullets .swiper-pagination-bullet-active {
  background: black;
}

.section-slide.swiper-container .banner-nav-prev,
.section-slide.swiper-container .banner-nav-next {
  position: absolute;
  top: 40%;
  -webkit-transform: translate(0, -40%);
          transform: translate(0, -40%);
  z-index: 1;
  color: white;
  background: black;
  opacity: 0.2;
  width: 50px;
  height: 50px;
  border-radius: 100%;
  line-height: 50px;
  text-align: center;
  cursor: pointer;
}
.section-slide.swiper-container .banner-nav-prev > i,
.section-slide.swiper-container .banner-nav-next > i {
  line-height: 50px;
}
.section-slide.swiper-container .banner-nav-next {
  right: 0;
}

.cooperation-seller-wrapper {
  background-repeat: no-repeat;
  background-position: center top;
  position: relative;
}
.cooperation-seller-section {
  max-width: 1350px;
  min-width: 1140px;
  margin: 0 auto;
  padding: 1rem 0;
}
.cooperation-seller-header__title {
  position: relative;
  margin: 1rem 0;
  margin-bottom: 1.5rem;
}
.cooperation-seller-header__title > h1 {
  display: inline;
  padding: 0 0.5rem;
  font-weight: bold;
  font-size: 1.5rem;
  color: #333;
  position: relative;
}
.cooperation-seller-content {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 2rem 50px;
  padding-bottom: 1rem;
  background: white;
  border-radius: 1.5rem;
}
.cooperation-seller-category-tab {
  height: 37px;
  margin-bottom: 1rem;
  border-bottom: 1px solid #cccccc;
}
.cooperation-seller-category-tab li {
  display: inline-block;
}
.cooperation-seller-category-tab__button {
  display: block;
  padding: 0.5rem 1.25rem;
  color: #7a7a7a;
  font-size: 1rem;
  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: #4bacc6;
  border-bottom: 2px solid #4bacc6;
  margin-bottom: -1px;
  -webkit-transform: scale(1.1);
          transform: scale(1.1);
}
.cooperation-seller-category-content {
  display: none;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}
.cooperation-seller-category-content.content-active {
  display: block;
}
.cooperation-seller-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.cooperation-seller-card {
  display: block;
  position: relative;
  margin: 0 0.5%;
  margin-bottom: 15px;
  text-align: center;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}
.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);
}
.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;
  text-align: center;
}
.cooperation-seller-card:nth-child(6n) {
  margin-right: 0;
}
.cooperation-seller-card:hover {
  -webkit-transform: translateY(-5px);
          transform: translateY(-5px);
}
.cooperation-seller-card__category-tag {
  position: absolute;
  top: 5px;
  left: 0;
  width: 60px;
  height: 25px;
  line-height: 25px;
  font-size: 12px;
  text-align: center;
  color: white;
}
.cooperation-seller-notice {
  padding: 0 0.2rem;
  color: #9e9e9e;
}
.cooperation-seller-notice__point {
  color: #ff7800;
  font-weight: bold;
}