@charset "utf-8";

/******************************
商品一覧
******************************/
/* レイアウト */
.gender_ex {
  float: right;
  margin-bottom: 0;
  position: relative;
  bottom: -20px;
}
.gender_ex img {
  width: 7px;
  vertical-align: top;
  padding-right: 4px;
  margin-left: 10px;
}
.gender_ex img:first-child {
  margin-left: 0;
}
.item-list .main_contents {
  width: 960px;
}
.item-list .side_contents {
  width: 180px;
  margin-bottom: 50px;
}

/*ソート*/
.sort {
  padding: 30px 0 23px;
  margin: 0;
  border-top: 1px solid #ddd;
}
.sort.nobor {
  border-top: none;
}
.sort table {
  margin: 0 auto;
}
.sort table td{
  padding-left: 20px;
}
/*select置き換え*/
.selectArea {
  position: relative;
}
.selectArea .selectObj {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  color: #777;
  border-radius: 0;
  -webkit-appearance: none;
  -moz-appearance: none;
  -ms-appearance: none;
  background-image: url('/assets/images/common/element/icon_down.png');
  background-repeat: no-repeat;
  background-position: 90% center;
  background-size: 11%;
}

.sort .selectArea {
  display: inline-block;
  color: #777;
  width: 120px;
  height: 40px;
  line-height:40px;
  padding: 0 10px;
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
  border-radius: 20px;
}

/*パーツ 詳細検索 */
#sidebar #select-model,
#sidebar #select-magazine,
#sidebar .select-color,
#sidebar #search-freeword,
#sidebar .detailsearch-btn-area{
  margin-bottom: 15px;
}
#sidebar .detailsearch-btn-area {
  margin-bottom: 20px;
}
#sidebar .side-detailsearch .form-ttl{
  margin-bottom: 5px;
}
#sidebar .side-detailsearch .form-set select,
#sidebar #search-freeword input {
  box-sizing: border-box;
  -ms-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -o-box-sizing: border-box;
  -webkit-box-sizing :border-box;
  width: 100%;
  height: 40px;
  line-height: 40px;
  font-size: 12px;
  -webkit-appearance: none;
  -moz-appearance: none;
  -ms-appearance: none;
}
#sidebar .side-detailsearch .form-set select {
  -webkit-appearance: none;
  -moz-appearance: none;
  -ms-appearance: none;
  background-image: url('/assets/images/common/element/icon_down.png');
  background-repeat: no-repeat;
  background-position: 90% center;
  background-size: 8%;
  border-radius: 0;
  height: 40px;
  line-height: 30px;
  padding-left: 12px;
}
#sidebar .side-detailsearch .form-set .select-price select,
#sidebar .side-detailsearch .form-set .select-size select {
  height: 50px;
  background-position: center 85%;
  background-size: 13%;
}
#sidebar .side-detailsearch #search-freeword {
  margin-bottom: 20px;
}
#sidebar .side-detailsearch #search-freeword input{
  margin-bottom: 0;
  border-radius: 40px;
}
#sidebar .side-detailsearch.quorinest .select-price {
  margin-bottom: 20px;
}
 #sidebar #search-freeword input {
  border-radius: 30px;
  background-image: url('/assets/images/common/element/list_search.png');
  background-repeat: no-repeat;
  background-size: 18px;
  background-position: 10% center;
  padding-left: 40px;
  height: 50px;
  line-height: 50px;
}
 #sidebar #search-freeword input::-webkit-input-placeholder {
  color: #ddd;
}
#sidebar #search-freeword button.head-search-btn {
  border: none;
  background: transparent;
  padding: 0;
}
#sidebar .side-detailsearch .sel-rate-set > li {
  width: 44%;
}
#sidebar .side-detailsearch .sel-rate-set > li.to {
  width: 6%;
  padding: 0;
  line-height: 50px;
}
#sidebar .side-detailsearch .size-select select {
  font-size: 11px;
  padding-right: 0;
}
#sidebar .side-detailsearch .detailsearch-btn-area,
#sidebar .side-detailsearch .detailsearch-reset-area {
  text-align:center;
  width:100%;
  height:40px;
}
#sidebar .side-detailsearch .detailsearch-btn-area {
  background-color: #00407C;
  border: none;
  color: #fff;
  border-radius: 30px;
  height: 50px;
  line-height: 50px;
}
#sidebar .side-detailsearch .detailsearch-reset-area {
  background-color: #fff;
  border: solid 1px #777;
  color: #777;
  border-radius: 30px;
  height: 50px;
  line-height: 50px;
  margin-bottom: 20px;
}
/*詳細検索 検索結果無しの表示*/
p.empty_message {
    text-align: center;
    margin: 6% 0;
}

