html {
  height: 100%;
}
body {
  height: 100%;
  margin: 0;
  background: #f5f5f5;
  font-family: 'Noto Sans JP', 'メイリオ', 'Meiryo', 'ヒラギノ角ゴ Pro W3', 'Hiragino Kaku Gothic Pro', 'ＭＳ Ｐゴシック', 'MS PGothic', sans-serif;
}
.navbar{
  position: fixed;
  top: 0;
  left: 0;
  z-index: 100;
  width: 100%;
}
.content-box{
  position: relative;
  top: 50px;
}
.selected-img { 
  border: 5px solid #C6B78E; 
}
.display-none { 
  display: none;
}
.card {
  box-shadow: 0 1px 2px rgba(0,0,0,0.2);
}
.input-icon {
  position: absolute;
  z-index: 1;
  left: 25px;
  top: 5px;
  color: #7B7B7B;
  cursor: pointer;
  width: 0;
  font-size: 25px;
}
.input-icon-text {
  padding-left: 40px;
}
.form-control {
  background-color: #fff !important;
}
.form-control:focus {
  background-color: #fff !important;
}
input,select,.dropdown-toggle{
  border-color:#e0d6ba !important;
}
input:focus,select:focus,.dropdown-toggle:focus{
  /* border-color:none !important; */
  /* box-shadow:0 0 0 .2rem rgba(198,183,142,.25) !important */
}
.btn,
a.btn,
button.btn {
  font-size: 1rem;
  /* font-weight: 700; */
  line-height: 1;
  position: relative;
  display: inline-block;
  padding: .8rem 0rem;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  text-align: center;
  vertical-align: middle;
  text-decoration: none;
  letter-spacing: 0.1em;
  border-radius: 0.1rem;
}
a.btn-1,button.btn-1 {
  font-size: 1rem;
  /* font-weight: 700; */
  line-height: 1;
  position: relative;
  display: inline-block;
  padding: .775rem .75rem;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  text-align: center;
  vertical-align: middle;
  text-decoration: none;
  letter-spacing: 0.1em;
  border-radius: 0.1rem;
}
button.btn-2 {
  font-size: .9rem;
  /* font-weight: 700; */
  line-height: 1;
  position: relative;
  display: inline-block;
  padding: .575rem 1rem;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  text-align: center;
  vertical-align: middle;
  text-decoration: none;
  /* letter-spacing: -0.05em; */
  border-radius: 0.1rem;
}
button.btn-3 {
  font-size: 0.9rem !important;
  line-height: 1;
  position: relative;
  display: inline-block;
  padding: 0.7rem !important;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  text-align: center;
  vertical-align: middle;
  text-decoration: none;
  /* letter-spacing: -0.05em; */
  border-radius: 0.1rem;
}
a.btn-icon,button.btn-icon{
  font-size: 0.8rem;
  /* font-weight: 700; */
  line-height: 1;
  position: relative;
  display: inline-block;
  padding: 0.2rem;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  text-align: center;
  vertical-align: middle;
  text-decoration: none;
  border-radius: 0.1rem;
}

.btn--black,
a.btn--black {
  color: #fff;
  background-color: #c0c0c0;
}

.btn--black:hover,
a.btn--black:hover {
  color: #fff;
  background: #dadada;
}

.btn--brown,
a.btn--brown {
  color: #fff;
  background-color: #C6B78E;
}
.btn--brown:hover,
a.btn--brown:hover {
  color: #fff;
  background-color: #D6C79E;
}

.btn--indigo,
a.btn--indigo {
  color: #fff;
  background-color: #335e80;
}
.btn--indigo:hover,
a.btn--indigo:hover {
  color: #fff;
  background-color: #5185ad;
}
.btn--gray,
a.btn--gray {
  color: #333;
  background-color: #eee;
  border-color: #aaa;
}
input:focus,
.btn:focus, 
.btn-2:focus,
.btn-icon:focus{
  box-shadow: 0 0 0 0 #0000 !important;
}
.text--brown{
  color: #5f5434;
}
.brown-item{
  color: #C6B78E;
  margin-top: .5em;
  margin-bottom: .5em;
}

