@charset "utf-8";

/* ==================================
recommend.css
================================== */

/* ==================================
reset
================================== */

#recommend #contents button,
#recommend .modal-container button {
  padding: 0;
  background-color: transparent;
  border: none;
  appearance: none;
  -moz-appearance: none;
  -webkit-appearance: none;
  cursor: pointer;
}
#recommend #contents *, 
#recommend #contents *::before,
#recommend #contents *::after,
#recommend .modal-container *, 
#recommend .modal-container *::before,
#recommend .modal-container *::after {
  box-sizing: border-box;
  word-wrap: break-word;
  overflow-wrap: break-word;
}

#recommend #contents a,
#recommend #contents button,
#recommend .modal-container a,
#recommend .modal-container button {
  transition: opacity .2s;
}
#recommend #contents a:hover,
#recommend .modal-container button:hover {
  opacity: .8;
}

/* ==================================
common
================================== */
#recommend .content-inner {
  width: 1000px;
  margin: 0 auto;
}
#recommend .m-btn-01 {
  background: #000;
  border-radius: 3px;
  text-align: center;
  color: #fff;
}
#recommend .m-btn-02 { 
  display: block;
  border: solid 1px #d1d1d1;
  border-radius: 3px;
  text-align: center;
  cursor: pointer;
  transition: opacity .2s;
}
#recommend .u-btnL {
  width: 400px;
  padding: 16px;
  cursor: pointer;
  transition: opacity .2s;
}
#recommend .m-btn-02:hover,
#recommend .u-btnL:hover{
  opacity: .8;
}
#recommend .m-hl {
  margin-bottom: 35px;
  text-align: center;
  font-size: 26px;
  font-weight: bold;
  color: #000;
}
#recommend .m-shl {
  margin-bottom: 30px;
  text-align: center;
  font-size: 26px;
  font-weight: normal;
}
#recommend .rec-list .m-shl {
  margin-top: -5px;
}

/* m-btn-nextpage */
#recommend .m-btn-nextpage {
  margin: 0 auto;
  width: 300px;
  font-size: 14px;
}
#recommend .m-btn-nextpage a {
  position: relative;
  display: block;
  padding: 14px 0 ;
  color: #fff;
}
#recommend .m-btn-nextpage a:after {
  content: "";
  position: absolute;
  right: 25px;
  top: 50%;
  transform: translateY(-50%);
  display: block;
  width: 7px;
  height: 13px;
  background: url(/ec/shop/hankyu-beauty/images/recommend/bt_list_arrow.svg) no-repeat;
  background-size: 7px 13px;
}

/* m-staffType */
#recommend .m-staffType-01 ul {
  margin-top: 7px;
  display: flex;
  flex-wrap: wrap;
}
#recommend .m-staffType-01 li {
  margin: 3px 3px 0 0;
  font-size: 10px;
}
#recommend .m-staffType-01 li span,
#recommend .m-staffType-02 li span {
  display: inline-block;
}
#recommend .m-staffType-02 {
  margin-top: 10px;
  font-size: 12px;
}
#recommend .m-staffType-02 li {
  display: flex;
  align-items: center;
  margin-top: 10px;
}
#recommend .m-staffType-02 .type-ttl {
  width: 36%;
}
#recommend .m-staffType-01 .type-spec,
#recommend .m-staffType-02 .type-spec {
  background: #eee;
  padding: 2px 8px;
}

/* m-txtclm-01 */
#recommend .m-txtclm-01 {
  margin-top: 25px;
  padding: 25px 0 30px;
  border-top: solid 1px #e6e6e6;
  font-size: 14px;
}
#recommend .m-txtclm-01 .txtclm-hl {
  margin-bottom: 10px;
  color: #999;
}
#recommend .m-txtclm-01 .txtclm-comment {
  line-height: 1.75;
}

/* m-selectList */
#recommend .m-selectList {
  margin-bottom: 60px;
  display: flex;
}
#recommend .m-selectList > li {
  flex: 0 0 190px;
  width: 190px;
}
#recommend .m-selectList > li:not(:nth-child(5)) {
  margin-right: 12px;
}
#recommend .m-selectList a {
  display: block;
}
#recommend .m-selectList .m-staffType-02 {
  margin-top: 20px;
}

