body {
  width: 100%;
  overflow-x: hidden;
}

.slider {
  height: 580px;
  border-radius: 50%;
  margin-inline: auto;
  overflow: hidden;
  /* 画像がはみ出ないようにする */
  width: 580px;
  border: 10px solid #fff;
}

#questionnaire-content h2 img.sp_block {
  display: none;
}

.slick-img img {
  width: 100%;
}
.leaf_00,
.leaf_01,
.leaf_02{
  position: relative;
}
.leaf_00:after{
  content: "";
  position: absolute;
  display: block;
  width: 88px;
  height: 112px;
  background: url(/jp/agri/campaign/2025/06/expo/img/leaf_present_00.png) no-repeat center center / cover;
  right: 0;
  top: 0;
}
.leaf_01:after{
  content: "";
  position: absolute;
  display: block;
  width: 88px;
  height: 112px;
  background: url(/jp/agri/campaign/2025/06/expo/img/leaf_present_01.png) no-repeat center center / cover;
  right: 0;
  top: 0;
}
.leaf_02:after{
  content: "";
  position: absolute;
  display: block;
  width: 88px;
  height: 112px;
  background: url(/jp/agri/campaign/2025/06/expo/img/leaf_present_02.png) no-repeat center center / cover;
  right: 0;
  top: 0;
}
@keyframes zoomUp {
  0% {
    transform: scale(1);
  }
  100% {
    transform: scale(1.15);
    /* 拡大率 */
  }
}

.add-animation {
  animation: zoomUp 6s linear 0s normal both;
}

.baloon_01 {
  position: absolute;
  width: 44px;
  left: calc(50% - 530px);
  top: 140px;
}
.mtaj{
  margin: -30px 0 10px!important;
}
.baloon_02 {
  position: absolute;
  width: 44px;
  left: calc(50% + 490px);
  top: 40px;
}

@keyframes fuwafuwa {
  0%, 100% {
    transform: translateY(0);
  }
  50% {
    transform: translateY(-20px);
  }
}

@keyframes fuwafuwa2 {
  0%, 100% {
    transform: translateY(10px);
  }
  50% {
    transform: translateY(-10px);
  }
}


/* このクラスをつけると回転を無限に繰り返します */

.anime-float {
  animation: 3s fuwafuwa infinite;
}

.anime-float2 {
  animation: 2.8s fuwafuwa2 infinite;
}

.expo-topmain h3 {
  position: absolute;
  left: calc(50% - 208px);
  top: 310px;
  z-index: 10;
  width: 417px;
}

.lyt-image-01.img-1 .image img {
  width: auto;
}

.slider {
  width: 600px;
  margin: 20px auto 0;
}

.circle {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
}

.btns {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  z-index: 30;
}

.btns li {
  width: 360px;
  position: absolute;
}

.btns li:nth-child(1) {
  left: calc(50% - 180px);
  top: 750px;
}

.btns li:nth-child(2) {
  left: calc(50% + 180px);
  top: 340px;
  width: 146px;
}

.btns li:nth-child(3) {
  left: calc(50% + 100px);
  top: 170px;
  width: 153px;
}

.circle li {
  width: 194px;
  position: absolute;
}

.circle li:nth-child(1) {
  left: calc(50% - 450px);
  top: 160px;
}

.circle li:nth-child(2) {
  left: calc(50% - 540px);
  top: 360px;
}

.circle li:nth-child(3) {
  left: calc(50% - 470px);
  top: 570px;
}
.circle li:nth-child(4) {
left: calc(50% + 270px);
  top: 580px;
  width: 167px;
}
/*  .circle li:nth-child(4) {
  left: calc(50% - 266px);
  top: 660px;
  width: 167px;
}  */

.circle li:nth-child(5) {
  left: calc(50% + 266px);
  top: 160px;
}

.circle li:nth-child(6) {
  left: calc(50% + 336px);
  top: 368px;
}

.circle li:nth-child(7) {
  left: calc(50% + 266px);
  top: 570px;
}
.circle li:nth-child(8) {
  left: calc(50% + 86px);
  top: 646px;
  width: 167px;
}
.btns li a img, .circle li a img {
  transition: all 0.3s;
}

.btns li a:hover img, .circle li a:hover img {
  transform: scale(1.05);
  opacity: 0.9;
}

.loadingBar {
  width: 300px;
  height: 14px;
  background: #e26479;
  margin: 0 auto;
  z-index: 19;
  border-radius: 7px;
  overflow: hidden;
  position: relative;
  z-index: 500000000000000;
}

.loadingBar.center {
  bottom: calc(50% - 7px);
}

.Bar {
  width: 0;
  height: 14px;
  background: #dc1e37;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 20;
  transition: all 1.5s linear 0s;
}

.Bar.active {
  width: 100%;
}

.white {
  z-index: 2147483630;
  width: 100%;
  height: 100%;
  background: #fff;
  position: fixed;
  top: 0;
  left: 0;
}

.white.hide {
  display: none;
}

.over {
  position: fixed;
  width: 100%;
  z-index: 2147483640;
  top: 0;
  left: 0;
  height: 100%;
  background: #fff;
}
.over img{
  width: 100%;
}
.expo-tiles a dt {
  transition: all 0.3s;
}

.expo-tiles a dd {
  transition: all 0.3s;
}

.expo-tiles a:hover dt {
  display: block;
  opacity: 0.8;
  transform: scale(1.1);
}

.expo-tiles a:hover dd {
  opacity: 0.8;
}

.expo-tiles a[href="javascript:void(0)"] {
  cursor: default;
  pointer-events: none;
}

#pick {
  width: 1110px;
  margin: 0 auto;
}

#pick h2 {
  border-bottom: 1px #CCCCCC solid;
}

#pick h2 img {
  width: 300px;
}

#pick ul {
  display: flex;
  justify-content: space-between;
}

#pick ul li {
  width: 23%;
}

#pick ul li a {
  color: #333;
}

#pick ul li figure {
  margin: 20px 0;
}

#pick ul li figure img {
  border: solid 1px #ccc;
}

#pick ul li a dt {
  color: #007346;
  font-size: 1.2em;
  border-left: solid 3px #007346;
  padding: 0 0 0 10px;
  line-height: 1.3;
  margin: 0 0 10px;
}

#news {
  background: url(/jp/agri/campaign/2025/06/expo/img/bg_news.png) no-repeat top center;
  padding: 100px 0 150px;
  margin: -70px 0 0;
}

#news .inner {
  width: 1110px;
  margin: 0 auto;
}

.news_border {
  border-radius: 7px;
  border: solid 2px #007346;
  display: flex;
  align-items: center;
  margin: 70px 0 50px;
  background: #007346;
}

.news_border .right_box {
    width: 70%;
    padding: 44px 30px 44px;
    background: #fff;
}

