/* community */
#thread__main_cmnt.thread__main_cmnt img{
  width: 100%;
  max-width: none;
  height: 100%;
}
.thread__main_cmnt img{
  width: auto;
  max-width: none;
  height: 100%;
}

.l-main_contents{
  width: 100%;
  margin-left: auto;
  margin-right: auto;
}
.l-main_contents.bk-sdw{
  background: #fff;
  box-shadow: 0 0 15px rgba(0,0,0,.16);
  padding-top: 52px;
  padding-bottom: 42px;
}

/*community-archive*/
#l-main.page-community{
  background-image: url("/image/tmariko_template/yoshihamatsutom/wp_community.png");
}
.content-acv_head{
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  justify-content: space-between;
  -ms-align-items: flex-end;
  align-items: flex-end;
  /*padding-bottom: 16px;*/
}
.content-acv_head .btn-sort{
  width: auto;
  padding-left: 15px;
  font-size: .8em;
  line-height: 1;
  position: relative;
}
.content-acv_head .btn-sort::before{
  content: "";
  position: absolute;
  left: 0;
  top: .15em;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 8px 4px 0 4px;
  border-color: #222222 transparent transparent transparent;
}
.content-acv_head .btn-build{
  background: #314462;
  color: #fff;
  border-radius: 18px;
  font-size: .9333em;
}
.content-acv_head .btn-build > *{
  padding: .75em 1em .78em 2.5em;
  display: block;
}
.content-acv_head .btn-build > *::before{
  content: "";
  width: 1.125em;
  height: 1.125em;
  background: url("/image/tmariko_template/yoshihamatsutom/icn_addcircle.svg") no-repeat center/100%;
  position: absolute;
  left: .85em;
  top: 50%;
  transform: translateY(-50%);
}


/*community-detail*/
.detail-community{
  margin-top: 23px;
  padding-left: 46px;
  padding-right: 46px;
  /*padding-right: 87px;*/
}

.btn-comment{
  position: fixed;
  width: 1060px;
  bottom: 50px;
  left:calc(50% + 160px);
  transform: translateX(-50%);
  z-index: 10;
  pointer-events: none;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  justify-content: flex-end;
}
.btn-comment a{
  width: 85px;
  height:85px;
  pointer-events: auto;
  border-radius: 50%;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  -ms-align-items: center;
  align-items: center;
  justify-content: center;
  color: #fff;
  cursor: pointer;
  z-index: 1;
  font-size: .9333em;
  padding-top: 20px;
}

.btn-comment a.cmmnt{
  background: #6B81A3 url( "/image/tmariko_template/yoshihamatsutom/icn_sms.svg") no-repeat center top 20px/20px;
}
.btn-comment a.wish{
  background: url("/image/tmariko_template/yoshihamatsutom/icn_ema.svg") #ED6D46 no-repeat center top 20px/20px;
  border: 3px solid #fff;
  box-shadow: 0 7px 10px rgba(0,0,0,.16);
  -webkit-transition: all .6s;
  -o-transition: all .6s;
  transition: all .6s;
}
.btn-comment a.wish:hover{
  box-shadow: 0 2px 2px rgba(0,0,0,.16);
}
/*.btn-comment > * + *{
  margin-top: 5px;
}
.btn-comment .icn{
  width: 20px;
}*/

.thread__title p.date{
  font-size: .8em;
}
.thread__title h3{
  font-size: 1.2em;
  font-weight: 700;
  margin-top: 5px;
  line-height: 1.4;
  padding-bottom: 20px;
}
/*
.thread__title h3::after{
  content: "";
  width: 100%;
  height: 2px;
  background: #314462;
  position: absolute;
  bottom: 0;
  left: -46px;
}
*/
.post-resp{
  padding-top: 18px;
  -ms-align-items: center;
  align-items: center;
}
.post-resp *{
  -ms-align-items: center;
  align-items: center;
}
.post-resp > p + p{
  margin-left: 1em;
}
.post-resp > p > * + *{
  margin-left: .5em;
}
.post-resp p.up
,.post-resp p.chat{
  font-weight: 500;
}
.post-resp .icn{
  width: 1em;
}
.thread__main_cmnt{
  line-height: 1.6;
  margin-top: 20px;
}
.thread__main_cmnt > * + *{
  margin-top: 1.5em;
}
.thread__main_cmnt > figure{
  margin-top: 0;
  display: none;
}
.thread__main_cmnt img{
  width: 100%;
  max-width: 550px;
}

