@charset "utf-8";
#movie > header {
  cursor: default;
  width: 98%;
}
header > .alltimebest > h1:before {
  content: "";
  float: right;
  width: 92px;
  height: 30px;
}
header > .alltimebest {
  position: relative;
}
header > .alltimebest > a > img {
  position: absolute;
  right: 5px;
  top: 0;
}
#movie > header strong {
  display: inline;
}
#movie > header span {
  display: inline;
  margin-left: 10px;
  font-size: 12px;
}
#movie > header > strong > span {
  margin-left: 0;
}
#movie > header:after {
  display: none;
}

#movie #sb .mCi {
  height: 50px;
}
#movie #sb .mCi .checkin-btn {
  display: block;
  width: 100%;
  margin: 6px auto 2px;
  background-image: url(../../images/smartphone/icon_checkin06.png);
  background-repeat: no-repeat;
  background-color: inherit;
  background-size: 23px auto;
  background-position: center top;
  border: none;
  display: flex;
  justify-content: center;
  color: #011B8F;
  font-size: 11px;
  font-weight: bold;
  padding-top: 26px;
}
#movie #sb .mCi .checkin-btn.checked {
  background-image: url("../../images/smartphone/icon_checkin07.svg");
  color: #FFB03B;
}
#movie #sb .mCi .checkin-btn.on {
  background-image: url("../../images/smartphone/icon_checkin07.svg");
  color: #FFB03B;
}
#movie #sb .mCi img {
  display: block;
  width: 23px;
  height: 23px;
  margin: 6px auto 2px;
}

#movie #sb .mCi .viewed img {
  background: url("../../images/smartphone/icon_viewed_mov.svg") 0 0;
  background-size: 23px auto;
}
#movie #sb .mCi.watched > a > strong:before {
  content: "未鑑賞";
}
#movie #sb .mCi.watched.on > a > strong:before {
  content: "鑑賞済";
}

#movie #sb .mCi .reviewed img {
  background: url("../../images/smartphone/icon_review_mov.svg") 0 0;
  background-size: 23px auto;
}

#movie #sb .mCi span {
  margin-left: 0;
}
#movie #sb .mCi span.on img {
  background-position: 0 -43px;
}
#movie #sb .mCi strong {
  display: block;
  text-align: center;
  font-size: 11px;
  font-weight: bold;
  color: #011B8F;
  padding-bottom: 5px;
}
#movie #sb .mCi .reviewed+strong {
    font-size: 10px;
    letter-spacing: -1px;
}
#movie #sb .mCi .review-scoring-wrap {
  display: flex;
  justify-content: center;
}
#movie #sb .mCi.review > a > strong:before {
  content: "レビュー";
}
#movie #sb .mCi.review.on > a > strong:before {
  content: "未レビュー";
}
#movie #sb .mCi.review.on.has-review-body > a > strong:before {
  content: "レビュー済";
}
#movie #sb .mCi .review-scoring {
  position: relative;
  top: 9px;
  color: #FFB03B;
  font-weight: bold;
  font-size: 16px;
}

