@charset "UTF-8";
@import url(normalize.css);
/* --------------------
	contents
-------------------- */
/* --------------------
 body
-------------------- */
html, body {
  height: 100%;
}

html {
  font-size: 62.5%;
  /* 10px基準 */
}

body {
  color: #1E1E37;
  line-height: 1.7;
  font-size: 14px;
  font-size: 1.4rem;
  background-color: #000;
  font-family: "游ゴシック Medium",YuGothic,YuGothicM,"Hiragino Kaku Gothic ProN","Hiragino Kaku Gothic Pro",メイリオ,Meiryo,sans-serif;
  font-weight: 400;
}
@media print {
  body {
    font-family: 'メイリオ',Meiryo,'ヒラギノ角ゴ Pro W3','Hiragino Kaku Gothic Pro','ＭＳ Ｐゴシック',sans-serif;
  }
}
body * {
  box-sizing: border-box;
}

p, h1, h2, h3, h4, h5, h6 {
  margin: 0;
  padding: 0;
  border: 0;
  font-style: normal;
  font-size: 100%;
  vertical-align: baseline;
}

dl, dt, dd {
  margin: 0;
  padding: 0;
}

small {
  font-size: 100%;
}

a {
  color: #1E1E37;
  text-decoration: underline;
  transition: all 200ms 0s ease;
}
a:hover {
  color: #f00;
  text-decoration: underline;
}
a[href^="tel:"] {
  pointer-events: none;
  text-decoration: none !important;
}
a i {
  text-decoration: none;
}

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

em {
  font-style: italic;
}

.fixed {
  height: 100%;
  overflow: hidden;
  padding-right: 18px;
}

.sp {
  display: none;
}

.pcbr {
  display: block;
}

.disnone {
  display: none;
}

.fss-output {
  position: fixed !important;
}

.ta-left {
  text-align: left;
}

.ta-center {
  text-align: center;
}

.ta-right {
  text-align: right;
}

body {
  background: #000 url(../img-top/190901.jpg) no-repeat center center;
  background-size: cover;
  position: relative;
}

#header {
  position: absolute;
  top: 20px;
  left: 20px;
}
#header .h-box {
  margin-bottom: 12px;
  display: flex;
  align-items: center;
}
#header .h-box h1 {
  width: 240px;
}
#header .h-box #top-nav {
  margin: 0 0 0 24px;
  padding: 0;
  list-style: none;
  display: flex;
}
#header .h-box #top-nav li {
  margin: 0 6px 0 0;
  padding: 0;
}
#header .h-box #top-nav li:last-child {
  margin: 0;
}
#header #update-text {
  margin: 0;
  padding: 0;
  list-style: none;
}
#header #update-text li {
  margin: 0 0 4px;
  padding: 0;
  font-size: 10px;
  font-size: 1rem;
  font-weight: bold;
  color: #fff;
  text-shadow: 1px 1px 4px #000;
  letter-spacing: 1px;
}
#header #update-text li a {
  color: #fff;
  text-decoration: none;
}
#header #update-text li a:hover {
  text-decoration: underline;
}
#header .btn-shop {
  margin-top: 20px;
}
#header .btn-twitter {
  margin-top: 20px;
}
#header .btn-onomono {
  margin-top: 20px;
}

#footer {
  padding: 0 20px 16px;
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
#footer .f-box {
  display: flex;
  align-items: center;
}
#footer .f-box .logo {
  margin-right: 6px;
}
#footer .f-box .update {
  margin-right: 10px;
  color: #fff;
  font-size: 12px;
  font-size: 1.2rem;
}
#footer .f-box .update .date {
  display: inline-block;
  margin-right: 6px;
}
#footer .f-box .copyright {
  color: #fff;
  font-size: 12px;
  font-size: 1.2rem;
}
#footer .credit {
  color: #fff;
  font-size: 12px;
  font-size: 1.2rem;
}

#modal-pop {
  padding: 20px;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 10000;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.6);
  display: flex;
  align-items: center;
  justify-content: center;
}
#modal-pop #pop-img {
  width: 100%;
  max-width: 800px;
  position: relative;
}
#modal-pop #pop-img img {
  max-width: 100%;
  height: auto;
}
#modal-pop #pop-img .close {
  width: 40px;
  height: 30px;
  line-height: 30px;
  color: #fff;
  font-size: 16px;
  font-weight: bold;
  text-align: center;
  background-color: #000;
  border-radius: 8px 8px 0 0;
  position: absolute;
  top: -30px;
  right: 0;
  cursor: pointer;
}

@media screen and (max-width: 600px) {
  a[href^="tel:"] {
    pointer-events: auto;
    text-decoration: underline !important;
  }

  .spbr {
    display: block;
  }

  .pcbr {
    display: inline;
  }

  .pc {
    display: none;
  }

  .sp {
    display: block;
  }

  img.sp {
    display: inline-block;
  }

  #header .h-box {
    display: block;
  }
  #header .h-box #top-nav {
    margin: 0;
  }
  #header #update-text {
    display: flex;
  }
  #header #update-text li {
    margin: 0 16px 0 0;
  }
  #header #update-text li a:hover {
    text-decoration: none;
  }
  #header .btn-shop {
    margin-top: 10px;
  }
  #header .btn-twitter {
    margin-top: 10px;
  }
  #header .btn-onomono {
    margin-top: 10px;
  }

  #footer {
    display: block;
  }
  #footer .f-box {
    margin-bottom: 6px;
    display: block;
  }
  #footer .f-box .logo {
    margin-bottom: 6px;
    margin-right: 0;
  }
  #footer .f-box .update {
    margin-bottom: 6px;
    margin-right: 0;
  }
}

/*# sourceMappingURL=top-190901.css.map */