.menu-item{
  height: 3.5rem;
  display: flex;
  align-items: center;
  color: #fff;
  cursor: pointer;
  text-decoration: none !important;
  transition: 0.1s;
}
.menu-item-hover{
  background: #C6B78E;
  color: rgb(51, 51, 51) !important;
}
.menu-item-anim{
  transform: translateX(11.5rem);
}
.side-icon{
  display: flex !important;
  justify-content: center;
  width: 3.5rem;
  font-size: 1.2rem;
}
.side-select{
  background: #f5f5f5;
  /* color: rgb(51, 51, 51); */
  color: #C6B78E !important;
}

.title-text{
  /* font-weight: bold; */
  font-size: 1.5em;
  margin-bottom: 2rem;
}
.flash_message{
  background: #ffc0cb;
  text-align: center;
  margin: 0 -15px 0 42px;
  padding: 0.5rem;
}
.side-wrapper{
  z-index:50;
  transition: 0.4s;
}
.side-wrapper-icon{
  position: fixed;
  top:50px;
  left:0;
  z-index: 20;
  width: 3.5rem;
  height: 100vh;
  background: #202123;
  color: #fff;
  text-decoration: none;
}
.side-wrapper-name{
  position: fixed;
  top:50px;
  left:-8.1rem;
  z-index: 10;
  width: 8rem;
  height: 100vh;
  background: #202123;
  color: #fff;
  transition: 0.4s;
}
.side-wrapper-name>a{
  height: 3.5rem;
  padding: 0 0.2rem;
  display: flex;
  align-items: center;
  transition: 0.1s;
}
.py-4{
  padding-top: 0 !important;
  padding-bottom: 0 !important;
  margin-right: 0;
  margin-left: 0;
}
.new-text-input{
  height: 40px;
  background: #fff !important;
}
.text-center{
  text-align: center;
}
.table-dashboard td{
  vertical-align: middle;
  text-align: right;
}
.result-img{
  width:100%;
  object-fit: cover;
  height: 150px;
  margin-bottom: 5px;
}
.set_insta{
  cursor:pointer;
  color: #C6B78E;
  padding-top: 7px;
  font-size: 20px;
  transition: all .1s;
}
.set_favorite{
  cursor:pointer;
  color: #C6B78E;
  padding-top: 7px;
  font-size: 20px;
  transition: all .1s;
}
.set_eye{
  cursor:pointer;
  color: #C6B78E;
  padding-top: 7px;
  font-size: 20px;
  transition: all .1s;
}
.is_register_group{
  color: #C6B78E;
  padding-top: 7px;
  font-size: 20px;
}
.set_insta:hover,
.set_favorite:hover,
.set_eye:hover{
  color: #D6C79E;

}
.grad-item {
  position: relative;
  overflow: hidden;
  height: 10rem; /*隠した状態の高さ*/
  font-size:12px;
  margin-bottom: 12px;
}
.grad-item::before {
  display: block;
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 2.5rem; /*グラデーションで隠す高さ*/
  content: "";
  /* background: -webkit-linear-gradient(top, rgba(255,255,255,0) 0%, rgba(255,255,255,0.5) 50%, rgba(255,255,255,0.8) 70%, #fff 100%); */
  /* background: linear-gradient(top, rgba(255,255,255,0) 0%, rgba(255,255,255,0.5) 50%, rgba(255,255,255,0.8) 70%, #fff 100%); */
}
.ugc-content::before {
  background: none !important;
}
.image_list{
  max-width:100%;
  cursor:pointer;
  object-fit: cover;
  height: 200px;
}
.cursor-pointer{
  cursor: pointer;
}
.company-logo{
  width: 40px;
  height: 40px;
  border-radius: 50%;
  margin-right: 10px;
}
.dropdown-toggle:after{
  /* display: none !important; */
}

@media screen and (min-width: 768px){
  .br-sp {display: none; }
}
@media screen and (max-width: 768px){
  .mb-text-left{text-align: left !important;}
}


/* //////////////////////////// */
/* //////////////////////////// */
/* //////////////////////////// */

.flex{
  display: flex;
  align-items: center;
}
.bold{
  font-weight: bold;   
}
.inline{
  display: inline;
}
.bread>a{
  color: #000;
  margin: 0 0.3rem;
}
.bread span{
  font-weight: bold;
  margin: 0 0.3rem;
}

