/* _setting CSS */
@keyframes anime1 {
  0% {
    transform: translate(2px, 10px);
  }
  100% {
    transform: translate(-1px, 0px);
  }
}
@keyframes anime2 {
  0% {
    transform: translate(-2px, 6px);
  }
  100% {
    transform: translate(3px, -1px);
  }
}
@keyframes anime3 {
  0% {
    transform: translate(1px, 3px);
  }
  100% {
    transform: translate(-4px, 1px);
  }
}
@keyframes anime4 {
  0% {
    transform: translate(0px, 1px);
  }
  100% {
    transform: translate(0.1px, -0.1px);
  }
}
@keyframes anime5 {
  0% {
    transform: translate(0px, 0.5px);
  }
  100% {
    transform: translate(0.1px, 0px);
  }
}
@keyframes anime6 {
  0% {
    transform: translateY(-3px);
  }
  100% {
    transform: translateY(5px);
  }
}
@keyframes train1 {
  0% {
    opacity: 0.3;
    transform: translate(40px, 135px);
  }
  10% {
    opacity: 1;
  }
  30% {
    opacity: 1;
  }
  37% {
    opacity: 0;
    transform: translate(-300px, -60px);
  }
  43% {
    opacity: 0;
    transform: translate(-300px, -60px);
  }
  60% {
    opacity: 0;
    transform: translate(130px, -95px);
  }
  70% {
    opacity: 1;
    transform: translate(130px, -95px);
  }
  85% {
    opacity: 0.8;
    transform: translate(260px, -23px);
  }
  90% {
    opacity: 0;
    transform: translate(260px, -23px);
  }
  100% {
    opacity: 0;
    transform: translate(40px, 135px);
  }
}
@keyframes train2 {
  0% {
    opacity: 0;
    transform: translate(-385px, 150px);
  }
  10% {
    opacity: 0.7;
    transform: translate(-385px, 150px);
  }
  70% {
    opacity: 1;
  }
  85% {
    opacity: 0;
    transform: translate(-30px, -50px);
  }
  100% {
    opacity: 0;
    transform: translate(-385px, 150px);
  }
}
@keyframes car1 {
  0% {
    opacity: 0;
    transform: translate(-535px, 220px);
  }
  10% {
    opacity: 1;
    transform: translate(-535px, 220px);
  }
  23% {
    transform: translate(-465px, 182px);
  }
  36% {
    transform: translate(-425px, 115px);
  }
  42% {
    transform: translate(-375px, 90px);
  }
  57% {
    transform: translate(-255px, 80px);
  }
  80% {
    opacity: 1;
  }
  85% {
    transform: translate(-115px, 0);
  }
  96% {
    opacity: 0;
    transform: translate(-115px, 0);
  }
  100% {
    opacity: 0;
    transform: translate(-535px, 220px);
  }
}
.scroll_func {
  opacity: 0;
  transition: opacity 0.8s, transform 0.8s;
}
.scroll_func._scf_top {
  transform: translateY(30px);
}
.scroll_func._scf_left {
  transform: translateX(100px);
}
.scroll_func.scroll_on {
  opacity: 1;
  transform: translate(0);
}
@media screen and (max-width: 750px) {
  .scroll_func._pc_scf {
    opacity: 1;
    transform: translate(0);
  }
}

#expo2025_06_fb {
  position: fixed;
  bottom: 50px;
  right: 50px;
  z-index: 100;
  width: 175px;
}
#expo2025_06_fb img {
  width: 100%;
  height: auto;
}
@media screen and (max-width: 1000px) {
  #expo2025_06_fb {
    right: 0vw;
    bottom: 13.3333333333vw;
    width: 32vw;
  }
}

