/*! --------------------------------------------------------------------
------------------------------------------------------------------------
index
------------------------------------------------------------------------
--------------------------------------------------------------------- */
/* ========================================================
.sec-mv
======================================================== */
.sec-mv { margin-top: 32px; }

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

@media screen and (min-width: 767px) { .sec-mv .mv-slide { width: 100%; overflow-x: hidden; margin: 0 auto; }
  .sec-mv .mv-slide__item { position: relative; width: 960px; border-radius: 12px; overflow: hidden; margin: 0 16px; } }

@media screen and (max-width: 767px) { .sec-mv .mv-slide__item { position: relative; } }

.sec-mv .play-time { display: inline-block; padding: 4px; position: absolute; right: 8px; bottom: 8px; background-color: rgba(0, 0, 0, 0.22); border-radius: 3px; color: #fff; font-size: 1.2rem; text-align: center; z-index: 5; }

.sec-mv .play-time:before { margin-right: 4px; display: inline-block; content: ''; background-size: contain; background-repeat: no-repeat; background-image: url("../img/common/base/play_ico01.svg"); width: 7px; height: 7px; }

/* .sec-mv__img
=========================================== */
.sec-mv__img { text-align: center; }
/*# sourceMappingURL=index.min.css.map */