@charset "Shift-JIS";
/*========================================================================
 * agnesb.cssにおけるリニューアル型と現行型の差分を埋める
 *
 *========================================================================*/
/* -------------------------------------
 *
 * base
 *
------------------------------------- */

#rower-content {
    font-family:  Helvetica, "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro W3", Meiryo, "メイリオ", "ＭＳ Ｐゴシック",Osaka,sans-serif;
}



/* -------------------------------------
 *
 * helper
 *
------------------------------------- */
/* text decolation */
.textNormal {
  font-weight: normal !important;
}

.textBold {
  font-weight: bold !important;
}

.textUnderline {
  text-decoration: underline !important;
}

.textNote {
  padding-left: 1em;
  text-indent: -1em;
}

/* text color */
.textColor01 {
  color: #666 !important;
}

.textColor02 {
  color: #333 !important;
}

.textColor03 {
  color: #231815 !important;
}

.textColor04 {
  color: #c10808 !important;
}

/* element position */
.elementLeft {
  text-align: left !important;
}

.elementCenter {
  text-align: center !important;
}

.elementRight {
  text-align: right !important;
}

.elementTop {
  vertical-align: top !important;
}

.elementMiddle {
  vertical-align: middle !important;
}

.elementBottom {
  vertical-align: bottom !important;
}

/* margin bottom */
.mb0 {
  margin-bottom: 0 !important;
}

.mb5 {
  margin-bottom: 5px !important;
}

.mb10 {
  margin-bottom: 10px !important;
}

.mb15 {
  margin-bottom: 15px !important;
}

.mb20 {
  margin-bottom: 20px !important;
}

.mb25 {
  margin-bottom: 25px !important;
}

.mb30 {
  margin-bottom: 30px !important;
}

.mb35 {
  margin-bottom: 35px !important;
}

.mb40 {
  margin-bottom: 40px !important;
}

.mb45 {
  margin-bottom: 45px !important;
}

.mb50 {
  margin-bottom: 50px !important;
}

/* -------------------------------------
 *
 * layout
 *
------------------------------------- */
/* -------------------------------------
 * page
------------------------------------- */


/* -------------------------------------
 * header
------------------------------------- */

/* -------------------------------------
 * nav
------------------------------------- */

/* -------------------------------------
 * main
------------------------------------- */
/* wrapper */
#wrapper.a{
  color: #231815;
  text-decoration: none;
}

#wrapper.a:hover,
#wrapper.a:active,
#wrapper.a:focus {
  color: #231815;
  text-decoration: none;
}

#wrapper.a,
#wrapper.input[type="submit"] {
  -webkit-transition: opacity .2s;
  transition: opacity .2s;
}
#wrapper.a:hover,
#wrapper.input[type="submit"]:hover {
  opacity: .7;
}
#wrapper {
	width: 100%;
	min-height: 520px;
	-webkit-text-size-adjust: 100%;
	background: #fff;
	color: #101010;
	line-height: 1;
	font-family: Helvetica, "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro W3", Meiryo, "メイリオ", "ＭＳ Ｐゴシック",Osaka,sans-serif;
	font-size: 13px;
}
@media screen and (max-width: 961px) {
  #wrapper {
    min-height: 300px;
    margin-top: 30px;
  }
}

#breadcrumbs + #wrapper {
  padding-top: 0;
}

/* content */
#content {
  clear: both;
  margin: 0 auto;
}

/* wide wrapper */
#wrapper.wideContainer {
  max-width: none;
  margin-right: 0;
  margin-left: 0;
}

#wrapper.wideContainer #content {
  width: 980px;
}
@media screen and (max-width: 961px) {
  #wrapper.wideContainer #content {
    width: 100%;
  }
}

/* noTopMargin */
#wrapper.noTopMargin {
    margin-top: 14px;
}

/* killFooterMargin */
#wrapper.killFooterMargin {
  margin-bottom: -80px;
}
@media screen and (max-width: 961px) {
  #wrapper.killFooterMargin {
    margin-bottom: 0;
  }
}

/* contentInner */
@media screen and (max-width: 961px) {
  .contentInner {
    width: 100%;
    padding-right: 15px;
    padding-left: 15px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
  }
}

/* fullContents */
.fullContents {
  width: 100%;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

/* -------------------------------------
 * footer
------------------------------------- */

/* -------------------------------------
 * headInfo
------------------------------------- */
.headInfo {
    background: #363636;
    padding: 9px 0px;
}
@media screen and (max-width: 961px) {
  .headInfo {
    margin-left: -15px;
    font-size: 12px;
  }

  .headInfo {
    background: #000000;
    padding: 0px 0px;
  }

}

.headInfo a {
  color: #fff;
}

.headInfo .inner {
  position: relative;
  max-width: 980px;
  margin: 0 auto;
  padding: 0 40px 0 20px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

.headInfo .headInfoItem dt {
  float: left;
  margin: 17px 15px 0 0;
  padding: 0 15px 0 0;
  border-right: #595959 1px solid;
}

.headInfo .headInfoItem dd {
  overflow: hidden;
  margin: 15px 0 0;
  text-align: center;
}

.headInfo .headInfoItem a {
  display: block;
    color: #fff;
    text-decoration: underline;
}

.headInfo .close {
  position: absolute;
  right: 5px;
  top: -2px;
  width: 24px;
  height: 24px;
  background: url(../images/agnesb/common/com_ic12.png) no-repeat 50% 50%;
  background-size:80%;
  cursor: pointer;
}

/* hasHeadInfo */
.hasHeadInfo #header {
  height: 165px;
}
@media screen and (max-width: 961px) {
  .hasHeadInfo #header {
    height: 110px;
  }

	.headInfo .close {
	right: 10px;
	top: 10px;
	background-size:70%;
  }
}

@media screen and (max-width: 961px) {
  .hasHeadInfo #wrapper {
    padding-top: 110px;
  }
}

/* -------------------------------------
 *
 * module
 *
------------------------------------- */
/* -------------------------------------
 * common module
------------------------------------- */
/* effect01 */
.effect01 {
  display: inline-block;
  overflow: hidden;
}