/*サイドバナーエリア*/
#side-banner-area {
  margin-top: 40px;
}
#side-banner-area li {
  margin-bottom: 10px;
}

#side_specal .spcal {
  border-bottom: 1px solid #54647a ;
  padding-bottom:17px;
}
#side_specal {
  margin-top: 40px;
}
#side_specal li {
  margin-bottom: 10px;
}
/* ページャー */
.pages {
  padding: 30px 0;
  margin: 0;
  border-bottom: 1px solid #cfd8dd;
}
.pages.pager-bottom {
  border-bottom: none;
  text-align: center;
}
.pagination ul {
  -ms-border-radius: 0;
  -moz-border-radius: 0;
  -webkit-border-radius: 0;
  border-radius: 0;
  display: inline-block;
  box-shadow: none;
}
#page-body .pagination ul > li > a {
  width: 50px;
  height: 30px;
  line-height: 30px;
  border: 1px solid #777;
  font-size: 9px;
  padding: 0;
  border-radius: 30px;
  text-align: center;
  margin: 0 5px;
  color: #777;
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
}
#page-body .pagination ul > li.active > a {
  background-color: #777;
  border-radius: 30px;
  color: #fff;
}
.pagination ul > li > a:hover, .pagination ul > li > a:focus, .pagination ul > .active > a, .pagination ul > .active > span {
  background-color: transparent;
  color: #000;
}
.pagination ul > .active > a,
.pagination ul > .active > a:hover{
background-color: #f0f0f0;
}
.pagination ul > li.pager_next > a,
.pagination ul > li.pager_prev > a {
  color: #000;
}
.pagination ul > li.pager_next > a:hover,
.pagination ul > li.pager_prev > a :hover{
  color:#000;
}
.pages .itemNumber {
  line-height: 28px;
}
.freeShipping {
  color: #0066CC;
  background: #fff;
  border: 1px solid #0066CC;
}
/* カテゴリページバナー */
.cat-wrap {
  width: 100%;
  padding-bottom: 20px;
  margin-bottom: 30px;
  display: table;
  border-bottom: 1px solid #ddd;
}
.cat-wrap li {
  list-style: none;
  vertical-align: middle;
}
.cat-wrap .cat_name {
  font-size: 21px;
  text-align: left;
  margin-bottom: 10px;
}
.cat-wrap .cat_text {
  font-size: 12px;
  line-height: 1.6em;
}
.list-category-visual img{
  width: 100%;
}
#item-count {
  margin-bottom: 20px;
  font-size: 12px;
}
#item-count .count {
  font-size: 32px;
  display: inline-block;
  padding: 7px 5px 0 0;
}
.list #page-body .list-category-visualarea .title {
  padding-left: 0;
}


.item .listarea.nobor section#recommend-items {
  padding-top: 0;
  border-top: none;
}
.item section#recommend-items {
  padding-top: 80px;
  margin: 50px 0 80px;
  border-top: 1px solid #ddd;
}
.list #page-body .title {
    padding-left: 220px;
}
.item .swiper-container .swiper-button-prev,
.item .swiper-container .swiper-button-next {
    top: 32%;
}
.item #recommend-items .swiper-container .swiper-button-prev,
.item #recommend-items .swiper-container .swiper-button-next {
  top: 37%;
}



