/* officialize
------------------------*/
.official .mens-este .me-official ,
.official .or-remove {display: none !important;}
.official .or-event {pointer-events: none !important;}
.official #menu-guide .fixhead-box {
  line-height: 50px;
  color: #fff;
  display: block;
}

#append-field.officialEnt {
  padding: 0;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
  display: flex;
  justify-content: center;
  align-items: center;
  opacity: 1;
}
#append-field.officialEnt:after {
  content: '';
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background: rgba(0,0,0,0.6);
  z-index: 2;
}
#ENT-field {
  width: 100%;
  padding: 100px;
  color: #e9e9e9;
  background: rgba(0,0,0,0.8);
  position: relative;
  z-index: 3;
}
#ENT-field .ENT-name {
  margin-bottom: 10px;
  padding: 10px 50px;
  font-size: 40px;
  font-weight: bold;
  border-top: 2px solid #fcfcfc;
  border-bottom: 2px solid #f9f9f9;
  color: #f9f9f9;
}
#ENT-field .ENT-ag {margin-bottom: 30px;}
#ENT-field .ENT-btnWrap {margin-bottom: 10px;}
#ENT-field .ENT-enterBtn {
  width: 280px;
  max-width: 90%;
  height: 50px;
  margin: 0 auto 5px;
  line-height: 50px;
  font-size: 18px;
  font-weight: bold;
  border-radius: 5px;
  border: 1px solid #c0c0d0;
  color: #141414;
  background: #ebedee;
  cursor: pointer;
}
#ENT-field .ENT-enterBtn:hover {background: #ccc;}
#ENT-field .ENT-leaveBtn {font-size: 12px;}
#ENT-field .ENT-leaveBtn a:hover {text-decoration: underline;}
#ENT-field .ENT-txt {font-size: 13px;}


/* free
------------------------*/
#freePran #hero-field ,
#freePran #schedule-field ,
#freePran #update-column ,
#freePran .menu-system ,
#freePran .if_blurbg ,
#freePran .noMenu .menu-box {display: none;}
#freePran #main-column {width: 100%;}

/* IE
------------------------*/
body.ie .if_blurbg::after {background: rgba(153,153,153,0.8) !important;}
body.ie .if_blurbg img {opacity: 0.5;}
body.ie .listdesign .ld-girlbox {
  flex-direction: row;
  justify-content: flex-start;
}
body.ie .count-box {justify-content: flex-start;}
body.ie .prof-body .prof-img img {
  width: auto;
  max-width: 100%;
  max-height: 100%;
}
body.ie #append-field {z-index: 99;}

@media screen and (min-width: 769px){
  /* free */
  #freePran .menu-box li {
    width: 20%;
    flex-grow: 0;
  }
  #freePran #param {
    display: flex;
    flex-wrap: wrap;
    align-content: space-between;
  }
  #freePran #global-container {width: 100%;}
  #freePran #global-footer {
      width: 100%;
      min-height: 0;
  }
  #freePran .noMenu #wrap {padding-top: 50px;}
  #freePran .noMenu #global-container {min-height: calc(100vh - 468px);}
  #freePran .noMenu #param:not(.scrl-end) #data-column {top: 50px;}
  #freePran .noMenu .scrl-end #data-column {
    top: 0;
    bottom: auto;
  }

}
@media screen and (max-width: 768px){
  /* officialize */
  #ENT-field {padding: 40px 30px;}
  #ENT-field .ENT-name {
    padding: 10px;
    font-size: 20px;
  }
  .official .mens-este #global-footer {padding: 0 0 60px;}
  
  /* free */
  #freePran.top_index #left-cell {
    margin-bottom: 20px;
    padding: 0;
  }
  #freePran .page-head {margin-top: 0;}
}