@charset "UTF-8";
html {
  -ms-scroll-chaining: none;
  overscroll-behavior: none;
}

.pc_co {
  display: block !important;
}

@media screen and (max-width: 767px) {
  .pc_co {
    display: none !important;
  }
}

.sp_co {
  display: none !important;
}

@media screen and (max-width: 767px) {
  .sp_co {
    display: block !important;
  }
}

.no_scroll {
  overflow: hidden !important;
}

@media screen and (max-width: 767px) {
  #footer {
    background: #004831;
  }
}

.bg-gray {
  display: none;
}

@media screen and (max-width: 767px) {
  .nav-footer_unit {
    display: none;
  }
}

@media screen and (max-width: 767px) {
  .nav-footer_speaker {
    margin-top: 0;
    padding-top: 20px;
  }
}

.nav-footer_title {
  border-bottom: 2px solid #C4D700;
}

.back-to-top {
  display: none;
}

main {
  overflow: hidden;
  background: #004831;
}

.page_top {
  background: #fff;
}

.kv {
  overflow: hidden;
  background: #004831;
}

.kv.js-opening .page_title, .kv.js-opening .swiper {
  opacity: 1;
}

.kv_inner {
  position: relative;
  top: -29px;
  padding: 0;
  overflow: hidden;
}

@media screen and (max-width: 767px) {
  .kv_inner {
    top: 0px;
  }
}

@media screen and (max-width: 767px) {
  .kv_inner.js-kv_inner::after {
    bottom: -25px;
  }
}

@media screen and (max-width: 767px) {
  .kv_inner.js-kv_inner .page_title {
    bottom: 205px;
  }
}

.kv_inner.js-gradation_move::after {
  bottom: -1px;
}

.kv_inner.js-gradation_show::after {
  bottom: -1px;
}

.kv_inner::after {
  content: "";
  position: absolute;
  left: 0px;
  bottom: -45px;
  z-index: 1;
  width: 100%;
  height: 51px;
  background-image: linear-gradient(180deg, rgba(34, 211, 238, 0) 0%, #004831 100%);
  transition: all 0.5s cubic-bezier(0.25, 0.46, 0.45, 0.94);
}

@media screen and (max-width: 767px) {
  .kv_inner::after {
    height: 55px;
    transition: all 0.4s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  }
}

.kv_inner .page_title {
  transition: 0.5s all cubic-bezier(0.445, 0.05, 0.55, 0.95);
  opacity: 0;
  position: absolute;
  z-index: 2;
  top: 339px;
  left: calc(50% + 6px);
  transform: translate(-50%, 0%);
}

@media screen and (max-width: 767px) {
  .kv_inner .page_title {
    top: unset;
    bottom: 124px;
    left: calc(50% + 2px);
  }
}

@media screen and (max-width: 767px) and (max-height: 600px) {
  .kv_inner .page_title {
    bottom: 5px;
  }
}

.kv_inner .page_title img {
  max-width: unset;
}

@media screen and (max-width: 767px) {
  .kv_inner .page_title img {
    width: 332px;
  }
}

.kv_inner .swiper {
  transition: 0.5s all cubic-bezier(0.445, 0.05, 0.55, 0.95);
  opacity: 0;
}

.kv_inner .swiper .swiper-wrapper {
  transition-timing-function: ease-in-out !important;
}

.kv_inner .swiper .swiper-wrapper .swiper-slide {
  position: relative;
  height: 735px;
}

@media screen and (max-width: 767px) {
  .kv_inner .swiper .swiper-wrapper .swiper-slide {
    height: 100%;
  }
}

.kv_inner .swiper .swiper-wrapper .swiper-slide img {
  position: absolute;
  top: 0px;
  left: 50%;
  transform: translate(-50%, 0%);
  max-width: unset;
  width: 2000px;
  height: 735px;
  object-position: center;
}

@media screen and (max-width: 767px) {
  .kv_inner .swiper .swiper-wrapper .swiper-slide img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: top center;
  }
}

.about, .movie, .action, .contents {
  background: #004831;
}

.about .heading, .movie .heading, .action .heading, .contents .heading {
  text-align: center;
  line-height: 1;
}

.about p, .about a, .movie p, .movie a, .action p, .action a, .contents p, .contents a {
  font-family: "Noto Sans JP", "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", sans-serif;
  font-weight: 400;
  letter-spacing: 0;
  color: #C4D700;
  text-align: center;
}

.about {
  margin-top: -1px;
}

.about.js-opening .about_inner {
  opacity: 1;
}

