@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: #015e12;
}

.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: 58vh;
  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: 592px) {
  .top {
    height: 600px;
  }
}
@media (min-width: 768px) {
  .top {
    background-position: bottom -10px center;
    background-size: auto 630px;
    padding-top: 60px;
  }
}
.top .emblem {
  position: absolute;
  display: none;
}

@media (min-width: 1024px) {
  .top .emblem {
    width: 120px;
    height: auto;
    display: block;
    left: 40px;
    top: 25px;
  }
}
.top .top-text-a {
  width: 90vw;
  max-width: 450px;
  -webkit-filter: drop-shadow(0px 1px 1px #222);
  filter: drop-shadow(0px 1px 1px #222);
}

@media (min-width: 592px) {
  .top .top-text-a {
    width: 75vw;
  }
}
@media (min-width: 768px) {
  .top .top-text-a {
    width: 95vw;
    -webkit-filter: drop-shadow(0px 2px 2px #222);
    filter: drop-shadow(0px 2px 2px #222);
    max-width: 540px;
  }
}
.top .top-text-b {
  width: 60vw;
  max-width: 440px;
  position: absolute;
  top: 49%;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
}

@media (min-width: 592px) {
  .top .top-text-b {
    width: 66vw;
    top: 46%;
  }
}
@media (min-width: 768px) {
  .top .top-text-b {
    width: 66vw;
    max-width: 380px;
    top: 55%;
  }
}
.red-carpet {
  color: white;
  background-color: #015e12;
  padding: 24px 16px;
}

@media (min-width: 768px) {
  .red-carpet {
    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: 24px;
}

@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: #b27914;
  font-size: 20px;
  font-weight: 600;
  background-color: #fafafa;
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(250, 250, 250, 0.8)), to(#fafafa));
  background: linear-gradient(rgba(250, 250, 250, 0.8), #fafafa);
  -webkit-box-shadow: 0 10px 15px -3px rgba(0, 0, 0, 0.1), 0 4px 6px -4px rgba(0, 0, 0, 0.1);
  box-shadow: 0 10px 15px -3px rgba(0, 0, 0, 0.1), 0 4px 6px -4px rgba(0, 0, 0, 0.1);
  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 {
  background-color: #f5baef;
}

.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 {
  color: #121212;
  border-radius: 8px;
  background-color: white;
  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;
  padding: 16px;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

@media (min-width: 768px) {
  .red-carpet .wave-wrap {
    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;
    margin-bottom: 8px;
  }
}
.red-carpet .wave-wrap p {
  font-size: 16px;
  line-height: 1.6;
  margin-bottom: 34px;
}

@media (min-width: 768px) {
  .red-carpet .wave-wrap p {
    margin-bottom: 8px;
  }
}
.red-carpet .wave-wrap p i {
  margin: 0 8px;
}

.red-carpet .wave-wrap p span.text-emph {
  font-size: 24px;
}

@media (min-width: 768px) {
  .red-carpet .wave-wrap p span.text-emph {
    font-size: 32px;
    line-height: 2;
  }
}
.red-carpet .wave-wrap p span.text-emph .dame {
  position: relative;
}

.red-carpet .wave-wrap p span.text-emph .dame::before {
  width: 50px;
  height: 3px;
  background-color: #ff0000;
  content: "";
  position: absolute;
  top: 11px;
  left: -5px;
  -webkit-transform: rotate(-38deg);
  transform: rotate(-38deg);
}

@media (min-width: 768px) {
  .red-carpet .wave-wrap p span.text-emph .dame::before {
    width: 68px;
    height: 4px;
    top: 12px;
    left: -8px;
  }
}
.red-carpet .wave-wrap p span.text-emph .dame::after {
  width: 50px;
  height: 3px;
  background-color: #ff0000;
  content: "";
  position: absolute;
  top: 11px;
  left: -5px;
  -webkit-transform: rotate(38deg);
  transform: rotate(38deg);
}

@media (min-width: 768px) {
  .red-carpet .wave-wrap p span.text-emph .dame::after {
    width: 68px;
    height: 4px;
    top: 12px;
    left: -8px;
  }
}
.red-carpet .wave-wrap p span.text-emph .empha {
  color: #ff0000;
  position: relative;
}

.red-carpet .wave-wrap p span.text-emph .empha::before {
  content: "";
  width: 10px;
  height: 8px;
  background-color: #ffdb00;
  -webkit-clip-path: polygon(50% 0%, 0% 100%, 100% 100%);
  clip-path: polygon(50% 0%, 0% 100%, 100% 100%);
  position: absolute;
  left: 50%;
  bottom: -9px;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
}

@media (min-width: 768px) {
  .red-carpet .wave-wrap p span.text-emph .empha::before {
    left: 56px;
    bottom: 12px;
    -webkit-transform: rotate(-90deg);
    transform: rotate(-90deg);
  }
}
.red-carpet .wave-wrap p span.text-emph .empha::after {
  content: "23周年スペシャル!";
  width: 140px;
  color: black;
  font-size: 15px;
  line-height: 1.2;
  background-color: #ffdb00;
  border-radius: 5px;
  position: absolute;
  bottom: -34px;
  left: -40%;
  padding: 4px;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
}

@media (min-width: 768px) {
  .red-carpet .wave-wrap p span.text-emph .empha::after {
    width: 184px;
    font-size: 20px;
    bottom: -1px;
    left: 64px;
    -webkit-transform: none;
    transform: none;
  }
}
.red-carpet .wave-wrap .stampBtn {
  color: #986a1b;
  font-size: 18px;
  -webkit-box-shadow: 0 0 0 3px inset #b27914;
  box-shadow: 0 0 0 3px inset #b27914;
}

.grey-carpet {
  color: #015e12;
  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 */

/*# sourceMappingURL=style.css.map */