.news_border h2 {
  width: 30%;
  background: #007346;
  text-align: center;
  color: #fff;
  font-size: 1.2em;
  height: 100%;
  padding: 100px 0;
}

.news_border h2 img {
  width: 134px;
}

.date {
  color: #666666;
}

.news_border li {
  font-weight: bold;
  position: relative;
  padding: 0 0 0 1.2em;
}

.news_border li {
  margin: 0 0 10px;
}

.news_border li:last-child {
  margin: 0 0 15px;
}

.news_border li:before {
  content: "●";
  color: #007346;
  position: absolute;
  left: 0;
  top: 0;
}

.expo-topmain {
  background: url(/jp/agri/campaign/2025/06/expo/img/bg.png) no-repeat top center / 1920px;
  height: 850px;
  padding: 30px 0 0 0;
  position: relative;
}

.expo-topmain h2 {
  width: 866px;
  margin: 0 auto;
}

.expo-tiles {
  position: relative;
  height: 1040px;
}

.expo-tiles li {
  position: absolute;
  width: 336px;
}

.expo-tiles li dd img {
  width: 100%;
}

.expo-tiles li dl {
  position: relative;
}

.expo-tiles li dt {
  position: absolute;
  z-index: 5;
}

.expo-tiles li dt img {
  width: 100%;
}

.expo-tiles li:nth-child(1) {
  top: 260px;
  left: calc(50% - 650px);
}

.expo-tiles li:nth-child(1) dt {
  width: 189px;
  top: -90px;
  left: calc(50% - 95px);
}

.expo-tiles li:nth-child(2) {
  top: 455px;
  left: calc(50% - 650px);
}

.expo-tiles li:nth-child(2) dt {
  width: 216px;
  top: -70px;
  left: calc(50% - 108px);
}

.expo-tiles li:nth-child(3) {
  top: 642px;
  left: calc(50% - 650px);
}

.expo-tiles li:nth-child(3) dt {
  width: 216px;
  top: -50px;
  left: calc(50% - 108px);
}

.expo-tiles li:nth-child(4) {
  top: 360px;
  left: calc(50% - 410px);
}

.expo-tiles li:nth-child(4) dt {
  width: 243px;
  top: -90px;
  left: calc(50% - 122px);
}

.expo-tiles li:nth-child(5) {
  top: 555px;
  left: calc(50% - 410px);
}

.expo-tiles li:nth-child(5) dt {
  width: 216px;
  top: -70px;
  left: calc(50% - 108px);
}

.expo-tiles li:nth-child(6) {
  top: 745px;
  left: calc(50% - 410px);
}

.expo-tiles li:nth-child(6) dt {
  width: 185px;
  top: -50px;
  left: calc(50% - 92px);
}

.expo-tiles li:nth-child(7) {
  top: 260px;
  left: calc(50% - 169px);
}

.expo-tiles li:nth-child(7) dt {
  width: 216px;
  top: -90px;
  left: calc(50% - 108px);
}

.expo-tiles li:nth-child(8) {
  top: 445px;
  left: calc(50% - 170px);
}

.expo-tiles li:nth-child(8) dt {
  width: 177px;
  top: -70px;
  left: calc(50% - 88px);
}

.expo-tiles li:nth-child(9) {
  top: 622px;
  left: calc(50% - 170px);
}

.expo-tiles li:nth-child(9) dt {
  width: 283px;
  top: -50px;
  left: calc(50% - 142px);
}

.expo-tiles li:nth-child(10) {
  top: 853px;
  left: calc(50% - 170px);
}

.expo-tiles li:nth-child(10) dt {
  width: 283px;
  top: -80px;
  left: calc(50% - 142px);
}

.expo-tiles li:nth-child(11) {
  top: 348px;
  left: calc(50% + 75px);
}

.expo-tiles li:nth-child(11) dt {
  width: 217px;
  top: -70px;
  left: calc(50% - 109px);
}

.expo-tiles li:nth-child(12) {
  top: 555px;
  left: calc(50% + 75px);
}

.expo-tiles li:nth-child(12) dt {
  width: 216px;
  top: -70px;
  left: calc(50% - 108px);
}

.expo-tiles li:nth-child(13) {
  top: 718px;
  left: calc(50% + 75px);
}

.expo-tiles li:nth-child(13) dt {
  width: 185px;
  top: -50px;
  left: calc(50% - 92px);
}

.expo-tiles li:nth-child(14) {
  top: 260px;
  left: calc(50% + 310px);
}

.expo-tiles li:nth-child(14) dt {
  width: 177px;
  top: -90px;
  left: calc(50% - 89px);
}

.expo-tiles li:nth-child(15) {
  top: 428px;
  left: calc(50% + 310px);
}

.expo-tiles li:nth-child(15) dt {
  width: 194px;
  top: -70px;
  left: calc(50% - 97px);
}

.expo-tiles li:nth-child(16) {
  top: 652px;
  left: calc(50% + 310px);
}

.expo-tiles li:nth-child(16) dt {
  width: 209px;
  top: -50px;
  left: calc(50% - 105px);
}

.expo-tiles li:nth-child(17) {
  top: 836px;
  left: calc(50% + 310px);
}

.expo-tiles li:nth-child(17) dt {
  width: 225px;
  top: -80px;
  left: calc(50% - 113px);
}

.expo-topmain .flex_recommend {
  width: 940px;
  margin: 20px auto;
  display: flex;
  justify-content: space-between;
}

.expo-topmain .flex_recommend a {
  width: 460px;
  display: block;
  transition: all 0.3s;
}

.expo-topmain .flex_recommend a:hover {
  transform: scale(1.05);
  opacity: 0.8;
}

img {
  width: 100%;
}

#next-content {
  background: url(/jp/agri/campaign/2025/06/expo/img/bgbg.png) no-repeat top center  / 1920px #F4F4EF;
  padding: 50px 0 100px;
}

#next-content h2 {
  width: 1205px;
  margin: 0 auto;
}

#next-content p.news a {
  color: #fff;
}

.bnrs {
  display: flex;
  justify-content: space-between;
  margin: 40px 0 40px;
}

.bnrs a {
  width: 48%;
  display: block;
  transition: all 0.3s;
}

.bnrs a:hover {
  transition: all 0.3s;
  transform: scale(1.05);
}

#next-content p.news {
  color: #fff;
  width: 940px;
  padding: 30px 0 30px 120px;
  margin: 30px auto 0;
  border-radius: 20px;
  position: relative;
}

#next-content .bg2 {
  width: 1300px;
  margin: 50px auto 0;
  border-radius: 15px;
  position: relative;
  padding: 0 100px;
  box-sizing: border-box;
}

#next-content .bg .bg_tree_01 {
  position: absolute;
  left: -200px;
  top: 100px;
}

#next-content .bg .bg_tree_02 {
  position: absolute;
  right: -200px;
  top: 100px;
}

