@charset "UTF-8";
/**
 * マドリーム vol68 カバー用CSS
 * Created on: 2026.02.10
 * Modified on: yyyy.mm.dd
 */
/*--------------------------------------------------------
　BREAK POINT
--------------------------------------------------------*/
/*--------------------------------------------------------
　FONT
--------------------------------------------------------*/
/*--------------------------------------------------------
　COLOR
--------------------------------------------------------*/
/**
 * マドリーム vol68 カバー用CSS
 * Created on: 2026.02.10
 * Modified on: yyyy.mm.dd
 */
/*--------------------------------------------------------
　THEME ANIMATION
--------------------------------------------------------*/
/*--------------------------------------------------------
　COVER
--------------------------------------------------------*/
.monthly-cover {
  width: 100%;
  height: 100vh;
  overflow: hidden;
  position: relative;
}
.monthly-cover-inner {
  width: 100%;
  height: 100vh;
  overflow: hidden;
  position: fixed;
  top: 0;
  left: 0;
}

.cover-wrap {
  width: 100%;
  height: 100vh;
  overflow: hidden;
  position: relative;
}
.cover-img {
  width: 100%;
  height: 100%;
  -webkit-transform: scale(1.1);
          transform: scale(1.1);
  -webkit-transition: opacity 1.6s cubic-bezier(0.545, 0.08, 0.52, 0.975), all 1.6s ease;
  transition: opacity 1.6s cubic-bezier(0.545, 0.08, 0.52, 0.975), all 1.6s ease;
}
.cover-img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: 45% center;
     object-position: 45% center;
}
.cover-img img.tb {
  display: none;
  -o-object-position: center center;
     object-position: center center;
}
.cover-logo {
  width: 479px;
  position: absolute;
  top: 0;
  right: 0;
}
.cover-logo img {
  width: 100%;
}
.cover-ttl {
  width: 496px;
  position: absolute;
  top: 28.9%;
  right: 16.5%;
  opacity: 0;
  -webkit-transform: translate(40px, 0);
          transform: translate(40px, 0);
}
.cover-ttl img {
  width: 100%;
}
.cover-ttl {
  -webkit-transition: opacity 1s cubic-bezier(0.545, 0.08, 0.52, 0.975), all 1s ease;
  transition: opacity 1s cubic-bezier(0.545, 0.08, 0.52, 0.975), all 1s ease;
  -webkit-transition-delay: 1.2s;
          transition-delay: 1.2s;
}
.cover-scroll {
  width: 24px;
  height: 190px;
  position: absolute;
  bottom: 45px;
  right: 24px;
}
.cover-scroll .txt {
  display: block;
  font-family: Arial, Helvetica, "sans-serif";
  font-size: 16px;
  line-height: 1;
  color: #FFF;
  -webkit-transform: rotate(90deg);
          transform: rotate(90deg);
  -webkit-transform-origin: left bottom;
          transform-origin: left bottom;
  position: absolute;
  top: 24px;
  left: 10px;
}
.cover-scroll .arrow {
  display: block;
  width: 20px;
  height: 190px;
  position: absolute;
  top: 0;
  left: 0;
  overflow: hidden;
}
.cover-scroll .arrow::before {
  content: "";
  width: 1px;
  height: 100%;
  background: #FFF;
  position: absolute;
  top: 0;
  left: 0;
  -webkit-animation: scroll 1.8s infinite cubic-bezier(0.54, 0, 0, 0.99);
          animation: scroll 1.8s infinite cubic-bezier(0.54, 0, 0, 0.99);
}
.cover-scroll .arrow::after {
  content: "";
  width: 1px;
  height: 24px;
  background: #FFF;
  position: absolute;
  bottom: 0;
  left: 0;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
  -webkit-transform-origin: left bottom;
          transform-origin: left bottom;
}
@-webkit-keyframes scroll {
  0% {
    -webkit-transform: translate3d(0, -100%, 0);
            transform: translate3d(0, -100%, 0);
  }
  50% {
    -webkit-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
  }
  85% {
    -webkit-transform: translate3d(0, 98%, 0);
            transform: translate3d(0, 98%, 0);
  }
  100% {
    -webkit-transform: translate3d(0, 100%, 0);
            transform: translate3d(0, 100%, 0);
  }
}
@keyframes scroll {
  0% {
    -webkit-transform: translate3d(0, -100%, 0);
            transform: translate3d(0, -100%, 0);
  }
  50% {
    -webkit-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
  }
  85% {
    -webkit-transform: translate3d(0, 98%, 0);
            transform: translate3d(0, 98%, 0);
  }
  100% {
    -webkit-transform: translate3d(0, 100%, 0);
            transform: translate3d(0, 100%, 0);
  }
}
.loaded .cover-img {
  -webkit-transform: scale(1);
          transform: scale(1);
}
.loaded .cover-ttl {
  opacity: 1;
  -webkit-transform: translate(0, 0);
          transform: translate(0, 0);
}
@media (orientation: portrait) {
  .cover-wrap img {
    width: 100%;
    -o-object-position: left;
       object-position: left;
  }
  .cover-img img.pc {
    display: none;
  }
  .cover-img img.tb {
    display: block;
  }
  .cover-logo {
    width: 39.5%;
  }
  .cover-ttl {
    width: 43.5%;
    top: 10%;
    right: 0;
  }
}/*# sourceMappingURL=cover.css.map */