@charset "utf-8";

/* ############################################################################
 *
 * にゃんこ一武闘会
 *
 * ############################################################################ */
/* 共通 */
*, * :after, * :before{
  box-sizing: border-box;
}
#contents-wrap img{
  max-width: 100%;
  vertical-align: bottom;
}
h1{
  align-items: center;
  background: url(../../images/title.png) no-repeat left / 100%;
  display: flex;
  height: 50px;
  justify-content: flex-end;
  padding-right: 20px;
  width: 962px;
}
h2{
  border: none;
  box-shadow: none;
  margin: 0;
  padding: 0;
  width: auto;
}
#contents-wrap a{
  text-decoration: none;
}
.limit_box{
  background: #fff;
  margin: 20px 0;
  padding: 60px 20px;
  width: 100%;
}

.ad-area{
  text-align: center;
  margin: 20px 0;
}

/*######################### ナビ #########################*/
.cont_navi-main{
  background: #f05655;
}
.cont_navi-main .main_menu .menu_item:hover,
.cont_navi-main .main_menu .menu_item.active{
  background: #e83031;
}
.cont_navi-sub .item_txt{
  color: #e83031;
}
.cont_navi-sub .item_txt:hover{
  background: #f4e2e4;
}

/*######################### pager #########################*/
.page_area{
  padding:0;
  margin: 10px 0;
}

/*######################### index #########################*/
/* howto */
.top_howto{
  background: url(../../images/top_img.png) no-repeat right bottom #fff;
  border: 2px solid #f05655;
  display: flex;
  flex-wrap: wrap;
  margin: 20px 0 0;
  padding: 15px 20px;
}
.top_howto .howto_ttl{
  border: none;
  box-shadow: none;
  color: #f05655;
  font-size: 20px;
  font-weight: bold;
  margin: 0;
  padding: 0;
}
.top_howto .howto_txt{
  font-size: 16px;
  margin: 5px 0 0;
  width: calc(100% - 130px);
}
.top_howto .howto_img{
  width: 140px;
}



