body {
  margin: 0;
}

body.is_popup {
  height: 100vh;
}

/* common 
 ------------------------------------------------------------*/
html .main-wrapper.climate {
  font-size: 62.5%;
}
.main-contents-climate {
  color: #131111;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 16px;
}
@media (max-width: 1000px) {
  html .main-wrapper.climate {
    font-size: 1vw;
  }
}
@media (max-width: 834px) {
  html .main-wrapper.climate {
    font-size: 62.5%;
  }
  .main-contents-climate {
    font-size: 14px;
  }
}
.main-wrapper.climate a {
  color: inherit;
}
.main-wrapper.climate img {
  max-width: 100%;
}
.main-wrapper.climate {
  position: relative;
  z-index: 2;
  overflow: hidden;
}
.main-wrapper.climate:before {
  content: "";
  position: fixed;
  left: 0;
  top: 0;
  z-index: -1;
  width: 100%;
  height: 100vh;
  background: url(../image/bg_texture_pc.jpg) no-repeat center;
  background-size: cover;
}
.main-wrapper.climate p {
  line-height: 1.75;
}

.main-kv img {
  object-fit: cover;
  width: 100%;
  height: 100%;
}

.is-hide {
  display: none;
}

.inner {
  padding: 0 50px;
  margin: 0 auto;
  max-width: 1100px;
}

.head-large {
  margin-bottom: 50px;
  font-weight: 700;
}
.head-large p + p {
  margin-top: 10px;
}
.head-large .jap {
  line-height: 1.3;
  font-size: 40px;
  margin-bottom: 16px;
}
.head-large .jap::first-letter {
  color: #d80c18;
}
.head-large .eng {
  line-height: 1;
  color: #94d80c;
  font-size: 18px;
}

.anchor-area {
  position: relative;
}
.anchor-area .anchor {
  position: absolute;
  top: -100px;
}

.btn-link {
  display: inline-block;
  position: relative;
  height: 66px;
  width: 100%;
  max-width: 434px;
  background: #94d80c;
  border-radius: 50px;
}
.btn-link:before {
  content: attr(data-title);
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  right: 10px;
  bottom: 10px;
  transition-duration: 0.5s;
  width: 100%;
  height: 100%;
  background: #d80c18;
  border-radius: 50px;
  color: #fff;
  font-size: 18px;
  font-weight: 700;
}
.btn-link.small-st {
  height: 45px;
  max-width: 280px;
}
.btn-link.small-st:before {
  right: 6px;
  bottom: 5px;
  font-size: 14px;
}
.end-btn {
  margin-top: 32px;
  text-align: center;
}

/* hover */
@media (min-width: 768px) {
  .is-sp {
    display: none;
  }

  .btn-link:hover:before {
    right: 0;
    bottom: 0;
  }
}
/* sp */
@media (max-width: 767px) {
  .is-pc {
    display: none;
  }

  .inner {
    padding: 0 16px;
  }

  .head-large {
    margin-bottom: 40px;
  }
  .head-large .jap {
    font-size: 28px;
    margin-bottom: 8px;
  }
  .head-large .eng {
    font-size: 16px;
  }

  .btn-link {
    height: 42px;
    max-width: 280px;
  }
  .btn-link:before {
    right: 4px;
    bottom: 6px;
    font-size: 14px;
  }
}

/* page 
------------------------------------------------------------*/
.top-wrap {
  padding: 100px 0 0;
}
.top-wrap .display {
}
.top-wrap .display .info {
  width: 60%;
  max-width: 600px;
}
.top-wrap .display .img {
  margin: -220px -150px 0 auto;
  width: 69.5%;
  max-width: 695px;
}

.fact-wrap {
  padding: 60px 0 0;
}
.fact-wrap .fact-inner {
  margin: 0 auto;
  max-width: 900px;
}
.fact-head {
  margin-bottom: 32px;
  padding: 6px 10px;
  border-top: 2px solid #d80c18;
  border-bottom: 2px solid #94d80c;
  text-align: center;
  font-size: 20px;
  font-weight: 700;
}
.fact-greenhouse .display {
  display: flex;
  align-items: center;
  /* justify-content: space-between; */
  justify-content: space-evenly;
}
.fact-greenhouse .img {
  /* width: 50.5%; */
  text-align: center;
}
.fact-greenhouse .info {
  width: calc(49.5% - 40px);
  text-align: right;
}
.fact-greenhouse .amount {
  line-height: 1;
  color: #d80c18;
  font-size: 48px;
  font-weight: 700;
}
.fact-greenhouse .amount .num {
  font-size: 80px;
}
.fact-greenhouse .note {
  margin-top: 4px;
  font-size: 12px;
}

