html body .eventPre {
  background-color: #F8F8F8;
}
html body .eventPre .wrapper {
  padding: 100px 0;
}
@media screen and (max-width: 991px) {
  html body .eventPre .wrapper {
    padding: 1rem;
  }
}
html body .eventPre-title {
  margin-bottom: 12px;
  font-size: 46px;
  line-height: 58px;
  color: #0E2971;
  font-weight: bold;
  text-align: center;
}
@media screen and (max-width: 767px) {
  html body .eventPre-title {
    font-size: 28px;
    line-height: 36px;
  }
}
@media screen and (max-width: 991px) {
  html body .eventPre-title {
    margin-bottom: 7px;
  }
}
html body .eventPre-title br {
  display: none;
}
@media screen and (max-width: 991px) {
  html body .eventPre-title br {
    display: block;
  }
}
html body .eventPre-inner {
  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;
}
html body .eventPre-subtext01 {
  margin-bottom: 12px;
  font-size: 30px;
  line-height: 30px;
  color: #0E2971;
  text-align: center;
}
@media screen and (max-width: 767px) {
  html body .eventPre-subtext01 {
    font-size: 16px;
    line-height: 30px;
  }
}
html body .eventPre-subtext02 {
  max-width: 710px;
  width: 100%;
  margin: 0 auto 15px;
  padding: 6px 0;
  font-size: 24px;
  line-height: 35px;
  color: #fff;
  font-weight: bold;
  text-align: center;
  background-color: #0E2971;
  border-radius: 28px;
}
@media screen and (max-width: 767px) {
  html body .eventPre-subtext02 {
    font-size: 17px;
    line-height: 23px;
  }
}
@media screen and (max-width: 767px) {
  html body .eventPre-subtext02 {
    margin-bottom: 18px;
    padding: 4px 0;
  }
}
@media screen and (max-width: 575px) {
  html body .eventPre-subtext02 {
    max-width: 310px;
  }
}
html body .eventPre-subtext02 br {
  display: none;
}
@media screen and (max-width: 575px) {
  html body .eventPre-subtext02 br {
    display: block;
  }
}
html body .eventPre-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
}
@media screen and (max-width: 1199px) {
  html body .eventPre-container {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }
}
html body .eventPre-container_left {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-right: 70px;
}
@media screen and (max-width: 1199px) {
  html body .eventPre-container_left {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    margin-right: 20px;
  }
}
html body .eventPre-container_title {
  margin-right: 75px;
  font-size: 52px;
  line-height: 75px;
  color: #0E2971;
  font-weight: bold;
}
@media screen and (max-width: 767px) {
  html body .eventPre-container_title {
    font-size: 28px;
    line-height: 40px;
  }
}
@media screen and (max-width: 1199px) {
  html body .eventPre-container_title {
    margin-right: 0;
  }
}
html body .eventPre-date {
  width: 98px;
  height: 98px;
  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;
  border: 1px solid #0E2971;
  border-radius: 50%;
}
@media screen and (max-width: 1199px) {
  html body .eventPre-date {
    width: auto;
    height: auto;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    padding: 4px 13px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    border-radius: 0;
  }
}
html body .eventPre-date .date-text01 {
  font-size: 15px;
  line-height: 15px;
  color: #0E2971;
  font-weight: bold;
}
@media screen and (max-width: 767px) {
  html body .eventPre-date .date-text01 {
    font-size: 14px;
    line-height: 20px;
  }
}
html body .eventPre-date .date-text02 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  font-size: 32px;
  line-height: 32px;
  color: #0E2971;
  font-weight: 600;
}
@media screen and (max-width: 767px) {
  html body .eventPre-date .date-text02 {
    font-size: 24px;
    line-height: 32px;
  }
}
html body .eventPre-date .date-text02 span {
  font-size: 20px;
  line-height: 20px;
  color: #0E2971;
}
@media screen and (max-width: 767px) {
  html body .eventPre-date .date-text02 span {
    font-size: 9px;
    line-height: 32px;
  }
}
html body .eventPre-date .date-text03 {
  font-size: 18px;
  line-height: 18px;
  color: #0E2971;
  font-weight: bold;
}
@media screen and (max-width: 767px) {
  html body .eventPre-date .date-text03 {
    font-size: 14px;
    line-height: 20px;
  }
}
html body .eventPre-textbox {
  position: relative;
}
html body .eventPre-textbox h3 {
  margin-bottom: 20px;
  font-size: 86px;
  line-height: 115px;
  color: #0E2971;
  font-weight: 600;
  text-align: center;
}
@media screen and (max-width: 767px) {
  html body .eventPre-textbox h3 {
    font-size: 40px;
    line-height: 53px;
  }
}
@media screen and (max-width: 991px) {
  html body .eventPre-textbox h3 {
    margin-bottom: 6px;
  }
}
html body .eventPre-textbox h3 span:first-child {
  font-size: 34px;
  line-height: 49px;
  color: #0E2971;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: bold;
}
@media screen and (max-width: 767px) {
  html body .eventPre-textbox h3 span:first-child {
    font-size: 18px;
    line-height: 26px;
  }
}
html body .eventPre-textbox h3 span:last-child {
  font-size: 47px;
  line-height: 69px;
  color: #0E2971;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: bold;
}
@media screen and (max-width: 767px) {
  html body .eventPre-textbox h3 span:last-child {
    font-size: 25px;
    line-height: 36px;
  }
}
html body .eventPre-textbox h4 {
  font-size: 20px;
  line-height: 32px;
  color: #0E1A3C;
  font-weight: bold;
}
@media screen and (max-width: 767px) {
  html body .eventPre-textbox h4 {
    font-size: 18px;
    line-height: 28px;
  }
}
@media screen and (max-width: 991px) {
  html body .eventPre-textbox h4 {
    margin-bottom: 5px;
  }
}
html body .eventPre-card_pc {
  width: 12.5vw;
  position: absolute;
  top: 25%;
  left: -32.5%;
  z-index: 1;
}
@media screen and (max-width: 1600px) {
  html body .eventPre-card_pc {
    left: -27.5%;
  }
}
@media screen and (max-width: 1400px) {
  html body .eventPre-card_pc {
    left: -23.5%;
  }
}
@media screen and (max-width: 1199px) {
  html body .eventPre-card_pc {
    display: none;
  }
}
html body .eventPre-card_sp {
  max-width: 180px;
  display: none;
}
@media screen and (max-width: 1199px) {
  html body .eventPre-card_sp {
    display: block;
  }
}
@media screen and (max-width: 767px) {
  html body .eventPre-card_sp {
    max-width: 112px;
  }
}
html body .eventPre-house_pc {
  width: 22.5vw;
  position: absolute;
  top: 25%;
  right: -60%;
  z-index: 1;
}
@media screen and (max-width: 1600px) {
  html body .eventPre-house_pc {
    right: -48%;
  }
}
@media screen and (max-width: 1400px) {
  html body .eventPre-house_pc {
    right: -40%;
  }
}
@media screen and (max-width: 1199px) {
  html body .eventPre-house_pc {
    display: none;
  }
}
html body .eventPre-house_sp {
  max-width: 600px;
  margin: 0 auto;
  display: none;
}
@media screen and (max-width: 1199px) {
  html body .eventPre-house_sp {
    display: block;
    margin-top: 8px;
  }
}
@media screen and (max-width: 767px) {
  html body .eventPre-house_sp {
    max-width: 310px;
  }
}
html body .eventPre-text {
  margin-bottom: 8px;
  padding-bottom: 8px;
  font-size: 18px;
  line-height: 32px;
  color: #0E1A3C;
  border-bottom: 1px solid #0E1A3C;
}
@media screen and (max-width: 767px) {
  html body .eventPre-text {
    font-size: 16px;
    line-height: 24px;
  }
}
html body .eventPre-item {
  font-size: 16px;
  line-height: 26px;
  color: #0E1A3C;
}
@media screen and (max-width: 767px) {
  html body .eventPre-item {
    font-size: 14px;
    line-height: 20px;
  }
}

/*# sourceMappingURL=event-present.css.map */
