@charset "UTF-8";

/*-----------------------------------------------------
PC 売場ニュース一覧
-------------------------------------------------------*/


/*全体設定*/

.newsSection .listBlock li.event .period {
  color: #F26FA6;
}

.newsSection .listBlock li .period {
  display: block;
  text-align: right;
  font-size: 12px;
  margin-bottom: 15px;
}


/* ページトップ
--------------------------------------------*/

.topSection .title {
  position: relative;
  margin: -20px 0 25px;
}

.topSection .title span {
  box-sizing: border-box;
  position: absolute;
  top: 66px;
  left: 0px;
  display: block;
  text-align: center;
  font-size: 35px;
  line-height: 1.1;
  color: #fff;
  width: 280px;
  height: 46px;
  padding-top: 2px;
  background: url(/assets/images/news/bg_title.png) left top no-repeat;
  background-size: 300px 46px;
}

.topSection .title span.event {
  /*background: url(/assets/images/news/bg_title_event.png) left top no-repeat;*/
  display: none;
}

.topSection .title span.food {
  background: url(/assets/images/news/bg_title_food.png) left top no-repeat;
}

.topSection .title span.ladies, .topSection .title span.fashion {
  background: url(/assets/images/news/bg_title_ladies.png) left top no-repeat;
}

.topSection .title span.cosme {
  background: url(/assets/images/news/bg_title_cosme.png) left top no-repeat;
}

.topSection .title span.mens {
  background: url(/assets/images/news/bg_title_mens.png) left top no-repeat;
}

.topSection .title span.living {
  background: url(/assets/images/news/bg_title_living.png) left top no-repeat;
}

.topSection .title span.kids {
  background: url(/assets/images/news/bg_title_kids.png) left top no-repeat;
}

.topSection .titleBox {
  margin-bottom: 0;
}

.topSection .titleBox .tag {
  margin-top: -30px;
}

.topSection .titleBox .entrytitle {
  width: 620px;
  float: left;
  margin: 0 0 15px 0px;
}

.topSection .titleBox .entrytitle.noauthor {
  width: auto;
}

.topSection .titleBox .entrytitle h2 {
  font-size: 24px;
  font-weight: bold;
  line-height: 1.3;
}

.topSection .titleBox .entrytitle .date {
  font-size: 12px;
}

.topSection .titleBox .author {
  padding-top: 5px;
  position: relative;
  float: right;
  width: 180px;
}

.topSection .titleBox .author .pct {
  float: left;
  margin-right: 8px;
}

.topSection .titleBox .author .text {
  padding-top: 8px;
}

.topSection .titleBox .author .text a {
  display: block;
  color: #eb6da5;
}

.topSection .titleBox .author .text a:hover {
  color: #555;
  text-decoration: underline;
}


/* 売場ニュース一覧
--------------------------------------------*/

.newsSection .title {
  font-size: 30px;
  line-height: 1.1;
  color: #f24087;
  padding-left: 23px;
  border-left: 2px solid #f24087;
  margin-bottom: 20px;
}

.newsSection .linkBlock {
  overflow: hidden;
  margin-bottom: 30px;
}

.newsSection .linkBlock.last {
  margin-bottom: 10px;
}

.newsSection .linkBlock .pager {
  float: left;
  width: 600px;
  margin-top: 10px;
}

.newsSection .linkBlock .pager ul li {
  float: left;
  font-size: 12px;
  margin-right: 2px;
  vertical-align: middle;
}

.newsSection .linkBlock .pager ul li a {
  display: block;
  width: 21px;
  height: 21px;
  text-align: center;
}

.newsSection .linkBlock .pager ul li a:hover {
  opacity: 1;
  color: #eb6da5;
  text-decoration: underline;
}

.newsSection .linkBlock .pager ul li a.current {
  font-weight: bold;
  color: #fff;
  border-radius: 21px;
  background-color: #eb6da5;
}