/* 今回のテーマ */
.theme_wrap{
  padding: 3px;
  margin: 30px 0 0;
  position: relative;
  border: 7px solid #ffaeac;
  background: #fff;
}
.theme_wrap .history_btn{
  border-style: solid;
  height: 50px;
  position: absolute;
  top: calc(50% - 25px);
  width: 25px;
}
.theme_wrap .history_btn-prev:not(.history_btn-disabled):hover,
.theme_wrap .history_btn-next:not(.history_btn-disabled):hover{
  cursor: pointer;
  opacity: .7;
  transition: all 0.3s ease 0s;
}
.theme_wrap .history_btn-prev{
  border-color: transparent transparent transparent #f96d6c;
  border-width: 25px 0 25px 25px;
  right: -45px;
}
.theme_wrap .history_btn-next{
  border-color: transparent #f96d6c transparent transparent;
  border-width: 25px 25px 25px 0;
  left: -45px;
}
.theme_wrap .history_btn-prev.history_btn-disabled{
  border-left-color: #a0a0a0;
}
.theme_wrap .history_btn-next.history_btn-disabled{
  border-right-color: #a0a0a0;
}
.theme_box{
  background-image: url(../../images/theme_img01.png), url(../../images/theme_img02.png), url(../../images/theme_bg.png);
  background-position: top 8px right 5px , bottom left 5px , top left;
  background-repeat: no-repeat, no-repeat, repeat;
  background-size: 48px, 69px, 16px;
  border: 2px solid #ffcbca;
  position: relative;
  padding: 25px 20px;
  text-align: center;
}
.theme_box .theme_rbn{
  background: #f05655;
  color: #fff;
  font-size: 23px;
  display: inline-block;
  left: -18px;
  min-width: 213px;
  padding: 4px 10px;
  position: absolute;
  text-align: center;
  top: -4px;
  transform: rotate(-10deg);
}
.theme_box .theme_ttl{
  color: #555;
  font-size: 22px;
  font-weight: bold;
  line-height: 1;
}
.theme_box .theme_txt{
  background: linear-gradient(rgba(255, 255, 255, 0) 60%, #f9feb9 0%);
  color: #f05655;
  display: inline-block;
  font-size: 36px;
  font-weight: bold;
  padding: 0 6px;
}
.theme_box .theme_img{
  margin: 5px 0;
}
.theme_box .theme_img img{
  width: 500px;
}

.theme_box .theme_watch{
  bottom: 0;
  color: #914443;
  font-size: 14px;
  position: absolute;
  right: 8px;
}
.theme_box .theme_date{
  background: #ffaeac;
  border-radius: 5px 5px 0 0;
  color: #972f2e;
  font-weight: bold;
  padding: 3px 10px 0 14px;
  position: absolute;
  right: -12px;
  text-align: center;
  top: -33px;
  min-width: 140px;
}


/* 対決エリア */
.fight_area{
  display: flex;
  margin: 20px 0 0;
  position: relative;
  justify-content: space-between;
}
.fight_area .fight_icon{
  left: calc(50% - 65px);
  position: absolute;
  top: 113px;
  width: 130px;
}
.fight_area .fight_icon img{
  width: 100%;
}

.fight_area .fight_box{
  width: 470px;
}
.fight_area .fight_box .fight_img{
  align-items: center;
  background: #fdfdfd;
  display: flex;
  justify-content: center;
  height: 350px;
  overflow: hidden;
  position: relative;
}
.fight_area .fight_box .fight_img img{
  width: 100%;
  max-width: auto;
  height: auto;
}
.fight_area .fight_box .fight_img img.h-l{
  width: auto;
  height: 100%;
}

.fight_area .fight_box-win .fight_img{
  border: 4px solid #ffa705;
}
.fight_area .fight_box-win .fight_img::after{
  background: url(../../images/winner_cup.png) no-repeat top right / 100%;
  bottom: 10px;
  content: "";
  height: 90px;
  position: absolute;
  right: 7px;
  width: 89px;
}

.fight_main {
  display: flex;
  flex-direction: column;
  height: calc(100% - 365px);
  justify-content: space-between;
  margin: 15px 0 0;
  padding: 20px 20px 25px;
  position: relative;
}
.fight_main::before {
  content: '';
  height: 40px;
  position: absolute;
  z-index: 1;
  width: 40px;
}
.fight_main::after {
  content: '';
  height: 100%;
  position: absolute;
  top: 0; left: 0;
  z-index: 2;
  width: 100%;
}
.fight_main>* {
  position: relative;
  z-index: 3;
}
.fight_main,
.fight_main::after {
  border-radius: 5px;
}
.fight_main{
  box-shadow: 2px 2px 4px 0 rgb(151 151 151 / 80%);
}
.fight_main::before {
  box-shadow: 10px -2px 4px 0 rgb(151 151 151 / 80%);
}
.fight_main,
.fight_main::before,
.fight_main::after {
  background: #fff;
}
.fight_main::before {
  left: 25px;
  top: -17px;
  transform: rotate(45deg) skew(20deg,20deg);
}
.fight_main .main_top p{
  padding: 0 5px;
}
.fight_main .main_top .top_user{
  font-size: 18px;
}
.fight_main .main_top .top_cat{
  background: linear-gradient(rgba(255, 255, 255, 0) 60%, #fde5f0 0%);
  color: #ff8410;
  display: inline;
  font-size: 30px;
  font-weight: bold;
  margin: 7px 0 0;
}
.fight_main .main_top .top_txt{
  border-top: 1px solid #ccc;
  font-size: 18px;
  margin: 7px 0 0;
  padding: 9px 5px 0;
}

.fight_main .main_btm{
  text-align: center;
}

.fight_main .main_btm .btm_btn{
  background: #ff7178;
  border-radius: 5px;
  box-shadow: 0 5px 0 #e53f47, 0 5px 0 rgb(0 0 0 / 20%);
  color: #fff;
  display: inline-block;
  font-size: 21px;
  font-weight: bold;
  margin: 20px 0 0;
  min-width: 320px;
  padding: 15px 10px;
}
.fight_main .main_btm .btm_btn .fa{
  margin: 0 10px 0 0;
}
.fight_main .main_btm .btm_btn:hover{
  cursor: pointer;
  opacity: .7;
  transition: all 0.3s ease 0s;
}

.fight_main .main_btm .btm_point{
  color: #555;
  font-size: 24px;
  font-weight: bold;
  margin: 25px 0 10px;
}
.fight_main .main_btm .btm_point .point-txt{
  color: #ff8410;
  font-size: 34px;
  margin: 0 8px;
}



/* コメントエリア */
.comment_heading{
  border-bottom: #6c4033 solid 2px;
  display: block;
  font-size: 18px;
  font-weight: bold;
  padding: 0 5px 5px;
}

/* コメント共通 */
.comment_info {
  align-items: center;
  background-color: #fefaf5;
  border-radius:6px 6px 0 0;
  display: flex;
  justify-content: space-between;
  padding: 5px 10px 5px 5px;
  width: 100%;
}
.comment_info .info_name,
.comment_info .info_info,
.comment_info .info_thumb {
  display:table-cell;
  vertical-align: middle;
}
.comment_info .info_name {
  font-size:15px;
  font-weight: bold;
  line-height: 16px;
  padding: 0 0 0 5px;
  width: calc(100% - 410px);
}
.comment_info .info_name .date{
  color:#666;
  font-size:13px;
  font-weight: normal;
}
.comment_info .info_id {
  font-size: 13px;
  padding: 0 0 0 5px;
  text-align: right;
  width: 380px;
}
.comment_info .info_id span{
  color:#999;
}
.owner .info_id {
  border-radius:0 6px 0 0;
}
.comment_info .info_thumb {
  border-radius:6px 0 0 0;
  width: 30px;
}
.comment_info .info_thumb img {
  border-radius: 5px;
  height: 30px;
  vertical-align: middle;
  width: 30px;
}
.comment_text {
  padding: 10px 10px 5px 10px;
}
.comment-body-delete {
  color: #888;
}
.reply_btn{
  background: #f4f2f2;
  border: 1px solid #ddd6d6;
  border-radius: 5px;
  color: #8c5353 !important;
  cursor: pointer;
  display: inline-block;
  font-size: 11px;
  letter-spacing: 1px;
  margin-bottom: 8px;
  margin-right: 6px;
  padding: 2px 0px;
  text-align: center;
  text-decoration: none;
  width: 80px;
}


/* ---------- 親コメント ---------- */
.comment_parent{
  background: #fff;
}

/* ---------- ゲストからのコメント ---------- */
.comment-box {
  background: #fdfdfd;
  border: #ddd solid 1px;
  border-radius: 6px;
  margin-top: 10px;
}

.comment_child .child_box {
  box-sizing: border-box;
  display: table;
  width: 100%;
}
.comment_child .child_box .comment_text{
  padding-top:0;
  padding-left:3px;
}
.comment_child {
  border-top: 1px solid #d8d8d8;
  padding-left: 40px;
}
.comment_child .comment_info {
  padding-top: 10px;
  background: none;
}

/* 削除ボタン */
.btnCommentDel{
  font-size: 13px;
}
.btnCommentDel:visited,
.btnCommentDel:link{
  color: #dd2d78;
}
.btnCommentDel:hover{
  color:#ff6c00;
}

/* transition */
.childList-enter-active, .childList-leave-active {
  transition: all 0.5s;
}
.childList-enter, .childList-leave-to{
  opacity: 0;
}

.parentList-enter-active, .parentList-leave-active {
  transition: all 0.5s;
}
.parentList-enter, .parentList-leave-to{
  opacity: 0;
}

/* ---------- コメントフォーム ---------- */
#comment-input{
  background: #fff;
  margin-top: 10px;
  padding:10px;
  text-align: center;
  border: 2px solid #e75452;
  overflow: hidden;
}
#comment-input textarea{
  width:100%;
  height: 80px;
  background: #fefaf5;
  border: #f9adab 1px solid;
  border-radius: 3px;
}
#comment-input textarea:focus{
  outline-color: #f9adab;
}
#comment-input .registerBtn{
  font-size: 11px;
  padding: 5px 10px;
    max-width: 100px;
}
#comment-input .comment-input-header{
  color: #ff8410;
  font-size: 16px;
  font-weight: bold;
  text-align: left;
  padding-bottom: 2px;
  margin-bottom: 5px;
}
.commentInput-enter-active, .commentInput-leave-active {
  transition: all 0.2s ease-in;
}
.commentInput-enter-to, .commentInput-leave{
  max-height: 100px;
}
.commentInput-enter, .commentInput-leave-to{
  max-height: 0px;
}

