/* ----------------------------------------
	entry_detail
---------------------------------------- */
h2 {
  font-size: 30px;
  line-height: 1.5;
}

h3 {
  font-size: 16px;
  line-height: 1.35;
}

.translate,
.translate2 {
  display: none;
  position: absolute;
  bottom: 0;
  width: 100%;
  margin: 0;
  padding: 20px;
  text-decoration: none;
  color: #fff;
  /*	filter: alpha(opacity=60);
  	-moz-opacity:0.6;*/
  /*	opacity:0.6;*/
  min-height: 80px;
  font-size: 15px;
  background-color: rgba(0, 0, 0, 0.5);
}

#entry_area {
  max-width: 770px;
  margin: 40px auto 0;
}

#left_area {
  max-width: 508px;
  width: 70%;
  clear: left;
  float: left;
  margin-top: 30px;
}

.title_area {
  width: calc(100% - 80px);
  float: left;
  display: inline-block;
}

.stars {
  width: 150px;
  float: left;
}

.view {
  font-size: 20px;
  margin-top: 7px;
}

.point {
  background: url("../../img/entry_detail/point_man.png") left bottom/cover no-repeat;
  width: 65px;
  height: 95px;
  float: right;
  z-index: 999;
}
.point > img {
  margin-left: 40%;
}
.point > a {
  display: block;
  position: absolute;
  bottom: 10%;
  left: 40%;
  font-size: 12px;
}

.point_balloon {
  border: 3px solid #000000;
  background: #31a5ff;
  width: 60%;
  height: 60%;
  position: absolute;
  right: 0;
  top: 17px;
  color: white;
}
.point_balloon > p {
  position: absolute;
  left: 0;
  top: 38%;
  width: 100%;
  text-align: center;
  font-size: 35px;
}
.point_balloon > span {
  display: block;
  position: absolute;
  right: 2%;
  bottom: 0;
}
.point_balloon > img {
  position: absolute;
  left: -37px;
  top: 10px;
}

#detail_area {
  width: 210px;
  float: left;
  margin-left: 45px;
  position: relative;
  margin-top: 126px;
}
#detail_area #product_image {
  width: 200px;
  margin-bottom: 10px;
}
#detail_area #product_image > img {
  position: absolute;
  top: -161px;
  left: 31px;
  z-index: 2;
}
#detail_area #product_image p.image {
  margin-left: 5px;
  margin-top: 2px;
  padding: 5px;
  border: 3px #000 solid;
}
#detail_area #product_image p.image img {
  width: 180px;
}
#detail_area #product_image p.frame {
  position: absolute;
  left: 0;
  top: 0;
}

.watcher_list {
  margin-top: 20px;
  width: 180px;
}
.watcher_list li {
  float: left;
  width: 33px;
  height: 33px;
  overflow: hidden;
}
.watcher_list li img {
  width: 33px;
}

#watched p {
  background: url("../../img/entry_detail/btn_mhs.png") no-repeat;
  color: white;
  margin-top: 10px;
  padding-left: 15px;
  width: 180px;
  height: 37px;
  line-height: 37px;
  cursor: pointer;
}

#will_watch p {
  background: url("../../img/entry_detail/btn_mws.png") no-repeat;
  color: white;
  margin-top: 10px;
  padding-left: 15px;
  width: 180px;
  height: 37px;
  line-height: 37px;
  cursor: pointer;
}

.out_link {
  margin-top: 10px;
}
.out_link img {
  margin-right: 5px;
}

.link_area {
  position: absolute;
  top: -161px;
  left: 31px;
}

#user_area {
  max-width: 508px;
  width: 90%;
  margin: 0 0 20px;
  clear: both;
  border-top: 2px solid #000;
  border-bottom: 2px solid #000;
  overflow: hidden;
}

#writer {
  clear: both;
  font-size: 20px;
  margin: 15px 0;
  float: left;
  width: 100%;
}
#writer img#user_prof {
  width: 70px;
  height: 70px;
  padding-right: 10px;
}
#writer table {
  float: left;
  width: 100%;
}
#writer table tr td {
  vertical-align: top;
}
#writer table tr td.writer_img {
  width: 70px;
}
#writer span.award {
  float: left;
  color: #f9d543;
  font-size: 12px;
  padding-left: 20px;
  background: url("../../img/common/crown.png") no-repeat left 2px;
  margin-left: 10px;
}

ul#koma {
  width: 100%;
  margin-top: 0;
  position: relative;
  display: inline-block;
}
ul#koma li {
  width: 100%;
  line-height: 0;
  font-size: 0;
  margin-top: 10px;
  border: 3px #000 solid;
  overflow: hidden;
}
ul#koma li > img {
  width: 100%;
}
ul#koma li:first-child {
  margin-top: 0px;
}
ul#koma li.koma_event {
  border: 0px;
}

.bench_people {
  position: absolute;
  right: -140px;
  bottom: -80px;
}

.entry_date {
  width: 100%;
  text-align: right;
  color: #888;
  margin: 5px 0 10px;
}

#author_nm {
  margin-left: 10px;
  margin-top: 5px;
}