.newsSection .linkBlock .pager ul li a.current:hover {
  opacity: 1;
  color: #fff;
  text-decoration: none;
}

.newsSection .linkBlock .pager ul li.prev a, .newsSection .linkBlock .pager ul li.next a {
  font-size: 15px;
  color: #eb6da5;
}

.newsSection .linkBlock .pager ul li.prev a:hover, .newsSection .linkBlock .pager ul li.next a:hover {
  opacity: 1;
  color: #666;
  text-decoration: underline;
}

.newsSection .linkBlock .btn {
  float: right;
  border: 1px solid #999999;
  width: 200px;
  height: 36px;
  box-sizing: border-box;
  position: relative;
  display: block;
  margin-right: 5px;
  background: #ffffff url(/assets/images/common/btn_select_category.png) right center no-repeat;
  overflow: hidden;
}

.newsSection .linkBlock .btn select {
  border: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  width: 230px;
  height: 34px;
  padding: 0 11px;
  font-size: 14px;
  /*background: #fbfbfb url(/assets/images/common/btn_select_category.png) right center no-repeat;*/
  background: none;
  display: inline-block;
}

.newsSection .linkBlock .btn select:focus {
  outline: 0;
}

.newsSection .listBlock {
  overflow: hidden;
}

.newsSection .listBlock a {
  position: relative;
  display: block;
}

.newsSection .listBlock a:hover:after {
  box-sizing: border-box;
  content: "";
  position: absolute;
  z-index: 50;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100%;
  background: url(/assets/images/top/bg_hover.png) center center;
  border: 1px solid #999;
  -webkit-transition: ease .3s;
  transition: ease .3s;
}

.newsSection .listBlock ul {
  position: relative;
  margin-right: -11px;
}

.newsSection .listBlock li {
  float: left;
  width: 280px;
  margin-right: 10px;
  margin-bottom: 30px;
}

.newsSection .listBlock li .pct {
  display: block;
  overflow: hidden;
  height: 158px;
  margin-bottom: 4px;
}

.newsSection .listBlock li .icon {
  display: block;
  width: 280px;
  height: 28px;
  text-indent: -9999px;
  margin-bottom: 15px;
}

.newsSection .listBlock li.cosme .icon {
  background: url(/assets/images/common/tag_cosme.png);
  background-size: 280px 28px;
}

.newsSection .listBlock li.event .icon {
  background: url(/assets/images/common/tag_event.png);
  background-size: 280px 28px;
}

.newsSection .listBlock li.food .icon {
  background: url(/assets/images/common/tag_food.png);
  background-size: 280px 28px;
}

.newsSection .listBlock li.kids .icon {
  background: url(/assets/images/common/tag_kids.png);
  background-size: 280px 28px;
}

.newsSection .listBlock li.ladies .icon {
  background: url(/assets/images/common/tag_ladies.png);
  background-size: 280px 28px;
}

.newsSection .listBlock li.fashion .icon {
  background: url(/assets/images/common/tag_fashion.png);
  background-size: 280px 28px;
}

.newsSection .listBlock li.living .icon {
  background: url(/assets/images/common/tag_living.png);
  background-size: 280px 28px;
}

.newsSection .listBlock li.mens .icon {
  background: url(/assets/images/common/tag_mens.png);
  background-size: 280px 28px;
}

.newsSection .listBlock li .text {
  display: block;
  height: 40px;
  color: #333;
  font-size: 14px;
  line-height: 1.5;
  padding: 0 9px;
}

.newsSection .listBlock li .dateplace {
  display: block;
  overflow: hidden;
  padding: 0 9px;
}

.newsSection .listBlock li .dateplace .date {
  box-sizing: border-box;
  float: left;
  display: block;
  width: 130px;
  height: 20px;
  font-size: 12px;
  line-height: 20px;
  color: #999999;
  padding-left: 25px;
  background: url(/assets/images/common/icon_calender.png) left center no-repeat;
  margin-top: 3px;
}