/* ---------- 返信フォーム ---------- */
.reply-input{
  padding: 10px;
  border-top: 1px solid #d8d8d8;
  overflow: hidden;
}
.reply-input textarea{
  padding:4px;
  width: 100%;
  background: #fefaf5;
  border-color: #885352;
  border-radius: 3px;
}
.reply-input textarea:focus{
  outline-color: #ff8410;
}
.reply-input .registerBtn{
  font-size: 11px;
  padding: 5px 10px;
  max-width: 100px;
}
.replyInput-enter-active, .replyInput-leave-active {
  transition: all 0.2s ease-in;
}
.replyInput-enter-to, .replyInput-leave{
  max-height: 100px;
}
.replyInput-enter, .replyInput-leave-to{
  max-height: 0px;
}

/* ポップアップ */
.popupBox .orgLine-btm{
  margin: 0 0 15px;
  width: 100%;
}
.popupBox .orgLine-btm .fa-comment{
  color: #accfff;
}
.popupBox .fancyboxCloseBtn{
  color: #777;
  font-size: 14px;
  font-weight: normal;
  text-decoration: none;
}



/*######################### submit #########################*/
.primary_heading{
  background: #9a5b29;
  color: #fff;
  margin: 30px 0 0;
  padding: 10px 15px;
}
.form_block{
  background: #fff;
  font-size: 16px;
  padding: 25px 20px;
}
.gy_tbl{
  width: 100%;
}
.gy_tbl + .gy_tbl{
  margin: 20px 0 0;
}
.gy_tbl th,
.gy_tbl td{
  border-color: #e0e0e0;
  border-style: solid;
  border-width: 1px 0 1px 0;
  padding: 10px;
}
.gy_tbl th{
  background: #f4f4f4;
  color: #555;
  width: 220px;
}
.gy_tbl th.va-top{
  padding-top: 13px;
  vertical-align: top;
}
.gy_tbl .gy_heading{
  align-items: center;
  display: flex;
}
.form_block .required{
  align-items: center;
  display: flex;
  margin-right: 15px;
  padding: 0 5px;
}
.form_block input:not([type=checkbox]):not(.image_file_area),
.form_block textarea{
  border: 1px solid #888;
  border-radius: 3px;
  display: block;
  font-size: 14px;
  padding: 4px 5px;
  width: 100%;
}