@media (max-width: 1200px) {
  .list #page-body .title {
    padding-left: 19%;
  }
  /*layout*/
  .item-list .main_contents {
    width:78%;
  }
  .item-list .side_contents {
    width:17%;
  }
}
@media (max-width: 979px) {
  .list #page-body .title {
    padding: 0;
    margin: 30px 0 20px;
    font-size: 21px;
  }
  figure + .list-item-text{
    min-height: inherit;
    line-height: 18px;
    text-align: center;
  }

  #happy-natural .list-item-text{
   min-height: 68px;
  }
  .list-item-text .modelname,
  .list-item-text .item-ttl,
  .list-item-text .item-price{
    font-size:13px;
  }
  .item-list .main_contents, .item-list .side_contents {
    width: auto;
    border-top: none;
  }
  .pages {
    border-bottom:none;
  }
  .pages.pager-bottom {
    border-top: none;
  }
  .pages.pager-bottom .itemNumber {
    display: none;
  }
  .pages.pager-bottom .pagination {
    float: none;
    margin: 0 auto;
    text-align: center;
  }
  .pages.pager-bottom .pagination ul {
    margin: 0 auto;
  }
  .sort .selectArea {
    position: relative;
    /*background: url("/assets/images/icon/arrow_down_white.png") no-repeat 92% 50% #dcdcdc;*/
    border-radius: 0;
    -webkit-border-radius: 0;
    color: #555555;
  }
    .sort .selectArea{
    position: relative;
    background-image: none;
    background-color:#f8f8f8;
    font-size: 11px;
    padding: 7px 6px;
  }
  .sort .selectArea div:after{
    position: absolute;
    top: 50%;
    right: 8px;
    width: 8px;
    height: 8px;
    display: block;
    content: '';
    border-top: solid 2px #555;
    border-right: solid 2px #555;
    margin-top: -7px;
    -webkit-transform: rotate(135deg);
       -moz-transform: rotate(135deg);
        -ms-transform: rotate(135deg);
            transform: rotate(135deg);
  }
  .label-rearrival {
    display: none;
  }

/*  .list-item-text .icon > .label{
    margin-bottom: 4px;
  }*/
  /* カテゴリーバナー */
  .cat-wrap {
    width: auto;
    margin-bottom: 30px;
    display: block;
    padding: 0 10px 40px;
  }
  .cat-wrap li {
      display: block;
  }
  .cat-wrap .cat_name {
      width: 100%;
      font-size: 14px;
      margin: 15px 0;
  }
  .cat-wrap .cat_text {
      padding-right: 0;
      font-size: 12px;
      line-height: 1.8em;
  }
  #item-count {
    text-align: center;
    margin-bottom: 30px;
  }
  #item-count .count {
    font-size: 26px;
  }
  .selectArea .selectObj {
    background-size: 15px;
  }
    .list-layout > .span9 {
    float: none;
  }
  .parent-category > li {
    margin-bottom: 0;
    width: 100%;
    overflow: auto;
    overflow-x: scroll;
    height: 77px;
    line-height: 60px;
  }
  .list-category {
    -webkit-overflow-scrolling: touch;
    overflow-scrolling: touch;
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -ms-box-sizing: border-box;
  }
  .list-category .child-category {
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -ms-box-sizing: border-box;
    width: 780px;
    height: 60px;
  }
  .list-category .child-category > li.has-child a::before,
  .list-category .child-category > li.has-child a::after {
    display: none;
    border: none;
  }
  .list-category .child-category > li {
    display: inline-block;
    padding: 0 25px;
    float: left;
    width: auto;
    line-height: inherit;
    margin-bottom: 0;
  }
  .list-category .child-category > li a {
    display: block;
    text-decoration: none;
  }
  .list-category .child-category > li.active {
    border-bottom: 1px solid #000;
    /*line-height: 58px;*/
  }

  .list-category .grand-child-category > li {
    display: inline-block;
    margin: 0 0px;
    padding: 0 30px;
    float: left;
    width: auto;
    line-height: inherit;
  }
  .list-category .grand-child-category > li.active {
    border-bottom: 1px solid #000;
    line-height: 58px;
  }
  .list-category .grand-child-category > li:first-child {
    margin-top: 0;
  }
  .gender_ex {
    bottom: -30px;
  }
}
@media (max-width: 767px) {
  .gender_ex {
    position: static;
    max-width: 100%;
    margin-right: 10px;
    margin-bottom: 10px;
  }
  .gender_ex img {
    margin-left: 0;
  }
  .cat-wrap .cat_name {
    font-size: 21px;
  }
  ul.listSetting.row-fluid.liquid-column2 {
    margin: 0 10px;
    width: auto;
  }
  .selectArea .selectObj {
    border-left: none;
  }
  .sort {
    padding: 0;
    margin-bottom: 10px;
    border-top: none;
  }
  .sort table {
    width: 100%;
  }
  .sort table td {
    padding: 0;
    width: 33.33333%;
  }
  .sort table td.displayOrder .selectObj{
    border-right: none;
  }
  .sort table label{
    display: inline-block;
    margin-bottom: 2px;
  }
  .sort .selectArea{
    display:block;
    width:auto;
    font-size: 10px;
  }
  .item-list ul.liquid-column2 > li {
    width: 49% !important;
    box-sizing: border-box;
  }
  .pages.pager-top{
    border:none;
  }
  .view .btn.shop-search.retail{
    padding-top: 13px;
    padding-bottom: 13px;
  }
  .view .btn.shop-search.retail img{
    width: auto;
    height: 9px;
  }
  .list .list-item-text{
    min-height: 70px;
    margin-top: 0;
    padding: 5px 0;
    margin-bottom: 10px;
  }
  #related-items .list-item-text{
    min-height: inherit;
    padding-bottom: 10px;
  }
  #happy-natural .list-item-text{
    min-height: inherit;
  }
  .list-category {
    border-bottom: none;
  }
  .list-category .child-category {
      border-bottom: none;
  }
  .side_contents + .span12 {
      padding-top: 60px;
      margin-top: 30px;
      border-top: 1px solid #ddd;
      clear: both;
  }
  .pages.pager-bottom {
    padding-top: 5px;
  }
  .parent-category > li {
    height: 60px;
    border-bottom: none;
    position: relative;
    overflow-y: hidden;
    white-space: nowrap;
    margin-bottom: 5px;
    padding-bottom: 5px;
    overflow-x: scroll;
  }
}