.fact-situation {
  margin-top: 40px;
}
.fact-situation ul {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 0 16px;
  padding: 0;
}
.fact-situation li {
  padding: 24px;
  background: #d80c18;
  border-radius: 8px;
  text-align: center;
  color: #fff;
}
.fact-situation li:nth-of-type(even) {
  background: #94d80c;
}
.fact-situation li .icon {
  margin: 0 auto 24px;
  max-width: 127px;
  text-align: center;
}
.fact-situation li .tit {
  display: flex;
  flex-direction: column;
  justify-content: center;
  margin-bottom: 24px;
  line-height: 1.3;
  font-size: 14px;
}
.fact-situation li .tit .foucs {
  display: block;
  font-weight: 700;
  font-size: 20px;
}
.fact-situation li .data {
  display: flex;
  justify-content: center;
  align-items: flex-end;
  line-height: 1;
  font-weight: 700;
  font-size: 40px;
}
.fact-situation li .data .plus {
  display: block;
  margin: 0 12px 8px 0;
}
.fact-situation li .data .num {
  margin-bottom: -8px;
  font-size: 72px;
}
.fact-situation li .note {
  margin-top: 16px;
  text-align: left;
  line-height: 1.5;
  font-size: 12px;
}

.fact-challenge {
  margin-top: 80px;
  padding: 40px 40px 56px;
  border-radius: 16px;
  border: 2px solid #94d80c;
}
.fact-challenge .title {
  padding: 0 0 30px;
  margin-bottom: 56px;
  border-bottom: 2px solid #94d80c;
}
.fact-challenge .head1 {
  margin-bottom: 40px;
  text-align: center;
  line-height: 1.3;
  color: #d80c18;
  font-size: 38px;
  font-weight: 700;
}
.fact-challenge .head1 .logo {
  display: block;
  margin: 0 auto 24px;
  width: 156px;
}
.fact-challenge .head2 {
  margin: 0 auto 40px;
  max-width: 686px;
  line-height: 1.6;
  font-size: 20px;
  font-weight: 500;
}
.fact-challenge .head3 {
  text-align: center;
  line-height: 1.3;
  color: #d80c18;
  font-size: 30px;
  font-weight: 700;
}
.fact-challenge .stadium {
  display: flex;
  justify-content: center;
  align-items: center;
}
.fact-challenge .stadium .icon {
  margin-right: 32px;
  width: 127px;
}
.fact-challenge .stadium .tit {
  color: #d80c18;
  font-size: 28px;
  font-weight: 700;
}
.fact-challenge .stadium .amount {
  line-height: 1;
  color: #d80c18;
  font-size: 48px;
}
.fact-challenge .stadium .amount .num {
  font-size: 64px;
}

.action-wrap {
  padding: 100px 0 0;
}
.action-head {
  color: #d80c18;
  font-size: 20px;
  font-weight: 700;
}
.action-display {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 32px 16px;
  border-top: 2px solid #d80c18;
  border-bottom: 2px solid #d80c18;
}
.action-display .img {
  width: calc(50% + 56px);
}
.action-display .img img {
  object-fit: cover;
  width: 100%;
  height: 100%;
}
.action-display .info {
  width: calc(50% - 88px);
}
.action-display .action-head {
  margin-bottom: 8px;
}
.action-display .txt {
  line-height: 1.75;
  letter-spacing: 0.03em;
}

.action-swiper {
  position: relative;
  margin-top: 48px;
}
.action-swiper .swiper-slide {
  height: auto;
  max-width: 900px;
  display: flex;
  align-items: stretch;
}
.action-swiper .action-display .action-head {
  margin-bottom: 16px;
}
.swiper-control {
  display: flex;
  align-items: center;
  justify-content: space-between;
  position: relative;
  margin: 32px auto 0;
  max-width: 750px;
}
.swiper-control .swiper-pagination {
  display: flex;
  align-items: center;
  justify-content: center;
  position: static;
  width: auto;
}
.swiper-control .swiper-pagination-bullet {
  opacity: 1;
  margin: 0 8px !important;
  width: 12px;
  height: 12px;
  background: #e5e5e5;
}
.swiper-control .swiper-pagination-bullet-active {
  background: #d80c18;
}
.swiper-control .swiper-button-prev,
.swiper-control .swiper-button-next {
  width: 49px;
  height: 49px;
  background: no-repeat center #d80c18;
  background-size: 75.5%;
}
.swiper-control .swiper-button-prev {
  background-image: url(../image/icon_left.svg);
}
.swiper-control .swiper-button-next {
  background-image: url(../image/icon_right.svg);
}