/* ==================================
review / list
================================== */

/* rec-ttl
----------------------------------- */
#recommend .rec-ttl {
  margin: 50px auto;
  text-align: center;
  font-size: 16px;
}
#recommend .rec-ttl span {
  display: block;
  margin-bottom: 15px;
  letter-spacing: .1em;
  font-weight: normal;
  color: #000;
}

/* rec-tab
----------------------------------- */
#recommend .rec-tab {
  position: relative;
  z-index: 100;
}
#recommend .rec-tab:before {
  content: "";
  position: absolute;
  bottom: 0;
  display: block;
  width: 100%;
  height: 1px;
  background: #e6e6e6;
}
#recommend .rec-tab ul {
  display: flex;
  justify-content: center;
  position: relative;
}
#recommend .rec-tab li {
  flex: 0 1 250px;
  margin: 0 10px;
}
#recommend .rec-tab li span,
#recommend .rec-tab li a {
  display: block;
  width: 100%;
  padding: 16px 0;
  text-align: center;
  font-size: 16px;
  border-radius: 3px 3px 0 0;
  border: solid 1px #e6e6e6;
}
#recommend .rec-tab li a {
  background: #e6e6e6;
}
#recommend .rec-tab li span {
  border-bottom: solid 1px #fff;
}

/* rec-filter
----------------------------------- */
#recommend .rec-filter {
  margin: 40px 0;
}
#recommend .rec-filter .btn-filter {
  margin: 0 auto;
  font-size: 18px;
}
#recommend .rec-filter .btn-filter span:before {
  content: "";
  display: inline-block;
  width: 22px;
  height: 16px;
  background: url(/ec/shop/hankyu-beauty/images/recommend/icon_filter.svg) no-repeat;
  background-size: 22px 16px;
  margin-right: 12px;
}

/* 
 rec-tag
----------------------------------- */
#recommend .rec-tag {
  padding: 25px 0 30px;
  border-top: solid 1px #e6e6e6;
}
#recommend .rec-tag .content-inner {
  display: flex;
}
#recommend .rec-tag p {
  width: 140px;
  margin-top: 18px;
  font-size: 16px;
}
#recommend .rec-tag ul {
  width: 860px;
  display: flex;
  flex-wrap: wrap;
  overflow: hidden;
}
#recommend .rec-tag li div,
#recommend .rec-tag li a  {
  display: block;
  margin: 5px 10px 5px 0;
  padding: 11px 20px;
  font-size: 13px;
  border-radius: 12em;
}
#recommend .rec-tag li a {
  border: solid 1px #e6e6e6;
}
#recommend .rec-tag .select {
  background: #e6e6e6;
  border: solid 1px #e6e6e6;
}
#recommend .rec-tag .select button {
  margin-left: 15px;
  vertical-align: sub;
}
#recommend .rec-tag .select img {
  width: 18px;
  height: auto;
}
#recommend .rec-tag .btn-moreAll {
  width: 80px;
  margin: 20px auto 0;
  padding-bottom: 20px;
  text-align: center;
  font-size: 14px;
  position: relative;
  cursor: pointer;
  transition: opacity .2s;
}
#recommend .rec-tag .btn-moreAll:hover {
  opacity: .8;
}
#recommend .rec-tag .btn-moreAll:after {
  content: "";
  display: block;
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 16px;
  height: 9px;
  background: url(/ec/shop/hankyu-beauty/images/smartphone/button/btn_content_more.png) no-repeat;
  background-size: 16px 9px;
  opacity: 0.52;
}