/* ++++++++++++++++++++++++++++++++++++++++++

movMain

+++++++++++++++++++++++++++++++++++++++++++++ */
#movMain {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  width: 100%;
  height: 100%;
  margin: 0 0 10px;
  padding: 5px 5px;
  overflow: hidden;
}
#movPict {
  display: block;
  width: 48%;
  height: 100%;
  float: left;
  text-align: center;
}
#pict01 {
  display: block;
  margin-bottom: 5px;
}
#pict01 img {
  display: block;
  width: 100%;
}
#mRate {
  float: right;
  width: 48%;
  height: 100%;
}
#movMain ul {
  margin-bottom: 0;
}
#movMain li {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  margin-bottom: 10px;
  text-align: center;
  display: table;
  width: 100%;
}
#movMain li a {
  color: #fff;
  cursor: pointer;
}
@media (max-width: 320px) {
  #movMain li#mSearchTheater a {
    display: table-cell;
    height: 3em;
    font-size: 17px;
    font-weight: bold;
    color: #dedede;
    background: #b1b1b1;
    padding: 0 5px;
    vertical-align: middle;
    cursor: default;
    border-radius: 6px;
    -moz-border-radius: 6px;
    -webkit-border-radius: 6px;
    -webkit-box-shadow: 0px 2px 0 #b1b1b1;
    -moz-box-shadow: 0px 2px 0 #b1b1b1;
    box-shadow: 0px 2px 0 #b1b1b1;
  }
}
@media (min-width: 321px) and (max-width: 400px) {
  #movMain li#mSearchTheater a {
    display: table-cell;
    height: 3em;
    font-size: 17px;
    font-weight: bold;
    color: #dedede;
    background: #b1b1b1;
    padding: 0 5px;
    vertical-align: middle;
    cursor: default;
    border-radius: 6px;
    -moz-border-radius: 6px;
    -webkit-border-radius: 6px;
    -webkit-box-shadow: 0px 2px 0 #b1b1b1;
    -moz-box-shadow: 0px 2px 0 #b1b1b1;
    box-shadow: 0px 2px 0 #b1b1b1;
  }
}
@media (min-width: 401px) {
  #movMain li#mSearchTheater a {
    display: table-cell;
    height: 3em;
    font-size: 17px;
    font-weight: bold;
    color: #dedede;
    background: #b1b1b1;
    padding: 0 5px;
    vertical-align: middle;
    cursor: default;
    border-radius: 6px;
    -moz-border-radius: 6px;
    -webkit-border-radius: 6px;
    -webkit-box-shadow: 0px 2px 0 #b1b1b1;
    -moz-box-shadow: 0px 2px 0 #b1b1b1;
    box-shadow: 0px 2px 0 #b1b1b1;
  }
}
@media (max-width: 320px) {
  #movMain li#mSearchTheater a[href] {
    display: table-cell;
    height: 4.9em;
    font-size: 17px;
    font-weight: bold;
    color: #fff;
    background: #ce3a3a;
    padding: 0 5px;
    vertical-align: middle;
    border-radius: 6px;
    -moz-border-radius: 6px;
    -webkit-border-radius: 6px;
    -webkit-box-shadow: 0px 2px 0 #911313;
    -moz-box-shadow: 0px 2px 0 #911313;
    box-shadow: 0px 2px 0 #911313;
  }
}
@media (min-width: 321px) and (max-width: 400px) {
  #movMain li#mSearchTheater a[href] {
    display: table-cell;
    height: 6em;
    font-size: 17px;
    font-weight: bold;
    color: #fff;
    background: #ce3a3a;
    padding: 0 5px;
    vertical-align: middle;
    border-radius: 6px;
    -moz-border-radius: 6px;
    -webkit-border-radius: 6px;
    -webkit-box-shadow: 0px 2px 0 #911313;
    -moz-box-shadow: 0px 2px 0 #911313;
    box-shadow: 0px 2px 0 #911313;
  }
}
@media (min-width: 401px) {
  #movMain li#mSearchTheater a[href] {
    display: table-cell;
    height: 7em;
    font-size: 17px;
    font-weight: bold;
    color: #fff;
    background: #ce3a3a;
    padding: 0 5px;
    vertical-align: middle;
    border-radius: 6px;
    -moz-border-radius: 6px;
    -webkit-border-radius: 6px;
    -webkit-box-shadow: 0px 2px 0 #911313;
    -moz-box-shadow: 0px 2px 0 #911313;
    box-shadow: 0px 2px 0 #911313;
  }
}
#movMain li#mSearchTheater a span {
  display: inline-block;
  background: url(../../images/smartphone/movie_top_icon.png) no-repeat 0 -262px;
  background-size: 22px;
  padding: 2px 0 1px 27px;
}
#movMain li#mSearchTheater a[href] span {
  display: inline-block;
  background: url(../../images/smartphone/movie_top_icon.png) no-repeat 0 0;
  background-size: 22px;
  padding: 2px 0 1px 27px;
}
@media (max-width: 320px) {
  #movMain li.mRev a[href], #movMain li.mRnk a[href] {
    display: table-cell;
    height: 2em;
    color: #fff;
    background: #346697;
    padding: 0 5px;
    overflow: hidden;
    vertical-align: middle;
    border-radius: 6px;
    -moz-border-radius: 6px;
    -webkit-border-radius: 6px;
    -webkit-box-shadow: 0px 2px 0 #2c5277;
    -moz-box-shadow: 0px 2px 0 #2c5277;
    box-shadow: 0px 2px 0 #2c5277;
  }
  #movMain li.mRev a .mBtnL {
    float: left;
    width: 57%;
    padding: 8px 5px 8px 0;
    text-align: center;
    font-size: 13px;
    font-weight: normal;
    border-right: 1px solid #5b85ae;
    -webkit-box-shadow: -1px 0 rgba(38, 68, 97, 1) inset;
    -moz-box-shadow: -1px 0 rgba(38, 68, 97, 1) inset;
    box-shadow: -1px 0 rgba(38, 68, 97, 1) inset;
  }
  #movMain li.mRnk a .mBtnL {
    float: left;
    width: 57%;
    padding: 8px 5px 8px 0;
    text-align: center;
    font-size: 10px;
    font-weight: normal;
    border-right: 1px solid #5b85ae;
    -webkit-box-shadow: -1px 0 rgba(38, 68, 97, 1) inset;
    -moz-box-shadow: -1px 0 rgba(38, 68, 97, 1) inset;
    box-shadow: -1px 0 rgba(38, 68, 97, 1) inset;
  }
}
@media (min-width: 321px) and (max-width: 400px) {
  #movMain li.mRev a[href], #movMain li.mRnk a[href] {
    display: table-cell;
    height: 2.8em;
    color: #fff;
    background: #346697;
    padding: 0 5px;
    overflow: hidden;
    vertical-align: middle;
    border-radius: 6px;
    -moz-border-radius: 6px;
    -webkit-border-radius: 6px;
    -webkit-box-shadow: 0px 2px 0 #2c5277;
    -moz-box-shadow: 0px 2px 0 #2c5277;
    box-shadow: 0px 2px 0 #2c5277;
  }
  #movMain li.mRev a .mBtnL, #movMain li.mRnk a .mBtnL {
    float: left;
    width: 57%;
    padding: 10px 5px 10px 0;
    text-align: center;
    font-size: 13px;
    font-weight: normal;
    border-right: 1px solid #5b85ae;
    -webkit-box-shadow: -1px 0 rgba(38, 68, 97, 1) inset;
    -moz-box-shadow: -1px 0 rgba(38, 68, 97, 1) inset;
    box-shadow: -1px 0 rgba(38, 68, 97, 1) inset;
  }
}
@media (min-width: 401px) {
  #movMain li.mRev a[href], #movMain li.mRnk a[href] {
    display: table-cell;
    height: 3.2em;
    color: #fff;
    background: #346697;
    padding: 0 5px;
    overflow: hidden;
    vertical-align: middle;
    border-radius: 6px;
    -moz-border-radius: 6px;
    -webkit-border-radius: 6px;
    -webkit-box-shadow: 0px 2px 0 #2c5277;
    -moz-box-shadow: 0px 2px 0 #2c5277;
    box-shadow: 0px 2px 0 #2c5277;
  }
  #movMain li.mRev a .mBtnL, #movMain li.mRnk a .mBtnL {
    float: left;
    width: 57%;
    padding: 12px 5px 12px 0;
    text-align: center;
    font-size: 13px;
    font-weight: normal;
    border-right: 1px solid #5b85ae;
    -webkit-box-shadow: -1px 0 rgba(38, 68, 97, 1) inset;
    -moz-box-shadow: -1px 0 rgba(38, 68, 97, 1) inset;
    box-shadow: -1px 0 rgba(38, 68, 97, 1) inset;
  }
}
#movMain li.mRev a .mBtnL span {
  display: inline-block;
  background: url(../../images/smartphone/movie_top_icon.png) no-repeat 0 -68px;
  background-size: 22px;
  padding: 3px 0 2px 24px;
}
#movMain li.mRnk a .mBtnL span {
  display: inline-block;
  background: url(../../images/smartphone/movie_top_icon.png) no-repeat 0 -134px;
  background-size: 22px;
  padding: 3px 0 2px 22px;
}
@media (max-width: 320px) {
  #movMain li.mRev a .mBtnL span {
    display: inline-block;
    background: url(../../images/smartphone/movie_top_icon.png) no-repeat 0 -68px;
    background-size: 22px;
    padding: 3px 0 2px 24px;
  }
  #movMain li.mRnk a .mBtnL span {
    display: inline-block;
    background: url(../../images/smartphone/movie_top_icon.png) no-repeat -2px -136px;
    background-size: 22px;
    padding: 3px 0 2px 22px;
  }
}
#movMain li.mRev a .mBtnR, #movMain li.mRnk a .mBtnR {
  float: right;
  width: 38%;
  padding: 10px 0;
  font-size: 15px;
}
@media (max-width: 320px) {
  #movMain li.mRev a .mBtnR {
    float: right;
    width: 38%;
    padding: 8px 0;
    font-size: 15px;
  }
  #movMain li.mRnk a .mBtnR {
    float: right;
    width: 38%;
    padding: 6px 0;
    font-size: 15px;
  }
}
@media (min-width: 321px) and (max-width: 400px) {
  #movMain li.mRev a .mBtnR, #movMain li.mRnk a .mBtnR {
    float: right;
    width: 38%;
    padding: 10px 0;
    font-size: 15px;
  }
}
@media (min-width: 401px) {
  #movMain li.mRev a .mBtnR, #movMain li.mRnk a .mBtnR {
    float: right;
    width: 38%;
    padding: 12px 0;
    font-size: 15px;
  }
}
#movMain li.mRnk a .mBtnR {
  color: #ffc320;
}
#movMain li.mRev a .mBtnR span {
  display: inline-block;
  background: url(../../images/smartphone/movie_top_icon.png) no-repeat 0 -197px;
  background-size: 22px;
  padding: 2px 0 1px 22px;
  color: #ffc320;
  font-family: Arial, Helvetica, sans-serif;
  font-weight: bold;
}
#movMain li.mRnk a .mBtnR span {
  display: inline-block;
  padding: 2px 0 1px;
  font-family: Arial, Helvetica, sans-serif;
  font-weight: bold;
}
#movMain li#mRental a {
  display: table-cell;
  height: 2em;
  color: #dedede;
  background: #b1b1b1;
  padding: 0 5px;
  overflow: hidden;
  vertical-align: middle;
  cursor: default;
  border-radius: 6px;
  -moz-border-radius: 6px;
  -webkit-border-radius: 6px;
  -webkit-box-shadow: 0px 2px 0 #b1b1b1;
  -moz-box-shadow: 0px 2px 0 #b1b1b1;
  box-shadow: 0px 2px 0 #b1b1b1;
}
#movMain li#mRental a[href] {
  display: table-cell;
  height: 2em;
  color: #fff;
  background: #346697;
  padding: 0 5px;
  overflow: hidden;
  vertical-align: middle;
  border-radius: 6px;
  -moz-border-radius: 6px;
  -webkit-border-radius: 6px;
  -webkit-box-shadow: 0px 2px 0 #2c5277;
  -moz-box-shadow: 0px 2px 0 #2c5277;
  box-shadow: 0px 2px 0 #2c5277;
}
#movMain li#mRental a span {
  display: inline-block;
  padding: 8px 0 7px;
}
@media (max-width: 320px) {
  #movMain li#mRental a {
    display: table-cell;
    height: 1.6em;
    color: #dedede;
    background: #b1b1b1;
    padding: 0 5px;
    overflow: hidden;
    vertical-align: middle;
    cursor: default;
    border-radius: 6px;
    -moz-border-radius: 6px;
    -webkit-border-radius: 6px;
    -webkit-box-shadow: 0px 2px 0 #b1b1b1;
    -moz-box-shadow: 0px 2px 0 #b1b1b1;
    box-shadow: 0px 2px 0 #b1b1b1;
  }
  #movMain li#mRental a[href] {
    display: table-cell;
    height: 1.6em;
    color: #fff;
    background: #346697;
    padding: 0 5px;
    overflow: hidden;
    vertical-align: middle;
    border-radius: 6px;
    -moz-border-radius: 6px;
    -webkit-border-radius: 6px;
    -webkit-box-shadow: 0px 2px 0 #2c5277;
    -moz-box-shadow: 0px 2px 0 #2c5277;
    box-shadow: 0px 2px 0 #2c5277;
  }
  #movMain li#mRental a span {
    display: inline-block;
    padding: 5px 0 4px;
  }
}
/* ++++++++++++++++++++++++++++

unextPlayBtn

++++++++++++++++++++++++++++++ */
#unext_play_btn {
  position: relative;
}
#unext_play_btn .pr {
  position: absolute;
  right: 5px;
  top: 4px;
  font-size: 7px;
  color: #fff;
  border: solid 1px #fff;
  border-radius: 2px;
  padding: 0 2px;
  line-height: 1.3;
  font-weight: bold;
  opacity: 50%;
}
#unext_play_btn a {
  font-weight: bold;
  text-align: center;
  display: block;
  background: #1aaae7;
  border-radius: 6px;
  color: #fff;
  font-size: 14px;
  padding: 6px 4px 6px 34px;
  margin: 0;
  -webkit-box-shadow: 0px 2px 0 #886b11;
  -moz-box-shadow: 0px 2px 0 #1f88b4;
  box-shadow: 0px 2px 0 #1f88b4;
  line-height: 1.4em;
}
#unext_play_btn a span {
  position: relative;
  white-space: nowrap;
}
#unext_play_btn a span:before, #unext_play_btn a span:after {
  position: absolute;
  top: 0px;
  bottom: 0;
  left: 0;
  margin: auto;
  content: "";
  vertical-align: middle;
}
#unext_play_btn a span:before {
  box-sizing: border-box;
  width: 25px;
  height: 25px;
  border: 1px solid #fff;
  -webkit-border-radius: 50%;
  border-radius: 50%;
  left: -38px;
  background: #fff;
}
#unext_play_btn a span:after {
  box-sizing: border-box;
  width: 13px;
  height: 11px;
  border: 5px solid transparent;
  border-left: 8px solid #1aaae7;
  left: -28px;
  border-radius: 0px;
}
#unext_play_btn.point a {
  padding: 6px 0;
  font-size: 13px;
  line-height: 1.4em;
}
#unext_play_btn.point a span:before, #unext_play_btn.point a span:after {
  display: none;
}
/* ++++++++++++++++++++++++++++

vodLink

++++++++++++++++++++++++++++++ */
.vodLink {
  clear: both;
  display: block;
  color: #fff;
  background: #346697 url(../../images/smartphone/arrow_vod01.png) no-repeat right center;
  background-size: auto 20px;
  padding: 12px 5px;
  vertical-align: middle;
  border-radius: 6px;
  -moz-border-radius: 6px;
  -webkit-border-radius: 6px;
  -webkit-box-shadow: 0px 2px 0 #2c5277;
  -moz-box-shadow: 0px 2px 0 #2c5277;
  box-shadow: 0px 2px 0 #2c5277;
  text-align: center;
}
/* ++++++++++++++++++++++++++++++++++++++++++

INDEX

+++++++++++++++++++++++++++++++++++++++++++++ */
.m-idx {
  margin-bottom: 20px;
}
.m-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);
}
.m-idx footer a {
  display: block;
  padding: 18px 6px 16px;
  font-size: 14px;
  background: #eee;
  font-weight: bold;
  text-align: center;
}
.m-idx footer a span {
  font-size: 12px;
}
.m-idx .dataInner {
  padding: 6px 6px 0;
}
.m-idx table {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  width: 100%;
  margin-bottom: 12px;
  border-collapse: collapse;
  empty-cells: show;
  border-spacing: 0;
  border: 1px solid #d7d7d8;
}
.m-idx th, .m-idx td {
  padding: 6px;
  border-collapse: collapse;
  empty-cells: show;
  border-spacing: 0;
  border: 1px solid #d7d7d8;
  background: #fff;
}
.m-idx th {
  width: 6em;
}
.m-idx td {
  font-weight: normal;
}
.m-idx th {
  width: 6em;
  font-weight: normal;
  text-align: left;
}
.m-idx + a {
  display: inline-block;
  padding: 10px 0;
  text-decoration: underline;
}
#sortList {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  margin: 0 6px 10px;
  padding: 4px;
  background: #d8d8d8;
  overflow: hidden;
  -moz-border-radius: 32px;
  -webkit-border-radius: 32px;
  border-radius: 32px;
}
#sortList li {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  width: 33%;
  float: left;
  font-size: 12px;
  text-align: center;
}
#sortList li a {
  display: block;
  font-weight: normal;
  padding: 2px;
  color: #999;
  -moz-border-radius: 32px;
  -webkit-border-radius: 32px;
  border-radius: 32px;
}
#sortList li a[href] {
  color: #011b8f;
}
#sortList li#a a {
  background: #666;
  color: #fff;
}
#revList > p {
  margin: 8px;
  font-size: 12px;
  font-weight: bold;
}
#revList select, .review-sort span {
  font-size: 12px;
}
.review-sort {
  text-align: right;
  margin-right: 6px;
  padding: 10px 0;
}
/* ++++++++++++++++++++++++++++++++++++++++++

mGallery

+++++++++++++++++++++++++++++++++++++++++++++ */
#videoBox, #photoBox {
  width: 100%;
  margin: 0 0 10px;
}
#video {
  position: relative;
}
#video_el {
  display: block;
  width: 100%;
}
#video_play {
  position: absolute;
  z-index: 1;
  width: 100%;
  height: 100%;
  background: transparent url(../../images/smartphone/play-icon.png) no-repeat center center;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  cursor: pointer;
  opacity: 0.9;
}
#photoBox img {
  width: 100%;
}
ul.mGalleryBtns {
  overflow: hidden;
  padding: 10px 10px 2px;
}
ul.mGalleryBtns li {
  background: #666666;
  float: left;
  margin-right: 11px;
  text-align: center;
  width: 48%;
  font-size: 14px;
  border-radius: 6px;
  -moz-border-radius: 6px;
  -webkit-border-radius: 6px;
  -webkit-box-shadow: 0px 2px 0 #373737;
  -moz-box-shadow: 0px 2px 0 #373737;
  box-shadow: 0px 2px 0 #373737;
}
ul.mGalleryBtns li:last-child {
  margin-right: 0;
}
ul.mGalleryBtns li a {
  display: block;
  padding: 11px 6px 10px;
  color: #fff;
}
/* ++++++++++++++++++++++++++++++++++++++++++

mCommentary

+++++++++++++++++++++++++++++++++++++++++++++ */
#mCommentary p {
  padding: 10px 8px 0;
  font-size: 14px;
}
/* ++++++++++++++++++++++++++++++++++++++++++

mCast

mStaff

+++++++++++++++++++++++++++++++++++++++++++++ */
#mStaff h3 {
  font-size: 14px;
  margin: 12px 8px 6px;
}
ul.slideList, #mStaff .hideList ul.slideList {
  border: 1px solid #bbb;
  background: #fff;
  margin: 10px 8px 0;
  font-size: 16px;
  -moz-border-radius: 4px 4px 0 0;
  -webkit-border-radius: 4px 4px 0 0;
  border-radius: 4px 4px 0 0;
}
.hideList ul.slideList {
  border: 1px solid #bbb;
  background: #fff;
  margin: 0 8px;
  font-size: 16px;
  -moz-border-radius: 0;
  -webkit-border-radius: 0;
  border-radius: 0;
}
ul.slideList02 {
  border: 1px solid #bbb;
  background: #fff;
  margin: 10px 8px 0;
  font-size: 16px;
  -moz-border-radius: 4px;
  -webkit-border-radius: 4px;
  border-radius: 4px;
}
.hideList ul.slideList02 {
  border: 1px solid #bbb;
  background: #fff;
  margin: 0 8px;
  font-size: 16px;
  -moz-border-radius: 4px;
  -webkit-border-radius: 4px;
  border-radius: 4px;
}
#mStaff ul.slideList, #mStaff .hideList ul.slideList, #mStaff ul.slideList02 {
  margin-top: 0;
}
#mStaff ul.slideList.brTopNone, #mStaff ul.slideList02.brTopNone {
  -moz-border-radius: 0 0 4px 4px;
  -webkit-border-radius: 0 0 4px 4px;
  border-radius: 0 0 4px 4px;
}
.hideList ul.slideList:first-child, .hideList ul.slideList02:first-child {
  border-top: none;
}
ul.slideList li, ul.slideList02 li {
  border-bottom: 1px solid #bbb;
}
ul.slideList li:last-child, ul.slideList02 li:last-child {
  border-bottom: none;
}
ul.slideList li a, ul.slideList02 li a {
  display: block;
  padding: 13px 36px 7px 10px;
  line-height: 1;
  font-size: 12px;
  font-weight: bold;
  color: #777;
  -ms-text-overflow: ellipsis;
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
}
ul.slideList li a[href], ul.slideList02 li a[href] {
  background: url(../../images/smartphone/icon_linkarrow.png) no-repeat right center;
  background-size: auto 13px;
}
ul.slideList li a span, ul.slideList02 li a span {
  display: block;
  margin-bottom: 6px;
  font-size: 16px;
  color: #333;
  -ms-text-overflow: ellipsis;
  text-overflow: ellipsis;
  overflow: hidden;
}
.trigger {
  border: 1px solid #bbb;
  border-top: none;
  background: #fff;
  margin: 0 8px;
  font-size: 16px;
  -moz-border-radius: 0 0 4px 4px;
  -webkit-border-radius: 0 0 4px 4px;
  border-radius: 0 0 4px 4px;
}
.trigger span {
  display: block;
  background: #eee;
  padding: 12px 10px 14px;
  line-height: 1;
  font-size: 14px;
  font-weight: bold;
  color: #011b8f;
  text-align: center;
  cursor: pointer;
  -ms-text-overflow: ellipsis;
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
}