#expo2025_06_content {
  width: 100%;
  padding: 0 0 180px;
  background: url("/jp/agri/campaign/2025/11/expo/img/img_index_01.webp") no-repeat center top/1920px;
  overflow: hidden;
}
@media screen and (max-width: 1000px) {
  #expo2025_06_content {
    padding: 0 0 32vw;
    background: url("/jp/agri/campaign/2025/11/expo/img/img_index_01_sp.webp") repeat-y center top/100%;
  }
}
@media screen and (max-width: 1000px) {
  #expo2025_06_content img {
    width: 100%;
    max-width: 100%;
    height: auto;
  }
}
#expo2025_06_content + section {
  margin-top: 0;
}
#expo2025_06_content * {
  box-sizing: border-box;
}
#expo2025_06_content a {
  transition: 0.3s;
}
#expo2025_06_content a:hover {
  opacity: 0.7;
}
#expo2025_06_content .mv {
  position: relative;
  margin: 0 0 45px;
  overflow: hidden;
}
@media screen and (max-width: 1000px) {
  #expo2025_06_content .mv {
    margin: 0 0 5.3333333333vw;
  }
}
#expo2025_06_content .mv h2 {
  padding: 33px 0 14px;
  text-align: center;
}
@media screen and (max-width: 1000px) {
  #expo2025_06_content .mv h2 {
    width: 92vw;
    margin: 0 auto;
    padding: 12.5333333333vw 0 5.3333333333vw;
  }
}
#expo2025_06_content .mv .slide {
  position: relative;
  width: 1052px;
  margin: 0 auto;
}
@media screen and (max-width: 1000px) {
  #expo2025_06_content .mv .slide {
    width: 86.9333333333vw;
  }
}
#expo2025_06_content .mv .slide .slick-list {
  overflow: initial;
}
@media screen and (max-width: 1000px) {
  #expo2025_06_content .mv .slide .slick-list {
    margin: 0 0 10.6666666667vw;
  }
}
#expo2025_06_content .mv .slide .slick-arrow {
  position: absolute;
  top: 50%;
  left: -66px;
  z-index: 10;
  width: 60px;
  height: 0;
  padding: 60px 0 0;
  scale: 1.2;
  overflow: hidden;
  border: none;
  translate: 0 -50%;
  background: url("/jp/agri/campaign/2025/11/expo/img/img_index_08.webp") no-repeat center/100%;
  cursor: pointer;
}
@media screen and (max-width: 1000px) {
  #expo2025_06_content .mv .slide .slick-arrow {
    top: 100%;
    left: 15.4666666667vw;
    width: 5.3333333333vw;
    padding: 5.3333333333vw 0 0;
    scale: 1.4;
    translate: 0 -100%;
  }
}
#expo2025_06_content .mv .slide .slick-arrow.slick-next {
  left: auto;
  right: -66px;
  rotate: 180deg;
}
@media screen and (max-width: 1000px) {
  #expo2025_06_content .mv .slide .slick-arrow.slick-next {
    right: 15.4666666667vw;
  }
}
#expo2025_06_content .mv .slide .slick-dots {
  display: flex;
  justify-content: center;
}
#expo2025_06_content .mv .slide .slick-dots li {
  margin: 0 2.2666666667vw;
}
#expo2025_06_content .mv .slide .slick-dots li:nth-child(n+6) {
  display: none;
}
#expo2025_06_content .mv .slide .slick-dots li button {
  width: 2.1333333333vw;
  height: 0;
  padding: 2.1333333333vw 0 0;
  overflow: hidden;
  border-radius: 100%;
  border: none;
  background: #E2E2E2;
}
#expo2025_06_content .mv .slide .slick-dots .slick-active button {
  background: #DC1E37;
}
#expo2025_06_content .mv .slide .slide_item {
  position: relative;
  top: -50px;
  width: 526px;
  padding: 185px 0 0 163px;
  transition: 0.4s;
  opacity: 0.5;
}
@media screen and (max-width: 1000px) {
  #expo2025_06_content .mv .slide .slide_item {
    top: 0;
    width: 86.9333333333vw;
    padding: 54.4vw 2.6666666667vw 0 6.9333333333vw;
  }
}
#expo2025_06_content .mv .slide .slide_item.slick-active {
  opacity: 1;
}
@media all and (min-width: 1001px) {
  #expo2025_06_content .mv .slide .slide_item.slick-active {
    top: 0;
    padding: 185px 0 0 163px;
  }
}
#expo2025_06_content .mv .slide .slide_item .img {
  position: absolute;
  top: 0;
  left: 13px;
  width: 340px;
  border-radius: 20px;
  overflow: hidden;
}
@media screen and (max-width: 1000px) {
  #expo2025_06_content .mv .slide .slide_item .img {
    left: 2.6666666667vw;
    width: 80vw;
  }
}
#expo2025_06_content .mv .slide .slide_item .text {
  display: flex;
  align-items: center;
  position: relative;
  z-index: 1;
  width: 350px;
  box-shadow: 0 5px 10px rgba(0, 0, 0, 0.1);
  background: linear-gradient(0deg, rgba(0, 0, 0, 0.1), rgba(0, 0, 0, 0.1)), linear-gradient(294.27deg, rgba(111, 180, 0, 0.98) -6.27%, rgba(40, 174, 194, 0.98) 95.43%);
  background-blend-mode: overlay, normal;
  border-radius: 20px;
}
@media screen and (max-width: 1000px) {
  #expo2025_06_content .mv .slide .slide_item .text {
    width: 77.3333333333vw;
  }
}
#expo2025_06_content .mv .slide .slide_item .text::before {
  content: "";
  position: absolute;
  top: 19px;
  right: 10.5px;
  width: 95px;
  height: 35px;
  background: url("/jp/agri/campaign/2025/11/expo/img/img_index_07.webp") no-repeat center/100%;
}
@media screen and (max-width: 1000px) {
  #expo2025_06_content .mv .slide .slide_item .text::before {
    top: 4vw;
    right: 4.8vw;
    width: 21.6vw;
    height: 8.2666666667vw;
  }
}
#expo2025_06_content .mv .slide .slide_item .text p {
  position: relative;
  line-height: 1.65;
  padding: 20px;
  color: #fff;
  font-size: 20px;
  font-weight: 700;
}
@media screen and (max-width: 1000px) {
  #expo2025_06_content .mv .slide .slide_item .text p {
    padding: 5.0666666667vw 4.5333333333vw;
    font-size: 4.2666666667vw;
  }
}
#expo2025_06_content .mv .slide .slide_item .text p span {
  display: inline-block;
  margin: 15px 0 0;
  padding: 1px 15px;
  background: #fff;
  border-radius: 100px;
  color: #333333;
  font-size: 13px;
}
@media screen and (max-width: 1000px) {
  #expo2025_06_content .mv .slide .slide_item .text p span {
    padding: 0.5333333333vw 4vw;
    font-size: 3.2vw;
  }
}
#expo2025_06_content .mv .slide .slide_item._2 .text {
  background: linear-gradient(0deg, rgba(0, 0, 0, 0.1), rgba(0, 0, 0, 0.1)), linear-gradient(294.35deg, rgba(200, 8, 62, 0.98) -8.85%, rgba(140, 97, 76, 0.98) 100%);
}
#expo2025_06_content .mv .slide .slide_item._3 .text {
  background: linear-gradient(0deg, rgba(0, 0, 0, 0.1), rgba(0, 0, 0, 0.1)), linear-gradient(294.27deg, rgba(145, 200, 221, 0.98) -6.27%, rgba(24, 121, 156, 0.98) 95.43%);
}
#expo2025_06_content .mv .slide .slide_item._4 .text {
  background: linear-gradient(0deg, rgba(0, 0, 0, 0.1), rgba(0, 0, 0, 0.1)), linear-gradient(294.35deg, rgba(143, 137, 97, 0.98) -8.85%, rgba(107, 38, 112, 0.98) 100%);
}
#expo2025_06_content .mv .slide .slide_item._5 .text {
  background: linear-gradient(0deg, rgba(0, 0, 0, 0.1), rgba(0, 0, 0, 0.1)), linear-gradient(293.94deg, rgba(3, 105, 49, 0.98) -4.18%, rgba(153, 110, 0, 0.98) 92.39%);
}
#expo2025_06_content .mv_bottom_btn {
  margin-bottom: 50px;
  text-align: center;
}
@media screen and (max-width: 1000px) {
  #expo2025_06_content .mv_bottom_btn {
    width: 88vw;
    margin: 0 auto 8vw;
  }
}
#expo2025_06_content .sec1 {
  width: 1062px;
  margin: 0 auto 103px;
}
@media screen and (max-width: 1000px) {
  #expo2025_06_content .sec1 {
    width: 100%;
    margin: 0 0 0.5333333333vw;
    padding: 0 0 19.7333333333vw;
  }
  #expo2025_06_content .sec1::before {
    content: "";
    position: absolute;
    bottom: -8vw;
    left: 2.6666666667vw;
    width: 92vw;
    height: 21.0666666667vw;
    background: url("/jp/agri/campaign/2025/11/expo/img/img_index_67.webp") no-repeat center/100%;
  }
}
#expo2025_06_content .sec1 h3 {
  position: relative;
  width: 818px;
  margin: 0 auto 30px;
}
@media screen and (max-width: 1000px) {
  #expo2025_06_content .sec1 h3 {
    width: 85.3333333333vw;
    margin-bottom: 8vw;
  }
}
#expo2025_06_content .sec1 .slide {
  position: relative;
  width: 100%;
}
@media screen and (max-width: 1000px) {
  #expo2025_06_content .sec1 .slide {
    width: 88vw;
    margin: 0 0 0 3.8666666667vw;
  }
}
@media all and (min-width: 1001px) {
  #expo2025_06_content .sec1 .slide::after {
    content: "";
    position: absolute;
    bottom: -295px;
    left: 50%;
    width: 1578px;
    height: 379px;
    background: url("/jp/agri/campaign/2025/11/expo/img/img_index_17.webp") no-repeat center/100%;
    translate: -48% 0;
    pointer-events: none;
  }
}
#expo2025_06_content .sec1 .slide .slick-list {
  margin: 0 0 50px;
  overflow: initial;
}
@media screen and (max-width: 1000px) {
  #expo2025_06_content .sec1 .slide .slick-list {
    margin: 0 0 10.6666666667vw;
  }
}
#expo2025_06_content .sec1 .slide .slick-arrow {
  position: absolute;
  bottom: 2px;
  left: 115px;
  z-index: 10;
  width: 10px;
  height: 0;
  padding: 14px 0 0;
  scale: 1.2;
  overflow: hidden;
  border: none;
  translate: 0 50%;
  background: url("/jp/agri/campaign/2025/11/expo/img/img_index_16.webp") no-repeat center/10px;
  cursor: pointer;
}
@media screen and (max-width: 1000px) {
  #expo2025_06_content .sec1 .slide .slick-arrow {
    left: 1.3333333333vw;
    bottom: 0.2666666667vw;
    width: 2.6666666667vw;
    padding: 3.7333333333vw 0 0;
  }
}
#expo2025_06_content .sec1 .slide .slick-arrow.slick-next {
  left: auto;
  right: 115px;
  rotate: 180deg;
}
@media screen and (max-width: 1000px) {
  #expo2025_06_content .sec1 .slide .slick-arrow.slick-next {
    right: -1.3333333333vw;
  }
}
#expo2025_06_content .sec1 .slide .slick-dots {
  display: flex;
  justify-content: space-around;
  width: 800px;
  height: 4px;
  margin: 0 auto;
  border-radius: 100px;
  background: #ccc;
}
@media screen and (max-width: 1000px) {
  #expo2025_06_content .sec1 .slide .slick-dots {
    width: 80vw;
    height: 1.0666666667vw;
    margin: 0 0 0 5.3333333333vw;
  }
}
#expo2025_06_content .sec1 .slide .slick-dots li {
  width: 100%;
  height: 4px;
}
@media screen and (max-width: 1000px) {
  #expo2025_06_content .sec1 .slide .slick-dots li {
    height: 1.0666666667vw;
  }
}
#expo2025_06_content .sec1 .slide .slick-dots li button {
  display: block;
  width: 100%;
  height: 0px;
  padding: 4px 0 0;
  overflow: hidden;
  border-radius: 100px;
  border: none;
  background: #ccc;
}
@media screen and (max-width: 1000px) {
  #expo2025_06_content .sec1 .slide .slick-dots li button {
    padding: 1.0666666667vw 0 0;
  }
}
#expo2025_06_content .sec1 .slide .slick-dots .slick-active button {
  background: #DC1E37;
}
#expo2025_06_content .sec1 .slide .slide_item {
  transition: 0.4s;
  opacity: 0.5;
}
@media screen and (max-width: 1000px) {
  #expo2025_06_content .sec1 .slide .slide_item {
    padding: 0 1.3333333333vw;
  }
}
#expo2025_06_content .sec1 .slide .slide_item.slick-active {
  top: 0;
  opacity: 1;
}
#expo2025_06_content .sec2 {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 1050px;
  margin: 0 auto 92px;
}
@media screen and (max-width: 1000px) {
  #expo2025_06_content .sec2 {
    display: block;
    width: 100%;
    margin: 0 0 16vw;
    padding: 0 4vw;
  }
}
#expo2025_06_content .sec2 h3 {
  width: 135px;
}
@media screen and (max-width: 1000px) {
  #expo2025_06_content .sec2 h3 {
    width: 22.6666666667vw;
    margin: 0 auto 5.3333333333vw;
  }
}
#expo2025_06_content .sec2 ul {
  width: 875px;
}
@media screen and (max-width: 1000px) {
  #expo2025_06_content .sec2 ul {
    width: 100%;
  }
}
#expo2025_06_content .sec2 ul li {
  margin: 0 0 15px;
}
@media screen and (max-width: 1000px) {
  #expo2025_06_content .sec2 ul li {
    margin: 0 0 2.6666666667vw;
  }
}
#expo2025_06_content .sec2 ul li a{
}
#expo2025_06_content .sec2 ul li .dummy {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 10px 25px;
  border-radius: 100px;
  background: #fff;
  box-shadow: 0 0 15px rgba(177, 177, 177, 0.2);
  color: #333333;
}
@media screen and (max-width: 1000px) {
  #expo2025_06_content .sec2 ul li .dummy {
    display: block;
    padding: 2.6666666667vw 3.2vw 1.8666666667vw;
    border-radius: 5px;
    line-height: 1.6;
  }
}
#expo2025_06_content .sec2 ul li a .date,
#expo2025_06_content .sec2 ul li .dummy .date {
  width: 75px;
  color: #9A9A9A;
  font-size: 13px;
}
@media screen and (max-width: 1000px) {
  #expo2025_06_content .sec2 ul li a .date,
  #expo2025_06_content .sec2 ul li .dummy .date {
    display: block;
    padding: 0 0 0.2666666667vw;
    font-size: 2.9333333333vw;
  }
}
#expo2025_06_content .sec2 ul li a .title,
#expo2025_06_content .sec2 ul li .dummy .title {
  width: 720px;
  font-size: 15px;
}
@media screen and (max-width: 1000px) {
  #expo2025_06_content .sec2 ul li a .title,
  #expo2025_06_content .sec2 ul li .dummy .title {
    width: 100%;
    font-size: 3.2vw;
  }
}
#expo2025_06_content .sec2 ul li:last-child {
  margin: 0;
}
#expo2025_06_content .sec3,
#expo2025_06_content .sec4,
#expo2025_06_content .sec5,
#expo2025_06_content .sec6,
#expo2025_06_content .sec7,
#expo2025_06_content .sec8 {
  position: relative;
  width: 1300px;
  margin: 0 auto 98px;
  padding: 60px 110px;
  background: rgba(255, 255, 255, 0.6);
  -webkit-backdrop-filter: blur(15px);
          backdrop-filter: blur(15px);
  border-radius: 40px;
}
@media screen and (max-width: 1000px) {
  #expo2025_06_content .sec3,
  #expo2025_06_content .sec4,
  #expo2025_06_content .sec5,
  #expo2025_06_content .sec6,
  #expo2025_06_content .sec7,
  #expo2025_06_content .sec8 {
    width: 92vw;
    border-radius: 20px;
    margin: 0 auto 17.0666666667vw;
    padding: 10.1333333333vw 3.2vw 14.6666666667vw;
  }
}
#expo2025_06_content .sec3 h3,
#expo2025_06_content .sec4 h3,
#expo2025_06_content .sec5 h3,
#expo2025_06_content .sec6 h3,
#expo2025_06_content .sec7 h3,
#expo2025_06_content .sec8 h3 {
  margin: 0 0 30px;
  text-align: center;
}
#expo2025_06_content .sec3 ul,
#expo2025_06_content .sec4 ul,
#expo2025_06_content .sec5 ul,
#expo2025_06_content .sec6 ul,
#expo2025_06_content .sec7 ul,
#expo2025_06_content .sec8 ul {
  display: flex;
  flex-wrap: wrap;
  gap: 26px;
}
@media screen and (max-width: 1000px) {
  #expo2025_06_content .sec3 ul,
  #expo2025_06_content .sec4 ul,
  #expo2025_06_content .sec5 ul,
  #expo2025_06_content .sec6 ul,
  #expo2025_06_content .sec7 ul,
  #expo2025_06_content .sec8 ul {
    justify-content: space-between;
    gap: 0;
  }
  #expo2025_06_content .sec3 ul li,
  #expo2025_06_content .sec4 ul li,
  #expo2025_06_content .sec5 ul li,
  #expo2025_06_content .sec6 ul li,
  #expo2025_06_content .sec7 ul li,
  #expo2025_06_content .sec8 ul li {
    width: 41.3333333333vw;
    margin: 0 0 2.6666666667vw;
  }
  #expo2025_06_content .sec3 ul li.sp_100,
  #expo2025_06_content .sec4 ul li.sp_100,
  #expo2025_06_content .sec5 ul li.sp_100,
  #expo2025_06_content .sec6 ul li.sp_100,
  #expo2025_06_content .sec7 ul li.sp_100,
  #expo2025_06_content .sec8 ul li.sp_100 {
    width: 100%;
  }
  #expo2025_06_content .sec3 ul li.sp_60,
  #expo2025_06_content .sec4 ul li.sp_60,
  #expo2025_06_content .sec5 ul li.sp_60,
  #expo2025_06_content .sec6 ul li.sp_60,
  #expo2025_06_content .sec7 ul li.sp_60,
  #expo2025_06_content .sec8 ul li.sp_60 {
    width: 54.9333333333vw;
  }
  #expo2025_06_content .sec3 ul li.center_one,
  #expo2025_06_content .sec4 ul li.center_one,
  #expo2025_06_content .sec5 ul li.center_one,
  #expo2025_06_content .sec6 ul li.center_one,
  #expo2025_06_content .sec7 ul li.center_one,
  #expo2025_06_content .sec8 ul li.center_one {
    width: 100%;
    text-align: center;
  }
}
#expo2025_06_content .sec3 ul .center_one,
#expo2025_06_content .sec4 ul .center_one,
#expo2025_06_content .sec5 ul .center_one,
#expo2025_06_content .sec6 ul .center_one,
#expo2025_06_content .sec7 ul .center_one,
#expo2025_06_content .sec8 ul .center_one {
  width: 100%;
  text-align: center;
}
#expo2025_06_content .sec3 {
  z-index: 10;
}
@media screen and (max-width: 1000px) {
  #expo2025_06_content .sec3 {
    margin-bottom: 24vw;
  }
}
#expo2025_06_content .sec3::before, #expo2025_06_content .sec3::after {
  content: "";
  position: absolute;
  top: -53px;
  left: 50%;
  width: 1323px;
  height: 186px;
  translate: -48% 0;
  background: url("/jp/agri/campaign/2025/11/expo/img/img_index_26.webp") no-repeat center/100%;
  pointer-events: none;
}
@media screen and (max-width: 1000px) {
  #expo2025_06_content .sec3::before, #expo2025_06_content .sec3::after {
    top: -12.5333333333vw;
    left: auto;
    right: 0.5333333333vw;
    width: 24.5333333333vw;
    height: 18.9333333333vw;
    translate: 0;
    background: url("/jp/agri/campaign/2025/11/expo/img/img_index_68.webp") no-repeat center/100%;
  }
}
#expo2025_06_content .sec3::before {
  top: auto;
  bottom: -53px;
  z-index: 10;
  width: 1483px;
  height: 228px;
  translate: -50% 0;
  background: url("/jp/agri/campaign/2025/11/expo/img/img_index_81.webp") no-repeat center/100%;
}
@media screen and (max-width: 1000px) {
  #expo2025_06_content .sec3::before {
    content: "";
    position: absolute;
    bottom: -48vw;
    left: 1.3333333333vw;
    width: 93.8666666667vw;
    height: 82.9333333333vw;
    translate: 0;
    background: url("/jp/agri/campaign/2025/11/expo/img/img_index_69.webp") no-repeat center/100%;
    pointer-events: none;
  }
}
@media screen and (max-width: 1000px) {
  #expo2025_06_content .sec4 {
    padding-bottom: 8vw;
  }
}
#expo2025_06_content .sec4::before, #expo2025_06_content .sec4::after {
  content: "";
  position: absolute;
  top: 63px;
  left: 50%;
  width: 1755px;
  height: 375px;
  translate: -48% 0;
  background: url("/jp/agri/campaign/2025/11/expo/img/img_index_82.webp") no-repeat center/100%;
  pointer-events: none;
}
@media screen and (max-width: 1000px) {
  #expo2025_06_content .sec4::before, #expo2025_06_content .sec4::after {
    content: none;
  }
}
#expo2025_06_content .sec4::before {
  top: auto;
  bottom: -33px;
  width: 1630px;
  height: 260px;
  translate: -50% 0;
  background: url("/jp/agri/campaign/2025/11/expo/img/img_index_83.webp") no-repeat center/100%;
}
@media screen and (max-width: 1000px) {
  #expo2025_06_content .sec4::before {
    content: "";
    position: absolute;
    bottom: -16vw;
    left: 45.8666666667vw;
    width: 86.1333333333vw;
    height: 20.2666666667vw;
    background: url("/jp/agri/campaign/2025/11/expo/img/img_index_8.webp") no-repeat center/100%;
    pointer-events: none;
  }
}
@media screen and (max-width: 1000px) {
  #expo2025_06_content .sec4 ul li {
    width: 100%;
  }
}
#expo2025_06_content .sec5 {
  z-index: 10;
}
@media screen and (max-width: 1000px) {
  #expo2025_06_content .sec5 {
    padding-bottom: 8vw;
  }
}
#expo2025_06_content .sec5::before, #expo2025_06_content .sec5::after {
  content: "";
  position: absolute;
  top: 263px;
  left: 50%;
  width: 1734px;
  height: 392px;
  translate: -50% 0;
  background: url("/jp/agri/campaign/2025/11/expo/img/img_index_84.webp") no-repeat center/100%;
  pointer-events: none;
}
@media screen and (max-width: 1000px) {
  #expo2025_06_content .sec5::before, #expo2025_06_content .sec5::after {
    content: none;
  }
}
#expo2025_06_content .sec5::before {
  top: auto;
  bottom: -433px;
  width: 1700px;
  height: 601px;
  translate: -44.1% 0;
  background: url("/jp/agri/campaign/2025/11/expo/img/img_index_85.webp") no-repeat center/100%;
}
@media screen and (max-width: 1000px) {
  #expo2025_06_content .sec5::before {
    content: "";
    left: -2.6666666667vw;
    bottom: -36vw;
    width: 92.2666666667vw;
    height: 63.2vw;
    translate: 0;
    background: url("/jp/agri/campaign/2025/11/expo/img/img_index_85_sp.webp") no-repeat center/100%;
  }
}
@media screen and (max-width: 1000px) {
  #expo2025_06_content .sec5 ul li {
    width: 100%;
  }
  #expo2025_06_content .sec5 ul li:nth-child(n+3) {
    width: 41.6vw;
  }
  #expo2025_06_content .sec5 ul li:last-child {
    position: relative;
  }
  #expo2025_06_content .sec5 ul li:last-child::before {
    content: "";
    position: absolute;
    top: -24vw;
    left: 56.8vw;
    width: 21.6vw;
    height: 19.7333333333vw;
    background: url("/jp/agri/campaign/2025/11/expo/img/img_index_91.webp") no-repeat center/100%;
  }
}
@media screen and (max-width: 1000px) {
  #expo2025_06_content .sec6 {
    padding-bottom: 8vw;
    margin-bottom: 24vw;
  }
}
#expo2025_06_content .sec7::before, #expo2025_06_content .sec7::after {
  content: "";
  position: absolute;
  top: 33px;
  left: 50%;
  width: 1576px;
  height: 252px;
  translate: -48% 0;
  background: url("/jp/agri/campaign/2025/11/expo/img/img_index_86.webp") no-repeat center/100%;
  pointer-events: none;
}
@media screen and (max-width: 1000px) {
  #expo2025_06_content .sec7::before, #expo2025_06_content .sec7::after {
    top: -12.5333333333vw;
    left: auto;
    right: 0.5333333333vw;
    width: 90.6666666667vw;
    height: 29.6vw;
    translate: 0;
    background: url("/jp/agri/campaign/2025/11/expo/img/img_index_86_sp.webp") no-repeat center/100%;
  }
}
#expo2025_06_content .sec7::before {
  top: auto;
  bottom: 433px;
  width: 1753px;
  height: 211px;
  translate: -50% 0;
  background: url("/jp/agri/campaign/2025/11/expo/img/img_index_87.webp") no-repeat center/100%;
}
#expo2025_06_content .sec7 h3 {
  margin-bottom: -2px;
}
@media screen and (max-width: 1000px) {
  #expo2025_06_content .sec7 h3 {
    margin-bottom: 4.2666666667vw;
  }
}
#expo2025_06_content .sec7 ul li {
  margin-bottom: -30px;
}
#expo2025_06_content .sec7 ul li:last-child {
  margin-bottom: 0;
}
@media screen and (max-width: 1000px) {
  #expo2025_06_content .sec7 ul li {
    width: 90.4vw !important;
    margin: 0 -13.3333333333vw 0 -2.1333333333vw;
  }
}
#expo2025_06_content .sec7 .link {
  position: relative;
  padding: 17px 0 30px;
  text-align: center;
}
@media screen and (max-width: 1000px) {
  #expo2025_06_content .sec7 .link {
    padding: 2.6666666667vw 0 30.6666666667vw;
  }
}
#expo2025_06_content .sec7 .link::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  translate: -50% -70%;
  width: 745px;
  height: 218px;
  background: url("/jp/agri/campaign/2025/11/expo/img/img_index_50.webp") no-repeat center/100%;
  pointer-events: none;
}
@media screen and (max-width: 1000px) {
  #expo2025_06_content .sec7 .link::before {
    left: 4vw;
    top: 20vw;
    translate: 0;
    width: 76.2666666667vw;
    height: 35.7333333333vw;
    background: url("/jp/agri/campaign/2025/11/expo/img/img_index_50_sp.webp") no-repeat center/100%;
    pointer-events: none;
  }
}
#expo2025_06_content .sec8 {
  margin-bottom: 0;
}
#expo2025_06_content .sec8::before, #expo2025_06_content .sec8::after {
  content: "";
  position: absolute;
  top: -280px;
  left: 50%;
  width: 1571px;
  height: 289px;
  translate: -45.4% 0;
  background: url("/jp/agri/campaign/2025/11/expo/img/img_index_88.webp") no-repeat center/100%;
  pointer-events: none;
}
@media screen and (max-width: 1000px) {
  #expo2025_06_content .sec8::before, #expo2025_06_content .sec8::after {
    left: 0.8vw;
    top: -24vw;
    translate: 0;
    width: 90.9333333333vw;
    height: 20.8vw;
    background: url("/jp/agri/campaign/2025/11/expo/img/img_index_90.webp") no-repeat center/100%;
    pointer-events: none;
  }
}
#expo2025_06_content .sec8::before {
  top: auto;
  bottom: -140px;
  width: 1692px;
  height: 565px;
  translate: -49% 0;
  background: url("/jp/agri/campaign/2025/11/expo/img/img_index_89.webp") no-repeat center/100%;
}
@media screen and (max-width: 1000px) {
  #expo2025_06_content .sec8::before {
    left: -2.1333333333vw;
    bottom: -18.6666666667vw;
    translate: 0;
    width: 90.4vw;
    height: 26.6666666667vw;
    background: url("/jp/agri/campaign/2025/11/expo/img/img_index_89_sp.webp") no-repeat center/100%;
    pointer-events: none;
  }
}