@charset "UTF-8";
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;
}

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;
}

/* ベース
---------------------------------- */
*, :after, :before {
  box-sizing: border-box;
}

html {
  font-size: 62.5%;
  min-height: 100%;
  height: 100%;
}

body {
  color: #000;
  font-family: "游ゴシック",YuGothic,"ヒラギノ角ゴ ProN W3","Hiragino Kaku Gothic ProN","メイリオ",Meiryo,verdana,Osaka,"ＭＳ Ｐゴシック","MS PGothic",Sans-Serif;
  font-size: 13px;
  font-size: 1.3rem;
  line-height: 1.6;
  min-height: 100%;
  height: 100%;
}

a {
  color: #000;
}
a:hover, a:active, a:focus {
  color: #333333;
}

section {
  padding: 20px 0 40px;
}
@media (min-width: 768px) {
  section {
    padding: 30px 0;
  }
}

.loader-bg {
  background-color: #fff;
  height: 100%;
  left: 0;
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 1000;
}
.loader-bg:after {
  display: block;
  content: "";
  background: url(img/loading.gif) no-repeat 0 0;
  width: 16px;
  height: 16px;
  margin-top: -8px;
  margin-left: -8px;
  position: fixed;
  top: 50%;
  left: 50%;
  z-index: 1200;
}

/* ---------------------------------------------
  TOP
--------------------------------------------- */
#top img {
  max-width: 100%;
  height: auto;
}
#top #container {
  padding: 0 28% 2.5em;
  position: relative;
  height: 100vh;
  width: 100vw;
  overflow: hidden;
}
@media only screen and (orientation: portrait) {
  #top #container {
    padding-left: 0;
  }
}
#top #container #main_img {
  width: 100%;
  height: 100%;
  position: relative;
}
#top #container #main_img li span {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0px;
  left: 0px;
  color: transparent;
  background-size: cover;
  background-position: 50% 50%;
  background-repeat: none;
  opacity: 0;
  z-index: 0;
  animation: imageAnimation 24s linear infinite 0s;
}
@keyframes imageAnimation {
  0% {
    opacity: 0;
    animation-timing-function: ease-in;
  }
  4% {
    opacity: 1;
    animation-timing-function: ease-out;
  }
  34% {
    opacity: 1;
  }
  50% {
    opacity: 0;
  }
  100% {
    opacity: 0;
  }
}
#top #container .no-cssanimations .cb-slideshow li span {
  opacity: 1;
}
#top #container #logp_bld {
  position: absolute;
  top: 6vh;
  left: 50%;
  margin-left: -100px;
}
@media (max-width: 769px) {
  #top #container #logp_bld {
    width: 120px;
    margin-left: -60px;
  }
}
@media only screen and (orientation: portrait) {
  #top #container #logp_bld {
    top: 8vh;
    left: 36%;
    padding-left: 0;
  }
}
@media only screen and (orientation: portrait) and (max-width: 1025px) {
  #top #container #logp_bld {
    width: 180px;
    margin-left: -90px;
  }
}
@media only screen and (orientation: portrait) and (max-width: 480px) {
  #top #container #logp_bld {
    width: 120px;
    margin-left: -60px;
  }
}

