/* box-sizing統一 */
> *:not(.top-mv),
> *:not(.top-mv) * {
  box-sizing: border-box;
}

/* L字装飾 */
.lifull_icon_focus_top,
.lifull_icon_focus_bottom { position: absolute; left: 0; right: 0; height: 0; }
.lifull_icon_focus_top { top: 0; }
.lifull_icon_focus_bottom { bottom: 0; }
.lifull_icon_focus_top::before,
.lifull_icon_focus_top::after,
.lifull_icon_focus_bottom::before,
.lifull_icon_focus_bottom::after { position: absolute; background: url("/assets/common/icon-focus-7ebc7f96.svg") no-repeat; background-size: contain; width: 20px; height: 20px; content: ""; }
.lifull_icon_focus_top::before { left: 0; top: 0; transform: rotate(90deg); }
.lifull_icon_focus_top::after { right: 0; top: 0; transform: rotate(180deg); }
.lifull_icon_focus_bottom::before { left: 0; bottom: 0; }
.lifull_icon_focus_bottom::after { right: 0; bottom: 0; transform: rotate(270deg); }

/* FV: アイコンフォントL字を非表示 */
.top-mv__ttl::before,
.top-mv__ttl::after,
.top-mv__ttl__inner::before,
.top-mv__ttl__inner::after {
  display: none !important;
}

/* FV SP: KV画像 */
@media screen and (max-width: 768px) {
  .top-mv__img {
    width: 297px !important;
    margin: 0 auto;
  }
}

/* FV PC: KV画像 */
@media screen and (min-width: 769px) {
  .top-mv__img {
    width: 761px !important;
  }
}