.thread_comment_wrap{
  margin-top: 20px;
}

.thread_comment_wrap h3{
  font-size: 1.1em;
  padding-bottom: 0;
}
.comment__area{
  margin-top: 10px;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  justify-content: center;
}
.comment_list{
  max-width: 982px;
}
.comment_list li + li{
  margin-top: 15px;
}
.comment_list .cmmnt{
  -ms-align-items: flex-start;
  align-items: flex-start;
}
.comment_list .cmmnt > * + *{
  margin-left: 6px;
}
.user-comme{
  max-width: calc(100% - 30px);
}
.comment_list .cmmnt p.user-icn{
  width: 30px;
  border-radius: 50%;
  overflow: hidden;
}
.comment_list .cmmnt p.user-icn::before{
  content: "";
  padding-top: 100%;
  display: block;
  
}
.comment_list .cmmnt p.user-icn span{
  position: absolute;
  width: 100%;
  height: 100%;
  display: block;
  top: 0;
  left: 0;
}
.comment_list .cmmnt p.user-icn span img{
  object-fit: cover;
  height: 100%;
}
.user-comme .bdg{
  position: absolute;
  left: 2.5px;
  top: -2.5px;
  width: 20px;
  z-index: 1;
}
.user-comme .fkds{
  /*background: #F2F6F8;*/
  border-radius: 5px;
  /*padding: .8em 1.5em .8em 1em;*/
  padding: .8em 0;
  line-height: 1.6;
}
.user-comme .fkds .head{
  -ms-align-items: flex-start;
  align-items: flex-start;
}
.user-comme .fkds .cmnt{
  margin-top: 5px;
}
.user-comme .fkds .head > * + *{
  margin-left: 8px;
}
.recom-link{
  background: #d6dde0;
  border-radius: 6px;
  overflow: hidden;
  margin-top: 10px;
}
.recom-link .icn{
  width: 25px;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  -ms-align-items: center;
  align-items: center;
  justify-content: center;
  background: #7EA079;
}
.recom-link .icn img{
  width: 16px;
  height: auto;
}
.recom-link .recom-name{
  padding: 5px 10px;
  font-size: .8em;
  color: #666;
}
.user-comme .fkds .name{
  padding-left: 1em;
}
.user-comme .resp{
  margin-top: 5px;
  padding-left: 1em;
}
.user-comme .resp > * + *{
  margin-left: 22px;
}
.user-comme .resp .up{
  width: auto;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
}
.user-comme .resp .up .icn{
  width: 16px;
}
.user-comme .resp .up .num{
  padding-left: 5px;
}
.user-comme .resp .up.on{
  color: #F06702;
}
.user-comme .resp .up.on .svg .d{
  fill:#F06702;
}
.user-comme .resp-btn{
  width: auto;
}
.child .user-comme .resp {
  background: #e0e7eb;
}
.user-comme .resp.like-on{
  background: #1E0F45;
  color: white;
}
.recomment{
  border-radius: 16px;
  border: 2px solid #314462;
  padding: .5em 1em 1em;
  background: #fff;
  z-index: 2;
  position: absolute;
  top: 2em;
  left: 5em;
  max-width: calc(100% - 5em);
  
}
.recom-close{
  width: 24px;
  height: 24px;
  margin-left: 10px;
  cursor: pointer;
}
.recom-close::before
,.recom-close::after{
  content: "";
  width: 100%;
  height: 3px;
  border-radius: 2px;
  background: #314462;
  position: absolute;
  display: block;
  top: 50%;
}
.recom-close::before{
  transform: translateY(-50%) rotate(45deg);
}
.recom-close::after{
  transform: translateY(-50%) rotate(-45deg);
}
.recom-head{
  font-size: .8em;
  justify-content: space-between;
  -ms-align-items: center;
  align-items: center;
}