.effect01 > .inner {
  position: relative;
  display: inline-block;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

.effect01 > .inner:before {
  position: absolute;
  top: 100%;
  content: attr(data-hover);
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}
@media screen and (max-width: 961px) {
  .effect01 > .inner:before {
    display: none;
  }
}

.effect01:hover > .inner,
.effect01:focus > .inner {
  -webkit-transform: translateY(-100%);
  -ms-transform: translateY(-100%);
  transform: translateY(-100%);
}
@media screen and (max-width: 961px) {
  .effect01:hover > .inner,
  .effect01:focus > .inner {
    -webkit-transform: none;
    -ms-transform: none;
    transform: none;
  }
}

.effect01.active:hover > .inner,
.effect01.active:focus > .inner {
  -webkit-transform: translateY(0);
  -ms-transform: translateY(0);
  transform: translateY(0);
}
@media screen and (max-width: 961px) {
  .effect01.active:hover > .inner,
  .effect01.active:focus > .inner {
    -webkit-transform: none;
    -ms-transform: none;
    transform: none;
  }
}

/* centeringContents */
.centeringContents {
  clear: both;
  max-width: 1280px;
  min-width: 980px;
  margin: 0 auto;
  padding: 0 20px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
@media screen and (max-width: 961px) {
  .centeringContents {
    min-width: 0;
  }
}

/* layoutCol */
.layoutCol {
  clear: both;
}

.layoutCol .subCol {
  float: left;
  width: 144px;
  margin: 0 36px 0 0;
}
@media screen and (max-width: 961px) {
  .layoutCol .subCol {
    float: none;
    width: 100%;
    margin: 0;
  }
}

.layoutCol .mainCol {
  width: 880px;
    box-sizing: content-box;
    display: table-cell;
    padding-left: 140px;
    vertical-align: top;
}
.layoutCol .mainCol .search_heading {
font-size: 21px;
}
.layoutCol .mainCol .search_results {
    margin-bottom: 18px;
}
@media screen and (max-width: 961px) {
  .layoutCol .mainCol {
  	width:100%;
  	display:block;
    margin: 20px 0 0;
    padding-left: 0px;
  }
}

/* subNav */
.subNav {
  font-size: 13px;
}

.subNav .category li {
  margin: 11px 0 0;
}

.subNav .category li:first-child {
  margin-top: 0;
}

.subNav .category li.current {
  font-weight: bold;
}

.subNav .category li.break {
  margin: 20px 0 0;
  padding: 20px 0 0;
  border-top: #ddd 1px solid;
}

.subNav .category li.newArrivals {
  font-family: "Cardo", serif;
}

.subNav .sort {
  width: 100%;
  margin: 20px 0 0;
  padding: 23px 0 0;
  border-top: #ddd 1px solid;
  font-family: "Cardo", serif;
  line-height: 1;
}
@media screen and (max-width: 961px) {
  .subNav .sort {
    width: auto;
  }
}

.subNav .sort dt {
  float: left;
  width: 55px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  color: #9eb2c8;
}
@media screen and (max-width: 961px) {
  .subNav .sort dt {
    width: 45px;
    margin: 0 10px 0 0;
    border-right: #ddd 1px solid;
    color: #231815;
  }
}

.subNav .sort dd {
  padding: 0 0 0 55px;
}

.subNav .sort .sortList {
  position: relative;
}

.subNav .sort .sortList .display {
  display: inline-block;
  font-weight: bold;
  cursor: pointer;
}

.subNav .sort .sortList .display a {
  position: relative;
}

.subNav .sort .sortList .display a:after {
  content: "\25BC";
  position: relative;
  top: -1px;
  display: inline-block;
  margin: 0 0 0 7px;
  font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, sans-serif;
  color: #a0a0a0;
  font-size: 8px;
}

.subNav .sort .sortList .sortAllList {
  display: none;
  position: absolute;
  top: 100%;
  left: 0;
  z-index: 10;
  margin: 5px 0 0;
  padding: 10px 15px;
  background-color: #fff;
  border: #ddd 1px solid;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  line-height: 1.5;
}
@media screen and (max-width: 961px) {
  .subNav .sort .sortList .sortAllList {
    right: 0;
    left: auto;
  }
}

.subNav .sort .sortList .sortAllList li {
  float: none;
  margin: 10px 0 0;
  padding: 0;
  border: none;
  font-family: "Cardo", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, sans-serif;
  line-height: 1.25;
}

.subNav .sort .sortList .sortAllList li:first-child {
  margin-top: 0;
}

.subNav .sort .typeList li {
  float: left;
  margin: 0 0 0 11px;
  padding: 0 0 0 11px;
  border-left: #ddd 1px solid;
}

.subNav .sort .typeList li:first-child {
  margin-left: 0;
  padding-left: 0;
  border-left: none;
}

.subNav .sort .typeList li.current {
  font-weight: bold;
}

@media screen and (max-width: 961px) {
  .subNav .category,
  .subNav .sort.type {
    display: none;
  }
}

@media screen and (max-width: 961px) {
  .subNav .sort.select {
    float: right;
    border-top: none;
    margin: 0;
    padding: 0;
  }
}

/* -------------------------------------
 * top module
------------------------------------- */
/* topBlock */
.topBlock {
  clear: both;
}

.topBlock .topBox {
  position: relative;
  float: left;
}

.topBlock .topBox.fullBox {
  width: 100%;
}

.topBlock .topBox.halfBox {
  width: 50%;
}
@media screen and (max-width: 961px) {
  .topBlock .topBox.halfBox {
    width: 100%;
  }
}

.topBlock .topBox.quarterBox {
  width: 25%;
}
@media screen and (max-width: 961px) {
  .topBlock .topBox.quarterBox {
    width: 50%;
  }
}

.topBlock .topBox a {
  display: block;
}

.topBlock .topBox .coverImage {
  width: 100%;
}

.topBlock .topBox .coverImage.largeImage {
  display: block;
}
@media screen and (max-width: 961px) {
  .topBlock .topBox .coverImage.largeImage {
    display: none;
  }
}

.topBlock .topBox .coverImage.smallImage {
  display: none;
}
@media screen and (max-width: 961px) {
  .topBlock .topBox .coverImage.smallImage {
    display: block;
  }
}

.topBlock .topBox .coverImage .transparentImage {
  -ms-filter: "alpha( opacity=0 )";
  opacity: 0;
}

/* textBox01 */
.topBlock .topBox .textBox01 {
  position: absolute;
  top: 50%;
  width: 295px;
  height: 200px;
  margin: -100px 0 0;
  border-top: #2e2d2b 1px solid;
  border-bottom: #2e2d2b 1px solid;
  border-top: rgba(46, 45, 43, 0.25) 1px solid;
  border-bottom: rgba(46, 45, 43, 0.25) 1px solid;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  font-family: "Cardo", serif;
  text-align: center;
}
@media screen and (max-width: 961px) {
  .topBlock .topBox .textBox01 {
    top: auto;
    bottom: 30px;
    left: 50%;
    width: 72%;
    height: 100px;
    margin: 0 0 0 -36%;
  }
}

.topBlock .topBox .textBox01.textRightBox {
  right: 55px;
}
@media screen and (max-width: 961px) {
  .topBlock .topBox .textBox01.textRightBox {
    right: auto;
  }
}

.topBlock .topBox .textBox01.textLeftBox {
  left: 55px;
}
@media screen and (max-width: 961px) {
  .topBlock .topBox .textBox01.textLeftBox {
    left: 50%;
  }
}

.topBlock .topBox .textBox01.textCenterBox {
  left: 50%;
  width: 350px;
}
@media screen and (max-width: 961px) {
  .topBlock .topBox .textBox01.textCenterBox {
    width: 72%;
  }
}

.topBlock .topBox .textBox01 .title {
  margin: 0;
  padding: 50px 0;
  font-size: 26px;
  font-weight: normal;
}
@media screen and (max-width: 961px) {
  .topBlock .topBox .textBox01 .title {
    font-size: 22px;
    padding: 15px 0;
  }
}

.topBlock .topBox .textBox01 .sub {
  margin: 0;
  padding: 15px 0;
  border-top: #2e2d2b 1px solid;
  border-top: rgba(46, 45, 43, 0.25) 1px solid;
  font-size: 18px;
  font-style: italic;
  font-weight: normal;
}
@media screen and (max-width: 961px) {
  .topBlock .topBox .textBox01 .sub {
    font-size: 16px;
    padding: 5px 0;
  }
}

.topBlock .topBox .textBox01 .sub .icon {
  position: relative;
  display: inline-block;
  padding: 0 0 0 15px;
}

.topBlock .topBox .textBox01 .sub .icon:before {
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  width: 0;
  height: 0;
  margin: -4px 0 0;
  border: transparent 4px solid;
  border-left-color: #231815;
  border-left-color: rgba(35, 24, 21, 0.6);
}

/* textBox02 */
.topBlock .topBox .textBox02 {
  position: absolute;
  top: 10%;
  left: 50%;
  width: 250px;
  height: 70px;
  margin: 0 0 0 -125px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  font-family: "Cardo", serif;
  text-align: center;
}
@media screen and (max-width: 1280px) {
  .topBlock .topBox .textBox02 {
    top: 5%;
  }
}
@media screen and (max-width: 961px) {
  .topBlock .topBox .textBox02 {
    top: 8%;
  }
}

.topBlock .topBox .textBox02 .title {
  margin: 0;
  font-size: 18px;
  font-weight: normal;
}
@media screen and (max-width: 1280px) {
  .topBlock .topBox .textBox02 .title {
    font-size: 16px;
  }
}

.topBlock .topBox .textBox02 .sub {
  position: relative;
  margin: 10px 0 0;
  padding: 10px 0 0;
  font-size: 14px;
  font-style: italic;
  font-weight: normal;
}
@media screen and (max-width: 1280px) {
  .topBlock .topBox .textBox02 .sub {
    margin: 7px 0 0;
    padding: 7px 0 0;
  }
}

.topBlock .topBox .textBox02 .sub:before {
  content: "";
  position: absolute;
  top: 0;
  left: 50%;
  width: 120px;
  height: 1px;
  margin: 0 0 0 -60px;
  background-color: #2e2d2b;
  background-color: rgba(46, 45, 43, 0.25);
}

.topBlock .topBox .textBox02 .sub .icon {
  position: relative;
  display: inline-block;
  padding: 0 0 0 15px;
}

.topBlock .topBox .textBox02 .sub .icon:before {
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  width: 0;
  height: 0;
  margin: -4px 0 0;
  border: transparent 4px solid;
  border-left-color: #231815;
  border-left-color: rgba(35, 24, 21, 0.6);
}

/* whiteText */
@media screen and (min-width: 769px) {
  .topBlock .topBox .textBox01.whiteText,
  .topBlock .topBox .textBox02.whiteText {
    color: #fff;
    border-color: #fff;
    border-color: rgba(255, 255, 255, 0.4);
  }
  .topBlock .topBox .textBox01.whiteText .sub,
  .topBlock .topBox .textBox02.whiteText .sub {
    border-color: #fff;
    border-color: rgba(255, 255, 255, 0.4);
  }
  .topBlock .topBox .textBox01.whiteText .sub .icon:before,
  .topBlock .topBox .textBox02.whiteText .sub .icon:before {
    border-left-color: #fff;
    border-left-color: rgba(255, 255, 255, 0.8);
  }
}

/* smallWhiteText */
@media screen and (max-width: 961px) {
  .topBlock .topBox .textBox01.smallWhiteText,
  .topBlock .topBox .textBox02.smallWhiteText {
    color: #fff;
    border-color: #fff;
    border-color: rgba(255, 255, 255, 0.4);
  }
  .topBlock .topBox .textBox01.smallWhiteText .sub,
  .topBlock .topBox .textBox02.smallWhiteText .sub {
    border-color: #fff;
    border-color: rgba(255, 255, 255, 0.4);
  }
  .topBlock .topBox .textBox01.smallWhiteText .sub .icon:before,
  .topBlock .topBox .textBox02.smallWhiteText .sub .icon:before {
    border-left-color: #fff;
    border-left-color: rgba(255, 255, 255, 0.8);
  }
}

/* -------------------------------------
 * modal
------------------------------------- */
/* modal */
.modal {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 10000;
  width: 100%;
  height: 100%;
  padding: 20px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

.modal .modalBg {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 9999;
  width: 100%;
  height: 100%;
  background: url(../images/agnesb/common/com_bg03.png);
}

.modal .modalContents {
  position: absolute;
  top: 50%;
  left: 50%;
  z-index: 10001;
  display: table;
  width: 580px;
  height: 380px;
  margin: -190px 0 0 -290px;
  padding: 20px 100px;
  background-color: #fff;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
@media screen and (max-width: 961px) {
  .modal .modalContents {
    width: 90%;
    min-width: 280px;
    height: 330px;
    margin: 0;
    padding: 10px 20px;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
  }
}

.modal .modalContents > .inner {
  display: table-cell;
  vertical-align: middle;
}

.modal .modalContents .title {
  padding: 25px 10px;
  border-top: #c5c3c4 1px solid;
  border-bottom: #c5c3c4 1px solid;
  font-family: "Cardo", serif;
  font-size: 26px;
  text-align: center;
}
@media screen and (max-width: 961px) {
  .modal .modalContents .title {
    padding: 15px 10px;
    font-size: 20px;
  }
}

.modal .modalContents .description {
  padding: 25px 10px;
  font-size: 13px;
  line-height: 2;
  text-align: center;
}
@media screen and (max-width: 961px) {
  .modal .modalContents .description {
    line-height: 1.8;
  }
}

.modal .modalContents .btn a {
  display: block;
  padding: 15px;
  background-color: #3d3431;
  color: #fff;
  font-size: 16px;
  text-align: center;
}
@media screen and (max-width: 961px) {
  .modal .modalContents .btn a {
    padding: 10px;
    font-size: 14px;
  }
}

.modal .modalContents .close {
  position: absolute;
  top: -40px;
  right: 0;
  width: 20px;
  height: 21px;
  background: url(../images/agnesb/common/com_ic15.png) no-repeat 50% 50%;
  cursor: pointer;
  -webkit-transition: opacity .2s;
  transition: opacity .2s;
}

.modal .modalContents .close:hover {
  opacity: .7;
}

/* -------------------------------------
 * detail module
------------------------------------- */
/* detailBlock */
.detailBlock {
  clear: both;
  display: table;
  width: 100%;
}

.detailBlock .thumbnailListBox {
  width: 10%;
  min-width: 115px;
}

.detailBlock .mainImageBox {
  width: 60%;
}

.detailBlock .itemDetailBox {
  width: 30%;
}
@media screen and (max-width: 961px) {
  .detailBlock .itemDetailBox {
    display: table-footer-group;
    width: 100%;
  }
}

/* thumbnailListBox */
.detailBlock .thumbnailListBox ul {
  float: right;
  margin: 0 15px 0 0;
}
@media screen and (max-width: 961px) {
  .detailBlock .thumbnailListBox ul {
    float: none;
    margin: 0;
    text-align: center;
  }
}

.detailBlock .thumbnailListBox ul:first-child {
  margin-right: 0;
}
@media screen and (max-width: 961px) {
  .detailBlock .thumbnailListBox ul:first-child {
    margin: 10px 0 0;
  }
}

.detailBlock .thumbnailListBox ul li {
  width: 50px;
  margin: 0 0 15px 0;
}
@media screen and (max-width: 961px) {
  .detailBlock .thumbnailListBox ul li {
    display: inline-block;
    width: 12px;
    height: 12px;
    margin: 0 5px;
  }
}

.detailBlock .thumbnailListBox ul li a {
  -ms-filter: "alpha(opacity=50)";
  filter: alpha(opacity=50);
  opacity: .5;
}
@media screen and (max-width: 961px) {
  .detailBlock .thumbnailListBox ul li a {
    display: block;
    width: 12px;
    height: 12px;
    background-color: #ccc;
    border-radius: 50%;
    opacity: 1;
  }
}

.detailBlock .thumbnailListBox ul li a.selected {
  -ms-filter: "alpha(opacity=100)";
  filter: alpha(opacity=100);
  opacity: 1;
}
@media screen and (max-width: 961px) {
  .detailBlock .thumbnailListBox ul li a.selected {
    background-color: #666;
  }
}

@media screen and (max-width: 961px) {
  .detailBlock .thumbnailListBox ul li img {
    display: none;
  }
}

/* mainImageBox */
.detailBlock .mainImageBox .mainImage {
  position: relative;
  margin: 0 4%;
}
@media screen and (max-width: 961px) {
  .detailBlock .mainImageBox .mainImage {
    margin: 0 -20px;
  }
}

.detailBlock .mainImageBox .mainImage .arrow {
  position: absolute;
  top: 50%;
  display: block;
  width: 16px;
  height: 28px;
  margin: -14px 0 0;
  padding: 5px;
}
@media screen and (max-width: 961px) {
  .detailBlock .mainImageBox .mainImage .arrow {
    display: none;
  }
}

.detailBlock .mainImageBox .mainImage .prev {
  left: 20px;
  background: url(../images/agnesb/common/com_ic06.png) no-repeat 50% 50%;
}

.detailBlock .mainImageBox .mainImage .next {
  right: 20px;
  background: url(../images/agnesb/common/com_ic07.png) no-repeat 50% 50%;
}

/* itemDetailBox */
/* directory */
.detailBlock .itemDetailBox .directory {
  clear: both;
  font-family: "Cardo", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, sans-serif;
  font-size: 11px;
}
@media screen and (max-width: 961px) {
  .detailBlock .itemDetailBox .directory {
    margin: 30px 0 0;
  }
}

.detailBlock .itemDetailBox .directory .separate {
  display: inline-block;
  margin: 0 5px;
  font-size: 12px;
}

@media screen and (max-width: 961px) {
  .detailBlock .itemDetailBox .itemDetailHeading {
    position: relative;
    padding: 15px 0 0;
  }
}

@media screen and (max-width: 961px) {
  .detailBlock .itemDetailBox .itemDetailHeading:after {
    position: absolute;
    content: "";
    top: 0;
    left: 0;
    width: 25px;
    height: 1px;
    background-color: #c5c3c2;
  }
}

/* itemPrice */

/* itemExplain */
.detailBlock .itemDetailBox .itemExplain {
  clear: both;
  margin: 30px 0 0;
  color: #666;
  font-size: 12px;
  line-height: 1.85;
}

/* variationBLock */
.detailBlock .itemDetailBox .variationBLock {
  clear: both;
  margin: 30px 0 0;
}

.detailBlock .itemDetailBox .variationBLock .variationBox {
  clear: both;
  margin: 20px 0 0;
  padding: 20px 0 0;
  border-top: #dedddc 1px solid;
}

.detailBlock .itemDetailBox .variationBLock .variationBox dl {
  min-width: 32px;
}

.detailBlock .itemDetailBox .variationBLock .variationBox dt {
  float: left;
  width: 50px;
  height: 32px;
  margin: 6px 0 0 0;
  border-right: #dedddc 1px solid;
  font-family: "Cardo", serif;
  font-size: 13px;
  line-height: 32px;
}

.detailBlock .itemDetailBox .variationBLock .variationBox dd {
  position: relative;
  overflow: hidden;
  padding: 0 0 0 25px;
}

.detailBlock .itemDetailBox .variationBLock .variationBox dd li {
  position: relative;
  float: left;
  min-width: 45px;
  padding: 10px 10px 2em;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  font-family: "Cardo", serif;
  text-align: center;
  word-break: break-all;
}

.ie8 .detailBlock .itemDetailBox .variationBLock .variationBox dd li {
  padding: 10px 0 0;
}

.detailBlock .itemDetailBox .variationBLock .variationBox dd li .colorBar {
  display: block;
  width: 23px;
  height: 17px;
  margin: 0 auto;
}

.detailBlock .itemDetailBox .variationBLock .variationBox dd li .colorName {
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  display: inline-block;
  visibility: hidden;
  margin: 5px 0 0;
  font-style: italic;
  line-height: 1;
  white-space: nowrap;
}

.ie8 .detailBlock .itemDetailBox .variationBLock .variationBox dd li .colorName {
  left: 0;
  position: static;
}

.detailBlock .itemDetailBox .variationBLock .variationBox dd li a {
  display: inline-block;
}

.detailBlock .itemDetailBox .variationBLock .variationBox dd li.selected,
.detailBlock .itemDetailBox .variationBLock .variationBox dd li a.selected {
  position: relative;
}

.detailBlock .itemDetailBox .variationBLock .variationBox dd li.selected:after,
.detailBlock .itemDetailBox .variationBLock .variationBox dd li a.selected:after {
  content: "";
  position: absolute;
  top: 0;
  left: 50%;
  display: block;
  width: 0;
  height: 0;
  margin: 0 0 0 -4px;
  border: transparent 4px solid;
  border-top-color: #231815;
}

.detailBlock .itemDetailBox .variationBLock .variationBox dd li a.selected:after {
  top: -10px;
}

.detailBlock .itemDetailBox .variationBLock .variationBox dd li a.selected + .colorName {
  visibility: visible;
}

.detailBlock .itemDetailBox .variationBLock .sizeBox {
  font-size: 16px;
}

.detailBlock .itemDetailBox .variationBLock .sizeBox s {
  color: #b6b4b3;
  text-decoration: line-through;
}

.detailBlock .itemDetailBox .variationBLock .sizeBox .help {
  position: absolute;
  top: 6px;
  right: 0;
  width: 22px;
  height: 22px;
  border: #dedddc 1px solid;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  font-family: "Cardo", serif;
  color: #dedddc;
  line-height: 22px;
  text-align: center;
}

.detailBlock .itemDetailBox .variationBLock .sizeBox .help a {
  display: block;
  color: #999;
}

/* itemAddToCartBtn */
.detailBlock .itemDetailBox .itemAddToCartBtn {
  clear: both;
  margin: 20px 0 0;
}

.detailBlock .itemDetailBox .itemAddToCartBtn a {
  display: block;
  padding: 15px 10px;
  background-color: #fff;
  border: #d0cfcf 2px solid;
  font-family: "Cardo", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, sans-serif;
  color: #231815;
  font-size: 16px;
  text-align: center;
  -webkit-transition: background-color .2s, border-color .2s, color .2s;
  transition: background-color .2s, border-color .2s, color .2s;
}

.detailBlock .itemDetailBox .itemAddToCartBtn a:hover,
.detailBlock .itemDetailBox .itemAddToCartBtn a.clicked {
  opacity: 1;
  background-color: #3d3431;
  border-color: #1e191a;
  color: #fff;
}

/* itemAddToWishList */
.detailBlock .itemDetailBox .itemAddToWishList {
  clear: both;
  margin: 30px 0 0;
  font-family: "Cardo", serif;
  font-size: 14px;
  text-align: center;
}

.detailBlock .itemDetailBox .itemAddToWishList a {
  position: relative;
  padding: 5px 5px 5px 25px;
}

.detailBlock .itemDetailBox .itemAddToWishList a:before,
.detailBlock .itemDetailBox .itemAddToWishList a:after {
  content: "";
  position: absolute;
  top: 50%;
  background-color: #c9c7c7;
}

.detailBlock .itemDetailBox .itemAddToWishList a:before {
  left: 6px;
  width: 2px;
  height: 14px;
  margin: -7px 0 0;
}

.detailBlock .itemDetailBox .itemAddToWishList a:after {
  left: 0;
  width: 14px;
  height: 2px;
  margin: -1px 0 0;
}

/* itemSummary */
.detailBlock .itemDetailBox .itemSummary {
  clear: both;
  margin: 30px 0 0;
}

/* itemSendSchedule */
.detailBlock .itemDetailBox .itemSendSchedule {
  clear: both;
  margin: 20px 0 0;
}

.detailBlock .itemDetailBox .itemSummary .itemSummaryMenu {
  padding: 0 0 15px;
  border-bottom: #d3d1d0 1px solid;
}

.detailBlock .itemDetailBox .itemSummary .itemSummaryMenu li {
  float: left;
  width: auto;
  margin: 0 0 0 15px;
  padding: 0 0 0 15px;
  border-left: #d3d1d0 1px solid;
  color: #808080;
  font-size: 12px;
  line-height: 1;
  text-align: left;
  font-weight: normal;
}

.detailBlock .itemDetailBox .itemSummary .itemSummaryMenu li:first-child {
  margin-left: 0;
  padding-left: 0;
  border-left: none;
}

.detailBlock .itemDetailBox .itemSummary .itemSummaryMenu a {
  display: inline-block;
  background-color: transparent;
  border: none;
  color: #999999;
}

.detailBlock .itemDetailBox .itemSummary .itemSummaryMenu a.active {
  color: #231815;
}

.detailBlock .itemDetailBox .itemSummary .itemSummaryMenu a.itemSummary-reserve {
  color: #c10808;
}

.detailBlock .itemDetailBox .itemSummary .itemSummaryContents {
  margin: 12px 0 0;
}

.detailBlock .itemDetailBox .itemSummary .tab-cont {
  border: none;
}

.detailBlock .itemDetailBox .itemSummary .tab-cont .table01 th,
.detailBlock .itemDetailBox .itemSummary .tab-cont .table01 td {
  padding: 4px 0;
  vertical-align: top;
  text-align: left;
}

.detailBlock .itemDetailBox .itemSummary .tab-cont .table01 th {
  font-weight: normal;
  white-space: nowrap;
}

.detailBlock .itemDetailBox .itemSnsList {
  clear: both;
  margin: 10px 0 0;
  padding: 10px 0 0;
  border-top: #d3d1d0 1px solid;
}

.detailBlock .itemDetailBox .itemSnsList li {
  float: left;
  margin-right: 5px;
}

.detailBlock .itemDetailBox .itemSnsList li img {
  width: 18px;
}

.detailBlock .itemDetailBox .itemSnsList li a {
  padding: 5px 0;
}

/* -------------------------------------
 * heading
------------------------------------- */
/* heading01 */
.heading01 {
  clear: both;
  margin: 50px 0 0;
  font-family: "Cardo", serif;
  font-size: 20px;
  font-weight: normal;
}
@media screen and (max-width: 961px) {
  .heading01 {
    margin: 30px 0 0;
  }
}

/* heading02 */
.heading02 {
  clear: both;
  font-size: 16px;
  font-weight: normal;
}

/* heading03 */
.heading03 {
  font-family: "Cardo", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, sans-serif;
}

/* heading04 */
.heading04 {
  clear: both;
  font-size: 20px;
  font-weight: normal;
}

/* searchHeading */
.searchHeading {
  clear: both;
  margin: 0 0 30px;
  font-family: "Cardo", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, sans-serif;
  font-size: 16px;
  font-weight: normal;
}

/* topHeading01 */
.topHeading01 {
  clear: both;
  margin: 70px 0 50px;
}

/* -------------------------------------
 * decoration
------------------------------------- */
/* decoration01 */
.decoration01 {
  position: relative;
  padding-bottom: 25px;
}
@media screen and (max-width: 961px) {
  .decoration01 {
    padding-bottom: 10px;
  }
}

.decoration01:after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 30px;
  height: 1px;
  display: block;
  background-color: #bdb9b8;
}

/* -------------------------------------
 * list
------------------------------------- */
/* itemListOuter */
.itemListOuter {
  clear: both;
}

.heading01 + .itemListOuter {
  margin-top: 20px;
}

.itemListOuter .itemList {
  margin: 0 -20px 0 0;
  overflow: hidden;
}
@media screen and (max-width: 961px) {
  .itemListOuter .itemList {
    margin: 0 -12px 0 0;
  }
}

.itemListOuter .itemList li {
  float: left;
  width: 28.409%;
  padding: 0 30px 30px 0;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
@media screen and (max-width: 961px) {
  .itemListOuter .itemList li {
    width: 50%;
    padding: 0 12px 12px 0;
  }
}

@media screen and (max-width: 961px) {
  .itemListOuter .itemList li:nth-child(5n+1) {
    clear: none;
  }
}

@media screen and (max-width: 961px) {
  .itemListOuter .itemList li:nth-child(2n+1) {
    clear: both;
  }
}

.itemListOuter .itemList li .itemInner {
  position: relative;
  overflow: hidden;
}

.itemListOuter .itemList li a {
  display: block;
}

.itemListOuter .itemList li a:hover {
  opacity: 1;
}

.itemListOuter .itemList li .itemSoldOut {
  content: "SOLD OUT";
  position: absolute;
  bottom: 7px;
  left: 7px;
  font-family: "Cardo", serif;
}
@media screen and (max-width: 961px) {
  .itemListOuter .itemList li .itemSoldOut {
    display: none !important;
  }
}

.itemListOuter .itemList li .itemDetail {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  padding: 7px;
  background: url(../images/agnesb/common/com_bg01.png) repeat 0 0;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
@media screen and (max-width: 961px) {
  .itemListOuter .itemList li .itemDetail {
    position: static;
    padding: 5px;
    background: none;
  }
}

.itemListOuter .itemList li .itemDetail .soldOut {
  font-family: "Cardo", serif;
}
@media screen and (max-width: 961px) {
  .itemListOuter .itemList li .itemDetail .soldOut {
    color: #999;
    font-weight: bold;
  }
}

.itemListOuter .itemList li .itemDetail .name {
  display: none;
}
@media screen and (max-width: 961px) {
  .itemListOuter .itemList li .itemDetail .name {
    display: block;
    font-size: 10px;
  }
}

.itemListOuter .itemList li .itemDetail .price {
  float: left;
  margin: 0 15px 0 0;
  font-family: "Cardo", serif;
  font-size: 14px;
  font-style: italic;
  font-weight: normal;
}
@media screen and (max-width: 961px) {
  .itemListOuter .itemList li .itemDetail .price {
    float: none;
    margin: 3px 0 0;
    color: #999;
    font-size: 12px;
    font-style: normal;
  }
}

.itemListOuter .itemList li .itemDetail .price s {
  text-decoration: line-through;
}

.itemListOuter .itemList li .itemDetail .price .sale {
  color: #c10808;
  font-weight: normal;
}

.itemListOuter .itemList li .itemDetail .colors {
  float: right;
}
@media screen and (max-width: 961px) {
  .itemListOuter .itemList li .itemDetail .colors {
    display: none;
  }
}

.itemListOuter .itemList li .itemDetail .colors .color {
  display: inline-block;
  width: 18px;
  height: 12px;
  margin: 4px 0 0 4px;
  cursor: pointer;
  -webkit-transition: opacity .2s;
  transition: opacity .2s;
}

.itemListOuter .itemList li .itemDetail .colors .color.noImage {
  cursor: default;
}

.itemListOuter .itemList li .itemDetail .colors .color.selected {
  opacity: .3;
}

/* narrowStyle */
@media screen and (max-width: 961px) {
  .heading01 + .itemListOuter.narrowStyle {
    margin-top: 10px;
  }
}

@media screen and (max-width: 961px) {
  .itemListOuter.narrowStyle .itemList {
    margin: 0 -15px 0 0;
  }
}

@media screen and (max-width: 961px) {
  .itemListOuter.narrowStyle .itemList li {
    width: 33.3333333%;
    padding: 0 15px 15px 0;
  }
}

@media screen and (max-width: 961px) {
  .itemListOuter.narrowStyle .itemList li:nth-child(2n+1) {
    clear: none;
  }
}

@media screen and (max-width: 961px) {
  .itemListOuter.narrowStyle .itemList li:nth-child(3n+1) {
    clear: both;
  }
}

@media screen and (max-width: 961px) {
  .itemListOuter.narrowStyle .itemList li:nth-child(n+4) {
    display: none;
  }
}

@media screen and (max-width: 961px) {
  .itemListOuter.narrowStyle .itemList li .itemDetail {
    display: none;
  }
}

/* bulletList */
.bulletList01 {
  clear: both;
  margin: 10px 0 0 1em;
}

.bulletList01 > li {
  margin: 5px 0 0;
  list-style-type: square;
}

.bulletList02 {
  clear: both;
  margin: 10px 0 0 1em;
}

.bulletList02 > li {
  margin: 5px 0 0;
  list-style-type: disc;
}

.bulletList01 .bulletList02 {
  margin-top: 0;
}

/* paging */
.paging {
  position: relative;
  margin: 30px 0;
  text-align: center;
}

.paging li {
  display: inline-block;
  font-family: "Cardo", serif;
  font-size: 14px;
}

.paging li a,
.paging .isCurrent {
  display: inline-block;
  margin: 0 4px;
  padding: 5px 5px;
}

.paging .current a {
  color: #9eb2c8;
}

.paging .prev,
.paging .next {
  position: absolute;
  top: 6px;
}

.paging .prev {
  left: 0;
}

.paging .next {
  right: 0;
}

.paging .prev a,
.paging .next a,
.paging .prev span,
.paging .next span {
  position: relative;
  display: block;
  margin: 0;
  padding: 0;
  color: #777;
}

.paging .disable {
  opacity: .2;
}

/* arrowLink */
.arrowLink {
  position: relative;
  padding-left: 15px;
}

.arrowLink:after {
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  width: 0;
  height: 0;
  margin: -4px 0 0;
  border: transparent 4px solid;
  border-left-color: #7b7473;
}

/* viewmore */
.viewmore {
  clear: both;
  margin: 30px 0;
  font-family: "Cardo", serif;
  font-size: 14px;
  text-align: center;
}

.viewmore a {
  display: inline-block;
  padding: 0 0 15px;
  background: url(../images/agnesb/common/com_ic11.png) no-repeat 50% 100%;
  -webkit-background-size: 22px 12px;
  background-size: 22px 12px;
}

/* viewmoreBtn */
.viewmoreBtn {
  clear: both;
  margin: 60px 0;
  font-family: "Cardo", serif;
  font-size: 18px;
  font-style: italic;
  text-align: center;
}
@media screen and (max-width: 961px) {
  .viewmoreBtn {
    margin: 20px 0 0;
    padding: 30px 0 0;
    border-top: #d3d1d0 1px solid;
  }
}

.viewmoreBtn a {
  display: inline-block;
  min-width: 180px;
  min-height: 40px;
  background-color: #ebeaea;
  line-height: 40px;
}

.viewmoreBtn .icon {
  position: relative;
  display: inline-block;
  padding: 0 0 0 15px;
}

.viewmoreBtn .icon:before {
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  width: 0;
  height: 0;
  margin: -4px 0 0;
  border: transparent 4px solid;
  border-left-color: #736c6a;
}

/* loading */
.loading {
  display: none;
  margin: 10px 0;
  text-align: center;
}

/* -------------------------------------
 * lookbook
------------------------------------- */
/* lookbookBlock */
.lookbookBlock {
  overflow: hidden;
  position: relative;
  clear: both;
  width: 100%;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
@media screen and (max-width: 961px) {
  .lookbookBlock {
    padding-right: 15px;
    padding-left: 15px;
  }
}

/* arrowIcon */
.lookbookBlock .arrowIcon {
  position: absolute;
  top: 50%;
  width: 48px;
  height: 96px;
  margin: -48px 0 0;
  cursor: pointer;
}
@media screen and (max-width: 961px) {
  .lookbookBlock .arrowIcon {
    display: none;
  }
}

.lookbookBlock .arrowIcon.prev {
  left: 0;
  background: url(../images/agnesb/common/com_bg04.png) no-repeat;
}

.lookbookBlock .arrowIcon.next {
  right: 0;
  background: url(../images/agnesb/common/com_bg05.png) no-repeat;
}

.lookbookBlock .arrowIcon a {
  display: block;
  width: 48px;
  height: 96px;
}

.lookbookBlock .arrowIcon img {
  position: absolute;
  top: 50%;
  margin: -9px 0 0;
  width: 10px;
  height: 18px;
  -webkit-transition: -webkit-transform .4s;
  transition: transform .4s;
}

.lookbookBlock .arrowIcon.prev img {
  left: 12px;
}

.lookbookBlock .arrowIcon.next img {
  right: 12px;
}

.lookbookBlock .arrowIcon.prev:hover img {
  -webkit-transform: translateX(-6px);
  -ms-transform: translateX(-6px);
  transform: translateX(-6px);
}

.lookbookBlock .arrowIcon.next:hover img {
  -webkit-transform: translateX(6px);
  -ms-transform: translateX(6px);
  transform: translateX(6px);
}

/* rowBox */
.lookbookBlock .rowBox {
  position: relative;
  clear: both;
}

/* colBox */
.lookbookBlock .rowBox .colBox {
  position: relative;
  float: left;
}
@media screen and (max-width: 961px) {
  .lookbookBlock .rowBox .colBox {
    float: none;
    width: 100%;
    margin: 40px 0 0;
  }
}

/* colBox-heading */
.lookbookBlock .rowBox .colBox.colBox-heading .headingBox {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 220px;
  height: 200px;
  margin: -100px 0 0 -110px;
  border-top: #2e2d2b 1px solid;
  border-bottom: #2e2d2b 1px solid;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  font-family: "Cardo", serif;
  text-align: center;
}
@media screen and (max-width: 961px) {
  .lookbookBlock .rowBox .colBox.colBox-heading .headingBox {
    position: static;
    display: block;
    height: auto;
    margin: 0 auto;
    padding: 30px 0;
  }
}

.lookbookBlock .rowBox .colBox.colBox-heading .headingBox .frame {
  display: table;
  width: 220px;
  height: 200px;
}
@media screen and (max-width: 961px) {
  .lookbookBlock .rowBox .colBox.colBox-heading .headingBox .frame {
    display: block;
    height: auto;
    margin: 0 auto;
  }
}

.lookbookBlock .rowBox .colBox.colBox-heading .headingBox .inner {
  display: table-cell;
  width: 100%;
  vertical-align: middle;
}
@media screen and (max-width: 961px) {
  .lookbookBlock .rowBox .colBox.colBox-heading .headingBox .inner {
    display: block;
  }
}

.lookbookBlock .rowBox .colBox.colBox-heading .headingBox .heading {
  font-size: 24px;
  font-weight: normal;
}

.lookbookBlock .rowBox .colBox.colBox-heading .headingBox .sub {
  margin: 20px 0 0;
  padding: 0;
  font-size: 16px;
  font-weight: normal;
}

/* colBox-thumnail */
.lookbookBlock .rowBox .colBox.colBox-thumnail .imageBox {
  cursor: pointer;
}
@media screen and (max-width: 961px) {
  .lookbookBlock .rowBox .colBox.colBox-thumnail .imageBox {
    cursor: default;
  }
}

.lookbookBlock .rowBox .colBox.colBox-thumnail .numberingBox {
  position: absolute;
  bottom: 30px;
  left: 50%;
  width: 170px;
  margin: 0 0 0 -85px;
  padding: 7px 20px;
  background-color: #fff;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  font-family: "Cardo", serif;
  text-align: center;
}
@media screen and (max-width: 961px) {
  .lookbookBlock .rowBox .colBox.colBox-thumnail .numberingBox {
    position: static;
    margin: 20px auto 0;
    padding: 0;
    background-color: transparent;
    cursor: pointer;
  }
}

.lookbookBlock .rowBox .colBox.colBox-thumnail .numberingBox .number {
  font-size: 18px;
  padding: 0 0 5px;
  border-bottom: #b2b2b2 1px solid;
}

.lookbookBlock .rowBox .colBox.colBox-thumnail .numberingBox .number span {
  display: inline-block;
  margin: 0 10px;
  font-size: 14px;
}

.lookbookBlock .rowBox .colBox.colBox-thumnail .numberingBox .text {
  position: relative;
  z-index: 1;
  margin: 5px 0 0;
  font-size: 16px;
  font-style: italic;
  cursor: pointer;
}

.lookbookBlock .rowBox .colBox.colBox-thumnail .numberingBox .text .icon {
  position: relative;
  display: inline-block;
  padding: 0 0 0 15px;
}

.lookbookBlock .rowBox .colBox.colBox-thumnail .numberingBox .text .icon:before {
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  width: 0;
  height: 0;
  margin: -4px 0 0;
  border: transparent 4px solid;
  border-left-color: #231815;
  border-left-color: rgba(35, 24, 21, 0.6);
}

.lookbookBlock .rowBox .colBox.colBox-thumnail .frameBox {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  padding: 10px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  cursor: pointer;
}
@media screen and (max-width: 961px) {
  .lookbookBlock .rowBox .colBox.colBox-thumnail .frameBox {
    display: none;
  }
}

.lookbookBlock .rowBox .colBox.colBox-thumnail .frameBox > .inner {
  width: 100%;
  height: 100%;
  border: #9e9da1 1px solid;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

/* hover action */
.lookbookBlock .rowBox .colBox.colBox-thumnail .numberingBox,
.lookbookBlock .rowBox .colBox.colBox-thumnail .frameBox {
  opacity: 0;
  -webkit-transition: opacity .3s;
  transition: opacity .3s;
}
@media screen and (max-width: 961px) {
  .lookbookBlock .rowBox .colBox.colBox-thumnail .numberingBox,
  .lookbookBlock .rowBox .colBox.colBox-thumnail .frameBox {
    opacity: 1;
  }
}

.lookbookBlock .rowBox .colBox.colBox-thumnail:hover .numberingBox,
.lookbookBlock .rowBox .colBox.colBox-thumnail:hover .frameBox {
  opacity: 1;
}

/* is-selected hover action */
.lookbookBlock .rowBox .colBox.colBox-thumnail.is-selected:hover .numberingBox,
.lookbookBlock .rowBox .colBox.colBox-thumnail.is-selected:hover .frameBox {
  opacity: 0;
}

/* colBox-detail */
@media screen and (max-width: 961px) {
  .lookbookBlock .rowBox .colBox.colBox-detail {
    margin-top: 20px;
  }
}

.lookbookBlock .rowBox .colBox.colBox-detail .detailInner {
  height: 100%;
  padding: 30px 40px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
@media screen and (max-width: 961px) {
  .lookbookBlock .rowBox .colBox.colBox-detail .detailInner {
    padding: 0;
  }
}

@media screen and (max-width: 961px) {
  .lookbookBlock .rowBox .colBox.colBox-detail .detaiTitleArea {
    display: none;
  }
}

.lookbookBlock .rowBox .colBox.colBox-detail .detaiTitleArea .close {
  color: #b4b4b4;
  font-size: 34px;
  text-align: right;
}

.lookbookBlock .rowBox .colBox.colBox-detail .detaiTitleArea .close a {
  color: #b4b4b4;
}

.lookbookBlock .rowBox .colBox.colBox-detail .detaiTitleArea .title {
  font-family: "Cardo", serif;
  font-size: 26px;
  text-align: center;
  font-weight: normal;
}

.lookbookBlock .rowBox .colBox.colBox-detail .detaiTitleArea .numbering {
  width: 120px;
  margin: 5px auto 0;
  padding: 0 0 20px;
  border-bottom: #c7c7c7 1px solid;
  font-family: "Cardo", serif;
  font-size: 18px;
  text-align: center;
}

.lookbookBlock .rowBox .colBox.colBox-detail .detaiTitleArea .numbering span {
  display: inline-block;
  margin: 0 10px;
  font-size: 14px;
}

.lookbookBlock .rowBox .colBox.colBox-detail .itemBox {
  position: relative;
  overflow-y: hidden;
  margin: 50px 0 0;
  padding: 0 30px 0 0;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
@media screen and (max-width: 961px) {
  .lookbookBlock .rowBox .colBox.colBox-detail .itemBox {
    overflow: hidden;
    margin: 10px -12px 0 0;
    padding: 0 0 5px;
    border-bottom: #d3d1d0 1px solid;
  }
}

.lookbookBlock .rowBox .colBox.colBox-detail .itemBox .item {
  clear: both;
}
@media screen and (max-width: 961px) {
  .lookbookBlock .rowBox .colBox.colBox-detail .itemBox .item {
    clear: none;
    float: left;
    width: 50%;
    padding: 0 12px 12px 0;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
  }
}

.lookbookBlock .rowBox .colBox.colBox-detail .itemBox .item + .item {
  margin-top: 25px;
}
@media screen and (max-width: 961px) {
  .lookbookBlock .rowBox .colBox.colBox-detail .itemBox .item + .item {
    margin-top: 0;
  }
}

@media screen and (max-width: 961px) {
  .lookbookBlock .rowBox .colBox.colBox-detail .itemBox .item:nth-child(2n+1) {
    clear: both;
  }
}

.lookbookBlock .rowBox .colBox.colBox-detail .itemBox .item .itemImage {
  float: left;
  width: 30%;
  max-width: 115px;
  min-width: 60px;
  margin: 0 7% 0 0;
}
@media screen and (max-width: 961px) {
  .lookbookBlock .rowBox .colBox.colBox-detail .itemBox .item .itemImage {
    float: none;
    width: auto;
    max-width: none;
    margin: 0;
  }
}

.lookbookBlock .rowBox .colBox.colBox-detail .itemBox .item .itemText {
  overflow: hidden;
  padding: 5px 0 0;
  font-family: "Cardo", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, sans-serif;
  font-size: 13px;
}
@media screen and (max-width: 961px) {
  .lookbookBlock .rowBox .colBox.colBox-detail .itemBox .item .itemText {
    padding: 5px;
  }
}

.lookbookBlock .rowBox .colBox.colBox-detail .itemBox .item .itemText .itemPrice {
  display: block;
  margin: 10px 0 0;
  color: #808080;
}
@media screen and (max-width: 961px) {
  .lookbookBlock .rowBox .colBox.colBox-detail .itemBox .item .itemText .itemPrice {
    margin: 0;
    font-size: 12px;
  }
}

/* colBox-archive */
.lookbookBlock .rowBox .colBox.colBox-archive:after {
  content: "";
  position: absolute;
  top: 7%;
  right: 0;
  width: 1px;
  height: 86%;
  background-color: #eee;
}
@media screen and (max-width: 961px) {
  .lookbookBlock .rowBox .colBox.colBox-archive:after {
    display: none;
  }
}

.lookbookBlock .rowBox .colBox.colBox-archive .archiveBox {
  position: absolute;
  bottom: 50px;
  left: 0;
  width: 100%;
  font-family: "Cardo", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, sans-serif;
  text-align: center;
}
@media screen and (max-width: 961px) {
  .lookbookBlock .rowBox .colBox.colBox-archive .archiveBox {
    position: static;
    padding: 50px 0 10px;
    border-top: #b2b2b2 1px solid;
  }
}

.lookbookBlock .rowBox .colBox.colBox-archive .archiveBox .title {
  font-size: 18px;
}

.lookbookBlock .rowBox .colBox.colBox-archive .archiveBox .vol {
  margin: 15px 0 0;
}

.lookbookBlock .rowBox .colBox.colBox-archive .archiveBox .vol + .vol {
  margin-top: 5px;
}

.lookbookBlock .rowBox .colBox.colBox-archive .archiveBox .vol .icon {
  position: relative;
  display: inline-block;
  padding: 0 0 0 15px;
  font-size: 16px;
}

.lookbookBlock .rowBox .colBox.colBox-archive .archiveBox .vol .icon:before {
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  width: 0;
  height: 0;
  margin: -4px 0 0;
  border: transparent 4px solid;
  border-left-color: #231815;
  border-left-color: rgba(35, 24, 21, 0.6);
}

/* is-selected */
/* is-disabled */
.lookbookBlock .rowBox .colBox.is-disabled:after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: url(../images/agnesb/common/com_bg02.png) repeat 0 0;
}
@media screen and (max-width: 961px) {
  .lookbookBlock .rowBox .colBox.is-disabled:after {
    display: none;
  }
}

.lookbookBlock .rowBox .colBox.is-disabled:hover .numberingBox,
.lookbookBlock .rowBox .colBox.is-disabled:hover .frameBox {
  opacity: 0;
}
@media screen and (max-width: 961px) {
  .lookbookBlock .rowBox .colBox.is-disabled:hover .numberingBox,
  .lookbookBlock .rowBox .colBox.is-disabled:hover .frameBox {
    opacity: 1;
  }
}

/* -------------------------------------
 * information
------------------------------------- */
/* infoBlock */
.infoBlock {
  clear: both;
  margin: 50px 0 0;
  line-height: 1.4;　
}
@media screen and (max-width: 961px) {
  .infoBlock {
    margin: 20px 0 0;
  }
}

.infoBlock .date {
  color: #4c4c4c;
  font-size: 14px;
}
@media screen and (max-width: 961px) {
  .infoBlock .date {
    font-size: 12px;
  }
}

.infoBlock .infoTitle {
  margin: 10px 0 0;
  color: #222;
  font-size: 20px;
  font-weight: normal;
}
@media screen and (max-width: 961px) {
  .infoBlock .infoTitle {
    margin: 5px 0 0;
    font-size: 16px;
  }
}

@media screen and (max-width: 961px) {
  .infoBlock .infoTextBox {
    font-size: 13px;
  }
}

.infoBlock .infoTextBox p {
  margin: 20px 0 0;
}

.infoBlock .date,
.infoBlock .infoTitle,
.infoBlock .infoTextBox {
  clear: left;
  float: left;
  width: 65%;
}
@media screen and (max-width: 961px) {
  .infoBlock .date,
  .infoBlock .infoTitle,
  .infoBlock .infoTextBox {
    float: none;
    width: 100%;
  }
}

.infoBlock .infoImage {
  float: right;
  width: 270px;
  text-align: right;
}
@media screen and (max-width: 961px) {
  .infoBlock .infoImage {
    float: none;
    width: 60%;
    margin: 30px auto 0;
    text-align: center;
  }
}

.infoBlock.noImage .date,
.infoBlock.noImage .infoTitle,
.infoBlock.noImage .infoTextBox {
  float: none;
  width: 100%;
}

/* infoBackNumberBlock */
.infoBackNumberBlock {
  clear: both;
  margin: 50px 0 0;
  line-height: 1.4;
}
@media screen and (max-width: 961px) {
  .infoBackNumberBlock {
    margin: 30px 0 0;
  }
}

.infoBackNumberBlock .title {
  font-size: 20px;
  font-weight: normal;
}

.infoBackNumberBlock .infoBackNumberItems {
  clear: both;
  margin: 50px 0 0;
  border-bottom: #d9d9d9 1px solid;
}
@media screen and (max-width: 961px) {
  .infoBackNumberBlock .infoBackNumberItems {
    margin: 30px 0 0;
  }
}

.infoBackNumberBlock .infoBackNumberItems li {
  border-top: #d9d9d9 1px solid;
  font-size: 14px;
}

.infoBackNumberBlock .infoBackNumberItems li a {
  position: relative;
  display: table;
  width: 100%;
  padding: 15px 0 15px 15px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
@media screen and (max-width: 961px) {
  .infoBackNumberBlock .infoBackNumberItems li a {
    display: block;
  }
}

.infoBackNumberBlock .infoBackNumberItems li a:after {
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  width: 0;
  height: 0;
  margin: -4px 0 0;
  border: transparent 4px solid;
  border-left-color: #7b7473;
}

.infoBackNumberBlock .infoBackNumberItems li .date {
  display: table-cell;
  width: 6em;
  color: #4c4c4c;
  vertical-align: middle;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
@media screen and (max-width: 961px) {
  .infoBackNumberBlock .infoBackNumberItems li .date {
    display: block;
    padding: 0;
  }
}

.infoBackNumberBlock .infoBackNumberItems li .text {
  display: table-cell;
  padding: 0 0 0 15px;
  border-left: #d9d9d9 1px solid;
}
@media screen and (max-width: 961px) {
  .infoBackNumberBlock .infoBackNumberItems li .text {
    display: block;
    margin: 5px 0 0;
    padding: 0;
    border: none;
  }
}

/* -------------------------------------
 * hr
------------------------------------- */
/* horizontalLine */
.horizontalLine01 {
  clear: both;
  width: 100%;
  height: 1px;
  margin: 70px 0;
  border: none;
  border-top: #ddd 1px solid;
}
@media screen and (max-width: 961px) {
  .horizontalLine01 {
    margin: 30px 0;
  }
}

.horizontalLine02 {
  clear: both;
  width: 100%;
  height: 1px;
  margin: 40px 0;
  border: none;
  border-top: #ddd 1px solid;
}
@media screen and (max-width: 961px) {
  .horizontalLine02 {
    margin: 25px 0;
  }
}

/* -------------------------------------
 * itemSort
------------------------------------- */
.itemSort {
  margin: 40px 0;
}
@media screen and (max-width: 961px) {
  .itemSort {
    margin: 20px 0;
  }
}

.itemSort dt {
  display: table-cell;
  padding-right: 20px;
  font-size: 14px;
  vertical-align: middle;
}
@media screen and (max-width: 961px) {
  .itemSort dt {
    display: block;
  }
}

.itemSort dd {
  display: table-cell;
  padding-right: 20px;
  vertical-align: middle;
}
@media screen and (max-width: 961px) {
  .itemSort dd {
    padding-top: 5px;
  }
}

.itemSort .selected {
  font-weight: bold;
}

/* -------------------------------------
 *
 * override
 *
------------------------------------- */
#content #rower-content {
  padding-top: 0;
  padding-bottom: 0;
  -webkit-box-shadow: none;
  box-shadow: none;
}

/* -------------------------------------
 * ttl
------------------------------------- */
/* ttl */
.ttl {
  padding: 8px 10px;
  background-color: #e4e4e4;
  border-bottom: #e6e6e6 1px solid;
  color: #231815;
  font-size: 14px;
}

/* rower-ttl */
.rower-ttl {
background: none;
border-bottom: #e6e6e6 1px solid;
font-size: 20px;
font-weight: normal;
line-height: 25px;
}

@media (max-width: 961px){
	.rower-ttl {
	    line-height:30px;
	}
}

/* -------------------------------------
 * btn
------------------------------------- */
/* btn-area4col */
.btn-area4col .btn-01,
.btn-area4col .btn-02,
.btn-area4col .btn-03,
.btn-area4col .btn-submit {
  width: 155px;
}

/* btn-01 */
.btn-01 {
  padding-top: 10px;
  padding-bottom: 10px;
  background-color: #101010;
  border: #101010 2px solid;
  border-radius: 0;
  color: #fff;
}

.btn-01:hover {
  background-color: #39302d;
  color: #fff;
}

/* btn-02 */
.btn-02 {
  padding-top: 10px;
  padding-bottom: 10px;
  background-color: #fff;
  border: #ccc 2px solid;
  border-radius: 0;
  color: #231815;
}

.btn-02:hover {
  background-color: #fff;
  color: #231815;
}

/* btn-03 */
.btn-03 {
  padding-top: 10px;
  padding-bottom: 10px;
  background-color: #e4e4e4;
  border: #ccc 2px solid;
  border-radius: 0;
  color: #231815;
}

.btn-03:hover {
  background-color: #e4e4e4;
  color: #231815;
}

/* btn-after / btn-delete */
#content .btn-after,
#content .btn-delete {
  background-color: #e4e4e4;
  border: #dedddc 1px solid;
  border-radius: 0;
  color: #000;
  font-size: 10px;
}
@media screen and (max-width: 961px) {
  #content .btn-after,
  #content .btn-delete {
    background-color: #fff;
    color: #000;
  }
}

#content .btn-after:hover,
#content .btn-delete:hover {
  background-color: #e4e4e4;
  color: #000;
  text-decoration: none;
}
@media screen and (max-width: 961px) {
  #content .btn-after:hover,
  #content .btn-delete:hover {
    background-color: #fff;
    color: #000;
  }
}

/* .btn-submit */
.btn-submit {
  height: 48px;
  padding-top: 0;
  padding-bottom: 0;
  background-color: #39302d;
  border: #39302d 2px solid;;
  border-radius: 0;
  color: #fff;
  font-size: 14px;
  font-weight: bold;
}

.btn-submit:hover {
  background-color: #fff;
  color: #231815;
}

.btn-submit.emphasiseBtn {
  background-color: #39302d;
  border: #39302d 2px solid;
  color: #fff;
  font-weight: normal;
}

.btn-submit.emphasiseBtn:hover {
  background-color: #39302d;
  color: #fff;
}

/* -------------------------------------
 * form
------------------------------------- */
/* input */
#wrapper input[type="text"],
#wrapper input[type="password"] {
  padding: 6px;
  background-color: #ffffff;
  border:1px #e6e6e6 solid;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

#wrapper input[type="text"].normalInput,
#wrapper input[type="password"].normalInput {
  padding: 2px;
  background-color: #e4e4e4;
  border: #e5e5e5 1px solid;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  font-size: 12px;
}

/* textarea */
.input-data .c_form01 {
  height: 140px;
  padding: 10px;
  background-color: #f0f0f0;
  border: none;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, sans-serif;
  font-size: 13px;
}

/* checklist */
.checklist {
  background-color: transparent;
  border: none;
  border-bottom: #e1dfdf 1px solid;
}
@media screen and (max-width: 961px) {
#DEL_EML1,#DEL_EML2, #NM1,#NM2,#NM3,#NM4,#DEL_EML2, #PC_EML1, #PC_EML2, #PC_EML_CFM1, #PC_EML_CFM2, #EML_IDR1, #EML_IDR2 {
    width: 45%;
}
#MEM_ID,#PWD,#ADDR2,#ADDR3,#ADDR4 {
    width: 100%;
}
#ZIP_CD1,#ZIP_CD2 {
    width: 25%;
}
}
/* -------------------------------------
 * table
------------------------------------- */
.cart-item th,
.cart-item02 th {
  padding: 8px 0;
  background-color: transparent;
  color: #808080;
  font-weight: normal;
}

.cart-item td.item-nm,
.cart-item02 td.item-nm {
  padding-left: 10px;
  color: #808080;
}
@media screen and (max-width: 961px) {
  .cart-item td.item-nm,
  .cart-item02 td.item-nm {
    padding-left: 0;
  }
}

.cart-item td.item-nm a,
.cart-item02 td.item-nm a {
  color: #000;
  font-weight: bold;
}

.cart-item td.price,
.cart-item02 td.price {
  font-size: 12px;
}
@media screen and (max-width: 961px) {
  .cart-item td.price,
  .cart-item02 td.price {
    font-size: 9px;
  }
}

.cart-item td.img,
.cart-item02 td.img,
.cart-item td.item-nm,
.cart-item02 td.item-nm,
.cart-item td.price,
.cart-item02 td.price,
.cart-item td.number,
.cart-item02 td.number,
.cart-item td.totalprice,
.cart-item02 td.totalprice,
.cart-item td.btn-area,
.cart-item02 td.btn-area {
  vertical-align: middle;
  line-height: 1.4;
}

#content .cart-item td.btn-area .btn-list li,
#content .cart-item02 td.btn-area .btn-list li {
  display: block;
  margin: 8px 0;
}