.m-idx div.hideList {
  visibility: hidden;
  height: 0px;
  opacity: 0;
  transition: 0.1s;
}
.m-idx div.hideList.visible {
  visibility: visible;
  height: initial;
  opacity: 1;
  transition: 0.5s;
}
#mStaff div.hideList h3 {
  margin-top: 0;
}
#mStaff div.hideList.visible h3 {
  margin-top: 12px;
}

/* ++++++++++++++++++++++++++++++++++++++++++

mData

+++++++++++++++++++++++++++++++++++++++++++++ */
#mData .dataInner {
  padding: 6px 6px 0;
}
#mData table {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  width: 100%;
  margin-bottom: 12px;
  border-collapse: collapse;
  empty-cells: show;
  border-spacing: 0;
  border: 1px solid #d7d7d8;
}
#mData th, #mData td {
  padding: 6px;
  border-collapse: collapse;
  empty-cells: show;
  border-spacing: 0;
  border: 1px solid #d7d7d8;
  background: #fff;
}
#mData th {
  width: 6em;
}
#mData td {
  font-weight: normal;
}
#mData th {
  width: 7em;
  font-weight: normal;
  text-align: left;
}
#mData + a {
  display: inline-block;
  padding: 10px 0;
  text-decoration: underline;
}
#mData .twTag {
  background: url(../../images/smartphone/icon_tw.png) no-repeat 0 2px;
  background-size: 14px 11px;
  padding-left: 20px;
}
/* +++++++++++++++++++++++++

mReview

++++++++++++++++++++++++++++ */
#mReview header {
  position: relative;
}
#mReview header a {
  border: 1px solid #bbb;
  border-radius: 40px;
  color: #011b8f;
  cursor: pointer;
  display: block;
  font-size: 12px;
  height: 22px;
  line-height: 2;
  position: absolute;
  right: 6px;
  text-align: center;
  top: 7px;
  width: 9em;
  background: linear-gradient(top, rgba(255, 255, 255, 1) 0%, rgba(219, 219, 219, 1) 100%);
  background: -o-linear-gradient(top, rgba(255, 255, 255, 1) 0%, rgba(219, 219, 219, 1) 100%);
  background: -moz-linear-gradient(top, rgba(255, 255, 255, 1) 0%, rgba(219, 219, 219, 1) 100%);
  background: -webkit-linear-gradient(top, rgba(255, 255, 255, 1) 0%, rgba(219, 219, 219, 1) 100%);
  background: -ms-linear-gradient(top, rgba(255, 255, 255, 1) 0%, rgba(219, 219, 219, 1) 100%);
  background: -webkit-gradient(linear, top center, bottom center, color-stop(0, rgba(255, 255, 255, 1)), color-stop(1, rgba(219, 219, 219, 1)));
}
#mReview section {
  margin: 6px;
  border: 1px solid #ccc;
  -moz-border-radius: 4px;
  -webkit-border-radius: 4px;
  border-radius: 4px;
  -moz-box-shadow: 0 0 4px rgba(0, 0, 0, 0.3);
  -webkit-box-shadow: 0 0 4px rgba(0, 0, 0, 0.3);
  box-shadow: 0 0 4px rgba(0, 0, 0, 0.3);
  background: #fff;
  background: url(../../images/smartphone/icon_linkarrow.png) no-repeat right center;
  background-size: auto 13px;
}
#mReview section > a {
  display: block;
  color: #333;
  margin: 1px;
  padding: 6px 26px 0 6px;
}
#mReview section > .prof {
  display: block;
  color: #333;
  margin: 1px;
  padding: 0 26px 6px 6px;
  position: relative;
}
#mReview section h3 {
  margin-bottom: 2px;
  color: #000;
  font-size: 16px;
  -ms-text-overflow: ellipsis;
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
}
#mReview section p {
  margin: 6px 0;
  font-size: 12px;
  line-height: 1.4;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  overflow: hidden;
}
#mReview section p:last-child {
  margin-bottom: 0;
}
#mReview section p strong {
  display: block;
  width: 8em;
  margin-top: 4px;
  padding: 2px 0 2px 14px;
  text-align: center;
  font-size: 12px;
  font-weight: normal;
  color: #fff;
  -moz-border-radius: 30px;
  -webkit-border-radius: 30px;
  border-radius: 30px;
  background: #ff6c00 url(../../images/smartphone/icon_caution.png) no-repeat 10px center;
  background-size: auto 12px, auto;
}
#mReview dl {
  min-height: 34px;
  margin-top: 6px;
  padding: 6px 0 0 40px;
  position: relative;
  overflow: hidden;
  font-size: 12px;
  overflow: hidden;
  border-top: 1px dotted #bbb;
}
#mReview dt {
  margin-bottom: 2px;
  float: left;
}
#mReview section.pro dt:first-child span.user-name-title {
  position: relative;
  padding-right: 40px;
}
#mReview section.pro dt:first-child span.user-name-title:before {
  content: '';
  background: url(../../images/smartphone/review_icon.png) no-repeat;
  background-size: 38px auto;
  position: absolute;
  display: block;
  overflow: hidden;
  width: 38px;
  height: 14px;
  background-position: 0 0;
  right: 0;
  top: 0;
}
#mReview section.blocking {
  display: none;
}
#mReview .violation-report.myself {
  display: none;
}

