@charset "UTF-8";
/* line 44, /Users/loop/Documents/chezlamere/common/sass/style.scss */
html,
body {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font-family: "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", sans-serif;
  overflow: hidden; }

/* line 53, /Users/loop/Documents/chezlamere/common/sass/style.scss */
img {
  margin: 0;
  padding: 0;
  vertical-align: bottom; }

/* line 58, /Users/loop/Documents/chezlamere/common/sass/style.scss */
.pc {
  display: block; }
  @media (max-width: 896px) {
    /* line 58, /Users/loop/Documents/chezlamere/common/sass/style.scss */
    .pc {
      display: none; } }

/* line 66, /Users/loop/Documents/chezlamere/common/sass/style.scss */
.sp {
  display: none; }
  @media (max-width: 896px) {
    /* line 66, /Users/loop/Documents/chezlamere/common/sass/style.scss */
    .sp {
      display: block; } }

/* line 74, /Users/loop/Documents/chezlamere/common/sass/style.scss */
button.drawer-toggle,
button.drawer-hamburger {
  display: none; }
  @media (max-width: 896px) {
    /* line 74, /Users/loop/Documents/chezlamere/common/sass/style.scss */
    button.drawer-toggle,
    button.drawer-hamburger {
      display: block; } }

/* line 83, /Users/loop/Documents/chezlamere/common/sass/style.scss */
.drawer-hamburger-icon {
  display: none; }

@media (max-width: 896px) {
  /* line 89, /Users/loop/Documents/chezlamere/common/sass/style.scss */
  .drawer-hamburger-icon {
    display: block; } }

/* line 95, /Users/loop/Documents/chezlamere/common/sass/style.scss */
header {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%); }
  /* line 103, /Users/loop/Documents/chezlamere/common/sass/style.scss */
  header .logo {
    width: 400px; }
    @media (max-width: 896px) {
      /* line 103, /Users/loop/Documents/chezlamere/common/sass/style.scss */
      header .logo {
        width: 200px; } }

/* line 112, /Users/loop/Documents/chezlamere/common/sass/style.scss */
ul.navi {
  margin: auto;
  list-style: none;
  position: fixed;
  bottom: 80px;
  padding: 0 50px; }
  @media (max-width: 896px) {
    /* line 112, /Users/loop/Documents/chezlamere/common/sass/style.scss */
    ul.navi {
      display: none; } }
  /* line 123, /Users/loop/Documents/chezlamere/common/sass/style.scss */
  ul.navi li {
    font-family: 'Libre Baskerville', serif;
    font-weight: bold;
    font-size: 90%;
    margin: auto auto 12px auto;
    color: #FFF; }
    /* line 130, /Users/loop/Documents/chezlamere/common/sass/style.scss */
    ul.navi li a {
      color: #FFF;
      text-decoration: none;
      display: inline-block; }
    /* line 136, /Users/loop/Documents/chezlamere/common/sass/style.scss */
    ul.navi li a::after {
      border-bottom: solid 1px #FFF;
      bottom: 0;
      content: "";
      display: block;
      transition: all .3s ease;
      -webkit-transition: all .3s ease;
      width: 0; }
    /* line 146, /Users/loop/Documents/chezlamere/common/sass/style.scss */
    ul.navi li a:hover::after {
      width: 100%; }

/* line 152, /Users/loop/Documents/chezlamere/common/sass/style.scss */
footer {
  font-family: 'Libre Baskerville', serif;
  font-size: 80%;
  position: fixed;
  bottom: 20px;
  color: #FFF;
  padding: 0 50px; }
  @media (max-width: 896px) {
    /* line 152, /Users/loop/Documents/chezlamere/common/sass/style.scss */
    footer {
      text-align: center;
      bottom: 5%;
      padding: 0;
      width: 100%; } }

/*# sourceMappingURL=style.css.map */