/* DH_FRONT_DEPT-3970 */
.list-item-text .modelname, .list-item-text .brandname, .list-item-text .categoryname {
  display: block;
}

/* DH_FRONT_DEPT-5565 */
.cat-wrap .cat_name h1 {
  font-size: 21px;
  text-align: left;
  margin-bottom: 10px;
  line-height: 20px;
}

/*************** renewal ***************/
.list-item-text {
  padding: 10px 0;
  min-height: 100px;
  line-height: 19px;
  text-align: center;
}
.list-item-text .modelname, .list-item-text .brandname, .list-item-text .categoryname {
  font-size: 12px;
  color: #777;
  margin-bottom: 2px;
}
.list-item-text .item-price {
  font-size: 12px;
  color: #777;
}

/* c-keyword-box */
.c-keyword-box {
  position: relative;
}
.c-keyword-box__text[type='text'] {
  background-color: #F7F7F7;
  border-radius: 2px;
  border: 0;
  padding: 0 15px;
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  line-height: 1;
  margin: 0;
  width: 100%;
  box-sizing: border-box;
  color: #868686;
  font-size: 12px;
  height: 40px;
}
.c-keyword-box__submit {
  background: #F7F7F7 url(/assets/images/icon/search-icon.svg) no-repeat center/ 18px;
  width: 18px;
  height: 18px;
  padding: 0;
  border: 0;
  position: absolute;
  right: 18px;
  top: 50%;
  transform: translateY(-50%);
  cursor: pointer;
}
.p-search__item-value[data-search] .c-keyword-box {
  width: 74.8%;
}

/* .p-item-list */
.p-item-list__items {
  display: flex;
  flex-wrap: wrap;
  margin: -22px -20px 0;
}
.p-item-list__item {
  flex: 0 0 100%;
  max-width: 100%;
  padding: 22px 20px;
  box-sizing: border-box;
}
.p-item-list__no-results {
  text-align: center;
}
.p-item-list__items[data-column="1"] .p-item-list__item {
  flex: 0 0 calc(100%/1);
  max-width: calc(100%/1);
}
.p-item-list__items[data-column="2"] .p-item-list__item {
  flex: 0 0 calc(100%/2);
  max-width: calc(100%/2);
}
.p-item-list__items[data-column="3"] .p-item-list__item {
  flex: 0 0 calc(100%/3);
  max-width: calc(100%/3);
}
.p-item-list__items[data-column="4"] .p-item-list__item {
  flex: 0 0 calc(100%/4);
  max-width: calc(100%/4);
}
.p-item-list__items[data-column="5"] .p-item-list__item {
  flex: 0 0 calc(100%/5);
  max-width: calc(100%/5);
}
.p-item-list__items[data-column="6"] .p-item-list__item {
  flex: 0 0 calc(100%/6);
  max-width: calc(100%/6);
}
.p-item-list__items[data-column="7"] .p-item-list__item {
  flex: 0 0 calc(100%/7);
  max-width: calc(100%/7);
}
.p-item-list__items[data-column="8"] .p-item-list__item {
  flex: 0 0 calc(100%/8);
  max-width: calc(100%/8);
}
.p-item-list__icon {
  margin-bottom: 1px;
}
@media (min-width: 768px) {
  .p-ranking__contents .p-item-list__item:nth-of-type(n+5) {
    display: none;
  }
}
@media (max-width: 767px) {
  .p-item-list__items {
    margin: -8px -9px
  }
  .p-item-list__item {
    padding: 8px 9px;
  }
  .p-item-list__items[data-column="4"] .p-item-list__item {
    flex: 0 0 calc(100%/2);
    max-width: calc(100%/2);
  }
}