/* 
 rec-list
----------------------------------- */
#recommend .rec-list {
  padding: 55px 0 70px;
  border-top: solid 1px #e6e6e6;
}
#recommend .rec-list .list-setting {
  display: flex;
  justify-content: space-between;
  margin: 0 0 30px;
}
#recommend .rec-list .list-setting .list-sum {
  font-size: 20px;
}
#recommend .rec-list .list-setting .list-sort {
  font-size: 14px;
}
#recommend .rec-list .list-setting .list-sort select {
  color: #424242;
  background-position: right;
}
#recommend .rec-list .list-setting .list-sort .sod_select {
  width: 150px;
  border: none;
  padding: 8px 22px 8px 15px;
  text-align: right;
}
#recommend .rec-list .list-setting .list-sort .sod_select .sod_list_wrapper {
  width: 160px;
  border: 1px solid #e6e6e6;
  border-radius: 3px;
}
#recommend .rec-list .list-setting .list-sort .sod_select .sod_list_wrapper .sod_list {
  text-align: left;
}
#recommend .rec-list .m-staffType-02 {
  margin-top: 20px;
}
#recommend .rec-list .btn-more {
  margin: 0 auto;
  padding: 13px 0;
  width: 300px;
  color: #757575;
}
#recommend .rec-list .btn-more span:after {
  content: "";
  display: inline-block;
  margin-left: 10px;
  width: 12px;
  height: 7px;
  background: url(/ec/shop/hankyu-beauty/images/smartphone/button/btn_content_more.png) no-repeat;
  background-size: 12px 7px;
  opacity: 0.6;
}
/* list-thumb */
#recommend .list-thumb {
  display: flex;
  flex-wrap: wrap;
}
#recommend .list-thumb > li {
  flex: 0 1 227px;
  width: 227px;
  margin-bottom: 70px;
  opacity: 1;
}
#recommend .list-thumb > li:not(:nth-child(4n)) {
  margin-right: 30px;
}
#recommend .list-thumb > li.is-hidden {
  opacity: 0;
  height: 0;
  margin: 0;
}
#recommend .list-thumb > li a {
  width: 100%;
  display: block;
}
#recommend .list-thumb > li.is-hidden a {
  pointer-events: none;
}
#recommend .thum-img,
#recommend .list-thumb .review-staff .review-staff-img img {
  border: solid 1px #e6e6e6;
  text-align: center;
  background: #fff;
}
#recommend .list-thumb .thum-img {
  margin-bottom: 15px;
  height: 227px;
  display: flex;
  align-items: center;
  justify-content: center;
}
#recommend .list-thumb .thum-img img {
  max-width: 100%;
  max-height: 100%;
}
#recommend .thum-txt {
  margin-top: 4px;
  font-size: 14px;
}
#recommend .thum-txt.js-limitTxt {
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
#recommend .thum-txt + .thum-brand,
#recommend .thum-txt + .thum-charge,
#recommend .thum-brand + .thum-charge {
  margin-top: 4px;
}
#recommend .thum-brand,
#recommend .thum-charge {
  font-size: 12px;
  color: #999;
}
#recommend .thum-date {
  font-size: 14px;
  color: #999;
}
#recommend .list-thumb .review-staff {
  margin-bottom: 20px;
  display: flex;
  align-items: center;
}
#recommend .list-thumb .review-staff .review-staff-img {
  width: 25%;
}
#recommend .list-thumb .review-staff .review-staff-txt {
  width: 75%;
  padding-left: 10px;
  overflow: hidden;
}
#recommend .list-thumb .review-staff .review-staff-txt .thum-brand,
#recommend .list-thumb .review-staff .review-staff-txt .thum-staff,
#recommend .list-thumb .review-staff .review-staff-txt .thum-shop {
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
  font-size: 12px;
}
#recommend .list-thumb .review-staff .review-staff-img img {
  width: 100%;
  height: auto;
}