.cart-item tfoot td,
.cart-item02 tfoot td {
  color: #000;
  font-size: 18px;
}

.cart-item tfoot td .aboutRank,
.cart-item02 tfoot td .aboutRank {
  color: #000;
  font-size: 10px;
  font-weight: normal;
}

.cart-item tfoot td .otherText,
.cart-item02 tfoot td .otherText {
  font-size: 12px;
}

.cart-item02 .sp-btn-area {
  background-color: #f5f5f5;
}

.point-container thead th {
  background-color: #fff;
  color: #808080;
}

@media screen and (max-width: 961px) {
  .point-container tr {
    margin-top: 30px;
    border-bottom: #e6e6e6 1px solid;
  }
}

@media screen and (max-width: 961px) {
  .point-container td {
    border-top: #e6e6e6 1px solid;
  }
}

@media screen and (max-width: 961px) {
  .point-container td .data {
    border-top: none;
    border-bottom: none;
  }
}

@media screen and (max-width: 961px) {
  .point-container td .sp-label {
    background-color: #fff;
    color: #808080;
    font-weight: bold;
  }
}

.order-info th,
.order-info td {
  padding-top: 15px;
  padding-bottom: 15px;
}

/* -------------------------------------
 * point-box/menu
------------------------------------- */
.point-box h3,
.menu h3 {
	padding-bottom: 10px;
	border-bottom: #ddd 1px solid;
}

