@charset "UTF-8";

.content {
  float: none;
}

/* Main Visual */
.swiper-main-visual {
  margin-bottom: 33px;
  overflow: hidden;
  position: relative;
  width: 100%;
}
.swiper-main-visual-container {
  left: 50%;
  min-width: auto;
  top: 0;
  -webkit-transform: translateX(-50%);
     -moz-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
          transform: translateX(-50%);
  width: 100%;
}
.swiper-main-visual-link {
  display: block;
  width: 100%;
}
.swiper-main-visual-image {
  display: block;
  width: 100%;
}
  .swiper-pagination {
    position: static !important;
    padding: 14px 0;
  }

@media screen and ( min-width : 1080px ){
 img.swiper-main-visual-image.is-pc {
    max-width: 1080px;
    margin: 0 auto;
  }

  .swiper-main-visual {
    margin-bottom: 0px;
  }
  .swiper-main-visual-container {
    min-width: 3300px;
  }
}

@media screen and ( max-width : 980px ){
  .swiper-main-visual {
    margin-bottom: 33px;
  }
  .swiper-container-horizontal>.swiper-pagination-bullets {

  }

}

/* タブ */
.brand-tab {
  background-color: #ffffff;
  border-top: 1px solid #EEEEEE;
  border-left: 1px solid #EEEEEE;
  border-right: 1px solid #EEEEEE;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: space-around;
      -ms-flex-pack: distribute;
          justify-content: space-around;
  width: 100%;
}

.brand-tab-item {
  text-align: center;
  width: 25%;
}

.brand-tab-item.is-active {
  background-color: #FFFFFF;
}

.brand-tab-item img {
  fill: #FFFFFF;
}

.brand-tab-item.is-active img {
  fill: #16A6DF;
}

.brand-tab-link {
  -webkit-box-align: center;
  -webkit-align-items: center;
     -moz-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background-repeat: no-repeat;
  background-position: center center;
  -webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
          box-sizing: border-box;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  height: 100%;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
     -moz-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding-top: 8px;
  padding-bottom: 8px;
}

@media screen and ( min-width : 1080px ){
  .brand-tab {
    -webkit-border-top-left-radius: 7px;
       -moz-border-radius-topleft: 7px;
            border-top-left-radius: 7px;
    -webkit-border-top-right-radius: 7px;
       -moz-border-radius-topright: 7px;
            border-top-right-radius: 7px;
  }
  .brand-tab-item:first-child {
    -webkit-border-top-left-radius: 5px;
       -moz-border-radius-topleft: 5px;
            border-top-left-radius: 5px;
  }
  .brand-tab-item:last-child {
    -webkit-border-top-right-radius: 5px;
       -moz-border-radius-topright: 5px;
            border-top-right-radius: 5px;
  }
  .brand-tab-item.is-active {
    -webkit-border-top-left-radius: 3px;
       -moz-border-radius-topleft: 3px;
            border-top-left-radius: 3px;
    -webkit-border-top-right-radius: 3px;
       -moz-border-radius-topright: 3px;
            border-top-right-radius: 3px;
  }
  .brand-image-anker {
    width: 130px;
  }
  .brand-image-soundcore {
    width: 170px;
  }
  .brand-image-eufy {
    width: 78px;
  }
  .brand-image-nebula {
    width: 135px;
  }
  .brand-list-item {
    border: 1px solid #E4E4E4;
    max-width: 150px;
    width: 100%;
  }
  .brand-list-item + .brand-list-item {
    margin-left: 17px;
  }
  .brand-product-img {
    margin-bottom: 13px;
    height: 80px;
    max-width: 80px;
  }
  .brand-product-name {
    font-size: 12px;
    line-height: 1.1;
  }
  .brand-list-Link {
    padding-top: 18px;
    padding-bottom: 21px;
  }
}