.form_parts button{
  margin: 10px 0 0;
}

.form_btnArea{
  display: flex;
  justify-content: center;
  margin: 50px 0;
}
.form_btnArea a{
  align-items: center;
  display: flex;
  justify-content: center;
  line-height: 1;
  margin: 0 25px 0 0;
  padding: 10px 25px;
}
.form_btnArea a + a{
  margin-right: 0;
}



/*######################### entry_search #########################*/
/* 見出し */
.top_heading{
  background: #fff;
  border-top: 2px solid #81511c;
  border-bottom: 2px solid #81511c;
  color: #555;
  font-weight: bold;
  margin: 30px 0 0;
  padding: 10px 15px;
}
.top_heading h2{
  font-size: 16px;
}
.top_heading-flex{
  align-items: center;
  display: flex;
  justify-content: space-between;
}
.list_heading{
  border-bottom: 3px solid #9a5b29;
  color: #555;
  font-size: 20px;
  font-weight: bold;
  margin: 15px 0;
  padding: 10px 10px 5px;
}
.list_heading:not(:first-of-type){
  margin-top: 30px;
}
.list_heading .fa{
  color: #9a5b29;
  margin-right: 10px;
}



/* テーマを作るボタン */
.submit_area{
  display: flex;
  justify-content: center;
  margin: 20px 0 0;
}
.submit_area .submit_btn{
  align-items: center;
  background: #2595c1;
  border-radius: 3px;
  color: #fff!important;
  display: flex;
  font-size: 16px;
  font-weight: bold;
  justify-content: center;
  padding: 14px 10px;
  text-align: center;
  width: 250px;
}
.submit_area .submit_btn i {
  margin-right: 5px;
  font-weight: normal;
}