.prof_btn {
  width: 189px;
  height: 54px;
  border: 3px #000 solid;
  display: inline-block;
  cursor: pointer;
  float: right;
  margin-top: 10px;
  background-color: #009cff;
  text-align: center;
}
.prof_btn img {
  margin-top: 3px;
}

.follow_char {
  font-size: 14px;
  line-height: 32px;
  margin: 0 8px;
}

#comment_area {
  margin: 10px auto 0;
  width: calc(100% - 10px);
}
#comment_area ul {
  width: 90%;
  /* margin: 20px auto; */
  max-width: 510px;
}
#comment_area ul li {
  width: 100%;
  margin: 0 auto 3px;
  padding: 5px;
  vertical-align: top;
  border-top: 2px solid #000000;
  position: relative;
}
#comment_area ul li#comment_top {
  border-top: none;
  height: 80px;
  position: relative;
  margin: 20px 0 0;
}
#comment_area ul li a {
  vertical-align: top;
}
#comment_area ul li img.prof {
  width: 50px;
  height: 50px;
  float: left;
  margin-top: 5px;
}
#comment_area .comment_input {
  border: 2px solid #000;
  padding: 5px;
  margin: 0 auto;
  font-size: 13px;
  min-height: 50px;
}
#comment_area ul li#comment_top img.prof {
  display: block;
  float: left;
}

.comment_people {
  position: absolute;
  right: 110px;
  top: -145px;
  height: 140px;
}
.comment_people > p {
  position: absolute;
  top: 13px;
  left: 17px;
  color: gray;
}
.comment_people img {
  pointer-events: none;
}

div#next_copy {
  width: 100%;
}
div#next_copy img {
  float: left;
  text-align: center;
}
div#next_copy h5 {
  float: left;
  text-align: center;
  font-size: 30px;
  background: url("../../img/entry_detail/tezuka_serial_comment.png") no-repeat;
  background-size: 100% 100%;
  /*	width: 410px;
  	height: 70px;
  */
  margin: 50px 0;
  padding: 20px 10px;
}

