@charset "utf-8";
/* CSS Document */


/*　ユーザーページ
─────────────────────────────────────────*/
#user-page {
  width: 100%;
  max-width: 1200px;
  margin: 0 auto;
  position: relative;
  display: flex;
  flex-wrap: wrap;
}
#user-page header {
  width: calc(100% - 320px);
  padding: 20px 20px 0 300px;
  position: absolute;
}
#user-page header h1 {
  font-size: 24px;
  color: #fff;
}
#user-page header h1 span.dv {display: none;}
#user-page header h1 .honorific {
  padding: 0 0 0 5px;
  display: inline;
  font-size: 18px;
  font-weight: normal;
  color: #ccc;
}
#user-page header h1 span.pgnv {
  display: block;
  float: right;
  line-height: 24px;
  font-size: 13px;
  font-weight: normal;
  color: #aaa;
}
#user-page header h1 span.pgnv span {display: inline-block;}


/*　ユーザー情報
─────────────────────────────────────────*/
#userpg-lc {
  width: 250px;
  min-width: 250px;
  position: relative;
  overflow: hidden;
  background: linear-gradient(to top, #000 10%, #1f1f1f 80%);
}
#userpg-lc .user-info {
  width: calc(250px - 30px);
  padding: 15px;
  position: relative;
  z-index: 5;
  color: #fff;
}
#userpg-lc.fixed .user-info {position: fixed;}
#wrap.xl #userpg-lc.fixed .user-info {top: 60px;}
#wrap.xm #userpg-lc.fixed .user-info {top: 10px;}
#wrap.xs #userpg-lc.fixed .user-info {position: static;}
#userpg-lc .user-info figure.tn {
  width: 130px;
  height: 130px;
  margin: 10px auto 15px;
  overflow: hidden;
  border-radius: 50%;
  background: url(/images/dx_new/userfig.png) 0 0 /130px !important;
}
#userpg-lc .user-info figure.tn img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
#userpg-lc .user-info dl {text-align: center;}
#userpg-lc .user-info dl dt.user-name {
  padding: 7px 0;
  font-size: 16px;
  font-weight: bold;
}
#userpg-lc .user-info dl dd .user-rank {
  margin: 5px 0;
  padding: 10px 7px;
  border-top: 1px solid #333;
  border-bottom: 1px solid #333;
  font-size: 13px;
}
#userpg-lc .user-info dl dd .user-rank span {
  padding: 4px 10px;
  background: #ffbc33;
  border-radius: 2px;
  display: inline-block;
  font-weight: bold;
  color: #000;
}
#userpg-lc .user-info dl dd .pr {
  margin: 0;
  padding: 7px;
  line-height: 1.4em;
  text-align: left;
  font-size: 12px;
  color: #ccc;
}



/*　ユーザーコンテンツ
─────────────────────────────────────────*/
#userpg-rc {
  width: calc(100% - 250px);
  overflow: hidden;
}
#userpg-rc .contents-wrap {padding: 0 0 0 20px;}
#userpg-rc .tab {
  height: 50px;
  padding: 70px 15px 0;
  background: linear-gradient(to bottom, #000 10%, #333 70%);
}
#userpg-rc .tab p.lti {
  height: 50px;
  line-height: 40px;
  padding: 0 15px;
  text-align: center;
  font-size: 20px;
  font-weight: bold;
  color: #fff;
}
#userpg-rc .tab ul {
  padding: 0;
  list-style-type: none;
  display: flex;
  justify-content: center;
}
#userpg-rc .tab ul li {
  width: 50%;
  border-left: 1px solid #000;
}
#userpg-rc .tab ul li:first-child {border: none;}
#userpg-rc .tab ul li a {
  width: 100%;
  height: 50px;
  margin: 0 7px 0 0;
  display: block;
  line-height: 50px;
  text-align: center;
  font-size: 14px;
  color: #fff;
  transition: all 0.3s ease;
}
#userpg-rc .tab ul li.active a {
  background: #000;
  line-height: 55px;
}
#userpg-rc .tab ul li a:hover {background: #000;}
#userpg-rc .tab ul li a .ico {
  width: 20px;
  height: 20px;
  margin: 0 3px 0 0;
  display: inline-block;
  vertical-align: middle;
}
#userpg-rc .tab ul li a .ico::before {
  font-size: 18px;
  color: #f73;
}
#userpg-rc .tab ul li a.btn-kuchikomi .ico::before {content: "\e930";}
#userpg-rc .tab ul li a.btn-comment .ico::before {content: "\e95b";}



