/* ヘッダーメニュー */
.header-block >ul >li.icon:last-child {
  padding-right: 4px;
}
.header-block >ul >li.icon {
  width: 52px;
  padding: 0;
}
.header-block >ul >li >a {
  position: relative;
  padding-top: 2px;
  font-size: 10px;
  line-height: 1;
}
.header-block >ul >li >a:before {
  display: block;
  width: 22px;
  height: 22px;
  margin: 0 auto 4px;
  background: url(https://www.p-world.co.jp/sp/images/iconHeaderNav.png) no-repeat;
  -webkit-background-size: 22px 44px;
  -moz-background-size: 22px 44px;
  background-size: 22px 44px;
  content: '';
}
.header-block >ul >li.icon--login >a:before {
  background-position: 0 0;
}
.header-block >ul >li.icon--setting >a:before {
  background-position: 0 -22px;
}

.main-menu--timeline {
  position: relative;
}
.main-menu--timeline:before {
  position: absolute;
  top: 0;
  left: 0;
  width: 26px;
  height: 26px;
  -webkit-background-size: 22px 22px;
  -moz-background-size: 22px 22px;
  background-size: 26px 26px;
  content: '';
  z-index: 6;
}
.main-menu--timeline.selected:before {
  top: 1px
}

/* タイムライン */
.timeline {
  position: relative;
  -webkit-box-shadow: 2px 2px 3px 1px rgba(0,0,0,.5);
  -moz-box-shadow: 2px 2px 3px 1px rgba(0,0,0,.5);
  box-shadow: 2px 2px 3px 1px rgba(0,0,0,.5);
  margin: 0;
  padding: 14px 8px 8px;
  background-color: #c0c6ce;
  list-style-type: none;
}
.timeline img {
  vertical-align: top;
}
.timeline-item {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-box;
  display: -webkit-flex;
  display: -ms-flex;
  display: flex;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-box-shadow: 0 1px 4px rgba(0,0,0,.5);
  -moz-box-shadow: 0 1px 4px rgba(0,0,0,.5);
  box-shadow: 0 1px 4px rgba(0,0,0,.5);
  width: 100%;
  margin-bottom: 8px;
  padding: 12px;
  -webkit-border-radius: 8px;
  -moz-border-radius: 8px;
  border-radius: 8px;
  background-color: #fff;
  text-decoration: none;
}
.timeline-thumb {
  width: 18%;
  max-width: 64px;
  min-width: 40px;
  margin-right: 8px;
}
.timeline-thumb img {
  width: 100%;
  height: auto;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
}
.timeline-detail {
  -webkit-box-flex: 1;
  -moz-box-flex: 1;
  -ms-box-flex: 1;
  -webkit-flex: 1;
  flex: 1;
  font-size: 14px;
  line-height: 1.3;
  text-align: left;
  word-break: break-all;
  overflow: hidden;
}
.timeline-header {
  display: block;
  margin-bottom: 8px;
  color: #202020;
  text-decoration: none;
}
.timeline-title {
  margin: 0;
}
.timeline-title > strong {
  display: block;
  color: #af0303;
  font-size: 16px;
  font-weight: bold;
}
.timeline-title > strong > img {
  margin-left: 4px;
  vertical-align: middle;
}
.timeline-date {
  margin: 0;
  color: #a0a0a0;
}
.timeline-body {
  position: relative;
  display: block;
  margin: 0;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  border: solid 1px #c8c8c8;
  color: #202020;
  text-decoration: none;
  overflow: hidden;
}
.timeline-body--info {
  border: none;
  font-weight: bold;
}
.timeline-body--infoRoyal,
.timeline-body--infoPremium {
  padding: 3px 3px 2px;
  border-bottom: 1px solid #d2a24f;
  background: #f9cc0c url(https://www.p-world.co.jp/sp/images/borderHallAdsPremium-0001.png) no-repeat 0 0;
  -webkit-background-size: 100% 60px;
  -moz-background-size: 100% 60px;
  background-size: 100% 60px;
  color: #fff;
}
.timeline-body--infoAdvance {
  border: solid 3px #ce2323;
  background: #f9d4d4 url(https://www.p-world.co.jp/sp/images/bgHallAdsPlus-0001.png) repeat-x 0 0;
  color: #af0303;
}
.timeline-body--infoBasic {
  border: solid 2px #c0c0c0;
  background-color: #fdf2f2;
  color: #00f;
}
.timeline-body--infoRoyal .timeline-body-text {
  -webkit-box-shadow: 0 0 4px rgba(0,0,0,.5) inset;
  -moz-box-shadow: 0 0 4px rgba(0,0,0,.5) inset;
  box-shadow: 0 0 4px rgba(0,0,0,.5) inset;
  padding: 6px 8px;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  background: #000 url("https://idn.p-world.co.jp/sp/images/bgHallAdsRoyal.png") repeat-x 0 0;
}
.timeline-body--infoPremium .timeline-body-text {
  -webkit-box-shadow: 0 0 4px rgba(0,0,0,.5) inset;
  -moz-box-shadow: 0 0 4px rgba(0,0,0,.5) inset;
  box-shadow: 0 0 4px rgba(0,0,0,.5) inset;
  padding: 6px 8px;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  background: #940000 url(https://www.p-world.co.jp/sp/images/bgHallAdsPremium-0001.png) repeat-x 0 0;
}
.timeline-body--movie {
  position: relative;
  padding: 16px 0;
  border-color: #000;
  background-color: #000;
  text-align: center;
  overflow: hidden;
}
.timeline-body--movie:after {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: url(https://www.p-world.co.jp/sp/images/iconKisyubbsRelateContentsPlayMovie_300x300.png) no-repeat 50% 50%;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  background-size: cover;
  content: '';
  z-index: 1;
}
.timeline-body--movie > img {
  width: 98%;
}
.timeline-body-thumb {
  height: 140px;
  margin: 0;
  border-bottom: solid 1px #c8c8c8;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  background-size: cover;
  background-position: 50% 0;
  text-align: center;
}
.timeline-body-text {
  margin: 0;
  padding: 8px;
  word-break: break-all;
}
.timeline-body--mail .timeline-body-text > span {
  display: block;
  overflow: hidden;
  height: 72.8px;
}
@media screen and (min-width:375px) {
  .timeline-body-thumb {
    height: 170px;
  }
}
@media screen and (min-width:414px) {
  .timeline-body-thumb {
    height: 190px;
  }
}
.timeline-more a {
  display: block;
  -webkit-box-shadow: 0 1px 4px rgba(0,0,0,.5);
  -moz-box-shadow: 0 1px 4px rgba(0,0,0,.5);
  box-shadow: 0 1px 4px rgba(0,0,0,.5);
  padding: 20px 0;
  -webkit-border-radius: 8px;
  -moz-border-radius: 8px;
  border-radius: 8px;
  background-color: #fff;
  color: #000;
  font-size: 14px;
  text-align: center;
  text-decoration: none;
}

.timeline-loading {
  height: 60px;
  background: url(https://www.p-world.co.jp/sp/images/loading.gif) no-repeat 50% 50%;
  text-indent: -9999px;
}


/* 未ログイン */
.timeline-notLogin {
  position: relative;
  -webkit-box-shadow: 2px 2px 3px 1px rgba(0,0,0,.5);
  -moz-box-shadow: 2px 2px 3px 1px rgba(0,0,0,.5);
  box-shadow: 2px 2px 3px 1px rgba(0,0,0,.5);
  margin: 0;
  padding: 24px 16px;
  border-bottom: solid 1px #c0c0c0;
  /* background-color: #fff; */
  background-color: #eee;
  background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #fff), color-stop(100%, #eee));
  background-image: -webkit-linear-gradient(#fff, #eee);
  background-image: -moz-linear-gradient(#fff, #eee);
  background-image: -o-linear-gradient(#fff, #eee);
  background-image: linear-gradient(#fff, #eee);
  color: #202020;
  font-size: 14px;
  line-height: 1.4;
}
.timeline-notLogin-form {
  margin: 40px 0 24px;
  text-align: center;
}
.timeline-notLogin-link {
  margin: 0;
  text-align: center;
}

/* フォロー0件 */
.timeline-nonFollow {
  position: relative;
  -webkit-box-shadow: 2px 2px 3px 1px rgba(0,0,0,.5);
  -moz-box-shadow: 2px 2px 3px 1px rgba(0,0,0,.5);
  box-shadow: 2px 2px 3px 1px rgba(0,0,0,.5);
  margin: 0;
  padding: 24px 16px;
  border-bottom: solid 1px #c0c0c0;
  /* background-color: #fff; */
  background-color: #eee;
  background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #fff), color-stop(100%, #eee));
  background-image: -webkit-linear-gradient(#fff, #eee);
  background-image: -moz-linear-gradient(#fff, #eee);
  background-image: -o-linear-gradient(#fff, #eee);
  background-image: linear-gradient(#fff, #eee);
  color: #202020;
  font-size: 14px;
  line-height: 1.4;
}
.timeline-nonFollow-link {
  margin: 2em 0 0;
  text-align: center;
}

/* timelineHeaderLink */
.timelineHeaderLink {
  background-color: #fff;
  border-bottom: solid 1px #a8a8a8;
}
.timelineHeaderLink-header {
  margin: 0;
  padding: 8px 0 4px;
  font-size: 14px;
  text-align: center;
  letter-spacing: -1px;
}
@media screen and (max-width: 320px) {
  .timelineHeaderLink-header {
    letter-spacing: -1.5px;
  }
}
.timelineHeaderLink-navs {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-box;
  display: -webkit-flex;
  display: -ms-flex;
  display: flex;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  width: 100%;
  padding: 0 4px 10px 4px;
  color: #000;
  font-size: 14px;
}
.timelineHeaderLink-navs > a {
  position: relative;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-box;
  display: -webkit-flex;
  display: -ms-flex;
  display: flex;
  -webkit-box-flex: 1;
  -moz-box-flex: 1;
  -ms-box-flex: 1;
  -webkit-flex: 1;
  flex: 1;
  width: 100%;
  margin: 0 4px;
  padding: 10px 24px 10px 8px;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  border: solid 1px #a8a8a8;
  border-bottom-width: 2px;
  color: #000;
  line-height: 16px;
  text-decoration: none;
}
.timelineHeaderLink-navs > a:after {
  position: absolute;
  content: '';
  top: 0;
  right: 4px;
  bottom: 0;
  width: 16px;
  height: 16px;
  margin: auto;
  background: url(https://www.p-world.co.jp/sp/images/red_arrow_03.png) no-repeat 0 0;
}
.timelineHeaderLink-navs > a > span {
  display: inline-block;
}
.timelineHeaderLink-navs > a > span:first-child {
  -webkit-box-flex: 1;
  -moz-box-flex: 1;
  -ms-box-flex: 1;
  -webkit-flex: 1;
  flex: 1;
}
.timelineHeaderLink-navs > a > span:last-child {
  font-size: 16px;
}

/* エリア配信 */
.timeline-areaItem {
  -webkit-box-shadow: 0 1px 4px rgba(0,0,0,.5);
  -moz-box-shadow: 0 1px 4px rgba(0,0,0,.5);
  box-shadow: 0 1px 4px rgba(0,0,0,.5);
  margin-bottom: 8px;
  padding: 12px;
  -webkit-border-radius: 8px;
  -moz-border-radius: 8px;
  border-radius: 8px;
  background-color: #fff;
  word-break: break-all;
}
.timeline-areaItem-grid {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-box;
  display: -webkit-flex;
  display: -ms-flex;
  display: flex;
  width: 100%;
  margin-bottom: 12px;
}
.timeline-areaItem .timeline-body {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-box;
  display: -webkit-flex;
  display: -ms-flex;
  display: flex;
  width: 100%;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  border: none;
}
.timeline-area,
.timeline-hall {
  margin: 0;
}
.timeline-hall {
  color: #af0303;
  font-size: 16px;
  font-weight: bold;
}
.timeline-areaItem .timeline-title {
  margin-bottom: 8px;
  padding: 6px 8px;
  background-color: #ce2323;
  color: #fff;
  font-size: 16px;
  font-weight: bold;
  line-height: 1.2;
}
.timeline-hall > img {
  margin-left: 4px;
  vertical-align: middle;
}
.timeline-areaItem .timeline-body-thumb,
.timeline-areaItem .timeline-body-text {
  -webkit-box-flex: 1;
  -moz-box-flex: 1;
  -ms-box-flex: 1;
  -webkit-flex: 1;
  flex: 1;
  width: 50%;
}
.timeline-areaItem .timeline-body-thumb {
  position: relative;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  height: auto;
  min-height: 140px;
  border: solid 1px #c8c8c8;
  -webkit-background-size: contain;
  -moz-background-size: contain;
  background-size: contain;
  background-position: 50%;
  background-repeat: no-repeat;
}
.timeline-areaItem .timeline-body-thumb:after {
  position: absolute;
  bottom: 0;
  right: 0;
  width: 22px;
  height: 22px;
  background: url(https://www.p-world.co.jp/sp/images/iconZoom2x.png) no-repeat 0 0;
  -webkit-background-size: 22px 22px;
  -moz-background-size: 22px 22px;
  background-size: 22px 22px;
  content: '';
}
.timeline-areaItem .timeline-body-text {
  margin-left: 8px;
  padding: 0;
  font-size: 14px;
  line-height: 1.3;
}
.timeline-thumb {
  width: 60px;
  
  min-width: 60px
}
.timeline-areaItem .timeline-thumb a {
  display: inline-block;
  width: 60px;
  height: 60px;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  color: #fff;
  font-size: 30px;
  font-weight: bold;
  line-height: 60px;
  text-align: center;
  text-decoration: none;
}
.timeline-thumb--c01 a {
  background-color: #feb9a9;
}
.timeline-thumb--c02 a {
  background-color: #aac9fd;
}
.timeline-thumb--c03 a {
  background-color: #ade0d1;
}
.timeline-thumb--c04 a {
  background-color: #f6bae3;
}
.timeline-thumb--c05 a {
  background-color: #f4d394;
}

/* 機種画像拡大 */
body.is-showZoomBox {
  overflow: hidden;
}
.zoomBox {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(250,250,250,.85) url(https://www.p-world.co.jp/sp/images/loading.gif) no-repeat center center;
  z-index: 997;
  overflow: auto;
}
.zoomBox-close {
  position: fixed;
  top: 12px;
  right: 12px;
  width: 40px;
  height: 40px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  border: solid 2px #404040;
  -webkit-border-radius: 40px;
  -moz-border-radius: 40px;
  border-radius: 40px;
  font-family: arial, sans-serif;
  overflow: hidden;
  z-index: 999;
}
.zoomBox-close::after {
  display: block;
  width: 36px;
  height: 36px;
  color: #404040;
  font-size: 36px;
  font-weight: bold;
  line-height: 36px;
  text-align: center;
  content: '×';
}
.zoomBox-thumb {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  width: 80%;
  height: auto;
  max-width: 510px;
  margin: auto;
  z-index: 998;
}
