html body .eventPre {
  background-color: #F8F8F8;
}
html body .eventPre .wrapper {
  padding: 100px 0;
}
@media screen and (max-width: 1400px) {
  html body .eventPre .wrapper {
    padding: 100px 1rem;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
  }
}
@media screen and (max-width: 767px) {
  html body .eventPre .wrapper {
    padding: 1rem;
  }
}
html body .eventPre-heading {
  max-width: 1200px;
  width: 100%;
  margin: 0 auto 30px;
  padding-bottom: 45px;
  border-bottom: 1px solid #0E1A3C;
  position: relative;
}
@media screen and (max-width: 1199px) {
  html body .eventPre-heading {
    margin-bottom: 50px;
  }
}
@media screen and (max-width: 767px) {
  html body .eventPre-heading {
    padding-bottom: 20px;
    margin-bottom: 30px;
  }
}
html body .eventPre-subtitle {
  font-size: 24px;
  line-height: 36px;
  color: #000000;
  text-align: center;
  margin-bottom: 20px;
}
@media screen and (max-width: 767px) {
  html body .eventPre-subtitle {
    font-size: 24px;
    line-height: 36px;
  }
}
html body .eventPre-title {
  padding-top: 15px;
  font-size: 46px;
  line-height: 58px;
  color: #000000;
  text-align: center;
  font-weight: 500;
  border-top: 1px solid #0E1A3C;
}
@media screen and (max-width: 767px) {
  html body .eventPre-title {
    font-size: 24px;
    line-height: 36px;
  }
}
html body .eventPre-imgText {
  max-width: 600px;
  position: absolute;
  left: 50%;
  bottom: -20px;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
}
@media screen and (max-width: 575px) {
  html body .eventPre-imgText {
    max-width: 180px;
    bottom: -10px;
  }
}
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-text01 {
  margin-bottom: 20px;
  font-size: 30px;
  line-height: 45px;
  color: #000000;
  text-align: center;
  font-weight: 500;
}
@media screen and (max-width: 1199px) {
  html body .eventPre-text01 {
    font-size: 24px;
    line-height: 36px;
  }
}
@media screen and (max-width: 1199px) {
  html body .eventPre-text01 {
    margin-bottom: 0;
    text-align: left;
  }
}
@media screen and (max-width: 767px) {
  html body .eventPre-text01 {
    font-weight: 400;
  }
}
@media screen and (max-width: 575px) {
  html body .eventPre-text01 {
    font-size: 16px;
    line-height: 24px;
  }
}
@media screen and (max-width: 1199px) {
  html body .eventPre-text01.pc {
    display: none;
  }
}
@media screen and (max-width: 1199px) {
  html body .eventPre-text01.sp {
    display: block;
  }
}
html body .eventPre-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
@media screen and (max-width: 1199px) {
  html body .eventPre-container {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
    -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: start;
  -ms-flex-align: start;
  align-items: flex-start;
  gap: 0 50px;
  margin-right: 50px;
}
@media screen and (max-width: 1199px) {
  html body .eventPre-container_left {
    margin-right: 0;
    margin-bottom: 30px;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 0 30px;
  }
}
@media screen and (max-width: 767px) {
  html body .eventPre-container_left {
    margin-bottom: 10px;
  }
}
@media screen and (max-width: 575px) {
  html body .eventPre-container_left {
    gap: 0 10px;
  }
}
html body .eventPre-container_right {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
@media screen and (max-width: 1199px) {
  html body .eventPre-container_right {
    gap: 0 20px;
    margin-bottom: 20px;
  }
}
@media screen and (max-width: 575px) {
  html body .eventPre-container_right {
    gap: 0 10px;
  }
}
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;
  }
}
@media screen and (max-width: 575px) {
  html body .eventPre-date {
    padding: 4px;
  }
}
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-visual {
  max-width: 1200px;
  margin-bottom: 30px;
}
html body .eventPre-textbox h3 {
  margin-bottom: 20px;
  font-size: 50px;
  line-height: 63px;
  color: #0E1A3C;
  text-align: center;
  font-weight: 300;
}
@media screen and (max-width: 767px) {
  html body .eventPre-textbox h3 {
    font-size: 26px;
    line-height: 39px;
  }
}
@media screen and (max-width: 1199px) {
  html body .eventPre-textbox h3 {
    text-align: left;
  }
}
@media screen and (max-width: 575px) {
  html body .eventPre-textbox h3 {
    font-size: 20px;
    line-height: 30px;
  }
}
html body .eventPre-textbox h3 span {
  font-size: 100px;
  line-height: 100px;
  color: #f39800;
}
@media screen and (max-width: 767px) {
  html body .eventPre-textbox h3 span {
    font-size: 60px;
    line-height: 60px;
  }
}
@media screen and (max-width: 575px) {
  html body .eventPre-textbox h3 span {
    font-size: 40px;
    line-height: 40px;
  }
}
html body .eventPre-card {
  margin-top: 75px;
  max-width: 250px;
  -webkit-transform: rotate(345deg);
  -ms-transform: rotate(345deg);
  transform: rotate(345deg);
}
@media screen and (max-width: 1199px) {
  html body .eventPre-card {
    max-width: 200px;
    margin-top: 0;
    -webkit-transform: rotate(350deg);
    -ms-transform: rotate(350deg);
    transform: rotate(350deg);
  }
}
@media screen and (max-width: 767px) {
  html body .eventPre-card {
    max-width: 150px;
  }
}
@media screen and (max-width: 575px) {
  html body .eventPre-card {
    max-width: 100px;
  }
}
html body .eventPre h4 {
  font-size: 16px;
  line-height: 26px;
  color: #000000;
}
@media screen and (max-width: 767px) {
  html body .eventPre h4 {
    font-size: 14px;
    line-height: 20px;
  }
}
html body .eventPre-text02 {
  font-size: 16px;
  line-height: 26px;
  color: #000000;
}
@media screen and (max-width: 767px) {
  html body .eventPre-text02 {
    font-size: 14px;
    line-height: 20px;
  }
}
@media screen and (max-width: 767px) {
  html body .eventPre-list {
    margin-bottom: 20px;
  }
}
html body .eventPre-item {
  font-size: 16px;
  line-height: 26px;
  color: #000000;
}
@media screen and (max-width: 767px) {
  html body .eventPre-item {
    font-size: 14px;
    line-height: 20px;
  }
}
html body .eventPre02 {
  display: block;
}
html body .eventPre02 .eventPre02-textbox {
  max-width: 1000px;
  width: 100%;
  margin: 0 auto;
}
html body .eventPre02 .eventPre02-visual {
  background: url(../../images/parts/kitchen-visual.webp) no-repeat top center;
  background-size: cover;
  height: 360px;
  position: relative;
  margin-bottom: 20px;
}
@media screen and (max-width: 991px) {
  html body .eventPre02 .eventPre02-visual {
    height: auto;
    aspect-ratio: 3/2;
    background: url(../../images/parts/kitchen-visual-sp.webp) no-repeat top center;
    background-size: cover;
  }
}
html body .eventPre02 .eventPre02-text01 {
  width: 100%;
  font-size: 30px;
  line-height: 45px;
  color: #ffffff;
  text-align: center;
  position: absolute;
  top: 10px;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
}
@media screen and (max-width: 1199px) {
  html body .eventPre02 .eventPre02-text01 {
    font-size: 30px;
    line-height: 45px;
  }
}
@media screen and (max-width: 991px) {
  html body .eventPre02 .eventPre02-text01 {
    top: 20%;
  }
}
@media screen and (max-width: 575px) {
  html body .eventPre02 .eventPre02-text01 {
    font-size: 16px;
    line-height: 24px;
    top: 30%;
  }
}
html body .eventPre02 .eventPre02-text01 br {
  display: none;
}
@media screen and (max-width: 991px) {
  html body .eventPre02 .eventPre02-text01 br {
    display: block;
  }
}
html body .eventPre02 .eventPre02-holder {
  display: none;
}
@media screen and (max-width: 991px) {
  html body .eventPre02 .eventPre02-holder {
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    gap: 0 20px;
    position: absolute;
    bottom: 30px;
  }
}
@media screen and (max-width: 575px) {
  html body .eventPre02 .eventPre02-holder {
    gap: 0 10px;
    bottom: 0;
  }
}
html body .eventPre02 .eventPre02-card {
  max-width: 200px;
  position: absolute;
  top: 50%;
  -webkit-transform: rotate(345deg) translateY(-100%);
  -ms-transform: rotate(345deg) translateY(-100%);
  transform: rotate(345deg) translateY(-100%);
  left: -25px;
}
@media screen and (max-width: 1199px) {
  html body .eventPre02 .eventPre02-card {
    left: 60px;
    -webkit-transform: rotate(345deg) translateY(-50%);
    -ms-transform: rotate(345deg) translateY(-50%);
    transform: rotate(345deg) translateY(-50%);
  }
}
@media screen and (max-width: 991px) {
  html body .eventPre02 .eventPre02-card {
    -webkit-transform: rotate(345deg);
    -ms-transform: rotate(345deg);
    transform: rotate(345deg);
    display: none;
  }
}
@media screen and (max-width: 767px) {
  html body .eventPre02 .eventPre02-card {
    max-width: 150px;
  }
}
html body .eventPre02 .eventPre02-card02 {
  max-width: 200px;
  -webkit-transform: rotate(345deg);
  -ms-transform: rotate(345deg);
  transform: rotate(345deg);
}
@media screen and (max-width: 767px) {
  html body .eventPre02 .eventPre02-card02 {
    max-width: 150px;
  }
}
@media screen and (max-width: 575px) {
  html body .eventPre02 .eventPre02-card02 {
    max-width: 100px;
  }
}
html body .eventPre02 .eventPre02-subtitle {
  width: 550px;
  font-size: 50px;
  line-height: 63px;
  color: #ffffff;
  text-align: center;
  font-weight: 300;
  position: absolute;
  bottom: 10px;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
}
@media screen and (max-width: 767px) {
  html body .eventPre02 .eventPre02-subtitle {
    font-size: 26px;
    line-height: 39px;
  }
}
@media screen and (max-width: 991px) {
  html body .eventPre02 .eventPre02-subtitle {
    text-align: left;
    display: none;
  }
}
@media screen and (max-width: 575px) {
  html body .eventPre02 .eventPre02-subtitle {
    font-size: 20px;
    line-height: 30px;
  }
}
html body .eventPre02 .eventPre02-subtitle span {
  font-size: 120px;
  line-height: 120px;
  color: #ffffff;
}
@media screen and (max-width: 1199px) {
  html body .eventPre02 .eventPre02-subtitle span {
    font-size: 80px;
    line-height: 80px;
  }
}
@media screen and (max-width: 991px) {
  html body .eventPre02 .eventPre02-subtitle span {
    font-size: 80px;
    line-height: 80px;
  }
}
@media screen and (max-width: 575px) {
  html body .eventPre02 .eventPre02-subtitle span {
    font-size: 40px;
    line-height: 40px;
  }
}
html body .eventPre02 .eventPre02-subtitle02 {
  font-size: 50px;
  line-height: 63px;
  color: #ffffff;
  text-align: center;
  font-weight: 300;
}
@media screen and (max-width: 767px) {
  html body .eventPre02 .eventPre02-subtitle02 {
    font-size: 26px;
    line-height: 39px;
  }
}
@media screen and (max-width: 991px) {
  html body .eventPre02 .eventPre02-subtitle02 {
    text-align: left;
  }
}
@media screen and (max-width: 575px) {
  html body .eventPre02 .eventPre02-subtitle02 {
    font-size: 20px;
    line-height: 30px;
  }
}
html body .eventPre02 .eventPre02-subtitle02 span {
  font-size: 120px;
  line-height: 120px;
  color: #ffffff;
}
@media screen and (max-width: 1199px) {
  html body .eventPre02 .eventPre02-subtitle02 span {
    font-size: 80px;
    line-height: 80px;
  }
}
@media screen and (max-width: 991px) {
  html body .eventPre02 .eventPre02-subtitle02 span {
    font-size: 80px;
    line-height: 80px;
  }
}
@media screen and (max-width: 575px) {
  html body .eventPre02 .eventPre02-subtitle02 span {
    font-size: 40px;
    line-height: 40px;
  }
}
html body .eventPre02 .eventPre02-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 #ffffff;
  border-radius: 50%;
  position: absolute;
  top: 50%;
  right: 100px;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}