/* 
 rec-ranking,
 rec-usedItem
----------------------------------- */
#recommend .rec-ranking,
#recommend .rec-usedItem {
  background: #eee;
}
#recommend .rec-ranking .thum-img,
#recommend .rec-usedItem .thum-img {
  margin-bottom: 15px;
  width: 100%;
  /* aspect-ratio: 1 / 1; */
}
#recommend .rec-ranking .thum-img {
  height: 190px;
}
#recommend .rec-usedItem .thum-img {
  height: 176px;
}
#recommend .rec-ranking .thum-img img,
#recommend .rec-usedItem .thum-img img {
  height: 100%;
  width: auto;
}
#recommend .rec-ranking {
  padding: 55px 0 140px;
}
#recommend .rec-ranking .ranking-staffType .type-spec {
  background: #ccc;
}
#recommend .rec-usedItem {
  padding: 50px 0 75px;
}
#recommend .rec-usedItem .thum-brand {
  margin-top: 10px;
}
#recommend .rec-usedItem .thum-txt {
  margin-top: 8px;
}
#recommend .rec-usedItem .slick-list {
  margin: 0 -15px;
}
#recommend .rec-usedItem .slick-slide {
  margin: 0 15px 15px;
}
#recommend .rec-usedItem .slick-slider li a {
  padding: 0; /* module.css の記載をリセット */
}
#recommend .rec-usedItem .slick-prev,
#recommend .rec-usedItem .slick-next {
  font-size: 0;
  line-height: 0;
  position: absolute;
  bottom: -40px;
  display: block;
  width: 17px;
  height: 32px;
  padding: 0;
  cursor: pointer;
  color: transparent;
  border: none;
  outline: none;
  background: transparent;
}
#recommend .rec-usedItem .slick-prev {
  left: -38px;
  top: 72px;
  background: url(/ec/shop/hankyu-beauty/images/recommend/bt_slider_arrow_active.png) no-repeat;
  background-position: 0 0;
}
#recommend .rec-usedItem .slick-next {
  right: -38px;
  top: 72px;
  background: url(/ec/shop/hankyu-beauty/images/recommend/bt_slider_arrow_active.png) no-repeat;
  background-position: 0 -40px;
}
#recommend .rec-usedItem .slick-prev.slick-disabled {
  background: url(/ec/shop/hankyu-beauty/images/recommend/bt_slider_arrow.png) no-repeat;
  background-position: 0 0;
}
#recommend .rec-usedItem .slick-next.slick-disabled {
  background: url(/ec/shop/hankyu-beauty/images/recommend/bt_slider_arrow.png) no-repeat;
  background-position: 0 -40px;
}
#recommend .rec-usedItem .slick-dots {
  position: absolute;
  bottom: -30px;
  left: 0;
  right: 0;
  display: block;
  width: 80%;
  height: 11px;
  padding: 0;
  margin: 0 auto;
  list-style: none;
  text-align: center;
}
#recommend .rec-usedItem .slick-dots li {
  position: relative;
  display: inline-block;
  width: 11px;
  height: 11px;
  margin: 0 7px;
  padding: 0!important;
  cursor: pointer;
}
#recommend .rec-usedItem .slick-dots li button {
  font-size: 0;
  line-height: 0;
  display: block;
  width: 11px;
  height: 11px;
  padding: 0;
  -webkit-border-radius: 50%;
  border-radius: 50%;
  cursor: pointer;
  color: transparent;
  border: 0;
  outline: none;
  background: #ccc;
}
#recommend .rec-usedItem .slick-dots li.slick-active button {
  background: #000;
}


/* rec-sectionFooter
----------------------------------- */
#recommend .rec-sectionFooter {
  border-top: solid 1px #e6e6e6;
  padding: 70px 0 60px;
  padding: 70px 0 140px;
  text-align: center;
}
#recommend .rec-sectionFooter .m-btn-02 {
  margin: 0 auto;
  font-size: 18px;
}
#recommend .rec-sectionFooter p {
  margin-top: 45px;
  margin-bottom: -80px;
  line-height: 1.9;
  font-size: 12px;
}
#recommend .rec-sectionFooter div + div {
  margin-top: 20px;
}


/* rec-staffDetail
----------------------------------- */
#recommend .rec-staffDetail {
  margin: 25px auto 0;
}
#recommend .rec-staffDetail .staffDetail-txt {
  width: 870px;
}
/* staffDetail */
#recommend .staffDetail {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
#recommend .staffDetail .staffDetail-img {
  width: 110px;
  margin-bottom: auto;
}
#recommend .staffDetail-img img {
  border: solid 1px #e6e6e6;
  width: 100%;
}
/* // staffDetail */

