body,
html {
  background-color: #F86689;
}

p {
  margin: 0;
}

.newyear-header {
  width: 100%;
}

.newyear-header img {
  max-width: 100%;
  height: auto;
  display: block;
  margin: auto;
}

.newyear-header .m-img {
  display: none;
}

@media (max-width: 768px) {
  .newyear-header .m-img {
    display: block;
  }
  .newyear-header .pc-img {
    display: none;
  }
}

.newyear-md {
  max-width: 860px;
  text-align: center;
  margin-top: 70px;
  margin: auto;
}

.newyear-md .content {
  max-width: 860px;
}

.newyear-md .content ul {
  font-size: 1.5rem;
  padding: 0 15px;
}

.newyear-md .content ul .md-bonus {
  display: inline-block;
  width: 130px;
  height: 130px;
  background-color: #8c0c0e;
  color: #fff;
  border-radius: 50%;
  line-height: 130px;
  border: #DDAE5C solid 2px;
  color: #000;
}

@media (max-width: 767px) {
  .newyear-md .content ul .md-bonus {
    width: 60px;
    height: 60px;
    line-height: 60px;
    font-size: 1rem;
  }
}

.newyear-md .content ul li:nth-child(-n+1) {
  background-color: #E20D10;
}

.newyear-md h3 {
  color: #fff;
  font-weight: normal;
}

.newyear-user {
  width: 300px;
  margin: auto;
  text-align: center;
  color: #fff;
  margin-top: 30px;
}

.newyear-user p {
  font-size: 2rem;
  font-weight: 400;
}

.newyear-user .amount {
  width: 120px;
  height: 145px;
  background-color: #E20D10;
  line-height: 150px;
  border-radius: 27px;
  margin: auto;
  font-size: 3rem;
  border: #DDAE5C solid 2px;
}

.newyear-photographer {
  text-align: center;
  padding: 0 15px;
}

.newyear-photographer ul {
  font-size: 1.2rem;
  padding-left: 0;
}

.newyear-photographer ul .photographer {
  display: inline-block;
  padding: 15px 30px;
  background-color: #E20D10;
  line-height: 30px;
  color: #fff;
}

.newyear-plus {
  max-width: 860px;
  margin: auto;
  border: #d7b53c solid 1px;
  padding: 15px;
  color: #fff;
  line-height: 28px;
}

@media (max-width: 768px) {
  .newyear-plus {
    width: 90%;
  }
}

.newyear-Ranking {
  max-width: 860px;
  margin: auto;
}

@media (max-width: 768px) {
  .newyear-Ranking {
    width: 95%;
  }
}

.newyear-Ranking .newyear-container-t {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
}

.newyear-Ranking .newyear-container-t .newyear-thumbnail-t {
  width: 20%;
  text-align: center;
  margin: 15px 0;
}

@media (max-width: 767px) {
  .newyear-Ranking .newyear-container-t .newyear-thumbnail-t {
    width: 50%;
  }
}

.newyear-Ranking .newyear-container-t .newyear-thumbnail-t p {
  font-size: 1.4em;
  margin: 0;
}

.newyear-Ranking .newyear-container-t .newyear-thumbnail-t .newyear-circle-box {
  margin: 10px auto;
  position: relative;
}

.newyear-Ranking .newyear-container-t .newyear-thumbnail-t .newyear-circle-box img {
  display: block;
  border-radius: 50%;
  width: 150px;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: top;
     object-position: top;
  border: #B29519 solid 2px;
}

@media (max-width: 768px) {
  .newyear-Ranking .newyear-container-t .newyear-thumbnail-t .newyear-circle-box img {
    width: 130px;
  }
}

.newyear-Ranking .newyear-container-t .newyear-thumbnail-t .newyear-circle-box .img-responsive {
  max-width: 100%;
  margin: auto;
}

.newyear-Ranking .newyear-container-t .newyear-thumbnail-t .newyear-name {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  letter-spacing: 2px;
}

.newyear-Ranking .newyear-container-t .newyear-thumbnail-t .newyear-name h3 {
  color: #FBF4EB;
}

@media (max-width: 768px) {
  .newyear-Ranking .newyear-container-t .newyear-thumbnail-t .newyear-name h3 {
    font-size: 1rem;
    margin-bottom: .5em;
    margin-top: .5em;
  }
}

@media (max-width: 568px) {
  .newyear-Ranking .newyear-container-t .newyear-thumbnail-t .newyear-name h3 {
    font-size: 1.2rem;
  }
}

@media (max-width: 320px) {
  .newyear-Ranking .newyear-container-t .newyear-thumbnail-t .newyear-name h3 {
    font-size: 1rem;
  }
}

.newyear-Ranking .newyear-container-t .newyear-thumbnail-t .newyear-point {
  border-top: #FBF4EB 1px solid;
  border-bottom: #FBF4EB 1px solid;
  width: 80%;
  margin: auto;
}

.newyear-Ranking .newyear-container-t .newyear-thumbnail-t .newyear-point p {
  font-size: 1.3em;
  padding: 10px;
  color: #fff;
}

.newyear-Ranking .newyear-container-t .newyear-thumbnail-t .newyear-point p::before {
  content: '';
  background-image: url(../img/red.svg);
  padding: 8px 0px 0px 32px;
  background-repeat: no-repeat;
  background-size: contain;
}

