@charset "Shift_JIS";

/* SmartHash */

.smarthash {
  margin: 0 auto;
  width: 1306px;
  overflow: hidden;
}

.smarthash ul {
  letter-spacing: -0.4em;
  width: 1306px;
  margin-left: -20px;
}

.smarthash li {
  word-break: break-all;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  letter-spacing: 0;
  text-align: center;
  vertical-align: top;
  padding: 20px 0 0 20px;
  width: 325px;
  display: inline-block;
  overflow: hidden;
}

.smarthash li a {
  display: block;
}

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

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

.smarthash li .description {
  font-size: 14px;
  /* height: calc(14px * 1.4 * 4);
  line-height: 1.4;
  text-align: left;
  display: block;
  margin-top: 10px;
  overflow: hidden;
  position: relative; */
  text-align: left;
  display: block;
}

/* .smarthash li .description:before {
  background: #fff;
  position: absolute;
  content: "...";
  top: calc(14px * 1.4 * (4 - 1));
  right: 0;
  width: 1.8rem;
  font-size: 14px;
} */
/* .smarthash li .description:after {
  background: #fff;
  position: absolute;
  content: "";
  height: 100%;
  width: 100%;
} */

.smarthash li .hash_tag {
  font-size: 12px;
  color: #999;
  text-align: right;
  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 {
  height: auto;
  max-width: 100%;
}

.smarthash_zoom {
  display: none;
}

/* zoom */

.data {
  margin: 0;
  width: 100%;
  clear: both;
  float: none;
  overflow: visible;
}

.data_head {
  margin-bottom: 20px;
  padding-bottom: 20px;
  border-bottom: 1px solid #eee;
  min-height: 30px;
}

.dateBox span {
  display: block;
}

.data a {
  color: #000;
}

.data a:hover {
  opacity: 0.7;
  text-decoration: none;
}

.dateBox a:before {
  font-family: FontAwesome;
  color: #ccc;
  margin-right: 5px;
  content: "\f007";
}

.dateBox span:before {
  font-family: FontAwesome;
  color: #ccc;
  margin-right: 5px;
  content: "\f017";
}

.appOoen {
  text-align: right;
  top: 20px;
  right: 20px;
  display: block;
  position: absolute;
}

.appOoen a {
  border-radius: 2px;
  font-size: 75%;
  color: #fff;
  text-align: center;
  padding: 5px 10px;
  display: inline-block;
  background: #333;
}

.data dt.imgBox {
  width: 50%;
  float: left;
}

.data dt.imgBox img,
.data dt.imgBox video {
  width: 100%;
}

.data dd {
  word-break: break-all;
  padding: 20px;
  width: 44%;
  float: right;
}

.data .commentBox {
  padding-bottom: 20px;
}

.data .item_name {
  margin: 10px 0 10px 0;
}

.data .item_img {
  margin: 10px 0 10px 0;
}

.data .item_img img {
  max-width: 100%;
}

.data .item_url {
  margin: 20px 0 10px 0;
}

.data .item_url a {
  border-radius: 30px;
  color: #fff;
  text-align: center;
  margin: 0 auto;
  padding: 10px 40px;
  width: 130px;
  display: block;
  background: #c72425;
}

#colorbox { overflow: visible !important; }
#cboxLoadedContent > div { height:100%; }

#cboxWrapper #cboxClose {
  font-size: 24px;
  color: #fff;
  text-indent: 0;
  top: -35px;
}

/* carousel */
.carousel_wrapper { height: 100%; }
.carousel_wrapper dl { height: 100%; }

.carousel_wrapper dt.imgBox {
  padding-right: 30px;
  width: 520px;
  height: 520px;
}

.carousel_wrapper dd {
  overflow-y: auto;
  width: 500px;
  height: 100%;
  box-sizing:border-box;
}

.carousel_wrapper dt.imgBox .carousel {
  width: 100%;
  height: 100%;
  display: block;
}

.imgBox .carousel_item {
  width: 520px;
  height: 520px;
  display: table;
}

.imgBox .carousel_item p {
  text-align: center;
  vertical-align: middle;
  width: 520px;
  height: 520px;
  display: table-cell;
}

.imgBox .carousel_item p img {
  width: auto;
  height: auto;
  max-height: 100%;
  max-width: 100%;
}

.owl-buttons .owl-prev,
.owl-buttons .owl-next {
  top: 50%;
  position: absolute;
}

.owl-buttons .owl-prev {
  left: 0;
}

.owl-buttons .owl-next {
  right: 0;
}

.owl-buttons .owl-prev:after,
.owl-buttons .owl-next:after {
  font: normal normal normal 60px/1 FontAwesome;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  -webkit-transform: translate(0, 0);
  transform: translate(0, 0);
  -webkit-transition: all 0.5s ease 0s;
  transition: all 0.5s ease 0s;
  color: #fff;
  text-align: center;
  text-shadow: 0 0 10px rgba(0, 0, 0, 0.5);
  margin-top: -40px;
  padding: 10px;
  width: 40px;
  height: 80px;
  display: block;
}

.owl-buttons .owl-prev:hover:after,
.owl-buttons .owl-next:hover:after {
  opacity: 0.7;
  -webkit-transition: all 0.1s ease 0s;
  transition: all 0.1s ease 0s;
}

.owl-buttons .owl-prev:after {
  content: "\f104";
}

.owl-buttons .owl-next:after {
  content: "\f105";
}

/* more_btn */