/* staffType */
#recommend .staffDetail-staffType ul {
  display: flex;
  flex-wrap: wrap;
  font-size: 12px;
}
#recommend .staffDetail-staffType span {
  white-space: nowrap;
}
#recommend .rec-staffDetail .thum-spec .staffDetail-staffType {
  width: 870px;
}
#recommend .rec-staffDetail .staffDetail-staffType li {
  margin-right: 30px;
}
#recommend .rec-staffDetail .staffDetail-staffType .type-ttl {
  margin-right: 20px;
}
#recommend .rec-reviewDetail .staffDetail-staffType li {
  width: 48%;
}
#recommend .rec-reviewDetail .staffDetail-staffType .type-ttl {
  width: 77px;
}
/* // staffType */

#recommend .rec-staffDetail .thum-txt {
  margin: 0;
}
#recommend .rec-staffDetail .thum-spec {
  display: flex;
  width: 100%;
  align-items: flex-end;
}
#recommend .rec-staffDetail .thum-spec .staffDetail-sns {
  width: 180px;
  margin-left: auto;
}
#recommend .rec-staffDetail .thum-spec .staffDetail-sns {
  display: flex;
  align-items: center;
}
#recommend .rec-staffDetail .thum-spec .staffDetail-sns a:not(:last-child){
  margin-right: 20px;
}
#recommend .rec-staffDetail .thum-spec .staffDetail-sns a img {
  width: 26px;
  height: auto;
}
#recommend .rec-staffDetail .m-txtclm-01 {
  border-top: none;
  margin-top: 0;
  padding-bottom: 55px;
}



/* rec-reviewDetail
----------------------------------- */
#recommend .reviewDetail .content-inner {
  display: flex;
  justify-content: space-between;
  margin: 50px auto 40px;
}
#recommend .reviewDetail .rec-tag {
  border-top: none;
}
#recommend .reviewDetail .rec-tag ul {
  width: 100%;
}
#recommend .rec-reviewDetail {
  width: 420px;
}
#recommend .rec-reviewDetail .thum-txt {
  margin: 0;
}
#recommend .rec-reviewDetail .staffDetailWrap {
  display: block;
}
#recommend .rec-reviewDetail .staffDetail-txt { 
  width: 290px;
}
#recommend .rec-reviewDetail .staffDetail-staffType li {
  width: 50%;
  margin-right: 0;
}


/* rec-sns
----------------------------------- */
#recommend .rec-sns {
  padding: 30px 0;
  border-top: solid 1px #e6e6e6;
}
#recommend .rec-sns p {
  font-size: 14px;
  text-align: center;
}
#recommend .rec-sns .sns {
  margin-top: 25px;
  display: flex;
  justify-content: center;
  align-items: center;
}
#recommend .rec-sns .sns a {
  display: inline-block;
  margin: 0 19px;
}
#recommend .rec-sns .sns a img {
  width: 33px;
  height: auto;
}


