﻿@charset "utf-8";
/*-------------------------*/
/*  common
/*-------------------------*/
html{
    height: 100vh;
}
body {
    font-family: "メイリオ", Meiryo, 'Kosugi Maru', sans-serif, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
    position: relative;
    line-height: 1.8;
    font-size: 14px;
/*    color: #d9b896;
    background: #0a0920;*/
}
img {
    max-width: 100%;
}
/*-------------------------*/
/*  section
/*-------------------------*/
#mv {
    width: 100%;
    height: 90vh;
    position: absolute;
    top: 0;
    background-size: cover;
}
#mv img {
    width: 150px;
    height: auto;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}
/*----------------------
footer {
}
footer img {
    width: 100px;
}
footer .text {
    text-align: right;
}
footer .cw {
    text-align: center;
    padding: 10px 0;
}
-*/
/*-------------------------*/
/*  smoke
/*-------------------------*/
body {
  overflow: hidden;
}
canvas {
  display: block;
  position: relative;
  margin: auto;
  opacity: 0.5;
  -webkit-mask-image: -webkit-gradient(linear, left 0%, left bottom, from(rgba(171,135,34,0)), to(rgba(171,135,34,1)))
}


/*-------------------------*/
/*  mobile
/*-------------------------*/
@media (max-width: 767px) {}