#next-content .bg h2 {
  width: 986px;
  margin: 80px auto 0;
  padding: 80px 0 30px;
}

#next-content .bg2 .second ul {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}

#next-content .bg2 .second ul li {
  width: 31%;
  margin: 0 0 40px;
}

#next-content .bg2 .second ul li figure {
  width: 90%;
  margin: 0 auto;
  padding: 0 0 10px;
  background: url(/jp/agri/campaign/2025/06/expo/img/pedestal.png) no-repeat center bottom / 100%;
}

#next-content .bg .second ul li:last-child figure {
  background: none;
}

#next-content .first {
  background: url(/jp/agri/campaign/2025/06/expo/img/first_bg.png) no-repeat center top;
  padding: 0 0 50px;
}

#next-content .first figure {
  width: 770px;
  margin: 0 auto;
}

.btn_green {
  background: #007346;
  display: block;
  color: #fff!important;
  font-size: 18px;
  font-weight: bold;
  text-align: center;
  text-decoration: none;
  width: 100%;
  padding: 7px 0;
  border-radius: 60px;
  position: relative;
  transition: all 0.3s;
  display: block;
}

.btn_green:before {
  content: "";
  display: block;
  position: absolute;
  left: calc(50% - 8px);
  top: -14px;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0 8.5px 14px 8.5px;
  border-color: transparent transparent #007347 transparent;
  transition: all 0.3s;
}

.first .btn_green {
  width: 340px;
  margin: -30px auto -10px;
  ext-decoration: none!important;
}

.btn_green:after {
  content: url(/jp/agri/campaign/2025/06/expo/img/arrow.png);
  position: absolute;
  right: 20px;
  top: calc(50% - 13px);
}

.first a, .second a {
  display: block;
  transition: all 0.3s;
}

.second a:hover {
  text-decoration: none!important;
  transform: scale(1.05);
  opacity: 0.8;
}

.first a:hover {
  text-decoration: none!important;
  transform: scale(1.02);
  opacity: 0.8;
}

#second a:hover span {
  text-decoration: none!important;
}

.btn_green:hover:before {
  opacity: 0.8;
}

.btn_green.line2 {
  padding: 5px 0;
  line-height: 1.1;
}

.btn_green.line2:after {
  top: calc(50% - 10px);
}

.btn_gray {
  background: #999;
  display: block;
  color: #fff!important;
  font-size: 18px;
  font-weight: bold;
  text-align: center;
  text-decoration: none;
  width: 100%;
  padding: 7px 0;
  border-radius: 60px;
  pointer-events: none;
  cursor: default;
}

#used {
  background: #fff;
  border-radius: 10px;
  border: 2px solid #007346;
  padding: 55px 55px 25px;
}

#used h3 {
  margin: 0 0 40px;
  width: 90%;
  margin: 0 auto 40px;
}

.flex_used {
  padding: 0;
}

.flex_used li {
  width: 30.4%!important;
}

.flex_used li:nth-child(1) p {
  font-size: 1.3em;
  color: #41B432;
  text-align: center;
  font-weight: bold;
  margin: 40px 0 0 0;
}

.flex_used li:nth-child(1) span {
  font-size: 1.3em;
  color: #41B432;
  border-radius: 15px;
  border: solid 2px #41B432;
  margin: 0 10px 10px 0;
  display: inline-block;
  font-weight: bold;
  padding: 2px 13px;
  line-height: 1;
}

.flex_used li:nth-child(1) span:nth-child(4n) {
  margin: 0 0 10px 0;
}

.flex_used li:nth-child(2) p {
  font-size: 1.3em;
  color: #0096E1;
  text-align: center;
  font-weight: bold;
}

.flex_used li:nth-child(2) span {
  font-size: 1.3em;
  color: #0096E1;
  border-radius: 15px;
  border: solid 2px #0096E1;
  margin: 0 10px 10px 0;
  display: inline-block;
  font-weight: bold;
  padding: 2px 13px;
  line-height: 1;
}

.flex_used li:nth-child(2) span:nth-child(4n) {
  margin: 0 0 10px 0;
}

.flex_used li:nth-child(3) p {
  font-size: 1.3em;
  color: #F59600;
  text-align: center;
  font-weight: bold;
  margin: 40px 0 0 0;
}

.flex_used li:nth-child(3) span {
  font-size: 1.3em;
  color: #F59600;
  border-radius: 15px;
  border: solid 2px #F59600;
  margin: 0 10px 10px 0;
  display: inline-block;
  font-weight: bold;
  padding: 2px 13px;
  line-height: 1;
}

.flex_used li:nth-child(3) span:nth-child(4n) {
  margin: 0 0 10px 0;
}

.flex_used li:nth-child(3) span:nth-child(5) {
  margin: 0 10px 10px 30px;
}

.flex_used li:nth-child(2) span:nth-child(12) {
  padding: 2px 5px;
}

#next-content .bg h3 {
  width: 892px;
  margin: -20px auto 30px;
  padding: 60px 0 0 0;
}

.flex_used a {
  transition: all 0.3s;
  display: block;
}

.flex_used a:hover {
  transform: scale(1.05);
  opacity: 0.8;
}

#questionnaire-content {
  position: relative;
}

#questionnaire-content h2 {
  width: 100%;
  margin: 0 auto;
  height: 190px;
  background: #007346;
  text-align: center;
  padding: 40px 0 0;
  box-sizing: border-box;
}

#questionnaire-content h2 img {
  width: 958px;
  margin: 0 auto;
  display: inline-block;
}

#questionnaire-content .questionnaire-box {
  width: 1110px;
  margin: 70px auto 0;
  border-radius: 10px;
  padding: 0;
}

#questionnaire-content .questionnaire-box h3 {
  padding: 5px 40px 18px;
  margin: 0 0 20px;
}

#questionnaire-content .questionnaire-box h3+p {
  width: 673px;
  margin: 0 auto;
}

#questionnaire-content .a_questionnaire {
  width: 77.5%;
  margin: 15px auto -30px;
}

#questionnaire-content .flex_questionnaire {
  width: 77.5%;
  margin: 15px auto 30px;
  display: flex;
  justify-content: space-between;
}

#questionnaire-content .flex_questionnaire p {
  width: 50%;
}

#questionnaire-content .btn_questionnaire {
  display: block;
  width: 500px;
  margin: 0 auto;
  transition: all 0.3s;
  display: block;
  position: relative;
  z-index: 2;
}

#questionnaire-content .btn_questionnaire:hover {
  transform: scale(1.05);
  opacity: 0.8;
}

#questionnaire-content {
  position: relative;
  padding: 0 0 80px;
}

.promotion-banners {
  display: none;
}

#after-content {
  background: url(/jp/agri/campaign/2025/06/expo/img/bg.png) no-repeat top center / 1920px;
  padding: 110px 0;
  box-shadow: 0 7px 10px 3px #ddd inset;
}