.point-box .aboutRank {
  font-size: 10px;
}

/* -------------------------------------
 * caution
------------------------------------- */
.caution {
  background-color: #f2f2f2;
}

/* -------------------------------------
 * description
------------------------------------- */
.order-item .description {
  font-size: 12px;
  line-height: 1.8;
}

/* -------------------------------------
 * contact-link
------------------------------------- */
.contact-link a {
  background: url(../images/agnesb/common/com_ic10.png) no-repeat 0 50%;
  -webkit-background-size: 5px 8px;
  background-size: 5px 8px;
  padding-left: 10px;
}

/* -------------------------------------
 * pager
------------------------------------- */
.pager ul li {
  margin: 0 3px;
  font-family: "Cardo", serif;
  font-size: 13px;
}

.pager ul li.prev,
.pager ul li.next {
  font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, sans-serif;
}

.pager li a {
  display: inline-block;
  padding: 0 5px;
}

.pager li.current a {
  color: #9eb2c8;
  font-weight: normal;
}

.paging-container .pager li {
  margin: 0 3px;
}

/* -------------------------------------
 * zip search
------------------------------------- */
.search-postcode .ttl-postcode,
.search-postcode .input-postdata {
  padding-top: 15px;
  padding-bottom: 15px;
}

.search-postcode .ttl-postcode {
  margin-top: 30px;
  background-color: #fff;
  border-top: none;
  border-bottom: #e6e6e6 1px solid;
  font-size: 18px;
}

