@charset "UTF-8";
.more {
  margin: 32px auto;
  height: 70px;
  text-align: center;
  display: inline-block;
  font-size: 80px;
  color: #fff;
}

@media screen and (min-width: 768px) {
  .more {
    margin: 80px auto;
  }
}

.wwd__timeline {
  margin: auto;
  margin-left: 4px;
  padding: 0;
  font-family: "Lato", Arial, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", Osaka, "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}

.wwd__timeline__item {
  position: relative;
  display: block;
  padding-right: 4px;
  padding-bottom: 4px;
  width: 25%;
  float: left;
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -o-box-sizing: border-box;
  -ms-box-sizing: border-box;
}

@media screen and (min-width: 768px) {
  .wwd__timeline__item {
    width: 16.66667%;
  }
}

.wwd__timeline__item::after {
  content: '';
  display: block;
  padding-top: 100%;
}

.wwd__timeline__thumbnail {
  position: relative;
  width: 100%;
  padding-top: 100%;
  float: left;
  overflow: hidden;
  background-position: center;
  background-size: cover;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  -ms-background-size: cover;
}

.wwd__timeline__content {
  position: absolute;
  width: 100%;
  height: 100%;
  padding: 16px;
  top: 0;
  color: #fff;
  background: rgba(0, 0, 0, 0.4);
  text-align: center;
  opacity: 0;
  transition-property: opacity;
  -webkit-transition-property: opacity;
  -moz-transition-property: opacity;
  -o-transition-property: opacity;
  -ms-transition-property: opacity;
  transition-duration: 0.5s;
  -webkit-transition-duration: 0.5s;
  -moz-transition-duration: 0.5s;
  -o-transition-duration: 0.5s;
  -ms-transition-duration: 0.5s;
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -o-box-sizing: border-box;
  -ms-box-sizing: border-box;
}

@media screen and (min-width: 992px) {
  .wwd__timeline__content:hover {
    opacity: 1;
  }
}

.wwd__timeline__play-overlay {
  position: absolute;
  width: 100%;
  padding-top: 100%;
  background-image: url("/admin/v1/wp-content/themes/wwdjapan/images/movie_arrow.png");
  background-position: center;
  background-repeat: no-repeat;
  background-size: 30%;
  -webkit-background-size: 30%;
  -moz-background-size: 30%;
  -o-background-size: 30%;
  -ms-background-size: 30%;
}

.wwd__timeline__part--name {
  font-size: 0.9em;
}

.wwd__timeline__part--text {
  font-size: 0.8em;
}

.wwd__timeline__more {
  margin: 0;
  text-align: center;
}

.wwd__timeline__image {
  max-width: 100%;
  height: auto;
}

.wwd__timeline__image--icon {
  width: 60px;
}

@media screen and (min-width: 768px) {
  .wwd__timeline .wwd__modal .wwd__modal__content {
    padding: 16px;
  }
}

.wwd__timeline-modal p {
  margin: auto;
}

.wwd__timeline-modal__heading__wrap {
  padding: 6px 0 2px;
  text-align: center;
}

.wwd__timeline-modal__heading__wrap .wwd__modal__title {
  display: inline-block;
  margin-left: 16px;
  vertical-align: top;
}

.wwd__timeline-modal__media {
  width: 100%;
  max-width: 100%;
  height: auto;
}

.wwd__timeline-modal__image {
  max-width: 100%;
  height: auto;
}

.wwd__timeline-modal__image--icon {
  width: 50px;
  border: solid #ccc;
  border-width: 1px;
  border-radius: 2px;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  -o-border-radius: 2px;
  -ms-border-radius: 2px;
}

@media screen and (-webkit-min-device-pixel-ratio: 2) {
  .wwd__timeline-modal__image--icon {
    border-width: 0.5px;
  }
}

.wwd__timeline-modal__part--icon {
  margin-bottom: 10px;
}

.wwd__timeline-modal__part--name {
  margin-bottom: 16px;
  font-weight: 600;
}

.wwd__timeline-modal__part--retweets {
  color: #c00;
}

.wwd__timeline-modal__part--favorite {
  color: #c00;
}

.wwd__timeline-modal__part--twitter {
  color: #55acee;
}

.wwd__timeline-modal__part--likes {
  color: #c00;
}

.wwd__timeline-modal__part--instagram {
  color: #3f729b;
}

.wwd__timeline-modal__part--time {
  text-align: right;
}

.wwd__timeline-modal__part--time::after {
  content: attr(data-time);
  margin-left: 8px;
  color: gray;
  font-size: 0.9em;
}

.wwd__timeline-modal__usercontent {
  margin-top: 16px;
}

/* テキストのみ */
.wwd__timeline__txt {
  /*
    &:nth-child(odd) {
        .wwd__timeline__txt__content { background: #f4fafd; }
    }
    &:nth-child(8n+1) {
        .wwd__timeline__txt__content { @include col-sm { background: #efeeed; } }
    }
    &:nth-child(8n+2) {
        .wwd__timeline__txt__content { @include col-sm { background: #f4fafd; } }
    }
    &:nth-child(8n+3) {
        .wwd__timeline__txt__content { @include col-sm { background: #efeeed; } }
    }
    &:nth-child(8n+4) {
        .wwd__timeline__txt__content { @include col-sm { background: #f4fafd; } }
    }
    &:nth-child(8n+5) {
        .wwd__timeline__txt__content { @include col-sm { background: #f4fafd; } }
    }
    &:nth-child(8n+6) {
        .wwd__timeline__txt__content { @include col-sm { background: #efeeed; } }
    }
    &:nth-child(8n+7) {
        .wwd__timeline__txt__content { @include col-sm { background: #f4fafd; } }
    }
    &:nth-child(8n+8) {
        .wwd__timeline__txt__content { @include col-sm { background: #efeeed; } }
    }
    */
}

.wwd__timeline__txt__item {
  position: relative;
  display: block;
  width: 100%;
  color: #070606;
  padding-bottom: 4px;
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -o-box-sizing: border-box;
  -ms-box-sizing: border-box;
}

@media screen and (min-width: 768px) {
  .wwd__timeline__txt__item {
    width: 25%;
    padding-right: 4px;
    float: left;
  }
}

.wwd__timeline__txt__content {
  padding: 16px;
  display: table;
  background: #ffffff;
  box-sizing: border-box;
  width: 100%;
  height: 100%;
  text-align: left;
}

.wwd__timeline__txt__tweet {
  margin-bottom: 16px;
  display: table-header-group;
}

.wwd__timeline__txt__profile {
  display: table-cell;
  vertical-align: bottom;
}

.wwd__timeline__txt__profile__content {
  display: table;
  padding-top: 16px;
}

.wwd__timeline__txt__profile__content img {
  display: table-cell;
  vertical-align: middle;
}

.wwd__timeline__txt__profile__content h3 {
  display: table-cell;
  font-size: 100%;
  line-height: 100%;
  vertical-align: middle;
  width: 80%;
  text-align: left;
  padding-left: 16px;
}