.action-swiper .action-display {
  padding: 40px 24px;
  /* height: 100%; */
  background: #f7ffe6;
  border: 3px solid #94d80c;
  border-radius: 16px;
}
.action-swiper .action-display .img {
  width: calc(60% - 10px);
}
.action-swiper .action-display .info {
  width: calc(36% + 12px);
}
.action-swiper .action-display .txt {
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 5;
}
.fancybox-bg {
  background: rgba(0, 0, 0, 0.8);
  /* background: transparent; */
  font-size: 0;
}
.fancybox-close-small {
  padding: 0;
  width: 40px;
  height: 40px;
  color: #1c1b1f;
}
.fancybox-close-small svg {
  opacity: 1;
  stroke-width: 2.5;
  color: #94d80c;
  width: 50px;
  height: 50px;
}
.fancybox-action {
  padding-top: 56px;
  max-width: 623px;
}
.fancybox-action .display {
  padding: 24px;
  background: #f7ffe6;
  border: 3px solid #94d80c;
  border-radius: 16px;
}
.fancybox-action .display .info {
  overflow-y: auto;
  height: 520px;
}
.fancybox-action .display .img {
  margin-bottom: 16px;
}
.fancybox-action .display .img img {
  width: 100%;
  object-fit: contain;
}
.fancybox-action .display .action-head {
  margin-bottom: 16px;
}
.fancybox-action .display .txt {
  line-height: 1.75;
  letter-spacing: 0.03em;
}
.movie-wrap {
  position: relative;
  z-index: 2;
  padding: 100px 0 80px;
}
.movie-wrap .bg {
  clip-path: polygon(0% 100px, 100% 0%, 100% 100%, 0% 100%);
  position: absolute;
  left: 0;
  top: 120px;
  bottom: 0;
  z-index: -1;
  width: 100%;
  background: url(../image/bg_grass.svg) no-repeat right -100px bottom -180px #d80c18;
}
.movie-wrap .head-large {
  margin-bottom: 56px;
}
.movie-wrap .sub {
  margin-bottom: 56px;
  text-align: center;
  line-height: 1.75;
  color: #fff;
  font-weight: 700;
}
.movie-wrap .movie-iframe {
  margin: 0 auto;
  max-width: 750px;
  color: #fff;
}
.movie-wrap .movie {
  position: relative;
  overflow: hidden;
  padding-top: 56.13%;
  border-radius: 16px;
}
.movie-wrap .movie iframe {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
  height: 100%;
}
.movie-wrap .movie-iframe .tit {
  margin-top: 8px;
  text-align: right;
  font-size: 14px;
  font-weight: 500;
}

.movie-wrap .btn-link:before {
  background: #f8b500;
}

.movie-wrap .pagetop {
  margin-top: 80px;
  text-align: center;
}
.movie-wrap .pagetop a {
  display: inline-block;
  padding-top: 32px;
  background-size: 24px;
  color: #fff;
  font-weight: bold;
}
.copy {
  background: #fff;
  color: #373737;
  font-size: 14px;
  text-align: center;
  font-weight: 500;
  padding: 16px 0;
  font-family: "Noto Sans JP";
}

.font-t {
  font-weight: 800;
  font-size: 38px;
}

.logos-wrap {
  display: flex;
  justify-content: center;
  gap: 0 16px;
  padding: 32px 16px;
  background: #333;
}

.logos-wrap img {
  width: 205px;
}

