@charset "UTF-8";

/* ========================================================================== */

/* S T Y L E . C S S */

/* ========================================================================== */

html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font: inherit;
	font-size: 100%;
	vertical-align: baseline;
}
html {
	line-height: 1;
	font-family: "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", "メイリオ", sans-serif;
}
ol, ul {
	list-style: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}
caption, th, td {
	text-align: left;
	font-weight: normal;
	vertical-align: middle;
}
q, blockquote {
	quotes: none;
}
q:before, q:after, blockquote:before, blockquote:after {
	content: "";
	content: none;
}
a img {
	border: none;
}
article, aside, details, figcaption, figure, footer, header, hgroup, main, menu, nav, section, summary {
	display: block;
}
img {
	vertical-align: bottom;
	border: none;
}
button, input, select, textarea {
	vertical-align: middle;
}
input {
	outline: 0;
}
button, input {
 *overflow: visible;
	line-height: normal;
}
 button::-moz-focus-inner, input::-moz-focus-inner {
  padding: 0;
  border: 0;
}
button, html input[type="button"], input[type="reset"], input[type="submit"] {
	cursor: pointer;
	-webkit-appearance: button;
}
label, select, button, input[type="button"], input[type="reset"], input[type="submit"], input[type="radio"], input[type="checkbox"] {
	cursor: pointer;
}
textarea {
	overflow: auto;
	vertical-align: top;
	font-family: sans-serif;
}
::selection {
	color: #fff;
	background: #9b855e;
}
::-moz-selection {
  color: #fff;
  background: #9b855e;
}
.en {
	font-family: "hannari", "メイリオ", Meiryo, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}

html, css {
  touch-action:none;
}
a:link, a:visited {
	color: #9b855e;
	text-decoration: none;
}
a:hover, a:active {
	color: #9b855e;
	text-decoration: none;
}
p {
  color: #fff;
  font-weight: normal;
  line-height: 2.5em;
  font-size: 0.9em;
}


/* ───────────────────────────────────────────────────────────── BASE CSS */
html {
	min-height: 100%;
	height: 100%;
}
body {
	color: #fff;
  font-style: normal;
  font-weight: 200;
  font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
	font-size: 10px;
	font-size: 1.0rem;
	line-height: 1.6;
	min-width: 1024px;
	min-height: 100%;
	height: 100%;
	-webkit-text-size-adjust: 100%;
	background: url(../img/index_bg-pc.png) center center / cover no-repeat;
	background-repeat: no-repeat;
	background-size: cover;
  overflow: auto;
  background-attachment: fixed;
  background-position: center;
}
body::after {
  content: '';
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color:#111;
  z-index: 9999;
  pointer-events: none;
  opacity: 0;
  -webkit-transition: opacity .8s ease;
  -ms- transition: opacity .8s ease;
  -moz- transition: opacity .8s ease;
  transition: opacity .8s ease;
} 
body.fadeout::after {
  opacity: 1;
}
body.fadeout article{
  -webkit-transform:scale(1.2);
  transform:scale(1.2);
}

    @media screen and (max-width: 1024px) {
      body {
        min-width: initial;
        min-width: auto; 
        width:100%;
        height:100vh;
      }
      body.menu-open {
        position: fixed;
        top: 0;
        width: 100%;
        overflow: hidden;
      }
    }
    @media screen and (max-width: 960px) {
      body {
        background: none;
      }
      body::before {
        content:"";
        display:block;
        position:fixed;
        top:0;
        left:0;
        z-index:-1;
        width:100%;
        height:100vh;
        -webkit-background-size:cover;
        background: url("../img/index_bg-sp.png") center/cover no-repeat;
      }
      body.menu-open {
        position: fixed;
        top: 0;
        width: 100%;
        overflow: hidden;
      }
    }


.hello .container div {
	width: 250px;
	height: 150px;
	position: absolute;
	top: 62px;
	left: 0;
	right: 0;
	bottom: 0;
	margin: auto;
}
.hello .container img {
	width: 250px;
	position: relative;
	z-index: 3;
}
.hello .container h2 {
  background-image: none;
	font-family: 'Sorts Mill Goudy', serif;
	font-size: 1.2em;
	font-weight: normal;
	color: #fff;
	display: block;
	text-align: center;
	margin: 25px 0 0;
	padding: 0 0 0 25px;
	letter-spacing: 0.1em;
  position: relative;
  z-index: 5;
}

    @media screen and (max-width: 375px) {
      .hello .container h2 {
        padding: 0;
      }
    }


footer {
	width: 100%;
	bottom: 0;
	text-align: center;
	padding: 0 0 3px;
	box-sizing: border-box;
	z-index: 5;
  position: absolute;
}
footer p {
	font-family: 'Sorts Mill Goudy', serif;
	color: #fff;
	text-align: center;
	font-size: 0.9em;
	font-weight: normal;
	letter-spacing: 0.1em;
}


/*	@media screen and (max-width: 834px) {
		.soon {
			width: 100%;
			height: 100%;
			background-image: url(../img/soon_bg.png);
			background-size: auto 100%;
			background-repeat: no-repeat;
			position: relative;
		}
	}*/


@keyframes move-background {
  from {
    -webkit-transform: translate3d(0px, 0px, 0px);
  }
  to {
    -webkit-transform: translate3d(1000px, 0px, 0px);
  }
}
@-webkit-keyframes move-background {
  from {
    -webkit-transform: translate3d(0px, 0px, 0px);
  }
  to {
    -webkit-transform: translate3d(1000px, 0px, 0px);
  }
}
@-moz-keyframes move-background {
  from {
    -webkit-transform: translate3d(0px, 0px, 0px);
  }
  to {
    -webkit-transform: translate3d(1000px, 0px, 0px);
  }
}
@-webkit-keyframes move-background {
  from {
    -webkit-transform: translate3d(0px, 0px, 0px);
  }
  to {
    -webkit-transform: translate3d(1000px, 0px, 0px);
  }
}


.background-container {
  position: fixed;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
}
.clouds {
  width: 10000px;
  height: 100%;
  background: transparent url("https://s3-us-west-2.amazonaws.com/s.cdpn.io/1231630/clouds_repeat.png") repeat;
  background-size: 1000px 1000px;
  position: absolute;
  right: 0;
  top: 0;
  bottom: 0;
  z-index: 3;
  -moz-animation: move-background 150s linear infinite;
  -ms-animation: move-background 150s linear infinite;
  -o-animation: move-background 150s linear infinite;
  -webkit-animation: move-background 150s linear infinite;
  animation: move-background 150s linear infinite;
}


/* ───────────────────────────────────────────────────────────── START CSS */
.start {
	background: #000;
	position: fixed;
	top: 0;
	left: 0;
	height: 100%;
	width: 100%;
	z-index: 9000;
  display: flex;
  justify-content: center;
  align-items: center;
}
.start p {
	display: none;
	z-index: 9999;
}
.start p img {
  width: 250px;
}

