@charset "UTF-8";
/*------------------------------------------------------------
    TOPショート
------------------------------------------------------------*/
.top-shorts {
  background-color: #000;
}

.top-shorts-subtitle {
  text-align: right;
  font-size: .875rem;
  font-weight: bold;
  padding: 10px;
}

.top-shorts-subtitle a {
  color: #fff;
}

.top-shorts-subtitle a:hover, .top-shorts-subtitle a:visited {
  color: #fff;
}

.top-shorts-subtitle a:hover span, .top-shorts-subtitle a:visited span {
  color: #a3a3a3;
}

.top-shorts-subtitle a span {
  font-size: 0.625rem;
  color: #a3a3a3;
}

.top-shorts-list-item {
  width: 184px;
  height: 327px;
  z-index: 1;
  border-radius: 20px;
  overflow: hidden;
  margin: 0 20px 20px 0;
}

/*------------------------------------------------------------
	一覧
------------------------------------------------------------*/
.list-box {
  border-bottom: 1px solid #dde2e5;
  padding-top: 10px;
  padding-bottom: 10px;
  overflow: hidden;
  display: flex;
}

.list-box:first-child {
  border-top: 1px solid #dde2e5;
}

.list-box a {
  color: #222;
}

.list-box a:hover, .list-box a:visited {
  color: #222;
}

.list-thumb {
  position: relative;
  width: 160px;
  height: 120px;
}

.list-thumb:before {
  display: block;
  content: "";
  width: 100%;
  padding-top: 75%;
}

.list-thumb-inner {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background-size: cover;
  background-position: center;
}

.list-info {
  flex: 1;
  padding-left: 15px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

.list-title {
  line-height: 1.375em;
  margin-top: 10px;
  margin-bottom: .5em;
  font-weight: bold;
}

.list-text {
  font-size: .75rem;
  line-height: 1.33em;
  color: #808080;
  margin-bottom: .5em;
}

.list-data {
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
  margin-top: 4px;
  margin-bottom: 1em;
  font-size: .6875rem;
  line-height: 1;
  overflow: hidden;
  color: #808080;
}

.list-data a {
  color: #808080;
}

.list-data a:hover, .list-data a:visited {
  color: #808080;
}

.list-time {
  padding-right: 1em;
  white-space: nowrap;
}

.list-view {
  padding-left: 1em;
  border-left: 1px solid #dcdcdc;
  padding-top: 2px;
  padding-bottom: 2px;
}

.list-cat-group {
  flex: 1;
  display: flex;
  justify-content: flex-end;
  flex-wrap: wrap;
}

.list-cat, .list-cat-pickup {
  display: inline-block;
  margin-right: 8px;
}

.list-cat {
  padding: 2px 0;
}

.list-time > a {
  color: #546e7a;
}

.ad_square_group + .list_box {
  border-top: 1px solid #dde2e5;
}

.list_rensai, .list_kikou {
  white-space: nowrap;
  overflow: hidden;
  text-align: right;
  padding-top: 2px;
}

.list_rensai > a {
  color: #546e7a;
}
