@charset "utf-8";

.bx-controls-direction .bx-prev {
  background-image: url(../../images/common/arrow_black_l_left.png) !important;
  background-position: left top !important;
  left: -60px !important;
  width: 60px !important;
  height: 60px !important;
}

.bx-controls-direction .bx-next {
  background-image: url(../../images/common/arrow_black_l_right.png) !important;
  background-position: left top !important;
  right: -60px !important;
  width: 60px !important;
  height: 60px !important;
}

/* インフォメーションアイコン高さ異常対応
.bx-wrapper img {
  height: auto;
}
*/

.shop_mainImg {
  margin-bottom: 50px;
}

.shop_mainImg img {
  width: 100%;
  height: auto;
}

.contents {
  display: table;
  width: 1000px;
  padding: 40px 0;
  box-sizing: border-box;
  margin: 0 auto;
  table-layout: fixed;
}
#layout.shoptop5 .contents {
  padding: 0;
}


/*side*/
.sideArea {
  display: table-cell;
  width: 200px;
  vertical-align: top;
}
#layout.shoptop5 .sideArea {
  padding-right: 40px;
}
.sideList {
  margin-bottom: 30px;
}

.sideList dt {
  font-size: 17px;
  margin-bottom: 5px;
}

.sideList dd {
  font-size: 12px;
}

.sideList dd > a {
  display: block;
  padding: 10px;
}

.sideList dd a:hover {
  background: #9b9b9b;
  text-decoration: none;
  color: #fff;
}

.sideList ul {
  margin-left: 10px;
}

.sideList li {
  display: inline-block;
  border: 1px solid #000;
  margin: 5px 3px;
}

.sideList li a {
  position: relative;
  display: inline-block;
}

.sideList li a:hover {
  opacity: .7;
}

.noColor a:before {
  content: "×";
  color: #fff;
  font-weight: bold;
  background: #676767;
  width: 16px;
  height: 16px;
  border-radius: 8px;
  display: inline-block;
  text-align: center;
  line-height: 16px;
  position: absolute;
  top: -8px;
  right: -8px;
}

/*main*/
.mainArea {
  display: table-cell;
  vertical-align: top;
  padding-left: 25px;
}

.pageTitle {
  font-size: 28px;
  margin-bottom: 10px;
  font-weight: normal;
}

.readText {
  font-size: 14px;
  line-height: 1.4;
  margin-bottom: 50px;
}

/*a*/
.speciallist {
  display: table;
  width: 100%;
  margin-bottom: 50px;
}

.speciallist a:hover {
  text-decoration: none;
  opacity: .7;
}

.speciallist img {
  max-width: 100%;
  height: auto;
}

.speciallistBox {
  display: table-cell;
  vertical-align: top;
  width: 493px;
}

.speciallistBox_left {
  overflow: hidden;
}
.speciallistBox .btnBox {
  text-align: right;
}

.speciallistBox_main {
  position: relative;
  float: left;
  width: 300px;
  height: 400px;
  overflow: hidden;
}

.speciallistBox_main span {
  display: block;
  position: relative;
}

.speciallistBox_main span:before {
  content: "";
  width: 100%;
  height: 100%;
  display: block;
  background: rgba(0,0,0,.3);
  position: absolute;
  top: 0;
  left:0;
  z-index: 1;
}

.speciallistBox_main p {
  position: absolute;
  top: 0;
  left: 0;
  line-height: 1.5;
  font-size: 14px;
  color: #fff;
  padding: 30px;
  z-index: 2;
}

.speciallistBox_sub li {
  width: 193px;
  height: 200px;
  overflow: hidden;
}

.lookbook {
  display: table-cell;
  vertical-align: top;
  padding-left: 30px;
}

.boxTitle {
  font-size: 220%;
  font-weight: normal;
  margin-bottom: 20px;
  letter-spacing: 1px;
}

/*コーディネート*/
.coordinate {
  margin-bottom: 50px;
}

.coordinate_list {
  overflow: hidden;
}

.coordinate_list li {
  float: left;
  margin-right: 25px;
}

.coordinate_list li:last-child {
  margin-right: 0;
}

.coordinate_list li img {
  display: inline-block;
  max-width: 100%;
  height: auto;
}

.coordinate_list li a {
  display: block;
}

.coordinate_list li a:hover {
  opacity: .7;
}

.coordinate_data {
  text-align: right;
  padding: 8px;
}


/*new*/
.NewItem,
.RankItem {
  margin-bottom: 50px;
}

.item_list {
  overflow: hidden;
}

.item_list li {
  float: left;
  width: 160px;
  margin: 0 30px 30px 0;
  font-size: 12px;
  line-height: 1.5;
}

.item_list li:nth-child(4n+4) {
  margin-right: 0;
}

.item_list .img {
  margin-bottom: 5px;
}

.item_list .img img {
  max-width: 100%;
  height: 18;
}


.item_list a {
  display: block;
  position: relative;
}

.item_list li a:hover {
  opacity: .7;
  text-decoration: none;
}

