@charset "UTF-8";
/******************************************************************
Site Name:108 pre site
Author:aiko_shimizu

Stylesheet: Main Stylesheet

******************************************************************/
/*********************
GENERAL STYLES
*********************/
body {
  font-family: 'Avenir','Helvetica Neue','Helvetica','Arial','Hiragino Sans','ヒラギノ角ゴシック',YuGothic,'Yu Gothic','メイリオ', Meiryo,'ＭＳ Ｐゴシック','MS PGothic';
  font-size: 100%;
  line-height: 2;
  letter-spacing: 2px;
  color: #fff;
  background-color: #000;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  width: 100%;
  margin: 0;
  /* 代替の背景画像  */
  background: url(../images/108_bg_alt.png) #333;
  background-attachment: fixed;
  background-size: cover; }

a:link {
  color: #fff;
  text-decoration: none; }

a:visited {
  color: #fff;
  text-decoration: none; }

#container {
  position: relative;
  width: 100%;
  height: 100vh; }

/*********************
backglound_vide
*********************/
#video {
  position: fixed;
  right: 0;
  bottom: 0;
  min-width: 100%;
  min-height: 100%;
  width: auto;
  height: auto;
  z-index: -100;
  display: block; }

/*********************
content
*********************/
#content {
  position: absolute;
  top: 50%;
  left: 50%;
  margin-right: -50%;
  -webkit-transform: translate(-50%, -50%);
  /* Safari用 */
  transform: translate(-50%, -50%);
  padding-bottom: 60px; }

#logo img {
  display: block;
  width: 250px;
  margin: 0 auto; }

#read {
  text-align: center;
  margin: 40px 0 40px 0; }

#btn_contact {
  /* 枠 */
  display: block;
  margin: 0 auto;
  width: 250px;
  height: 50px;
  border: solid 2px #fff;
  /* text */
  text-align: center;
  font-size: 14pt;
  line-height: 50px;
  color: #fff;
  text-decoration: none; }

/*********************
footer
*********************/
#footer {
  display: block;
  min-width: 100%;
  height: 60px;
  background-color: #000;
  position: fixed;
  bottom: 0; }
  #footer ul {
    margin: 0;
    text-align: right; }
  #footer li {
    display: inline-block;
    font-size: 12px;
    margin: 0 30px 0 auto;
    line-height: 60px; }

/*********************
スマホ用
*********************/
@media screen and (max-width: 750px) {
  body {
    background-image: url(../images/108_bg_sp.png);
    background-attachment: fixed;
    background-size: cover; }
  #video {
    display: none; }
  #logo img {
    width: 200px; }
  #read {
    font-size: 10pt;
    margin: 30px 0 30px 0; }
  #footer {
    display: block;
    min-width: 100%;
    height: 80px;
    background-color: #000;
    position: fixed;
    bottom: 0; }
    #footer ul {
      height: 80px;
      margin-top: 15px;
      padding: 0;
      text-align: center;
      line-height: 1.5; }
    #footer li {
      display: inline-block;
      font-size: 12px;
      margin: 0;
      line-height: 0; } }