/*　アイテム一覧｜共通
─────────────────────────────────────────*/
#userpg-rc .itemList ul {list-style-type: none;}
#userpg-rc .itemList ul .item {
  padding: 15px 10px 10px;
  background: linear-gradient(to bottom, #000 10%, #222 80%);
  border-bottom: 1px solid #333;
}
#userpg-rc .itemList .item a.shop-name {
  margin: 2px 0 0;
  padding: 5px 0 5px 7px;
  display: inline-block;
  border-left: 3px solid #f73;
  text-decoration: none;
}
#userpg-rc .itemList .item a.shop-name .sn {
  padding: 0 0 4px;
  font-size: 13px;
  color: #fff;
}
#userpg-rc .itemList .item a.shop-name .ag {
  display: block;
  font-size: 11px;
  color: #999;
}
#container .pager {padding: 30px 0;}



/*　投稿口コミ一覧
─────────────────────────────────────────*/
#kuchikomiList.itemList .item2 {
  width: calc(100% - 34px);
  margin: 7px 7px 24px;
  padding: 10px 10px 25px;
  position: relative;
  background: linear-gradient(to bottom, #000 10%, #222 80%);
  border-bottom: 1px solid #333;
  color: #fff;
  list-style-type: none;
  overflow: hidden;
}

/*評価*/
#kuchikomiList.itemList .item2 .scores {
  width: 100%;
  height: 23px;
  margin: 20px 0 9px;
  padding: 0 0 4px;
  border-bottom: 3px solid #666;
  float: left;
  overflow: hidden;
}
#kuchikomiList.itemList .item2 .starAssessment {
  height: 20px;
  margin: 0 24px 0 0;
  padding: 0 0;
  overflow: hidden;
  float: left;
}
#kuchikomiList.itemList .item2 .starAssessment p {
  height: 20px;
  padding: 0 4px 0 0;
  float: left;
  line-height: 22px;
  font-size: 11px;
  color: #999;
}
#kuchikomiList.itemList .item2 .starAssessment p .score {
  font-family: Arial, Helvetica, sans-serif;
  font-size: 13px;
  font-weight: bold;
  color: #fff;
}
#kuchikomiList.itemList .item2 .starAssessment .star {
  width: 90px;
  height: 20px;
  position: relative;
  overflow: hidden;
  float: left;
}
#kuchikomiList.itemList .item2 .starAssessment .star .ico {
  width: 90px;
  height: 20px;
  display: block;
  position: absolute;
}
#kuchikomiList.itemList .item2 .starAssessment .star .fiveStar {
  width: auto;
  height: 20px;
  display: block;
  position: relative;
  overflow: hidden;
}
#kuchikomiList.itemList .item2 .starAssessment .star .ico::before {
  content: "\e906\e906\e906\e906\e906";
  font-size: 18px;
  color: #555;
}
#kuchikomiList.itemList .item2 .starAssessment .star .fiveStar .ico::before {color: #fc3;}
#kuchikomiList.itemList .item2 .shopcomment {
  height: 20px;
  line-height: 20px;
  font-size: 11px;
  float: left;
}
#kuchikomiList.itemList .item2 .ct {
  height: 20px;
  padding: 0 12px 0 0 ;
  line-height: 20px;
  float: left;
  font-size: 11px;
  color: #999;
}
#kuchikomiList.itemList .item2 .ct .num {
  padding: 0 0 0 3px;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 13px;
  color: #fff;
}
#kuchikomiList.itemList .item2 .shopcomment {
  padding: 2px;
  border-radius: 2px;
  background: rgba(60,60,60,0.6);
}
#kuchikomiList.itemList .item2 .shopcomment .num {
  font-weight: bold;
  color: #fff;
  
}
#kuchikomiList.itemList .item2 .ct .num em {
  margin: 0 3px 0 0;
  font-style: normal;
}
#kuchikomiList.itemList .item2 .ct .ico {
  width: 17px;
  height: 14px;
  display: inline-block;
  position: relative;
  font-size: 17px;
  vertical-align: top;
}
#kuchikomiList.itemList .item2 .comment .ico::before {
  content: "\e95b";
  position: absolute;
  top: 2px;
}
#kuchikomiList.itemList .item2 .shopcomment .ico::before {content: "\e90a";}
#kuchikomiList.itemList .item2 .good .ico::before {content: "\e952";}