/* ----------------------------------------
	movieArea
---------------------------------------- */
#movie_area {
  width: 30%;
}
/* ----------------------------------------
	recommend_area
---------------------------------------- */
#recommend_area {
  margin-top: 150px;
}
#recommend_area .title {
  text-align: center;
  font-weight: bold;
  font-size: 30px;
}
#recommend_area ul {
  overflow: hidden;
  margin: 60px 0;
  display: grid;
  justify-content: center;
  grid-template-columns: repeat(auto-fill, 294px);
  gap: 25px;
}
#recommend_area ul li {
  z-index: 100;
  position: relative;
  aspect-ratio: 294/352;
}
#recommend_area ul li.frame1 {
  background: url("../../img/common/frame1.png") center/cover no-repeat;
}
#recommend_area ul li.followman {
  position: relative;
  padding: 20px;
  background: url("../../img/common/frame_green.png") no-repeat;
  text-align: center;
}
#recommend_area ul li.followman > p {
  padding: 14px;
  width: 263px;
  height: 47px;
  background: url("../../img/common/waku.png") no-repeat;
  font-weight: bold;
  font-size: 14px;
}
#recommend_area ul li.followman > span {
  position: absolute;
  right: 27px;
  bottom: 25px;
  width: 109px;
  height: 95px;
}
#recommend_area ul li.followman > dl {
  padding: 15px;
  width: 255px;
  color: #fff;
  text-align: left;
  font-size: 15px;
}
#recommend_area ul li.followman > dl > dt {
  padding: 10px 0;
  width: 100%;
  height: 30px;
  font-weight: normal;
  line-height: 1;
}
#recommend_area ul li.followman > dl > dd {
  width: 100%;
  height: 30px;
  /*	border-bottom: 2px solid #333;*/
}
#recommend_area ul li.ad_frame {
  position: relative;
  padding: 20px;
  background: url("../../img/common/frame_blue.png") no-repeat;
  text-align: center;
}
#recommend_area ul li.ad_frame2 {
  background: url("../../img/common/frame_red.png") no-repeat;
}
#recommend_area ul li.recruit_frame {
  position: relative;
  /*padding: 60px 25px;*/
  padding: 31px 35px;
  background: url("../../img/common/frame_blue2.png") no-repeat;
  text-align: center;
}
#recommend_area ul li.ad_frame > div {
  top: 80px;
}
#recommend_area ul li.serial_frame {
  position: relative;
  /*padding: 14px 22px;*/
  padding: 31px 35px;
  background: url("../../img/common/frame1.png") no-repeat;
  text-align: center;
}
#recommend_area ul li.serial_red {
  background: url("../../img/common/frame_red.png") no-repeat;
}
#recommend_area ul li.serial_blue {
  background: url("../../img/common/frame_blue2.png") no-repeat;
}
#recommend_area ul li.serial_green {
  background: url("../../img/common/frame_green.png") no-repeat;
}
#recommend_area ul li.viewed > * {
  opacity: 0.65;
  /*	-webkit-filter: grayscale(100%);
  filter: url("data:image/svg+xml;utf8,<svg xmlns=\'http://www.w3.org/2000/svg\'><defs><filter id=\'grayscale\'><feColorMatrix type=\'matrix\' values=\'0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0 0 0 1 0\'/></filter></defs></svg>#grayscale");
  filter: gray;*/
  filter: alpha(opacity=65);
  -moz-opacity: 0.65;
}
#recommend_area ul li div {
  position: absolute;
  overflow: hidden;
}
#recommend_area ul li div.img_koma {
  top: 16px;
  left: 16px;
  width: 263px;
  height: 199px;
}
#recommend_area ul li div.img_koma img {
  overflow: hidden;
  width: 263px;
}
#recommend_area ul li div.img_koma span.eval_rank {
  position: absolute;
  background-color: #f9d543;
  padding: 10px 10px;
  font-size: 16px;
  font-weight: bold;
}
#recommend_area ul li div.img_koma span.user_img {
  position: absolute;
  background-color: #f9d543;
  width: 80px;
  height: 80px;
  overflow: hidden;
  padding: 5px;
}
#recommend_area ul li div.img_koma span.user_img img {
  width: 70px;
  height: 70px;
}
#recommend_area ul li div.img_koma span.eval_rank_big {
  font-size: 22px;
}
#recommend_area ul li div.img_movie {
  top: 229px;
  width: 77px;
  height: 104px;
  left: 17px;
  /*top: 223px;*/
}
#recommend_area ul li div.img_movie img {
  width: 75px;
}
#recommend_area ul li div.title_movie {
  top: 230px;
  left: 100px;
  width: 180px;
  /*height: 30px;*/
  line-height: 23px;
  /*top: 232px;*/
  font-size: 22px;
}
#recommend_area ul li div.stars {
  top: 270px;
  left: 110px;
  width: 150px;
  height: 47px;
  /*top: 259px;*/
}
#recommend_area ul li div.stars img {
  display: block;
  float: left;
}
#recommend_area ul li span.view_count {
  font-size: 18px;
  color: #888;
}
#recommend_area ul li span.entry_date {
  position: absolute;
  font-size: 11px;
  color: #aaa;
  right: 15px;
  bottom: 10px;
}
#recommend_area ul li div.score {
  background: url("../../img/common/score_bg.png") no-repeat center;
  width: 123px;
  height: 36px;
  bottom: 25px;
  right: 27px;
  font-size: 25px;
  color: #fff;
  text-align: center;
  padding: 10px 27px 0 0;
}
#recommend_area ul li div.pro {
  background: url("../../img/common/pro_bg.png") no-repeat center;
  width: 123px;
  height: 36px;
  bottom: 25px;
  right: 27px;
  font-size: 25px;
  color: #fff;
}
#recommend_area ul li div.mypage_overlay {
  top: 189px;
  left: 117px;
  width: 77px;
  display: none;
}
@media screen and (max-width: 1000px) {
  .point > a {
    font-size: 10px;
  }
  .comment_people {
    right: 10%;
  }
}
@media screen and (max-width: 640px) {
  ul#koma {
    margin-top: 10px;
  }
  .title_area {
    width: calc(100% - 70px);
  }
  .point {
    width: 55px;
    height: 80px;
  }
  .comment_people {
    display: none;
  }
  #user_area {
    margin: 20px auto;
  }
}
@media screen and (max-width: 1050px) {
  .bench_people {
    right: -9px;
    bottom: -156px;
  }
  #left_area {
    float: none;
    margin: 30px auto 0;
  }
  #detail_area {
    margin: 100px auto 20px !important;
    float: none;
  }
  .view {
    float: none;
    clear: left;
    font-size: 20px;
    margin-top: 5px;
  }
  #left_area {
    width: 90%;
  }
  #user_area {
    margin: 0 auto 20px;
  }
}
@media screen and (max-width: 768px) {
  #recommend_area {
    margin-top: 90px;
  }
  #recommend_area .title {
    font-size: 20px;
  }
  #recommend_area ul {
    margin: 30px 0;
    grid-template-columns: repeat(auto-fit, calc(47.5vw - 10px));
    gap: 15px;
  }
  #recommend_area ul li div.img_koma {
    top: 10px;
    left: 10px;
    width: calc(100% - 20px);
    height: calc((100% - 20px) * 0.62);
  }
  #recommend_area ul li div.img_koma img {
    width: 100%;
  }
  #recommend_area ul li div.img_movie {
    width: 25%;
    height: auto;
    top: 65%;
    left: 10px;
  }
  #recommend_area ul li div.img_movie img {
    width: 100%;
  }
  #recommend_area ul li div.title_movie {
    top: 65%;
    left: unset;
    right: 10px;
    width: calc(75% - 25px);
    height: auto;
    font-size: 2.7vw;
    line-height: 1.35;
  }
  #recommend_area ul li span.entry_date {
    font-size: 2.2vw;
    line-height: 1.35;
    right: 10px;
  }
}
/*# sourceMappingURL=maps/entry_detail.css.map */
