@charset "UTF-8";
/* =============================================================================================== */
/* 本文 */
/* =============================================================================================== */
.elua img {
  vertical-align: bottom;
  width: auto;
  height: auto;
  max-width: 100%; }
.elua .hover:hover {
  opacity: 0.7 !important;
  cursor: pointer; }
.elua .bgimg {
  background-position: center center;
  background-size: cover; }
.elua .movie-wrap {
  position: relative;
  padding-bottom: 56.25%;
  height: 0;
  overflow: hidden; }
  .elua .movie-wrap iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%; }

/* =============================================================================================== */
/* フェードイン */
/* =============================================================================================== */
.elua .fadein-bottom {
  transform: translateY(40px); }
.elua .fadein-top {
  transform: translateY(-40px); }
.elua .fadein-right {
  transform: translateX(40px); }
.elua .fadein-left {
  transform: translateX(-40px); }
.elua .fadein-bottom {
  opacity: 0;
  transform: translateY(40px);
  transition: all 1s; }
.elua .fadein {
  opacity: 0;
  transition: all 1s; }

/* =============================================================================================== */
/* マスクアニメーション                                                                            */
/* =============================================================================================== */
.maskimg {
  overflow: hidden;
  position: relative; }

.maskimg:before {
  content: '';
  position: absolute;
  width: 100%;
  height: 100%;
  background: #EBE4DC;
  transition: 1.5s cubic-bezier(0.12, 0.97, 0.37, 1); }

.isPlay-left:before {
  transform: translate(100%, 0); }

.isPlay-right:before {
  transform: translate(-100%, 0); }

.isPlay-top:before {
  transform: translate(0, 100%); }

.isPlay-bottom:before {
  transform: translate(0, -100%); }

/*# sourceMappingURL=cmn.css.map */
