@charset "UTF-8";
/* http://meyerweb.com/eric/tools/css/reset/ 
   v2.0 | 20110126
   License: none (public domain)
*/
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-size: 100%;
  font: inherit;
  vertical-align: baseline;
}

/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
  display: block;
}

body {
  line-height: 1;
}

ol, ul {
  list-style: none;
}

blockquote, q {
  quotes: none;
}

blockquote:before, blockquote:after,
q:before, q:after {
  content: '';
  content: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

/*
---------------------- ここまでReset ---------------------------- */
:root, html, body {
  background: #000;
  color: #fff;
}

* {
  box-sizing: border-box;
}

li {
  list-style-type: none;
}

img {
  max-width: 100%;
  height: auto;
}

.TitleHead {
  margin: 5% auto 3%;
  border-bottom: dotted 1px #fff;
  text-align: center;
}
@media only screen and (max-width: 767px) {
  .TitleHead h1 {
    font-size: 1.6rem;
    font-weight: normal;
    margin-top: 10%;
    margin-left: 5%;
    margin-bottom: 3%;
    margin-right: 5%;
  }
}
@media only screen and (min-width: 768px) {
  .TitleHead h1 {
    font-size: 2.2rem;
    margin-bottom: 1%;
  }
}

.wrap {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0;
}

.main {
  overflow: hidden;
}
@media only screen and (max-width: 767px) {
  .main {
    max-width: 100%;
    margin: 0 auto;
    height: auto;
  }
}
@media only screen and (min-width: 768px) {
  .main {
    width: 100%;
    padding: 0;
  }
}

.img_bg {
  background-image: url(../img/background.png);
  background-repeat: no-repeat;
  width: 818px;
  height: 1145px;
  position: relative;
  z-index: 0;
  margin: 20px auto;
}

@media only screen and (min-width: 768px) {
  .title {
    margin-top: 1%;
    margin-left: -1%;
    padding: 0;
    position: absolute;
    z-index: 1;
  }
}

@media only screen and (min-width: 768px) {
  .tshirt {
    margin-top: 50%;
    margin-left: 3%;
    padding: 0;
    position: absolute;
    z-index: 2;
  }
}

@media only screen and (min-width: 768px) {
  .twitter {
    margin-top: 134%;
    padding: 0;
    position: absolute;
    z-index: 3;
  }
}
@media only screen and (min-width: 768px) {
  .twitter .order {
    margin: 0 auto;
  }
}

.btn_order {
  width: 380px;
  margin-bottom: 30px;
}

/*# sourceMappingURL=nishio.css.map */