@media screen and ( max-width : 1079px ){
  .brand-tab-item {
    height: 40px;
  }
  .brand-image-anker {
    width: 84px;
  }
  .brand-image-soundcore {
    width: 90px;
  }
  .brand-image-eufy {
    width: 52px;
  }
  .brand-image-nebula {
    width: 73px;
  }
  .brand-list {
    border-top: 1px solid #E4E4E4;
    border-left: 1px solid #E4E4E4;
  }
  .brand-list-item {
    border-bottom: 1px solid #E4E4E4;
    border-right: 1px solid #E4E4E4;
    -webkit-box-sizing: border-box;
       -moz-box-sizing: border-box;
            box-sizing: border-box;
    min-width: 105px;
    width: 33.333%;
  }
  .brand-product-img {
    margin-bottom: 4px;
    width: 80px;
  }
  .brand-product-name {
    font-size: 10px;
    line-height: 1.8;
  }
  .brand-list-Link {
    padding-top: 10px;
    padding-bottom: 17px;
  }
}

.brand-image-anker {
  fill: #001489;
  opacity: 70%;
}

.brand-tab-item.is-active .brand-image-anker {
  fill: #00A9E0;
}

.brand-tab-link-anker {
  padding-top: 16px;
}

.brand-image-soundcore {
  fill: #001489;
  opacity: 70%;
}

.brand-tab-item.is-active .brand-image-soundcore {
  fill: #00A9E0;
}

.brand-image-eufy {
  fill: #001489;
  opacity: 70%;
}

.brand-tab-item.is-active .brand-image-eufy {
  fill: #21D2C5;
}

.brand-image-nebula {
  fill: #001489;
  opacity: 70%;
}

.brand-tab-item.is-active .brand-image-nebula {
  fill: #E42D46;
}


/* brand */
.brand-content-anker,
.brand-content-soundcore,
.brand-content-eufy,
.brand-content-nebula {
  display: none;
  animation: show 1s linear 0s;
}

@keyframes show {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}

.brand-content-anker.is-show,
.brand-content-soundcore.is-show,
.brand-content-eufy.is-show,
.brand-content-nebula.is-show {
  display: block;
}

.brand-content-anker {
    border-top: 6px solid #00a9e0;
    padding-top: 30px;
}

.brand-content-soundcore {
    border-top: 6px solid #00a9e0;
    padding-top: 30px;
}

.brand-content-eufy {
    border-top: 6px solid #21D2C5;
    padding-top: 30px;
}

.brand-content-nebula {
    border-top: 6px solid #e42d46;
    padding-top: 30px;
}

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