.newsSection .listBlock li .dateplace .place {
  box-sizing: border-box;
  float: right;
  display: block;
  width: 130px;
  height: 23px;
  font-size: 12px;
  line-height: 23px;
  color: #999999;
  padding-left: 25px;
}

.newsSection .listBlock li.cosme .dateplace .place {
  color: #ff67b7;
  background: url(/assets/images/common/icon_floor_cosme.png) left center no-repeat;
  background-size: 16px 23px;
}

.newsSection .listBlock li.event .dateplace .place {
  color: #F26FA6;
  background: url(/assets/images/common/icon_floor_event.png) left center no-repeat;
  background-size: 16px 23px;
}

.newsSection .listBlock li.food .dateplace .place {
  color: #ff9f00;
  background: url(/assets/images/common/icon_floor_food.png) left center no-repeat;
  background-size: 16px 23px;
}

.newsSection .listBlock li.kids .dateplace .place {
  color: #b2ce00;
  background: url(/assets/images/common/icon_floor_kids.png) left center no-repeat;
  background-size: 16px 23px;
}

.newsSection .listBlock li.ladies .dateplace .place, .newsSection .listBlock li.fashion .dateplace .place {
  color: #ff5065;
  background: url(/assets/images/common/icon_floor_ladies.png) left center no-repeat;
  background-size: 16px 23px;
}

.newsSection .listBlock li.living .dateplace .place {
  color: #49977a;
  background: url(/assets/images/common/icon_floor_living.png) left center no-repeat;
  background-size: 16px 23px;
}

.newsSection .listBlock li.mens .dateplace .place {
  color: #59a2d5;
  background: url(/assets/images/common/icon_floor_mens.png) left center no-repeat;
  background-size: 16px 23px;
}

.newsSection .listBlock li:last-child {
  margin-right: 0px;
}


/*-----------------------------------------------------
詳細
-------------------------------------------------------*/

.detailSection {
  width: 820px;
  margin: 0 auto;
  /*下部カコミ*/
  /*ボタン*/
  /*お店*/
}

.detailSection .entryBlock {
  overflow: hidden;
  margin-bottom: 15px;
}

.detailSection .entryBlock .pct {
  position: relative;
  margin-bottom: 30px;
}

.detailSection .entryBlock .pct .zoom {
  display: block;
  position: absolute;
  right: 10px;
  bottom: 10px;
  width: 40px;
  height: 40px;
  background: url(/assets/images/common/icon_expand.png);
}

.detailSection .entryBlock .pct.center {
  width: 370px;
  margin: 0 auto 30px;
}

.detailSection .entryBlock p {
  font-size: 16px;
  line-height: 1.8;
  margin-bottom: 30px;
}

.detailSection .entryBlock p a {
  color: #eb6da5;
  text-decoration: underline;
}

.detailSection .entryBlock p a:hover {
  opacity: 1;
  color: #666;
  text-decoration: underline;
}

.detailSection .entryBlock p small {
  display: block;
  line-height: 1.5;
}

.detailSection .entryBlock hr {
  height: 0;
  margin: 0;
  padding: 0;
  border: 0;
  border-top: 1px solid #ccc;
  margin-bottom: 35px;
}

.detailSection .entryBlock h3 {
  clear: both;
  border-left: 3px solid #ff78a1;
  font-size: 24px;
  line-height: 1.2;
  font-weight: bold;
  padding-left: 24px;
  margin-bottom: 30px;
}

.detailSection .entryBlock .fr {
  float: right;
  margin-left: 45px;
}

.detailSection .infoBlock {
  position: relative;
  padding: 20px 28px 1px;
  border: 1px solid #f4d2d2;
  margin-bottom: 15px;
}

.detailSection .infoBlock dl {
  overflow: hidden;
  font-size: 14px;
  line-height: 24px;
  margin-bottom: 20px;
}