.search-postcode .input-postdata {
  border-top: none;
  border-bottom: #e6e6e6 1px solid;
}

.search-postcode .input-postdata .btn {
  margin-top: 0;
  padding: 2px 5px;
  background-color: #e4e4e4;
  border: #ddd 1px solid;
  border-radius: 0;
  font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, sans-serif;
  color: #000;
  font-size: 10px;
}

/* -------------------------------------
 * hasRemoveBtn
------------------------------------- */
.hasRemoveBtn {
  position: relative;
}

.hasRemoveBtn .removeBtn {
  position: absolute;
  right: 0;
  bottom: 0;
  display: inline-block;
  height: 12px;
  background-color: #d3d3d3;
  border: #b3b3b3 1px solid;
  cursor: pointer;
  font-size: 14px;
  line-height: 9px;
  text-align: center;
}

.hasRemoveBtn .price,
.hasRemoveBtn .sale-price {
  padding-right: 20px;
}


/* -------------------------------------
 * カスタマーサポート用
------------------------------------- */
a.anchor{
  display: block;
  position: relative;
  top: -110px;
  visibility: hidden;
}

.ac-cont .infoTextBox {
  clear: left;
  float: left;
  width: 70%;
}

@media screen and (max-width: 961px) {
  .ac-cont .infoTextBox {
    float: none;
    width: 100%;
  }
}