/* c-list-item */
.c-list-item {
  position: relative;
}
.c-list-item__text {
  text-align: center;
  font-size: 12px;
  color: #606060;
}
.c-list-item__heading {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  flex-direction: column;
  line-height: 1.6;
  font-weight: 500;
  font-size: 12px;
}
.c-list-item__price {
  margin-top: 1px;
}
.c-list-item__watchList {
  position: absolute;
  cursor: pointer;
  z-index: 1;
  /* z-index: 0; */
  bottom: 10px;
  right: 10px;
}
.c-list-item__watchList:hover {
  animation: heartbeat .6s;
  -webkit-animation: heartbeat .6s;
     -moz-animation: heartbeat .6s;
      -ms-animation: heartbeat .6s;
}
.c-list-item__watchList-image {
  width: 23px;
}
.c-list-item__images {
  position: relative;
}
.c-list-item__figure {
  position:relative;
  width:100%;
}
.c-list-item__figure:before {
  content: "";
  display: block;
  padding-top: calc( 960/800*100% );
}
.c-list-item__image {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  width:100%;
}

@media (max-width: 767px) {
  .c-list-item__heading {
    font-size: 10px;
  }
}

/* c-rank-budge */
.c-rank-budge {
  position: absolute;
  top: 0;
  left: 0;
  color: #868686;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  z-index: 1;
  border-top: 17px solid #E8E8E8;
  border-right: 17px solid transparent;
  border-bottom: 17px solid transparent;
  border-left: 17px solid #E8E8E8;
  width: 0;
  height: 0;
}
.c-rank-budge[data-rank]:after {
  position: absolute;
  top: -17px;
  left: -9px;
  transform: scale(0.9);
}
.c-rank-budge[data-rank="1"]:after {
  content: '1';
}
.c-rank-budge[data-rank="2"]:after {
  content: '2';
}
.c-rank-budge[data-rank="3"]:after {
  content: '3';
}
.c-rank-budge[data-rank="4"]:after {
  content: '4';
}
.c-rank-budge[data-rank="5"]:after {
  content: '5';
}
.c-rank-budge[data-rank="6"]:after {
  content: '6';
}
.c-rank-budge[data-rank="7"]:after {
  content: '7';
}
.c-rank-budge[data-rank="8"]:after {
  content: '8';
}
.c-rank-budge[data-rank="9"]:after {
  content: '9';
}
.c-rank-budge[data-rank="10"]:after {
  content: '10';
}
.c-rank-budge[data-rank="11"]:after {
  content: '11';
}
.c-rank-budge[data-rank="12"]:after {
  content: '12';
}
.c-rank-budge-circle {
  width: 30px;
  height: 30px;
  border-radius: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  background: #E8E8E8;
}
/* .c-rank-budge-circle[data-rank="1"] {
  background-color: #C4C414;
  color: #fff;
}
.c-rank-budge-circle[data-rank="2"] {
  background-color: #BEC7D1;
  color: #fff;
}
.c-rank-budge-circle[data-rank="3"] {
  background-color: #84632E;
  color: #fff;
}
.c-rank-budge-circle[data-rank="4"] {
  background-color: #E8E8E8;
  color: #868686;
} */

/* icon-top */
.icon-top {
  position: absolute;
  top: 2px;
  right: 2px;
  width: 100%;
  margin: 0;
  display: flex;
  justify-content: flex-end;
}

