@charset "UTF-8";
:root {
  --base-font-size: 16px;
  --tn-pink: #db67af;
  --tn-lightpink: #fac4da;
  --tn-brightpink: #ff75cb;
  --tn-darkpink: #ff009d;
  --tn-gold: #af8e48;
  --tn-lightgold: #d4b77a;
  --tn-yellow: #ecc267;
  --tn-green: #198754;
  --tn-darkgrey: #434343;
  --tn-lgrey: #f3f3f3;
  --tn-dblue: #3e4a5c;
  --tn-btn-shine: linear-gradient(
      120deg,
      transparent,
      rgba(255, 255, 255, 0.4),
      transparent
  );
  --container-padding-sm: 20px 0;
  --container-padding-lg: 40px 0 ;
}

@-webkit-keyframes onlineBlink {
  0% {
    background-color: #ff6699;
  }
  50% {
    background-color: #c223df;
  }
  100% {
    background-color: #ff6699;
  }
}
@keyframes onlineBlink {
  0% {
    background-color: #ff6699;
  }
  50% {
    background-color: #c223df;
  }
  100% {
    background-color: #ff6699;
  }
}
@-webkit-keyframes shine {
  0% {
    left: -100%;
    -webkit-transition-property: left;
    transition-property: left;
  }
  13.0434782609%, 100% {
    left: 100%;
    -webkit-transition-property: left;
    transition-property: left;
  }
}
@keyframes shine {
  0% {
    left: -100%;
    -webkit-transition-property: left;
    transition-property: left;
  }
  13.0434782609%, 100% {
    left: 100%;
    -webkit-transition-property: left;
    transition-property: left;
  }
}
#d2p_toolbarHolder {
  display: none;
}
@media (min-width: 768px) {
  #d2p_toolbarHolder {
    display: block;
  }
}

.nl-generic.nl-oneColumn #nl-main-contentsHolder {
  width: 100% !important;
  min-height: 0;
  min-width: 0;
  border-left: 0;
  border-right: 0;
}
.nl-generic.nl-oneColumn #nl-gl-mainContents {
  border-left: 0;
  border-right: 0;
  min-height: 0;
  background-color: #f3f3f3 !important;
}
.nl-generic #nl-mainCol {
  background-color: #f3f3f3;
}

#nl-gl-header {
  min-width: 0px;
  height: auto;
}
#nl-gl-header #nl-gl-nav {
  background: rgba(0, 27, 36, 0.7);
  -webkit-box-shadow: 0 8px 32px 0 rgba(31, 38, 135, 0.37);
          box-shadow: 0 8px 32px 0 rgba(31, 38, 135, 0.37);
  backdrop-filter: blur(6.5px);
  -webkit-backdrop-filter: blur(6.5px);
  border-radius: 10px;
  border: 1px solid rgba(255, 255, 255, 0.18);
}
#nl-gl-header #nl-gl-navList li:not(:first-child) {
  display: none;
}
@media (min-width: 1024px) {
  #nl-gl-header #nl-gl-navList li:not(:first-child) {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}
@media (min-width: 1024px) {
  #nl-gl-header {
    min-width: 1004px;
  }
}

#nl-gl-footer {
  padding: 32px !important;
}
#nl-gl-footer #nl-gl-footerInner {
  width: 100% !important;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
#nl-gl-footer #nl-gl-footerInner section {
  margin-bottom: 24px;
}

#nl-gl-copyright {
  padding-bottom: 16px;
}

.cf::before {
  content: none !important;
}

.iineBtn-grey  {
  cursor: pointer;
}

#app-nl-gl-toPageTop {
  right: 20px !important;
}

.text-red {
  color: #ff3366;
}

.btn {
  width: 80vw;
  max-width: 360px;
  border-radius: 6px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: space-evenly;
      -ms-flex-pack: space-evenly;
          justify-content: space-evenly;
  padding: 20px 0;
}
@media (min-width: 768px) {
  .btn {
    padding: 30px 0;
  }
}