.about_inner {
  padding-top: calc(162px - 32px);
  transition: 0.5s all cubic-bezier(0.445, 0.05, 0.55, 0.95);
  opacity: 0;
}

@media screen and (max-width: 767px) {
  .about_inner {
    padding-top: 46px;
  }
}

.about_inner .message {
  width: 1000px;
  margin: 0 auto;
}

@media screen and (max-width: 767px) {
  .about_inner .message {
    width: 315px;
  }
}

.about_inner .message img {
  position: relative;
  left: 30px;
  width: 498px;
}

@media screen and (max-width: 767px) {
  .about_inner .message img {
    left: 0px;
    width: 316px;
  }
}

.movie {
  padding-top: 169px;
}

@media screen and (max-width: 767px) {
  .movie {
    padding-top: 100px;
  }
}

@media screen and (max-width: 767px) {
  .movie.released .heading {
    margin-bottom: 25px;
  }
}

@media screen and (max-width: 767px) {
  .movie.released .title {
    margin-bottom: 15px;
    line-height: 1.5;
  }
}

.movie.released .thum {
  margin-bottom: 67px;
  line-height: 0;
}

@media screen and (max-width: 767px) {
  .movie.released .thum {
    margin-bottom: 30px;
  }
}

.movie.released .thum a {
  position: relative;
  z-index: 1;
  display: inline-block;
  border-radius: 30px;
  overflow: hidden;
  width: 700px;
  height: 400px;
}

@media screen and (max-width: 767px) {
  .movie.released .thum a {
    border-radius: 12px;
    width: 283px;
    height: 162px;
  }
}

.movie.released .thum a:hover img {
  transform: scale(1.05);
}

.movie.released .thum a::before, .movie.released .thum a::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.movie.released .thum a::before {
  z-index: 2;
  width: 100%;
  height: 100%;
  opacity: 0.5;
  background: #000;
}

.movie.released .thum a::after {
  z-index: 3;
  width: 47px;
  height: 61px;
  background: center center/contain no-repeat url(/sustainability/brand/assets/img/top/play_icon.svg);
  transform-origin: center;
}

@media screen and (max-width: 767px) {
  .movie.released .thum a::after {
    width: 18px;
    height: 24px;
  }
}

.movie.released .thum a img {
  transition: .3s all ease-out;
}

.movie .heading {
  margin-bottom: 60px;
}

@media screen and (max-width: 767px) {
  .movie .heading {
    margin-bottom: 30px;
  }
}

@media screen and (max-width: 767px) {
  .movie .heading img {
    width: 113px;
  }
}

.movie .title {
  margin-bottom: 25px;
  font-size: 24px;
  line-height: 36px;
}

@media screen and (max-width: 767px) {
  .movie .title {
    margin-bottom: 14px;
    font-size: 16px;
  }
}

@media screen and (max-width: 767px) {
  .movie .thum img {
    width: 283px;
  }
}

.movie .modal {
  pointer-events: none;
  opacity: 0;
  position: fixed;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 6;
  width: 1000px;
  height: 562px;
  transition: .3s all;
}

@media screen and (max-width: 767px) {
  .movie .modal {
    width: 100%;
    height: auto;
  }
}

.movie .modal.active {
  pointer-events: auto;
  opacity: 1;
}

.movie .modal_inner {
  position: relative;
}

@media screen and (max-width: 767px) {
  .movie .modal_inner {
    padding: 0 30px;
  }
}

@media screen and (max-width: 767px) {
  .movie .modal_inner .modal_close {
    display: none !important;
  }
}

.movie .modal_inner .iframe {
  line-height: 0;
}

@media screen and (max-width: 767px) {
  .movie .modal_inner .iframe {
    position: relative;
    padding-bottom: 56.25%;
  }
}

@media screen and (max-width: 767px) {
  .movie .modal_inner .iframe iframe {
    position: absolute;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
  }
}

.movie .modal_close {
  pointer-events: none;
  opacity: 0;
  position: fixed;
  top: 70px;
  right: 70px;
  z-index: 7;
  transition: .3s all;
}

@media screen and (max-width: 767px) {
  .movie .modal_close {
    position: fixed;
    top: 30px;
    right: 30px;
  }
}

.movie .modal_close.active {
  pointer-events: auto;
  opacity: 1;
}

@media screen and (max-width: 767px) {
  .movie .modal_close img {
    width: 25px;
  }
}

.movie .modal_close:hover {
  transform: scale(1.2);
}

