@charset "utf-8";
#person > header {
  padding: 19px 3em 19px 6px;
}
#p-main {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  width: 100%;
  margin: 2px 0 0;
  padding: 6px;
  background: #eee;
  position: relative;
  overflow: hidden;
  -moz-box-shadow: 0 5px 5px rgba(0, 0, 0, 0.3);
  -webkit-box-shadow: 0 5px 5px rgba(0, 0, 0, 0.3);
  box-shadow: 0 5px 5px rgba(0, 0, 0, 0.3);
}
#p-main > img {
  width: 54%;
  float: left;
  -moz-border-radius: 2px;
  -webkit-border-radius: 2px;
  border-radius: 2px;
  -moz-box-shadow: 0 2px 2px rgba(0, 0, 0, 0.1);
  -webkit-box-shadow: 0 2px 2px rgba(0, 0, 0, 0.1);
  box-shadow: 0 2px 2px rgba(0, 0, 0, 0.1);
}
#p-main div {
  float: right;
  width: 44%;
}
#p-main ul {
  margin-bottom: 6px;
  overflow: hidden;
  border-bottom: 1px solid #fff;
}
#p-main li {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding: 2px 4px;
  border-top: 1px solid #fff;
  border-bottom: 1px solid #bdbdbd;
}
#p-main li:first-child {
  border-top: none;
}
#p-main li a {
  display: block;
  position: relative;
  color: #bbb;
}
#p-main li a[href] {
  color: #011b8f;
}

#p-main li a:after, #p-main li dl:after {
  display: block;
  content: "";
  width: 0;
  height: 0;
  border-width: 0 0 6px 6px;
  border-style: solid;
  border-color: transparent transparent #808080 transparent;
  position: absolute;
  right: 0;
  bottom: 4px;
}

/* #p-main li a:after {
  display: block;
  content: "";
  width: 0;
  height: 0;
  border-width: 0 0 6px 6px;
  border-style: solid;
  border-color: transparent transparent #808080 transparent;
  position: absolute;
  right: 0;
  bottom: 4px;
} */
#p-main li:nth-child(2) a, #p-main li:nth-child(3) a {
  padding: 6px 0;
}
#p-main dl {
  position: relative;
  line-height: 1;
  font-weight: bold;
  padding-bottom: 1.6em;
}
#p-main dt {
  position: absolute;
  width: 100%;
  bottom: 8px;
  color: #333;
  font-size: 13px;
}
#p-main dd {
  padding-top: .4em;
  color: #ff6c00;
}
#p-main dd strong {
  padding-right: 2px;
  font-size: 34px;
  color: #ff6c00;
  font-family: Arial, Helvetica, sans-serif;
  font-weight: bold;
}

#p-ci .checkin-btn {
  display: block;
  width: 100%;
  height: 40px;
  position: relative;
  top: 4px;
  background-image: url(../../images/smartphone/icon_checkin03.png);
  background-repeat: no-repeat;
  background-size: 40px auto;
  border: none;
  text-align: left;
  background-position: right;
  font-size: 34px;
  font-weight: bold;
  color: #ff6c00;
  padding: 0;
}
#p-ci .checkin-btn.checked {
  background-image: url(../../images/smartphone/icon_checkin02.png);
}