/* hover */
@media (min-width: 768px) {
}
/* sp */
@media (max-width: 767px) {
  .top-wrap {
    padding: 96px 0 0;
  }
  .top-wrap .display .info {
    width: auto;
  }
  .top-wrap .display .img {
    margin: 24px auto 0;
    width: auto;
  }

  .fact-wrap {
    padding: 80px 0 0;
  }
  .fact-head {
    margin: 0 auto 32px;
    padding: 8px 0;
    max-width: 311px;
    font-size: 16px;
  }
  .fact-greenhouse .display {
    display: block;
  }
  .fact-greenhouse .img {
    /* margin-bottom: 12px; */
    margin: 0 auto 12px;
    /* width: auto; */
    width: 40%;
    text-align: center;
  }
  .fact-greenhouse .info {
    padding: 0 16px;
    width: auto;
    text-align: center;
  }
  .fact-greenhouse .amount {
    font-size: 32px;
  }
  .fact-greenhouse .amount .num {
    font-size: 64px;
  }
  .fact-greenhouse .note {
    margin-top: 12px;
    text-align: right;
  }
  .fact-situation ul {
    grid-template-columns: repeat(1, 1fr);
    gap: 16px 0;
  }
  .fact-situation li {
    position: relative;
    padding: 16px 16px 16px 124px;
  }
  .fact-situation li .icon {
    position: absolute;
    left: 16px;
    top: 50%;
    transform: translateY(-50%);
    margin: 0;
    max-width: 100px;
  }
  .fact-situation li .tit {
    margin-bottom: 12px;
    line-height: 1.5;
    font-size: 12px;
  }
  .fact-situation li .tit .foucs {
    line-height: 1.6;
    font-size: 16px;
  }
  .fact-challenge {
    margin-top: 48px;
    padding: 48px 16px;
  }
  .fact-challenge .head1 {
    margin-bottom: 24px;
    font-size: 28px;
  }
  .fact-challenge .head1 .logo {
    width: 134px;
  }
  .fact-challenge .head2 {
    margin-bottom: 32px;
    line-height: 1.6;
    font-size: 18px;
  }
  .fact-challenge .head3 {
    font-size: 24px;
  }
  .fact-challenge .title {
    padding: 0 0 24px;
    margin-bottom: 48px;
  }
  .fact-challenge .stadium {
    display: block;
  }
  .fact-challenge .stadium .icon {
    margin: 0 auto 8px;
    width: 100px;
  }
  .fact-challenge .stadium .info {
    text-align: center;
  }
  .fact-challenge .stadium .tit {
    font-size: 20px;
  }
  .fact-challenge .stadium .amount {
    font-size: 32px;
  }
  .fact-challenge .stadium .amount .num {
    font-size: 48px;
  }
  .action-wrap {
    padding: 80px 0 0;
  }
  .action-head {
    font-size: 16px;
  }
  .action-display {
    display: block;
    padding: 24px 16px;
  }
  .action-display .img {
    margin-bottom: 16px;
    width: auto;
  }
  .action-display .info {
    width: auto;
  }
  .action-display .txt {
    line-height: 1.7;
  }
  .action-display .end-btn {
    margin-top: 20px;
  }

  .action-swiper {
    margin: 40px auto 0;
    max-width: 343px;
  }
  .action-swiper .action-display {
    padding: 16px;
    border-width: 2px;
  }
  .action-swiper .action-display .img {
    margin-bottom: 16px;
    width: auto;
  }
  .action-swiper .action-display .info {
    -webkit-overflow-scrolling: touch;
    width: auto;
  }

  .swiper-control {
    margin-top: 24px;
  }
  .swiper-control .swiper-button-prev,
  .swiper-control .swiper-button-next {
    width: 37px;
    height: 37px;
    background-size: 75.5%;
  }
  .swiper-control .swiper-pagination-bullet {
    margin: 0 4px !important;
    width: 8px;
    height: 8px;
  }

  .fancybox-action {
    padding: 48px 16px 16px;
    max-width: 100%;
  }
  .fancybox-action .fancybox-close-small {
    right: 16px;
  }
  .fancybox-action .display {
    padding: 16px;
  }
  .fancybox-action .display .info {
    height: 450px;
  }
  .fancybox-action .display .img img {
    width: 100%;
  }

  .movie-wrap {
    padding: 80px 0;
  }
  .movie-wrap .bg {
    clip-path: polygon(0% 64px, 100% 0%, 100% 100%, 0% 100%);
    top: 120px;
    background-position: right -100px bottom -100px;
    background-size: 400px;
  }
  .movie-wrap .head-large {
    margin-bottom: 40px;
  }
  .movie-wrap .sub {
    margin-bottom: 24px;
    text-align: left;
  }
  .movie-wrap .movie-iframe .tit {
    font-size: 12px;
  }
  .movie-wrap .pagetop {
    margin-top: 72px;
  }

  .font-t {
    font-size: 35px;
  }

  .copy {
    font-size: 10px;
    padding: 12px 0;
  }
}