.flex-c{
  display: flex;
  justify-content: center;
  align-items: center;
}

.top-border{
  background: #e0d6ba;
  width: 100%;
  height: 1px;
  margin-top: 1em;
  margin-bottom: 2em;
}

.sharp{
  font-size: 1.4rem;
  /* font-weight: bold; */
  margin-left: 0.2rem;
  margin-right: 0.2rem;
  color: #555;
}
.pointer{
  cursor: pointer;
}
.grad-item{
  height: 5rem ;
}
.baner-img{
  width: 100%;
}
#add-image{
  display: none;
}
.col-picker-box{
  position: relative;
  top: -39px;
  right: -89px;
  width: 40px;
  height: calc(100% - 2px);
  border-radius: 0% 8% 8% 0%;
  background: #080;
}

.col-picker-box-border{
  position: relative;
  top: -39px;
  right: -89px;
  width: 40px;
  height: calc(100% - 10px);
  border-radius: 0% 8% 8% 0%;
  background: #080;
}
.main-color label, .comment_text_color label, .background_color label, .border_color label{
  margin: 0;
}
.color-padding{
  padding-right: 0;
  padding-left: 0;
}
#main_color{
  /* display: none; */
  visibility: hidden;
}
#border_color{
  /* display: none; */
  visibility: hidden;
}
.hide{
  display: none !important;
}
tbody .btn--brown{
  width: 3.4rem;
  box-shadow: #0053 1px 2px 4px;
}

thead,
.table-bordered,
.table-bordered th{
  background: #ece2c5;
  border: 1px solid #C6B78E  !important;
  color: #5f5434;
}
.table-bordered td{
  border: 1px solid #C6B78E;
}
.icon-center{
  position: absolute;
  right:0.5rem;
  top: 50%;                        
  transform: translate(0, -50%);
}
.swal2-content{
  text-align: left !important;
}
.swal2-content span{
  padding: 1rem 0 0.5rem 0;
  display: block;
  color: #666;
}
.swal2-close{
  outline: none !important;
}
.swal2-confirm{
  border: 0;
  border-radius: .25em;
  background: initial;
  background-color: #C6B78E !important;
  color: #fff;
  font-size: 1rem !important;
  box-shadow: none !important;
}

.swal2-border{
  overflow: hidden;
  border:1px solid #c6b78e !important;
  border-radius: 10px;
}
.swal2-textalea{
  outline: none;
  color:#666;
  padding: 0.5rem 1rem 0;
  font-size: 0.9rem;
  border: none;
  display:block;
}
/* //収集 */
.hashtag label,.hashtag input{
  display: inline;
}

.padding-0{
  padding: 0 !important;
}
.search-open{
  transition: all 0.2s;
}
.fa-chevron-up,
.fa-chevron-down{
  position: absolute;
  top:-5px;
  left:0;
  cursor: pointer;
  /* transition: all 0.2s; */
}
.search-open:hover{
  color: #aaa;
}

.border-brown{
  border:1px solid #C6B78E;
}

.alert-danger{
  color: #af1717;
  background-color: #efbc9bdd;
  border-color: none;
}

.card-pos,
.card-body-pos{
  transition: all 0.3s ease-out 0s;
}
.cercle{
  width: 0.5rem;
  height: 0.5rem;
  border-radius: 50%;
  background: #ff6b6b;
}

.a-color{
  color:#c6b78e !important;
}
.a-color:focus{
  color:#a5945c;
}

.ms-choice>span{
  top:4px !important;
}
::placeholder {
  color: rgb(170, 170, 170) !important;
}
.i-insta{
  position:absolute; 
  top:7px; 
  left:1px; 
  color:#000a;
  transition: all 0.2s 0s ease;
  cursor: pointer;
}
.i-insta:hover{
  color: #c6b78e;
  box-shadow: 0px 0px 8px 3px #fffd;
  background: #fffd;
}
/* オートフィルの背景色 */
input:-webkit-autofill {
  box-shadow: 0 0 0 1000px white inset !important;
}

/* カレンダーカラー */
.picker__day--highlighted:hover, .picker--focused .picker__day--highlighted {
  cursor: pointer;
  color: #000;
  background: #ece2c5 !important;
}