.recom-head .post-swap {
  -ms-align-items: center;
  align-items: center;
}
.recom-head .post-swap > * + *{
  margin-left: 5px;
}
.recom-head .post-swap .icn{
  width: 1em;
}
.recomment p.user-name{
  font-size: .8em;
}
.recomment p.user-name{
  margin-top: 1em;
}
.recomment p.cmnt{
  margin-top: .5em;
  line-height: 1.6;
  font-size: .93333em;
}
.thread_comment_wrap + .btn-wrap{
  margin-top: 52px;
}

/*comment-modal*/
.modal-comment__wall{
  position: fixed;
  width: 100%;
  height: 100vh;
  top: 0;
  left: 0;
  background: url("/image/tmariko_template/yoshihamatsutom/wall_comment.png") #fff no-repeat top center/100%;
}

.modal-comment__inner{
  width: 765px;
  max-width: 100%;
  padding: 0 20px;
  margin: 0 auto;
}
.mdl_comment_title{
  justify-content: center;
  font-size: 1.46666em;
  font-weight: 700;
  color: #314462;
}
.mdl_comment_title span{
  padding-left: 2em;
}
.mdl_comment_title span::before{
  content: "";
  width: 1.5em;
  height: calc(100% + 2px);
  background: url("/image/tmariko_template/yoshihamatsutom/icn_nvy_sms02.svg") no-repeat center/100%;
  position: absolute;
  left: 0;
  top: 2px;
  display: block;
}
.mdl_comment_title.thread span{
  padding-left: 1.5em;
}
.mdl_comment_title.thread span::before{
  width: 1em;
  height: 1em;
  background: url("../image/yoshihama/icn_plus.svg") no-repeat center/100%;
}
.mdl_comment_area{
  margin-top: 32px; 
}
.mdl_comment_add{
  margin-top: 26px;
}
.mdl_comment_add p{
  line-height: 1.6;
}
.mdl_comment_add p span{
  color: #CE1D46;
  display: block;
  padding-bottom: 5px;
}
.modal-comment__inner .btn-wrap{
  margin-top: 32px;
}
.mdl_comment_area p.text{
  margin-bottom: 10px;
}
.mdl_comment_area input[type="text"]
,.mdl_comment_area textarea{
  background: #fff;
 box-shadow:0px 0px 10px 0px rgba(0,0,0,.15) inset;
}
/*スレッドモーダル*/
.mdl_comment_area p.title.line{
  padding-left: 1em;
  color: #1B446C;
  font-weight: 500;
}
.mdl_comment_area p.title.line::before{
  content: "";
  width: .5em;
  height: 2px;
  background: #1B446C;
  position: absolute;
  top: 50%;
  left: 0;
}
.mdl_comment_area p.title.line + .input{
  margin-top: 10px;
}
.mdl_comment_area .input + p.title.line
,.mdl_comment_area .input + .input{
  margin-top: 15px;
}
.mdl_comment_area .input.select-wrap{
  width: 486px;
  max-width: 100%;
}
.mdl_comment_area .input.switch-wrap{
  background: #F0F0F0;
  margin-top: 10px;
  border-radius: 8px;
}
.mdl_comment_area .input.switch-wrap > div{
  padding: 20px 20px;
  width: 50%;
}
.mdl_comment_area .radio-box > p + div{
  margin-left: 2em;
}
.mdl_comment_area .radio-box > div + div{
  margin-left: 1.25em;
}
/*お気に入り一覧 - favorite.html
　視聴履歴　- history.html
=====================================*/
.contents-title .page-name{
  font-size: 1.6em;
}
.l-main_contents.acv-favorite{
  margin-top: 26px;
}
#l-main.page-favorite{
  background-image: url("/image/tmariko_template/yoshihamatsutom/wp_fevorite.png");
}
article.movie-acv_cat{
  width: calc((100% - 64px)/4);
  background: #fff;
  box-shadow: 0 7px 10px rgb(0 0 0 / 16%);
  margin: 25px 8px;
  border-radius: 4px;
}
article.movie-acv_cat .cmnt{
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  color: #fff;
  background: rgba(49,68,98,.8);
}
article.movie-acv_cat .cmnt p.data{
  font-size: .8em;
  padding: .35em 1em;
  text-align: right;
}



