*,:after,:before {
  /*user-select: none;
  -moz-user-select: none;
  -webkit-user-select: none;
  -o-user-select: none;
  -ms-user-select: none;*/
  -webkit-tap-highlight-color: rgba(0,0,0,0);
  -webkit-text-size-adjust: none;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -o-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
}
html {
  position: relative;
  margin: 0;
  padding: 0;
  width: 100%;
  height: 100%;
  overflow: hidden;
  z-index: 0;
}
body{
  position: relative;
  margin: 0;
  padding: 0;
  width: 100%;
  height: 100%;
  overflow: hidden;
  color: #fff;
  background: #191919;
  font-family: Arial,Helvetica,"游ゴシック",YuGothic,"Hiragino Kaku Gothic ProN",Meiryo,sans-serif;
  font-smoothing: antialiased;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  z-index: 0;
}
::selection {
  background: rgba(0,0,0,0.7); /* Safari */
  color: #fff;
}
::-moz-selection {
  background: rgba(0,0,0,0.7); /* Firefox */
  color: #fff;
}
a {
  color: inherit;
}
img {
  border: 0px;
}
.clear {
  clear: both;
}
.tbc {
  display: table-cell;
  vertical-align: middle;
}
.r {
  position: relative;
  width: 100%;
  height: 100%;
}
.quote {
  color: #888 !important;
  font-size: 10px;
}
.info {
  padding: 5px 20px;
  font-size: 16px;
  line-height: 1.7;
  letter-spacing: 0;
  word-break: break-all;
  background: #e5e5e5;
}
.subTitle {
  margin-top: 30px;
  padding-left: 12px;
  font-weight: bold;
  border-left: 5px solid rgba(25, 25, 25, .8);
}
.convo {
  position: relative;
  padding: 1px 0 0 27px;
}
.convo:before {
  position: absolute;
  height: 25px;
  color: rgba(25, 25, 25, .8);
  font-weight: bold;
  font-size: 50px;
  line-height: 1;
  transform: skewX(-7deg);
}
.convo:before {
  content: "“";
  top: 0;
  left: 0;
}
@media screen and (min-device-width: 768px) {
  .info {
    padding: 10px 27px;
  }
  .subTitle {
    font-size: 18px;
  }
  .convo {
    padding: 1px 0 0 35px;
  }
}