#after-content h2 {
  width: 1277px;
  margin: 0 auto 80px;
}

#after-content .after-box {
  width: 1110px;
  margin: 0 auto;
  position: relative;
}

#after-content .flex_after {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  padding: 0 0 20px;
}

#after-content .flex_after li {
  width: 30.6%;
  margin: 0 0 20px;
}

#after-content .flex_after.col_02 li {
  width: 49%;
}

#after-content .flex_after li a {
  transition: all 0.3s;
  display: block;
}

#after-content .baloon_right+.flex_after li a:hover {
  filter: brightness(90%);
  transform: scale(1);
  opacity: 1;
}

#after-content .flex_after li a:hover {
  transform: scale(1.05);
  opacity: 0.8;
}

#after-content .after-box .baloon_left {
  position: absolute;
  left: -260px;
  top: -20px;
  width: 180px;
}

#after-content .after-box .baloon_right {
  position: absolute;
  right: -200px;
  top: -20px;
  width: 146px;
}

#after-content {
  position: relative;
}

.coming {
  position: relative;
}

.coming .soon {
  position: absolute;
  width: 40%;
  top: calc(50% - 0px);
  left: 30%;
  z-index: 1;
}

.expo-tiles .coming .soon {
  position: absolute;
  width: 40%;
  top: calc(50% - 15px);
  left: calc(50% - 72px);
  z-index: 1;
}

.pc_block {
  display: block;
}

.pc-tb_block {
  display: block;
}

.tb_block {
  display: none;
}

.sp_block {
  display: none;
}

@media screen and (max-width: 1300px) {
  .pc_block {
    display: none;
  }
  .tb_add.sp_only {
    width: 100%;
    display: block;
    padding: 40px 0 0;
    margin: 20px 0 0;
  }
  .tb_add.sp_only>div {
    display: flex;
    justify-content: start;
    margin: 10px auto 0;
    width: 95%;
  }
  .lyt-column-01.col-04 .column {
    margin: 0 1.3% 0 0;
    width: 24%;
  }
  .lyt-column-01.col-04 .column:nth-child(4) {
    margin: 0;
  }
  .pc-tb_block {
    display: block;
  }
  .tb_block {
    display: block;
  }
  .sp_block {
    display: none;
  }
  #after-content h2 {
    width: 100%;
    margin: 0 auto 80px;
  }
  #news .inner {
    width: 90%;
    margin: 0 auto;
  }
  .expo-topmain h2 {
    width: 90%;
    margin: 0 auto;
    max-width: 866px;
  }
  #next-content .bg2 {
    width: 90%;
    margin: 50px auto 0;
    border-radius: 15px;
    position: relative;
    padding: 0;
    box-sizing: border-box;
  }
  #used {
    background: #fff;
    border-radius: 10px;
    border: 2px solid #007346;
    padding: 55px 25px 0;
  }
  #next-content .first figure {
    width: 70%;
    margin: 0 auto;
  }
  #pick {
    width: 90%;
    margin: 0 auto;
  }
  #next-content h2 {
    width: 100%;
    margin: 0 auto;
  }
  .expo-topmain .flex_recommend {
    margin: 20px auto 0;
    padding: 0 0 30px;
  }
  #next-content .bg {
    width: 95%;
  }
  #next-content .bg h2 {
    width: 100%;
    margin: 80px auto 0;
    padding: 80px 0 30px;
  }
  .btn_green {
    font-size: 16px;
  }
  .flex_used li:nth-child(1) span, .flex_used li:nth-child(2) span, .flex_used li:nth-child(3) span {
    font-size: 1.5vw;
  }
  #next-content .bg {
    padding: 0 30px;
  }
  #next-content .bg2 {
    background: #F4F4EF;
  }
  #questionnaire-content h2 {
    width: 100%;
    margin: 0 auto;
  }
  #next-content .bg h3 {
    width: 90%;
    margin: 40px auto 30px;
  }
  #next-content .bg:after {
    width: 90%;
    bottom: -60px;
    left: 5%;
  }
  .flex_used {
    padding: 0 0 10px;
  }
  #questionnaire-content {
    padding: 0 0 100px;
  }
  #questionnaire-content:after {
    bottom: -110px;
  }
}

@media screen and (max-width: 1110px) {
  #questionnaire-content .questionnaire-box {
    width: 90%;
  }
  #next-content .first {
    background: none;
  }
  .expo-topmain .flex_recommend {
    width: 90%;
  }
  .expo-topmain .flex_recommend a {
    width: 48%;
    display: block;
    transition: all 0.3s;
  }
  #after-content .after-box {
    width: 90%;
  }
  .btn_gray, .btn_green {
    font-size: 1.3vw;
  }
  .btn_green:after {
    top: calc(50% - 8px);
    right: 15px;
  }
  .btn_green.line2:after {
    top: calc(50% - 7px);
    right: 15px;
  }
  .coming .soon {
    left: 20%;
  }
  #next-content p.news {
    width: 82%;
    margin: 30px auto 10px;
  }
}