.movie .modal_bg {
  pointer-events: none;
  position: fixed;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 5;
  width: 100vw;
  height: 100vh;
  background: transparent;
  transition: .3s all;
}

.movie .modal_bg.active {
  pointer-events: auto;
  background: rgba(0, 0, 0, 0.4);
  -webkit-backdrop-filter: blur(5px);
  backdrop-filter: blur(5px);
}

.movie .link a {
  position: relative;
  display: block;
  width: 210px;
  margin: 0 auto;
  font-size: 24px;
  line-height: 1;
  text-align: left;
  transition: .3s all ease-out;
  opacity: 1;
}

@media screen and (max-width: 767px) {
  .movie .link a {
    width: 135px;
    font-size: 16px;
  }
}

.movie .link a:hover {
  opacity: .8;
}

.movie .link a::before {
  content: "";
  position: absolute;
  left: 0;
  bottom: -9px;
  width: 170px;
  height: 1px;
  margin: 0 auto;
  background: #C4D700;
}

@media screen and (max-width: 767px) {
  .movie .link a::before {
    bottom: -3px;
    width: 114px;
  }
}

.movie .link a::after {
  content: "";
  position: absolute;
  top: 50%;
  right: 0px;
  transform: translate(0%, -50%);
  width: 20px;
  height: 26px;
  background: center center/cover no-repeat url(/sustainability/brand/assets/img/top/movie_link_arrow.png);
}

@media screen and (max-width: 767px) {
  .movie .link a::after {
    top: calc(50% + 1px);
    width: 11px;
    height: 14px;
  }
}

.action {
  padding-top: 160px;
}

@media screen and (max-width: 767px) {
  .action {
    padding-top: 100px;
  }
}

@media screen and (max-width: 767px) {
  .action.released {
    padding-top: 129px;
  }
}

.action .heading {
  margin-bottom: 35px;
}

@media screen and (max-width: 767px) {
  .action .heading {
    margin-bottom: 20px;
  }
}

@media screen and (max-width: 767px) {
  .action .heading img {
    width: 132px;
  }
}

.action .description {
  margin-bottom: 70px;
  font-size: 20px;
  line-height: 1;
}

@media screen and (max-width: 767px) {
  .action .description {
    margin-bottom: 32px;
    font-size: 14px;
    line-height: 22px;
  }
}

.action .banner_list {
  display: flex;
  justify-content: center;
}

@media screen and (max-width: 767px) {
  .action .banner_list {
    flex-direction: column;
  }
}

.action .banner_list li {
  margin-right: 40px;
}

@media screen and (max-width: 767px) {
  .action .banner_list li {
    margin-right: 0px;
    margin-bottom: 35px;
  }
}

.action .banner_list li:last-child {
  margin-right: 0px;
}

@media screen and (max-width: 767px) {
  .action .banner_list li:last-child {
    margin-bottom: 0px;
  }
}

.action .banner_list li .title {
  margin-bottom: 24px;
  font-size: 20px;
  line-height: 1;
}

@media screen and (max-width: 767px) {
  .action .banner_list li .title {
    margin-bottom: 16px;
    font-size: 14px;
  }
}

.action .banner_list li .title .top, .action .banner_list li .title .bottom {
  display: block;
  font-size: 20px;
  line-height: 1;
  text-align: center;
}

@media screen and (max-width: 767px) {
  .action .banner_list li .title .top, .action .banner_list li .title .bottom {
    font-size: 14px;
  }
}

.action .banner_list li .title .top {
  margin-bottom: 20px;
}

@media screen and (max-width: 767px) {
  .action .banner_list li .title .top {
    margin-bottom: 12px;
  }
}

.action .banner_list li .link {
  overflow: hidden;
  width: 480px;
  height: 160px;
  margin: 0 auto;
}

@media screen and (max-width: 767px) {
  .action .banner_list li .link {
    width: 274px;
    height: 91px;
  }
}

.action .banner_list li .link:hover img {
  transform: scale(1.05);
}

.action .banner_list li .link img {
  transition: .3s all ease-out;
}

@media screen and (max-width: 767px) {
  .action .banner_list li .link img {
    width: 274px;
  }
}

.contents {
  padding: 200px 0 220px;
  border-bottom: 2px solid #C4D700;
}

@media screen and (max-width: 767px) {
  .contents {
    padding: 100px 0;
    border-bottom: 1px solid #C4D700;
  }
}

@media screen and (max-width: 767px) {
  .contents .message img {
    width: 288px;
  }
}