/* エントリー一覧 */
/* 見出し */
.entry_list-top{
  display: flex;
  justify-content: space-between;
  margin: 20px 0 0;
  background: #f05655;
  padding: 0 25px;
  color: #fff;
}
.entry_list-top p{
  padding: 5px 0;
}
.entry_list-top .item_no{
  width: 60px;
  text-align: center;
}
.entry_list-top .item_ttl{
  width: calc(100% - 612px);
  text-align: center;
}
.entry_list-top .item_user{
  width: 261px;
  margin-right: 10px;
  text-align: center;
}
.entry_list-top .item_user + .item_user{
  margin-right: 0;
}
.entry_list-empty{
  background: #fff;
  font-size: 16px;
  font-weight: bold;
  padding: 15px 10px;
  text-align: center;
}

.entry_list{
  background: #fff;
  padding: 0 15px;
}
.entry_list .list_item{
  align-items: center;
  display: flex;
  font-weight: bold;
  font-size: 16px;
  justify-content: space-between;
  padding: 15px 10px;
}
.entry_list .list_item:not(:first-of-type){
  border-top: 1px solid #ccc;
}
.entry_list .list_item .item_no{
  color: #555;
  margin-right: 10px;
  width: 60px;
}
.entry_list .list_item .item_ttl{
  align-items: center;
  display: flex;
  margin-right: 10px;
  width: calc(100% - 612px);
}
.entry_list .list_item .item_ttl p{
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.entry_list .list_item .item_ttl-del p{
  max-width: calc(100% - 50px);
}
.entry_list .list_item .item_ttl-del a{
  margin-left: 5px;
}
.entry_list .list_item .item_user{
  margin-right: 10px;
}
.entry_list .list_item .item_user + .item_user{
  margin-right: 0;
}
.entry_list .list_item .item_btn{
  display: flex;
  flex-direction: column;
  width: 261px;
}
.entry_list .list_item .item_user{
  display: flex;
  width: 261px;
  align-items: center;
}
.entry_list .list_item .item_user img{
  border-radius: 5px;
}
.entry_list .list_item .item_user .fa{
  color: #a1602e;
  font-size: 18px;
  margin: 0 5px 0 1px;
}
.entry_list .list_item .user_cat,
.entry_list .list_item .user_name span{
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.entry_list .list_item .item_ttlt{
  font-size: 18px;
}
.entry_list .list_item .user_cat{
  font-size: 14px;
}
.entry_list .list_item .user_name{
  align-items: center;
  color: #333;
  font-size: 16px;
  display: flex;
  width: 200px;
}
.entry_list .list_item .user_name a{
  align-items: center;
  display: flex;
  width: 100%;
}
.entry_list .list_item .user_name img{
  border-radius: 3px;
  display: block;
  margin: 0 5px 0 0;
}
.entry_list .list_item .item_btn{
  width: 261px;
  text-align: center;
}
.entry_list .list_item .item_btn .btn{
  align-items: center;
  border-radius: 5px;
  color: #fff;
  display: flex;
  font-size: 13px;
  justify-content: center;
  padding: 6px 10px;
  text-align: center;
  width: 160px;
  margin:0 auto;
}
.entry_list .list_item .item_btn .btn:hover{
  opacity: .7;
}
.entry_list .list_item .item_btn .btn .fa{
  font-size: 18px;
  font-weight: normal;
  margin-right: 8px;
}
.entry_list .list_item .item_btn .btn-entry{
  background: #2595c1;
}
.entry_list .list_item .entry_del{
  background: #b22222;
  border-radius: 3px;
  color: #fff;
  cursor: pointer;
  display: inline-block;
  font-size: 13px;
  font-weight: normal;
  line-height: 1;
  margin-left: 10px;
  padding: 5px 7px;
}
.entry_list .list_item .entry_del:hover{
  opacity: .8;
}



/*######################### history #########################*/
/* 検索エリア */
#form_search input{
  border: 1px solid #ccc;
  border-radius: 3px;
  padding: 2px 5px;
  width: 215px;
}
#form_search .search_btn{
  background: #666;
  border-radius: 3px;
  color: #fff;
  font-weight: normal;
  margin-left: 3px;
  padding: 3px 24px;
}