@media screen and (max-width: 767px) {
  .pc_block {
    display: none;
  }
  .over img {
    width: 100%;
    margin: 0 auto;
  }
  .pc-tb_block {
    display: none;
  }
  .tb_block {
    display: none;
  }
  .sp_block {
    display: block;
  }
  .tb_add.sp_only {
    display: block;
  }
  .tb_add.sp_only {
    margin-top: 10px;
  }
  .tb_add.sp_only>div {
    width: 80%;
  }
  .lyt-column-01.col-04 .column {
    width: 100%;
  }
  .expo-topmain h3 {
    width: 70%;
  }
  .expo-topmain .flex_recommend {
    display: block;
  }
  .expo-topmain .flex_recommend a {
    width: 100%;
  }
  .expo-topmain .flex_recommend a+a {
    margin: 15px 0 0;
  }
  #next-content h2 {
    width: 100px;
  }
  #next-content p.news {
    color: #fff;
    width: 90%;
    border-radius: 10px;
    padding: 10px;
    margin: 20px auto 0;
    box-sizing: border-box;
  }
  #next-content p.news:before {
    display: none;
  }
  #next-content p.news+.news {
    color: #fff;
    width: 90%;
    border-radius: 10px;
    padding: 10px;
    margin: 20px auto 0;
    box-sizing: border-box;
  }
  #next-content .bg:before {
    content: "";
    display: block;
    width: 191px;
    height: 143px;
    top: -120px;
    right: -40px;
  }
  #next-content .bg {
    margin: 90px auto 0;
  }
  #next-content .first figure {
    width: 100%;
  }
  .first .btn_green {
    width: 100%;
  }
  #next-content .bg {
    padding: 0 15px;
  }
  #next-content .bg2 .second ul {
    display: block;
  }
  #next-content .bg2 .second ul li {
    width: 100%;
    margin: 0 0 20px;
  }
  .btn_gray, .btn_green {
    font-size: 4vw;
  }
  .flex_used li {
    width: 100%!important;
  }
  #next-content .bg h2 {
    width: 110%;
    margin: 80px auto 0;
    padding: 0 0 10px;
    position: relative;
    left: -5%;
  }
  #next-content .bg h3 {
    width: 100%;
    margin: -10px auto 20px;
  }
  #next-content .bg:after {
    content: "";
    display: block;
    position: absolute;
    z-index: 1;
    bottom: -130px;
    left: 20px;
  }
  .flex_used {
    padding: 0 0 50px;
  }
  #next-content {
    padding: 0 0 320px;
  }
  #questionnaire-content:before {
    content: url(/jp/agri/campaign/2025/06/expo/img/bg_circle.png);
    position: absolute;
    left: calc(50% - 818px);
    top: -47px;
  }
  #questionnaire-content h2 {
    width: 100%;
    margin: 0 auto;
    position: relative;
    z-index: 2;
    top: -30px;
  }
  #next-content {
    padding: 0 0 180px;
  }
  .questionnaire-box-sp {
    width: 90%;
    margin: 0 auto;
    position: relative;
    z-index: 2;
  }
  .questionnaire-box-sp img+a {
    position: relative;
    top: -110px;
  }
  .questionnaire-box-sp p {
    position: absolute;
    width: 100%;
    bottom: 80px;
  }
  #questionnaire-content:after {
    content: "";
    display: block;
    width: 90%;
    height: 358px;
    background: url(/jp/agri/campaign/2025/06/expo/img/ill_sp02.png) no-repeat center center / 100%;
    position: absolute;
    z-index: 1;
    bottom: -90px;
    left: 0;
    z-index: 2;
  }
  #questionnaire-content .btn_questionnaire {
    width: 90%;
    margin: 0 0 0 3%;
    position: relative;
    z-index: 2;
  }
  #after-content {
    padding: 40px 0 80px;
    box-shadow: none;
  }
  #after-content .flex_after {
    display: block;
  }
  #after-content .flex_after li {
    width: 100%;
  }
  #after-content .flex_after.col_02 li {
    width: 100%;
  }
  #after-content .after-box {
    width: 80%;
  }
  #after-content h2 {
    width: 100%;
    margin: 0 auto 30px;
  }
  #after-content .flex_after li {
    margin: 0 0 15px;
  }
  #next-content .bg {
    width: 90%;
  }
  .btn_green:after {
    top: calc(50% - 12px);
  }
  .leaf_00:after{
    content: "";
    position: absolute;
    display: block;
    width: 66px;
    height: 84px;
    background: url(/jp/agri/campaign/2025/06/expo/img/leaf_present_00.png) no-repeat center center / contain;
    right: 0;
    top: -10px;
  }
  .leaf_01:after{
    content: "";
    position: absolute;
    display: block;
    width: 66px;
    height: 84px;
    background: url(/jp/agri/campaign/2025/06/expo/img/leaf_present_01.png) no-repeat center center / contain;
    right: 0;
    top: -10px;
  }
  .leaf_02:after{
    content: "";
    position: absolute;
    display: block;
    width: 66px;
    height: 84px;
    background: url(/jp/agri/campaign/2025/06/expo/img/leaf_present_02.png) no-repeat center center / contain;
    right: 0;
    top: -10px;
  }
}


/***************家庭菜園・ミニ耕うん機*****************/

.expo-minicultivator-mainvisual {
  background: url(/jp/agri/campaign/2025/06/expo/minicultivator/img/main_bg.png) no-repeat top center;
  height: 848px;
}

.expo-minicultivator-maintxt {
  padding: 50px 0;
  text-align: center;
}

.expo-minicultivator-maintxt img {
  width: 1373px;
}

.expo-minicultivator-mainvisual ul.pc_only {
  width: 1200px;
  margin: 0 auto;
  position: relative;
}

.expo-minicultivator-mainvisual ul.pc_only li {
  position: absolute;
}

.expo-minicultivator-mainvisual ul.pc_only li a {
  transition: all 0.2s;
}

.expo-minicultivator-mainvisual ul.pc_only li a:hover {
  transform: scale(1.1, 1.1);
  opacity: 0.8;
}

.expo-minicultivator-mainvisual ul.pc_only li a img {
  transition: all 0.2s;
}

.expo-minicultivator-mainvisual ul.pc_only li a:hover img {
  transform: scale(1.1, 1.1);
}

.expo-minicultivator-mainvisual ul.pc_only li:nth-child(1) {
  width: 272px;
  top: 300px;
  left: 80px;
}

.expo-minicultivator-mainvisual ul.pc_only li:nth-child(2) {
  width: 222px;
  top: 520px;
  left: 30px;
}

.expo-minicultivator-mainvisual ul.pc_only li:nth-child(3) {
  width: 240px;
  top: 140px;
  left: 470px;
}

.expo-minicultivator-mainvisual ul.pc_only li:nth-child(4) {
  width: 235px;
  top: 460px;
  left: 510px;
}

.expo-minicultivator-mainvisual ul.pc_only li:nth-child(5) {
  width: 274px;
  top: 270px;
  left: 920px;
}

.expo-minicultivator-mainvisual ul.pc_only li:nth-child(6) {
  width: 301px;
  top: 550px;
  left: 950px;
}

.expo-minicultivator-mainvisual ul.pc_only li:nth-child(7) {
  width: 182px;
  top: 170px;
  left: 20px;
}

.expo-minicultivator-mainvisual ul.pc_only li:nth-child(8) {
  width: 150px;
  top: 510px;
  left: 290px;
}

.expo-minicultivator-mainvisual ul.pc_only li:nth-child(9) {
  width: 176px;
  top: 110px;
  left: 710px;
}

.expo-minicultivator-mainvisual ul.pc_only li:nth-child(10) {
  width: 192px;
  top: 140px;
  left: 1060px;
}

.tb_only {
  display: none;
}

@media screen and (max-width: 1300px) {
  .expo-minicultivator-mainvisual {
    background: none;
    height: auto;
  }
  .expo-minicultivator-maintxt img {
    width: 90%;
  }
  .expo-minicultivator-mainvisual .tb_only {
    display: block;
  }
  .expo-minicultivator-mainvisual .tb_only+.sp_only {
    display: block!important;
  }
  .expo-minicultivator-mainvisual ul li a img {
    transition: all 0.2s;
  }
  .expo-minicultivator-mainvisual ul li a:hover img {
    transform: scale(1.1, 1.1);
    opacity: 0.8;
  }
  .expo-minicultivator-mainvisual ul.pc_only {
    display: none;
  }
  .expo-minicultivator-mainvisual .tb_block+.sp_only {
    display: block;
  }
  .expo-minicultivator-mainvisual .list_wh {
    width: 95%;
    margin: 30px auto 0;
    display: flex;
    justify-content: space-between;
  }
  .expo-minicultivator-mainvisual .list_wh li {
    margin: 0 0 15px;
    width: 24%;
  }
  .expo-minicultivator-mainvisual .list_wh+p {
    width: 120px;
    margin: 10px 2.5% 15px;
  }
  .expo-minicultivator-mainvisual .list_re {
    width: 95%;
    margin: 0 auto;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
  }
  .expo-minicultivator-mainvisual .list_re li {
    margin: 0 0 15px;
    width: 16%;
  }
}