.page {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding: 16px 8px;
}
.page.page--no-sidecol main {
  width: 998px;
  background-color: white;
  border-radius: 8px;
  overflow: hidden;
  margin-bottom: 8px;
}

#gl_globalSubNav_outer {
  background-image: url(/promo/FREE/newfreejoin/gl_mainBg_freejoinpageCompensation.gif);
  background-repeat: repeat-y;
  background-position: 100% center;
}

#gl_mainContentsOuter {
  float: none;
  width: 1004px;
  margin: 0 auto;
  background-image: none;
  /*canceling for css3 browser*/
  background-color: #fff;
  background-image: none;
  background-repeat: repeat-y;
  background-position: 0 0;
}

#gl_globalSubNav_outer {
  width: 999px;
  margin-left: 5px;
  display: block;
  height: 49px;
  background-color: #e5e5e5;
  margin-bottom: 12px;
}

#gl_globalSubNav {
  width: 798px;
  padding-left: 30px;
  display: block;
  height: 49px;
  text-align: left;
  letter-spacing: -0.4em;
  margin-left: -10px;
}

.promo-contents-top {
  width: 998px;
  padding: 4px 3px;
  background-color: #333;
  position: relative;
}

h2.promo-contents-cover {
  width: 998px;
  height: 425px;
  background: 0 0 url(../images/bg1.jpg) no-repeat;
  text-indent: -9999px;
}

.promo-contents-imageGirl {
  position: absolute;
  background-color: #fff;
  background-color: rgba(255, 255, 255, 0.75);
  display: inline-block;
  padding: 4px 8px;
  bottom: 8px;
  left: 12px;
}

.promo-contents {
  width: 988px;
  margin: 0 auto;
  padding-top: 24px;
}

.promo-contents-upper {
  margin-bottom: 36px;
}

.promo-subTitle {
  width: 500px;
  height: 115px;
  float: left;
  text-indent: -9999px;
  background: 0 0 url(../images/header.gif) no-repeat;
}

.promo-description {
  padding: 8px 0 0 16px;
  float: left;
  width: 472px;
  text-align: left;
  line-height: 160%;
  font-size: 14px;
}

.promo-thumbsHolder {
  margin-bottom: 36px;
  position: relative;
  width: 988px;
  overflow: visible;
  padding-left: 4px;
}

.promo-contents-bottom {
  width: 960px;
  margin: 0 auto 36px auto;
  text-align: left;
}

.promo-thumb-link h4 {
  width: 160px;
  height: 20px;
  line-height: 20px;
  font-size: 12px;
  color: #fff;
}

h4.offline {
  background-color: #66cc66;
}

h4.online {
  background-color: #ff6699;
  -webkit-animation-name: onlineBlink;
  animation-name: onlineBlink;
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-timing-function: linear;
  animation-timing-function: linear;
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
}

@-webkit-keyframes onlineBlink {
  0% {
    background-color: #ff6699;
  }
  50% {
    background-color: #c223df;
  }
  100% {
    background-color: #ff6699;
  }
}
@keyframes onlineBlink {
  0% {
    background-color: #ff6699;
  }
  50% {
    background-color: #c223df;
  }
  100% {
    background-color: #ff6699;
  }
}
.promo-thumb {
  float: left;
  width: 160px;
  height: 170px;
  margin-right: 4px;
  margin-bottom: 24px;
}

.promo-thumb-inner {
  position: relative;
}

.promo-thumb-pfname {
  line-height: 160%;
  font-size: 14px;
}

.promo-thumb-link:hover {
  filter: alpha(opacity=75);
  opacity: 0.75;
}