#mReview dd { float: left; }
#mReview dd:nth-of-type(1) {
  width: 30px;
  height: 30px;
  text-align: center;
  position: absolute;
  left: 0;
  top: 6px;
}
#mReview dd:nth-of-type(1) img {
  border-radius: 50%;
  max-width: 30px;
  max-height: 30px;
}
#mReview dd:last-of-type {
  padding-left: 8px;
}
#mReview time {
  font-size: 12px;
  color: #555;
}
#mReview dd span.review-star {
  display: inline-block;
  width: 60px;
  height: 14px;
  margin: -2px 0 0 0;
  font-size: 0;
  line-height: 0;
  text-align: left;
  vertical-align: middle;
  background: url(../../images/smartphone/star1.png) no-repeat 0 -13px;
  background-size: 60px auto;
}
#mReview dd span.review-star img {
  display: inline-block;
  width: 60px;
  height: 14px;
  margin: 0;
  vertical-align: middle;
  background: url(../../images/smartphone/star1.png) no-repeat 0 0;
  background-size: 60px auto;
}
#mReview dd span.review-star.r0 img {
  width: 0;
}
#mReview dd span.review-star.r1 img {
  width: 6px;
}
#mReview dd span.review-star.r2 img {
  width: 12px;
}
#mReview dd span.review-star.r3 img {
  width: 18px;
}
#mReview dd span.review-star.r4 img {
  width: 24px;
}
#mReview dd span.review-star.r5 img {
  width: 30px;
}
#mReview dd span.review-star.r6 img {
  width: 36px;
}
#mReview dd span.review-star.r7 img {
  width: 42px;
}
#mReview dd span.review-star.r8 img {
  width: 48px;
}
#mReview dd span.review-star.r9 img {
  width: 54px;
}
#mReview dd span.review-star.r10 img {
  width: 60px;
}
#mReview dd span.review-star.r0 + span.review-score{
  color:#b8b7aa;
}
#mReview dd span.review-score {
  font-weight: bold;
  margin-right: 10px;
  color: #EE4056;
}
#mReview span.linkAll {
  display: block;
  border: none;
  border-top: 1px solid #bbb;
  background: #eee;
  padding: 14px;
  font-size: 14px;
  font-weight: bold;
  text-align: center;
  -moz-border-radius: 0 0 4px 4px;
  -webkit-border-radius: 0 0 4px 4px;
  border-radius: 0 0 4px 4px;
}