.picker__day--highlighted {
  border-color: #d4c7a2 !important;
}
.picker__day--today:before {
  border-top: 0.5em solid #335e80 !important;
}
.picker__day--infocus:hover, .picker__day--outfocus:hover {
  background: #ece2c5 !important;
}
.picker__nav--prev:hover, .picker__nav--next:hover {
  background: #ece2c5 !important;
}
.picker__button--today:hover, .picker__button--clear:hover, .picker__button--close:hover {
  background: #ece2c5 !important;
  border-bottom-color: #d4c7a2 !important;
}
.picker__button--today:before {
  border-top: 0.66em solid #335e80 !important;
}
.picker__button--clear:before {
  border-top: 3px solid #fb7e69 !important;
}
.picker__day--selected, .picker__day--selected:hover, .picker--focused .picker__day--selected {
  background: #ece2c5 !important;
}
.picker__button--today:focus, .picker__button--clear:focus, .picker__button--close:focus {
  background: #ece2c5 !important;
  border-color: #d4c7a2 !important;
}

.ms-choice{
  border-color: #C6B78E !important;
  outline: none!important;
}
.ms-choice>span{
  color: #5f5434 !important;
}
.ms-choice>div.icon-caret{
  border-color: transparent transparent #5f5434 transparent;
}
.ms-choice>div.icon-caret.open{
  border-color: #5f5434 transparent transparent transparent;
}
/* ラジオボタン
================================================== */
.ul-radio{
  padding: 0;
  margin: 0;
}
.label_list {
  list-style-type: none;
}
.label_list span{
  cursor: pointer;
}
.label_list::after {
  display: block;
  content: '';
  clear: both;
}
.label_list_item {
  float: left;
}
.radio-label input[type="checkbox"] + span,
.radio-label input[type="radio"] + span {
  position: relative;
  padding: 0 30px 0 30px;
}

/* バナーのラジオボタン用 */
.baner > input[type="radio"] + span {
  position: absolute;
  padding: 0 0px 0 0px;
  bottom: 20px;
}


.b-radio label input[type="radio"] {
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0;
}
.b-radio label input[type="radio"] + span::before {
  position: absolute;
  display: inline-block;
  content: '';
  box-sizing: border-box;
  border-radius: 22px;
  z-index: 0;
  top: 3px;
  left: 0;
  background-color: transparent;
  width: 18px;
  height: 18px;
  border: 1px #C6B78E solid;
  transition: 0.05s;
}

.b-radio label input[type="radio"]:checked + span::before {
  border-width: 4px;
}

@media (max-width: 900px) {
  .label_list_item {
    width: 50%;
    min-width: 0;
    max-width: none;
  }
}

/* チェックボックス　四角 */
input[type=checkbox] {
  /* display: none; */
}
.check-sq {
  box-sizing: border-box;
  cursor: pointer;
  display: inline-block;
  padding: 5px 30px;
  position: relative;
  width: auto;
}
.check-sq::before {
  background: #fff;
  border: 1px solid #ccc;
  border-radius: 4px;
  content: '';
  display: block;
  height: 20px;
  width: 20px;
  position: absolute;
  top: 27%;
  left: 5px;
  transition: .2s;
}
.check-sq::after {
  border-right: 2px solid #fff;
  border-bottom: 2px solid #fff;
  content: '';
  display: block;
  height: 13px;
  width: 6px;
  position: absolute;
  top: 34%;
  left: 12px;
  transform: rotate(45deg) translate3d(0,2px,0) scale3d(.7,.7,1);
  transition: transform .2s ease-in-out, opacity .2s ease-in-out;
}
input[type=checkbox]:checked + .check-sq::before {
  background: #C6B78E;
}
input[type=checkbox]:checked + .check-sq::after {
  opacity: 1;
  transform: rotate(45deg) scale3d(1,1,1);
}