/*ユーザー*/
#kuchikomiList.itemList .item2 .user {
  width: 320px;
  margin: 4px 0 9px;
  padding: 0 0 0;
  border-bottom: 3px solid #666;
  float: left;
  transition: 0.3s;
}
#kuchikomiList.itemList .item2 .user a {
  padding: 4px 25px 4px 7px;
  position: relative;
  border-radius: 5px;
  display: flex;
  align-items: center;
  color: #fff;
}
#kuchikomiList.itemList .item2 .user a:hover {background: rgba(60,60,60,0.5);}
#kuchikomiList.itemList .item2 .user a::after {
  content: "\e919";
  width: 16px;
  height: 16px;
  margin-top: -10px;
  position: absolute;
  top: 50%;
  right: 5px;
  font-size: 16px;
  color: #F5B10F;
}
#kuchikomiList.itemList .item2 .user figure {
  width: 35px;
  min-width: 35px;
  height: 35px;
  overflow: hidden;
  border-radius: 50%;
  background: url(/images/dx_new/userfig.png) 0 0 /20px!important;
}
#kuchikomiList.itemList .item2 .user figure img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 50%;
  overflow: hidden;
}
#kuchikomiList.itemList .item2 .user dl {
  width: 100%;
  padding: 0 0 0 7px;
  line-height: 1em;
  font-size: 11px;
  color: #999;
}
#kuchikomiList.itemList .item2 .user dl span {
  padding: 0 2px 0 0;
  font-weight: bold;
  color: #fff;
}
#kuchikomiList.itemList .item2 .user dl dt {
  padding: 0 0 4px;
  font-weight: normal;
}

/*記事*/
#kuchikomiList.itemList .item2 article {
  width: calc(100% - 341px);
  min-height: 76px;
  padding: 10px 18px 15px 10px;
  float: left;
}
#kuchikomiList.itemList .item2 article h2 {
  padding: 0 0 5px;
  line-height: 1.2em;
  font-size: 18px;
  font-weight: bold;
  color: #fff;
  cursor: pointer;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
#kuchikomiList.itemList .item2 article p {
  line-height: 1.5em;
  font-size: 13px;
  color: #aaa;
}
#kuchikomiList.itemList .item2 article p .seeMore {
  height: 24px;
  margin: 0 0 0 8px;
  padding: 0 20px 0 0;
  position: relative;
  font-size: 13px;
  color: #F5B10F;
  display: inline-block;
  cursor: pointer;
}
#kuchikomiList.itemList .item2 article p .seeMore::after {
  content: "\e931";
  width: 13px;
  height: 13px;
  position: absolute;
  top: 3px;
  right: 2px;
  transform: rotate(90deg);
  font-size: 13px;
}
#kuchikomiList.itemList .item2 article p a:hover {text-decoration: underline;}
#kuchikomiList.itemList .item2 article time {
  font-size: 11px;
  color: #F5B10F;
}