/* +++++++++++++++++++++++++

m-dvd

+++++++++++++++++++++++++++ */
#m-dvd {
  position: relative;
}
#m-dvd h2 + img {
  position: absolute;
  right: 6px;
  top: 12px;
  width: 100px;
}
#m-dvd li {
  border-top: none;
  border-bottom: 1px dotted #bbb;
}
#m-dvd ul a {
  display: block;
  min-height: 80px;
  padding: 6px 26px 6px 90px;
  position: relative;
  color: #333;
}
#m-dvd ul a[href] {
  background: url(../../images/smartphone/icon_linkarrow.png) no-repeat right center;
  background-size: auto 13px;
}
#m-dvd ul img {
  max-width: 72px;
  max-height: 72px;
}
#m-dvd dt {
  margin-bottom: 4px;
  font-weight: bold;
}
#m-dvd dd {
  font-weight: normal;
  font-size: 14px;
}
#m-dvd dd strong {
  color: #c00;
}
#m-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;
}
/* ++++++++++++++++++++++++++

#mCrit #mInterview

+++++++++++++++++++++++++++++ */
#mCrit > a, #mInterview > a {
  display: block;
  margin: 0;
  padding: 8px 8px 0;
  font-weight: bold;
  overflow: hidden;
}
#mCrit p, #mInterview p {
  margin: 6px 0 0;
  font-size: 12px;
  font-weight: normal;
  line-height: 1.4;
  color: #000;
}
#mCrit p img, #mInterview p img {
  display: block;
  width: 80px;
  float: left;
  margin: 0 6px 0 0;
}
/* +++++++++++++++++++++++++

mNews

+++++++++++++++++++++++++++ */
#mNews.m-idx {
  margin-bottom: 0;
}
#mNews li {
  font-weight: bold;
  border-top: none;
  border-bottom: 1px dotted #b7b7b8;
}
#mNews li a {
  display: block;
  margin: 4px;
  padding: 6px 26px 6px 6px;
}
#mNews li a[href] {
  background: url(../../images/smartphone/icon_linkarrow.png) no-repeat right center;
  background-size: auto 13px;
}
#mNews time {
  display: block;
  margin-top: 2px;
  font-size: 12px;
  font-weight: normal;
  color: #555;
}
/* +++++++++++++++++++++++++

mSeries

+++++++++++++++++++++++++++ */
#mSeries {
  position: relative;
  margin-bottom: 0;
}
#mSeries h2 {
  margin-bottom: 0;
}
#mSeries li + li {
  border-top: 1px dotted #bbb;
}
#mSeries ul dl {
  min-height: 40px;
  margin: 2px;
  padding: 6px 26px 6px 72px;
  position: relative;
}
#mSeries ul a {
  display: block;
}
#mSeries ul a[href] {
  background: url(../../images/smartphone/icon_linkarrow.png) no-repeat right center;
  background-size: auto 13px;
}
#mSeries dt {
  margin-bottom: 4px;
  font-weight: bold;
}
#mSeries dd {
  width: 60px;
  position: absolute;
  left: 4px;
  top: 6px;
}
#mSeries dt span {
  display: inline-block;
  margin-top: 2px;
  font-size: 12px;
  font-weight: normal;
  color: #555;
}
/* +++++++++++++++++++++++++

award

+++++++++++++++++++++++++++ */
#award {
  margin-bottom: 0;
}
#award h3 {
  border-bottom: 1px dotted #b7b7b8;
}
#award h3 a {
  display: block;
  margin: 4px;
  padding: 6px 26px 6px 6px;
}
#award h3 a[href] {
  background: url(../../images/smartphone/icon_linkarrow.png) no-repeat right center;
  background-size: auto 13px;
}
#award h4 {
  font-size: 14px;
  margin: 10px 2px 6px
}
#award .award {
  padding: 0 6px 6px;
}
#award table {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  width: 100%;
  border-collapse: collapse;
  empty-cells: show;
  border-spacing: 0;
  border: 1px solid #d7d7d8;
  background: #fff;
}
#award th, #award td {
  padding: 12px 6px;
  border-collapse: collapse;
  empty-cells: show;
  border-spacing: 0;
  border-bottom: 1px solid #d7d7d8;
}
#award th {
  width: 8em;
  font-weight: normal;
  text-align: left;
}
#award table caption {
  padding: 8px;
  background: #eee;
  border: 1px solid #d7d7d8;
  border-bottom: 0px;
}
/* ++++++++++++++++++++++++

pageTop

+++++++++++++++++++++++++++ */
#pageTop {
  position: fixed;
  bottom: 94px;
  right: 15px;
  font-size: 77%;
  transition: opacity 0.2s ease-out;
  opacity: 0;
  z-index: 99;
}
#pageTop.on {
  opacity: 1;
}
#pageTop.videoAd {
  bottom: 135px;
}
#pageTop a {
  display: block;
  background: #044899 url(../../images/smartphone/page_top.png) no-repeat center 16px;
  cursor: pointer;
  background-size: 26px 29px;
  text-decoration: none;
  color: #fff;
  width: 60px;
  padding: 16px 0 15px;
  text-align: center;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  border-radius: 5px;
  opacity: 0.7;
}
#pageTop a:hover {
  text-decoration: none;
  opacity: 0.6;
}
/* ++++++++++++++++++++++++

mEpisode

+++++++++++++++++++++++++++ */
#mEpisode .slideList02 li a {
  font-size: 14px;
  font-weight: normal;
  color: #333;
  padding: 15px 36px 13px 10px;
  white-space: normal;
  line-height: 120%;
}
#mEpisode .slideList02 li a span {
  font-size: 14px;
  font-weight: bold;
}
#mTVcast .slideList02 li {
  padding: 15px 10px 13px 10px;
  position: relative;
  min-height: 92px;
}
#mTVcast .slideList02 li .txt {
  margin: 0 0 0 84px;
}
#mTVcast .slideList02 li .img {
  position: absolute;
  top: 15px;
  left: 10px;
  background: #eaeaea;
  min-height: 92px;
  min-width: 70px;
}
#mTVcast .slideList02 li .title {
  font-size: 13px
}
#mTVcast .slideList02 li .title a {
  background: none;
  padding: 0;
  color: #011b8f;
  font-size: 16px;
  margin: 2px 0;
}
#mTVcast .slideList02 li .character {
  font-size: 14px;
  margin: 4px 0 0;
}