@media screen and (max-width: 767px) {
  .expo-minicultivator-mainvisual {
    background: none;
    height: auto;
  }
  .expo-minicultivator-maintxt {
    padding: 20px 0;
    text-align: center;
  }
  .expo-minicultivator-mainvisual .sp_only {
    display: block!important;
  }
  .expo-minicultivator-mainvisual .tb_only {
    display: none;
  }
  .expo-minicultivator-mainvisual .list_wh {
    width: 80%;
    display: block;
    margin: 30px auto 40px;
  }
  .expo-minicultivator-mainvisual .list_wh li {
    margin: 0 0 15px;
    width: 100%;
  }
  .expo-minicultivator-mainvisual .list_wh+p {
    width: 35%;
    margin: 40px 5% 15px;
  }
  .expo-minicultivator-mainvisual .list_re {
    width: 90%;
    margin: 0 auto;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
  }
  .expo-minicultivator-mainvisual .list_re li {
    margin: 0 0 15px;
    width: 48%;
  }
  .tb_only {
    display: none;
  }
  .loadingBar {
    top:5%;
    z-index: 2147483642;
  }
}

.bgg {
  background: #F4F4EF;
}

.price-notice-txt {
  text-align: center;
  font-size: 19px;
}

@media screen and (max-width: 1110px) {
  .price-notice-txt {
    font-size: 1.3vw;
  }
}

@media screen and (max-width: 767px) {
  .price-notice-txt {
    font-size: 4vw;
    margin-top: 20px;
  }
}

@media screen and (max-width: 640px) {
  .slider {
    width: 350px;
    height: 350px;
    margin: 0 auto;
  }
  .expo-topmain h3 {
    position: absolute;
    left: 15%;
    top: 190px;
    z-index: 10;
    width: 70%;
  }
  .expo-topmain {
    background: url(/jp/agri/campaign/2025/06/expo/img/bg.png) no-repeat top center / 870px;
    height: auto;
    padding: 10px 0 0 0;
    position: relative;
  }
  .baloon_01 {
    position: absolute;
    width: 24px;
    left: 14%;
    top: 30px;
  }
  .baloon_02 {
    position: absolute;
    width: 24px;
    left: 80%;
    top: 20px;
  }
  .btns, .circle {
    display: none;
  }
  #pick h2 img {
    width: 60%;
  }
  #pick ul {
    display: block;
  }
  #pick ul li {
    width: 100%;
  }
  .news_border {
    border-radius: 7px;
    border: solid 2px #007346;
    display: block;
  }
  .news_border h2 br {
    display: none;
  }
  .news_border h2 {
    width: 100%;
    background: #007346;
    text-align: center;
    color: #fff;
    font-size: 1.2em;
    height: 100%;
    padding: 10px 0;
  }
  .news_border h2 img {
    width: 74px;
  }
  .news_border h2 span {
    font-size: 1em;
  }
  .news_border h2 span {
    font-size: 0.8em;
    margin: -20px 0 0 10px;
    position: relative;
    top: -7px;
  }
  .news_border .right_box {
    width: 100%;
    padding: 10px 20px 20px;
    background: #fff;
    box-sizing: border-box;
  }
  #news {
    background: url(/jp/agri/campaign/2025/06/expo/img/bg_news_sp.png) no-repeat center center / 528px;
    padding: 100px 0;
    margin: 10px 0 0;
  }
  .first .btn_green, .btn_gray, .btn_green {
    margin: 0 auto;
    width: 80%;
  }
  .bnrs {
    display: block;
  }
  .bnrs a {
    width: 100%;
  }
  .bnrs a+a {
    margin: 15px 0 0;
  }
  #next-content h2 {
    width: 90%;
    padding: 20px 0;
  }
  #next-content .first figure {
    width: 94%;
    position: relative;
    left: 10px;
  }
  #next-content h2 {
    width: 90%;
    padding: 20px 0 0;
    margin: 0 auto -25px;
  }
  #used {
    background: #fff;
    border-radius: 10px;
    border: 2px solid #007346;
    padding: 25px 15px 0;
    margin: 25px 0 0 0;
  }
  .flex_used li:nth-child(1) span, .flex_used li:nth-child(2) span, .flex_used li:nth-child(3) span {
    font-size: 4.5vw;
  }
  .flex_used a {
    transition: all 0.3s;
    display: block;
    width: 80%;
    margin: 0 auto;
  }
  .flex_used li:nth-child(1) p, .flex_used li:nth-child(2) p, .flex_used li:nth-child(3) p {
    margin: 0;
  }
  #next-content .bg2 .second ul li {
    width: 100%;
    margin: 0 0 50px;
    text-align: center;
  }
  #next-content .bg2 .second ul li:last-child {
    margin: 0;
  }
  #questionnaire-content h2 img.pc-tb_block {
    display: none;
  }
  #questionnaire-content h2 img {
    width: 100%;
    margin: 0 auto;
    display: inline-block;
  }
  #questionnaire-content h2 {
    width: 100%;
    margin: 0 auto;
    height: 120px;
    padding: 30px 0 0;
  }
  #next-content {
    padding: 0 0 80px;
  }
  #questionnaire-content:after {
    display: none;
  }
  #after-content h2 {
    width: 95%;
    margin: 0 auto 30px;
  }
  .questionnaire-box-sp ul {
    margin: 20px 0;
  }
  .questionnaire-box-sp {
    width: 95%;
    margin: 0 auto;
    position: relative;
    z-index: 2;
  }
  #questionnaire-content .btn_questionnaire {
    width: 90%;
    margin: 0 auto;
    position: relative;
    z-index: 2;
  }
  #questionnaire-content {
    padding: 0 0 40px;
  }
  #next-content .bg2 .second ul li {
    width: 100%;
    margin: 0 0 20px;
    text-align: center;
  }
  .sp_menu {
    width: 90%;
    margin: 15px auto 25px;
  }
  .sp_menu li {
    margin: 0 0 10px;
  }
  #questionnaire-content h2 img.sp_block {
    display: inline-block;
  }
}


/*//////////////スマート農機/////////////////////*/

.expo-smart_agri {
  background: #fff;
  width: 95%;
  max-width: 1251px;
  margin: 20px auto 0!important;
}

.expo-smart_agri p {
  text-align: center;
  font-size: 20px;
  font-weight: bold;
  margin: 30px 0 70px;
  line-height: 2.2;
}