@media screen and (max-width: 991px) {
  html body .eventPre02 .eventPre02-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;
    right: auto;
    top: 10%;
    left: 50%;
    transform: translateX(-50%);
  }
}
@media screen and (max-width: 575px) {
  html body .eventPre02 .eventPre02-date {
    padding: 4px;
  }
}
html body .eventPre02 .eventPre02-date .date-text01 {
  font-size: 15px;
  line-height: 15px;
  color: #ffffff;
  font-weight: bold;
}
@media screen and (max-width: 767px) {
  html body .eventPre02 .eventPre02-date .date-text01 {
    font-size: 14px;
    line-height: 20px;
  }
}
html body .eventPre02 .eventPre02-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: #ffffff;
  font-weight: 600;
}
@media screen and (max-width: 767px) {
  html body .eventPre02 .eventPre02-date .date-text02 {
    font-size: 24px;
    line-height: 32px;
  }
}
html body .eventPre02 .eventPre02-date .date-text02 span {
  font-size: 20px;
  line-height: 20px;
  color: #ffffff;
}
@media screen and (max-width: 767px) {
  html body .eventPre02 .eventPre02-date .date-text02 span {
    font-size: 9px;
    line-height: 32px;
  }
}
html body .eventPre02 .eventPre02-date .date-text03 {
  font-size: 18px;
  line-height: 18px;
  color: #ffffff;
  font-weight: bold;
}
@media screen and (max-width: 767px) {
  html body .eventPre02 .eventPre02-date .date-text03 {
    font-size: 14px;
    line-height: 20px;
  }
}

.box-link-arrow {
  margin-top: 20px !important;
}
@media screen and (max-width: 767px) {
  .box-link-arrow {
    margin-top: 0 !important;
  }
}

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