.history_list{
  margin: 10px 0 0;
}
.history_list .list_item{
  background: #fff;
  padding: 10px;
  border: 1px solid #F59494;
  border-radius: 5px;
}
.history_list .list_item:nth-child(n + 2){
  margin: 10px 0 0;
}
.history_list .list_item .item_top{
  align-items: center;
  display: flex;
  justify-content: space-between;
}
.history_list .list_item .item_top .top_link{
  background: url(/nyanko1/images/ttl_bg-pc.png) repeat-x bottom -2px center / 29px;
  color: #1067b7;
  font-size: 22px;
  font-weight: bold;
  max-width: calc(100% - 110px);
  overflow: hidden;
  padding: 0 6px;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.history_list .list_item .item_top .top_link:hover{
  color: #ff6c00;
}

.history_list .list_item .item_top .top_info{
  color: #555;
}
.history_list .list_item .item_top .top_info .fa{
  margin-right: 6px;
}
.history_list .list_item .item_top .top_info .info_box{
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.history_list .list_item .item_top .top_info .info_box .top_no{
  margin-left: 12px;
}


.history_list .list_item .item_btm{
  align-items: center;
  display: flex;
  justify-content: space-between;
  margin: 10px 0 0;
}
.history_list .list_item .item_btm .item_user{
  align-items: center;
  display: flex;
  justify-content: space-between;
  width: 50%;
}
.history_list .list_item .item_btm .item_user:nth-child(1){
  flex-direction: row-reverse;
  padding-right: 25px;
  text-align: right;
}
.history_list .list_item .item_btm .item_user:nth-child(1) .user_data{
  order: 2;
}
.history_list .list_item .item_btm .item_user:nth-child(1) .user_point{
  order: 1;
}

.history_list .list_item .item_btm .item_user:nth-child(2){
  border-left: 1px solid #ccc;
  padding-left: 25px;
}
.history_list .list_item .item_btm .item_user .user_img{
  width: 120px;
}
.history_list .list_item .item_btm .item_user .user_img img{
  border-radius: 5px;
}
.history_list .list_item .item_btm .user_detail{
  display: flex;
  justify-content: space-between;
  width: calc(100% - 90px);
}
.history_list .list_item .item_btm .item_user .user_data{
  font-size: 16px;
  padding: 0 15px;
  width: calc(100% - 70px);
}
.history_list .list_item .item_btm .item_user .user_cat{
  color: #f05655;
  font-size: 22px;
  font-weight: bold;
}
.history_list .list_item .item_btm .item_user .user_cat a,
.history_list .list_item .item_btm .item_user .user_name a{
  display: inline-block;
  line-height: 1;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  width: 100%;
}
.history_list .list_item .item_btm .item_user .user_point{
  color: #555;
  font-size: 20px;
  line-height: 1;
  text-align: center;
  width: 70px;
}
.history_list .list_item .item_btm .item_user .user_point span{
  color: #ff8410;
  display: block;
  font-size: 28px;
  font-weight: bold;
}
.history_list .list_item .item_btm .item_user .user_point .point_item{
  display: inline-block;
  text-align: center;
}

.history_list .list_item .item_btm .item_user-win .user_img a{
  display: inline-block;
  position: relative;
}
.history_list .list_item .item_btm .item_user-win .user_img a::before{
  background: url(../../images/winner_crown.png) no-repeat;
  background-size: contain;
  content: "";
  display: inline-block;
  height: 28px;
  position: absolute;
  right: -17px;
  top: -19px;
  transform: rotate(20deg);
  vertical-align: middle;
  width: 40px;
}



/*######################### コラム関係 #########################*/
.columnList.columnRule h2{
  background: #9a5b29;
  width: auto;
}