.follow-btn {
  display: inline-block;
  border-radius: 2px;
  padding: 0;
  margin-left: 5px;
  font-size: 10px;
  background: none;
  border: solid 1px #666;
  text-align: center;
  width: 70px;
  line-height: 15px;
  overflow: hidden;
  vertical-align: middle;
  color: #666;
  text-decoration: none !important;
}
.follow-btn.active:after {
  content: "中";
}
.follow-btn.active {
  border-color: #4a7ccf;
  background-color: #4a7ccf;
  color: #fff;
}
.follow-btn.hidden {
  display: none;
}
.clearBoth {
  clear: both;
}

.all-reviews-count.blocking {
  display: none;
}

/* +++++++++++++++++++++++++

m-unext

+++++++++++++++++++++++++++ */
.m-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);
}
#m-unext {
  position: relative;
  border-bottom: 1px dotted #bbb;
  margin-bottom: 5px;
  padding-bottom: 10px;
}
#m-unext h3 {
  color: #c00;
  padding: 10px;
  background: #fff;
  line-height: 1.3;
  position: relative;
}
#m-unext h3 span {
  font-size: 10px;
}
#m-unext h3 img {
  position: absolute;
  right: 3%;
  top: 25%;
}
#m-unext ul {
  display: table;
  table-layout: fixed;
  ext-align: center;
  width: 100%
}
#m-unext ul li {
  display: table-cell;
}
#m-unext ul img {
  width: 70%;
  object-fit: contain
}
#m-unext ul .unext-logo img {
  width: 60%;
  object-fit: contain
}
#m-unext .unext-img-box {
  text-align: center;
  margin-bottom: 10px;
  margin: 0 15px;
}
#m-unext .unext-presents-box {
  width: 95%;
  margin: 0 auto
}
#m-unext .unext-presents {
  background: #00a8e1;
  border-radius: 5px;
  padding: 0 10px 5px 10px;
  margin-bottom: 5px;
}
#m-unext .unext-presents ul {
  display: flex;
  width: 65%;
  color: #fff;
  font-weight: bold;
  margin-bottom: 2px;
  text-align: center
}
#m-unext .unext-presents .unext-presents-list {
  position: relative;
  font-size: 18px;
  left: 4px
}
#m-unext .unext-presents-txt {
  width: 65%
}
#m-unext .unext-presents-txt p {
  background: #fff;
  color: #00a8e1;
  font-size: 18px;
  font-weight: bold;
  margin-right: 10px;
  line-height: inherit;
  text-indent: inherit;
  white-space: nowrap;
  text-align: center
}
#m-unext p {
  line-height: inherit;
  text-indent: inherit;
  padding: 0;
  border-bottom: solid 1px #fff
}
#m-unext .guide-txt {
  color: #fff;
  margin: 0 0 0 auto;
  display: flex
}
#m-unext .guide-txt p {
  position: relative;
  bottom: 10px;
  margin-right: 5px;
  font-weight: bold;
  white-space: nowrap;
  font-size: 14px
}
#m-unext .video_play {
  display: inline-block;
  position: relative;
  width: 20px;
  height: 20px;
  border-radius: 50%;
  color: #fff;
  font-size: 30px;
  bottom: 10px
}
#m-unext .video_play::before {
  position: absolute;
  top: 50%;
  left: 32%;
  transform: translateY(-50%);
  width: 0px;
  height: 0px;
  border: 5px solid transparent;
  border-left: 8px solid currentColor;
  box-sizing: border-box;
  content: ""
}
#m-unext .unext-presents-notes {
  text-align: center;
  font-size: 10px;
  text-align: left
}
#m-unext .unext-presents-notes span {
  color: #00a8e1;
  font-weight: bold
}
@media screen and (min-width: 360px) {
  #m-unext .unext-presents-txt p {
    font-size: 16px
  }
  #m-unext .guide-txt p {
    font-size: 14px
  }
}
@media screen and (min-width:390px) and (max-width:414px) {
  #m-unext .unext-presents-txt p {
    font-size: 16px
  }
  #m-unext .guide-txt p {
    font-size: 14px
  }
}
#m-unext footer {
  text-align: right;
  padding: 10px 10px 5px 0;
  font-size: 80%;
}
#m-unext footer a {
  font-size: 10px;
  font-weight: normal;
  display: inline;
  background: none;
  padding: 0;
  color: #676767;
}
#m-unext .unext-link img {
  width: 98px;
  top: 6px;
}