/*店女*/
#kuchikomiList.itemList .item2 .shop {
  width: 310px;
  min-height: 101px;
  border-left: 1px solid #555;
  float: left;
}
#kuchikomiList.itemList .item2 .shop a.shop-name {
  width: 100%;
  height: 91px;
  padding: 5px 0 5px 18px;
  text-decoration: none;
  display: flex;
  justify-content: flex-start;
  align-items: center;
}
#kuchikomiList.itemList .item2 .shop figure {
  width: 80px;
  height: 80px;
  min-width: 80px;
  min-height: 80px;
  margin: 0 8px 0 0;
  background: #555 !important;
  position: relative;
  overflow: hidden;
}
#kuchikomiList.itemList .item2 .shop figure span {
  margin: auto;
  display: block;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  overflow: hidden;
}
#kuchikomiList.itemList .item2 .shop figure .si {height: 45px;}
#kuchikomiList.itemList .item2 .shop figure .gi {width: 60px;}
#kuchikomiList.itemList .item2 .shop figure img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
#kuchikomiList.itemList .item2 .shop dl {
  width: 210px;
  height: 60px;
}
#kuchikomiList.itemList .item2 .shop .gn ,
#kuchikomiList.itemList .item2 .shop .sn {
  padding: 0 0 4px 4px;
  font-size: 13px;
  border-left: 3px solid #F5B10F;
  color: #fff;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
#kuchikomiList.itemList .item2 .shop .gn {
  height: 18px;
  margin: 5px 0 0;
  padding: 0 0 0 4px;
  line-height: 18px;
  border-left: none;
}
#kuchikomiList.itemList .item2 .shop .ag {
  padding: 0 0 0 4px;
  display: block;
  font-size: 11px;
  border-left: 3px solid #F5B10F;
  color: #888;
}

#kuchikomiList.itemList .exclico {
  height: 26px;
  margin: 0 0 7px;
  padding: 0 12px 0 30px;
  position: relative;
  background: linear-gradient(to left, #ecae00 10%, #ffeb79 80%);
  border-radius: 2px;
  display: inline-block;
  line-height: 26px;
  text-shadow: 0 0 2px #fff;
  font-size: 13px;
  font-weight: bold;
  color: #000;
}
#kuchikomiList.itemList .exclico .ico::before {
  content: "\e95c";
  position: absolute;
  top: 2px;
  left: 7px;
  font-size: 20px;
  color: #96841d;
}


/* 横並び */
#kuchikomiList.itemList.itemSlider {padding: 10px;}
#kuchikomiList.itemList.itemSlider .item2 {
  width: 370px;
  min-width: 370px;
  padding: 10px 0 50px;
  border-bottom: none;
  background: none;/**/
  align-self: flex-start;
}
#kuchikomiList.itemList.itemSlider .item2 .scores ,
#kuchikomiList.itemList.itemSlider .item2 .shop ,
#kuchikomiList.itemList.itemSlider .item2 .user {width: 100%;}
#kuchikomiList.itemList.itemSlider .item2 .scores {
  height: auto;
  margin: 0 0 4px;
  padding: 0;
  border-bottom: none;
  display: flex;
  justify-content: flex-end;
  flex-wrap: wrap;
}
#kuchikomiList.itemList.itemSlider .item2 .scores .starAssessment {
  width: 100%;
  margin: 0 0 4px;
  padding: 0 0 4px;
  border-bottom: 3px solid #666;
}
#kuchikomiList.itemList.itemSlider .item2 .ct .num em {display: none;}
#kuchikomiList.itemList.itemSlider .item2 .ct:not(.shopcomment) .num {color: #e9e9e9;}
#kuchikomiList.itemList.itemSlider .item2 .user {
  margin: 0;
  border-bottom: none;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
}
#kuchikomiList.itemList.itemSlider .item2 .user:hover {
  margin: auto;
  padding: 0;
}/**/
#kuchikomiList.itemList.itemSlider .item2 .user a {background: rgba(60,60,60,0.5);}
#kuchikomiList.itemList.itemSlider .item2 article {
  width: calc(100% - 20px);
  padding: 0 0 10px;
}
#kuchikomiList.itemList.itemSlider .item2 article .it {
  margin: 0 0 10px;
  padding: 0 0 10px;
  border-bottom: 1px solid #444;
}
#kuchikomiList.itemList.itemSlider .item2 article time {
  margin: 0 -5px 0 0;
  text-align: right;
  display: block;
  position: static;/**/
}
#kuchikomiList.itemList.itemSlider .item2 .shop {
  min-height: auto;
  margin: 0;
  padding: 0;
  border: none;
}
#kuchikomiList.itemList.itemSlider .item2 .shop a.shop-name {
  height: auto;
  margin: auto;
  padding: 0;
}
#kuchikomiList.itemList.itemSlider .item2 .shop figure {
  width: 60px;
  height: 60px;
  min-width: 60px;
  min-height: 60px;
  background: #222 !important;
}
#kuchikomiList.itemList.itemSlider .item2 .shop figure .si {height: 35px;}
#kuchikomiList.itemList.itemSlider .item2 .shop figure .gi {width: 45px;}
#kuchikomiList.itemList.itemSlider .item2 .shop dl {width: calc(100% - 68px);}