.top {
  height: 450px;
  background-image: url(../images/top_bg.jpg);
  background-position: bottom center;
  background-size: auto 80vw;
  background-repeat: no-repeat;
  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-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: relative;
  padding-top: 8px;
}
@media (min-width: 768px) {
  .top {
    height: 500px;
    background-position: bottom -60px center;
    background-size: auto 600px;
    padding-top: 16px;
  }
}
.top .top-text-a {
  width: 95vw;
  max-width: 450px;
}
@media (min-width: 768px) {
  .top .top-text-a {
    max-width: 600px;
  }
}
.top .top-text-b {
  width: 60vw;
  max-width: 330px;
  position: absolute;
  top: 56%;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}
@media (min-width: 768px) {
  .top .top-text-b {
    top: 60%;
  }
}

.red-carpet {
  color: white;
  background-color: #ff3366;
  padding: 24px 16px 48px;
}
.red-carpet .button-wrap {
  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-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 56px;
}
@media (min-width: 768px) {
  .red-carpet .button-wrap {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -ms-flex-pack: distribute;
        justify-content: space-around;
    margin-bottom: 36px;
  }
}
.red-carpet .button-wrap .eventBtn {
  color: white;
  font-size: 20px;
  font-weight: 600;
  background-color: black;
  margin-bottom: 16px;
  -webkit-transition: 0.2s;
  transition: 0.2s;
}
@media (min-width: 768px) {
  .red-carpet .button-wrap .eventBtn {
    font-size: 24px;
    margin-bottom: 0;
  }
}
.red-carpet .button-wrap .eventBtn:hover {
  color: red;
}
.red-carpet .button-wrap .date p {
  color: white;
  font-size: 16px;
  font-family: sans-serif;
  font-weight: 600;
  text-align: center;
}
@media (min-width: 768px) {
  .red-carpet .button-wrap .date p {
    font-size: 3.25vw;
    -webkit-transition: 0.2s;
    transition: 0.2s;
  }
}
@media (min-width: 1024px) {
  .red-carpet .button-wrap .date p {
    font-size: 34px;
  }
}
.red-carpet .wave-wrap {
  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-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
@media (min-width: 768px) {
  .red-carpet .wave-wrap {
    color: #121212;
    background-color: white;
    border-radius: 8px;
    padding: 40px 0;
    overflow: hidden;
  }
}
.red-carpet .wave-wrap .chart {
  width: 0px;
  display: none;
}
@media (min-width: 768px) {
  .red-carpet .wave-wrap .chart {
    width: 100%;
    max-width: 810px;
    display: block;
  }
}
.red-carpet .wave-wrap p {
  font-size: 16px;
  line-height: 1.6;
  margin-bottom: 8px;
}
.red-carpet .wave-wrap p span.text-emph {
  font-size: 32px;
  line-height: 2;
}
.red-carpet .wave-wrap .stampBtn {
  color: white;
  font-size: 16px;
  -webkit-box-shadow: 0 0 0 1px inset white;
          box-shadow: 0 0 0 1px inset white;
}
@media (min-width: 768px) {
  .red-carpet .wave-wrap .stampBtn {
    color: #ff3366;
    font-size: 18px;
    -webkit-box-shadow: 0 0 0 2px inset #ff3366;
            box-shadow: 0 0 0 2px inset #ff3366;
  }
}

.grey-carpet {
  color: #ff3366;
  font-size: 15px;
  font-weight: 500;
  background-color: #EAEAEA;
  line-height: 1.5;
  padding: 16px;
}
@media (min-width: 768px) {
  .grey-carpet {
    font-size: 23px;
  }
}

.note {
  padding: 24px 24px 48px;
}
.note ul {
  list-style-type: none;
}
.note ul li {
  color: #4c4d4e;
  text-align: left;
  line-height: 1.2;
  position: relative;
  margin-bottom: 6px;
  padding-left: 16px;
}
.note ul li::before {
  content: "※";
  position: absolute;
  left: 0px;
}
/*# sourceMappingURL=style.css.map */