.brand-list {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: nowrap;
      -ms-flex-wrap: nowrap;
          flex-wrap: nowrap;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
     -moz-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.brand-list-Link {
  display: block;
  text-align: center;
  width: 100%;
}

.brand-product-name {
  color: #000000;
  display: block;
  margin-left: auto;
  margin-right: auto;
}

@media screen and ( min-width: 1080px ) {
  .brand-content {
    margin-bottom: 0;
    padding-top: 0;
    padding-bottom: 24px;
    height: 46vh;
  }
  .brand-intro {
    font-size: 15px;
    line-height: 1.6;
    margin-bottom: 21px;
  }
  .brand-list {
    margin-bottom: 18px;
  }
}

@media screen and ( max-width: 1079px ) {
  .brand-content {
    margin-bottom: 40px;
    padding-top: 8px;
    padding-bottom: 7px;
  }
  .brand-intro {
    font-size: 12px;
    line-height: 1.5;
    margin-bottom: 7px;
    padding-left: 15px;
    padding-right: 15px;
  }
  .brand-list {
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
       -moz-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    margin-bottom: 13px;
  }
}

/* promotion */
.promotion,.corporate-topics {
  margin-bottom: 25px;
  width: 100%;
}

.promotion-title {
  margin-bottom: 17px;
}

.promotion-list-item {
  border: 2px solid #E4E4E4;
  border-radius: 3px;
}

.product-list-item {
  border: 2px solid #E4E4E4;
  border-radius: 3px;
}


.promotion-sub {
    min-height: 60px;  
    border-top: 2px solid #E4E4E4;
    padding: 8px;
    text-align: center;
}

.promotion-description {
  color: #000000;
  font-size: 14px;
}

@media screen and ( min-width: 1080px ) {
  .promotion,.corporate-topics {
    margin-bottom: 77px;
  }
}

@media screen and ( max-width: 1079px ) {
  .promotion-content {
    margin-left: 15px !important;
  }

  .promotion-list-item {
   height: auto;   
  }
}

/* product */
.product {
  width: 100%;
}

.product-title,.topics-title {
  margin-bottom: 17px;
}

.product-list-item {
  -webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
          box-sizing: border-box;
  height: auto;
}

.product-main {
    padding: 8px;
    margin-bottom: 10px;
}

.product-sub {
  color: #0a0a0a;
padding: 8px;
}

.product-description {
  line-height: 1.33;
  margin-bottom: 5px;
}
.product-description a {
    color: #0a0a0a;
}

.product-price {
  font-weight: bold;
  line-height: 1.33;
}

@media screen and ( min-width: 1080px ) {
  .content_wrap {
    margin-bottom: 51px;
    width: 1080px;
  }

  .product {
    margin-bottom: 60px;
  }

  .product-content {
    margin-bottom: 30px;
  }

  .product-description {
    font-size: 12px;
    color: #001489;
    overflow: auto;
    text-overflow: initial;
    height: 35px;
  }

  .product-price {
    font-size: 12px;
  }
}

@media screen and ( max-width: 1079px ) {
  .content_wrap {
    margin-bottom: 72px;
    width: 100%;
  }

  .product {
    margin-bottom: 47px;
  }

  .product-content {
    margin-bottom: 13px;
    margin-left: 15px !important;
  }

  .product-list-item {
    border: 2px solid #E4E4E4;
    -webkit-border-radius: 3px;
       -moz-border-radius: 3px;
            border-radius: 3px;
    padding: 15px;
  }

  .product-description {
    font-size: 16px;
    height: 60px;
  }

  .product-price {
    font-size: 16px;
  }
}

/* magazine */
.magazine-list-item {
  height: auto;
  -webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
          box-sizing: border-box;
}

.magazine-sub {
  color: #000000;
}

.magazine-description {
    color: #0a0a0a;
    font-size: 12px;
    font-weight: 500;
    overflow: hidden;
    height: 55px;
}

@media screen and ( min-width: 1080px ) {
  .magazine {
    margin-bottom: 60px;
    border-top: 2px solid #E4E4E4;
    border-bottom: 2px solid #E4E4E4;
    padding: 74px 0;
  }

  .magazine-title {
    margin-bottom: 17px;
  }

  .magazine-content {
    margin-bottom: 30px;
  }

  .magazine-list-item {
    border: 2px solid #E4E4E4;
  }

  .magazine-sub {
    padding: 15px 27px;
  }
}

@media screen and ( max-width: 1079px ) {
  .magazine {
    margin-bottom: 47px;
  }

  .magazine-title {
    margin-bottom: 17px;
  }

  .magazine-main {
    border: 0;
    margin-bottom: 10px;
  }

  .magazine-content {
    margin-bottom: 13px;
    margin-left: 15px !important;
  }

  .magazine-sub {
    padding-left: 15px;
    padding-right: 15px;
  }
}

/* benefits */
.benefits {
  border-top: 1px solid #E4E4E4;
  border-bottom: 1px solid #E4E4E4;
}

.benefits-title {
  margin-bottom: 23px;
}

.benefits-box {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 23px;
}

.benefits-box-image {
  height: 50px;
  min-width: 50px;
  width: 50px;
}

.benefits-box-image img {
  display: inline-block;
  width: 100%;
}

.benefits-box-detail {
  font-size: 12px;
  line-height: 1.9;
  margin-left: 23px;
}

.benefits-box-title {
  display: none;
  font-size: 16px;
  font-weight: bold;
}

@media screen and ( min-width: 1080px ) {
  .benefits {
    margin-bottom: 51px;
    padding-top: 74px;
    padding-bottom: 75px;
  }
  .benefits-title {
    margin-bottom: 54px;
  }
  .benefits-content {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
       -moz-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    margin-bottom: 40px;
  }
  .benefits-box {
    display: block;
    margin-bottom: 0;
    text-align: center;
    width: 333px;
    background: #F1F1F1;
    padding: 18px;
  }
  .benefits-box-image {
    display: inline-block;
    height: 80px;
    margin-bottom: 43px;
    width: 80px;
  }
  .benefits-box-title {
    display: block;
  }
  .benefits-box-detail {
    margin-left: 0;
  }
}

@media screen and ( max-width: 1079px ) {
  .benefits {
    margin-bottom: 41px;
    padding-top: 32px;
    padding-bottom: 51px;
  }
}

/* contact */
.contact {
  margin-bottom: 55px;
}
.contact-title {
  margin-bottom: 21px;
}
.contact-box-title {
  font-size: 14px;
  font-weight: bold;
  line-height: 1.9;
  text-align: center;
  margin-bottom: 9px;
}
.contact-box-description {
  font-size: 12px;
  line-height: 2;
  text-align: center;
  margin-bottom: 31px;
}
.contact-box {
  padding: 24px 0;
  background: #f1f1f1;
}
.contact-box + .contact-box {
  margin-top: 34px;
}

@media screen and ( min-width: 1080px ) {
  .contact {
    margin-bottom: 71px;
  }
  .contact-content {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
  }
  .contact-box {
    /* border: 2px solid #E4E4E4; */
    -webkit-border-radius: 3px;
       -moz-border-radius: 3px;
            border-radius: 3px;
    padding: 18px 16px;
    width: 33.3333%;
  }
  .contact-box + .contact-box {
    width: 33.3333%;
    margin-top: 0;
    margin-left: 34px;
  }
  .contact-box-title {
    font-size: 18px;
    font-weight: bold;
    line-height: 1.2;
    margin-bottom: 28px;
    text-align: center;
  }
  .contact-box-description {
    font-size: 14px;
    height: 80px;
    line-height: 2;
  }
}

/* news */
.news {
  margin-bottom: 48px;
}
.news-title {
  font-size: 20px;
  font-weight: bold;
  line-height: 1.2;
  margin-bottom: 15px;
  padding-left: 29px;
  padding-right: 29px;
  text-align: left;
}
.news-content {
  height: 286px;
  overflow-y: scroll;
  padding-left: 29px;
  padding-right: 29px;
}
.news-list-item {
  border-bottom: 1px solid #E4E4E4;
  padding-bottom: 16px;
}
.news-list-item + .news-list-item {
  margin-top: 8px;
}
.news-list-title {
  color: #333333;
  font-size: 14px;
  font-weight: 500;
  line-height: 1.7;
}
.news-list-summary {
  font-size: 14px;
  line-height: 1.5;
}

@media screen and ( min-width: 1080px ) {
  .news {
    margin-bottom: 63px;
  }
  .news-title {
    font-size: 24px;
    line-height: 1.12;
    margin-bottom: 24px;
    text-align: center;
  }
  .news-content {
    height: 312px;
    padding-left: 50px;
    padding-right: 50px;
  }
  .news-list-item + .news-list-item {
    margin-top: 14px;
  }
}

/* info */
.info-box {
  border: 2px solid #E4E4E4;
  margin: 0 15px;
}
.swiper-pagination-bullet-active {
  background-color: #001489 !important;
}
.info-box + .info-box {
  margin-top: 62px;
}

.info-title {
  font-size: 20px;
  text-align: center;
  line-height: 1.1;
  margin-bottom: 18px;
  margin-top: 0;
}

.info-content {
  font-size: 20px;
  line-height: 1.3;
  margin-bottom: 16px;
  width: 100%;
  text-align: center;
}

.info-box img {
  width: 100%;
}

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

@media screen and ( min-width: 1080px ) {
  .info {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
  }
  .info-image {
    padding-bottom: 12px;
    height: auto;
    width: 100%;
  }

  .info-box + .info-box {
    margin-top: 0;
    margin-left: 43px;
  }
  .info-title {
    margin-bottom: 9px;
    padding: 12px 0;
    font-size: 18px;
  }
  .info-content {
    margin-bottom: 33px;
    padding: 0 18px;
  }
  .info-button {
    text-align: center;
  }
}

/* common */
body {
  color: #000000;
}
div,li {
  -webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
          box-sizing: border-box;
  word-wrap: break-word;
}
section {
  margin: 0;
}

.product-img,
.promotion-img,
.magazine-img,
.benefits-img {
  display: block;
  width: 100%;
}

/* Default Button */
.top-content-button {
  text-align: center;
  padding-left: 15px;
  padding-right: 15px;
}

.top-content-button-item {
  background-color: #001489;
  -webkit-border-radius: 3px;
     -moz-border-radius: 3px;
          border-radius: 3px;
  -webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
          box-sizing: border-box;
  color: #ffffff;
  display: inline-block;
  position: relative;
  text-align: center;
}

.top-content-button-item:hover {
  cursor: pointer;
  opacity: 0.8;
}

/* .top-content-button-item::before {
  background-image: url('./Icon_external-link.svg');
  background-repeat: no-repeat;
  content: '';
  display: inline-block;
  position: absolute;
  top: 50%;
  right: 30px;
  -webkit-transform: translateY(-50%);
     -moz-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
} */

/* primary button */
.base-button {
  border: none;
  -webkit-border-radius: 3px;
     -moz-border-radius: 3px;
          border-radius: 3px;
  display: inline-block;
  text-align: center;
}
.base-button:hover {
  opacity: 0.8;
}
.primary-button {
  background-color: #001489;
  -webkit-border-radius: 3px;
     -moz-border-radius: 3px;
          border-radius: 3px;
  color: #FFFFFF;
  font-size: 22px;
  font-weight: bold;
  line-height: 1.2;
  padding-top: 7px;
  padding-bottom: 7px;
  width: 100%;
}

.primary-button-contact {
  font-size: 14px;
  line-height: 1.7;
  width: 100%;
  font-weight: normal;
}

.primary-button-info {
  font-size: 16px;
  font-weight: 500;
  line-height: 1.2;
  width: 80%;
}

@media screen and ( min-width : 1080px ){
  .primary-button {
    padding-top: 17px;
    padding-bottom: 17px;
    width: 348px;
  }
  .primary-button-contact {
    padding-top: 7px;
    padding-bottom: 7px;
    width: 193px;
  }
  .primary-button-info {
    padding-top: 10px;
    padding-bottom: 8px;
  }
}

@media screen and ( min-width : 1080px ){
  .promotion-title,
  .product-title,
  .magazine-title,
  .benefits-title,
  .topics-title,
  .contact-title {
    font-size: 24px;
    line-height: 1.12;
    text-align: center;
    letter-spacing: 0.13rem;
    color: #001489;
  }

  .promotion .promotion-content,
  .product .product-content,
  .magazine .magazine-content {
    padding-left: 10px;
    padding-right: 10px;
  }

  .top-content-button-item {
    font-size: 18px;
    line-height: 1.35;
    padding: 10px;
    width: 435px;
  }

  .top-content-button-item::before {
    height: 20px;
    width: 20px;
  }

  .is-sp {
    display: none;
  }
}

@media screen and ( max-width : 1079px ){
  .promotion-title,
  .product-title,
  .magazine-title,
  .benefits-title,
  .topics-title,
  .contact-title {
    font-size: 20px;
    line-height: 1.35;
    padding-left: 15px;
    padding-right: 15px;
    text-align: left;
    color: #001489;
  }
  
  .info{
    padding: 0 15px;
  }

  .info-button {
    max-width: 250px;
    margin: 0 auto;
    display: inline;
  }

  .info-title {
    font-size: 16px;
    padding-top: 12px;
  }

  .info-box {
    max-width: 600px;
    margin: 0 auto;
    padding: 0;
  }

  .benefits .benefits-content,
  .contact .contact-content {
    margin-left: 15px;
    margin-right: 15px;
  }

  .top-content-button-item {
    -webkit-border-radius: 3px;
       -moz-border-radius: 3px;
            border-radius: 3px;
    font-size: 14px;
    line-height: 1.3;
    padding: 12px;
    width: 100%;
  }

  .top-content-button-item::before {
    height: 16px;
    width: 16px;
  }

  .is-pc {
    display: none;
  }
}

/* swiper navigation */
.swiper-list-button-next,
.swiper-list-button-prev {
  background-color: #001489;
  opacity: 0.9;
  border-radius: 6px;
  cursor: pointer;
  height: 40px;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
     -moz-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 40px;
  z-index: 10;
}

.swiper-list-button-next {
  right: 0;
}

.swiper-list-button-prev {
  left: 0;
}

.swiper-main-visual-List .swiper-slide-next {
    opacity: 0.5;
}

.swiper-main-visual-List .swiper-slide-prev {
    opacity: 0.5;
}


.swiper-list-button-next::before,
.swiper-list-button-prev::before {
  background-position: center center;
  -webkit-background-size: 30px 30px;
     -moz-background-size: 30px;
          background-size: 30px;
  background-repeat: no-repeat;
  display: inline-block;
  height: 40px;
  text-indent: -9999px;
  width: 40px;
}

.swiper-list-button-next:hover::before,
.swiper-list-button-prev:hover::before {
  opacity: 1;
}

.swiper-list-button-next::before {
  background-image: url(../image/arrows-next.png);
  content: 'next';
}

.swiper-list-button-prev::before {
  background-image: url(../image/arrows-prev.png);
  content: 'prev';
}

@media screen and ( max-width : 1079px ){
  .swiper-list-button-next-promotion,
  .swiper-list-button-prev-promotion {
    display: none;
  }

  .adjustSwiper {
    margin-right: 15px;
  }

  .brand-content-sub {
    padding: 0 15px;
  }
  .brand-content-logo-eufy {
    width: 120px !important;
  }
.dotd-button {
 text-align: center;
}

}


/* Brand Contents */
/* brand */
.brand-margin {
  margin-bottom: 65px;
}

.brand-content-image {
  margin-bottom: 10px;
}

.brand-content-image-item {
  display: inline-block;
  width: 100%; 
}

.brand-content-title {
  font-size: 24px;
  line-height: 1.1;
}

.brand-content-text {
  font-size: 14px;
  line-height: 1.8;
  padding-top: 18px;
}

.brand-content-link {
  font-size: 16px;
  font-weight: bold;
  line-height: 1.8;
  text-decoration: underline;
  padding-top: 12px;
}

.brand-content-text + .brand-content-link {
  margin-top: 20px;
}

.brand-content-campgin-link {
    font-weight: 600;
}

.brand-content-link-soundcore {
  color: #00A9E0;
}

.brand-content-link-eufy {
  color: #21D2C5;
}

.brand-content-link-nebula {
  color: #E42D46;
}

.brand-content-link-anker {
  color: #00A9E0;
}


.brand-content-logo-anker {
  fill: #00A9E0;
  width: 175px;
  padding-top: 8px;
}


.brand-content-logo-soundcore {
    width: 230px;
  fill: #00A9E0;
}

.brand-content-logo-eufy {
    width: 125px;
  fill: rgb(152,155,158);
}

.brand-content-logo-nebula {
    width: 210px;
  fill: #E42D46;
}

.brand-content-campaign-text {
    font-size: 16px;
    padding-top: 18px;
    font-weight: 500;
}

@media screen and ( min-width: 1080px ) {
.swiper-list-button-prev.jsc-swiper-main-button-prev {
  left: 33.333%;
}

.swiper-list-button-next.jsc-swiper-main-button-next {
  right: 33.333%;
}
  .brand-content {
    -webkit-box-align: center;
    -webkit-align-items: center;
       -moz-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
       -moz-box-pack: center;
        -ms-flex-pack: center;
    justify-content: center;
    margin-left: auto;
    margin-right: auto;
    max-width: 1080px;
  }

  .brand-content-image {
    margin-bottom: 0;
    width: 45%;
  }

  .brand-content-sub {
    padding-left: 20px;
    padding-right: 0;
    width: 45%;
  }

  .brand-content-image-item {
    width: 100%;
    max-height: 300px;
    object-fit: cover;
  }

  .brand-content-reverse {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
    -webkit-flex-direction: row-reverse;
       -moz-box-orient: horizontal;
       -moz-box-direction: reverse;
        -ms-flex-direction: row-reverse;
            flex-direction: row-reverse;
  }

  .brand-content-reverse .brand-content-sub {
    padding-left: 0;
    padding-right: 20px;
  }
.dotd-button {
    width: 100%;
    margin: 0 auto;
    max-width: 1080px;
}
}