@media screen and (min-width: 1281px) screen and (max-width: 1360px) {#mainItemWrap.kuchikomiList .itemList .item2 .ct .num em {display: none;}}
@media screen and (max-width: 1130px) {#mainItemWrap.kuchikomiList .itemList .item2 .ct .num em {display: none;}}
@media screen and (min-width: 1281px) {  
  #kuchikomiList.itemList .item2 .user:hover {
    margin: 0 0 9px;
    padding: 0 0 4px;
  }
  #kuchikomiList.itemList .item2 article time {
    position: absolute;
    bottom: 10px;
    right: 10px;
  }
}
@media screen and (min-width: 769px) and (max-width: 1280px) {
  #kuchikomiList.itemList .item2 .user:hover {
    margin: 0 0 9px;
    padding: 0 0 4px;
  }
  #kuchikomiList.itemList .item2 article time {
    position: absolute;
    bottom: 10px;
    right: 10px;
  }
}
@media screen and (max-width: 769px) {
  #left-column {height: 0 !important;}
  #kuchikomiList.itemList .item2 {
    padding: 10px 10px 50px;
    border-bottom: none;
    background: linear-gradient(to bottom, #000 10%, #222 40%);
  }
  #kuchikomiList.itemList .item2 .scores ,
  #kuchikomiList.itemList .item2 .shop {width: 100%;}
  
  #kuchikomiList.itemList .item2 .scores {
    height: auto;
    margin: 0 0 4px;
    padding: 0;
    border-bottom: none;
    display: flex;
    justify-content: flex-end;
    flex-wrap: wrap;
  }
  #kuchikomiList.itemList .item2 .scores .starAssessment {
    width: 100%;
    margin: 0 0 4px;
    padding: 0 0 4px;
    border-bottom: 3px solid #666;
  }
  #kuchikomiList.itemList .item2 .ct .num em {display: none;}
  
  #kuchikomiList.itemList .item2 .user {
    width: 90%;
    margin: auto;
    border-bottom: none;
    position: absolute;
    bottom: 8px;
    left: 0;
    right: 0;
  }
  #kuchikomiList.itemList .item2 .user a {background: rgba(60,60,60,0.5);}
  #kuchikomiList.itemList .item2 article {
    width: calc(100% - 20px);
    padding: 0 10px 15px;
  }
  #kuchikomiList.itemList .item2 article .it {
    margin: 0 0 10px;
    padding: 0 0 10px;
    border-bottom: 1px solid #444;
  }
  #kuchikomiList.itemList .item2 article time {
    margin: 0 -5px 0 0;
    text-align: right;
    display: block;
  }
  #kuchikomiList.itemList .item2 .shop {
    min-height: auto;
    margin: 0 0 10px;
    padding: 0;
    border: none;
  }
  #kuchikomiList.itemList .item2 .shop a.shop-name {
    width: 95%;
    height: auto;
    margin: auto;
    padding: 0;
  }
  #kuchikomiList.itemList .item2 .shop dl {width: calc(100% - 88px);}
  
  #kuchikomiList.itemList.itemSlider .item2 {
    width: 286px;
    min-width: 286px;
  }
}