.ac-cont .infoImage {
  float: right;
  width: 25%;
  text-align: right;
}

@media screen and (max-width: 961px) {
  .ac-cont .infoImage {
    float: none;
    width: 70%;
    margin: 30px 0 0 50px;
    text-align: center;
  }
}
#top #gheader {
    border-bottom: none;
}

#top_mainVisual {
    width: 1200px;
    display: block;
    margin:0px auto 75px auto;
}

#top_main_slider {
    width: 100%;
    max-width: 1200px;
    margin: 0px auto;
}

#top_main_slider img {
    width: 100%;
    height: auto;
}
.brand_catch_slider a{
    display: block;
    color: #000;
}
.mv .slick-arrow,
.brand_catch_slider .slick-arrow {
    position: absolute;
    overflow: hidden;
    text-indent: 100%;
    white-space: nowrap;
    z-index: 1;
    outline: 0;
    border: none;
    background-repeat: no-repeat;
    background-position: left top;
    background-size: contain;
    cursor: pointer;
    top: 0px;
    height: 570px;
    width: 80px;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
    opacity: 0;
}
.mv .slick-dots,
.brand_catch_slider .slick-dots{
bottom: -35px;

}
.mv .slick-prev,
.brand_catch_slider .slick-prev {
    left: -70px;
    background: url(../images/common/slider_arrow_prev.png) no-repeat;
    background-position: 0% 50%;
}

