body {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 400;
  width: 1280px;
  height: 800px;
  margin: 0 auto;
  background-color: #F2F2F2;
}
body.video-menu {
  overflow: scroll;
}
main {
  position: relative;
  text-align: center;
  padding-top: 40px;
}
.back-btn {
  position: absolute;
  top: 30px;
  left: 30px;
  z-index: 10;
}
.back-btn img {
  width: 54px;
  height: 54px;
}
.movie .back-btn {
  position: fixed;
}
.flex {
  display: flex;
  margin: 0 auto;
  flex-direction: row;
}
.flex li img {
  width: 246px;
  height: 246px;
}
nav {
  display: inline-block;
  margin-bottom: 202px;
}
nav ul {
  display: flex;
  justify-content: center;
}
nav ul li:after {
  content: "";
  width: 2px;
  height: 30px;
  background-color: #333;
  opacity: 0.2;
  display: inline-block;
  margin-left: 32px;
  margin-right: 32px;
}
nav ul li:last-child:after {
  display: none;
}
nav ul li a {
  color: #333;
  opacity: 0.3;
  font-size: 24px;
  font-weight: bold;
  line-height: 26px;
  letter-spacing: 1.92px;
  vertical-align: top;
}
nav ul li.current a {
  opacity: 1;
  pointer-events: none;
}

.iframe nav {
  margin-bottom: 40px;
}
/******* トップ *******/
.top {
  padding: 0;
  display: flex;
  justify-content: space-between;
}
.top .video-wrapper {
  position: relative;
  width: 1000px;
  height: 562.5px;
  /*background-color: #000;*/
  margin-bottom: 34px;
  margin-top: 30px;
}
.top .video-wrapper > video {
  width: 100%;
  height: 100%;
}
.top .left {
  margin-left: 20px;
}
.top .left img {
  width: 1015px;
  margin-left: -5px;
}
.top .right {
  margin-right: 25px;
  margin-top: 26px;
}
.top .right h2 {
  font-size: 22px;
  font-weight: bold;
  color: #597EA6;
  margin-bottom: 12px;
  margin-top: 10px;
}
.top .right ul li {
  margin-bottom: 3px;
}
.top .right ul li:nth-child(3) {
  padding-bottom: 12px;
  border-bottom: 1px solid #707070;
  margin-bottom: 13px;
}
.top .right img {
  width: 213px;
}

/******* メニュー *******/
.menu ul {
  width: 700px;
  padding-top: 237px;
  justify-content: space-between;
}
.menu ul li img {
  width: 300px;
  height: 300px;
}

@keyframes fadeInUp {
  from {
    opacity: 0;
    transform: translateY(20px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}

.animated-element {
  animation: fadeInUp 1s ease-out forwards;
}

.menu .flex li.convergence:first-child {
  animation: menu-collect1 0.5s forwards;
}
.menu .flex li.convergence:nth-child(2) {
  animation: menu-collect2 0.5s forwards;
}
@keyframes menu-collect1 {
  0% {
  transform: translateX(0px);
  }
  100% {
  transform: scale(0.82) translateX(-274px) translateY(-27px);
  }
}
@keyframes menu-collect2 {
  0% {
  transform: translateX(0px);
  }
  100% {
    transform: scale(0.82) translateX(-764px) translateY(-27px);
  }
}
/******* 動画でくわしく *******/
.movie .video-lists {
  margin-top: 60px;
  margin-left: 120px;
}
.movie .video-lists h2 {
  text-align: left;
  margin-bottom: 14px;
}
.movie .video-lists h2 img {
  height: 90px;
  width: auto;
}
.movie .video-lists ul li {
  text-align: left;
  margin-left: 40px;
  margin-bottom: 15px;
}
.movie .video-lists ul li:last-child {
  margin-bottom: 45px;
}
.movie .video-lists ul li img {
  width: 1000px;
  height: auto;
}

/************** 長く使える商品設計のヒミツ ***************/
.movie .quality ul li:first-child {
  animation: movie-list-deal01 0.5s forwards;
}
.movie .quality ul li:nth-child(2) {
  animation: movie-list-deal02 0.5s forwards;
}
.movie .quality ul li:last-child {
  animation: movie-list-deal03 0.5s forwards;
}

@keyframes movie-list-deal01 {
  0% {
  transform: translateY(-105px);
  }
  100% {
  transform: translateY(0px);
  }
}
@keyframes movie-list-deal02 {
  0% {
  transform: translateY(-255px);
  }
  100% {
  transform: translateY(0px);
  }
}
@keyframes movie-list-deal03 {
  0% {
  transform: translateY(-405px);
  }
  100% {
  transform: translateY(0px);
  }
}

/************** 鮮度と調理にこだわった食品保存のヒミツ ***************/
.movie .preservation h2 {
  animation: movie-list-deal04 0.5s forwards;
}
.movie .preservation ul li:first-child {
  animation: movie-list-deal05 0.5s forwards;
}
.movie .preservation ul li:nth-child(2) {
  animation: movie-list-deal06 0.5s forwards;
}
.movie .preservation ul li:nth-child(3) {
  animation: movie-list-deal07 0.5s forwards;
}
.movie .preservation ul li:last-child {
  animation: movie-list-deal08 0.5s forwards;
}
@keyframes movie-list-deal04 {
  0% {
  transform: translateY(-585px);
  }
  100% {
  transform: translateY(0px);
  }
}
@keyframes movie-list-deal05 {
  0% {
  transform: translateY(-700px);
  }
  100% {
  transform: translateY(0px);
  }
}
@keyframes movie-list-deal06 {
  0% {
  transform: translateY(-850px);
  }
  100% {
  transform: translateY(0px);
  }
}
@keyframes movie-list-deal07 {
  0% {
  transform: translateY(-1000px);
  }
  100% {
  transform: translateY(0px);
  }
}
@keyframes movie-list-deal08 {
  0% {
  transform: translateY(-1000px);
  }
  100% {
  transform: translateY(0px);
  }
}

/************** 家計にやさしい省エネのヒミツ ***************/
.movie .energy_saving h2 {
  animation: movie-list-deal09 0.5s forwards;
}
.movie .energy_saving ul li:first-child {
  animation: movie-list-deal10 0.5s forwards;
}
.movie .energy_saving ul li:nth-child(2) {
  animation: movie-list-deal11 0.5s forwards;
}

@keyframes movie-list-deal09 {
  0% {
  transform: translateY(-1000px);
  }
  100% {
  transform: translateY(0px);
  }
}
@keyframes movie-list-deal10 {
  0% {
  transform: translateY(-1000px);
  }
  100% {
  transform: translateY(0px);
  }
}
@keyframes movie-list-deal11 {
  0% {
  transform: translateY(-1000px);
  }
  100% {
  transform: translateY(0px);
  }
}

/******* 動画 *******/
.video-page {
  /* padding-bottom: 40px; */
  padding-top: 0;
  background-color: #000;
}
.black-back {
  background-color: #000;
}
.video-page .video-wrapper {
  position: relative;
  width: 1200px;
  height: 750px;
  overflow: hidden;
  margin: 0 auto;
}
.video-page .video-wrapper > video {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translateX(-50%) translateY(-50%);
  min-width: 100%;
  min-height: 100%;
}
