@charset "utf-8";
/*レイアウトのためのcss*/
body {
  background: /*rgba(215, 204, 224, 0.9)*/#DBD1E3;
  font-family: "游ゴシック Medium", Yu Gothic Medium, "游ゴシック体", Yu Gothic;
  color: #555;
  font-size: 1rem; /* 文書のルート要素つまりhtml要素のfont-sizeを基準にする*/
  line-height: 1.85;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  -webkit-text-size-adjust: 100%;
  word-wrap: break-word; /*nternet Explorerが独自に採用したもので、 表示範囲内に収まりきらない単語がある場合に、単語の途中で改行するかどうかを指定するに使用*/
  letter-spacing: 0.2em;
}

body.appear {
  background: /*#f8f9fa*/transparent;
}

ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
a {
  color: #555;
  text-decoration: none;
  outline: none;
}

img {
  width: 100%;
  height: auto;
  vertical-align: bottom;
}

* {
  box-sizing: border-box;
}
/* font-family */
h1, #g-nav-list li:nth-child(1), #menu h2, #blog h2, #footer dl dd, #splash-logo {
  font-family: 'Homemade Apple', cursive;
}
/* splash */
#splash-logo p {
  font-size: /*1.8rem*/1.2rem;
  font-weight: normal;
  white-space: nowrap;
}
/* header */
.header-area {
  position: fixed;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  z-index: 2;
  color: #fff;
  text-align: center;
}
.header-area h1 {
  display: block;
  font-size: 6vw;
  font-weight: normal;
  line-height: 1;
  letter-spacing: 0;
  padding: 0 10px;
}
.header-area p {
  font-size: 1.3vw;
  letter-spacing: 0.4em;
  margin: 0 0 20px 0;
}
.header-area p br {
  display: none;
}
.comingsoon {
  font-size: 1.2em;
}
/* gnavi */
#g-nav-list li:nth-of-type(1) a {
  font-size: 1rem;
  text-transform: none;
  font-weight: normal;
  line-height: 1;
  white-space: nowrap;
  margin: 0 0 20px 0;
}
#g-nav-list li:nth-of-type(2) {
  animation-delay: .2s;
}
#g-nav-list li:nth-of-type(3) {
  animation-delay: .4s;
}
#g-nav-list li:nth-of-type(4) {
  animation-delay: .6s;
}
#g-nav-list li:nth-of-type(5) {
  animation-delay: .8s;
}
#g-nav-list li:nth-of-type(6) {
  animation-delay: 1.1s;
}
#g-nav-list li:nth-of-type(7) {
  animation-delay: 1.3s;
}
/*footer*/

@media screen and (max-width:850px) { 
  .comingsoon {
    font-size: 0.9em;
  }
}
@media screen and (max-width:850px) { 
  .comingsoon {
    font-size: 1em;
  }
}