/* _setting CSS */
@keyframes floaty {
  0%, 100% {
    transform: translateY(0);
  }
  50% {
    transform: translateY(-8px);
  }
}
@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);
  }
}

#expo2026_06_content {
  width: 100%;
  padding: 0 0 100px;
  background: url("/jp/agri/campaign/2026/06/expo/img/img_index_01.jpg") no-repeat center top/1920px;
  overflow: hidden;
}
@media screen and (max-width: 1000px) {
  #expo2026_06_content {
    padding: 0 0 21.3333333333vw;
    background: none;
  }
}
@media screen and (max-width: 1000px) {
  #expo2026_06_content .pc {
    display: none !important;
  }
}
@media screen and (min-width: 1001px) {
  #expo2026_06_content .sp {
    display: none !important;
  }
}
@media screen and (max-width: 1000px) {
  #expo2026_06_content img {
    width: 100%;
    max-width: 100%;
    height: auto !important;
  }
}
#expo2026_06_content + section {
  margin-top: 0;
}
#expo2026_06_content * {
  box-sizing: border-box;
}
#expo2026_06_content .hov {
  transition: 0.3s;
}
#expo2026_06_content .hov:hover {
  opacity: 0.7;
}
#expo2026_06_content .mv {
  position: relative;
  margin: 0;
  overflow: hidden;
}
@media screen and (max-width: 1000px) {
  #expo2026_06_content .mv {
    margin: 0 0 5.3333333333vw;
  }
}
#expo2026_06_content .mv h2 {
  width: 676px;
  margin: 0 auto;
  padding: 33px 0 260px;
  text-align: center;
}
@media screen and (max-width: 1000px) {
  #expo2026_06_content .mv h2 {
    width: 100%;
    margin: 0 auto;
    padding: 0;
  }
}
#expo2026_06_content .mv h2::after {
  content: "";
  position: absolute;
  top: 265px;
  left: 50%;
  z-index: 10;
  translate: -50% 0;
  width: 593px;
  height: 113px;
  background: url("/jp/agri/campaign/2026/06/expo/img/img_index_02_2.png") no-repeat center/100%;
}
@media screen and (max-width: 1000px) {
  #expo2026_06_content .mv h2::after {
    top: 21.3333333333vw;
    width: 97.6vw;
    height: 38.1333333333vw;
    background: url("/jp/agri/campaign/2026/06/expo/img/img_index_02_2_sp.png") no-repeat center/100%;
  }
}
#expo2026_06_content .mv .slide_wrap {
  position: absolute;
  top: 95px;
  left: 50%;
  translate: -48.7% 0;
  width: 490px;
  margin: 0 auto;
  line-height: 0;
}
@media screen and (max-width: 1000px) {
  #expo2026_06_content .mv .slide_wrap {
    top: 17.3333333333vw;
    width: 80vw;
    translate: -50% 0;
    z-index: 10; /* 他の要素より手前に出す */
  }
}
#expo2026_06_content .mv .slide_wrap .slide_item a {
  display: block;
}
#expo2026_06_content .mv .slide_wrap .slide_item img {
  width: 100%;
  height: auto;
  display: block;
}
#expo2026_06_content .mv .slide_wrap .slick-slide {
  outline: none;
}
#expo2026_06_content .mv .confetti_wrap {
  position: absolute;
  top: 70px;
  width: 125px;
  height: 288px;
  pointer-events: none;
  z-index: 10;
  display: block;
}
@media screen and (max-width: 1000px) {
  #expo2026_06_content .mv .confetti_wrap {
    display: none;
    top: 16vw;
    width: 16vw;
    height: 53.3333333333vw;
  }
}
#expo2026_06_content .mv .confetti_wrap._left {
  left: calc(50% - 320px);
}
#expo2026_06_content .mv .confetti_wrap._right {
  right: calc(50% - 320px);
}
#expo2026_06_content .mv ul {
  position: absolute;
  top: 0;
  left: 50%;
  translate: -50% 0;
  width: 1160px;
}
@media screen and (max-width: 1000px) {
  #expo2026_06_content .mv ul {
    position: relative;
    top: 0;
    left: 0;
    translate: 0 0;
    width: 100%;
    height: 96vw;
  }
}
#expo2026_06_content .mv ul li {
  position: absolute;
  top: 251px;
  left: 35px;
}
@media screen and (max-width: 1000px) {
  #expo2026_06_content .mv ul li {
    top: 69.6vw;
    left: 34.1333333333vw;
    width: 32.2666666667vw;
  }
  #expo2026_06_content .mv ul li img {
    width: 100%;
    height: auto;
  }
}
#expo2026_06_content .mv ul li._floaty {
  animation: floaty 2.5s ease-in-out infinite;
}
#expo2026_06_content .mv ul li a {
  display: block;
  position: relative;
}
#expo2026_06_content .mv ul li a::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: url("/jp/agri/campaign/2026/06/expo/img/img_index_03_on.png") no-repeat center/100%;
  opacity: 0;
}
@media screen and (min-width: 1001px) {
  #expo2026_06_content .mv ul li a:hover img {
    opacity: 0;
  }
  #expo2026_06_content .mv ul li a:hover::after {
    opacity: 1;
  }
}
#expo2026_06_content .mv ul li:nth-child(2) {
  top: 425px;
  left: 32px;
}
@media screen and (max-width: 1000px) {
  #expo2026_06_content .mv ul li:nth-child(2) {
    top: 68.2666666667vw;
    left: 68.8vw;
    width: 29.6vw;
  }
}
#expo2026_06_content .mv ul li:nth-child(2) a::after {
  background: url("/jp/agri/campaign/2026/06/expo/img/img_index_04_on.png") no-repeat center/100%;
}
#expo2026_06_content .mv ul li:nth-child(3) {
  top: 606px;
  left: 0;
}
@media screen and (max-width: 1000px) {
  #expo2026_06_content .mv ul li:nth-child(3) {
    top: 64vw;
    left: 1.8666666667vw;
    width: 31.4666666667vw;
  }
}
#expo2026_06_content .mv ul li:nth-child(3) a::after {
  background: url("/jp/agri/campaign/2026/06/expo/img/img_index_05_on.png") no-repeat center/100%;
}
#expo2026_06_content .mv ul li:nth-child(4) {
  top: 608px;
  left: 225px;
}
@media screen and (max-width: 1000px) {
  #expo2026_06_content .mv ul li:nth-child(4) {
    top: 35.2vw;
    left: 66.1333333333vw;
    width: 32.5333333333vw;
  }
}
#expo2026_06_content .mv ul li:nth-child(4) a::after {
  background: url("/jp/agri/campaign/2026/06/expo/img/img_index_06_on.png") no-repeat center/100%;
}
#expo2026_06_content .mv ul li:nth-child(5) {
  top: 620px;
  left: 463px;
}
@media screen and (max-width: 1000px) {
  #expo2026_06_content .mv ul li:nth-child(5) {
    top: 36.5333333333vw;
    left: 35.4666666667vw;
    width: 29.8666666667vw;
  }
}
#expo2026_06_content .mv ul li:nth-child(5) a::after {
  background: url("/jp/agri/campaign/2026/06/expo/img/img_index_07_on.png") no-repeat center/100%;
}
#expo2026_06_content .mv ul li:nth-child(6) {
  top: 613px;
  left: 678px;
}
@media screen and (max-width: 1000px) {
  #expo2026_06_content .mv ul li:nth-child(6) {
    top: 35.4666666667vw;
    left: 0.2666666667vw;
    width: 34.6666666667vw;
  }
}
#expo2026_06_content .mv ul li:nth-child(6) a::after {
  background: url("/jp/agri/campaign/2026/06/expo/img/img_index_08_on.png") no-repeat center/100%;
}
#expo2026_06_content .mv ul li:nth-child(7) {
  top: 611px;
  left: 925px;
}
@media screen and (max-width: 1000px) {
  #expo2026_06_content .mv ul li:nth-child(7) {
    top: 5.6vw;
    left: 37.3333333333vw;
    width: 30.1333333333vw;
  }
}
#expo2026_06_content .mv ul li:nth-child(7) a::after {
  background: url("/jp/agri/campaign/2026/06/expo/img/img_index_09_on.png") no-repeat center/100%;
}
#expo2026_06_content .mv ul li:nth-child(8) {
  top: 398px;
  left: 915px;
}
@media screen and (max-width: 1000px) {
  #expo2026_06_content .mv ul li:nth-child(8) {
    top: 6.9333333333vw;
    left: 1.6vw;
    width: 33.8666666667vw;
  }
}
#expo2026_06_content .mv ul li:nth-child(8) a::after {
  background: url("/jp/agri/campaign/2026/06/expo/img/img_index_10_on.png") no-repeat center/100%;
}
#expo2026_06_content .mv ul li:nth-child(9) {
  top: 171px;
  left: 886px;
}
@media screen and (max-width: 1000px) {
  #expo2026_06_content .mv ul li:nth-child(9) {
    top: -4vw;
    left: 64vw;
    width: 33.3333333333vw;
  }
}
#expo2026_06_content .mv ul li:nth-child(9) a::after {
  background: url("/jp/agri/campaign/2026/06/expo/img/img_index_11_on.png") no-repeat center/100%;
}
#expo2026_06_content .sec1 {
  position: relative;
  width: 1000px;
  margin: 0 auto 62px;
  padding: 30px 30px 40px;
}
@media screen and (max-width: 1000px) {
  #expo2026_06_content .sec1 {
    width: 92vw;
    margin: 0 auto 8vw;
    padding: 5.3333333333vw 2.6666666667vw 5.3333333333vw;
  }
}
#expo2026_06_content .sec1::before {
  content: "";
  position: absolute;
  z-index: -1;
  pointer-events: none;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: 1.5px solid #727171;
  border-radius: 16px;
  background-color: #FBFBFB;
  filter: url(#hand-drawn-line);
}
#expo2026_06_content .sec1 h3 {
  text-align: center;
}
@media screen and (max-width: 1000px) {
  #expo2026_06_content .sec1 h3 img {
    width: 41.6vw;
  }
}
#expo2026_06_content .sec1 ul {
  width: 875px;
}
@media screen and (max-width: 1000px) {
  #expo2026_06_content .sec1 ul {
    width: 100%;
  }
}
#expo2026_06_content .sec1 ul li {
  margin: 0 0 15px;
}
@media screen and (max-width: 1000px) {
  #expo2026_06_content .sec1 ul li {
    margin: 0 0 2.6666666667vw;
  }
}
#expo2026_06_content .sec1 ul li a,
#expo2026_06_content .sec1 ul li .dummy {
  display: flex;
  align-items: center;
  padding: 10px 20px;
  border-bottom: 1px solid #D1D1D1;
  color: #333333;
}
@media screen and (max-width: 1000px) {
  #expo2026_06_content .sec1 ul li a,
  #expo2026_06_content .sec1 ul li .dummy {
    display: block;
    padding: 2.6666666667vw 1.8666666667vw 1.8666666667vw;
    line-height: 1.6;
  }
}
#expo2026_06_content .sec1 ul li a .date,
#expo2026_06_content .sec1 ul li .dummy .date {
  width: 75px;
  margin: 0 8px 0 0;
  color: #9A9A9A;
  font-size: 12px;
}
@media screen and (max-width: 1000px) {
  #expo2026_06_content .sec1 ul li a .date,
  #expo2026_06_content .sec1 ul li .dummy .date {
    display: block;
    padding: 0 0 0.8vw;
    font-size: 2.9333333333vw;
  }
}
#expo2026_06_content .sec1 ul li a .title,
#expo2026_06_content .sec1 ul li .dummy .title {
  display: inline-flex;
  align-items: center;
  width: 720px;
  font-size: 15px;
}
#expo2026_06_content .sec1 ul li a .title::after,
#expo2026_06_content .sec1 ul li .dummy .title::after {
  content: "";
  width: 10px;
  height: 13px;
  margin: 0 0 0 8px;
  background: url("/jp/agri/campaign/2026/06/expo/img/img_index_13.svg") no-repeat center/100%;
}
@media screen and (max-width: 1000px) {
  #expo2026_06_content .sec1 ul li a .title::after,
  #expo2026_06_content .sec1 ul li .dummy .title::after {
    width: 2.6666666667vw;
    height: 1.3333333333vw;
    margin: 0 0 0 2.6666666667vw;
  }
}
@media screen and (max-width: 1000px) {
  #expo2026_06_content .sec1 ul li a .title,
  #expo2026_06_content .sec1 ul li .dummy .title {
    width: 100%;
    font-size: 3.2vw;
  }
}
#expo2026_06_content .sec1 ul li .dummy .title::after {
  content: none;
}
#expo2026_06_content .sec1 ul li:last-child {
  margin: 0;
}
#expo2026_06_content .sec2 {
  position: relative;
  width: 1200px;
  margin: 0 auto 142px;
  padding: 30px 60px;
}
@media screen and (max-width: 1000px) {
  #expo2026_06_content .sec2 {
    width: 92vw;
    margin: 0 auto 8vw;
    padding: 5.3333333333vw 3.3333333333vw 2.6666666667vw;
  }
}
#expo2026_06_content .sec2::before {
  content: "";
  position: absolute;
  z-index: -1;
  pointer-events: none;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: 1.5px solid #727171;
  border-radius: 16px;
  background-color: #FBFBFB;
  filter: url(#hand-drawn-line);
}
#expo2026_06_content .sec2 h3 {
  text-align: center;
  margin: 0 0 26px;
}
@media screen and (max-width: 1000px) {
  #expo2026_06_content .sec2 h3 {
    margin: 0 auto 5.3333333333vw;
  }
  #expo2026_06_content .sec2 h3 img {
    width: 64vw;
  }
}
#expo2026_06_content .sec2 ul {
  display: flex;
  justify-content: space-between;
  gap: 20px;
  row-gap: 26px;
  flex-wrap: wrap;
}
@media screen and (max-width: 1000px) {
  #expo2026_06_content .sec2 ul {
    gap: 0;
    row-gap: 0;
  }
  #expo2026_06_content .sec2 ul .sp_100 {
    width: 100%;
  }
  #expo2026_06_content .sec2 ul li {
    width: 41.0666666667vw;
    margin: 0 0 2.6666666667vw;
  }
}
#expo2026_06_content .sec3 {
  position: relative;
  padding: 143px 0 42px;
  background: url("/jp/agri/campaign/2026/06/expo/img/img_index_21.jpg") no-repeat center top/cover;
}
@media screen and (max-width: 1000px) {
  #expo2026_06_content .sec3 {
    padding: 30.1333333333vw 0 5.3333333333vw;
    background: #BFDCA1 url("/jp/agri/campaign/2026/06/expo/img/img_index_21_sp.jpg") no-repeat center top/100%;
  }
}
#expo2026_06_content .sec3::before {
  content: "";
  position: absolute;
  top: 258px;
  left: 0;
  width: 100%;
  height: 679px;
  background: url("/jp/agri/campaign/2026/06/expo/img/img_index_38.png") no-repeat center/auto 100%;
}
@media screen and (max-width: 1000px) {
  #expo2026_06_content .sec3::before {
    content: none;
  }
}
#expo2026_06_content .sec3 h3 {
  text-align: center;
  margin: 0 0 144px;
}
@media screen and (max-width: 1000px) {
  #expo2026_06_content .sec3 h3 {
    margin: 0 auto 46.6666666667vw;
  }
  #expo2026_06_content .sec3 h3 img {
    width: 53.0666666667vw;
  }
}
#expo2026_06_content .sec3 .sec_1 {
  position: relative;
  width: 1100px;
  height: 514px;
  margin: 0 auto 153px;
}
@media screen and (max-width: 1000px) {
  #expo2026_06_content .sec3 .sec_1 {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    width: 100%;
    height: auto;
    margin: 0 auto 18.6666666667vw;
  }
}
#expo2026_06_content .sec3 .sec_1 li {
  position: absolute;
  top: 6px;
  left: 6px;
}
@media screen and (max-width: 1000px) {
  #expo2026_06_content .sec3 .sec_1 li {
    position: static;
    display: flex;
    justify-content: center;
    align-items: flex-end;
    width: 50%;
    margin: 0 0 4.5333333333vw;
  }
  #expo2026_06_content .sec3 .sec_1 li img {
    position: relative;
    width: 44vw;
  }
}
#expo2026_06_content .sec3 .sec_1 li a {
  display: block;
  position: relative;
}
@media screen and (min-width: 1001px) {
  #expo2026_06_content .sec3 .sec_1 li a::after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: url("/jp/agri/campaign/2026/06/expo/img/img_index_23_on.png") no-repeat center/100%;
    opacity: 0;
  }
  #expo2026_06_content .sec3 .sec_1 li a:hover img {
    opacity: 0;
  }
  #expo2026_06_content .sec3 .sec_1 li a:hover::after {
    opacity: 1;
  }
}
#expo2026_06_content .sec3 .sec_1 li:nth-child(2) {
  top: 9px;
  left: 214px;
}
#expo2026_06_content .sec3 .sec_1 li:nth-child(2) a::after {
  background: url("/jp/agri/campaign/2026/06/expo/img/img_index_24_on.png") no-repeat center/100%;
}
#expo2026_06_content .sec3 .sec_1 li:nth-child(3) {
  top: 12px;
  left: 425px;
}
#expo2026_06_content .sec3 .sec_1 li:nth-child(3) a::after {
  background: url("/jp/agri/campaign/2026/06/expo/img/img_index_25_on.png") no-repeat center/100%;
}
#expo2026_06_content .sec3 .sec_1 li:nth-child(4) {
  top: 0;
  left: 650px;
}
@media screen and (max-width: 1000px) {
  #expo2026_06_content .sec3 .sec_1 li:nth-child(4) img {
    width: 42.6666666667vw;
  }
}
#expo2026_06_content .sec3 .sec_1 li:nth-child(4) a::after {
  background: url("/jp/agri/campaign/2026/06/expo/img/img_index_26_on.png") no-repeat center/100%;
}
#expo2026_06_content .sec3 .sec_1 li:nth-child(5) {
  top: 19px;
  left: 861px;
}
#expo2026_06_content .sec3 .sec_1 li:nth-child(5) a::after {
  background: url("/jp/agri/campaign/2026/06/expo/img/img_index_27_on.png") no-repeat center/100%;
}
#expo2026_06_content .sec3 .sec_1 li:nth-child(6) {
  top: 179px;
  left: -14px;
  z-index: 10;
}
#expo2026_06_content .sec3 .sec_1 li:nth-child(6) a::after {
  background: url("/jp/agri/campaign/2026/06/expo/img/img_index_28_on.png") no-repeat center/100%;
}
#expo2026_06_content .sec3 .sec_1 li:nth-child(7) {
  top: 175px;
  left: 214px;
}
#expo2026_06_content .sec3 .sec_1 li:nth-child(7) a::after {
  background: url("/jp/agri/campaign/2026/06/expo/img/img_index_29_on.png") no-repeat center/100%;
}
#expo2026_06_content .sec3 .sec_1 li:nth-child(8) {
  top: 184px;
  left: 432px;
  z-index: 10;
}
#expo2026_06_content .sec3 .sec_1 li:nth-child(8) a::after {
  background: url("/jp/agri/campaign/2026/06/expo/img/img_index_30_on.png") no-repeat center/100%;
}
#expo2026_06_content .sec3 .sec_1 li:nth-child(9) {
  top: 175px;
  left: 643px;
}
@media screen and (max-width: 1000px) {
  #expo2026_06_content .sec3 .sec_1 li:nth-child(9) img {
    width: 39.4666666667vw;
  }
}
#expo2026_06_content .sec3 .sec_1 li:nth-child(9) a::after {
  background: url("/jp/agri/campaign/2026/06/expo/img/img_index_31_on.png") no-repeat center/100%;
}
#expo2026_06_content .sec3 .sec_1 li:nth-child(10) {
  top: 183px;
  left: 848px;
}
#expo2026_06_content .sec3 .sec_1 li:nth-child(10) a::after {
  background: url("/jp/agri/campaign/2026/06/expo/img/img_index_32_on.png") no-repeat center/100%;
}
#expo2026_06_content .sec3 .sec_1 li:nth-child(11) {
  top: 311px;
  left: 6px;
}
@media screen and (max-width: 1000px) {
  #expo2026_06_content .sec3 .sec_1 li:nth-child(11) img {
    width: 41.6vw;
  }
}
#expo2026_06_content .sec3 .sec_1 li:nth-child(11) a::after {
  background: url("/jp/agri/campaign/2026/06/expo/img/img_index_33_on.png") no-repeat center/100%;
}
#expo2026_06_content .sec3 .sec_1 li:nth-child(12) {
  top: 360px;
  left: 208px;
}
#expo2026_06_content .sec3 .sec_1 li:nth-child(12) a::after {
  background: url("/jp/agri/campaign/2026/06/expo/img/img_index_34_on.png") no-repeat center/100%;
}
#expo2026_06_content .sec3 .sec_1 li:nth-child(13) {
  top: 321px;
  left: 439px;
}
#expo2026_06_content .sec3 .sec_1 li:nth-child(13) a::after {
  background: url("/jp/agri/campaign/2026/06/expo/img/img_index_35_on.png") no-repeat center/100%;
}
#expo2026_06_content .sec3 .sec_1 li:nth-child(14) {
  top: 362px;
  left: 645px;
}
#expo2026_06_content .sec3 .sec_1 li:nth-child(14) a::after {
  background: url("/jp/agri/campaign/2026/06/expo/img/img_index_36_on.png") no-repeat center/100%;
}
#expo2026_06_content .sec3 .sec_1 li:nth-child(15) {
  top: 357px;
  left: 853px;
}
#expo2026_06_content .sec3 .sec_1 li:nth-child(15) a::after {
  background: url("/jp/agri/campaign/2026/06/expo/img/img_index_37_on.png") no-repeat center/100%;
}
#expo2026_06_content .sec3 .sec_2 {
  position: relative;
  width: 1172px;
  height: 563px;
  margin: 0 auto;
}
@media screen and (max-width: 1000px) {
  #expo2026_06_content .sec3 .sec_2 {
    width: 96vw;
    height: 160.5333333333vw;
    padding: 10.1333333333vw 5.3333333333vw 0;
    background: url("/jp/agri/campaign/2026/06/expo/img/img_index_40_sp.png") no-repeat center top/100%;
  }
  #expo2026_06_content .sec3 .sec_2 svg {
    display: none;
  }
}
#expo2026_06_content .sec3 .sec_2::before {
  content: "";
  position: absolute;
  top: 0;
  left: 50%;
  translate: -50% 0;
  width: 1334px;
  height: 564px;
  background: url("/jp/agri/campaign/2026/06/expo/img/img_index_40.png") no-repeat center/100%;
}
@media screen and (max-width: 1000px) {
  #expo2026_06_content .sec3 .sec_2::before {
    content: none;
  }
}
#expo2026_06_content .sec3 .sec_2 h4 {
  position: relative;
  z-index: 10;
  left: -2px;
  top: 42px;
}
@media screen and (min-width: 1001px) {
  #expo2026_06_content .sec3 .sec_2 h4 {
    width: 277px;
  }
}
@media screen and (max-width: 1000px) {
  #expo2026_06_content .sec3 .sec_2 h4 {
    position: static;
    width: 53.8666666667vw;
    margin: 0 auto 5.8666666667vw;
  }
}
#expo2026_06_content .sec3 .sec_2 ul {
  position: relative;
  z-index: 1;
  margin: -3px 0 0 604px;
}
@media screen and (max-width: 1000px) {
  #expo2026_06_content .sec3 .sec_2 ul {
    margin: 0;
  }
}
#expo2026_06_content .sec3 .sec_2 ul li {
  margin: 0 0 19px;
}
@media screen and (max-width: 1000px) {
  #expo2026_06_content .sec3 .sec_2 ul li {
    margin: 0 0 2.6666666667vw;
  }
}
#expo2026_06_content .sec3 .sec_2 ul li a {
  position: relative;
  display: block;
  width: 534px;
}
@media screen and (max-width: 1000px) {
  #expo2026_06_content .sec3 .sec_2 ul li a {
    width: 100%;
  }
}
@media screen and (min-width: 1001px) {
  #expo2026_06_content .sec3 .sec_2 ul li a::after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: url("/jp/agri/campaign/2026/06/expo/img/img_index_41_on.png") no-repeat center/100%;
    opacity: 0;
  }
  #expo2026_06_content .sec3 .sec_2 ul li a:hover img, #expo2026_06_content .sec3 .sec_2 ul li a.active img {
    opacity: 0;
  }
  #expo2026_06_content .sec3 .sec_2 ul li a:hover::after, #expo2026_06_content .sec3 .sec_2 ul li a.active::after {
    opacity: 1;
  }
}
#expo2026_06_content .sec3 .sec_2 ul li:nth-child(2) a::after {
  background: url("/jp/agri/campaign/2026/06/expo/img/img_index_42_on.png") no-repeat center/100%;
}
#expo2026_06_content .sec3 .sec_2 ul li:nth-child(3) a::after {
  background: url("/jp/agri/campaign/2026/06/expo/img/img_index_43_on.png") no-repeat center/100%;
}
#expo2026_06_content .sec3 .sec_2 svg {
  position: absolute;
  top: 43px;
  left: 40px;
}
#expo2026_06_content .sec3 .sec_2 svg a {
  display: block;
}
#expo2026_06_content .sec3 .sec_2 svg .active.map1 path {
  fill: #8CD56D;
}
#expo2026_06_content .sec3 .sec_2 svg .active.map2 path {
  fill: #63C8FF;
}
#expo2026_06_content .sec3 .sec_2 svg .active.map3 path {
  fill: #FFD145;
}
#expo2026_06_content .sec4 {
  position: relative;
  margin: 0 0 73px;
  padding: 70px 30px;
  background: #FFFCF4 url("/jp/agri/campaign/2026/06/expo/img/img_index_44.png") no-repeat center top/100%;
}
@media screen and (max-width: 1000px) {
  #expo2026_06_content .sec4 {
    padding: 0 0 42.6666666667vw;
    margin: 0 0 8vw;
    background: #FFFCF4;
  }
}
#expo2026_06_content .sec4 h3 {
  width: 900px;
  margin: 0 auto 20px;
  text-align: center;
}
@media screen and (max-width: 1000px) {
  #expo2026_06_content .sec4 h3 {
    width: 100%;
    margin: 0 auto 6.6666666667vw;
  }
}
#expo2026_06_content .sec4 ul {
  position: relative;
  width: 902px;
  margin: 0 auto 40px;
}
@media screen and (max-width: 1000px) {
  #expo2026_06_content .sec4 ul {
    width: auto;
    margin: 0 6.1333333333vw 8vw;
  }
}
#expo2026_06_content .sec4 ul::before {
  content: "";
  position: absolute;
  bottom: -148px;
  left: 50%;
  translate: -50% 0;
  width: 1300px;
  height: 230px;
  background: url("/jp/agri/campaign/2026/06/expo/img/img_index_49.png") no-repeat center/100%;
}
@media screen and (max-width: 1000px) {
  #expo2026_06_content .sec4 ul::before {
    bottom: -60vw;
    width: 93.8666666667vw;
    height: 29.3333333333vw;
    background: url("/jp/agri/campaign/2026/06/expo/img/img_index_49_sp.png") no-repeat center/100%;
  }
}
#expo2026_06_content .sec4 ul li {
  margin: 0 0 24px;
  text-align: center;
}
@media screen and (max-width: 1000px) {
  #expo2026_06_content .sec4 ul li {
    margin: 0 0 5.3333333333vw;
  }
}
#expo2026_06_content .sec4 .btn {
  position: relative;
  z-index: 2;
}
#expo2026_06_content .sec4 .btn a {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 480px;
  height: 70px;
  margin: 0 auto;
  border: 1px solid #727171;
  border-radius: 10px;
  background: #DC1E37;
  color: #fff;
  font-size: 24px;
  font-weight: 600;
  text-decoration: none;
}
@media screen and (max-width: 1000px) {
  #expo2026_06_content .sec4 .btn a {
    width: 82.6666666667vw;
    height: 13.3333333333vw;
    font-size: 4.5333333333vw;
  }
}
@media screen and (min-width: 1001px) {
  #expo2026_06_content .sec4 .btn a:hover {
    background-color: #333333;
  }
}
#expo2026_06_content .sec4 .btn a::after {
  content: "";
  width: 20px;
  height: 12px;
  margin: 0 0 0 10px;
  background: url("/jp/agri/campaign/2026/06/expo/img/img_index_50.svg") no-repeat center/100%;
}
@media screen and (max-width: 1000px) {
  #expo2026_06_content .sec4 .btn a::after {
    width: 3.2vw;
    height: 2.1333333333vw;
    margin: 0 0 0 2.6666666667vw;
  }
}
#expo2026_06_content .sec5 {
  position: relative;
  width: 1200px;
  margin: 0 auto;
  padding: 30px 60px 37px;
}
@media screen and (max-width: 1000px) {
  #expo2026_06_content .sec5 {
    width: 92vw;
    margin: 0 auto;
    padding: 8vw 2.6666666667vw 2.6666666667vw;
  }
}
#expo2026_06_content .sec5::before {
  content: "";
  position: absolute;
  z-index: -1;
  pointer-events: none;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: 1.5px solid #727171;
  border-radius: 16px;
  background-color: #FBFBFB;
  filter: url(#hand-drawn-line);
}
#expo2026_06_content .sec5 h3 {
  margin: 0 0 30px;
  text-align: center;
}
@media screen and (max-width: 1000px) {
  #expo2026_06_content .sec5 h3 {
    width: 100%;
    margin: 0 auto 6.6666666667vw;
  }
}
#expo2026_06_content .sec5 ul {
  display: flex;
  gap: 26px;
  flex-wrap: wrap;
}
@media screen and (max-width: 1000px) {
  #expo2026_06_content .sec5 ul {
    justify-content: space-between;
    gap: 0;
    margin: 0 0 2.6666666667vw;
  }
  #expo2026_06_content .sec5 ul li {
    width: 100%;
    margin: 0 0 2.6666666667vw;
  }
  #expo2026_06_content .sec5 ul li:nth-child(2) {
    width: 54.9333333333vw;
  }
  #expo2026_06_content .sec5 ul li:nth-child(n+3) {
    width: 42.1333333333vw;
  }
  #expo2026_06_content .sec5 ul li:nth-child(n+7) {
    width: 100%;
  }
}