.mv .slick-prev.navOp1,
.brand_catch_slider .slick-prev.navOp1 {
    opacity: 1;
}

.mv .slick-next,
.brand_catch_slider .slick-next {
    right: -70px;
    background: url(../images/common/slider_arrow_next.png) no-repeat;
    background-position: 100% 50%;
}

.mv .slick-next.navOp1,
.brand_catch_slider .slick-next.navOp1 {
    opacity: 1;
}

.image a:hover {
    opacity: 1;
    -webkit-animation-duration: 1s;
    -webkit-animation-name: flash;
    animation-duration: 1s;
    animation-name: flash;
}

@-webkit-keyframes flash {
    0% {
        opacity: .7;
    }
    100% {
        opacity: 1;
    }
}

@keyframes flash {
    0% {
        opacity: .7;
    }
    100% {
        opacity: 1;
    }
}

.container_feature {
    background: #F5F5F5;
    padding: 80px 0px 40px;
    width: 100%;
    margin: 80px 0.83% 0 0;
}

.container_feature .container_inner {
    width: 100%;
    max-width: 1200px;
    margin: 0px auto;
}

.container_feature_contents {
    margin: 0px -20px;
}

.container_feature_slider .slick-slide {
    margin: 0px 20px;
}

.container_feature_slider .slick-slide img {
    width: 100%;
    margin-bottom: 10px;
}

.container_feature_slider .slick-dots li {
    float: none;
    position: relative;
    padding: 0;
    margin: 5px;
    display: inline;
}

.container_feature_slider .slick-dots li button {
    overflow: hidden;
    text-indent: -300%;
    white-space: nowrap;
    background: #BBBBBB;
    width: 10px;
    height: 10px;
    border-radius: 10px;
    min-height: 0;
    outline: 0;
    border: none;
    font-size: 0px;
    padding: 0px;
}

.container_feature_slider .slick-arrow {
    position: absolute;
    overflow: hidden;
    text-indent: 100%;
    white-space: nowrap;
    z-index: 1;
    outline: 0;
    border: none;
    background-repeat: no-repeat;
    background-position: left top;
    background-size: contain;
    cursor: pointer;
    top: 0px;
    padding: 0px;
    height: 370px;
    width: 95px;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
}