/*　投稿コメント一覧
─────────────────────────────────────────*/
#commentList.itemList .item {
  padding-bottom: 20px;
  background: none!important;
  border: none!important;
}
#commentList.itemList .item .original-article {
  padding: 10px;
}
#commentList.itemList .item .original-article h2 {
  width: 100%;
  margin: 0 0 7px;
  font-size: 18px;
  color: #fff;
}
#commentList.itemList .item .original-article a.shop-name {
  margin: 0 0 10px;
  padding: 0;
  border: none;
  font-size: 12px;
  color: #f73;
}
#commentList.itemList .item .original-article a {
  display: flex;
  align-items: center;
}
#commentList.itemList .item .original-article figure {
  width: 50px;
  min-width: 50px;
  height: 50px;
  overflow: hidden;
  border-radius: 50%;
  background: url(/images/dx_new/userfig.png) 0 0 /50px!important;
}
#commentList.itemList .item .original-article figure img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 50%;
  overflow: hidden;
}
#commentList.itemList .item .original-article dl {
  width: 100%;
  padding: 0 0 0 7px;
  line-height: 1em;
  font-size: 11px;
  color: #999;
}
#commentList.itemList .item .original-article dl span {
  padding: 0 2px 0 0;
  font-weight: bold;
  color: #fff;
}
#commentList.itemList .item .original-article dl dt {
  padding: 0 0 5px;
  line-height: 1.3em;
  font-size: 16px;
  font-weight: bold;
  color: #fff;
}
#commentList.itemList .item .original-article dl dd span {color: #f73;}
#commentList.itemList .item .user-comment {
  margin: 5px 10px 10px 20px;
  padding: 15px 15px 15px 20px;
  position: relative;
  background: #efefef;
  border-radius: 10px;
}
#commentList.itemList .item .user-comment::before {
  content: "";
  width: 20px;
  height: 20px;
  margin-top: -10px;
  display: block;
  background: #efefef;
  position: absolute;
  top: 50%;
  left: -10px;
  transform: rotate(-45deg);
}
#commentList.itemList .item .user-comment .user-name {
  margin: 0 0 7px;
  padding: 0 0 7px;
  border-bottom: 1px solid #ccc;
  font-size: 12px;
}
#commentList.itemList .item .user-comment .user-name span {
  padding: 0 5px 0 0;
  display: inline-block;
  font-weight: bold;
}
#commentList.itemList .item .user-comment p {
  padding: 0 0 5px;
  line-height: 1.3em;
  font-size: 13px;
}
#commentList.itemList .item .user-comment time {
  font-size: 11px;
  color: #f73;
}






/*──────────────────────────────────────────────────────────────────────

  PC｜layout

──────────────────────────────────────────────────────────────────────*/
@media screen and (min-width: 1281px)/* and (max-width: 10000px)*/ {



}



/*──────────────────────────────────────────────────────────────────────

  Tablet｜layout

──────────────────────────────────────────────────────────────────────*/
@media screen and (min-width: 769px) and (max-width: 1280px) {



}



/*──────────────────────────────────────────────────────────────────────

  SMP｜layout

──────────────────────────────────────────────────────────────────────*/
@media screen and (max-width: 768px) {

  #user-page {
    display: block;
  }
  #user-page header {
    width: auto;
    padding: 10px 10px 15px;
    position: static;
    text-align: center;
  }
  #user-page header h1 span.pgnv {float: none;}
  #user-page header h1 .honorific {display: inline-block;}
  #user-page header h1 span.pgnv {
    padding: 5px 0 0;
    font-size: 12px;
    color: #f73;
  }
  #userpg-lc {width: 100%;}
  #userpg-lc .user-info {
    width: auto;
    padding: 10px 10px 0;
  }

  #userpg-rc {width: 100%;}
  #userpg-rc .contents-wrap {padding: 0;}
  #userpg-rc .tab {
    padding: 30px 10px 0;
    background: #333;
    background: linear-gradient(to bottom, #000 -5%, #333 60%);
  }
  #userpg-rc .tab ul li a {
    padding: 8px 0 7px;
    line-height: normal!important;
    font-size: 10px;
    font-weight: bold;
  }
  #userpg-rc .tab ul li a .ico {
    margin: 0 auto 3px;
    display: block;
  }
  #userpg-rc .tab ul li a.btn-kuchikomi .ico::before {font-size: 21px;}
  #userpg-rc .tab ul li a.btn-comment .ico::before {font-size: 22px;}


}
