#main {
  font-size: 10px;
}
#contents__move_ai {
  font-feature-settings: "palt" 1;
  font-size: 14px;
  margin: 0 auto;
  padding: 10px 0 0;
  overflow-x: hidden;
  font-family: Noto Sans JP, sans-serif;
  font-family: Roboto, sans-serif;
  font-weight: 300;
}
#contents__move_ai address,
#contents__move_ai blockquote,
#contents__move_ai div,
#contents__move_ai dl,
#contents__move_ai h1,
#contents__move_ai h2,
#contents__move_ai h3,
#contents__move_ai h4,
#contents__move_ai h5,
#contents__move_ai h6,
#contents__move_ai ol,
#contents__move_ai p,
#contents__move_ai pre,
#contents__move_ai th,
#contents__move_ai ul {
  font-weight: 300;
}
#contents__move_ai a {
  outline: none;
  text-decoration: none;
}
#contents__move_ai a:active,
#contents__move_ai a:hover {
  color: currentColor;
  outline: none;
  text-decoration: none;
}
#contents__move_ai sup {
  font-size: 0.8em;
  /* vertical-align: top; */
}
#contents__move_ai button {
  outline: none;
}
@media screen and (min-width: 1201px) {
  #contents__move_ai {
    font-size: 16px;
  }
}
@media screen and (min-width: 981px) and (max-width: 1201px) {
  #contents__move_ai {
    font-size: 16px;
  }
}
@media screen and (max-width: 768px) {
  #contents__move_ai {
    font-size: 14px;
  }
}
@media screen and (max-width: 480px) {
  footer.global_footer {
    margin-top: 0;
  }
}
.u-d--none,
.u-d--none-pc {
  display: none !important;
}
.u-d--inline_block,
.u-d--none-sp {
  display: inline-block;
}
@media screen and (max-width: 480px) {
  .u-d--none-pc {
    display: inline-block;
  }
  .u-d--none-sp {
    display: none !important;
  }
}
.u-mb--x1 {
  margin-bottom: 22.5px;
}
.u-mb--x2 {
  margin-bottom: 45px;
}
.u-mb--x3 {
  margin-bottom: 67.5px;
}
.u-mb--x4 {
  margin-bottom: 90px;
}
.u-mb--x6 {
  margin-bottom: 135px;
}
@media screen and (max-width: 768px) {
  .u-mb--x1 {
    margin-bottom: 15px;
  }
  .u-mb--x2 {
    margin-bottom: 30px;
  }
  .u-mb--x3 {
    margin-bottom: 45px;
  }
  .u-mb--x4 {
    margin-bottom: 60px;
  }
  .u-mb--x6 {
    margin-bottom: 90px;
  }
}
.u-mx--auto {
  margin-left: auto;
  margin-right: auto;
}
.u-bgcolor--lightblue {
  background-color: #f1f5ff;
}
.u-bgcolor--bluegray {
  background-color: #497180;
  color: #fff;
}
.u-c--black {
  color: #231815;
}
.u-c--white {
  color: #fff;
}
.u-c--bluegray {
  color: #497180;
}
.u-text--center {
  text-align: center;
}
.u-text--left {
  text-align: left;
}
.u-text--right {
  text-align: right;
}
.u-fw--700 {
  font-weight: 700;
}
.u-fw--400 {
  font-weight: 400;
}
.u-fw--300 {
  font-weight: 300;
}
.u-fw--100 {
  font-weight: 100;
}
.u-fs--title {
  font-size: 1.6em;
}
.u-fs--subtitle {
  font-size: 1.3em;
}
.u-fs--small {
  font-size: 0.65em;
}
br.u-br--pc {
  display: inline;
}
br.u-br--sp {
  display: none;
}
@media screen and (max-width: 480px) {
  .u-fs--title {
    font-size: 1.4em;
  }
  .u-fs--subtitle {
    font-size: 1.2em;
  }
  br.u-br--pc {
    display: none;
  }
  br.u-br--sp {
    display: inline;
  }
}
.u-img__responsive,
.u-img__responsive--full {
  display: block;
  height: auto;
  max-width: 100%;
  margin-left: auto;
  margin-right: auto;
}
.u-img__responsive--full {
  width: 100%;
}
.u-img__responsive--2x {
  display: block;
  height: auto;
  max-width: 50%;
  margin-left: auto;
  margin-right: auto;
}
.u-relative {
  position: relative;
}
.u-is__animate {
  -webkit-transition: opacity, -webkit-transform 0.5s ease(easeInOutQuart) 0;
  transition: opacity, -webkit-transform 0.5s ease(easeInOutQuart) 0;
  transition: opacity, transform 0.5s ease(easeInOutQuart) 0;
  transition: opacity, transform 0.5s ease(easeInOutQuart) 0, -webkit-transform 0.5s ease(easeInOutQuart) 0;
}
.u-is__animate.u--ready {
  opacity: 0;
  -webkit-transition-property: opacity, -webkit-transform;
  transition-property: opacity, -webkit-transform;
  transition-property: opacity, transform;
  transition-property: opacity, transform, -webkit-transform;
  -webkit-transition-duration: 0.5s;
  transition-duration: 0.5s;
  -webkit-transition-timing-function: ease(easeInOutBack);
  transition-timing-function: ease(easeInOutBack);
}
.u-is__animate.u--ready.u--leftin,
.u-is__animate.u--ready.u--leftin--dx1 {
  -webkit-transform: translate3d(-30px, 0, 0);
  transform: translate3d(-30px, 0, 0);
}
.u-is__animate.u--ready.u--leftin--dx1 {
  -webkit-transition-delay: 0.25s;
  transition-delay: 0.25s;
}
.u-is__animate.u--ready.u--rightin,
.u-is__animate.u--ready.u--rightin--dx1 {
  -webkit-transform: translate3d(30px, 0, 0);
  transform: translate3d(30px, 0, 0);
}
.u-is__animate.u--ready.u--rightin--dx1 {
  -webkit-transition-delay: 0.25s;
  transition-delay: 0.25s;
}
.u-is__animate.u--ready.u--bottomin {
  -webkit-transform: translate3d(0, 30px, 0);
  transform: translate3d(0, 30px, 0);
}
.u-is__animate.u--ready.u--start {
  opacity: 1;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
}
.u-indent--x1 {
  text-indent: -1em;
  padding-left: 1em;
}
.u-indent--x1_5 {
  text-indent: -1.5em;
  padding-left: 1.5em;
}
.c-container {
  box-sizing: border-box;
  margin: 0 auto;
  max-width: 951px;
  padding: 0 15px;
  position: relative;
  width: auto;
}
.c-container.is--fluid {
  max-width: 100% !important;
  padding: 0;
}
.c-container .c-row {
  display: -webkit-box;
  display: flex;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}