/* label */
.label {
  font-size: 10px;
  background-color:#fff;
  padding: 1px 3px;
  text-align: center;
}
.label + .label {
  margin: 0 0 0 8px;
}
.label-gender {
  border: solid 1px #000;
  color: #fff;
  margin-bottom: 2px;
}
.label-gender:not([class*=label-gender-]) {
  display: none;
}
.label-gender-women {
  background-color: #B86666;
  border-color: #B86666;
}
.label-gender-men {
  background-color: #56839E;
  border-color: #56839E;
}
.label-gender-kids {
  background-color: #B39B49;
  border-color: #B39B49;
}
.label-soldout {
  border: solid 1px #999;
  background-color: #fff;
  color: #999;
  margin-bottom: 2px;
}
.label-rearrival {
  margin-bottom: 2px;
  width: 34px;
  height: 34px;
  border-radius: 100%;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background-color: #FFFFFF;
  color: #E21252;
  padding: 0;
  border: 1px solid #E21252;
  box-sizing: border-box;
}
.label-sale {
  margin-bottom: 2px;
  width: 34px;
  height: 34px;
  border-radius: 100%;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background-color: #E21252;
  color: #fff;
  padding: 0;
}
.label-new {
  margin-bottom: 2px;
  width: 34px;
  height: 34px;
  border-radius: 100%;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background-color: #1580D2;
  color: #fff;
  padding: 0;
}
.label-soldout {
  margin-bottom: 2px;
  width: 34px;
  height: 34px;
  border-radius: 100%;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background-color: #ADADAD;
  color: #fff;
  padding: 0;
}
.label-outlet {
  margin-bottom: 2px;
  width: 34px;
  height: 34px;
  padding: 0;
  background: #096558;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 6px;
}
.label-outlet-inner {
  scale: 0.8;
}
body:not(.item.view ) .icon:not(.icon-top) > .label-new,
body:not(.item.view ) .icon:not(.icon-top) > .label-rearrival,
body:not(.item.view ) .icon:not(.icon-top) > .label-sale,
body:not(.item.view ) .icon:not(.icon-top) > .label-soldout,
body.item.view .p-item-view-recommend .icon > .label-new,
body.item.view .p-item-view-recommend .icon > .label-rearrival,
body.item.view .p-item-view-recommend .icon > .label-sale,
body.item.view .p-item-view-recommend .icon > .label-soldout {
  display: none;
}
.label-reserv {
  border: solid 1px #000000;
  color: #000000;
  font-size:10px;
  font-weight: bold;
  background-color:#fff;
  margin: 0 8px 0 0;
  padding: 2px 6px;
  margin-bottom: 2px;
}
.label-tech{
  border: solid 1px #c2985d;
  color: #c2985d;
  margin-bottom: 2px;
}
.label-category{
  border: solid 1px #54b171;
  color: #54b171;
  margin-bottom: 2px;
}
.label-magazine{
  border: solid 1px #54b171;
  color: #54b171;
  margin-bottom: 2px;
}
.label-rearrival-mail{
  border: solid 1px #5ACF56;
  color: #5ACF56;
  background-color: #fff;
  margin-bottom: 2px;
}

/* p-naviplus-banner */
.p-naviplus-banner__contents {
  margin-bottom: 20px;
}
.p-naviplus-banner__text-wrap {
  width: 100%;
  padding-bottom: 20px;
  margin-bottom: 30px;
  display: table;
  border-bottom: 1px solid #ddd;
}
.p-naviplus-banner__text-wrap li {
  list-style: none;
  vertical-align: middle;
}
.p-naviplus-banner__text-name {
  font-size: 21px;
  text-align: left;
  margin-bottom: 10px;
}
.p-naviplus-banner__text-sentence {
  font-size: 12px;
  line-height: 1.6em;
}
.p-naviplus-banner__figure {
  position: relative;
  width: 100%;
}
.p-naviplus-banner__figure:before {
  content: "";
  display: block;
  padding-top: calc( 350/1200*100% );
}
.p-naviplus-banner__image {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  width: 100%;
}

/* U-KOMI */
.item-list-star-rating {
  text-align: center;
}

@media (max-width: 979px) {
  .p-naviplus-banner__text-wrap {
    width: auto;
    margin-bottom: 30px;
    display: block;
    padding: 0 10px 40px;
  }
  .p-naviplus-banner__text-name {
    width: 100%;
    font-size: 14px;
    margin: 15px 0;
  }
  .p-naviplus-banner__text-wrap li {
    display: block;
  }
  .p-naviplus-banner__text-sentence {
    padding-right: 0;
    font-size: 12px;
    line-height: 1.8em;
  }
}
@media (max-width: 767px) {
  .p-naviplus-banner__text-name {
    font-size: 21px;
  }
}