/* 詳細ページ　スライダー
----------------------------------- */
.rec-goodsSlider {
  width: 530px;
}
.sliderArea {
  width: 450px;
  margin: 0 auto;
}
.rec-goodsSlider .slider.slick-slider {
  width: 100%;
  height: 100%;
  margin: 0 auto 20px;
  border: solid 1px #e6e6e6;
  text-align: center;
  padding: 0;
  box-sizing: border-box;
}
.rec-goodsSlider .slide-item {
  height: 448px;
  display: flex !important;
}
.rec-goodsSlider .slide-item img {
  max-width: 100%;
  max-height: 100%;
  margin: auto;
}
.rec-goodsSlider .slider .slick-prev,
.rec-goodsSlider .slider .slick-next {
  font-size: 0;
  line-height: 0;
  position: absolute;
  bottom: -40px;
  display: block;
  width: 17px;
  height: 32px;
  padding: 0;
  cursor: pointer;
  color: transparent;
  border: none;
  outline: none;
  background: transparent;
}
.rec-goodsSlider .slider .slick-prev {
  left: -38px;
  top: 0;
  bottom: 0;
  margin: auto;
  background: url(/ec/shop/hankyu-beauty/images/recommend/bt_slider_arrow_active.png) no-repeat;
  background-position: 0 0;
}
.rec-goodsSlider .slider .slick-next {
  right: -38px;
  top: 0;
  bottom: 0;
  margin: auto;
  background: url(/ec/shop/hankyu-beauty/images/recommend/bt_slider_arrow_active.png) no-repeat;
  background-position: 0 -40px;
}
.rec-goodsSlider .slider .slick-prev.slick-disabled {
  background: url(/ec/shop/hankyu-beauty/images/recommend/bt_slider_arrow.png) no-repeat;
  background-position: 0 0;
}
.rec-goodsSlider .slider .slick-next.slick-disabled {
  background: url(/ec/shop/hankyu-beauty/images/recommend/bt_slider_arrow.png) no-repeat;
  background-position: 0 -40px;
}
.thumbnail-list {
  display: flex;
  flex-wrap: wrap;
}
.thumbnail-item {
  flex: 0 0 auto;
  width: 74px;
  height: 74px;
  border: solid 1px #e6e6e6;
  margin-bottom: 20px;
  text-align: center;
  position: relative;
  cursor: pointer;
  display: flex !important;
}
.thumbnail-item:not(:nth-child(5n)){
  margin-right: 20px;
}
.thumbnail-item.thumbnail-current {
  border: solid 1px #757575;
}
.thumbnail-item img {
  max-width: 100%;
  max-height: 100%;
  margin: auto;
}



/* モーダル
----------------------------------- */
.modal-container {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  text-align: center;
  background: rgba(0, 0, 0, 0.75);/*IE11*/
  background: rgba(0, 0, 0, 75%);
  opacity: 0;
  visibility: hidden;
  transition: .3s;
  z-index: 1200;
}
.modal-container.active {
  opacity: 1;
  visibility: visible;
}
.modal-body {
  position: fixed;
  margin: auto;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  display: flex;
  width: 600px;
  max-width: 600px;
  height: 90%;
  background: #fff;
  color: #424242;
}
.modal-close {
  position: absolute;
  top: 25px;
  right: 25px;
  width: 20px;
  height: 20px;
  background: url(/ec/shop/hankyu-beauty/images/smartphone/button/btn_gnav_close_bk.png) no-repeat;
  background-size: 20px 20px;
  cursor: pointer;
  z-index: 100;
}
.modal-content {
  display: flex;
  width: 100%;
  height: 100%;
  position: relative;
  flex-direction: column;
}
.modal-content-main {
  overflow: auto;
  flex: 1 1 0%;
  scrollbar-width: thin;
  scrollbar-color: #bababa #fff;
}
.modal-content-main::-webkit-scrollbar {
  width: 6px;
}
.modal-content-main::-webkit-scrollbar-track {
  background-color: #fff;
}
.modal-content-main::-webkit-scrollbar-thumb {
  background-color: #bababa;
}
.modal-ttl {
  padding: 20px;
  font-size: 18px;
}
.modal-bottom {
  display: flex;
  justify-content: center;
  background: #ccc;
  padding: 30px 15px;
  font-size: 14px;
}
.modal-bottom .modal-btn {
  background: #000;
  width: 300px;
  margin: 0 10px;
  line-height: 50px;
  border-radius: 3px;
  font-size: 14px;
  color: #fff;
  cursor: pointer;
  transition: opacity .2s;
}
.modal-bottom .modal-btn:hover {
  opacity: .8;
}
.modal-bottom .modal-btn.cancel {
  width: 190px;
  background: #eee;
  color: #424242;
}



/* タブ
----------------------------------- */
.searchBox .searchBox-tab {
  width: 100%;
  background: #f5f5f5;
}
.searchBox .searchBox-tab ul {
  display: flex;
  justify-content: center;
  border-top: solid 1px #e6e6e6;
}
.searchBox .searchBox-tab li {
  width: 145px;
  line-height: 50px;
  text-align: center;
  font-size: 14px;
  font-weight: bold;
  color: #999;
  cursor: pointer;
  transition: all 0.2s ease 0s;
  border-right: solid 1px #e6e6e6;
}
.searchBox .searchBox-tab li:first-child {
  border-left: solid 1px #e6e6e6;
}
.searchBox .searchBox-tab li.active {
  background: #fff;
  color: #424242;
}
.searchBox .panel-group {
  overflow: hidden;
  display: none;
}
.searchBox .panel-group.active {
  display: block;
}