.expo-smart_agri p br.expo_sp {
  display: none;
}

@media screen and (max-width: 640px) {
  .expo-smart_agri p br.expo_sp {
    display: block;
  }
  .expo-smart_agri p {
    font-size: 18px;
    line-height: 1.5;
  }
}


/*//////////////コラム/////////////////////*/
.expo_gbg{
  background: rgba(0,115,70,0.1);
  border-radius: 10px;
  font-weight: bold;
  font-size: 18px;
  padding: 25px 0;
  width: 48%;
  text-align: center;
}
.expo_gbg_100{
  background: rgba(0,115,70,0.1);
  border-radius: 10px;
  font-weight: bold;
  font-size: 18px;
  padding: 25px 0;
  width: 100%;
  text-align: center;
}
.expo_gbg_flex{
  display: flex;
  justify-content: space-between;
  width: 80%;
  margin: 0 auto;
}
.expo-font {
  font-size: 16px!important;
}
.expo_arrow{
  text-align: center;
  color:#007346;
  font-size: 26px;
  padding: 30px 0 0;
  margin: 30px 0 20px;
  font-weight: bold;
  background: url(/jp/agri/campaign/2025/06/expo/report/img/arrow.png) no-repeat top center;
}
.expo_arrow + p{
  font-size: 20px;
  font-weight: bold;
  text-align: center;
}
.expo-center {
  margin: 40px auto!important;
  display: block!important;
}

.report-mainvisual {
  text-align: center;
}

.report-mainvisual img {
  max-width: 923px;
  width: 95%;
  margin: 20px 0 0 0;
}

.hdg-expo-org-02 {
  color: #007346;
  font-size: 28px;
  text-align: center;
  border-bottom: solid 1px #DDDDDD;
  padding: 0 0 5px;
  margin: 0 0 25px;
}

.expo-reverse {
  flex-direction: row-reverse;
}

.hdg-expo-org-03 {
  font-weight: bold;
  font-size: 20px;
  border-bottom: solid 1px #ddd;
  padding: 0 0 5px;
  margin: 0 0 20px;
}

.hdg-expo-org-04 {
  display: inline-block;
  color: #fff;
  font-size: 18px;
  padding: 5px 20px;
  background: #007346;
  border-radius: 25px;
  margin: 0 0 10px;
}

.hdg-expo-org-05{
  font-size: 20px;
  font-weight: bold;
  text-align: center;
  margin-bottom: 25px;
}

.hdg-expo-org {
  font-size: 26px;
  padding: 0 0 0 120px;
  margin: 0 0 30px;
}

.hdg-expo-org span {
  display: block;
  color: #007346;
  font-weight: bold;
  font-size: 17px;
}

.hdg-expo-org_01 {
  background: url(/jp/agri/campaign/2025/06/expo/report/img/column_01.png) no-repeat left top;
}

.hdg-expo-org_02 {
  background: url(/jp/agri/campaign/2025/06/expo/report/img/column_02.png) no-repeat left top;
  padding: 36px 0 0 120px;
}

.hdg-expo-org_03 {
  background: url(/jp/agri/campaign/2025/06/expo/report/img/column_03.png) no-repeat left top;
  padding: 36px 0 0 120px;
}

.hdg-expo-org_04 {
  background: url(/jp/agri/campaign/2025/06/expo/report/img/column_04.png) no-repeat left top;
  padding: 36px 0 0 120px;
}

.report-under-mainvisual {
  text-align: center;
}

.report-under-mainvisual img {
  max-width: 1110px;
  width: 100%;
  margin: 20px 0 0 0;
}

.expo-personal {
  width: 95%;
  max-width: 700px;
  margin: 0 auto;
}

.expo-bg {
  background: #F4F4EF;
  padding: 20px 30px 10px;
}

.w30 {
  width: 30%!important;
}

.w30 .image {
  margin: 20px 0 0 0;
}

.w65 {
  width: 60%!important;
  padding: 0!important;
}

.w55 {
  width: 50%!important;
  padding: 0!important;
}

.w45 {
  width: 40%!important;
  padding: 0!important;
}

.expo-lay {
  justify-content: space-between;
}

.expo-fcenter {
  align-items: center;
}

.expo-bgg {
  background: #F4F4EF;
  padding: 20px 0 80px;
  margin: 0 0 50px;
}

.expo-inner {
  max-width: 1110px;
  width: 95%;
  margin: 0 auto;
}

#expo-content-02 {
  max-width: 1110px;
  margin: 0 auto;
  width: 95%;
}

.hdg-expo-org-gr {
  background: #007346;
  color: #fff;
  text-align: center;
  font-size: 30px;
  padding: 10px 0;
}

.expo-column-nav {
  overflow: hidden;
  padding: 10px 40px 0;
}

.expo-column-nav li {
  float: left;
  width: 320px;
  margin: 0 20px 20px 0;
}

.expo-column-nav li:nth-child(3) {
  margin: 0 0 20px 0;
}

.expo-column-nav li a:hover {
  opacity: 0.8;
}

.expo-sec-cmn {
  background: #fff;
  padding: 45px 55px 35px;
  margin: 50px 0 0;
  border-radius: 6px;
}

.expo-sec-cmn h3 {
  text-align: center;
  margin: 0 0 40px;
}

.expo-sec-cmn h3 span {
  text-align: center;
  font-size: 28px;
  color: #007346;
  padding: 10px 20px;
  border: solid 2px #ddd;
  display: inline-block;
}
.image.expo_wide80{
  max-width: 678px;
  margin: 0 auto;
  width: 100%;
}
.expo-sec-cmn h3 img {
  width: 20px;
  margin: 0 20px 0 0;
  display: inline-block;
  padding: 0 15px 0 0;
  position: relative;
  top: -3px;
  border-right: 1px solid rgba(0, 115, 70, 0.4);
}
.expo_gbg_flex{
  position: relative;
}
.expo_gbg_flex:before{
  content: "";
  position: absolute;
  display: block;
  height: 96px;
  width: 96px;
  left: -48px;
  top: -48px;
  background: url(/jp/agri/campaign/2025/06/expo/report/img/voice.png) no-repeat left center / 96px;
}

#anc04.expo-sec-cmn h3+p {
  width: 350px;
}

#anc05.expo-sec-cmn h3+p {
  width: 640px;
}

.expo-sec-cmn h3+p span {
  color: #007346;
}

.expo-sec-cmn h3+p+figure {
  width: 324px;
  margin: 50px auto;
}

.expo-sec-cmn h3+p+figure+p {
  font-size: 20px;
  font-weight: bold;
  text-align: center;
}

#anc01.expo-sec-cmn .image {
  width: 678px;
  margin: 0 auto;
}

.expo-adjust {
  margin: -10px 0 0!important;
}