/* チェックボックス　丸 */
.check-ccl {
  width: 20px;
  height: 20px;
  box-sizing: border-box;
  cursor: pointer;
  display: inline-block;
  padding: 10px;
  position: relative;
}
.check-ccl::before {
  /* background: #fff; */
  border: 2px solid #ccc;
  border-radius: 50%;
  content: '';
  display: block;
  height: 20px;
  width: 20px;
  position: absolute;
  top: 7px;
  left: 0;
  transition: .2s;
}
.check-ccl::after {
  border-right: 2px solid #ccc;
  border-bottom: 2px solid #ccc;
  content: '';
  display: block;
  height: 15px;
  width: 7px;
  position: absolute;
  top: 7px;
  left: 8px;
  transform: rotate(45deg) translate3d(0,2px,0) scale3d(.7,.7,1);
  transition: transform .2s ease-in-out, opacity .2s ease-in-out;
}
input[type=checkbox]:checked + .check-ccl::before ,
input[type=checkbox]:checked + div>.check-ccl::before {
  background: #335e80;
  border: none;
}
input[type=checkbox]:checked + .check-ccl::after ,
input[type=checkbox]:checked + div>.check-ccl::after {
  opacity: 1;
  transform: rotate(45deg) scale3d(1,1,1);
  border-right: 2px solid #fff;
  border-bottom: 2px solid #fff;
  height: 11px;
  width: 6px;
  top: 10px;
  left: 7px;
}

/* ///////////////////////// */
/* ugc収集　セレクトのチェックボックス */
.ms-drop input{
  display: none;
}
.ms-drop ul>li label{
  padding-left: 0 !important;
}
.ms-drop span {
  box-sizing: border-box;
  cursor: pointer;
  display: inline-block;
  padding: 0px 0 0 22px;
  position: relative;
  width: auto;
  font-size: 0.8rem;
  color: #5f5434;
}
.ms-drop span::before {
  background: #fff;
  border: 1px solid #ccc;
  border-radius: 4px;
  content: '';
  display: block;
  height: 15px;
  width: 15px;
  position: absolute;
  top: 4px;
  left: 0px;
  transition: .1s;
}
.ms-drop span::after {
  border-right: 2px solid #fff;
  border-bottom: 2px solid #fff;
  content: '';
  display: block;
  height: 10px;
  width: 5px;
  position: absolute;
  top: 5.5px;
  left: 5px;
  transform: rotate(45deg) translate3d(0,2px,0) scale3d(.7,.7,1);
  transition: transform .1s ease-in-out, opacity .1s ease-in-out;
}
.ms-drop input[type=checkbox]:checked + span::before {
  background: #C6B78E;
}
.ms-drop input[type=checkbox]:checked + span::after {
  opacity: 1;
  transform: rotate(45deg) scale3d(1,1,1);
}

/* bootstrap-select */
.btn.dropdown-toggle{
  padding-left: 10px !important;
  padding-right: 10px !important;
  background: #fff !important;
  border: 1px solid #C6B78E;
  border-radius: .25rem !important;
  outline: none !important;
  font-size: 0.9rem;;
}
.dropdown-table-size{
  width: 150px;
}

/* .dropdown-item:focus, .dropdown-item:hover{
  background-color: #C6B78E !important;
} */
.dropdown-item.active, .dropdown-item:active{
  background-color: #C6B78E !important; 
}
.dropdown-tgl-hide:after{
  display: none;
}


/* infomation bell */
.header-nav i.fas.fa-bell {
  position: relative;
}
.header-nav i.fas.fa-bell:after {
  content: attr(data-count);
  width: 15px;
  height: 15px;
  font-size: 10px;
  color: #fff;
  display: flex;
  justify-content: center;
  align-items: center;
  position: absolute;
  background: #ff6b6b;
  border-radius: 100%;
  top: -5px;
  right: -8px;
  zoom: .7;
}

li.nav-item.header-nav.dropdown {
  display: flex;
  align-items: center;
  justify-content: flex-end;
}

.commented-label {
  margin-top: 7px;
  margin-left: 3px;
  font-size: 12px;
  text-align: center;
  width: 76px;
  border-radius: 3px;
  color: #00a0ff;
  border: 1px solid #00a0ff;
}

.confirmed-label {
  margin-top: 7px;
  margin-left: 3px;
  font-size: 12px;
  text-align: center;
  width: 76px;
  border-radius: 3px;
  border: 1px solid #1fcfc9;
  background-color: #1fcfc9;
  color: white;
}

.status-label {
  margin-top: 28px;
}