#p-rev dd span {
  font-size: 10px;
  color: #333;
  font-weight: normal;
}
#p-ci img {
  display: block;
  width: 40px;
  height: 40px;
  position: absolute;
  right: 0;
  top: 4px;
  background-image: url(../../images/smartphone/icon_checkin03.png);
  background-size: 40px auto;
}
.on#p-ci img {
  background-image: url(../../images/smartphone/icon_checkin02.png);
}
#p-hot {
  display: block;
  margin-bottom: 8px;
  padding: 4px 0;
  text-align: center;
  background: #dbdbdb;
  -moz-border-radius: 30px;
  -webkit-border-radius: 30px;
  border-radius: 30px;
  font-size: 12px;
  line-height: 1;
  color: #adadad;
  position: relative;
}
#p-hot span {
  display: inline-block;
  padding-left: 4px;
  font-weight: bold;
}
#p-hot[href] {
  background: #cfcfcf;
  color: #333;
}
#p-hot[href] span {
  color: #c00;
}
/* +++++++++++++++++++++++++++

	data

++++++++++++++++++++++++++++++ */
#data {
  margin-bottom: 6px;
  padding: 12px 6px 6px;
  font-size: 16px;
  background: #eee;
}
#data ul {
  margin-bottom: 12px;
}
#data li {
  padding: 6px 0;
  position: relative;
  border-bottom: 1px solid #d8d8d8;
}
#data li:first-child {
  border-top: none;
}
#data span {
  display: block;
  font-size: 10px;
  color: #555;
}
#data p {
  padding: 6px 0;
  font-size: 16px;
  line-height: 1.4;
}
#wiki {
  text-align: right;
  font-size: 14px;
}
/* +++++++++++++++++++++++++

	INDEX

+++++++++++++++++++++++++++ */
.p-idx h2 {
  padding: 10px 8px 8px;
  background: #023d65;
  position: relative;
  border-top: 1px solid #bbb;
  -moz-box-shadow: inset 0 1px 0 0 rgba(255, 255, 255, 1.0);
  -webkit-box-shadow: inset 0 1px 0 0 rgba(255, 255, 255, 1.0);
  box-shadow: inset 0 1px 0 0 rgba(255, 255, 255, 1.0);
  font-size: 16px;
  line-height: 1;
  color: #fff;
  text-shadow: 0 1px 1px rgba(0, 0, 0, 0.8);
}
.p-idx footer a {
  display: block;
  padding: 18px 6px 16px;
  font-size: 16px;
  font-weight: bold;
  text-align: center;
  background: #eee;
}
/* +++++++++++++++++++++++++

	p-movie

+++++++++++++++++++++++++++ */
#p-movie li {
  display: block;
  min-height: 55px;
  overflow: hidden;
  color: #333;
  border-bottom: 1px dotted #b7b7b8;
}
#p-movie li a {
  display: block;
  min-height: 55px;
  padding: 5px 34px 6px 102px;
  background: url(../../images/smartphone/icon_linkarrow.png) no-repeat right center;
  background-size: auto 13px;
  color: #333;
  position: relative;
}
#p-movie dt {
  margin-bottom: 2px;
  font-size: 16px;
  font-weight: bold;
  -ms-text-overflow: ellipsis;
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
}
#p-movie dd {
  font-size: 12px;
}
#p-movie dd.role-name{
  font-size: 12px;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  margin-bottom: 5px;
}
#p-movie dd span {
  display: inline-block;
  width: 60px;
  height: 12px;
  font-size: 0;
  line-height: 0;
  text-align: left;
  vertical-align: middle;
  background: url(../../images/smartphone/star0.png) no-repeat scroll 0 -12px transparent;
  background-size: 60px 24px;
}
#p-movie dd span.view {
  position: absolute;
  background: none;
  line-height: 1.5em;
  color: #fff;
  height: auto;
  width: 90px;
}
#p-movie dd span.view .screen, #p-movie dd span.view .stream {
  font-size: 10px;
  background: none;
  width: 34px;
  float: left;
  display: block;
  height: auto;
  line-height: 1.5em;
  text-align: center
}
#p-movie dd span.view .screen {
  background: url(../../images/smartphone/view_screen_icon.png) no-repeat rgba(252, 69, 83, 0.8) 3px /9px;
  padding-left: 11px;
}
#p-movie dd span.view .stream {
  background: url(../../images/smartphone/view_stream_icon.png) no-repeat rgba(21, 195, 175, 0.8) 3px /9px;
  padding-left: 11px;
}
#p-movie dd span img {
  display: inline-block;
  width: 60px;
  height: 12px;
  margin: 0;
  vertical-align: middle;
  background: url(../../images/smartphone/star0.png) no-repeat scroll 0 0 transparent;
  background-size: 60px 24px;
}
#p-movie dd span.r00 img {
  width: 0;
}
#p-movie dd span.r05 img {
  width: 6px;
}
#p-movie dd span.r10 img {
  width: 12px;
}
#p-movie dd span.r15 img {
  width: 18px;
}
#p-movie dd span.r20 img {
  width: 24px;
}
#p-movie dd span.r25 img {
  width: 30px;
}
#p-movie dd span.r30 img {
  width: 36px;
}
#p-movie dd span.r35 img {
  width: 42px;
}
#p-movie dd span.r40 img {
  width: 48px;
}
#p-movie dd span.r45 img {
  width: 54px;
}
#p-movie dd span.r50 img {
  width: 60px;
}
#p-movie dd:last-of-type {
  position: absolute;
  left: 6px;
  top: 6px;
  background: #c00;
}
#p-movie dd > img {
  width: 90px;
  position: absolute;
}
/* +++++++++++++++++++++++++

	p-news

+++++++++++++++++++++++++++ */
#p-article h3 {
  padding: 12px 8px 0;
}
#p-article ul {
  margin: 6px;
  border: 1px solid #bbb;
  -moz-border-radius: 4px;
  -webkit-border-radius: 4px;
  border-radius: 4px;
}
#p-article li {
  padding: 1px;
  border-bottom: 1px solid #bbb;
}
#p-article li:last-child {
  border-bottom: none;
}
#p-article li a {
  display: block;
  min-height: 55px;
  padding: 6px 24px 6px 6px;
  background: url(../../images/smartphone/icon_linkarrow.png) no-repeat right center;
  background-size: auto 13px;
  font-size: 16px;
  font-weight: bold;
  position: relative;
}
#p-article footer {
  border-top: 1px dotted #bbb;
}
/* +++++++++++++++++++++++++

	p-video

+++++++++++++++++++++++++++ */
#p-video > ul > li {
  min-height: 55px;
  padding: 12px 6px;
  background: #eee;
  position: relative;
  overflow: hidden;
  border-bottom: 1px solid #bbb;
}
#p-video > ul > li:last-child {
  border-bottom: 1px dotted #bbb;
}
#p-video dl {
  min-height: 55px;
  position: relative;
}
#p-video dt {
  padding-left: 66px;
  margin-bottom: 2px;
  font-size: 16px;
  font-weight: bold;
  -ms-text-overflow: ellipsis;
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
}
#p-video dd:nth-child(2) {
  padding-left: 70px;
  font-size: 12px;
}
#p-video dd:nth-child(3) {
  position: absolute;
  left: 0px;
  top: 0;
}
#p-video dd:nth-child(3) img {
  width: 60px;
}
#p-video dd ul {
  border: 1px solid #bbb;
  margin: 10px 0 0;
  background: #fff;
  -moz-border-radius: 4px;
  -webkit-border-radius: 4px;
  border-radius: 4px;
}
#p-video dd li {
  border-top: 1px dotted #bbb;
}
#p-video dd li:first-child {
  border-top: none;
}
#p-video dd li a {
  display: block;
  margin: 2px;
  padding: 12px 24px 12px 6px;
  background: url(../../images/smartphone/icon_linkarrow.png) no-repeat right center;
  background-size: auto 13px;
  position: relative;
  font-weight: bold;
}
#p-video dd strong {
  display: inline-block;
  margin: 0 0 0 6px;
  padding: 2px 4px;
  font-size: 10px;
  font-weight: normal;
  background-color: #c00;
  color: #fff;
  -moz-border-radius: 2px;
  -webkit-border-radius: 2px;
  border-radius: 2px;
}
/* +++++++++++++++++++++++++

	p-dvd

+++++++++++++++++++++++++++ */
#p-dvd {
  position: relative;
}
#p-dvd h2 + img {
  position: absolute;
  right: 6px;
  top: 12px;
  width: 100px;
}
#p-dvd li {
  border-top: none;
  border-bottom: 1px dotted #bbb;
}
#p-dvd ul a {
  display: block;
  min-height: 80px;
  padding: 6px 26px 6px 90px;
  position: relative;
  color: #333;
}
#p-dvd ul a[href] {
  background: url(../../images/smartphone/icon_linkarrow.png) no-repeat right center;
  background-size: auto 13px;
}
#p-dvd ul img {
  max-width: 72px;
  max-height: 72px;
}
#p-dvd dt {
  margin-bottom: 4px;
  font-weight: bold;
}
#p-dvd dd {
  font-weight: normal;
  font-size: 14px;
}
#p-dvd dd strong {
  color: #c00;
}
#p-dvd dd:last-of-type {
  width: 72px;
  height: 72px;
  padding: 4px;
  text-align: center;
  background: rgba(0, 0, 0, 0.05);
  position: absolute;
  left: 4px;
  top: 6px;
}
/* +++++++++++++++++++++++++

	p-rel

+++++++++++++++++++++++++++ */
#p-rel ul {
  width: 100%;
  margin-bottom: 20px;
  overflow: hidden;
}
#p-rel li {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  width: 20%;
  float: left;
  padding-top: 1px;
  font-size: 10px;
  border-right: 1px solid #fff;
}
#p-rel a {
  display: block;
  text-align: center;
}
#p-rel span {
  display: block;
  -ms-text-overflow: ellipsis;
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
}
#p-rel img {
  display: block;
  width: 100%;
  margin-bottom: 2px;
}
#p-unext {
  position: relative;
  margin-bottom: 20px;
  background: #fff;
}
#p-unext h3 {
  color: #c00;
  font-weight: bold;
  padding: 10px;
  background: #fff;
  line-height: 1.3;
  position: relative;
}
#p-unext h3 > span {
  font-size: 10px;
}
#p-unext .unext-link img {
  position: absolute;
  right: 3%;
  width: 98px;
  top: 6px;
}
/* +++++++++++++++++++++++++

p-unext

+++++++++++++++++++++++++++ */
#p-unext {
  position: relative;
  margin-bottom: 5px;
  padding-bottom: 10px;
}
#p-unext h3 {
  color: #c00;
  padding: 10px;
  background: #fff;
  line-height: 1.3;
  position: relative;
}
#p-unext h3 span {
  font-size: 10px;
}
#p-unext h3 img {
  position: absolute;
  right: 3%;
  top: 25%;
}
#p-unext ul {
  display: table;
  table-layout: fixed;
  ext-align: center;
  width: 100%
}
#p-unext ul li {
  display: table-cell;
}

