@charset "Shift_JIS";

/* [t2] Branding Image Event
=========================================================================================== */

.eventStyle .TopBrandingImg img {
  top: 0;
  transform: translateY(0) translateX(-50%);
  -webkit- transform: translateY(0) translateX(-50%);
  opacity: 1;
  width: 100% !important;
  height: auto !important;
}

.TopBrandingInner .eventLeft {
  float: left;
  position: relative;
  width: 59%;
  height: 600px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.eventLeft .LT {
  position: absolute;
  left: 0;
  top: 46px;
}
.eventLeft .LB {
  position: absolute;
  left: 0;
  bottom: 50px;
}
.eventLeft .LB.minus {
  margin-left: -46px;
  margin-right: -43px;
}
.TopBrandingInner .eventRight {
  float: left;
  width: 35%;
  padding: 7px 0;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.eventRight * {
  color: #fff;
}
.eventRight [class*="TextStyle"] {
  margin-bottom: 10px;
}
.eventRight .ImgOnlyStyle {
  margin-bottom: 0;
}
.eventRight .upper {
  margin-bottom: 95px;
}
.eventRight .sizeL {
  font-size: 120%;
}
.eventRight .TopBrandingButtonStyle {
  margin-top: 0;
  margin-left: 0;
}
.eventRight .eventHSIF {
  margin-bottom: 95px;
}


.eventStyle.ShowRWD .TopBrandingImg img {
  width: 100% !important;
  height: auto !important;
}
.eventStyle.ShowRWD .eventHSIF {
  padding: 20vh 0 40px;
}

@media screen and (max-width: 1400px) {
  .JS .eventStyle.HideRWD .TopBrandingImg img {
    width: auto !important;
    height: 100% !important;
  }
}
@media screen and (max-width: 1050px) {
  .JS .eventStyle.HideRWD .TopBrandingImg img {
    transform: translateY(0) translateX(-40%);
    -webkit- transform: translateY(0) translateX(-40%);
  }
}
@media screen and (max-width: 994px) {
  .JS .TopBrandingInner .eventRight {
    width: 41%;
  }
  .JS .eventLeft .LB {
    bottom: 220px;
  }
}
@media screen and (max-width: 579px) {
  .JS .eventStyle.ShowRWD .eventHSIF {
    padding: 15vh 0 40px;
  }
}
@media screen and (max-width: 399px) {
  .JS .eventStyle.ShowRWD .TopBrandingInner {
      height: 529px !important;
  }
  .JS .eventStyle.ShowRWD .eventHSIF {
    padding: 15vh 0 25px;
  }
}
@media screen and (max-width: 320px) {
  .JS .eventStyle.ShowRWD .TopBrandingInner {
      min-height: 1px;
      height: 458px !important;
  }
}