.c-container .c-row .c-col {
  width: 100%;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
}
.c-container .c-row .c-col--50,
.c-container .c-row .c-col--50-100 {
  width: 50%;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
}
.c-container .c-row .c-col--50-100 {
  margin-bottom: 30px;
}
@media screen and (max-width: 768px) {
  .c-container .c-row .c-col--50-100 {
    width: 100%;
    min-height: 1px;
    padding-right: 15px;
    padding-left: 15px;
    margin-bottom: 30px;
  }
}
.c-contents__block {
  padding: 60px 0;
  position: relative;
  margin: 0 auto;
}
.c-contents__inner {
  margin: 0 auto;
  padding: 60px 30px;
  min-width: 700px;
  max-width: 1400px;
  text-align: center;
}
.c-contents__inner + .c-contents__inner {
  margin-top: 30px;
}
@media screen and (min-width: 1201px) {
  .c-contents__block {
    padding: 90px 0;
  }
  .c-contents__inner {
    padding: 90px 100px;
  }
}
@media screen and (min-width: 981px) {
  .c-contents__block {
    padding: 60px 0;
  }
  .c-contents__inner {
    padding: 60px 75px;
  }
}
@media screen and (min-width: 769px) and (max-width: 981px) {
  .c-contents__block {
    padding: 60px 0;
  }
  .c-contents__inner {
    padding: 60px 50px;
  }
}
@media screen and (max-width: 768px) {
  .c-contents__block {
    padding: 45px 0;
  }
  .c-contents__inner {
    min-width: 280px;
    padding: 45px 15px;
  }
  .c-contents__inner + .c-contents__inner {
    margin-top: 30px;
  }
}
.c-embed--responsive {
  position: relative;
  display: block;
  max-width: 720px;
  width: 100%;
  margin: 0 auto;
  padding: 0;
  overflow: hidden;
}
.c-embed--responsive:before {
  content: "";
  display: block;
  padding-top: 56.25%;
}
.c-embed--responsive__item {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: 0;
}
.c-button--border,
.c-button--link {
  font-feature-settings: "palt" 1;
  margin-left: auto;
  margin-right: auto;
  background-color: #e60000;
  border-radius: 0;
  box-sizing: border-box;
  color: #fff !important;
  cursor: pointer;
  display: block;
  font-weight: 300;
  line-height: 1;
  outline: none;
  width: 320px;
  padding: 0;
  position: relative;
  text-align: center;
  text-decoration: none;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.c-button--narrow {
  max-width: 260px;
}
.c-button--link {
  border: 1px solid transparent;
  padding: 15px;
}
.c-button--link:after {
  content: "＞";
  display: block;
  height: 1em;
  width: 1.2em;
  position: absolute;
  top: 50%;
  right: 15px;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}
.c-button--link:active,
.c-button--link:hover {
  background-color: #fff;
  border: 1px solid #e60000;
  color: #e60000 !important;
}
.c-button--link:active:after,
.c-button--link:hover:after {
  color: #e60000;
}
.c-button--border {
  border: 1px solid transparent;
}
.c-button--border:after,
.c-button--border:before {
  content: "";
  width: 0;
  height: 1px;
  position: absolute;
  -webkit-transition: all 0.2s linear;
  transition: all 0.2s linear;
  -webkit-transition-delay: 0;
  transition-delay: 0;
  background-color: #e60000;
}
.c-button--border:before {
  top: -1px;
  right: -1px;
}
.c-button--border:after {
  left: -1px;
  bottom: -1px;
}
.c-button--border span {
  display: block;
  outline: none;
  padding: 15px;
  text-decoration: none;
  text-shadow: 1px 1px 2px rgba(35, 24, 21, 0.3);
}
.c-button--border span:after,
.c-button--border span:before {
  content: "";
  height: 0;
  width: 1px;
  position: absolute;
  -webkit-transition: all 0.2s linear;
  transition: all 0.2s linear;
  -webkit-transition-delay: 0.2s;
  transition-delay: 0.2s;
  background-color: #fff;
}
.c-button--border span:before {
  top: -1px;
  left: -1px;
}
.c-button--border span:after {
  right: -1px;
  bottom: -1px;
}
.c-button--border:active,
.c-button--border:hover {
  background-color: #fff;
  color: #e60000 !important;
  outline: none;
  text-decoration: none;
}
.c-button--border:active:after,
.c-button--border:active:before,
.c-button--border:hover:after,
.c-button--border:hover:before {
  width: 100%;
}
.c-button--border:active span,
.c-button--border:hover span {
  outline: none;
  text-decoration: none;
  text-shadow: none;
}
.c-button--border:active span:after,
.c-button--border:active span:before,
.c-button--border:hover span:after,
.c-button--border:hover span:before {
  background-color: #e60000;
  height: 100%;
}
@media screen and (max-width: 480px) {
  .c-button--narrow {
    max-width: 220px;
  }
  .c-button--border,
  .c-button--link {
    width: 270px;
  }
}
.c-block--bordered {
  border: 1px solid #fff;
  color: #fff !important;
  padding: 0.5em;
  text-align: center;
}
.c-block--bordered a {
  color: #fff;
  width: 100%;
}
.c-block--bordered-bluegray {
  border: 1px solid #497180;
  padding: 0.5em;
  text-align: center;
}
.c-flex__wrapper {
  justify-content: space-around;
  -webkit-box-pack: center;
  justify-content: center;
  flex-wrap: wrap;
}
.c-flex__item--25,
.c-flex__wrapper {
  display: -webkit-box;
  display: flex;
  -webkit-box-align: center;
  align-items: center;
}
.c-flex__item--25 {
  box-sizing: border-box;
  -webkit-box-flex: 0;
  flex: 0 0 calc(25% - 15px);
  margin-right: 7.5px;
  margin-bottom: 0;
  margin-left: 7.5px;
  min-height: 4.5em;
  min-width: 23.5%;
}
@media screen and (max-width: 768px) {
  .c-flex__item--25 {
    -webkit-box-flex: 0;
    flex: 0 0 calc(50% - 15px);
    margin-bottom: 30px;
  }
}
@media screen and (max-width: 480px) {
  .c-flex__item--25 {
    -webkit-box-flex: 0;
    flex: 0 0 calc(100% - 15px);
    margin-bottom: 30px;
    min-width: 90%;
  }
}
.c-balloon {
  background: #497180;
  border-radius: 5px;
  color: #fff;
  display: inline-block;
  line-height: 1;
  margin: 0;
  padding: 7.5px 10px;
  position: relative;
  min-width: 30px;
  max-width: 120px;
}
.c-balloon:before {
  content: "";
  position: absolute;
  top: 100%;
  left: 35%;
  border: 10px solid transparent;
  border-top-color: #497180;
  border-right: 0;
}
.c-slide__box {
  height: 100%;
  list-style: none;
  margin: 0;
  overflow: hidden;
  opacity: 1;
  padding: 0;
  position: relative;
  width: 100%;
}
.c-slide__item {
  opacity: 1;
}
.c-slide__filter,
.c-slide__item,
.c-slide__main {
  height: 100%;
  margin: 0;
  overflow: hidden;
  padding: 0;
  min-height: 350px;
  position: absolute;
  width: 100%;
  top: 0;
  left: 0;
}
.c-slide__filter div,
.c-slide__main div {
  background: transparent none no-repeat scroll 50% 50% / cover;
  height: 100%;
  width: 100%;
}
.c-slide__main {
  z-index: 3;
}
.c-slide__filter {
  z-index: 1;
}
@media screen and (max-width: 480px) {
  .c-slide__filter,
  .c-slide__item,
  .c-slide__main {
    min-height: 100%;
  }
  .c-slide__filter div,
  .c-slide__main div {
    background: transparent none no-repeat scroll 50% 50% / cover;
  }
}
.c-modal .c-modal__checkbox {
  display: none;
}
.c-modal .c-modal__overlay {
  opacity: 0;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  width: 50%;
  position: absolute;
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0;
  left: 0;
  z-index: -100;
  -webkit-transform: scale(1);
  transform: scale(1);
  display: none;
  background-color: hsla(0, 0%, 100%, 0.75);
}
.c-modal .c-modal__wrap {
  background-color: #fff;
  border-radius: 0.2em;
  box-sizing: border-box;
  box-shadow: 5px 5px 5px rgba(0, 0, 0, 0.2);
  letter-spacing: 0.05em;
  line-height: 1.6;
  padding: 40px 65px;
  width: 65%;
  margin: 20px auto;
  max-height: 90vh;
  -ms-grid-row-align: center;
  align-self: center;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
  overflow-y: auto;
}
.c-modal .c-modal__wrap__inner {
  padding: 30px 0 60px;
  height: auto;
  width: 100%;
}
.c-modal .c-modal__wrap__inner .c-modal__inner--narrow {
  margin-left: auto;
  margin-right: auto;
  padding: 0 30px;
}
.c-modal .c-modal__wrap__inner .c-modal__inner--narrow p {
  max-width: 880px;
  margin-left: auto;
  margin-right: auto;
}
.c-modal .c-modal__overlay .c-modal__overlay--close {
  background: transparent;
  position: absolute;
  top: 0;
  left: 0;
  font-size: 15px;
  width: 100%;
  height: 100%;
  color: #d1d1d1;
}
.c-modal .c-modal__overlay .c-modal__overlay--close:hover {
  cursor: pointer;
  background-color: transparent;
  color: #4b5361;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.c-modal .c-modal__wrap--close {
  width: 100%;
  height: 100%;
  position: fixed;
  left: 0;
  top: 0;
  z-index: -100;
}
.c-modal input:checked ~ .c-modal__wrap--close {
  z-index: 9998;
}
.c-modal input:checked ~ .c-modal__overlay {
  -webkit-transform: scale(1);
  transform: scale(1);
  opacity: 1;
  z-index: 9997;
  overflow: auto;
  display: -webkit-box;
  display: flex;
  -webkit-animation-name: modalFadeIn;
  animation-name: modalFadeIn;
  -webkit-animation-duration: 0.5s;
  animation-duration: 0.5s;
}
.c-modal input:checked ~ .c-modal__overlay .c-modal__wrap {
  -webkit-transform: translateY(0);
  transform: translateY(0);
  z-index: 9999;
}
.c-modal .c-modal__overlay_text {
  color: #fff;
  font-size: 10px;
  position: fixed;
  bottom: 15px;
  right: 30px;
  text-shadow: 1px 1px 1px #497180;
}
#modal_01__text_deco {
  display: inline-block;
  vertical-align: middle;
  margin: 0 10px 0 0;
  padding: 0;
}
#modal_01__text_deco,
#modal_01__text_deco img {
  height: auto;
  width: 45px;
}
@media screen and (max-width: 768px) {
  .c-modal .c-modal__wrap {
    width: 80%;
    padding: 20px;
  }
}
@media screen and (max-width: 480px) {
  .c-modal .c-modal__wrap {
    background-color: #fff;
    width: 90%;
  }
  .c-modal .c-modal__wrap__inner .c-modal__inner--narrow {
    padding: 0;
  }
}
@-webkit-keyframes modalFadeIn {
  0% {
    display: none;
    opacity: 0;
  }
  1% {
    display: -webkit-box;
    display: flex;
    opacity: 0;
  }
  to {
    display: -webkit-box;
    display: flex;
    opacity: 1;
  }
}
@keyframes modalFadeIn {
  0% {
    display: none;
    opacity: 0;
  }
  1% {
    display: -webkit-box;
    display: flex;
    opacity: 0;
  }
  to {
    display: -webkit-box;
    display: flex;
    opacity: 1;
  }
}
#l-opening {
  -webkit-animation-name: openingDisappear;
  animation-name: openingDisappear;
  -webkit-animation-duration: 3s;
  animation-duration: 3s;
  -webkit-animation-timing-function: linear;
  animation-timing-function: linear;
  -webkit-animation-delay: 0;
  animation-delay: 0;
  -webkit-animation-iteration-count: 1;
  animation-iteration-count: 1;
  -webkit-animation-direction: normal;
  animation-direction: normal;
  -webkit-animation-fill-mode: forwards;
  animation-fill-mode: forwards;
  -webkit-animation-play-state: running;
  animation-play-state: running;
  background-color: #c7e6ff;
  z-index: 10000;
  display: -webkit-box;
  display: flex;
  -webkit-box-align: center;
  align-items: center;
  -webkit-box-pack: center;
  justify-content: center;
}
#l-opening,
#l-opening__bg {
  position: fixed;
  height: 100%;
  top: 0;
  left: 0;
  width: 100%;
}
#l-opening__bg {
  -webkit-animation-name: logoMove-2;
  animation-name: logoMove-2;
  -webkit-animation-duration: 3s;
  animation-duration: 3s;
  -webkit-animation-timing-function: linear;
  animation-timing-function: linear;
  -webkit-animation-delay: 0;
  animation-delay: 0;
  -webkit-animation-iteration-count: 1;
  animation-iteration-count: 1;
  -webkit-animation-direction: normal;
  animation-direction: normal;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  -webkit-animation-play-state: running;
  animation-play-state: running;
  background: transparent url(/ldm/slim/newproducts/moveai/img/bg_opening.png) no-repeat scroll 50% 50%/100% auto;
  z-index: 10010;
}
@-webkit-keyframes openingDisappear {
  0% {
    opacity: 1;
  }
  70% {
    opacity: 1;
  }
  to {
    opacity: 0;
  }
}
@keyframes openingDisappear {
  0% {
    opacity: 1;
  }
  70% {
    opacity: 1;
  }
  to {
    opacity: 0;
  }
}
@-webkit-keyframes logoMove-2 {
  0% {
    -webkit-filter: blur(3px);
    filter: blur(3px);
    -webkit-transform: scale(1.05);
    transform: scale(1.05);
    opacity: 0;
  }
  8% {
    -webkit-filter: blur(0);
    filter: blur(0);
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: 1;
  }
  50% {
    -webkit-filter: blur(0);
    filter: blur(0);
    opacity: 1;
  }
  to {
    -webkit-filter: blur(5px);
    filter: blur(5px);
    opacity: 0;
  }
}
@keyframes logoMove-2 {
  0% {
    -webkit-filter: blur(3px);
    filter: blur(3px);
    -webkit-transform: scale(1.05);
    transform: scale(1.05);
    opacity: 0;
  }
  8% {
    -webkit-filter: blur(0);
    filter: blur(0);
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: 1;
  }
  50% {
    -webkit-filter: blur(0);
    filter: blur(0);
    opacity: 1;
  }
  to {
    -webkit-filter: blur(5px);
    filter: blur(5px);
    opacity: 0;
  }
}
#contents__move_ai.is__inactive {
  opacity: 0;
}
#contents__move_ai.is__opend {
  opacity: 1;
  -webkit-transition: opacity 0.5s linear;
  transition: opacity 0.5s linear;
}
@media screen and (max-width: 480px) {
  #l-opening__bg {
    background: transparent url(/ldm/slim/newproducts/moveai/img/bg_opening.png) no-repeat scroll 50% 50% / auto 75%;
  }
}
#l-contents_kv {
  background: transparent url(/ldm/slim/newproducts/moveai/img/bg_kv_all.jpg) no-repeat scroll 50% 0 / cover;
  overflow: hidden;
  position: relative;
  min-height: 600px;
  z-index: 0;
}
#l-contents_kv,
#l-kv__inner {
  max-height: 600px;
  height: 100vh;
  width: 100%;
}
#l-kv__inner {
  display: -webkit-box;
  display: flex;
  -webkit-box-align: center;
  align-items: center;
  -webkit-box-pack: start;
  justify-content: flex-start;
  margin: 0 auto;
  max-width: 1200px;
  padding: 0 15px;
}
#l-kv__text,
#l-kv__text img {
  position: relative;
}
#l-kv__text img {
  display: block;
  max-width: 450px;
  z-index: 10;
}
#l-kv__text:before {
  content: "";
  background: transparent url(/ldm/slim/newproducts/moveai/img/img_kv_item.png) no-repeat scroll 50% 50% / cover;
  display: block;
  height: 300px;
  width: 300px;
  position: absolute;
  top: -135px;
  left: -140px;
  z-index: 1;
}
@media screen and (min-width: 1401px) {
  #l-kv__inner {
    padding: 0;
  }
}
@media screen and (max-width: 1400px) {
  #l-kv__inner {
    padding: 0 0 0 30px;
  }
}
@media screen and (max-width: 480px) {
  #l-contents_kv {
    background: transparent url(/ldm/slim/newproducts/moveai/img/bg_kv_all_sp.jpg) no-repeat scroll 50% 50%/100vw auto;
    overflow: hidden;
    max-height: 90vh;
    height: 90vh;
    width: 100%;
    z-index: 0;
  }
  #l-kv__inner {
    padding: 0 15px;
  }
  #l-kv__text img {
    max-width: 85%;
    width: 85%;
  }
}
#l-contents_01 .u-fs--title {
  display: inline-block;
  position: relative;
}
#l-contents_01 .u-fs--title:after {
  content: "";
  background-image: -webkit-gradient(linear, left top, right top, from(#549eff), color-stop(70%, #549eff), to(#4fff85));
  background-image: linear-gradient(90deg, #549eff 0, #549eff 70%, #4fff85);
  display: block;
  height: 2px;
  width: 75%;
  position: absolute;
  right: 0;
  bottom: -15px;
  left: 0;
  margin: 0 auto;
}
#l-contents_02 {
  margin-bottom: 80px;
}
#l-contents_02__wrapper {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 2fr;
  grid-template-columns: 1fr 2fr;
  -ms-grid-rows: 350px 350px;
  grid-template-rows: 350px 350px;
}
#l-contents_02__wrapper #l-contents_02__item_01 {
  -ms-grid-column: 1;
  -ms-grid-column-span: 1;
  grid-column: 1/2;
  -ms-grid-row: 1;
  -ms-grid-row-span: 1;
  grid-row: 1/2;
}
#l-contents_02__wrapper #l-contents_02__item_02 {
  -ms-grid-column: 1;
  -ms-grid-column-span: 1;
  grid-column: 1/2;
  -ms-grid-row: 2;
  -ms-grid-row-span: 1;
  grid-row: 2/3;
}
#l-contents_02__wrapper #l-contents_02__item_03 {
  -ms-grid-column: 2;
  -ms-grid-column-span: 1;
  grid-column: 2/3;
  -ms-grid-row: 1;
  -ms-grid-row-span: 2;
  grid-row: 1/3;
}
#l-contents_02__item_01 #l-slide__02_01_01 {
  z-index: 3;
}
#l-contents_02__item_01 #l-slide__02_01_01 .c-slide__main div {
  background-image: url(/ldm/slim/newproducts/moveai/img/slide_02_01_01.jpg);
}
#l-contents_02__item_01 #l-slide__02_01_02 {
  z-index: 1;
}
#l-contents_02__item_01 #l-slide__02_01_02 .c-slide__main div {
  background-image: url(/ldm/slim/newproducts/moveai/img/slide_02_01_02.jpg);
}
#l-contents_02__item_02 #l-slide__02_02_01 {
  background: transparent url(/ldm/slim/newproducts/moveai/img/slide_02_02_01_base.jpg) no-repeat scroll 50% 50% / cover;
  z-index: 3;
}
#l-contents_02__item_02 #l-slide__02_02_01 .c-slide__main div {
  background-image: url(/ldm/slim/newproducts/moveai/img/slide_02_02_01.png);
}
#l-contents_02__item_02 #l-slide__02_02_02 {
  background: transparent url(/ldm/slim/newproducts/moveai/img/slide_02_02_02_base.jpg) no-repeat scroll 50% 50% / cover;
  z-index: 1;
}
#l-contents_02__item_02 #l-slide__02_02_02 .c-slide__main div {
  background-image: url(/ldm/slim/newproducts/moveai/img/slide_02_02_02.png);
}
#l-contents_02__item_03 #l-slide__02_03_01 {
  z-index: 3;
}
#l-contents_02__item_03 #l-slide__02_03_01 .c-slide__main div {
  background-image: url(/ldm/slim/newproducts/moveai/img/slide_02_03_01.jpg);
}
#l-contents_02__item_03 #l-slide__02_03_01 .c-slide__filter div {
  background-image: url(/ldm/slim/newproducts/moveai/img/slide_02_03_01f.jpg);
}
#l-contents_02__item_03 #l-slide__02_03_02 {
  z-index: 1;
}
#l-contents_02__item_03 #l-slide__02_03_02 .c-slide__main div {
  background-image: url(/ldm/slim/newproducts/moveai/img/slide_02_03_02.jpg);
}
#l-contents_02__text_box {
  background-color: hsla(0, 0%, 100%, 0.9);
  box-sizing: border-box;
  display: -webkit-box;
  display: flex;
  -webkit-box-align: center;
  align-items: center;
  -webkit-box-pack: start;
  justify-content: flex-start;
  min-height: 200px;
  width: 60%;
  padding: 30px;
  position: absolute;
  right: 0;
  bottom: 90px;
}
#l-contents_02__text_title {
  -webkit-transition-delay: 0.1s;
  transition-delay: 0.1s;
}
#l-contents_02__text_text {
  line-height: 1.75;
  -webkit-transition-delay: 0.2s;
  transition-delay: 0.2s;
}
#l-contents_02__text_button {
  -webkit-transition-delay: 0.25s;
  transition-delay: 0.25s;
}
@media screen and (max-width: 480px) {
  #l-contents_02 {
    margin-bottom: 0;
  }
  #l-contents_02__wrapper {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: 1fr 1fr;
    grid-template-columns: 1fr 1fr;
    -ms-grid-rows: 175px 350px;
    grid-template-rows: 175px 350px;
  }
  #l-contents_02__wrapper #l-contents_02__item_01 {
    -ms-grid-column: 1;
    -ms-grid-column-span: 1;
    grid-column: 1/2;
    -ms-grid-row: 1;
    -ms-grid-row-span: 1;
    grid-row: 1/2;
  }
  #l-contents_02__wrapper #l-contents_02__item_02 {
    -ms-grid-column: 2;
    -ms-grid-column-span: 1;
    grid-column: 2/3;
    -ms-grid-row: 1;
    -ms-grid-row-span: 1;
    grid-row: 1/2;
  }
  #l-contents_02__wrapper #l-contents_02__item_03 {
    -ms-grid-column: 1;
    -ms-grid-column-span: 2;
    grid-column: 1/3;
    -ms-grid-row: 2;
    -ms-grid-row-span: 1;
    grid-row: 2/3;
  }
  #l-contents_02__text_box {
    position: relative;
    bottom: 0;
    padding: 15px;
    width: 100%;
  }
}
#l-contents_03__wrapper {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 2fr 1fr;
  grid-template-columns: 2fr 1fr;
  -ms-grid-rows: 350px 350px;
  grid-template-rows: 350px 350px;
}
#l-contents_03__wrapper #l-contents_03__item_01 {
  -ms-grid-column: 2;
  -ms-grid-column-span: 1;
  grid-column: 2/3;
  -ms-grid-row: 1;
  -ms-grid-row-span: 1;
  grid-row: 1/2;
}
#l-contents_03__wrapper #l-contents_03__item_02 {
  -ms-grid-column: 2;
  -ms-grid-column-span: 1;
  grid-column: 2/3;
  -ms-grid-row: 2;
  -ms-grid-row-span: 1;
  grid-row: 2/3;
}
#l-contents_03__wrapper #l-contents_03__item_03 {
  -ms-grid-column: 1;
  -ms-grid-column-span: 1;
  grid-column: 1/2;
  -ms-grid-row: 1;
  -ms-grid-row-span: 2;
  grid-row: 1/3;
}
#l-contents_03__item_01 #l-slide__03_01_01 {
  z-index: 3;
}
#l-contents_03__item_01 #l-slide__03_01_01 .c-slide__main div {
  background-image: url(/ldm/slim/newproducts/moveai/img/slide_03_01_01.jpg);
}
#l-contents_03__item_01 #l-slide__03_01_02 {
  z-index: 1;
}
#l-contents_03__item_01 #l-slide__03_01_02 .c-slide__main div {
  background-image: url(/ldm/slim/newproducts/moveai/img/slide_03_01_02.jpg);
}
#l-contents_03__item_02 #l-slide__03_02_01 {
  background: transparent url(/ldm/slim/newproducts/moveai/img/slide_03_02_01_base.jpg) no-repeat scroll 50% 50% / cover;
  z-index: 3;
}
#l-contents_03__item_02 #l-slide__03_02_01 .c-slide__main div {
  background-image: url(/ldm/slim/newproducts/moveai/img/slide_03_02_01.png);
}
#l-contents_03__item_02 #l-slide__03_02_02 {
  background: transparent url(/ldm/slim/newproducts/moveai/img/slide_03_02_02_base.jpg) no-repeat scroll 50% 50% / cover;
  z-index: 1;
}
#l-contents_03__item_02 #l-slide__03_02_02 .c-slide__main div {
  background-image: url(/ldm/slim/newproducts/moveai/img/slide_03_02_02.png);
}
#l-contents_03__item_03 #l-slide__03_03_01 {
  z-index: 3;
}
#l-contents_03__item_03 #l-slide__03_03_01 .c-slide__main div {
  background-image: url(/ldm/slim/newproducts/moveai/img/slide_03_03_01.jpg);
}
#l-contents_03__item_03 #l-slide__03_03_01 .c-slide__filter div {
  background-image: url(/ldm/slim/newproducts/moveai/img/slide_03_03_01f.jpg);
}
#l-contents_03__item_03 #l-slide__03_03_02 {
  z-index: 1;
}
#l-contents_03__item_03 #l-slide__03_03_02 .c-slide__main div {
  background-image: url(/ldm/slim/newproducts/moveai/img/slide_03_03_02.jpg);
}
#l-contents_03__text_box {
  background-color: hsla(0, 0%, 100%, 0.9);
  box-sizing: border-box;
  display: -webkit-box;
  display: flex;
  -webkit-box-align: center;
  align-items: center;
  -webkit-box-pack: end;
  justify-content: flex-end;
  min-height: 200px;
  width: 60%;
  padding: 30px;
  position: absolute;
  left: 0;
  bottom: 90px;
}
#l-contents_03__text_title {
  -webkit-transition-delay: 0.1s;
  transition-delay: 0.1s;
}
#l-contents_03__text_text {
  line-height: 1.75;
  -webkit-transition-delay: 0.2s;
  transition-delay: 0.2s;
}
#l-contents_03__text_button {
  -webkit-transition-delay: 0.25s;
  transition-delay: 0.25s;
}
@media screen and (max-width: 480px) {
  #l-contents_03__wrapper {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: 1fr 1fr;
    grid-template-columns: 1fr 1fr;
    -ms-grid-rows: 175px 350px;
    grid-template-rows: 175px 350px;
  }
  #l-contents_03__wrapper #l-contents_03__item_01 {
    -ms-grid-column: 1;
    -ms-grid-column-span: 1;
    grid-column: 1/2;
    -ms-grid-row: 1;
    -ms-grid-row-span: 1;
    grid-row: 1/2;
  }
  #l-contents_03__wrapper #l-contents_03__item_02 {
    -ms-grid-column: 2;
    -ms-grid-column-span: 1;
    grid-column: 2/3;
    -ms-grid-row: 1;
    -ms-grid-row-span: 1;
    grid-row: 1/2;
  }
  #l-contents_03__wrapper #l-contents_03__item_03 {
    -ms-grid-column: 1;
    -ms-grid-column-span: 2;
    grid-column: 1/3;
    -ms-grid-row: 2;
    -ms-grid-row-span: 1;
    grid-row: 2/3;
  }
  #l-contents_03__text_box {
    position: relative;
    bottom: 0;
    padding: 15px;
    width: 100%;
  }
}
#l-contents_05 img.u-img__responsive--2x {
  max-height: 34px;
}
#l-contents_05__balloon {
  display: block;
  position: absolute;
  top: -150%;
  left: -15%;
}
@media screen and (max-width: 480px) {
  #l-contents_05__balloon {
    display: block;
    position: relative;
    top: -13px;
    left: -5px;
    text-align: left;
  }
}
#l-contents_06 .c-contents__inner {
  padding-bottom: 30px;
}
#l-contents_06 .c-contents__inner + .c-contents__inner {
  margin-top: 0;
  padding-top: 30px;
  padding-bottom: 60px;
}
#l-contents_06 .c-block--bordered {
  padding: 0;
}
#l-contents_06 .c-block--bordered a {
  min-height: 4.5em;
  height: 4.5em;
  display: -webkit-box;
  display: flex;
  -webkit-box-align: center;
  align-items: center;
  -webkit-box-pack: center;
  justify-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  flex-direction: column;
  flex-wrap: wrap;
  padding: 0;
  position: relative;
  -webkit-transition: background-color 0.3s linear, color 0.3s linear;
  transition: background-color 0.3s linear, color 0.3s linear;
}
#l-contents_06 .c-block--bordered a:after {
  /*
  content: "＞";
  display: block;
  height: 1em;
  width: 1.2em;
  position: absolute;
  top: 50%;
  right: 15px;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  */
}
#l-contents_06 .c-block--bordered a:active,
#l-contents_06 .c-block--bordered a:hover {
  background-color: #fff;
  color: #497180;
}
#l-contents_06 .c-block--bordered a:active:after,
#l-contents_06 .c-block--bordered a:hover:after {
  color: #497180;
}
#l-contents_02__wrapper #l-contents_02__box_01,
#l-contents_02__wrapper #l-contents_02__box_02,
#l-contents_02__wrapper #l-contents_02__box_03 {
  opacity: 0;
}
#l-contents_02__wrapper.u--start #l-contents_02__box_01,
#l-contents_02__wrapper.u--start #l-contents_02__box_02,
#l-contents_02__wrapper.u--start #l-contents_02__box_03 {
  -webkit-animation-name: boxShow_r2l;
  animation-name: boxShow_r2l;
  -webkit-animation-duration: 0.5s;
  animation-duration: 0.5s;
  -webkit-animation-timing-function: linear;
  animation-timing-function: linear;
  -webkit-animation-delay: 0;
  animation-delay: 0;
  -webkit-animation-iteration-count: 1;
  animation-iteration-count: 1;
  -webkit-animation-direction: normal;
  animation-direction: normal;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  -webkit-animation-play-state: running;
  animation-play-state: running;
}
#l-contents_02__wrapper.u--start #l-slide__02_01_01 {
  -webkit-animation: main_remove_rev 0.5s linear 2.5s 1 normal both running;
  animation: main_remove_rev 0.5s linear 2.5s 1 normal both running;
}
#l-contents_02__wrapper.u--start #l-slide__02_01_01,
#l-contents_02__wrapper.u--start #l-slide__02_02_01 {
  -webkit-mask-image: -webkit-gradient(linear, left top, left bottom, from(#000), to(#000));
  -webkit-mask-image: linear-gradient(#000, #000);
  mask-image: -webkit-gradient(linear, left top, left bottom, from(#000), to(#000));
  mask-image: linear-gradient(#000, #000);
  -webkit-mask-repeat: no-repeat;
  mask-repeat: no-repeat;
  -webkit-mask-size: 200% 100%;
  mask-size: 200% 100%;
  -webkit-mask-position: 100% 0;
  mask-position: 100% 0;
  -webkit-transition-property: -webkit-mask-position;
  transition-property: -webkit-mask-position;
  transition-property: mask-position;
  transition-property: mask-position, -webkit-mask-position;
  -webkit-transition-duration: 0.5s;
  transition-duration: 0.5s;
  -webkit-transition-timing-function: cubic-bezier(0.3, 0.1, 0.1, 1);
  transition-timing-function: cubic-bezier(0.3, 0.1, 0.1, 1);
}
#l-contents_02__wrapper.u--start #l-slide__02_02_01 {
  -webkit-animation: main_remove_rev 0.5s linear 4.5s 1 normal both running;
  animation: main_remove_rev 0.5s linear 4.5s 1 normal both running;
}
#l-contents_02__wrapper.u--start #l-slide__02_02_01 .c-slide__main,
#l-contents_02__wrapper.u--start #l-slide__02_02_02 .c-slide__main {
  -webkit-mask-image: -webkit-gradient(linear, left top, left bottom, from(#000), to(#000));
  -webkit-mask-image: linear-gradient(#000, #000);
  mask-image: -webkit-gradient(linear, left top, left bottom, from(#000), to(#000));
  mask-image: linear-gradient(#000, #000);
  -webkit-mask-repeat: no-repeat;
  mask-repeat: no-repeat;
  -webkit-mask-size: 100% 100%;
  mask-size: 100% 100%;
  -webkit-mask-position: 0 0;
  mask-position: 0 0;
}
#l-contents_02__wrapper.u--start #l-slide__02_02_02 .c-slide__main {
  -webkit-animation: windBlow 2s ease 2.5s infinite normal backwards running;
  animation: windBlow 2s ease 2.5s infinite normal backwards running;
}
#l-contents_02__wrapper.u--start #l-slide__02_03_01 {
  -webkit-animation: base_remove 0.5s linear 7s 1 normal both running;
  animation: base_remove 0.5s linear 7s 1 normal both running;
  -webkit-mask-image: radial-gradient(circle farthest-corner at 100% 0, #000 60%, transparent 90%);
  mask-image: radial-gradient(circle farthest-corner at 100% 0, #000 60%, transparent 90%);
  -webkit-mask-position: 50% 0;
  mask-position: 50% 0;
  -webkit-transition-duration: 0.75s;
  transition-duration: 0.75s;
  -webkit-transition-timing-function: cubic-bezier(0.3, 0.1, 0.1, 1);
  transition-timing-function: cubic-bezier(0.3, 0.1, 0.1, 1);
}
#l-contents_02__wrapper.u--start #l-slide__02_03_01,
#l-contents_02__wrapper.u--start #l-slide__02_03_01 .c-slide__main {
  -webkit-mask-repeat: no-repeat;
  mask-repeat: no-repeat;
  -webkit-mask-size: 200% 100%;
  mask-size: 200% 100%;
  -webkit-transition-property: -webkit-mask-position;
  transition-property: -webkit-mask-position;
  transition-property: mask-position;
  transition-property: mask-position, -webkit-mask-position;
}
#l-contents_02__wrapper.u--start #l-slide__02_03_01 .c-slide__main {
  -webkit-animation: main_remove 0.5s linear 3.5s 1 normal forwards running;
  animation: main_remove 0.5s linear 3.5s 1 normal forwards running;
  -webkit-mask-image: radial-gradient(circle farthest-corner at 0 100%, #000 60%, transparent 90%);
  mask-image: radial-gradient(circle farthest-corner at 0 100%, #000 60%, transparent 90%);
  -webkit-mask-position: 0 0;
  mask-position: 0 0;
  -webkit-transition-duration: 0.5s;
  transition-duration: 0.5s;
  -webkit-transition-timing-function: cubic-bezier(0.3, 0.1, 0.1, 1);
  transition-timing-function: cubic-bezier(0.3, 0.1, 0.1, 1);
}
#l-contents_02__wrapper.u--start #l-slide__02_03_01 .c-slide__filter {
  -webkit-transition-property: -webkit-filter;
  transition-property: -webkit-filter;
  transition-property: filter;
  transition-property: filter, -webkit-filter;
  -webkit-transition-duration: 0.5s;
  transition-duration: 0.5s;
  -webkit-transition-timing-function: cubic-bezier(0.3, 0.1, 0.1, 1);
  transition-timing-function: cubic-bezier(0.3, 0.1, 0.1, 1);
}
#l-contents_03__wrapper #l-contents_03__box_01,
#l-contents_03__wrapper #l-contents_03__box_02,
#l-contents_03__wrapper #l-contents_03__box_03 {
  opacity: 0;
}
#l-contents_03__wrapper.u--start #l-contents_03__box_01,
#l-contents_03__wrapper.u--start #l-contents_03__box_02,
#l-contents_03__wrapper.u--start #l-contents_03__box_03 {
  -webkit-animation-name: boxShow_r2l;
  animation-name: boxShow_r2l;
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-timing-function: linear;
  animation-timing-function: linear;
  -webkit-animation-delay: 0;
  animation-delay: 0;
  -webkit-animation-iteration-count: 1;
  animation-iteration-count: 1;
  -webkit-animation-direction: normal;
  animation-direction: normal;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  -webkit-animation-play-state: running;
  animation-play-state: running;
}
#l-contents_03__wrapper.u--start #l-slide__03_01_01 {
  -webkit-animation: main_remove_rev 0.5s linear 2.5s 1 normal both running;
  animation: main_remove_rev 0.5s linear 2.5s 1 normal both running;
}
#l-contents_03__wrapper.u--start #l-slide__03_01_01,
#l-contents_03__wrapper.u--start #l-slide__03_02_01 {
  -webkit-mask-image: -webkit-gradient(linear, left top, left bottom, from(#000), to(#000));
  -webkit-mask-image: linear-gradient(#000, #000);
  mask-image: -webkit-gradient(linear, left top, left bottom, from(#000), to(#000));
  mask-image: linear-gradient(#000, #000);
  -webkit-mask-repeat: no-repeat;
  mask-repeat: no-repeat;
  -webkit-mask-size: 200% 100%;
  mask-size: 200% 100%;
  -webkit-mask-position: 100% 0;
  mask-position: 100% 0;
  -webkit-transition-property: -webkit-mask-position;
  transition-property: -webkit-mask-position;
  transition-property: mask-position;
  transition-property: mask-position, -webkit-mask-position;
  -webkit-transition-duration: 0.5s;
  transition-duration: 0.5s;
  -webkit-transition-timing-function: cubic-bezier(0.3, 0.1, 0.1, 1);
  transition-timing-function: cubic-bezier(0.3, 0.1, 0.1, 1);
}
#l-contents_03__wrapper.u--start #l-slide__03_02_01 {
  -webkit-animation: main_remove_rev 0.5s linear 4.5s 1 normal both running;
  animation: main_remove_rev 0.5s linear 4.5s 1 normal both running;
}
#l-contents_03__wrapper.u--start #l-slide__03_02_01 .c-slide__main,
#l-contents_03__wrapper.u--start #l-slide__03_02_02 .c-slide__main {
  -webkit-mask-image: -webkit-gradient(linear, left top, left bottom, from(#000), to(#000));
  -webkit-mask-image: linear-gradient(#000, #000);
  mask-image: -webkit-gradient(linear, left top, left bottom, from(#000), to(#000));
  mask-image: linear-gradient(#000, #000);
  -webkit-mask-repeat: no-repeat;
  mask-repeat: no-repeat;
  -webkit-mask-size: 100% 100%;
  mask-size: 100% 100%;
  -webkit-mask-position: 0 0;
  mask-position: 0 0;
}
#l-contents_03__wrapper.u--start #l-slide__03_02_02 .c-slide__main {
  -webkit-animation: windBlow 2s ease 2.5s infinite normal backwards running;
  animation: windBlow 2s ease 2.5s infinite normal backwards running;
}
#l-contents_03__wrapper.u--start #l-slide__03_03_01 {
  -webkit-animation: base_remove 0.5s linear 7s 1 normal both running;
  animation: base_remove 0.5s linear 7s 1 normal both running;
  -webkit-mask-image: radial-gradient(circle farthest-corner at 100% 0, #000 60%, transparent 90%);
  mask-image: radial-gradient(circle farthest-corner at 100% 0, #000 60%, transparent 90%);
  -webkit-mask-position: 50% 0;
  mask-position: 50% 0;
  -webkit-transition-duration: 0.75s;
  transition-duration: 0.75s;
  -webkit-transition-timing-function: cubic-bezier(0.3, 0.1, 0.1, 1);
  transition-timing-function: cubic-bezier(0.3, 0.1, 0.1, 1);
}
#l-contents_03__wrapper.u--start #l-slide__03_03_01,
#l-contents_03__wrapper.u--start #l-slide__03_03_01 .c-slide__main {
  -webkit-mask-repeat: no-repeat;
  mask-repeat: no-repeat;
  -webkit-mask-size: 200% 100%;
  mask-size: 200% 100%;
  -webkit-transition-property: -webkit-mask-position;
  transition-property: -webkit-mask-position;
  transition-property: mask-position;
  transition-property: mask-position, -webkit-mask-position;
}
#l-contents_03__wrapper.u--start #l-slide__03_03_01 .c-slide__main {
  -webkit-animation: main_remove 0.5s linear 3.5s 1 normal forwards running;
  animation: main_remove 0.5s linear 3.5s 1 normal forwards running;
  -webkit-mask-image: radial-gradient(circle farthest-corner at 0 100%, #000 60%, transparent 90%);
  mask-image: radial-gradient(circle farthest-corner at 0 100%, #000 60%, transparent 90%);
  -webkit-mask-position: 0 0;
  mask-position: 0 0;
  -webkit-transition-duration: 0.5s;
  transition-duration: 0.5s;
  -webkit-transition-timing-function: cubic-bezier(0.3, 0.1, 0.1, 1);
  transition-timing-function: cubic-bezier(0.3, 0.1, 0.1, 1);
}
#l-contents_03__wrapper.u--start #l-slide__03_03_01 .c-slide__filter {
  -webkit-animation: filter_bright 1s linear 4.5s 1 normal both running;
  animation: filter_bright 1s linear 4.5s 1 normal both running;
  -webkit-transition-property: -webkit-filter;
  transition-property: -webkit-filter;
  transition-property: filter;
  transition-property: filter, -webkit-filter;
  -webkit-transition-duration: 0.5s;
  transition-duration: 0.5s;
  -webkit-transition-timing-function: cubic-bezier(0.3, 0.1, 0.1, 1);
  transition-timing-function: cubic-bezier(0.3, 0.1, 0.1, 1);
}
@-webkit-keyframes base_remove {
  0% {
    -webkit-mask-position: 50% 0;
    mask-position: 50% 0;
  }
  to {
    -webkit-mask-position: 250% 0;
    mask-position: 250% 0;
  }
}
@keyframes base_remove {
  0% {
    -webkit-mask-position: 50% 0;
    mask-position: 50% 0;
  }
  to {
    -webkit-mask-position: 250% 0;
    mask-position: 250% 0;
  }
}
@-webkit-keyframes main_remove {
  0% {
    -webkit-mask-position: 0 0;
    mask-position: 0 0;
  }
  to {
    -webkit-mask-position: -250% 0;
    mask-position: -250% 0;
  }
}
@keyframes main_remove {
  0% {
    -webkit-mask-position: 0 0;
    mask-position: 0 0;
  }
  to {
    -webkit-mask-position: -250% 0;
    mask-position: -250% 0;
  }
}
@-webkit-keyframes main_remove_rev {
  0% {
    -webkit-mask-position: 100% 0;
    mask-position: 100% 0;
  }
  to {
    -webkit-mask-position: 250% 0;
    mask-position: 250% 0;
  }
}
@keyframes main_remove_rev {
  0% {
    -webkit-mask-position: 100% 0;
    mask-position: 100% 0;
  }
  to {
    -webkit-mask-position: 250% 0;
    mask-position: 250% 0;
  }
}
@-webkit-keyframes filter_bright {
  0% {
    -webkit-filter: brightness(1);
    filter: brightness(1);
  }
  to {
    -webkit-filter: brightness(1.2);
    filter: brightness(1.2);
  }
}
@keyframes filter_bright {
  0% {
    -webkit-filter: brightness(1);
    filter: brightness(1);
  }
  to {
    -webkit-filter: brightness(1.2);
    filter: brightness(1.2);
  }
}
@-webkit-keyframes boxShow_r2l {
  0% {
    left: 10px;
    opacity: 0;
  }
  to {
    left: 0;
    opacity: 1;
  }
}
@keyframes boxShow_r2l {
  0% {
    left: 10px;
    opacity: 0;
  }
  to {
    left: 0;
    opacity: 1;
  }
}
@-webkit-keyframes basic_remove {
  0% {
    left: 0;
    opacity: 1;
    visibility: visible;
  }
  to {
    left: -25px;
    opacity: 0;
    visibility: hidden;
    z-index: 0;
  }
}
@keyframes basic_remove {
  0% {
    left: 0;
    opacity: 1;
    visibility: visible;
  }
  to {
    left: -25px;
    opacity: 0;
    visibility: hidden;
    z-index: 0;
  }
}
@-webkit-keyframes item02Remove {
  0% {
    opacity: 1;
    visibility: visible;
  }
  to {
    opacity: 0;
    visibility: hidden;
    z-index: 0;
  }
}
@keyframes item02Remove {
  0% {
    opacity: 1;
    visibility: visible;
  }
  to {
    opacity: 0;
    visibility: hidden;
    z-index: 0;
  }
}
@-webkit-keyframes windBlow {
  0% {
    -webkit-mask-size: 100% 0;
    mask-size: 100% 0;
  }
  to {
    -webkit-mask-size: 100% 100%;
    mask-size: 100% 100%;
  }
}
@keyframes windBlow {
  0% {
    -webkit-mask-size: 100% 0;
    mask-size: 100% 0;
  }
  to {
    -webkit-mask-size: 100% 100%;
    mask-size: 100% 100%;
  }
}
