@charset "utf-8";
.contentBlock {
  padding: 20px 35px;
  position: relative;
}

@media screen and (max-width: 768px){
  .contentBlock {
    padding: 20px 5px;
  }
}

/* スライダー*/
.mainImage {
  width: 960px;
  float: center;
}
.characterArea .mainImage{
  width: 960px;
  margin-bottom: 10px;
}
@media screen and (max-width:768px) {
  .characterArea {
    width: 100%;
    float: none;
  }
  .characterArea .mainImage{
    width: 100%;
    float: none;
  }
}
.blockTitle{
  margin-left: 10px;
  font-size: 2.4rem;
}
@media screen and (max-width:768px) {
  .blockTitle{
    font-size: 22px;
    font-size: 2.2rem;
  }
}

.series{
  display: -ms-flexbox;
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
}
.series.panel{
  background-color: #FFFFFF;
  margin-bottom: 20px;
}
.series .movie{
  float: left;
  width: 40%;
}
.series .imgArea{
  position: relative;
}
.series .imgArea .img{
  margin: auto;
  display: block;
}
.series .title{
  text-align: center;
  margin: 10px 0;
  font-size: 15px;
  font-size: 1.5rem;
}
.series .info{
  margin: 10px;
  float: right;
  width: 58%;
}
.series .seriesName{
  font-size: 24px;
  font-size: 2.4rem;
}
.series .subTitle{
  font-size: 18px;
  font-size: 1.8rem;
}
.series .summary{
  margin-top: 5px;
  font-size: 15px;
  font-size: 1.5rem;
}
@media screen and (max-width: 768px){
  .series.panel{
    display: block;
    margin-bottom: 20px;
  }
  .series .movie{
    float: none;
    width: 100%;
  }
  .series .title{
    text-align: left;
    padding: 0 5px;
    font-size: 13px;
    font-size: 1.3rem;
    margin: 10px 0 0 0;
  }
  .series .info{
    float: none;
    width: 98%;
    margin: 3px 5px 5px 5px;
  }
  
  .series .seriesName{
    font-size: 22px;
    font-size: 2.2rem;
  }
  .series .subTitle{
    text-align: left;
    font-size: 16px;
    font-size: 1.6rem;
  }
  .series .summary{
    font-size: 13px;
    font-size: 1.3rem;
  }
  .imgArea .img{
    width:100%;
  }
}

.panel .link:link, .panel .link:visited {
  color: #000;
}
.panel .link:hover,
.panel .link:active {
  color: #ff6c00;
}

.textButtonCl01 {
  background-color: #ffcc33;
  margin-bottom: 5px;
}
.textButtonCl02 {
  background-color: #33cc00;
  margin-bottom: 5px;
}
.textButtonCl01 .text,.textButtonCl01:after{
  color: #02217c;
}
.textButtonCl01:hover .text,.textButtonCl01:hover:after{
  color: #FFFFFF;
}

.seriesArea .textButton{
  margin-top: 10px;
  width: 500px;
}
@media screen and (max-width: 768px){
  .seriesArea .textButton{
    width: 98%;
  }
  .textButtonCl01 .text {
    padding: 0px 30px;
}
}

.sparatorLine{
  border-top: 3px solid #fadcc1;
}

.seeMoreButton02 .link {
  box-shadow: 1px 1px 6px #144109;
  background-color: #3ac519;
}
.seeMoreButton {
  text-align: right;
  margin-top: 10px;
}
.seeMoreButton .link {
  box-sizing: border-box;
  padding: 10px 20px;
  overflow: hidden;
  border-radius: 5px;
  border-radius: 6px;
  display: inline-block;
}
.seeMoreButton01 .link {
  box-shadow: 1px 1px 4px #6f3711;
  background-color: #ff6600;
}
.seeMoreButton .link .text {
  color: #fff;
  font-size: 15px;
  font-size: 1.5rem;
  font-weight: bold;
}
.seeMoreButton .link .text .fa {
  color: #fff;
  font-size: 30px;
  font-size: 3.0rem;
  vertical-align: -4px;
  text-indent: 10px;
}
.seeMoreButton .link:hover .text,
.seeMoreButton.link:hover .text .fa {
  color: #fff798;
}
/*続きを見るボタン 768px以下*/

