@charset "UTF-8";
* {
  font-family: 微軟儷黑體, 微軟正黑體, 'Crimson Text', Arial, Helvetica, Geneva, sans-serif;
}

body,
html {
  background-color: #fff;
  -ms-touch-action: manipulation;
      touch-action: manipulation;
}

a {
  text-decoration: none;
  color: #f24;
}

a:hover {
  text-decoration: none;
}

.row {
  margin-left: 0;
  margin-right: 0;
}

header .next-top-goddess-visual {
  background-image: url(../img/vision.jpg);
  margin: 0 auto;
  background-position: center;
  background-size: cover;
  padding-bottom: 26.25%;
}

@media (max-width: 768px) {
  header .next-top-goddess-visual {
    display: none;
  }
}

header .next-top-goddess-mvisual {
  background-image: url(../img/visionmob.jpg);
  margin: 0 auto;
  background-position: center;
  background-size: cover;
  padding-bottom: 70%;
  display: none;
}

@media (max-width: 768px) {
  header .next-top-goddess-mvisual {
    display: block;
  }
}

/*==============排行榜=============*/
.next-top-goddess-title {
  margin: 15px 0;
}

.next-top-goddess-Leaderboard .container {
  margin-top: 0px;
}

.next-top-goddess-Leaderboard .container .thumbnail_item {
  margin-bottom: 30px;
}

.next-top-goddess-Leaderboard .container .thumbnail_item .thumbnail_item_pic {
  width: 100%;
  height: 100%;
  position: relative;
}

.next-top-goddess-Leaderboard .container .thumbnail_item .thumbnail_item_pic .pic {
  position: absolute;
  top: 47%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  z-index: 1;
  max-width: 82%;
  border-radius: 50%;
}

@media (max-width: 868px) and (min-width: 768px) {
  .next-top-goddess-Leaderboard .container .thumbnail_item .thumbnail_item_pic .pic {
    top: 35%;
  }
}

@media (max-width: 1200px) and (min-width: 992px) {
  .next-top-goddess-Leaderboard .container .thumbnail_item .thumbnail_item_pic .pic {
    top: 46%;
  }
}

.next-top-goddess-Leaderboard .container .thumbnail_item .thumbnail_item_pic .item_name {
  text-align: center;
  margin-top: -10px;
}

.next-top-goddess-Leaderboard .container .thumbnail_item .thumbnail_item_pic .item_name h1 {
  letter-spacing: 5px;
  font-size: 12px;
}

.next-top-goddess-Leaderboard .container .thumbnail_item .thumbnail_item_pic .item_name h1:before {
  content: '◆';
  color: #e31769;
  font-size: 10px;
  position: relative;
  position: relative;
  top: -2px;
  left: -4px;
}

.next-top-goddess-Leaderboard .container .thumbnail_item .thumbnail_item_pic .item_name h1:after {
  content: '◆';
  color: #e31769;
  font-size: 10px;
  position: relative;
  top: -2px;
  left: 4px;
}

.next-top-goddess-Leaderboard .container .thumbnail_item .consumer {
  color: #554945;
  width: 100%;
  height: -webkit-max-content;
  height: -moz-max-content;
  height: max-content;
  padding: 10px;
}

@media screen and (max-width: 768px) {
  .next-top-goddess-Leaderboard .container .thumbnail_item .consumer {
    width: 100%;
    padding: 10 0;
  }
}

.next-top-goddess-Leaderboard .container .thumbnail_item .consumer .item_text {
  margin-bottom: 15px;
}

.next-top-goddess-Leaderboard .container .thumbnail_item .consumer .item_text p {
  margin-bottom: 0;
  padding: 5px 0;
  font-size: 1.6rem;
  color: #000;
}

@media screen and (max-width: 1024px) {
  .next-top-goddess-Leaderboard .container .thumbnail_item .consumer .item_text p {
    font-size: 2rem;
  }
}

@media screen and (max-width: 768px) {
  .next-top-goddess-Leaderboard .container .thumbnail_item .consumer .item_text p {
    font-size: 4vmin;
  }
}

.next-top-goddess-Leaderboard .container .thumbnail_item .consumer .item_text2 .tree {
  width: 25%;
  height: auto;
  float: left;
  padding: 0 0 0 10%;
}

.next-top-goddess-Leaderboard .container .thumbnail_item .consumer .item_text2 .itemtext {
  width: 75%;
}

.next-top-goddess-Leaderboard .container .thumbnail_item .consumer .item_text2 p {
  margin-bottom: 0;
  padding: 5px 0;
  font-size: 2rem;
  color: #000;
}

.next-top-goddess-Leaderboard .container .thumbnail_item .consumer .item_text2 p img {
  width: 10%;
  position: relative;
  top: -2px;
  margin-right: 2px;
}

@media screen and (max-width: 1024px) {
  .next-top-goddess-Leaderboard .container .thumbnail_item .consumer .item_text2 p {
    font-size: 2rem;
  }
}

@media screen and (max-width: 768px) {
  .next-top-goddess-Leaderboard .container .thumbnail_item .consumer .item_text2 p {
    font-size: 4vmin;
  }
}

.next-top-goddess-girls {
  color: #4a595c;
  margin-bottom: 30px;
}

.next-top-goddess-girls .title {
  margin-bottom: 20px;
}

.next-top-goddess-girls table {
  width: 100%;
}

.next-top-goddess-girls table thead {
  background-color: #67c7f7;
  color: #fff;
  font-weight: 500;
  margin-bottom: 10px;
}

.next-top-goddess-girls table thead th {
  font-size: 2vmin;
  font-weight: 100;
  padding: 10px 0;
  font-weight: 100;
}

@media (max-width: 768px) {
  .next-top-goddess-girls table thead th {
    font-size: 4vmin;
  }
}

.next-top-goddess-girls table thead .th001 {
  font-weight: 900;
  text-align: center;
}

.next-top-goddess-girls table tbody {
  font-size: 2vmin;
  font-weight: 100;
  border: 1px solid #000;
}

@media (max-width: 768px) {
  .next-top-goddess-girls table tbody {
    font-size: 4vmin;
  }
}

.next-top-goddess-girls table tbody td {
  padding: 10px 0;
  border-bottom: 1px solid #000;
}

/*==============活動內容=============*/
.next-top-goddess-activities {
  margin-bottom: 10%;
  font-size: 2vmin;
  font-weight: 100;
  position: relative;
  color: #4a595c;
  letter-spacing: 3px;
  font-weight: 400;
}

@media screen and (max-width: 768px) {
  .next-top-goddess-activities {
    font-size: 4vmin;
  }
}

.next-top-goddess-activities .item {
  padding: 0;
  margin: 0;
}

.next-top-goddess-activities .item h1 {
  font-size: 3.5vmin;
}

.next-top-goddess-activities .item ul {
  padding: 0;
}

.next-top-goddess-activities .item ul .indentation {
  padding: 0 0 0 2rem;
  letter-spacing: 2px;
}

.next-top-goddess-activities .item li {
  list-style-type: none;
}
/*# sourceMappingURL=style.css.map */