@charset "UTF8";
/*
Theme Name:　Mag88
Author: manami
Description: ファッションのサイトです。
Version: 1.0
*/

html {
  margin-top: 0;
}

img {
  min-width: 100%;
}

header {
  height: 100vh;
  background-image: url(./img/mainvisual.jpg);
  background-size: cover;
  background-position: center top;
  background-repeat: no-repeat;
  margin-top: 0;
  margin-bottom: 80px;
  position: relative;
}

.header-logo {
  max-width: 100%;
  position: absolute;
  right: 30px;
  top: 20px;
}