@media screen and (max-width:768px) {
  .seeMoreButton {
    position: static;
    text-align: right;
  }
  .seeMoreButton .link {
    padding: 5px 20px;
  }
}

.workArea{
  position: relative;
  margin-bottom: 10px;
}

.postInfoArea {
  width: 100%;
  float: left;
}
.panelThumb{
  position: relative;
}

/*panelArea*/
.panelArea{
  overflow: hidden;
}
.panelArea .panel{
  width: 316px;
  float: left;
  background: #fff;
  margin: 2px;
}
.textArea{
  padding: 5px 10px;
}
.workTitle{
  overflow: hidden;
  height: 20px;
  font-size: 16px;
  font-size: 1.6rem;
  font-weight: normal;
  padding-bottom: 5px;
}
.userArea{
  overflow: hidden;
  padding: 5px;
  margin-bottom: 5px;
  background: #f6f6f6;
}
.userIcon{
  float: left;
  margin-right: 10px;
  width: 50px;
  height: 50px;
  background-position: center;
  background-size: cover;
}
.userText{
  float: left;
}
.userName{
  width: 220px;
  font-size: 15px;
  font-size: 1.5rem;
  margin-bottom: 10px;
}
.postDate{
  float: left;
  margin-right: 10px;
  font-size: 12px;
  font-size: 1.2rem;
}
.wonderButton{
  float: left;
  margin-top: -6px;
  background: #ff0000;
  border-radius: 5px;
  box-shadow: 1px 1px 2px #5d5d5d;
}
.wonderButton .link{
  display: block;
  color: #fff !important;
  padding: 3px 10px 3px 10px;
  font-size: 12px;
  font-size: 1.2rem;
}
.wonderButton .fa{
  margin-right: 5px;
  font-size: 15px;
  vertical-align: -2px;
}
.wonderButton .link:hover{
    color: #fff798 !important;
}
.wonderButton.voted{
  background: none;
  box-shadow: none;
}
.wonderButton.voted .link{
  pointer-events: none;
  color: #ff0000 !important;;
  padding: 3px 0 0 0;
}

@media screen and (max-width:768px) {
  .panelArea{
    overflow: visible;
  }
  .panelArea .panel{
    overflow: hidden;
    width: 100%;
    float: left;
    margin: 0 0 5px 0;
  }
  .textArea{
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    width: 50%;
    float: right;
    padding: 5px;
  }
  .workTitle{
    height: 40px;
    margin-bottom: 2px;
    font-size: 15px;
    font-size: 1.5rem;
  }
  .userArea{
    overflow: visible;
    display: table;
    padding: 5px;
    margin-bottom: 5px;
    background: #f6f6f6;
  }
  .userIcon{
    float:left;
    display: table-cell;
    vertical-align: top;
    width: 35px;
    height: 35px;
    margin-right: 5px;
    max-width: none;
  }
  .userText{
    float: none;
    display: table-cell;
    vertical-align: top;
    width: 100%;
  }
  .userName{
    width: 100%;
    height: 40px;
    margin-bottom: 5px;
    font-size: 13px;
    font-size: 1.3rem;
    word-break: break-all;
  }
  .postDate{
    float: none;
    margin: 0 0 0 -35px;
  }
  .wonderButton{
    width: 130px;
    float: none;
    margin: 5px 0 5px -35px;
  }
  .wonderButton .link{
    padding: 3px 0 3px 5px;
  }
}
/* 投稿画像設定 */
.cover {
  display: inline-block;
  background-color: #FFF;
  background-position: center center;
  background-repeat: no-repeat;
  width: 316px;
  height: 316px;
  background-size: cover;
  vertical-align: bottom;
}
@media screen and (max-width: 768px){
  .cover {
    width: 49%;
    height: 175px;
  }
}