#p-unext ul img {
  /*max-width: 92px;
  max-height: 92px;*/
  width: 85%;
  object-fit: contain
}
#p-unext .unext-img-box {
  text-align: center;
  margin-bottom: 10px
}
#p-unext .unext-presents-box {
  width: 95%;
  margin: 0 auto
}
#p-unext .unext-presents {
  background: #00a8e1;
  border-radius: 5px;
  /*display: flex;*/
  padding: 10px 10px;
  margin-bottom: 10px;
}
#p-unext .unext-presents ul {
  display: flex;
  width: 70%;
  color: #fff;
  /*margin-right: 10px;*/
  margin: 0 10px 5px 0;
  font-weight: bold
}
#p-unext .unext-presents .unext-presents-list {
  position: relative;
  right: 9px;
  font-size: 18px
}
#p-unext .unext-presents-txt {
  width: 65%
}
#p-unext .unext-presents-txt p {
  background: #fff;
  color: #00a8e1;
  padding: 5px 9px;
  font-size: 18px;
  font-weight: bold;
  margin-right: 10px;
  line-height: inherit;
  text-indent: inherit;
  white-space: nowrap;
  text-align: center
}
#p-unext p {
  line-height: inherit;
  text-indent: inherit;
  padding: 0
}
#p-unext .guide-txt {
  color: #fff;
  margin: 0 0 0 auto;
  display: flex
}
#p-unext .guide-txt p {
  position: relative;
  bottom: 6px;
  margin-right: 5px;
  font-weight: bold;
  /* border-bottom: solid;
    margin-bottom: 15px*/
  white-space: nowrap;
  font-size: 14px
}
#p-unext .video_play {
  display: inline-block;
  position: relative;
  width: 1em;
  height: 1em;
  border: 0.05em solid currentColor;
  border-radius: 50%;
  color: #fff;
  font-size: 30px;
  bottom: 13px
}
#p-unext .video_play::before {
  position: absolute;
  top: 50%;
  left: 34%;
  transform: translateY(-50%);
  width: 0px;
  height: 0px;
  border: 6px solid transparent;
  border-left: 10px solid currentColor;
  box-sizing: border-box;
  content: ""
}
#p-unext .unext-presents-notes {
  text-align: center;
  font-size: 12px;
  text-align: left
}
#p-unext .unext-presents-notes span {
  color: #00a8e1;
  font-weight: bold
}
@media screen and (min-width: 360px) {
  #p-unext .unext-presents-txt p {
    font-size: 14px
  }
  #p-unext .guide-txt p {
    font-size: 12px
  }
}
@media screen and (min-width:390px) and (max-width:414px) {
  #p-unext .unext-presents-txt p {
    font-size: 16px
  }
  #p-unext .guide-txt p {
    font-size: 14px
  }
}

#p-unext footer {
  text-align: right;
  padding: 10px 10px 5px 0;
  font-size: 80%;
}
#p-unext footer a {
  font-size: 10px;
  font-weight: normal;
  display: inline;
  background: none;
  padding: 0;
  color: #676767;
}
#p-unext .unext-link img {
  width: 98px;
  top: 6px;
}

#p-unext footer {
  text-align: right;
  padding: 10px 10px 10px 0;
  font-size: 80%;
}
#p-unext footer a {
  font-size: 10px;
  font-weight: normal;
  display: inline;
  background: none;
  padding: 0;
  color: #676767;
}