.detailSection .infoBlock dl dt {
  float: left;
  /*width: 65px;*/
  padding-right: 12px;
  text-align: right;
  border-right: 1px solid #b6b6b6;
  margin-right: 12px;
}

.detailSection .infoBlock dl dd {
  float: left;
  width: 670px;
}

.detailSection .infoBlock dl dd a {
  color: #eb6da5;
  text-decoration: underline;
}

.detailSection .infoBlock dl dd a:hover {
  color: 666;
  text-decoration: underline;
}

.detailSection .infoBlock .bg {
  position: absolute;
  top: -13px;
  left: 0px;
  width: 100%;
  height: 13px;
  background: url(/assets/images/news/bg_balloon.png) center center no-repeat;
}

.detailSection .shoppingBtn {
  margin-bottom: 15px;
}

.detailSection .shoppingBtn a {
  box-sizing: border-box;
  display: block;
  font-size: 14px;
  line-height: 40px;
  text-align: center;
  color: #666666;
  width: 260px;
  height: 40px;
  background: url(/assets/images/common/icon_cart.png) 20px center no-repeat;
  border: 1px solid #f1f1f1;
}

.detailSection .shoppingBtn a:hover {
  border: 1px solid #eb6da5;
}

.detailSection .shoppingBtn a span {
  display: block;
  width: 260px;
  height: 40px;
  background: url(/assets/images/common/icon_blank.png) 226px center no-repeat;
}

.detailSection .shopBlock {
  overflow: hidden;
  box-sizing: border-box;
  height: 40px;
  font-size: 12px;
  border: 1px solid #f1f1f1;
}

.detailSection .shopBlock .title {
  float: left;
  width: 184px;
  height: 40px;
  line-height: 40px;
  text-align: center;
  background-color: #f1f1f1;
}

.detailSection .shopBlock ul {
  overflow: hidden;
  padding: 7px 0 0 10px;
}

.detailSection .shopBlock ul li {
  float: left;
  width: 120px;
  height: 26px;
  line-height: 26px;
  text-align: center;
  margin-right: 4px;
  color: #999999;
  background-color: #f1f1f1;
  border-radius: 3px;
}

.detailSection .shopBlock ul li.current {
  color: #fff;
  background-color: #ff78a1;
}


/*高見さん作成分（scss外）↓*/

.detailSection .infoBlock {
  position: relative;
  padding: 20px 28px 1px;
  border: 1px solid #f4d2d2;
  margin-bottom: 15px;
}

.detailSection .infoBlock dl {
  overflow: hidden;
  font-size: 14px;
  line-height: 1.2;
  margin-bottom: 20px;
}

.detailSection .infoBlock dl dt {
  border-right: 1px solid #b6b6b6;
  line-height: 1.2;
  margin-right: 12px;
}

.detailSection .infoBlock dl dd {
  float: left;
  width: 670px;
}

.detailSection .infoBlock dl dd a {
  color: #eb6da5;
  text-decoration: underline;
}

.detailSection .infoBlock dl dd a:hover {
  color: #666;
}

.detailSection .infoBlock .bg {
  position: absolute;
  top: -13px;
  left: 0px;
  width: 100%;
  height: 13px;
  background: url(/assets/images/news/bg_balloon.png) center center no-repeat;
}

.detailSection .shoppingBtn {
  margin-bottom: 15px;
}

.detailSection .shoppingBtn a {
  box-sizing: border-box;
  display: block;
  font-size: 14px;
  line-height: 40px;
  text-align: center;
  color: #666666;
  width: 260px;
  height: 40px;
  background: url(/assets/images/common/icon_cart.png) 20px center no-repeat;
  border: 1px solid #f1f1f1;
}

.detailSection .shoppingBtn a:hover {
  border: 1px solid #eb6da5;
}