@media (max-width: 768px) {
  .newyear-Ranking .newyear-container-t .newyear-thumbnail-t .newyear-point img {
    max-width: 100%;
  }
}

.newyear-Ranking .newyear-container-t .newyear-thumbnail-t .newyear-fans p {
  color: #fff;
  font-size: 1.3rem;
  line-height: 4rem;
}

@media (max-width: 768px) {
  .newyear-Ranking .newyear-container-t .newyear-thumbnail-t .newyear-fans p {
    font-size: 1.2rem;
  }
}

@media (max-width: 320px) {
  .newyear-Ranking .newyear-container-t .newyear-thumbnail-t .newyear-fans p {
    font-size: 1rem;
  }
}

.newyear-Ranking .newyear-content {
  margin-top: 30px;
}

.newyear-Ranking .newyear-content .rule {
  font-size: 1rem;
  color: #fff;
  line-height: 1.8rem;
  margin-bottom: 15px;
}

.newyear-Ranking .newyear-content a {
  text-decoration: none;
}

.newyear-Ranking .newyear-content .newyear-news-item {
  width: 100%;
  height: auto;
  border-radius: 10px;
  line-height: 2em;
}

.newyear-Ranking .newyear-content ul {
  padding: 10px 40px 40px 40px;
}

.newyear-Ranking .newyear-content li {
  list-style-type: none;
}

.newyear-Ranking .newyear-content .newyear-title {
  text-align: center;
  margin: 30px auto;
}

.newyear-Ranking .newyear-content .newyear-title h3 {
  line-height: 93px;
  color: #1186BC;
}

@media (max-width: 768px) {
  .newyear-Ranking .newyear-content .newyear-title {
    width: 100%;
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
  }
}

.newyear-Ranking .newyear-content table {
  text-align: center;
  table-layout: fixed;
  width: 100%;
  margin-bottom: 15px;
}

.newyear-Ranking .newyear-content table thead {
  background-color: #D02F24;
  color: #fff;
}

.newyear-Ranking .newyear-content table thead th {
  font-size: 1rem;
  font-weight: 100;
  padding: 20px 0;
  font-weight: 400;
  text-align: center;
}

@media (max-width: 375px) {
  .newyear-Ranking .newyear-content table thead th {
    font-size: 1em;
  }
}

@media (max-width: 320px) {
  .newyear-Ranking .newyear-content table thead .w1 {
    width: 35%;
  }
}

.newyear-Ranking .newyear-content table tbody {
  font-size: 1rem;
  font-weight: 400;
  word-break: break-all;
}

.newyear-Ranking .newyear-content table tbody tr:nth-child(odd) {
  background-color: #F7F1D2;
}

.newyear-Ranking .newyear-content table tbody tr:nth-child(even) {
  background-color: #FFFFFF;
}

.newyear-Ranking .newyear-content table tbody tr td {
  width: 25%;
  padding: 15px 5px;
}

.newyear-Ranking .newyear-content table tbody tr td a {
  color: #000;
}

.newyear-Ranking .newyear-content table tbody tr td p {
  padding-top: 10px;
  font-size: 1.1em;
}

.newyear-Ranking .newyear-content table tbody tr td p::before {
  content: '';
  background-image: url(../img/red.svg);
  padding: 0px 0px 0px 26px;
  background-repeat: no-repeat;
  background-size: contain;
}

@media (max-width: 768px) {
  .newyear-Ranking .newyear-content table tbody tr td p::before {
    padding: 0px 0px 0px 20px;
  }
}

@media (max-width: 375px) {
  .newyear-Ranking .newyear-content table tbody tr td {
    font-weight: normal;
    font-size: 0.9em;
  }
}

.newyear-Ranking .p-icon table tbody tr td p {
  padding-top: 10px;
  font-size: 1.1em;
}

.newyear-Ranking .p-icon table tbody tr td p::before {
  content: '';
  background-image: url(../img/pink.svg);
  padding: 0px 0px 0px 26px;
  background-repeat: no-repeat;
  background-size: contain;
}

@media (max-width: 768px) {
  .newyear-Ranking .p-icon table tbody tr td p::before {
    padding: 0px 0px 0px 20px;
  }
}

.newyear-news {
  font-size: 1rem;
  line-height: 2.5rem;
  color: #fff;
  width: 100%;
  max-width: 860px;
  margin: auto;
}

@media (max-width: 768px) {
  .newyear-news {
    width: 95%;
  }
}

.newyear-news .newyear-title {
  text-align: center;
}

.newyear-news h2 {
  font-size: 1.1rem;
}

.newyear-news .newyear-news-item {
  height: auto;
  border: #F7F1D2 1px solid;
  padding: 30px;
  margin-top: -40px;
}

.newyear-news .newyear-news-item .spec {
  color: #ffff00;
}

.newyear-news ul {
  padding: 10px 40px 40px 40px;
}

.newyear-news li {
  list-style-type: none;
}

.newyear-news .newyear-table {
  margin-bottom: 30px;
}

.newyear-news table {
  text-align: center;
}

.newyear-news table thead th {
  text-align: center;
}

.newyear-news table td {
  padding: 10px 5px;
}

@media (max-width: 768px) {
  .newyear-news table td img {
    width: 50px;
  }
}

@media (max-width: 1024px) {
  .newyear-news img {
    margin-top: 0px;
  }
}
/*# sourceMappingURL=style.css.map */