.expo-border {
  border: solid 1px #ddd;
  padding: 20px 20px 0 20px;
}

.hdg-expo-org-gr br {
  display: none;
}

.expo_pc {
  display: inline;
}

.expo_sp {
  display: none;
}

.expo-link-op {
  color: #333!important;
  text-decoration: none!important;
}

.expo-link-op:hover {
  opacity: 0.8;
}

.expo-link-adjust {
  padding: 30px 0 0 0;
  margin: -30px 0 0 0;
}

@media screen and (max-width: 1160px) {
  .expo-column-nav li {
    float: left;
    width: 31%;
    margin: 0 2% 20px 0;
  }
  .expo-column-nav {
    padding: 10px 0 0;
  }
}

@media screen and (max-width: 640px) {
  .expo_gbg{
    font-size: 16px;
    padding: 15px 0;
    width: 100%;
    text-align: center;
  }
  .expo_arrow + p {
    font-size: 16px;
    font-weight: bold;
    text-align: left;
  }
  .expo_gbg + .expo_gbg{
    margin: 10px 0 0;
  }
  .expo_gbg_flex:before{
    display: none;
  }
  .expo_gbg_100{
    font-size: 16px;
    padding: 15px 0;
    width: 100%;
    text-align: center;
  }
  .expo_gbg_flex{
    width: 100%;
    display: block;
  }
  .expo-font {
    font-size: 16px!important;
  }
  .expo_arrow {
    font-size: 24px;
    padding: 20px 0 0;
    margin: 20px 0 10px;
    font-weight: bold;
    background: url(/jp/agri/campaign/2025/06/expo/report/img/arrow.png) no-repeat top center;
  }
  .report-mainvisual img {
    width: 70%;
    margin: 20px 0 0 0;
  }
  .report-under-mainvisual img {
    width: 95%;
  }
  .expo-btn {
    width: 100%!important;
  }
  .hdg-expo-org {
    font-size: 19px;
    position: relative;
  }
  .hdg-expo-org span {
    position: absolute;
    left: 90px;
    top: 30px;
    font-size: 20px;
  }
  .hdg-expo-org_01 {
    background: url(/jp/agri/campaign/2025/06/expo/report/img/column_01.png) no-repeat left top / 80px;
    padding: 90px 0 0;
  }
  .hdg-expo-org_02 {
    background: url(/jp/agri/campaign/2025/06/expo/report/img/column_02.png) no-repeat left top / 80px;
    padding: 90px 0 0;
  }
  .hdg-expo-org_03 {
    background: url(/jp/agri/campaign/2025/06/expo/report/img/column_03.png) no-repeat left top / 80px;
    padding: 90px 0 0;
  }
  .hdg-expo-org_04 {
    background: url(/jp/agri/campaign/2025/06/expo/report/img/column_04.png) no-repeat left top / 80px;
    padding: 90px 0 0;
  }
  .expo-wide {
    width: 110%;
    position: relative;
    left: -5%;
  }
  .hdg-expo-org-02 {
    font-size: 20px;
    text-align: left;
    padding: 0 0 5px;
    margin: 0 0 15px;
  }
  .expo-bg {
    background: #F4F4EF;
    padding: 0 15px 10px;
  }
  .w65 {
    margin: -10px 0 0 0!important;
  }
  .w30 {
    margin: -5px 0 0 0!important;
  }
  .hdg-expo-org-gr {
    font-size: 5vw;
  }
  .hdg-expo-org-gr br {
    display: inline-block;
  }
  .expo-column-nav {
    overflow: hidden;
    padding: 15px;
  }
  .expo-column-nav li {
    float: none;
    width: 100%;
    margin: 0 0 10px 0;
  }
  .expo-sec-cmn {
    background: #fff;
    padding: 25px 15px 35px;
    margin: 30px 0 0;
    border-radius: 6px;
  }
  .expo-sec-cmn h3+p+figure {
    width: 60%;
    margin: 20px auto;
  }
  .expo-sec-cmn h3+p+figure+p {
    font-size: 18px;
    font-weight: bold;
    text-align: left;
  }
  .expo-bgg .lyt-column-01 .column .doc-plain-01 {
    font-size: 16px;
  }
  #anc04.expo-sec-cmn h3+p {
    width: 100%;
  }
  #anc05.expo-sec-cmn h3+p {
    width: 100%;
  }
  .expo-bgg .lyt-column-01 .column h4 {
    font-size: 20px;
    margin: 0 0 15px;
  }
  #anc01.expo-sec-cmn .image {
    width: 100%;
    margin: 0 auto;
  }
  .expo-sec-cmn h3 span {
    text-align: center;
    font-size: 22px;
  }
  .expo-sec-cmn h3 img {
    width: 18px;
    margin: 0 15px 0 0;
    display: inline-block;
    padding: 0 10px 0 0;
    position: relative;
    top: -1px;
    border-right: 1px solid rgba(0, 115, 70, 0.4);
    ;
  }
  #anc03 .expo-border .image {
    width: 100%;
    max-width: 100%;
  }
  .expo_pc {
    display: none;
  }
  .expo_sp {
    display: inline;
  }
  .mtaj{
    margin: 10px 0 10px!important;
  }
}

.expo-inline-block{
  display: inline-block;
}
.reverse a{
}
.reverse a figure{
  position: absolute;
  top: 0;
  left: 0;
}
.reverse a figure.front{

}
.reverse a figure.back{
  transform: rotateX(-180deg);
}
.reverse a:hover{
  transform: none;
}


body {
  width: 100%;
}

.ani{
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
  　-webkit-transform: perspective(2px) translateZ(0);
  　transform: perspective(2px) translateZ(0);
}

/* アニメーション */
@-webkit-keyframes hvr-pulse {
  25% {
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
  }
  75% {
    -webkit-transform: scale(0.97);
    transform: scale(0.97);
  }
}
@keyframes hvr-pulse {
  25% {
    -webkit-transform: scale(1.03);
    transform: scale(1.03);
  }
  75% {
    -webkit-transform: scale(0.97);
    transform: scale(0.97);
  }
}

/* マウスオーバー時 */
.ani:hover, .ani:focus, .ani:active {
  -webkit-animation-name: hvr-pulse;
  animation-name: hvr-pulse;
  -webkit-animation-duration: 0.4s;
  animation-duration: 0.4s;
  -webkit-animation-timing-function: linear;
  animation-timing-function: linear;
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
  cursor: pointer;
  opacity: 1!important;
}


.entry_end_lead{
  font-size: 1.6em;
  color: #dc1e37;
  text-align: center;
  font-weight: bold;
}
.entry_end_lead br{
  display:none;
}
@media screen and (max-width: 767px) {
  .entry_end_lead br{
    display:block;
  }
}

.price_txt{
  text-align: center;
  font-size: 180%;
  font-weight: bold;
  color: #dc1e37;
  margin: 0 20px 100px;
}