.detailSection .shoppingBtn a span {
  display: block;
  width: 260px;
  height: 40px;
  background: url(/assets/images/common/icon_blank.png) 226px center no-repeat;
}

.detailSection .shopBlock {
  overflow: hidden;
  box-sizing: border-box;
  height: 40px;
  font-size: 14px;
  line-height: 1.2;
  border: 1px solid #f1f1f1;
}

.detailSection .shopBlock .title {
  float: left;
  width: 184px;
  height: 40px;
  line-height: 40px;
  text-align: center;
  background-color: #f1f1f1;
}

.detailSection .shopBlock ul {
  overflow: hidden;
  padding: 7px 0 0 10px;
}

.detailSection .shopBlock ul li {
  float: left;
  width: 120px;
  height: 26px;
  text-align: center;
  margin-right: 4px;
  color: #999999;
  background-color: #f1f1f1;
  border-radius: 3px;
}

.detailSection .shopBlock ul li.current {
  color: #fff;
  background-color: #ff78a1;
}

.detailSection .eventBlock .title {
  font-size: 24px;
  color: #eb6da5;
  font-weight: 700;
  line-height: 26px;
}

.detailSection .eventBlock p {
  margin-bottom: 15px;
}

.detailSection .eventBlock .subTitle {
  border-top: 1px solid #eeeeee;
  padding-top: 20px;
  font-size: 18px;
  line-height: 18px;
  font-weight: 500;
  margin-bottom: 40px;
}

.detailSection .tableBlock {
  margin-bottom: 30px;
}

.detailSection .tableBlock .title {
  overflow: hidden;
  font-size: 16px;
  padding-left: 16px;
  background: url(/assets/images/brand/icon_title.png) left 4px no-repeat;
  border-bottom: 1px solid #eb6da5;
  padding-bottom: 5px;
  margin-bottom: 20px;
}

.detailSection .tableBlock .title.clrBK {
  overflow: hidden;
  font-size: 16px;
  color: #333;
  font-weight: normal;
  background: url(/assets/images/floor/icon_pink.png) left 4px no-repeat;
  border-bottom: 1px solid #eb6da5;
  padding-left: 16px;
  padding-bottom: 8px;
  margin-bottom: 15px;
}

.detailSection .tableBlock .title .link {
  float: right;
  width: 200px;
  text-align: right;
  font-size: 12px;
}

.detailSection .tableBlock .title .link a {
  display: inline-block;
  color: #eb6da5;
}

.detailSection .tableBlock .title .link a:hover {
  color: #555;
  opacity: 1;
  text-decoration: underline;
}

.detailSection .tableBlock table {
  width: 800px;
  font-size: 14px;
  margin: 0 auto;
  border-top: 1px solid #d0d0d0;
  border-left: 1px solid #d0d0d0;
}

.detailSection .tableBlock table th {
  text-align: center;
  color: #fff;
  padding: 13px 0;
  border-right: 1px solid #d0d0d0;
  border-bottom: 1px solid #d0d0d0;
  background-color: #eb6da5;
}

.detailSection .tableBlock table th:nth-child(1) {
  width: 75px;
}

.detailSection .tableBlock table th:nth-child(2) {
  width: 284px;
}

.detailSection .tableBlock table th:nth-child(3) {
  width: 284px;
}

.detailSection .tableBlock table th:nth-child(2n) {
  background-color: #afafaf;
}

.detailSection .tableBlock table td {
  box-sizing: border-box;
  padding: 13px 15px;
  border-right: 1px solid #d0d0d0;
  border-bottom: 1px solid #d0d0d0;
}

.detailSection .tableBlock table td:nth-child(1) {
  text-align: center;
}

.detailSection .tableBlock table td a {
  color: #eb6da5;
}

.detailSection .tableBlock table td a:hover {
  color: #333;
  text-decoration: underline;
}

.detailSection .tableBlock table tr:nth-child(2n+1) td {
  background-color: #fff7fb;
}
