html body.past_event picture {
  display: block;
}
html body.past_event picture img {
  width: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}
html body.past_event .md {
  display: none;
}
@media screen and (max-width: 991px) {
  html body.past_event .md {
    display: block;
  }
}
html body.past_event .subvisual {
  height: 41.6rem;
  background: url(../../images/past_event/past_fv_bg_pc.webp) no-repeat top center;
  background-size: cover;
  position: relative;
  z-index: -1;
}
@media screen and (max-width: 767px) {
  html body.past_event .subvisual {
    background: url(../../images/past_event/past_fv_bg_sp.webp) no-repeat center center;
    background-size: cover;
    height: 100vh;
  }
}
@media screen and (max-width: 575px) {
  html body.past_event .subvisual {
    height: 80vh;
    display: flex;
    justify-content: center;
    align-items: center;
  }
}
html body.past_event .subvisual .subvisual-info {
  width: 100%;
  color: #FFFFFF;
  text-align: center;
  font-weight: bold;
}
@media (min-width: 576px) {
  html body.past_event .subvisual .subvisual-info {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
  }
}
@media screen and (max-width: 575px) {
  html body.past_event .subvisual .subvisual-info {
    position: relative;
    display: block;
    -webkit-transform: auto;
    -ms-transform: auto;
    transform: auto;
    top: auto;
    left: auto;
  }
}
html body.past_event .subvisual .subvisual-heading {
  margin-bottom: 5.5rem;
}
@media screen and (max-width: 991px) {
  html body.past_event .subvisual .subvisual-heading {
    margin-bottom: 3rem;
  }
}
html body.past_event .subvisual .subvisual-heading p + p {
  margin-top: 0.8rem;
}
html body.past_event .subvisual .subvisual-heading .xs {
  display: none;
}
@media screen and (max-width: 575px) {
  html body.past_event .subvisual .subvisual-heading .xs {
    display: block;
  }
}
html body.past_event .subvisual .subvisual-title {
  margin-bottom: 1.3rem;
  font-size: 4.3rem;
  line-height: 6.2rem;
}
@media screen and (max-width: 767px) {
  html body.past_event .subvisual .subvisual-title {
    font-size: 3rem;
    line-height: 4.5rem;
  }
}
html body.past_event .subvisual .subvisual-ordinal {
  font-size: 2.2rem;
  line-height: 3.2rem;
  font-weight: 500;
}
html body.past_event .subvisual .subvisual-date {
  font-size: 2rem;
  line-height: 2.9rem;
  color: #FDE8A2;
}
html body.past_event .subvisual .subvisual-address {
  font-size: 1.6rem;
  line-height: 2.4rem;
}
html body.past_event .subvisual .subvisual-address::before {
  content: url("../../images/past_event/location-icon.svg");
  vertical-align: middle;
  margin-right: 0.5rem;
}
html body.past_event .subvisual .subvisual-subtitle {
  margin-bottom: 0.6rem;
  font-size: 3.2rem;
  line-height: 4.6rem;
}
@media screen and (max-width: 767px) {
  html body.past_event .subvisual .subvisual-subtitle {
    font-size: 2.8rem;
    line-height: 4.2rem;
  }
}
html body.past_event .subvisual .subvisual-catch {
  font-size: 2.2rem;
  line-height: 3.3rem;
  font-weight: 400;
}
html body.past_event .past-section01 {
  margin-top: -30px;
  margin-bottom: 50px;
}
@media screen and (max-width: 767px) {
  html body.past_event .past-section01 {
    margin-top: 30px;
  }
}
html body.past_event .past-section01 .past-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  gap: 0 50px;
  margin-bottom: 65px;
}
@media screen and (max-width: 1199px) {
  html body.past_event .past-section01 .past-list {
    gap: 0 25px;
  }
}
@media screen and (max-width: 767px) {
  html body.past_event .past-section01 .past-list {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 25px 0;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }
}
html body.past_event .past-section01 .past-item {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 calc((100% - 50px) / 2);
  flex: 0 0 calc((100% - 50px) / 2);
  border: 2px solid #C7AE58;
  height: 142px;
  background-color: #000000;
}
@media screen and (max-width: 1199px) {
  html body.past_event .past-section01 .past-item {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 calc((100% - 25px) / 2);
    flex: 0 0 calc((100% - 25px) / 2);
  }
}
@media screen and (max-width: 767px) {
  html body.past_event .past-section01 .past-item {
    -webkit-box-flex: 1;
    -ms-flex: auto;
    flex: auto;
    max-width: 575px;
    width: 100%;
  }
}
html body.past_event .past-section01 .past-item:first-child .past-item_link {
  background: url(../../images/past_event/tea-banner.webp) no-repeat center center;
  background-size: cover;
}
@media screen and (max-width: 575px) {
  html body.past_event .past-section01 .past-item:first-child .past-item_link {
    background-position: center left;
  }
}
html body.past_event .past-section01 .past-item:last-child .past-item_link {
  background: url(../../images/past_event/beef-banner.webp) no-repeat center center;
  background-size: cover;
}
@media screen and (max-width: 575px) {
  html body.past_event .past-section01 .past-item:last-child .past-item_link {
    background-position: center left;
  }
}
html body.past_event .past-section01 .past-item_link {
  width: 100%;
  height: 100%;
  display: block;
}
html body.past_event .past-section01 .past-item_textbox {
  width: 100%;
  height: 100%;
  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;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
  color: #FFFFFF;
}
@media screen and (max-width: 575px) {
  html body.past_event .past-section01 .past-item_textbox {
    background-color: rgba(0, 0, 0, 0.5019607843);
  }
}
html body.past_event .past-section01 .past-item_title {
  margin-bottom: 0.5rem;
  font-size: 2.6rem;
  line-height: 3.7rem;
  letter-spacing: 0.078rem;
  font-weight: normal;
}
@media screen and (max-width: 991px) {
  html body.past_event .past-section01 .past-item_title {
    font-size: 2.4rem;
  }
}
html body.past_event .past-section01 .past-item_subtitle {
  margin-bottom: 1rem;
  font-size: 2.2rem;
  line-height: 3.1rem;
  letter-spacing: 0.066rem;
  font-weight: normal;
}
html body.past_event .past-section01 .past-item_arrow {
  width: 15px;
  height: 15px;
  display: inline-block;
  position: relative;
  -webkit-transform: rotate(135deg);
  -ms-transform: rotate(135deg);
  transform: rotate(135deg);
}
html body.past_event .past-section01 .past-item_arrow::before {
  content: "";
  height: 3px;
  position: absolute;
  background: #FFFFFF;
  top: 0;
  right: 0;
  left: 0;
  border-radius: 10px;
}
html body.past_event .past-section01 .past-item_arrow::after {
  content: "";
  width: 3px;
  position: absolute;
  background: #FFFFFF;
  top: 0;
  right: 0;
  bottom: 0;
  border-radius: 10px;
}
html body.past_event .past-section01 .past-title {
  margin: 0 0 3rem;
}
html body.past_event .past-section01 .past-text {
  font-size: 1.6rem;
  line-height: 3rem;
  font-weight: normal;
  text-align: center;
  color: #000000;
}
@media screen and (max-width: 575px) {
  html body.past_event .past-section01 .past-text {
    text-align: left;
  }
}
html body.past_event .past-section01 .past-text .sm {
  display: none;
}
@media screen and (max-width: 767px) {
  html body.past_event .past-section01 .past-text .sm {
    display: block;
  }
}
@media screen and (max-width: 575px) {
  html body.past_event .past-section01 .past-text br {
    display: none !important;
  }
}
html body.past_event .past-section02 {
  padding: 7.5rem 0 9.5rem;
}
html body.past_event .past-section02 .past-inner {
  max-width: 1150px;
  width: 100%;
  margin: 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 0 60px;
}
@media screen and (max-width: 1199px) {
  html body.past_event .past-section02 .past-inner {
    gap: 0 30px;
  }
}
@media screen and (max-width: 991px) {
  html body.past_event .past-section02 .past-inner {
    gap: 60px 0;
    -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.past_event .past-section02 .past-container {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 calc((100% - 60px) / 2);
  flex: 0 0 calc((100% - 60px) / 2);
}
@media screen and (max-width: 1199px) {
  html body.past_event .past-section02 .past-container {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 calc((100% - 30px) / 2);
    flex: 0 0 calc((100% - 30px) / 2);
  }
}
@media screen and (max-width: 991px) {
  html body.past_event .past-section02 .past-container {
    -webkit-box-flex: 1;
    -ms-flex: auto;
    flex: auto;
    max-width: 550px;
  }
}
html body.past_event .past-section02 .past-container p {
  font-size: 1.6rem;
  line-height: 3rem;
}
html body.past_event .past-section02 .past-container_left h2 {
  margin: 0 0 3rem;
}
html body.past_event .past-section02 .past-container_left picture {
  margin-bottom: 35px;
}
html body.past_event .past-section02 .past-container_right h2 {
  margin: 0 0 4.2rem;
}
html body.past_event .past-section02 .past-container_right .past-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 0 22px;
}
html body.past_event .past-section02 .past-container_right .past-item + .past-item {
  margin-top: 42px;
}
@media screen and (max-width: 575px) {
  html body.past_event .past-section02 .past-container_right .past-item {
    -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;
    gap: 22px 0;
  }
}
html body.past_event .past-section02 .past-container_right .past-item picture {
  max-width: 125px;
}
html body.past_event .past-section02 .past-container_right .past-item h3 {
  margin-bottom: 1.6rem;
  font-size: 1.8rem;
  line-height: 2.6rem;
  font-weight: bold;
  color: #E5A33B;
}
@media screen and (max-width: 575px) {
  html body.past_event .past-section02 .past-container_right .past-item h3 {
    text-align: center;
  }
}
html body.past_event .past-section02 .past-container_right .past-item_textbox {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
}
html body.past_event .past-section03 {
  background-color: #83A12E;
  padding-bottom: 110px;
}
html body.past_event .past-section03 .wrapper {
  padding: 60px 64px 70px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  border-radius: 15px;
  background-color: #FFFFFF;
  -webkit-box-shadow: 0px 0px 40px rgba(0, 0, 0, 0.1098039216);
  box-shadow: 0px 0px 40px rgba(0, 0, 0, 0.1098039216);
  position: relative;
  z-index: 2;
}
@media screen and (max-width: 1199px) {
  html body.past_event .past-section03 .wrapper {
    padding: 60px 32px 70px;
  }
}
@media screen and (max-width: 575px) {
  html body.past_event .past-section03 .wrapper {
    padding: 60px 25px 70px;
  }
}
html body.past_event .past-section03 .xs {
  display: none;
}
@media screen and (max-width: 575px) {
  html body.past_event .past-section03 .xs {
    display: block;
  }
}
html body.past_event .past-section03 .sm {
  display: none;
}
@media screen and (max-width: 767px) {
  html body.past_event .past-section03 .sm {
    display: block;
  }
}
html body.past_event .past-section03 .past-outer {
  margin-top: -70px;
}
@media screen and (max-width: 1400px) {
  html body.past_event .past-section03 .past-outer {
    margin: -70px 1rem 0;
  }
}
html body.past_event .past-section03 .past-visual {
  height: 400px;
  background: url(../../images/past_event/tea-visual.webp) no-repeat center center;
  background-size: cover;
  position: relative;
  z-index: 1;
}
@media screen and (max-width: 991px) {
  html body.past_event .past-section03 .past-visual {
    background-position: center left;
  }
}
html body.past_event .past-section03 .past-visual .past-textbox {
  width: 100%;
  position: absolute;
  top: 40px;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  color: #FFFFFF;
  text-align: center;
}
@media screen and (max-width: 991px) {
  html body.past_event .past-section03 .past-visual .past-textbox {
    height: 100%;
    padding-top: 40px;
    background-color: rgba(0, 0, 0, 0.5019607843);
    top: 0;
  }
}
html body.past_event .past-section03 .past-visual .past-title {
  margin-bottom: 2.4rem;
  font-size: 4rem;
  line-height: 5.8rem;
  font-weight: bold;
}
@media screen and (max-width: 575px) {
  html body.past_event .past-section03 .past-visual .past-title {
    font-size: 3rem;
    line-height: 4.5rem;
  }
}
html body.past_event .past-section03 .past-visual .past-subtitle_main {
  font-size: 3rem;
  line-height: 4.4rem;
  letter-spacing: 0.09rem;
  margin-bottom: 0.7rem;
}
@media screen and (max-width: 575px) {
  html body.past_event .past-section03 .past-visual .past-subtitle_main {
    font-size: 2.4rem;
    line-height: 3.6rem;
  }
}
html body.past_event .past-section03 .past-visual .past-subtitle_sub {
  font-size: 2.6rem;
  line-height: 3.7rem;
  letter-spacing: 0.078rem;
  margin-bottom: 1.2rem;
}
@media screen and (max-width: 575px) {
  html body.past_event .past-section03 .past-visual .past-subtitle_sub {
    font-size: 2.2rem;
    line-height: 3.3rem;
  }
}
html body.past_event .past-section03 .past-visual .past-tag {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  gap: 0 20px;
}
@media screen and (max-width: 575px) {
  html body.past_event .past-section03 .past-visual .past-tag {
    gap: 0 12px;
  }
}
html body.past_event .past-section03 .past-visual .past-item {
  padding: 12px 33px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  background-color: #83A12E;
  border-radius: 32px;
  font-size: 2.2rem;
  line-height: 3.2rem;
  font-weight: bold;
}
@media screen and (max-width: 575px) {
  html body.past_event .past-section03 .past-visual .past-item {
    font-size: 1.6rem;
    line-height: 2.4rem;
    padding: 5px 12px;
  }
}
html body.past_event .past-section03 .past-inner .past-title {
  margin-bottom: 4.5rem;
  font-size: 2.8rem;
  line-height: 4rem;
  font-weight: bold;
  text-align: center;
}
@media screen and (max-width: 575px) {
  html body.past_event .past-section03 .past-inner .past-title {
    font-size: 2.4rem;
    line-height: 3.6rem;
  }
}
html body.past_event .past-section03 .past-inner01 {
  margin-bottom: 75px;
}
html body.past_event .past-section03 .past-inner01 .past-columns {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 0 45px;
}
@media screen and (max-width: 991px) {
  html body.past_event .past-section03 .past-inner01 .past-columns {
    gap: 30px 0;
    -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.past_event .past-section03 .past-inner01 .past-columns picture {
  max-width: 385px;
}
html body.past_event .past-section03 .past-inner01 .past-text {
  font-size: 1.6rem;
  line-height: 2.4rem;
  color: #5F5F5F;
}
html body.past_event .past-section03 .past-inner01 .past-text + .past-text {
  margin-top: 30px;
}
@media screen and (max-width: 991px) {
  html body.past_event .past-section03 .past-inner01 .past-text + .past-text {
    margin-top: 20px;
  }
}
html body.past_event .past-section03 .past-inner02 {
  margin-bottom: 60px;
}
html body.past_event .past-section03 .past-inner02 .past-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 0 30px;
}
@media screen and (max-width: 991px) {
  html body.past_event .past-section03 .past-inner02 .past-list {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    gap: 30px;
  }
}
@media screen and (max-width: 767px) {
  html body.past_event .past-section03 .past-inner02 .past-list {
    gap: 20px 0;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
}
html body.past_event .past-section03 .past-inner02 .past-item {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 calc((100% - 60px) / 3);
  flex: 0 0 calc((100% - 60px) / 3);
  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;
  text-align: center;
  padding: 30px 0;
  border: 1px solid #83A12E;
  font-size: 2rem;
  line-height: 2.9rem;
  font-weight: bold;
  color: #83A12E;
  border-radius: 14px;
}
@media screen and (max-width: 991px) {
  html body.past_event .past-section03 .past-inner02 .past-item {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 calc((100% - 56px) / 2);
    flex: 0 0 calc((100% - 56px) / 2);
  }
}
@media screen and (max-width: 767px) {
  html body.past_event .past-section03 .past-inner02 .past-item {
    -webkit-box-flex: 1;
    -ms-flex: auto;
    flex: auto;
    max-width: 350px;
    width: 100%;
  }
}
html body.past_event .past-section03 .past-inner03 {
  margin-bottom: 70px;
}
html body.past_event .past-section03 .past-inner03 .past-title {
  margin-bottom: 15px;
}
html body.past_event .past-section03 .past-inner03 .past-text {
  margin-bottom: 15px;
  font-size: 1.8rem;
  line-height: 2.7rem;
  text-align: center;
  color: #5F5F5F;
}
@media screen and (max-width: 575px) {
  html body.past_event .past-section03 .past-inner03 .past-text {
    text-align: left;
  }
  html body.past_event .past-section03 .past-inner03 .past-text br {
    display: none !important;
  }
}
html body.past_event .past-section03 .past-inner03 .past-exhibitor {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 0 30px;
  margin-bottom: 27px;
}
@media screen and (max-width: 991px) {
  html body.past_event .past-section03 .past-inner03 .past-exhibitor {
    -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;
    gap: 30px 0;
  }
}
html body.past_event .past-section03 .past-inner03 .past-exhibitor .past-item {
  padding: 30px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-box-flex: 0;
  -ms-flex: 0 0 calc((100% - 30px) / 2);
  flex: 0 0 calc((100% - 30px) / 2);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 0 20px;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  background-color: #F7F7F7;
  border-radius: 19px;
}
@media screen and (max-width: 991px) {
  html body.past_event .past-section03 .past-inner03 .past-exhibitor .past-item {
    -webkit-box-flex: 1;
    -ms-flex: auto;
    flex: auto;
    max-width: 540px;
    width: 100%;
  }
}
@media screen and (max-width: 575px) {
  html body.past_event .past-section03 .past-inner03 .past-exhibitor .past-item {
    max-width: 350px;
    width: 100%;
    -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;
    gap: 20px 0;
  }
}
html body.past_event .past-section03 .past-inner03 .past-exhibitor .past-item picture {
  max-width: 145px;
}
html body.past_event .past-section03 .past-inner03 .past-exhibitor .past-item_textbox {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
}
@media screen and (max-width: 575px) {
  html body.past_event .past-section03 .past-inner03 .past-exhibitor .past-item_textbox {
    -webkit-box-flex: 1;
    -ms-flex: auto;
    flex: auto;
    max-width: 300px;
    width: 100%;
  }
}
html body.past_event .past-section03 .past-inner03 .past-exhibitor .past-item_title {
  margin-bottom: 24px;
  padding-bottom: 15px;
  font-size: 2rem;
  line-height: 2.9rem;
  font-weight: bold;
  text-align: center;
  color: #83A12E;
  border-bottom: 3px solid #83A12E;
}
@media screen and (max-width: 575px) {
  html body.past_event .past-section03 .past-inner03 .past-exhibitor .past-item_title {
    margin-top: 0;
    margin-bottom: 10px;
  }
}
html body.past_event .past-section03 .past-inner03 .past-exhibitor .past-item_text {
  margin-bottom: 15px;
  font-size: 1.6rem;
  line-height: 3rem;
  text-align: center;
}
@media screen and (max-width: 575px) {
  html body.past_event .past-section03 .past-inner03 .past-exhibitor .past-item_text {
    margin-bottom: 1rem;
  }
}
html body.past_event .past-section03 .past-inner03 .past-exhibitor .past-item_name {
  font-size: 2.2rem;
  line-height: 3rem;
  font-weight: bold;
  text-align: center;
}
html body.past_event .past-section03 .past-inner03 .past-subtitle {
  margin-bottom: 3.7rem;
  padding: 0.8rem;
  font-size: 2.4rem;
  line-height: 3.5rem;
  font-weight: bold;
  color: #FFFFFF;
  text-align: center;
  background-color: #83A12E;
  border-radius: 11px;
}
html body.past_event .past-section03 .past-inner03 .past-feature {
  margin: 0 30px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 27px 50px;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
@media screen and (max-width: 991px) {
  html body.past_event .past-section03 .past-inner03 .past-feature {
    gap: 25px;
  }
}
@media screen and (max-width: 767px) {
  html body.past_event .past-section03 .past-inner03 .past-feature {
    gap: 25px 0;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
}
html body.past_event .past-section03 .past-inner03 .past-feature .past-item {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 calc((100% - 50px) / 2);
  flex: 0 0 calc((100% - 50px) / 2);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
@media screen and (max-width: 991px) {
  html body.past_event .past-section03 .past-inner03 .past-feature .past-item {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 calc((100% - 25px) / 2);
    flex: 0 0 calc((100% - 25px) / 2);
  }
}
@media screen and (max-width: 767px) {
  html body.past_event .past-section03 .past-inner03 .past-feature .past-item {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
  }
}
html body.past_event .past-section03 .past-inner03 .past-feature .past-item::before {
  content: url("../../images/past_event/check-icon.svg");
  width: 30px;
  display: block;
  margin-right: 13px;
}
html body.past_event .past-section03 .past-inner04 .past-title {
  margin-bottom: 3.8rem;
}
html body.past_event .past-section03 .past-inner04 .past-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 0 33px;
}
@media screen and (max-width: 767px) {
  html body.past_event .past-section03 .past-inner04 .past-list {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    gap: 33px 0;
    -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;
  }
}
@media screen and (max-width: 575px) {
  html body.past_event .past-section03 .past-inner04 .past-list {
    gap: 20px 0;
  }
}
html body.past_event .past-section03 .past-inner04 .past-item {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 calc((100% - 66px) / 3);
  flex: 0 0 calc((100% - 66px) / 3);
}
@media screen and (max-width: 767px) {
  html body.past_event .past-section03 .past-inner04 .past-item {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    max-width: 350px;
    width: 100%;
  }
}
html body.past_event .past-section03 .past-inner04 .past-item_text {
  font-size: 1.4rem;
  line-height: 3rem;
}
html body.past_event .past-section04 {
  background-color: #A1402E;
  padding-bottom: 110px;
}
html body.past_event .past-section04 .wrapper {
  padding: 60px 64px 70px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  border-radius: 15px;
  background-color: #FFFFFF;
  -webkit-box-shadow: 0px 0px 40px rgba(0, 0, 0, 0.1098039216);
  box-shadow: 0px 0px 40px rgba(0, 0, 0, 0.1098039216);
  position: relative;
  z-index: 2;
}
@media screen and (max-width: 1199px) {
  html body.past_event .past-section04 .wrapper {
    padding: 60px 32px 70px;
  }
}
@media screen and (max-width: 575px) {
  html body.past_event .past-section04 .wrapper {
    padding: 60px 25px 70px;
  }
}
html body.past_event .past-section04 .xs {
  display: none;
}
@media screen and (max-width: 575px) {
  html body.past_event .past-section04 .xs {
    display: block;
  }
}
html body.past_event .past-section04 .sm {
  display: none;
}
@media screen and (max-width: 767px) {
  html body.past_event .past-section04 .sm {
    display: block;
  }
}
html body.past_event .past-section04 .past-outer {
  margin-top: -70px;
}
@media screen and (max-width: 1400px) {
  html body.past_event .past-section04 .past-outer {
    margin: -70px 1rem 0;
  }
}
html body.past_event .past-section04 .past-visual {
  height: 400px;
  background: url(../../images/past_event/beef-visual.webp) no-repeat center center;
  background-size: cover;
  position: relative;
  z-index: 1;
}
@media screen and (max-width: 991px) {
  html body.past_event .past-section04 .past-visual {
    background-position: center left;
  }
}
html body.past_event .past-section04 .past-visual .past-textbox {
  width: 100%;
  position: absolute;
  top: 40px;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  color: #FFFFFF;
  text-align: center;
}
@media screen and (max-width: 991px) {
  html body.past_event .past-section04 .past-visual .past-textbox {
    height: 100%;
    padding-top: 40px;
    background-color: rgba(0, 0, 0, 0.5019607843);
    top: 0;
  }
}
html body.past_event .past-section04 .past-visual .past-title {
  margin-bottom: 2.4rem;
  font-size: 3.7rem;
  line-height: 5.8rem;
  font-weight: bold;
}
@media screen and (max-width: 575px) {
  html body.past_event .past-section04 .past-visual .past-title {
    font-size: 3rem;
    line-height: 4.5rem;
  }
}
html body.past_event .past-section04 .past-visual .past-subtitle_main {
  font-size: 3rem;
  line-height: 4.4rem;
  letter-spacing: 0.09rem;
  margin-bottom: 0.7rem;
}
@media screen and (max-width: 575px) {
  html body.past_event .past-section04 .past-visual .past-subtitle_main {
    font-size: 2.4rem;
    line-height: 3.6rem;
  }
}
html body.past_event .past-section04 .past-visual .past-subtitle_sub {
  font-size: 2.6rem;
  line-height: 3.7rem;
  letter-spacing: 0.078rem;
  margin-bottom: 1.2rem;
}
@media screen and (max-width: 575px) {
  html body.past_event .past-section04 .past-visual .past-subtitle_sub {
    font-size: 2.2rem;
    line-height: 3.3rem;
  }
}
html body.past_event .past-section04 .past-visual .past-tag {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  gap: 0 20px;
}
@media screen and (max-width: 575px) {
  html body.past_event .past-section04 .past-visual .past-tag {
    gap: 0 12px;
  }
}
html body.past_event .past-section04 .past-visual .past-item {
  padding: 12px 33px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  background-color: #A1402E;
  border-radius: 32px;
  font-size: 2.2rem;
  line-height: 3.2rem;
  font-weight: bold;
}
@media screen and (max-width: 575px) {
  html body.past_event .past-section04 .past-visual .past-item {
    font-size: 1.6rem;
    line-height: 2.4rem;
    padding: 5px 12px;
  }
}
html body.past_event .past-section04 .past-inner .past-title {
  margin-bottom: 4.5rem;
  font-size: 2.8rem;
  line-height: 4rem;
  font-weight: bold;
  text-align: center;
}
@media screen and (max-width: 575px) {
  html body.past_event .past-section04 .past-inner .past-title {
    font-size: 2.4rem;
    line-height: 3.6rem;
  }
}
html body.past_event .past-section04 .past-inner01 {
  margin-bottom: 75px;
}
html body.past_event .past-section04 .past-inner01 .past-columns {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 0 40px;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
@media screen and (max-width: 991px) {
  html body.past_event .past-section04 .past-inner01 .past-columns {
    gap: 30px 0;
    -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.past_event .past-section04 .past-inner01 .past-columns picture {
  max-width: 310px;
}
@media screen and (max-width: 767px) {
  html body.past_event .past-section04 .past-inner01 .past-columns picture {
    height: 286px;
  }
}
@media screen and (max-width: 575px) {
  html body.past_event .past-section04 .past-inner01 .past-columns picture {
    height: auto;
  }
}
@media screen and (max-width: 767px) {
  html body.past_event .past-section04 .past-inner01 .past-columns picture img {
    height: 100%;
    border-radius: 12px;
  }
}
@media screen and (max-width: 575px) {
  html body.past_event .past-section04 .past-inner01 .past-columns picture img {
    height: auto;
    border-radius: 0;
  }
}
html body.past_event .past-section04 .past-inner01 .past-imageBox {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 0 15px;
}
@media screen and (max-width: 575px) {
  html body.past_event .past-section04 .past-inner01 .past-imageBox {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 15px 0;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }
}
html body.past_event .past-section04 .past-inner01 .past-item {
  width: 270px;
  height: 140px;
  background-color: #FFEEEB;
  border-radius: 12px;
  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.past_event .past-section04 .past-inner01 .past-item + .past-item {
  margin-top: 12px;
}
html body.past_event .past-section04 .past-inner01 .past-item_text01 {
  font-size: 1.6rem;
  line-height: 2.4rem;
}
html body.past_event .past-section04 .past-inner01 .past-item_text01 .apx {
  font-weight: bold;
}
html body.past_event .past-section04 .past-inner01 .past-item_text01 .num {
  color: #A1402E;
  font-size: 4.6rem;
  line-height: 5.9rem;
  font-weight: bold;
}
html body.past_event .past-section04 .past-inner01 .past-item_text01.percent {
  color: #A1402E;
  font-weight: bold;
}
html body.past_event .past-section04 .past-inner01 .past-item_text02 {
  font-size: 2.2rem;
  line-height: 3.2rem;
  font-weight: bold;
}
html body.past_event .past-section04 .past-inner01 .past-textbox {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
}
html body.past_event .past-section04 .past-inner01 .past-text {
  font-size: 1.6rem;
  line-height: 2.4rem;
  color: #5F5F5F;
}
html body.past_event .past-section04 .past-inner01 .past-text + .past-text {
  margin-top: 30px;
}
@media screen and (max-width: 767px) {
  html body.past_event .past-section04 .past-inner01 .past-text + .past-text {
    margin-top: 20px;
  }
}
html body.past_event .past-section04 .past-inner02 {
  margin-bottom: 60px;
}
html body.past_event .past-section04 .past-inner02 .past-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 0 30px;
}
@media screen and (max-width: 1199px) {
  html body.past_event .past-section04 .past-inner02 .past-list {
    gap: 0 15px;
  }
}
@media screen and (max-width: 991px) {
  html body.past_event .past-section04 .past-inner02 .past-list {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    gap: 30px;
  }
}
@media screen and (max-width: 767px) {
  html body.past_event .past-section04 .past-inner02 .past-list {
    gap: 20px 0;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
}
html body.past_event .past-section04 .past-inner02 .past-item {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 calc((100% - 90px) / 4);
  flex: 0 0 calc((100% - 90px) / 4);
  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;
  text-align: center;
  padding: 20px 0;
  border: 1px solid #A1402E;
  font-size: 1.8rem;
  line-height: 2.6rem;
  font-weight: bold;
  color: #A1402E;
  border-radius: 14px;
}
@media screen and (max-width: 1199px) {
  html body.past_event .past-section04 .past-inner02 .past-item {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 calc((100% - 45px) / 4);
    flex: 0 0 calc((100% - 45px) / 4);
  }
}
@media screen and (max-width: 991px) {
  html body.past_event .past-section04 .past-inner02 .past-item {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 calc((100% - 56px) / 2);
    flex: 0 0 calc((100% - 56px) / 2);
    padding: 30px 0;
  }
}
@media screen and (max-width: 767px) {
  html body.past_event .past-section04 .past-inner02 .past-item {
    -webkit-box-flex: 1;
    -ms-flex: auto;
    flex: auto;
    max-width: 350px;
    width: 100%;
  }
}
html body.past_event .past-section04 .past-inner03 {
  margin-bottom: 70px;
}
html body.past_event .past-section04 .past-inner03 .past-title {
  margin-bottom: 15px;
}
html body.past_event .past-section04 .past-inner03 .past-text {
  margin-bottom: 15px;
  font-size: 1.8rem;
  line-height: 2.7rem;
  text-align: center;
  color: #5F5F5F;
}
@media screen and (max-width: 575px) {
  html body.past_event .past-section04 .past-inner03 .past-text {
    text-align: left;
  }
  html body.past_event .past-section04 .past-inner03 .past-text br {
    display: none !important;
  }
}
html body.past_event .past-section04 .past-inner03 .past-exhibitor {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 20px;
  margin-bottom: 42px;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
@media screen and (max-width: 1199px) {
  html body.past_event .past-section04 .past-inner03 .past-exhibitor {
    gap: 30px;
  }
}
@media screen and (max-width: 991px) {
  html body.past_event .past-section04 .past-inner03 .past-exhibitor {
    -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;
    gap: 30px 0;
  }
}
html body.past_event .past-section04 .past-inner03 .past-exhibitor .past-item {
  padding: 25px 20px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-box-flex: 0;
  -ms-flex: 0 0 calc((100% - 40px) / 3);
  flex: 0 0 calc((100% - 40px) / 3);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  gap: 0 20px;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  background-color: #F7F7F7;
  border-radius: 19px;
}
@media screen and (max-width: 1199px) {
  html body.past_event .past-section04 .past-inner03 .past-exhibitor .past-item {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 calc((100% - 60px) / 2);
    flex: 0 0 calc((100% - 60px) / 2);
    padding: 30px;
  }
}
@media screen and (max-width: 991px) {
  html body.past_event .past-section04 .past-inner03 .past-exhibitor .past-item {
    -webkit-box-flex: 1;
    -ms-flex: auto;
    flex: auto;
    max-width: 540px;
    width: 100%;
  }
}
@media screen and (max-width: 575px) {
  html body.past_event .past-section04 .past-inner03 .past-exhibitor .past-item {
    max-width: 350px;
    width: 100%;
    -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;
    gap: 20px 0;
  }
}
html body.past_event .past-section04 .past-inner03 .past-exhibitor .past-item picture {
  max-width: 125px;
}
@media screen and (max-width: 1199px) {
  html body.past_event .past-section04 .past-inner03 .past-exhibitor .past-item picture {
    max-width: 145px;
  }
}
html body.past_event .past-section04 .past-inner03 .past-exhibitor .past-item_textbox {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
}
@media screen and (max-width: 575px) {
  html body.past_event .past-section04 .past-inner03 .past-exhibitor .past-item_textbox {
    -webkit-box-flex: 1;
    -ms-flex: auto;
    flex: auto;
    max-width: 300px;
    width: 100%;
  }
}
html body.past_event .past-section04 .past-inner03 .past-exhibitor .past-item_title {
  margin-bottom: 24px;
  margin-top: 5px;
  padding-bottom: 15px;
  font-size: 2rem;
  line-height: 2.9rem;
  font-weight: bold;
  text-align: center;
  color: #A1402E;
  border-bottom: 3px solid #A1402E;
}
@media screen and (max-width: 575px) {
  html body.past_event .past-section04 .past-inner03 .past-exhibitor .past-item_title {
    margin-top: 0;
    margin-bottom: 15px;
  }
}
html body.past_event .past-section04 .past-inner03 .past-exhibitor .past-item_text {
  margin-bottom: 15px;
  font-size: 1.6rem;
  line-height: 3rem;
  text-align: center;
}
@media screen and (max-width: 575px) {
  html body.past_event .past-section04 .past-inner03 .past-exhibitor .past-item_text {
    margin-bottom: 1rem;
  }
}
html body.past_event .past-section04 .past-inner03 .past-exhibitor .past-item_name {
  font-size: 2.2rem;
  line-height: 3rem;
  font-weight: bold;
  text-align: center;
}
html body.past_event .past-section04 .past-inner03 .past-subtitle {
  margin-bottom: 3.7rem;
  padding: 0.8rem;
  font-size: 2.4rem;
  line-height: 3.5rem;
  font-weight: bold;
  color: #FFFFFF;
  text-align: center;
  background-color: #A1402E;
  border-radius: 11px;
}
html body.past_event .past-section04 .past-inner03 .past-feature {
  margin: 0 30px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 27px 50px;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
@media screen and (max-width: 991px) {
  html body.past_event .past-section04 .past-inner03 .past-feature {
    gap: 25px;
  }
}
@media screen and (max-width: 767px) {
  html body.past_event .past-section04 .past-inner03 .past-feature {
    gap: 25px 0;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
}
@media screen and (max-width: 575px) {
  html body.past_event .past-section04 .past-inner03 .past-feature {
    margin: 0;
  }
}
html body.past_event .past-section04 .past-inner03 .past-feature .past-item {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 calc((100% - 50px) / 2);
  flex: 0 0 calc((100% - 50px) / 2);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
@media screen and (max-width: 991px) {
  html body.past_event .past-section04 .past-inner03 .past-feature .past-item {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 calc((100% - 25px) / 2);
    flex: 0 0 calc((100% - 25px) / 2);
  }
}
@media screen and (max-width: 767px) {
  html body.past_event .past-section04 .past-inner03 .past-feature .past-item {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
  }
}
html body.past_event .past-section04 .past-inner03 .past-feature .past-item::before {
  content: url("../../images/past_event/check-icon.svg");
  width: 30px;
  display: block;
  margin-right: 13px;
}
html body.past_event .past-section04 .past-inner04 .past-title {
  margin-bottom: 3.8rem;
}
html body.past_event .past-section04 .past-inner04 .past-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 0 33px;
  margin-bottom: 60px;
}
@media screen and (max-width: 767px) {
  html body.past_event .past-section04 .past-inner04 .past-list {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    gap: 33px 0;
    -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;
  }
}
@media screen and (max-width: 575px) {
  html body.past_event .past-section04 .past-inner04 .past-list {
    gap: 20px 0;
  }
}
html body.past_event .past-section04 .past-inner04 .past-item {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 calc((100% - 66px) / 3);
  flex: 0 0 calc((100% - 66px) / 3);
}
@media screen and (max-width: 767px) {
  html body.past_event .past-section04 .past-inner04 .past-item {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    max-width: 350px;
    width: 100%;
  }
}
html body.past_event .past-section04 .past-inner04 .past-item_text {
  font-size: 1.4rem;
  line-height: 3rem;
}
html body.past_event .past-section04 .past-inner04 .past-subtitle {
  font-size: 1.8rem;
  line-height: 2.7rem;
  font-weight: bold;
  color: #5F5F5F;
  margin-bottom: 30px;
  text-align: center;
}
@media screen and (max-width: 767px) {
  html body.past_event .past-section04 .past-inner04 .past-subtitle {
    margin-bottom: 20px;
  }
}
html body.past_event .past-section04 .past-inner04 .past-text {
  font-size: 1.8rem;
  line-height: 2.7rem;
  text-align: center;
}
html body.past_event .result {
  margin-bottom: 70px;
}
html body.past_event .result .result__stats {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding-top: 4rem;
}
@media screen and (max-width: 767px) {
  html body.past_event .result .result__stats {
    display: block;
  }
}
html body.past_event .result .result__stats .result__item {
  -ms-flex-preferred-size: 26.6666666667%;
  flex-basis: 26.6666666667%;
  background-color: #FFFFFF;
  border-radius: 22px;
  padding: 2rem;
  text-align: center;
  -webkit-box-shadow: 0px 5px 15px 0px rgba(0, 0, 0, 0.35);
  box-shadow: 0px 5px 15px 0px rgba(0, 0, 0, 0.35);
}
@media screen and (max-width: 767px) {
  html body.past_event .result .result__stats .result__item {
    margin-bottom: 2rem;
  }
}
html body.past_event .result .result__stats .result__item .result__item-title {
  font-weight: 700;
  font-size: 21px;
}
html body.past_event .result .result__stats .result__item .result__item-value {
  font-weight: 700;
  font-size: 19px;
  color: #EA7022;
}
html body.past_event .result .result__stats .result__item .result__item-value .result__num {
  font-size: 51px;
  letter-spacing: 0.05em;
}
html body.past_event .exhibit_link .wrapper {
  padding: 80px 0px;
}
@media screen and (max-width: 767px) {
  html body.past_event .exhibit_link .wrapper {
    padding: 40px 10px;
  }
}
html body.past_event .exhibit_link .flex {
  display: flex;
}
html body.past_event .exhibit_link .flex .item {
  width: 50%;
  line-height: 0px;
  border-radius: 10px 0px 0px 10px;
  overflow: hidden;
}
html body.past_event .exhibit_link .flex .item a {
  display: block;
}
html body.past_event .exhibit_link .flex .item img {
  max-width: 100%;
}
html body.past_event .exhibit_link .flex .itemright {
  border-radius: 0px 10px 10px 0px;
}

/*# sourceMappingURL=past_event.css.map */