/****メニュー全体****/
#menu {
    /*アニメーション*/
    -webkit-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
    /*配置*/
    position: absolute;
    top: 0px;
    left: 0;
    width: 100%;
    height: 100%;
    pointer-events: none;
    z-index: 100;
}

/****メニュー開閉ボタン****/
#menu div {
    /*デザイン*/
    width: 100%;
    height: 30px;
    background: rgba(200, 200, 200, 1);
    /*配置*/
    overflow: hidden;
    position: absolute;
    top: 0px;
    left: 0;
}

#menu .menuopen {
    /*デザイン*/
    color: rgba(255, 255, 255, 1);
    font-size: 20px;
    text-align: center;
    /*配置*/
    display: block;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    pointer-events: auto;
}

#menu .menuclose {
    /*デザイン*/
    color: rgba(255, 255, 255, 1);
    font-size: 20px;
    text-align: center;
    /*配置*/
    display: none;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    pointer-events: auto;
}

/****メニュー一覧****/
#menu ul {
    /*デザイン*/
    width: 100%;
    /*配置*/
    position: absolute;
    left: 0;
    top: -200px;
    /*#menu liの高さ×個数*/
}

#menu li {
    /*デザイン*/
    background: rgba(200, 200, 200, 1);
    padding: 10px;
    color: rgba(0, 0, 0, 1);
    border-bottom: 1px rgba(255, 255, 255, 1) solid;
    height: 40px;
    /*配置*/
    pointer-events: auto;
}

/****メニューオープン時****/
#menu:target {
    /*配置*/
    top: 200px;
    /*#menu liの高さ×個数*/
}

#menu:target .menuopen {
    /*配置*/
    display: none;
}

#menu:target .menuclose {
    /*配置*/
    display: block;
}


/*** メインエフェクト ***/
#main {
    /*デザイン*/
    /*ページ背景色・背景画像はここで設定*/
    /*アニメーション*/
    -webkit-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
}

#menu:target~#main {
    background: #000;
    opacity: 0.6;
    position: fixed;
    width: 100%;
    height: 100%;
    z-index: 1;
}


/* ++++++++++++++++++++++++
	viewed drawer
+++++++++++++++++++++++++++ */
.drawer-menu.viewed .menu-content {
    overflow: auto;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 10000;
    width: 100%;
    height: auto;
    background: #fff;
    transition: all 0.3s ease-in-out 0s;
    transform: translateY(-100%);
    display: block;
}

.drawer-menu.viewed .menu-content+div {
    overflow: auto;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 9999;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.75);
    transition: all 0.3s ease-in-out 0s;
    display: block;
    visibility: hidden;
}

.drawer-menu.viewed .menu-content .close-btn {
    width: auto;
    text-align: center !important;
    background: #fff;
    border-radius: 50px;
    margin-left: auto;
    line-height: initial;
    padding: 2px 18px;
    height: auto;
    font-size: 12px;
}

.drawer-menu.viewed .menu-content .close-btn:before,
.drawer-menu.viewed .menu-content .close-btn:after {
    display: none;
}

.drawer-menu.viewed #viewed-drawer {
    display: none;
}

.drawer-menu.viewed #viewed-drawer:checked~.menu-content {
    transform: translatey(0%);
    display: block;
    transition: all 0.3s ease-in-out 0s;
}

.drawer-menu.viewed #viewed-drawer:checked~.menu-content+div {
    display: block;
    transition: all 0.3s ease-in-out 0s;
    visibility: visible;
}

.drawer-menu.viewed #viewed-drawer:checked~.menu-content>div {
    background: #fff;
    border-radius: 6px;
    padding: 0;
    text-align: left;
    color: #000;
    width: 100%;
    margin: 0 auto;
    position: relative;
    top: 0;
}

.drawer-menu.viewed #viewed-drawer:checked~.menu-content>div>p {
    display: flex;
    background: #153D62;
    align-items: center;
    padding: 10px;
}

.drawer-menu.viewed #viewed-drawer:checked~.menu-content>div>p span {
    color: #fff;
    font-weight: bold;
    font-size: 16px;
}

.drawer-menu.viewed #viewed-drawer:checked~.menu-content>div>p>label {
    text-align: right;
    display: block;
}

.drawer-menu.viewed .viewed-wrap .formError {
  padding: 0 8px 16px;
  color: #cc0000;
}

.drawer-menu.viewed .viewed-wrap .movie-title {
    padding: 8px;
    background: #dedede;
    font-size: 12px;
    font-weight: normal;
    border-bottom: 1px solid #fff;
    -webkit-box-shadow: 0px 1px 1px #c9c9c9;
    -moz-box-shadow: 0px 1px 1px #c9c9c9;
    box-shadow: 0px 1px 1px #c9c9c9;
    margin-bottom: 20px;
}

.drawer-menu.viewed .viewed-wrap fieldset {
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    margin: 0 8px 10px 8px;
    padding: 8px 16px 20px 22px;
    border: 1px solid #999;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    border-radius: 4px;
    position: relative;
    overflow: hidden;
    zoom: 1;
}

.drawer-menu.viewed .viewed-wrap fieldset a {
    display: inline-block;
    margin-left: 6px;
    text-decoration: underline;
}

.drawer-menu.viewed .viewed-wrap fieldset .headline {
    margin: 15px 0;
}

.drawer-menu.viewed .viewed-wrap legend {
    margin-left: -14px;
    padding: 0 12px;
    font-weight: bold;
}

.drawer-menu.viewed .viewed-wrap select {
    -webkit-text-size-adjust: 100%;
    margin-bottom: 4px;
    font-size: 14px;
}

.drawer-menu.viewed .viewed-wrap ul {
    margin-bottom: 6px;
    overflow: hidden;
    height: auto !important;
}

.drawer-menu.viewed .viewed-wrap ul li {
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    width: 50%;
    padding: 2px 2px 0 0;
    float: left;
    line-height: 1;
    overflow: hidden;
    zoom: 1;
    height: auto !important;
}

