@charset "euc-jp";

html{
  overflow-x: hidden;
}

@media screen and (max-width: 1056px) {
  html{ overflow: scroll; }
}

.text .fPink {
  font-weight: bold;
  color: #ff2577;
}
.text .fYellow {
  font-weight: bold;
  color: #ffff00;
}
.text .fRed {
  font-weight: bold;
  color: #f00;
}
.text .f12 {
  font-weight: normal;
  font-size: 12px;
}
.text .f16 {
  font-weight: bold;
  font-size: 16px;
}
.text .f18 {
  font-weight: bold;
  font-size: 18px;
}
.text .f20 {
  font-weight: bold;
  font-size: 20px;
}
.text .fNormal {
  font-weight: normal;
}
.text b {
  color: #fff;
}

.titLv1 {
  font-size: 28px;
}

#evArea .text {
  box-shadow: 0 0 0 3px #100c11 inset, 0 0 0 6px #ee3b3d inset;
}

.text dt,.kikan dt { color: #ee3b3d; }

.text .rates span {
  color: #fff;
  background: #ff0055;
  display: block;
  width: 360px;
  padding: 10px 10px 10px 20px;
  font-weight: bold;
  letter-spacing: 0.05em;
  font-size: 16px;
  line-height: 1.4;
  border-radius: 3px;
  margin-top: 3px;
}

.christmas_tree {
  position: relative;
  width: 640px;
  margin: 0 auto 40px auto;
}
.christmas_tree img {
  display: block;
  max-width: 100%;
  width: 100%;
  height: auto;
}
.christmas_tree h4 {
  display: block;
  width: 50%;
  position: absolute;
  bottom: -3%;
  left: 0;
  right: 0;
  margin: auto;
}
.christmas_tree h4 span {
  position: relative;
  display: block;
  z-index: 99;
  width: 100%;
  color: #FFF;
  font-size: 18px;
  font-weight: bold;
  text-align: center;
  padding: 15px 0;
  text-shadow: 1px 1px 0 rgba(0,0,0,0.2);
  background-color: #ee3b3d;
}

.christmas_tree h4:before,
.christmas_tree h4:after {
  display: block;
  top: 10px;
  z-index: 50;
  content: "";
  border-style: solid;
  position: absolute;
  width: 0;
  height: 0;
}
.christmas_tree h4:before {
  border-color: #df2d2f #df2d2f #df2d2f transparent;
  border-width: 25px;
  left: -30px;
}
.christmas_tree h4:after {
  border-color: #df2d2f transparent #df2d2f #df2d2f;
  border-width: 25px;
  right: -30px;
}

.christmas_ev_girls {
  border: 1px solid #fff;
  border-radius: 5px;
}
.christmas_ev_girls h5 {
  font-size: 18px;
  padding: 10px;
  font-weight: bold;
  display: block;
  color: #fff;
  background-color: #ff77ad;
  position: relative;
  background-image: url(https://livede55.com/event/img/55christmas_tree/img_55christmas_tree_hart.png);
  background-repeat: no-repeat;
  background-position: 1% center;
  text-indent: 25px;
}
.present_data {
  position: absolute;
  right: 10px;
  top: 0;
  bottom: 0;
  width: 22%;
  margin: auto;
  border: none;
  background-color: none;
  /* css hack ie9-10 + under */
  right: 5px\9;
  top: 5px\9;
  width: auto\9;
}
@media all and (-ms-high-contrast:none) {
  *::-ms-backdrop, .present_data {
    /* css hack ie11 */
    right: 5px;
    top: 5px;
    width: auto;
  }
}

.present_data th {
  text-align: left;
  line-height: 1;
}
.present_data th span {
  text-indent: 0;
  font-size: 12px;
  font-weight: bold;
  color: #FFF;
  display: block;
}
.present_data td {
  font-size: 16px;
  text-align: right;
  line-height: 1;
}
.present_data td strong {
  font-size: 28px;
  color: #fff;
}
.present_data th,
.present_data td {
  padding: 0;
  text-indent: 0;
  color: #FFF;
  vertical-align: middle;
}

.christmas_ev_girls {
  overflow: hidden;
  margin: 0 auto 40px auto;
}
.christmas_ev_girls ul:after {
  display:block;
  clear:both;
  height:0;
  line-height:0;
  visibility:hidden;
  content: ".";
  font-size: 0.1em;
}
.christmas_ev_girls ul {
    display: block;
}
.christmas_ev_girls ul li {
  float: left;
  width: 25%;
  border-right: 1px dashed #666;
  border-bottom: 1px dashed #666;
  box-sizing: border-box;
}
.christmas_ev_girls ul li:nth-child(4n) {
  border-right: none;
}
.christmas_ev_girls ul li:nth-last-child(1),
.christmas_ev_girls ul li:nth-last-child(2),
.christmas_ev_girls ul li:nth-last-child(3),
.christmas_ev_girls ul li:nth-last-child(4) {
  border-bottom: none;
}

.christmas_ev_girls ul li a:after {
  display:block;
  clear:both;
  height:0;
  line-height:0;
  visibility:hidden;
  content: ".";
  font-size: 0.1em;
}
.christmas_ev_girls ul li a {
  display: block;
  padding: 10px;
  transition: all .3s;
}
.christmas_ev_girls ul li a:hover {
  background-color: #333;
  transition: all .3s;
}
.christmas_ev_girls ul li a strong {
  width: 25%;
  overflow: hidden;
  padding: 12.5% 0;
  float: left;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  border-radius: 50%;
}
.christmas_ev_girls ul li a p {
  display: block;
  float: right;
  width: 70%;
  padding: 5px 0;
  font-size: 14px;
  line-height: 1.2;
}

.ggchristmas_btn {
  margin: 0 auto 40px auto;
}
.ggchristmas_btn img {
  display: block;
  margin: 0 auto;
}


/* SNOW */
.snow {
  position: absolute;
  background-image: url(https://livede55.com/event/img/55christmas_tree/snowdust.png);
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  animation: spin 5s linear infinite;
}
@keyframes spin {
  0% { transform: rotate(0deg); }
  100% { transform: rotate(360deg); }
}