.user-comme{
  color: #1E0F45;
}
.comment_list{
    width: 100%;
    max-width: none;
}
.add_community_li_div{
    width: 100%;
    background-color: none;
    justify-content: space-between;
}
.add_community_usercomme{
    width: calc(97% - 20px);
}

.comment_list li{
    padding-bottom: 30px;
}

.comment_list li.CommentChilds{
    padding: 0;
}

.user-comme .fkds .cmnt{
  margin-top: 0;
  font-size: 0.95em;
}
.user-comme .resp {
  padding-left: 0;
  background: #F2F6F8;
  border-radius: 20px;
  padding: .5em 1em .5em 1em;
  width: fit-content;
}
.user-comme .resp-btn{
  width: auto;
  display: flex;
  align-items: center;
  margin-left: 10px;
  font-size: 0.9em;
}
.user-comme .post-time{
  width: fit-content;
  text-align: right;
  color: #666;
  margin-top: 5px;
}
.main-name-add_name{
  font-size: 0.85em;
  width: 100%;
  color: #666;
  margin-top: 5px;
  margin-bottom: 5px;

  display: flex;
  justify-content: space-between;
}
.main-name-add_name p{
  width: fit-content;
}
.replyAttention{
  text-align: center;
  font-size: 0.9em;
  background: #F2F6F8;
  width: 100%;
  color: #666;
  margin-top: 10px;
  padding-left: 15px;
  margin-bottom: 10px;
  padding: 15px 25px;
  border-radius: 100px;
}
.cmnt_attention_nodlt_edit{
    font-size: 0.75em;
    color: #666;
}


.btn-comment a.cmmnt{
  background: #33215F url(/image/tmariko_template/yoshihamatsutom/icn_sms.svg) no-repeat center top 20px / 20px;
}
.mdl_comment_title{
  font-size: 1em;
}
.mdl_comment_title span{
  color: #483676;
}
.mdl_comment_area input[type="text"], .mdl_comment_area textarea{
  background: #fff;
  box-shadow: none;
  border: none;
  padding: 20px;
}
.mdl_comment_area{
  margin-top: 15px;
}
.inp-file label{
  background: #33215F;
}
.mdl_comment_add p {
  line-height: 1.6;
  color: #666;
  font-size: 0.9em;
}
.modal-comment__inner .btn-wrap {
  width: fit-content;
  display: block;
  padding: 15px 55px;
  color: white;
  font-size: 14px;
  border-radius: 45px;
  cursor: pointer;
  transition: background-color 0.3s ease;
  background: #33215F;
  margin: 32px auto 0 auto;
}

#content-float_btn{
  background-color: rgba(0, 0, 0, .25);
}

.btn-comment{
  width: 100%;
  max-width: 1060px;
  bottom: 50px;
  right: 50px;
  left: auto;
  transform: none;
}

@media screen and (max-width: 768px){
  .btn-comment a .txt{
    display: none;
  }
  .btn-comment a {
    aspect-ratio: 1;
    width: min(60px, 15vw);
    height: auto;
  }
  .btn-comment{
    bottom: 90px;
    right: 20px;
  }
}



.community-main input[type='submit']{
  padding: 15px 55px;
}
.modal-comment__inner .btn-wrap{
  padding: 0;
}