.drawer-menu.viewed .viewed-wrap ul li input {
    display: none;
}

.drawer-menu.viewed .viewed-wrap ul li label {
    display: block;
    width: 100%;
    margin: 0;
    line-height: 1;
    font-size: 12px;
    text-align: center;
    padding: 8px 0;
    background: #777;
    color: #fefefe;
    cursor: pointer;
    -moz-border-radius: 2px;
    -webkit-border-radius: 2px;
    border-radius: 2px;
}
.drawer-menu.viewed .viewed-wrap ul li input:checked + label {
  background: #f6891e;
  color: #fff;
}

.drawer-menu.viewed .viewed-wrap #btBox {
    border-bottom: 1px solid #bbb;
    padding: 8px 8px 20px;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    overflow: hidden;
    display: flex;
}

.drawer-menu.viewed .viewed-wrap #btBox button,
.drawer-menu.viewed .viewed-wrap #btBox .drawer-popup {
    width: 49%;
    margin-right: 2%;
}

.drawer-menu.viewed .viewed-wrap #btBox button,
.drawer-menu.viewed .viewed-wrap #btBox .menu-btn {
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    overflow: hidden;
    display: block;
    height: 60px;
    color: #fff;
    font-size: 16px;
    font-weight: bold;
    text-align: center;
    cursor: pointer;
    border: 2px solid #fff;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    border-radius: 4px;
    -moz-box-shadow: 0 0 1px 0 rgba(0, 0, 0, 0.8);
    -webkit-box-shadow: 0 0 1px 0 rgba(0, 0, 0, 0.8);
    box-shadow: 0 0 1px rgba(0, 0, 0, 0.8);
    background: #023d65;
}

.drawer-menu.viewed .viewed-wrap #btBox .menu-btn {
    line-height: 3.5em;
}

.drawer-menu.viewed .viewed-wrap #btBox button:last-of-type {
    margin-right: 0;
}


.drawer-popup #drawer-btn-check {
    display: none;
}

.drawer-popup .menu-content-popup {
    display: none;
}

.drawer-popup #drawer-btn-check:checked~.menu-content-popup {
    background: rgba(0, 0, 0, 0.75);
    display: block;
    position: fixed;
    top: 0;
    z-index: 9999;
    width: 100%;
    left: 0;
    height: 100%;
    overflow: scroll;
}


.drawer-popup #drawer-btn-check {
    display: none;
}

.drawer-popup .menu-content-popup {
    display: none;
}

.drawer-popup #drawer-btn-check:checked~.menu-content-popup {
    background: rgba(0, 0, 0, 0.75);
    display: block;
    position: fixed;
    top: 0;
    z-index: 9999;
    width: 100%;
    left: 0;
    height: 100%;
    overflow: scroll;
}

.drawer-popup #drawer-btn-check:checked~.menu-content-popup>div {
    background: #fff;
    margin: 12px 12px 52px;
    border-radius: 6px;
    padding: 12px 12px 50px;
    text-align: left;
    color: #000;
}


.drawer-popup #drawer-btn-check:checked~.menu-content-popup label {
    color: #000;
}

.drawer-popup #drawer-btn-check:checked~.menu-content-popup>div>label {
    text-align: right !important;
    display: block;
}

.drawer-popup #drawer-btn-check:checked~.menu-content-popup>div span {
    text-align: right;
    display: block;
    writing-mode: inherit;
}

.drawer-popup #drawer-btn-check:checked~.menu-content-popup>div span img {
    display: inline;
    margin: -34px -34px 0 0;
}

.drawer-popup #drawer-btn-check+label span {
    color: #0968BA;
    font-weight: bold;
}

.drawer-popup #drawer-btn-check:checked~.menu-content-popup>div p {
    padding: 20px 0 0;
}

.drawer-popup .menu-content-popup .close-btn {
    osition: relative !important;
    width: 30px !important;
    height: 30px !important;
    line-height: 50px !important;
    text-align: center !important;
    cursor: pointer;
    background: #AAAAAA !important;
    border-radius: 50% !important;
    margin-left: auto !important;
    padding: 0 !important;
}

.drawer-popup .menu-content-popup .close-btn:before {
    content: "" !important;
    display: block !important;
    width: 16px !important;
    height: 2px !important;
    background: #fff !important;
    -webkit-transform: rotate(45deg) !important;
    transform: rotate(45deg) !important;
    -webkit-transform-origin: 0% 50% !important;
    transform-origin: 0% 50% !important;
    position: absolute !important;
    top: calc(8px) !important;
    left: 33% !important;
}

.drawer-popup .menu-content-popup .close-btn:after {
    content: "" !important;
    display: block !important;
    width: 16px !important;
    height: 2px !important;
    background: #fff !important;
    position: absolute !important;
    top: calc(8px) !important;
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg) !important;
    -webkit-transform-origin: 100% 50% !important;
    transform-origin: 100% 50% !important;
    left: auto !important;
    right: 30% !important;
}



.other-release {
  padding: 0;
}

.other-release>p,
.other-release>div {
  display: inline;
  font-size: 13px !important;
  font-weight: normal !important;
}

.other-release .drawer-menu .menu-btn {
  display: inline;
  width: 30px;
  height: 34px;
  border-radius: 50px;
  margin: 0;
  position: relative;
}

.other-release .drawer-menu .menu-btn:after {
  content: "i";
  font-size: 1rem;
  color: #062089;
  font-weight: bold;
  position: absolute;
  border: solid 1.5px #062089;
  width: 16px;
  height: 16px;
  border-radius: 50px;
  text-align: center;
  line-height: 1.1em;
  margin-left: 4px;
}

.other-release .drawer-menu .menu-btn:hover a {
  display: block;
}

.other-release .drawer-menu .menu-btn a {
  display: none;
  width: 166px;
  position: absolute;
  top: 30px;
  right: -4px;
  margin: 0;
  padding: 4px 10px;
  list-style: none;
  border: 1px solid #ccc;
  transition: height .1s linear, border-width .1s linear;
  border-radius: 4px;
  z-index: 10;
  box-shadow: 0 1px 4px rgba(0, 0, 0, 0.2), 0 1px 4px 0 rgba(0, 0, 0, 0.1);
}

.other-release .drawer-menu .menu-btn a:before,
.other-release .drawer-menu .menu-btn a:after {
  content: "";
  position: absolute;
  right: 14px;
  border: 6px solid transparent;
}

.other-release .drawer-menu .menu-btn a:before {
  top: -12px;
  border-bottom: 5px solid #ccc;
}

.other-release .drawer-menu .menu-btn a:after {
  top: -10px;
  border-bottom: 5px solid #fff;
}

.other-release .menu-content p {
  font-weight: normal !important;
  padding: 10px 0 20px;
  line-height: 1.5em;
}
span.user-name-crown {
  position: relative;
  padding-right: 40px;
}
span.user-name-crown:before {
  content: '';
  background: url(../../images/smartphone/crown_A.png) no-repeat;
  background-size: 20px auto;
  position: absolute;
  display: block;
  overflow: hidden;
  width: 20px;
  height: 14px;
  background-position: 0 0;
  right: 18px;
  top: -1.5px;
}