/* review一覧の場合 */
.review .searchBox .searchBox-tab .floor,
.review .searchBox .modal-ttl-staff {
  display: none;
}

/* staff一覧の場合 */
.staff .searchBox .searchBox-tab .brand,
.staff .searchBox .searchBox-tab .item,
.staff .searchBox .modal-ttl-review {
  display: none;
}



/* -----------------------------------------
チェックボックス 
------------------------------------------*/

/* reset */
.searchCategory input[type="checkbox"] {
  margin: 0;
  padding: 0;
  background: none;
  border: none;
  border-radius: 0;
  outline: none;
  appearance: none;
}

/* custum */
.searchCategory input[type="checkbox"] {
  position: absolute;
  cursor: pointer;
  vertical-align: middle;
  margin-right: 10px;
  width: 18px;
  height: 18px;
  z-index: 100;
}
.searchCategory input[type="checkbox"]::before,
.searchCategory input[type="checkbox"]::after {
  content: "";
  display: block; 
  position: absolute;
}
.searchCategory input[type="checkbox"]::before {
  background: #fff;
  border-radius: 2px;
  border: 2px solid #aaa;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
  width: 18px;
  height: 18px;
}
.searchCategory input[type="checkbox"]::after {
  border-bottom: 3px solid #000;
  border-left: 3px solid #000;
  height: 6px;
  width: 11px;
  transform: rotate(-50deg);
  top: 5px;
  left: 4px;
  opacity: 0;
}
.searchCategory input[type="checkbox"]:checked::after {
  opacity: 1;
}


/* -----------------------------------------
アコーディオン 
------------------------------------------*/
.searchCategory label {
  border-bottom: solid 1px #e6e6e6;
  line-height: 2.0;
  font-size: 14px;
  cursor: pointer;
  position: relative;
  transition: all .4s ease;
  display: flex;
  align-items: center;
}
.searchCategory label span {
  display: block;
  padding: 15px 30px 15px 60px;
  width: 100%;
  text-align: left;
  position: relative;
}
.searchCategory .notCheck {
  padding-left: 35px;
}
.searchCategory .lastLevel {
  padding: 15px 30px 15px 60px;
}
.searchCategory label span:before {
  top: 50%;
  right: 30px;
  width: 16px;
  height: 1px;
}
.searchCategory label span:after {
  top: 50%;
  right: 38px;
  width: 1px;
  height: 16px;
}
.searchCategory label span:before,
.searchCategory label span:after {
  content: "";
  display: block;
  position: absolute;
  background: #333;
  -webkit-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
  -webkit-transform: translateY(-50%) rotate(-90deg);
  transform: translateY(-50%) rotate(-90deg);
}
.searchCategory .lv1 input[type="checkbox"] {
  left: 30px;
}
.searchCategory .lv1 > label span {
  font-weight: bold;
}
.searchCategory .lv2 label span,
.searchCategory .lv2 .lastLevel {
  padding-left: 90px;
  text-align: left;
}
.searchCategory .lv2 input[type="checkbox"] {
  left: 60px;
}
.searchCategory .lv3 .lastLevel {
  padding-left: 120px;
}
.searchCategory .lv3 input[type="checkbox"] {
  left: 90px;
}
.searchCategory .open > label span:before {
  opacity: 0;
  transition: all 0.5s ease-in-out;
  transform: translateY(-50%) rotate(90deg);
}
.searchCategory .open > label span:after {
  transition: all 0.5s ease-in-out;
  transform: translateY(-50%) rotate(90deg);
}
.levels .levels {
  display: none;
}


/* -----------------------------------------
現在絞り込んでいる条件 
------------------------------------------*/
#activeSearchConditionItems li .select a {
  border: none;
  display: inline;
  margin: 0 0 0 15px;
  padding: 0;
}