#top #container nav {
  width: 28%;
  height: 100vh;
  position: absolute;
  top: 0;
  text-align: center;
}
@media only screen and (orientation: portrait) {
  #top #container nav {
    height: 50vh;
  }
}
@media (max-width: 1025px) {
  #top #container nav {
    padding: 0 10%;
  }
}
@media (max-width: 480px) {
  #top #container nav {
    padding: 0 5%;
  }
}
#top #container nav#tokei {
  left: 0;
}
#top #container nav#tokei h2 {
  margin-bottom: 10vh;
}
@media only screen and (orientation: portrait) {
  #top #container nav#tokei {
    left: auto;
    right: 0;
  }
}
#top #container nav#t4b {
  right: 0;
}
#top #container nav#t4b h2 {
  margin-bottom: 7.3vh;
}
@media only screen and (orientation: portrait) {
  #top #container nav#t4b {
    top: 45vh;
    border-top: solid 1px #666;
  }
}
#top #container nav p {
  margin-top: 10vh;
}
@media only screen and (orientation: portrait) {
  #top #container nav p {
    margin-top: 5vh;
  }
}
@media (max-width: 480px) {
  #top #container nav p {
    margin-top: 4vh;
  }
  #top #container nav p img {
    width: 26px;
  }
}
@media (max-width: 769px) {
  #top #container nav p {
    margin-top: 6vh;
  }
  #top #container nav p img {
    width: 32px;
  }
}
#top #container nav h2 {
  margin-top: 10vh;
  max-width: 100%;
}
@media only screen and (orientation: portrait) {
  #top #container nav h2 {
    margin-top: 5vh;
  }
}
@media (max-width: 480px) {
  #top #container nav h2 {
    margin-top: 4vh;
  }
}
#top #container nav .btn {
  width: 190px;
  max-width: 100%;
  margin: 0 auto;
}
@media only screen and (orientation: portrait) {
  #top #container nav .btn {
    margin-top: 5vh;
  }
}
@media (max-width: 480px) {
  #top #container nav .btn {
    margin-top: 5vh;
  }
}
#top #container nav .btn.btn_commingsoon {
  margin-top: 5vh;
}
@media only screen and (orientation: portrait) {
  #top #container nav .btn.btn_commingsoon {
    margin-top: 2vh;
  }
}
@media (max-width: 480px) {
  #top #container nav .btn.btn_commingsoon {
    margin-top: 2vh;
  }
}
#top #container nav .btn.btn_commingsoon span {
  border-color: #ccc;
  color: #999;
}
#top #container nav .btn.btn_catalog {
  margin-top: 1vh;
}
#top #container nav .btn a, #top #container nav .btn span {
  text-decoration: none;
  display: block;
  padding: 10px 20px;
  border: solid 1px #777;
  letter-spacing: 0.1em;
  font-family: “Times New Roman”,"游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
}
@media (max-width: 480px) {
  #top #container nav .btn a, #top #container nav .btn span {
    font-size: 9px;
    font-size: 0.9rem;
    padding: 5px 15px;
  }
}
@media (max-width: 769px) and (orientation: portrait) {
  #top #container nav .btn a, #top #container nav .btn span {
    font-size: 9px;
    font-size: 0.9rem;
    padding: 5px;
  }
}
#top #container nav .btn a:hover {
  opacity: 0.5;
}
#top #container footer {
  background-color: #000;
  width: 100vw;
  position: absolute;
  bottom: 0;
  left: 0;
  color: #fff;
  display: table;
}
#top #container footer h1 {
  display: table-cell;
  width: 13em;
  letter-spacing: 0.1em;
  padding-left: 14px;
  vertical-align: middle;
  font-family: Helvetica, Arial,"游ゴシック",YuGothic,"ヒラギノ角ゴ ProN W3","Hiragino Kaku Gothic ProN","メイリオ",Meiryo,verdana,Osaka,"ＭＳ Ｐゴシック","MS PGothic", sans-serif;
}
@media (max-width: 480px) {
  #top #container footer h1 {
    font-size: 10px;
    font-size: 1rem;
  }
}
#top #container footer h1 strong {
  font-weight: bold;
}
#top #container footer address {
  display: table-cell;
  font-size: 12px;
  font-size: 1.2rem;
  letter-spacing: 0.1em;
  vertical-align: middle;
}
@media (max-width: 480px) {
  #top #container footer address {
    font-size: 9px;
    font-size: 0.9rem;
  }
}
#top #container footer .btn_facebook {
  display: table-cell;
  width: 35px;
  padding: 7px;
}

/*# sourceMappingURL=style.css.map */
