@charset "Shift_JIS";

/* SmartHash */
.smarthash {
  margin: 0 auto;
  width: 100%;
  overflow: hidden;
}

.smarthash ul {
  max-width: 800px;
  height: auto !important;
  margin: 0 auto;
}
.smarthash li {
  word-break: break-all;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  letter-spacing: 0;
  text-align: center;
  vertical-align: top;
  margin: 0;
  width: 100%;
  height: auto;
  display: inline-block;
  overflow: hidden;
}
.smarthash li a {
  display: block;
  position: relative;
  padding: 0 0 56.25%; /* 800:100=450:x */
  width: 100%;
}
.smarthash li a img {
  width: 100% !important;
  height: auto !important;
}
.smarthash li a:before {
  opacity: 0;
  width: 100%;
  height: 100%;
  z-index: 5;
  top: 0;
  left: 0;
  background: #000 url(../img/icon_ig.png) no-repeat center center;
  content: "";
  position: absolute;
  transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
}

.smarthash li a:hover:before { opacity: 0.5; }
.smarthash li .multiple { position: relative; }

.smarthash li .multiple:after {
  width: 22px;
  height: 22px;
  z-index: 1;
  top: 5px;
  right: 5px;
  background: url(../img/multiple.png) no-repeat right top;
  background-size: 22px auto;
  content: "";
  position: absolute;
  display: none;
}

.smarthash li p {
  font-size: 14px;
  font-weight: bold;
  text-align: left;
  padding-top: 10px;
}

.smarthash li .description {
  font-size: 12px;
  text-align: left;
  margin-top: 5px;
  padding-top: 5px;
  border-top: 1px solid #ddd;
  display: block;
}

.smarthash li .hash_tag {
  font-size: 12px;
  color: #999;
  text-align: right;
  margin-top: 5px;
  padding-top: 5px;
  border-top: 1px solid #ddd;
  display: block;
}

.smarthash li .created_at {
  font-size: 10px;
  color: #999;
  text-align: right;
  margin-top: 2px;
  padding-top: 0;
  display: block;
}

.smarthash li img,
.smarthash li video {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  width: 100%;
  height: auto;
}

.smarthash li a {
  color: #fff;
  text-decoration: none;
  position: relative;
  overflow: hidden;
  width:100%;
  position: relative;
}

.smarthash li .ov_cnt {
  transition: all 0.25s ease-out;
  margin: auto 0;
  width: 100%;
  width: 100%;
  height: 100%;
  z-index: 999;
  top: 50%;
  left: -100%;
  bottom: 50%;
  overflow: hidden;
  position: absolute;
}

.smarthash li a:hover .ov_cnt {
  transition: all 0.25s ease-out;
  opacity: 1;
  left: 0;
}

.smarthash li .ov_cnt_scl {
  overflow: hidden;
  width : -webkit-calc(100% + 20px) ;
   width : calc(100% + 20px) ;
  height: 100%;
  -webkit-overflow-scrolling: touch;
  overflow-y: scroll;
}

.smarthash li .ov_cnt_ajst {
  box-sizing: border-box;
  padding: 10px 20px 20px;
  width: 100% ;
}

.smarthash li a div.bg {
  opacity: 0;
  width: 100%;
  height: 100%;
  z-index: 90;
  top: 0;
  left: 0;
  display: block;
  background: #000;
  position: absolute;
}

.smarthash li a:hover div.bg { opacity: 0.5; }
.smarthash_zoom { display: none; }

