@charset "UTF-8";
@font-face {
  font-family: "anc";
  src: url("../../font/avenir_next_condensed.woff2") format("woff2");
}
@font-face {
  font-family: "ma1";
  src: url("../../font/ma1_block.woff2") format("woff2");
}
/*SVGスプライト用*/
.animated {
  animation-duration: 1s;
  animation-fill-mode: both;
}

.animated.hinge {
  animation-duration: 2s;
}

@keyframes fade_in {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
.l-header-nav__upr__list__itm--model-house .l-header-nav__upr__list__itm__link::before {
  background-image: url(https://www.mitsuihome.co.jp/assets/images/icon/house_red.svg);
}

.l-header-nav__upr__list__itm--area .l-header-nav__upr__list__itm__link::before {
  background-image: url(https://www.mitsuihome.co.jp/assets/images/icon/icon_menu_06.svg);
}

.l-header-nav__upr__list__itm--event .l-header-nav__upr__list__itm__link::before {
  background-image: url(https://www.mitsuihome.co.jp/assets/images/icon/megaphone_red.svg);
}

.l-header-nav__upr__list__itm--customer .l-header-nav__upr__list__itm__link::before {
  background-image: url(https://www.mitsuihome.co.jp/assets/images/icon/telephone_red.svg);
}

.l-header-nav__upr__link:after {
  background-image: url(https://www.mitsuihome.co.jp/assets/images/common/btn_arrow_next.svg);
}

.l-header-nav__list {
  opacity: 1 !important;
}

.l-header-nav__list__itm--2nd .l-header-nav__list__itm__link:after {
  background-image: url(https://www.mitsuihome.co.jp/assets/images/common/arrow_right.svg);
}

.l-header-nav__list__itm--3rd .l-header-nav__list__itm__link:after {
  background-image: url(https://www.mitsuihome.co.jp/assets/images/common/arrow_right.svg);
}/*# sourceMappingURL=style.css.map */