@charset "UTF-8";
/***************************************

variables

***************************************/
/*---------------------------------------
break point
---------------------------------------*/
/*---------------------------------------
color
---------------------------------------*/
/*---------------------------------------
font family
---------------------------------------*/
/***************************************

mixins

***************************************/
/*---------------------------------------
media queries
---------------------------------------*/
/*---------------------------------------
vwのサイズ計算
---------------------------------------*/
/***************************************

entrance

***************************************/
/* --------------------------------------------------
	body
*/
body, html {
  height: 100%;
  width: 100%;
}

header {
  display: none;
}

/* --------------------------------------------------
	entrance
*/
#entrance {
  position: relative;
  height: 100%;
}
#entrance #opening {
  position: absolute;
  left: 0;
  top: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 100%;
  height: 100%;
  overflow: hidden;
  text-align: center;
}
#entrance #opening picture {
  width: 100%;
}
#entrance #opening picture img {
  width: 100%;
  height: auto;
  margin: 0 auto;
}
#entrance #language {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
#entrance #language ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
#entrance #language ul li:first-child {
  padding: 0 15px 0 0;
  margin: 0 5px 0 0;
  position: relative;
}
#entrance #language ul li:first-child::before {
  content: "/";
  position: absolute;
  right: 0;
  top: 0;
  font-size: 24px;
}
#entrance #language ul li:first-child a {
  padding: 0 9px 0 0;
}
#entrance #language ul li a {
  font-size: 24px;
  padding: 0 0 0 6px;
  color: #3c3c3c;
  font-family: "UniversLTPro-45Light";
}
@media screen and (max-width: 768px) {
  header {
    display: block;
  }
  #entrance #opening {
    position: relative;
    display: block;
  }
  #entrance #opening picture img {
    width: 100%;
  }
}
/*# sourceMappingURL=entrance.css.map */