.item_list li a:hover p {
  text-decoration: underline;
}

/*
.RankItem li:nth-child(1) a:before {
  content: "1";
  display: inline-block;
  width: 30px;
  height: 30px;
  color: #000;
  background: #DAC498;
  border-radius: 15px;
  font-size: 23px;
  text-align: center;
  line-height: 30px;
  position: absolute;
  top: 10px;
  left: 10px;
}

.RankItem li:nth-child(2) a:before {
  content: "2";
  display: inline-block;
  width: 30px;
  height: 30px;
  color: #000;
  background: #CACACA;
  border-radius: 15px;
  font-size: 23px;
  text-align: center;
  line-height: 30px;
  position: absolute;
  top: 10px;
  left: 10px;
}

.RankItem li:nth-child(3) a:before {
  content: "3";
  display: inline-block;
  width: 30px;
  height: 30px;
  color: #000;
  background: #BE9379;
  border-radius: 15px;
  font-size: 23px;
  text-align: center;
  line-height: 30px;
  position: absolute;
  top: 10px;
  left: 10px;
}

.RankItem li:nth-child(4) a:before {
  content: "4";
  display: inline-block;
  width: 30px;
  height: 30px;
  color: #000;
  background: #808080;
  border-radius: 15px;
  font-size: 23px;
  text-align: center;
  line-height: 30px;
  position: absolute;
  top: 10px;
  left: 10px;
}
*/

.shopPage #recentlyInner {
  width: auto !important;
  margin: 0;
}

.recommend {
  margin-bottom: 50px;
}

/*B*/
.speciallistOne {
  margin-bottom: 50px;
}

.speciallistOne_In {
  position: relative;
}

.speciallistOne_In a {
  display: block;
}

.speciallistOne_In a:hover {
  opacity: .7;
  text-decoration: none;
}

.speciallistOne_In span {
  display: block;
}

.speciallistOne_In p {
  position: absolute;
  right: 35px;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  width: 45%;
  font-size: 14px;
  color: #fff;
  line-height: 1.5;
}

.speciallistOne_In img {
  max-width: 100%;
  height: auto;
}

/*C*/
.speciallistCol {
  margin-bottom: 50px;
}

.speciallistCol_In {
  position: relative;
  height: 736px;
}

.speciallistCol_In img {
  max-width: 100%;
  height: auto;
}

.speciallistCol_In a {
  display: block;
}

.speciallistCol_In a:hover {
  opacity: .7;
  text-decoration: none;
}

.col1 {
  position: absolute;
  top: 0;
  left: 0;
  width: 488px;
  height: 490px;
  overflow: hidden;
}

.col1_in {
  position: relative;
}

.col1_in p {
  position: absolute;
  padding: 0 35px;
  width: 100%;
  box-sizing: border-box;
  top: 25%;
  color: #fff;
  font-size: 14px;
  line-height: 1.5;
}

.col1_in span {
  position: relative;
  display: block;
}

.col1_in span:before {
  content: "";
  width: 100%;
  height: 100%;
  display: block;
  background: rgba(0,0,0,.3);
  position: absolute;
  top: 0;
  left:0;
  z-index: 1;
}


.col1_in p {
  z-index: 2;
}

.col2 {
  position: absolute;
  top: 490px;
  left: 0;
  width: 244px;
  height: 246px;
  overflow: hidden;
}

.col3 {
  position: absolute;
  top: 490px;
  left: 244px;
  width: 244px;
  height: 246px;
  overflow: hidden;
}

.col4 {
  position: absolute;
  top: 0;
  right: 0;
  width: 246px;
  height: 245px;
  overflow: hidden;
}

.col5 {
  position: absolute;
  top: 245px;
  right: 0;
  width: 247px;
  height: 492px;
  overflow: hidden;
}

.blockBox {
  display: table;
  width: 100%;
  table-layout: fixed;
  margin-bottom: 50px;
}

.blockBox_item {
  display: table-cell;
  vertical-align: top;
  width: 35%;
  padding-right: 30px;
}

.blockBox_item img {
  max-width: 100%;
  height: auto;
  display: inline-block;
}

.blockBox_item a {
  display: inline-block;
}

.blockBox_item:last-child {
  padding-right: 0;
  width: 30%;
}

.blockBox_item_data {
  display:block;
  text-align: right;
  margin: 8px;
}

.storyBox {
  margin-bottom: 50px;
}

.storyBoxIn {
  overflow: hidden;
}

.storyBox_img {
  display: block;
  float: left;
  width:30%;
}

.storyBox_img img {
  max-width: 100%;
  height: auto;
}

.storyBox_news {
  margin-left: 30%;
  padding-left: 30px;
}

.storyBoxIn .btnBox {
  text-align: right;
}

.storyBox .imgChangeBox {
	position: relative;
	width: 221px;
	height: 264px;
}
.storyBox .imgChangeBox .imgChangeBoxSingle {
	position: absolute;
	left: 0px;
	top: 0px;
	display: none;
}