.container_feature_slider .slick-dots li.slick-active button {
    background: #CA2934;
}

.container_feature_slider .slick-prev {
    left: -95px;
    background: url(../images/common/slider_arrow_prev.png) no-repeat;
    background-position: 0% 42%;
    opacity: 0;
}

.container_feature_slider .slick-next {
    right: -65px;
    background: url(../images/common/slider_arrow_next.png) no-repeat;
    background-position: 100% 42%;
    opacity: 0;
}

.container_feature_slider .slick-prev.navOp1 {
    opacity: 1;
}

.container_feature_slider .slick-next.navOp1 {
    opacity: 1;
}
.container_feature_slider p {
    line-height: 1.6;
}

.topic .contents_block_heading h2:after {
    position: absolute;
    top: -20px;
    right: -28px;
    background: url(../images/common/pc_common_ico.png);
    background-position: 0px -235px;
    content: "";
    display: block;
    width: 28px;
    height: 29px;
}

.contents_block.topic {
    width: 740px;
    margin: 0 auto;
    padding: 80px 0px;
}

.contents_block.cf {}

.contents_block.topic {}

.topic_List {
    display: inline-block;
    color: #666666;
}

.topic_List > li {
    width: 100%;
    display: table;
    margin-bottom: 30px;
}

.topic_List_date {
    display: table-cell;
    padding-right: 30px;
    color:#000;
}

.topic_List li p {
    display: table-cell;
}

.topic_List li p a {
    color: #666666;
    font-family: "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "ヒラギノ角ゴ Pro W3", "ＭＳ Ｐゴシック", Osaka, sans-serif;
}

.more {
    display: none;
}

@media screen and (max-width: 961px) {
    #top_mainVisual{
width: 100%;
    }
    .mv .slick-dots {
        text-align: center;
        margin-top: 7px;
    }
    .mv .slick-dots li button {
        width: 7.5px;
        height: 7.5px;
        border-radius: 7.5px;
    }
    .container_feature {
        padding: 45px 2.5% 40px;
        margin: 0px;
    }
    .container_feature .contents_block_heading {
        padding-left: 1.875%;
    }
    .container_feature .container_inner {
        width: 100%;
        max-width: 1200px;
    }
    .container_feature_slider .slick-prev {
        display: none;
    }
    .slick-arrow.navOp1{
        opacity: 1px;
    }
    .container_feature_slider .slick-next {
        display: none;
    }
    .container_feature_slider {
        width: 100%;
    }
    .container_feature_contents {
        margin: 0px;
    }
    .contents_block.topic {
        width: 100%;
        margin: 0 auto;
        padding: 50px 0px;
    }
    .container_feature_contents {
        width: 100%;
        box-sizing: border-box;
    }
    .container_feature_slider {
        margin: 0%;
    }
    .container_feature_slider div {
        width: 47.66%;
        float: left;
        margin-right: 4.68%;
        margin-bottom: 20px;
        box-sizing: border-box;
    }
    .container_feature_slider div:nth-child(2n) {
        margin-right: 0%;
    }
    .container_feature_slider div img {
        width: 100%;
        height: auto;
        margin-bottom: 8px;
    }
    .container_feature_slider div a {}
    .container_feature_slider div p {}
    .topic_List {
        display: inline-block;
        width: 100%;
    }
    .topic_List > li {
        width: 100%;
        display: inline-block;
        margin-bottom: 17px;
    }
    .topic_List_date {
        display: inline-block;
        padding-right: 0px;
        font-size: 11px;
    }
    .topic_List li p {
        display: inline-block;
    }
    .topic_List li p a {
        font-size: 11px;
    }
    .more {
        display: block;
    }
    .more_inner {
        text-align: center;
    }
    .more_btn {
        font-size: 16px;
        position: relative;
        display: inline-block;
        margin-left: -25px;
        padding-right: 25px;
        cursor: pointer;
    }
    .more_btn:after {
        position: absolute;
        background: url(../images/common/sp_common_ico.png)no-repeat;
        background-position: 0px -117px;
        background-size: 33px;
        width: 16px;
        height: 14px;
        content: "";
        display: block;
        right: 0px;
        top: calc(50% - 7px);
    }
    .more_btn.open:after {
        -moz-transform: rotate(180deg);
        -webkit-transform: rotate(180deg);
        -o-transform: rotate(180deg);
        -ms-transform: rotate(180deg);
        transform: rotate(180deg);
    }
}

/*-----------------------------------------------------------------------
    linkbox_wrap
    注意点・確認などを表示するテキストボックスのスタイル
 -----------------------------------------------------------------------*/
div.linkbox_wrap  { display:none;}
div.linkbox_wrap.enable {display:block;}
div.linkbox_wrap .linkbox_bg {
	z-index:200;
	background:rgba(0,0,0,0.6);
	position:fixed;
	top:0;
	bottom:0;
	left:0;
	right:0;
	cursor:pointer;
}

div.linkbox.gift {
	position:absolute;
	top:-1000px;
	left:7%;
	width:80%;
	padding:3% 3% 1% 3%;
	z-index:10002;
	background:#fff;
	border-radius:8px;
}
div.linkbox.reserve {
	position:absolute;
	top:-1000px;
	left:22%;
	width:50%;
	padding:3% 3% 1% 3%;
	z-index:210;
	background:#fff;
	border-radius:8px;
}
div.linkbox p{
	font-size:13px;
	color:#221815;
	padding-bottom: 10px;
}
div.linkbox .dialog_title{
	font-size:16px;
	font-weight:bold;
	color:#221815;
	padding-bottom: 6px;
	padding-right: 12px;
	margin-bottom:10px;
	border-bottom:1px solid #DDDDDD;
}
div.linkbox .close {
	float:right;
	cursor:pointer;
	padding:0 0 0 5px;
	margin:-15px -15px 0 0;
}
div.linkbox .close .close_btn {
	width:20px;
}
div.linkbox h3 {
	font-size:20px;
}
div.linkbox .linkbox_btn {
	text-align: center;
}
div.linkbox .linkbox_btn li {
	line-height: 2;
	display: inline-block;
	/display: inline;
	/zoom: 1;
	vertical-align: top;
	margin: 15px;
}
@media (max-width: 961px){
	div.linkbox.gift {
		left:5%;
		width:90%;
		padding:5% 5% 2% 5%;
	}
	div.linkbox.reserve {
		left:5%;
		width:90%;
		padding:5% 5% 2% 5%;
	}

	div.linkbox p{
		font-size:12px;
	}
	div.linkbox .close {
		margin:-5px -5px 0 0;
	}
	div.linkbox h3 {
		font-size:15px;
		margin-bottom:15px;
	}
	div.linkbox .close img {
		height: 100%;
	}
	div.linkbox .linkbox_btn li {
		margin: 7px;
	}

	div.linkbox_wrap .linkbox #btn_close img,
	div.linkbox_wrap .linkbox #btn_next img{
		width: 72px !important;
		height: auto;
		margin:0 10px;
	}
}

/*購入フロー：ステップ画像*/
div.step img {
	width: auto;
	max-width: 100%;
	margin: auto;
	display: inherit;
}


#wrapper.linkboxShow {
    overflow-x: visible;
}
/*-----------------------------------------------------------------------
    gift_area
    ギフト選択ページ用のスタイル
 -----------------------------------------------------------------------*/
div.container .giftselect {
text-align: center;
width: 32.9%;
margin: 0px 0px 2%;
padding: 3%;
display: inline-block;
cursor: pointer;
border:4px solid #fff;
}

div.container .giftselect:hover {
border: 4px solid #f6f6f6;
}

div.container .giftarea{
	width: 90%;
	padding-bottom: 10px;
	margin: auto;
}

div.container label.no_gift_wrapping{
	vertical-align: 850%;
}
div.container .gifttitle{
	margin-bottom:3px;
}
div.container .giftprice{
	margin-bottom:3px;
}

#dispLength.err{
	color:red;
	font-weight:bold;
}
.input-data.gift-msg {
    width: 90%;
    word-break: break-all;
}

@media screen and (max-width: 961px) {
	.input-data.gift-msg {
	    width: 100%;
	}

	div.container .giftarea{
		text-align: left;
	}
	div.container .giftselect{
		text-align: center;
		width: 49%;
		margin: 0px 0% 10px;
		padding: 4px 4px 10px 4px;
		display: inline-block;
		cursor:pointer;
	}
	div.container label.no_gift_wrapping{
		vertical-align: 650%;
	}
}

div.disp_check_goods_cell_none {
	margin-left: 40px;
	margin-top: 20px;
}
.btn-slim {
	-webkit-appearance: none;
	text-decoration:none !important;
	text-align: center;
	cursor: pointer;
	display: inline-block;
	zoom: 1;
	position: relative;
	border-radius: 5px;
	margin: 3px;
}
.btn-slim {
	background: #888;
	color: #fff;
}
.btn-slim:hover {
	background: #aaa;
	color: #fff;
}
.btn-slim {
	padding: 2px 10px;
	min-width: 100px;
}
@media (max-width: 961px){
	.btn-slim {
		padding: 2px 10px;
		min-width: 50px;
	}

}
.alogo {
    background: url(../images/agnesb/logo.png)no-repeat;
    width: 208px;
    height: 65px;
}

@media (max-width: 961px){
	.alogo {
        background: url(../images/agnesb/logo.png)no-repeat;
        width: 135px;
        height: 42px;
        background-size: 135px;
	}
}
.falogo {
    background: url(../images/common/gheader_img_fix_logo.png)no-repeat;
    width: 46px;
    height: 40px;
}

.mem-ship-have {

}

.mem-ship-radio {
	padding-top: 3px;
}

.haveRadio {
	margin: 0px 3px;
}

.mem-ship-text {
	padding-left: 19px;
}

.mem-ship-agree {
	padding-top: 12px;
}

.mem-ship-link {
	text-decoration: underline;
}

@media (max-width: 961px){
	.mem-ship-link::before {
		content: "\A" ;
		white-space: pre ;
	}

	.mem-ship-link {
		text-align: left;
	}
	.input-data-mem { width: 100%; }

	.haveRadio {
	margin: 0px 0px !important;
	}

	.mem-ship-text {
	padding-left: 13px;
	}

	.sp100 {
	width: 100%;
	}
}

}