@charset "utf-8";

body {
  min-width: 315px;
  background: #fff;
  color: #333;
}

html,
body,
h1,
h2,
h3,
h4,
h5,
h6,
input[type="text"],
input[type="password"],
input[type="email"],
input[type="url"],
input[type="phone"],
input[type="tel"],
input[type="number"],
input[type="datetime"],
input[type="date"],
input[type="search"],
input[type="datetime-local"],
textarea,
select[multiple="multiple"],
.btn,
.button {
  font-family: "PT Sans", "meiryo", Arial, "Helvetica Neue", Helvetica, Tahoma, sans-serif;
}

a {
  text-decoration: none;
  color: #436C92;
  cursor: pointer;
}

a:not(.bx-next,bx-prev), button {
  transition-duration: 0.3s;
  -webkit-transition-duration: 0.3s;
  -moz-transition-duration: 0.3s;
  -o-transition-duration: 0.3s;
}

a:focus, a:hover {
  color: #999;
}

input[type=checkbox],
input[type=radio] {
  top: 2px;
  right: 3px;
}

.units-row {
  max-width: 100%;
  margin: 0 auto;
}

@media only screen and (min-width: 981px) {
  .units-row {
    max-width: 980px;
  }
}

.clearfix:after {
  content: "";
  clear: both;
  display: block;
}

@media only screen and (min-width: 681px) {
  .logo_small {
    display: none;
  }
}

@media only screen and (max-width: 680px) {
  .logo_large {
    display: none;
  }
}

@media only screen and (max-width: 767px) {
  .units-row .unit-60 {
    width: 58.8%;
  }
  .units-row .unit-40 {
    width: 38.2%;
  }
}

@media only screen and (max-width: 602px) {
  .units-row .unit-40,
  .units-row .unit-60 {
    width: 100%;
  }
}


/* --------------------------------------------------------------------------------
header
-------------------------------------------------------------------------------- */
@media only screen and (min-width: 603px) {
  #header {
    position: fixed;
    width: 100%;
    z-index: 3;
    top: 0;
  }
  .mm-opened #header {
    transform: translateX(-17px);
  }
}

.mm-opened .top_view_unit {
  padding-top: 0;
}

#header .units-row {
  margin-bottom: 0;
}

#header h1,
#header p,
#header ul {
  margin: 0;
}

.header_wrap {
  width: 100%;
  border-bottom: 5px solid #6a433a;
  background: #fff;
}

@media only screen and (min-width: 603px) {
  .header_wrap {
    border-top: 2px solid #6a433a;
  }
}

.header_content {
  max-width: 980px;
  margin: 0 auto;
}

/* --------------------------------------------------------------------------------
header-utility 
-------------------------------------------------------------------------------- */
#header-utility {
  background: #F7F5F1;
  padding: 5px 10px;
  border-bottom: dotted 1px #6A433A;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -o-box-sizing: border-box;
  -ms-box-sizing: border-box;
}

@media only screen and (min-width: 603px) {
  #header-utility {
    background: #fff;
    border-bottom: dotted 1px #6A433A;
    height: 31px;
  }
  #header-utility p {
    float: left;
  }
  #header-utility .cart {
    float: right;
  }
}

@media only screen and (min-width: 981px) {
  #header-utility {
    padding: 5px 0;
  }
}

@media only screen and (max-width: 602px) {
#header-utility {
  min-height: 60px;
}
}

#header-utility .cart .cart-num,
#header-utility .cart .cart-yen,
#header-utility .cart .cart-pt {
  white-space: nowrap;
  display: inline-block;
}

/* --------------------------------------------------------------------------------
header-logo
-------------------------------------------------------------------------------- */
#header-logo {
  padding: 8px 10px;
  background-color: #fff;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -o-box-sizing: border-box;
  -ms-box-sizing: border-box;
}

@media only screen and (min-width: 981px) {
  #header-logo {
    padding: 8px 0;
  }
}

#header-logo .logo {
  line-height: 1;
  text-align: left;
}

#header-logo .logo a {
  display: block;
}

#header-logo .logo img {
  width: auto;
}

.logo {
  float: left;
}

#header-logo .unit-100 {
  position: relative;
}



/* header-mobile
--------------------------------------------------------------- */
#header-mobile {
  width: 35%;
  position: relative;
  overflow: hidden;
  float: right;
}

@media only screen and (min-width: 603px) {
  #header-mobile {
    width: 355px;
  }
}

#header-mobile ul {
  width: 100%;
/*  padding: 0 2% 0 0;*/
  display: table;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -o-box-sizing: border-box;
  -ms-box-sizing: border-box;
}

#header-mobile li {
/*  width: 16%;*/
  width: 32%;
/*  padding: 0 0 0 2%;*/
/*  display: table-cell;*/
  list-style: none;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -o-box-sizing: border-box;
  -ms-box-sizing: border-box;
  display: block;
  float: left;
}

#header-mobile li + li {
  margin-left: 2%;
}

#header-mobile a {
  width: 100%;
  color: #333;
  text-align: center;
  display: block;
}

#header-mobile i {
  width: 100%;
  padding: 5px 0;
  display: block;
  background: #E5DED0;
  color: #6A433A;
/*  font-size: 25px;*/
  border-radius: 3px;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
/*  line-height: 14px;*/
}

#header-mobile span {
  display: none;
}

@media only screen and (min-width: 603px) {
  #header-mobile span {
    display: inline;
    position: relative;
    bottom: 5px;
    padding-left: 10px;
  }
}


/* fontawesome fa
--------------------------------------------------------------- */
.fa-big:before {
  font-size: 2em;
  position: relative;
}

/* search_unit
--------------------------------------------------------------- */
.search_unit {
  background-color: rgba(51, 51, 51, 0.9);
  width: 100%;
  color: #fff;
  position: absolute;
  z-index: 2;
  display: none;
}

.search_unit {
  position: absolute;
  top: 118px;
}

@media only screen and (min-width: 603px) {
  .search_unit {
    top: 119px;
  }
}

.search_unit.fixed {
  position: fixed;
  top: 59px;
}

@media only screen and (min-width: 603px) {
  .search_unit {
    width: 490px;
    right: 0;
    top: 92px;
  }
  .search_unit.fixed {
    position: absolute;
    /*top: auto;*/
  }
}
@media only screen and (min-width: 981px) {
  .search_unit {
    left: 50%;
  }
}

.search_inner {
  width: 90%;
  margin: 0 auto;
  padding: 20px 0;
}

@media only screen and (max-width: 603px) {
  .search_unit {
  height: 100%;
  overflow-y: auto;
  -webkit-overflow-scrolling: touch;
  }
  .search_inner {
  margin-bottom: 59px;
}
}

@media only screen and (min-width: 603px) {
  .search_unit {
  height: 300px;
  overflow-y: auto;
  -webkit-overflow-scrolling: touch;
  }
  .search_inner {
  /*margin-bottom: 200px;*/
}
}

.search_unit .search_keyword {
  width: 100%;
  padding: 10px;
  margin-bottom: 15px;
  border-radius: 5px;
  box-sizing: border-box;
}

.search_submit {
  width: 60%;
  margin: 0 auto;
  display: block;
  padding: 10px;
  cursor: pointer;
  border-style: none;
  background-color: #999;
  color: #fff;
  border-radius: 5px;
  -webkit-appearance: none;
}

.search_unit li {
  list-style: none;
  float: left;
  margin-right: 15px;
  line-height: 30px;
  cursor: pointer;
}

.search_unit li input,
.search_unit li label {
  cursor: pointer;
}

.search_unit li:last-child {
  margin-right: 0;
}

.type-radio {
  padding-left: 5px;
}

.type-checkbox {
  margin-bottom: 12px;
  padding-left: 20px;
}

.color-checkbox {
  margin-bottom: 12px;
  padding-left: 20px;
}


/* --------------------------------------------------------------------------------
visual
-------------------------------------------------------------------------------- */
@media only screen and (min-width: 603px) {
  .top_view_unit {
    padding-top: 92px;
  }
  .mm-opened .top_view_unit {
    padding-top: 92px;
  }
}

#visual {
  padding: 1em 0;
  text-align: center;
  background: url(../images/loading.png) no-repeat center center;
  position: relative;
  z-index: 1;
}

#visual-inner {
  margin: 0 auto;
  position: relative;
}

#visual-pager {
  margin: 0 0 0 -1%;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -o-box-sizing: border-box;
  -ms-box-sizing: border-box;
  overflow: hidden;
  display: none;
}

#visual-pager a {
  width: 11.5%;
  margin: 0 0 0 1%;
  float: left;
}

#visual-pager img {
  border: solid 1px #ccc;
  visibility: hidden;
}

#visual-slider img {
  visibility: hidden;
}

#visual-slider .slide img {
}

#visual .bx-wrapper {
  margin-bottom: 0;
}

#visual-pager a.active {
  filter: alpha(opacity=50);
  -moz-opacity:0.5;
  opacity:0.5;
}

#visual .visual-bg {
  padding-bottom: 10px;
  opacity:0;
}

#visual .dummy {
  width: 100%;
  max-width: 980px;
  margin-bottom: 10px;
  visibility: visible!important;
  display: block!important;
  border: none;
}

#visual .visual-body {
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
}

/* visual（8個以下）
--------------------------------------------------------------- */
@media only screen and (min-width: 603px) {
  #visual-8 #visual {
    padding: 2em 0 45px 0;
    margin: 0 0 40px 0;
  }

  #visual-8 #visual #visual-inner {
/*    width: 980px;*/
    width: 100%;
    max-width: 980px;
    margin: 0 auto;
  }

  #visual-8 .visual-body {
    border-bottom: solid 1px #ccc;
  }

  #visual-8 #visual-pager {
    padding-bottom: 10px;
    display: block;
  }
}

/* visual（9個以上）
--------------------------------------------------------------- */
@media only screen and (min-width: 603px) {
  #visual-9 #visual {
    padding: 2em 0 45px 0;
    margin: 0 0 70px 0;
  }

  #visual-9 #visual #visual-inner {
/*    width: 980px;*/
    width: 100%;
    max-width: 980px;
    margin: 0 auto;
  }

  #visual-9 .visual-body {
    padding-bottom: 5px;
    border-bottom: solid 1px #ccc;
  }

  #visual-9 #visual-pager {
    display: block;
  }

  #visual-9 #visual-pager a {
    margin-bottom: 5px;
  }

  #visual-9 #visual .visual-bg {
    padding-bottom: 0;
  }
}


/* header-banner-area  innerpage-header
--------------------------------------------------------------- */
.header-banner-area {
  padding: 15px 0;
}

.header-banner-area .pcmode_hidden_block .blocks-2 li {
 margin-bottom: 7px;
 padding-bottom: 7px;
 border-bottom: 1px dashed #CCCCCC;
}

.header-banner-area .pcmode_hidden_block .blocks-2 {
 margin-bottom: 0;
}


/* --------------------------------------------------------------------------------
content
-------------------------------------------------------------------------------- */
.content-section {
  margin: 0 0 2em 0;
  padding: 0 0.5em;
  clear: both;
  overflow: hidden;
}

.content-section_bnr {
  padding: 0 7px;
}

@media only screen and (min-width: 603px) {
  .content-section_bnr {
    padding: 0;
  }
}


/* title
--------------------------------------------------------------- */
.content-title-wrap {
  margin: 0 -0.5em 1.5em -0.5em;
  padding: 0.5em;
  overflow: hidden;
  background: #E5DED0;
  position: relative;
}

@media only screen and (min-width: 603px) {
  .news_section .content-title-wrap {
    background-color: #ccc;
  }
}

.content-title-wrap * {
  margin: 0;
  font-weight: normal;
}

.content-title-wrap .subheader {
  margin: 0 0 0 15px;
  color: #6A433A;
}

.content-title {
  color: #6A4339;
  display: inline-block;
  font-size: 110%;
  font-weight: bold;
  float: left;
}

.content-title_button a {
  float: right;
  font-size: 12px;
  height: 23px;
  line-height: 23px;
  margin-top: 5px;
  padding: 0 18px;
  transition-duration: 0.3s;
  background: #6a433a;
  color: #fff;
  border-radius: 3px;
}

.content-title_button a:hover {
  opacity: 0.7;
}

.content_bottom_button a {
  font-size: 16px;
  height: 30px;
  line-height: 30px;
  padding: 0 18px;
  transition-duration: 0.3s;
  background: #6a433a;
  color: #fff;
  border-radius: 3px;
  display: block;
  text-align: center;
  margin: 10px 10% 0;
}

@media only screen and (min-width: 603px) {
  .content_bottom_button a {
    margin: 10px 30% 0;
  }
}

.content_bottom_button a:hover {
  opacity: 0.7;
}















.content-header .title-lv1 {
	/*margin-left: -0.5em;
	margin-right: -0.5em;*/
	padding: 0 0.5em;
	font-weight: bold;
}

.title-lv1 {
	/*margin: 0 0 1em 0;*/
	padding: 0 0.3em 0 0.3em;
	color: #6A433A;
	font-size: 120%;
	line-height: 2.0;
	position: relative;
	display: inline-block;
}

.title-lv2 {
	margin: 0 -0.5em 1em -0.5em;
	padding: 0.5em;
	/*border-bottom: solid 2px #959492;*/
	color: #333;
	font-size: 140%;
 font-weight: normal;
}

.title-lv3 {
	margin: 0 0 1em 0;
	padding: 1em 0 0.5em 0;
	border-bottom: solid 2px #C8C7C5;
	color: #333;
	font-size: 110%;
}

.title-lv4 {
	font-size: 100%;
	color: #333;
}

.title-lv5 {
	font-size: 120%;
	color: #333;
	text-align: center;
}

.title-style1 {
	padding: 0 0 0.5em 0;
	font-size: 100%;
	line-height: 1.6;
	border-bottom: dotted 1px #999;
}

.title-style2 {
	margin: 0 0 1em 0;
	padding: 0 0 0 1em;
	font-size: 100%;
	line-height: 1.6;
	border-left: solid 4px #C8C7C5;
}

.title-style3 {
	margin: 0 0 1em 0;
	padding: 0 0 0.5em 0;
	font-size: 140%;
	line-height: 1.6;
	border-bottom: dotted 1px #999;
}

.title-style4 {
	margin: 0 0 1em 0;
	padding: 0.2em 0.5em;
 color: #A40081;
	font-size: 130%;
	line-height: 1.6;
	border: solid 1px #A40081;
}

.content-title-sub {
 margin-right: 20px;
	float: right;
}

.content-title-sub a {
	display: block;
	line-height: 2.3;
	color: #333;
}













/* item
--------------------------------------------------------------- */

@media only screen and (max-width: 400px) {
  .blocks-4.blocks-mobile-50 li,
  .blocks-3.blocks-mobile-50 li {
    width: 97%;
    margin-right: 3%;
    float: none;
  }
}

.item-name,
.item-label {
  font-weight: bold;
  line-height: 1.3;
}

.item-name + .item-price,
.item-rating + .item-price {
  padding: 0.5em 0 0 0;
}

.item-price {
  line-height: 1.4;
  font-weight: bold;
  color: #333;
  clear: both;
}

.item-photo {
  margin-bottom: 5px;
  position: relative;
}



/* news
--------------------------------------------------------------- */
.news_list dt:nth-child(n+5),
.news_list dd:nth-child(n+5) {
  display: none;
}

@media only screen and (min-width: 603px) {
  .news_list {
    overflow-y: scroll !important;
    height: 90px;
  }
  .news_list dt:nth-child(n+5),
  .news_list dd:nth-child(n+5) {
    display: block;
  }
}

.content-section_ranking {
  padding: 0;
}

.content-section_ranking .content-title {
  padding-left: 7px;
}

.ranking_unit {
  width: 49%;
  float: left;
}

.ranking_unit img {
  width: 100%;
}

.ranking_unit:nth-child(even) {
  margin-left: 2%;
}

@media only screen and (min-width: 603px) {
  .ranking_unit {
    width: 32%;
  }
  .ranking_unit:nth-child(even) {
    margin-left: 0;
  }
  .content-section_ranking .ranking_unit_no2,
  .content-section_ranking .ranking_unit_no3,
  .content-section_ranking .ranking_unit_no5,
  .content-section_ranking .ranking_unit_no6 {
    margin-left: 2%;
  }
}

.ranking_unit_no3,
.ranking_unit_no4 {
  margin-top: 50px;
}

@media only screen and (min-width: 603px) {
  .ranking_unit_no3 {
    margin-top: 0;
  }
  .ranking_unit_no4,
  .ranking_unit_no5,
  .ranking_unit_no6 {
    margin-top: 30px;
  }
}

.ranking_wrapper {
  display: block;
  width: 100%;
  margin: 0 auto;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -o-box-sizing: border-box;
  -ms-box-sizing: border-box;
}

.ranking_wrapper a {
  display: block;
}

.ranking_border {
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -o-box-sizing: border-box;
  -ms-box-sizing: border-box;
  border: 1px solid #cecece;
  padding-bottom: 15%;
  margin-bottom: 5px;
}

.ranking_icon {
  position: relative;
}

.ranking_icon:before {
  content: "";
  position: absolute;
  width: 55px;
  height: 100%;
  z-index: 1;
  top: -10px;
  left: 5px;
}

.ranking_icon_no1:before {
  background: url(../images/rank1.png) no-repeat left top;
  background-size: contain;
}
.ranking_icon_no2:before {
  background: url(../images/rank2.png) no-repeat left top;
  background-size: contain;
}
.ranking_icon_no3:before {
  background: url(../images/rank3.png) no-repeat left top;
  background-size: contain;
}
.ranking_icon_no4:before {
  background: url(../images/rank4.png) no-repeat left top;
  background-size: contain;
}
.ranking_icon_no5:before {
  background: url(../images/rank5.png) no-repeat left top;
  background-size: contain;
}
.ranking_icon_no6:before {
  background: url(../images/rank6.png) no-repeat left top;
  background-size: contain;
}
.ranking_icon_no7:before {
  background: url(../images/rank7.png) no-repeat left top;
  background-size: contain;
}
.ranking_icon_no8:before {
  background: url(../images/rank8.png) no-repeat left top;
  background-size: contain;
}
.ranking_icon_no9:before {
  background: url(../images/rank9.png) no-repeat left top;
  background-size: contain;
}
.ranking_icon_no10:before {
  background: url(../images/rank10.png) no-repeat left top;
  background-size: contain;
}
.ranking_icon_no11:before {
  background: url(../images/rank11.png) no-repeat left top;
  background-size: contain;
}
.ranking_icon_no12:before {
  background: url(../images/rank12.png) no-repeat left top;
  background-size: contain;
}
.ranking_icon_no13:before {
  background: url(../images/rank13.png) no-repeat left top;
  background-size: contain;
}
.ranking_icon_no14:before {
  background: url(../images/rank14.png) no-repeat left top;
  background-size: contain;
}
.ranking_icon_no15:before {
  background: url(../images/rank15.png) no-repeat left top;
  background-size: contain;
}
.ranking_icon_no16:before {
  background: url(../images/rank16.png) no-repeat left top;
  background-size: contain;
}
.ranking_icon_no17:before {
  background: url(../images/rank17.png) no-repeat left top;
  background-size: contain;
}
.ranking_icon_no18:before {
  background: url(../images/rank18.png) no-repeat left top;
  background-size: contain;
}
.ranking_icon_no19:before {
  background: url(../images/rank19.png) no-repeat left top;
  background-size: contain;
}
.ranking_icon_no20:before {
  background: url(../images/rank20.png) no-repeat left top;
  background-size: contain;
}


.item-status {
  text-align: center;
  display: block;
}


.item-new {
  margin-right: 5px;
  padding: 5px 7px;
  font-size: 120%;
  background: #ff565f;
  color: #fff;
}

.item-free {
  margin-right: 5px;
  padding: 5px 7px;
  font-size: 120%;
  background: #0093eb;
  color: #fff;
}


.item-recommend {
  margin-right: 5px;
  padding: 5px 7px;
  font-size: 120%;
  background: #4ACE95;
  color: #fff;
}


.item-comment {
  color: #CC0033;
}

.price {
  font-weight: normal;
  font-size: 90%;
}

.item-info2 {
  margin: 10px 0 10px 0;
  margin-left: 1.4em;
  font-size: 95%;
}

.item-coupon,
.item-campaign,
.item-alert {
  margin-bottom: 5px;
  font-size: 90%;
  line-height: 1.5;
  text-indent: -1.8em;
}

.item-offer .item-coupon,
.item-offer .item-campaign,
.item-offer .item-alert {
  color: #d91e1a;
}

.item-coupon .icon-coupon,
.item-coupon .icon-coupon2,
.item-campaign .icon-campaign,
.item-alert .icon-alert {
  margin-right: 3px;
  font-size: 150%;
  vertical-align: middle;
  color: #d91e1a;
}

.item-offer .icon-coupon,
.item-offer .icon-coupon2,
.item-offer .icon-campaign,
.item-offer .icon-alert {
  color: #d91e1a;
}

/* status label */
.item-last {
  background: #999;
  color: #fff;
  line-height: 1.3;
  font-size: 80%;
}

/* category label */
.item-ladies {
  color: #E57179;
  padding: 5% 0 5% 5px;
  /*display: block;*/
}
.item-mens {
  color: #2F93BD;
  padding: 5% 0 5% 5px;
  /*display: block;*/
}
.item-unisex {
  color: #666;
  padding: 5% 0 5% 5px;
  /*display: block;*/
}
.item-kids {
  color: #72dc24;
  padding: 5% 0 5% 5px;
  /*display: block;*/
  /*-webkit-text-stroke: 1px #888;
  text-stroke: 1px #888;*/
}


/* ranking label */
.newproduct_border .item-ladies,
.ranking_wrapper .item-ladies {
  display: block;
}
.newproduct_border .item-mens,
.ranking_wrapper .item-mens, 
.newproduct_border .item-unisex,
.ranking_wrapper .item-unisex,
.newproduct_border .item-kids,
.ranking_wrapper .item-kids {
  display: block;
}



/* newproduct
--------------------------------------------------------------- */
.newproduct_list {
  padding: 0 7px;
}

@media only screen and (min-width: 603px) {
  .newproduct_list {
    padding: 0;
  }
}

.content-section_newproduct {
  padding: 0;
}

.content-section_newproduct .content-title {
  padding-left: 7px;
}

.content-title.fsize20 {
  font-size: 20px;
}

.newproduct_unit {
  width: 49%;
  margin-bottom: 25px;
  float: left;
}

.newproduct_unit:nth-child(even) {
  margin-left: 2%;
}


@media only screen and (min-width: 603px) {
  .newproduct_unit {
    width: 23.5%;
  }
  .newproduct_unit:nth-child(even) {
    margin-left: 0;
  }
  .content-section_newproduct .newproduct_unit_no2,
  .content-section_newproduct .newproduct_unit_no3,
  .content-section_newproduct .newproduct_unit_no4,
  .content-section_newproduct .newproduct_unit_no6,
  .content-section_newproduct .newproduct_unit_no7,
  .content-section_newproduct .newproduct_unit_no8,
  .content-section_newproduct .newproduct_unit_no10,
  .content-section_newproduct .newproduct_unit_no11,
  .content-section_newproduct .newproduct_unit_no12,
  .content-section_newproduct .newproduct_unit_no14,
  .content-section_newproduct .newproduct_unit_no15,
  .content-section_newproduct .newproduct_unit_no16,
  .content-section_newproduct .newproduct_unit_no18,
  .content-section_newproduct .newproduct_unit_no19,
  .content-section_newproduct .newproduct_unit_no20,
  .content-section_newproduct .newproduct_unit_no22,
  .content-section_newproduct .newproduct_unit_no23,
  .content-section_newproduct .newproduct_unit_no24,
  .content-section_newproduct .newproduct_unit_no26,
  .content-section_newproduct .newproduct_unit_no27,
  .content-section_newproduct .newproduct_unit_no28,
  .content-section_newproduct .newproduct_unit_no30,
  .content-section_newproduct .newproduct_unit_no31,
  .content-section_newproduct .newproduct_unit_no32,
  .content-section_newproduct .newproduct_unit_no34,
  .content-section_newproduct .newproduct_unit_no35,
  .content-section_newproduct .newproduct_unit_no36,
  .content-section_newproduct .newproduct_unit_no38,
  .content-section_newproduct .newproduct_unit_no39,
  .content-section_newproduct .newproduct_unit_no40,
  .content-section_newproduct .newproduct_unit_no42,
  .content-section_newproduct .newproduct_unit_no43,
  .content-section_newproduct .newproduct_unit_no44,
  .content-section_newproduct .newproduct_unit_no46,
  .content-section_newproduct .newproduct_unit_no47,
  .content-section_newproduct .newproduct_unit_no48,
  .content-section_newproduct .newproduct_unit_no50,
  .content-section_newproduct .newproduct_unit_no51,
  .content-section_newproduct .newproduct_unit_no52,
  .content-section_newproduct .newproduct_unit_no54,
  .content-section_newproduct .newproduct_unit_no55,
  .content-section_newproduct .newproduct_unit_no56,
  .content-section_newproduct .newproduct_unit_no58,
  .content-section_newproduct .newproduct_unit_no59,
  .content-section_newproduct .newproduct_unit_no60,
  .content-section_newproduct .newproduct_unit_no62,
  .content-section_newproduct .newproduct_unit_no63,
  .content-section_newproduct .newproduct_unit_no64,
  .content-section_newproduct .newproduct_unit_no66,
  .content-section_newproduct .newproduct_unit_no67,
  .content-section_newproduct .newproduct_unit_no68,
  .content-section_newproduct .newproduct_unit_no70,
  .content-section_newproduct .newproduct_unit_no71,
  .content-section_newproduct .newproduct_unit_no72,
  .content-section_newproduct .newproduct_unit_no74,
  .content-section_newproduct .newproduct_unit_no75,
  .content-section_newproduct .newproduct_unit_no76,
  .content-section_newproduct .newproduct_unit_no78,
  .content-section_newproduct .newproduct_unit_no79,
  .content-section_newproduct .newproduct_unit_no80,
  .content-section_newproduct .newproduct_unit_no82,
  .content-section_newproduct .newproduct_unit_no83,
  .content-section_newproduct .newproduct_unit_no84,
  .content-section_newproduct .newproduct_unit_no86,
  .content-section_newproduct .newproduct_unit_no87,
  .content-section_newproduct .newproduct_unit_no88,
  .content-section_newproduct .newproduct_unit_no90,
  .content-section_newproduct .newproduct_unit_no91,
  .content-section_newproduct .newproduct_unit_no92,
  .content-section_newproduct .newproduct_unit_no94,
  .content-section_newproduct .newproduct_unit_no95,
  .content-section_newproduct .newproduct_unit_no96,
  .content-section_newproduct .newproduct_unit_no98,
  .content-section_newproduct .newproduct_unit_no99,
  .content-section_newproduct .newproduct_unit_no100 {
    margin-left: 2%;
  }
}

.newproduct_wrapper {
  display: block;
  width: 100%;
  margin: 0 auto;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -o-box-sizing: border-box;
  -ms-box-sizing: border-box;
}

.newproduct_wrapper > a {
  display: block;
}

.newproduct_wrapper .copy {
  font-size: 13px;
}

.newproduct_border {
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -o-box-sizing: border-box;
  -ms-box-sizing: border-box;
  border: 1px solid #cecece;
  padding-bottom: 15%;
  margin-bottom: 5px;
}


/* product_tag
--------------------------------------------------------------- */
.product_tag_unit {
  width: 100%;
  margin: 5px 0;
}

.product_tag {
  display: block;
  color: #fff;
  width: 33%;
  float: left;
  font-size: 11px;
  text-align: center;
  white-space: nowrap;
  overflow: hidden;
  border-left: 1px solid #FFF;
  margin-left: -1px;
}

.tag_new {
  background-color: #FF004E;
}
.tag_freeshipping {
  background-color: #669AD3;
}
.tag_movie {
  background-color: #C4617D;
}
.tag_recommended {
  background-color: #4ACE95;
}
.tag_sale {
  background-color: #FF6F3D;
}
.tag_newcolor {
  background-color: #0BA4FF;
}







/* detail
--------------------------------------------------------------- */

.detail_productname {
  padding: 7px 17px;
}

.detail_productname .content-title {
  line-height: 23px;
  font-size: 20px;
}

/* quality
-------------------------------------------------------------------------------- */

#product.quality #main #main-inner {
 width: 100%;
 margin-bottom: 15px;
 padding-bottom: 15px;
 overflow: hidden;
 border-bottom: 1px dotted #CCC;
}

#product.quality #main #main-inner img {
 margin-right: 15px;
 float: left;
}

#product.quality #main #main-inner h2 {
 margin: 15px 0 0 0;
 color: #6A433A;
 font-size: 120%;
}

#product.quality #main .freearea {
 margin-bottom: 30px;
}

#product.quality #main .freearea img {
 max-width: 100%;
 height: auto;
 text-align: left;
}

#product.quality #main .freearea p {
 font-size: 90%;
 text-align: left;
}


/* itemlist
--------------------------------------------------------------- */


@media only screen and (max-width: 480px) {
  .itemlist li .copy {
    height: auto !important;
  }

  .itemlist .accordion-title-pc {
    display: none !important;
  }

  .itemlist .accordion-pc {
    display: inherit !important;
  }
}


.itemlist .item-review dd {
  margin-left: 0;
}
@media only screen and (min-width: 603px) {
  .content-box-style1 {
    border: 1px solid #ccc;
  }
}


@media only screen and (min-width: 480px) {
  .itemlist .blocks-2.blocks-mobile-50 > li {
    width: 47%;
    margin-left: 3%;
  }
}

@media only screen and (max-width: 400px) {
  .itemlist .blocks-2.blocks-mobile-50 > li,
  .free-2 > li {
    width: 97%;
    float: none;
  }

  .itemlist .blocks-3 li,
  .itemlist .blocks-4 li {
    margin-bottom: 1em;
    border-bottom: dotted 1px #999;
  }

  .itemlist .blocks-3 li .item-photo,
  .itemlist .blocks-4 li .item-photo {
    width: 120px;
    margin: 0 10px 5px 0;
    float: left;
  }

  .itemlist li .item-del {
    margin-bottom: 1em;
  }
}


/* breadcrumbs topicpath
--------------------------------------------------------------- */
.topicpath {
  padding: 5px 10px;
  margin: 0;
}


/* search result  pagination
--------------------------------------------------------------- */
.result-bar {
  margin: 0 0 2em 0;
  padding: 0.2em 0;
  overflow: hidden;
}

.result-bar p,
.result-bar ul {
  margin-bottom: 0;
  line-height: 1.65em;
}

.result-bar .pagination {
  text-align: center;
  left: 0;
  clear: both;
}

.result-bar .pagination .count {
  margin: 0 1em 0 0;
  padding: 0.3em 0.8em;
  border: none;
  float: none;
}

.result-bar .pagination ul {
  margin-left: 0;
  float: none;
}

.result-bar .pagination ul li {
  float: none;
  display: inline-block;
}

.result-bar .pagination ul li a,
.result-bar .pagination ul li span {
  padding: 0.3em 0.8em;
  display: block;
  border-radius: 5px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
}

.result-bar .pagination ul li a {
  color: #436C92;
  border: solid 1px #ccc;
  background: #fff;
  line-height: 1.3em;
  border-radius: 5px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
}

.result-bar .pagination ul span,
.result-bar .pagination ul a:hover {
  line-height: 1.3em;
  color: #fff;
  background: #6A433A;
  text-decoration: none;
}

.result-bar .pagination ul a:hover {
  color: #fff!important;
}

.result-bar .pagination ul li.prev,
.result-bar .pagination ul li.next {
  padding: 0;
}

.result-bar .pagination ul li.prev a,
.result-bar .pagination ul li.next a {
  color: #436C92!important;
}

.result-bar .pagination ul li.prev a,
.result-bar .pagination ul li.next a,
.result-bar .pagination ul li.prev .disable,
.result-bar .pagination ul li.next .disable {
  background: #fff;
  border: solid 1px #ccc;
}

.result-bar .pagination ul li.prev .disable,
.result-bar .pagination ul li.next .disable {
  padding: 0.3em 0.8em;
}

.result-bar .pagination ul li.prev a span,
.result-bar .pagination ul li.next a span {
  padding: 0;
  color: #436C92;
  background: none;
  border: none;
}

.result-bar .pagination ul li.prev span,
.result-bar .pagination ul li.next span {
  padding: 0;
  color: #999;
  background: none;
  border: none;
  display: inline-block;
}

.result-bar .pagination ul li.prev span.spmode_hidden_block,
.result-bar .pagination ul li.next span.spmode_hidden_block {
  display: none;
}

@media only screen and (min-width: 603px) {
  .result-bar .pagination ul li.prev span.spmode_hidden_block,
  .result-bar .pagination ul li.next span.spmode_hidden_block {
    display: inline-block;
  }
}

.result-bar .pagination ul li.prev a:hover,
.result-bar .pagination ul li.next a:hover,
.result-bar .pagination ul li.prev a:hover span,
.result-bar .pagination ul li.next a:hover span {
  color: #fff!important;
  background: #333;
}


@media only screen and (min-width: 981px) {
  .result-bar {
    margin: 0 0 2em 0;
    padding: 0.2em 0;
    overflow: hidden;
  }

  .result-bar p,
  .result-bar ul {
    margin-bottom: 0;
    line-height: 1.65em;
  }

  .result-bar .pagination {
    text-align: center;
    left: 0;
    clear: both;
  }

  .result-bar .pagination .count {
    margin: 0 1em 0 0;
    padding: 0.3em 0.8em;
    border: none;
    float: left;
  }

  .result-bar .pagination ul {
    margin: 0 0.8em 0 0;
    float: right;
  }

  .result-bar .pagination ul li {
    float: none;
    display: inline-block;
  }
}







/* search sort
--------------------------------------------------------------- */
.search-box {
	margin: 0 0 2em 0;
	padding: 5px 15px; 
	background: #F7F5F1;
	overflow: hidden;
}

.search-box .accordion-title {
	margin-bottom: 1em;
	
}

.search-box .sort {
	color: #6A433A;
}

.search-box .sort i {
	margin: 0 5px 0 0;
	vertical-align: middle;
}

.search-box .sort dd {
	margin: 0;
}

.search-box .order {
	margin: 0;
	clear: both;
}

.search-box .order li {
	padding: 0 6px 0 3px;
	list-style: none;
	display: inline;
	font-size: 95%;
	border-right: solid 1px #999;
}

.search-box .order li:first-child {
	margin-right: -5px;
	padding-right: 0;
	border: none;
}

.search-box .order li:last-child {
	border: none;
}

.search-box .order li a {
	white-space: nowrap;
}

#sp-type-select {
	margin-bottom: 1em;
}

#sp-type-select select {
	width: 100%;
}

.search-box .type-select {
	float: right;
}

@media only screen and (max-width: 479px) {
.search-box .type-select {
	text-align: center;
	float: none;
}

.search-box .type-select select {
	width: 100%;
}
}

.search-result-box {
	margin: 0 0 2em 0;
	padding: 10px 15px; 
	background: #eee;
}

.search-result-box p {
	margin: 0;
}

.search-txt {
 margin: 0 0 2em 0;
}

.search-txt .accordion-title {
 padding-left: 1em !important;
}

@media only screen and (max-width:963px) {
 .search-txt .detailnav {
  display: none;
}
}













/* product
--------------------------------------------------------------- */
@media only screen and (min-width: 768px) and (max-width: 768px) {
  #item-detail-container .unit-60 {
    width: 430px;
  }
}

#item-detail-container .unit-60,
#item-detail-container .unit-40 {
  margin-bottom: 2em;
}

#item-detail-container .unit-60{
  float: left;
  margin: 0;
}

#item-detail-container .unit-40 {
  padding-left: 0.5em;
  padding-right: 0.5em;
  float: right;
}

.item-detail-title {
  padding: 1.5em 0;
  border-top: solid 2px #999;
  font-size: 70%;
  display: block;
}

.item-detail-title h1 {
  color: #6A4339;
}

.item-offer .dl-horizon {
  display: table;
}

.item-offer .dl-horizon dt {
  width: 90px;
  width: auto;
  font-size: 110%;
  float: left!important;

}

.item-offer .dl-horizon dd {
  width: 6em;
  margin-bottom: 0;
  padding-left: 0;
  padding-bottom: 0;
  font-size: 110%;

  float: right;
  display: table-cell;
}

.item-memo {
  font-size: 90%;
}

.item-memo ul {
  margin-left: 0;
}

.item-memo ul li {
  list-style: none;
}

.item-cart select {
  width: 99%;
  margin: 0 0 0.5em 0!important;
  display: block;
}

.item-cart input[type="text"] {
  z-index: 0;
}

.item-cart .item-cart_cartbtn {
  margin-right: 5px;
}

.item-cart .item-cart_favbtn {
  margin-right: 5px;
}

.item-info-container {
  padding: 2.5em 0.5em;
  border-top: dotted 1px #999;
  clear: both;
}

.item-info-container h2 {
  color: #6A433A;
  font-size: 115%;
}

.item-txt-free {
  padding: 2px 7px;
  background: #ffeef3;
  font-weight: bold;
  margin-right: 5px;
}


.item-spec table {
  margin-bottom: 0;
}

.item-stock table {
  border: none;
  margin-bottom: 0;
  min-width: 450px;
}

.item-stock .status {
  text-align: center;
  font-family: "ＭＳ ゴシック", "MS Gothic", "Osaka－等幅", Osaka-mono, monospace;
}

.item-stock .unavailable {
  background: #999;
}

.item-stock .table-container {
  margin-bottom: 0;
}

#sp-product-header {
  display: none;
  padding: 0.5em;
}

.pickup-item .bx-wrapper {
  width: auto;
  padding: 0 23px 0 23px;
}


@media only screen and (max-width:603px) {
  .pickup-item {
    width: auto;
    padding: 1em 7px;
  }

  .pickup-item .bx-wrapper .bx-pager {
    bottom: -35px;
  }

  .pickup-item .bx-wrapper .bx-next {
    right: 10px;
  }

  .pickup-item .bx-wrapper .bx-prev {
    /*left: -5%;*/
  }

  .pickup-item .bx-wrapper {
    padding: 0 33px 0 23px;
  }

  .pickup-item .slide {
    width: 121px!important;
  }
}


@media only screen and (max-width:767px) {
  #sp-product-header {
    display: block;
  }
  #pc-product-header {
    display: none;
  }
}


/* item-slider
--------------------------------------------------------------- */

.item-slider {
  width: auto;
  margin: -0.5em 0 0.5em 0;
  padding: 1em 0;
}

.item-slider .bx-wrapper {
  margin-bottom: -1em;
  margin-left: 0;
  margin-right: 0;
/*  opacity: 0;*/
}

.item-slider img {
  width: 100%;
}

.item-slider .bx-wrapper .bx-next {
  right: 0;
}

.item-slider .bx-wrapper .bx-prev {
  left: 0;
}

.bx-pager .bx-pager-item:only-child {
  border: solid 1px blue;
}


.slide .item-status {
  margin-top: 5px;
}


/* bxslider overwrite */
.item-slider .bx-wrapper .bx-controls-direction a {
  width: 16px;
  height: 100px;
  top: 70px;
  background: #6A433A;
  text-indent: 0;
  z-index: 1;
}

.item-slider .bx-wrapper .bx-controls-direction a:hover {
  background: #967B75;
}

.item-slider .bx-wrapper {
  padding: 0px 20px;
}

.item-slider .bx-next:after,
.item-slider .bx-prev:after {
  font-family: 'icomoon';
  color: #fff;
  position: absolute;
  top: 40px;
}

.item-slider .bx-next:after {
  content: "\e619";
}

.item-slider .bx-prev:after {
  content: "\e61a";
}

.item-slider .bx-wrapper .bx-pager,
.item-slider .bx-wrapper .bx-controls-auto {
  position: static;
}

.item-slider.slide-eq7 .bx-controls,
.item-slider.slide-eq6 .bx-controls,
.item-slider.slide-eq5 .bx-controls,
.item-slider.slide-eq4 .bx-controls,
.item-slider.slide-eq3 .bx-controls,
.item-slider.slide-eq2 .bx-controls,
.item-slider.slide-eq1 .bx-controls {
  display: none;
}

.item-slider.slide-eq2 .pickup-slider,
.item-slider.slide-eq1 .pickup-slider {
  width: 100%;
  -moz-transition: none!important;
  -webkit-transition: none!important;
  -o-transition: none!important;
  -ms-transition: none!important;
  transition: none!important;

  -moz-transform: translate3d(0)!important;
  -webkit-transform: translate3d(0)!important;
  -o-transform: translate3d(0)!important;
  -ms-transform: translate3d(0)!important;
  transform: translate3d(0)!important;
  position: static;
}


/* ボタン無効 */
.item-slider.slide-eq2 .pickup-slider .bx-clone,
.item-slider.slide-eq1 .pickup-slider .bx-clone {
  display: none;
}

@media only screen and (max-width: 979px) {
  .item-slider.slide-eq7 .bx-controls {
    display: block;
  }
}
@media only screen and (max-width: 869px) {
  .item-slider.slide-eq6 .bx-controls {
    display: block;
  }
}
@media only screen and (max-width: 749px) {
  .item-slider.slide-eq5 .bx-controls {
    display: block;
  }
}
@media only screen and (max-width: 599px) {
  .item-slider.slide-eq4 .bx-controls {
    display: block;
  }
}


/* cart_btn */
.cart_btn {
  box-shadow: 0px 1px 2px rgba(0, 0, 0, 0.1);
  opacity: 0.8;
  background: #EEE;
  border: 1px solid #DDD;
  text-shadow: 0 1px 1px white;
  color: #CCC;
  cursor: default;
  height: auto!important;
  font-size: 110%;
  padding: 0.5em 0;
  transition-property: background;
  transition-duration: 0.3s;
  border-radius: 3px;
  display: inline-block;
  vertical-align: middle;
  zoom: 1;
  line-height: 32px;
  font-weight: 300;
  margin: 0;
  text-decoration: none;
  text-align: center;
  width: 100%;
}

.fav_btn {
  height: 34px;
  cursor: pointer;
  box-shadow: none;
  transition-property: background;
  transition-duration: 0.3s;
  background: #BC6262;
  color: white;
  text-shadow: none;
  border: none;
  border-radius: 3px;
  display: inline-block;
  vertical-align: middle;
  zoom: 1;
  line-height: 32px;
  padding: 0px 25.6px;
  font-weight: 300;
  font-size: 14px;
  margin: 0;
  text-decoration: none;
  text-align: center;
  width: 100%;
}


/* feature */

.feature li {
  margin-bottom: 10px;
  line-height: 1.5;
}

.feature li a {
  width: 100%;
  padding: 0 10px 0 0;
  font-size: 85%;
  display: table;
  overflow: hidden;
  background: #F7F5F1;
  color: #333;
  /* pointer-events: none; */
}

.feature li img {
  width: 61px;
  max-width: 61px;
  min-width: 61px;
  display: table-cell;
  vertical-align: middle;
}

.feature li .text {
  width: 100%;
  padding: 0 0 0 8px;
  display: table-cell;
  vertical-align: middle;
  text-align: left;
}

@media only screen and (min-width:768px) and (max-width:979px) {
  .feature {
    margin-left: -1.7%;
  }

  .feature li {
    width: 22.9%;
    margin-left: 2%;
  }
}

@media only screen and (min-width:980px) {
  .feature {
    margin-left: -2%;
  }

  .feature li {
    width: 18%;
    margin-left: 2%;
  }
}



/* --------------------------------------------------------------------------------
Site Styles
-------------------------------------------------------------------------------- */
#primary {
}

#primary {
  width: 100%;
  padding: 0;
}

.units-container {
  background: #fff;
}

.units-container > .units-row {
  margin-bottom: 0;
  padding-bottom: 0;
}

.units-row,
.units-row .unit-33,
.units-row .unit-100 {
  margin-bottom: 0;
  overflow: hidden;
}

.units-container:after, .units-container > .units-row:after {
  display: none;
}


/* All Mobile Sizes (devices and browser) */
@media only screen and (max-width: 768px) {
  #primary {
    width: 100%;
    max-width: 100%;
    margin-bottom: 0;
    float: none;
  }
}

/* --------------------------------------------------------------------------------
Utility
-------------------------------------------------------------------------------- */

.spmode_hidden_block {
  display: none;
}
@media only screen and (min-width: 603px) {
  .spmode_hidden_block {
    display: block;
  }
}

.pcmode_hidden_block {
  display: block;
}
@media only screen and (min-width: 603px) {
  .pcmode_hidden_block {
    display: none;
  }
}


@media only screen and (min-device-width: 1024px) and (min-width: 963px) {
.sp-hidden {
	display: block;
}

.pc-hidden {
	display: none;
}

.pc-visible {
	display: block;
}

.one-column #secondary {
	display: none;
}

.one-column #primary {
	width: 100%;
	min-height: 400px;
}
}
@media only screen and (min-width: 602px) {
.sp-hidden {
	display: block;
}

.pc-hidden {
	display: none;
}
}


/* form
--------------------------------------------------------------- */
select {
  padding: 3px 2px;
  border: solid 1px #ccc;
  border-radius: 1px;
  -webkit-border-radius: 1px;
  -moz-border-radius: 1px;
  font-size: 1em;
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.1) inset;
}

button i {
  margin: 0 0.5em 0 0;
}

.mycollection {
  color: #fff;
}



/* SNS
--------------------------------------------------------------- */
.snsbtn {
  padding: 0 10px 0 0;
  display: table-cell;
  vertical-align: middle;
}

.fb-like > span {
  height: 27px!important;
}


/* banner
--------------------------------------------------------------- */
.bnr {
  margin: 0;
}

.bnr a {
  display: block;
}

.bnr li {
  width: 100%;
  margin-bottom: 1%;
  list-style: none;
}

.content-section_bnr .bnr + .bnr-blocks {
 margin-top: 10px !important;
}

@media only screen and (min-width: 603px) {
  .content-section_bnr .bnr li {
    width: 49.5%;
    float: left;
  }
  .content-section_bnr .bnr li + li {
    margin-left: 1%;
  }
}

.bnr li img {
  width: 100%;
  max-width: 100%;
}

.bnr-blocks {
  overflow: hidden;
  margin: 0;
}

.bnr-blocks > li {
  width: 49.5%;
  float: left;
  list-style: none;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -o-box-sizing: border-box;
  -ms-box-sizing: border-box;
  margin-bottom: 1%;
}

.bnr-blocks > li:nth-child(even) {
  margin-left: 1%;
}

@media only screen and (min-width: 603px) {
  .bnr-blocks li {
    width: 24.25%;
  }
  .bnr-blocks li + li {
    margin-left: 1%
  }
}

.bnr-blocks > li a {
  display: block;
  width: 100%;
  margin: 0 auto;
}

.bnr-blocks > li a img {
  width: 100%;
}

aside .bnr li img {
  width: auto;
}

/* --------------------------------------------------------------------------------
side navi
-------------------------------------------------------------------------------- */
#secondary {
  margin: 0;
  padding: 0 1em;
  overflow: hidden;
}

#secondary #side {
  display: none;
}

#side {
}

#side h3 {
  text-align: center;
}

#side_menu_close_button {
 font-size: 150%;
 color: #6A433A;
 position: absolute;
 top: 10px;
 right: 0;
}


/* mmenu overwrite
--------------------------------------------------------------- */
.mmenu {
  display: none;
}

.mm-menu {
  display: none;
}

.mm-menu .widget li a {
  color: #436C92!important;
}

.mm-menu .utility a {
  color: #fff;
}

.mm-menu .widget {
  margin-left: 10px;
  margin-right: 10px;
  color: #333;
}

.mm-menu .widget li ul > li {
  border: none;
}

#side.mm-menu {
  background: #F7F5F1;
}

#side.mm-menu .widget-news a,
#side.mm-menu .widget-campaign a {
  padding-top: 0;
  color: #990033!important;
}

#side.mm-menu .mobile-nav .button {
  padding-right: 0;
  padding-left: 0;
  border-bottom: solid 1px #fff!important;
  background: #6A433A!important;
  color: #fff!important;
  text-align: left;
  font-size: 13px;
}

#side.mm-menu .button .sub {
  display: none!important;
}


.btn-group.mobile-nav {
  margin: 0 0 20px 0;
  text-align: center;
}

#side.mm-menu .nav-v ul li ul {
  margin-left: 0;
}

/* widget
--------------------------------------------------------------- */
.widget {
  margin: 0 0 2em 0;
}

.widget-title {
  margin-bottom: 0.5em;
  font-family: Playfair Display,'meiryo', sans-serif;
}

.widget li i {
  padding: 0 5px 0 0;
}

.widget li i.icon-arrow {
  color: #999!important;
}

#side .widget-title {
  margin: 0 0 10px 0;
  padding: 10px 0;
  background: #E5DED0;
  text-align: center;
  color: #6A433A;
  cursor: pointer;
}

@media only screen and (max-width: 603px) {
#side .widget-title {
  padding: 12px 0;
}
}

.widget-title .jp {
  padding: 0 0 0 20px;
  font-weight: normal;
  font-size: 80%;
}

/* banner */
.widget-banner {
  margin-bottom: 1em;
  text-align: center;
}

.mm-menu .widget-banner li {
  margin-top: 0.5em;
}

.mm-menu .widget-banner a {
  padding: 0;
}

/* campaign */
.campaign {
  padding: 0 0.5em;
  background: #fff;
  overflow: hidden;
  line-height: 1.3;
}

.campaign .text {
  padding: 15px 0 0 0;
}

.campaign a {
  font-size: 85%;
}


/* keyword */
.widget-keyword,
.widget-list {
  margin: 0 0 1em 0;
}

.widget-title i {
  margin: 0 10px 0 0;
  font-size: 17px;
  vertical-align: middle;
  color: #fff;
}

.widget-title i.icon-caret_top,
.widget-title i.icon-caret_bottom {
  width: 17px;
  height: 17px;
  display: inline-block;
  text-align: center;
  font-size: 17px;
  float: right;
  cursor: pointer;
  position: relative;
  top: 4px;
  left: 0;
}

#side widget-title {
  cursor: pointer;
}

.widget-title i.icon-arrow_top,
.widget-title i.icon-arrow_bottom {
  width: 17px;
  height: 17px;
  display: inline-block;
  font-size: 17px;
  position: relative;
  bottom: 3px;
  color: #6A433A;
}

.icon-arrow_top:before {
  content: "▲";
}

.icon-arrow_bottom:before {
  content: "▼";
}

.widget-keyword button,
.widget-keyword input, 
.widget-keyword select,
.widget-keyword textarea {
  margin: 0 0 0.5em 0!important;
  font-size: 100%;
}

.widget-keyword p {
  color: #fff;
}

.widget-keyword .inner {
  text-align: center;
}

.widget-keyword .price-select {
  text-align: center;
}

.widget-keyword .price-select select {
  width: 42%;
}

/* type */
.widget-type {
  margin-bottom: 1em;
}

.widget-type ul {
  margin: 0 0 1em 0;
}

.widget-type ul li {
 padding: 5px 0;
}

#side .widget-type ul li a,
#side .widget-type ul li .accordion-title {
  margin-left: 17px;
  padding: 7px 0;
  text-indent: -16px;
  display: block;
}

.widget-type ul li a:hover,
.widget-type ul li > .accordion-title:hover {
  text-decoration: none!important;
}

#side .widget-type .accordion {
  margin-bottom: 1em!important;
  margin-left: 30px!important;
}

/* accordion */
.accordion {
  display: none;
}

#side .accordion-title {
 margin-bottom: 0;
  cursor: pointer;
  color: #436D92!important;
}

#side .accordion-title:hover {
  color: #666!important;
}

.accordion-title i.icon-caret_bottom,
.accordion-title i.icon-caret_top {
  float: right;
  color: #6A433A;
  font-size: 10px;
}

#side .accordion-title i.icon-caret_bottom,
#side .accordion-title i.icon-caret_top {
  margin: 6px 0 0 0;
  float: right;
}

.widget-type .icon-shoes,
.widget-type .icon-boots,
.widget-type .icon-accessory,
.widget-type .icon-sale,
.widget-type .icon-sandals,
.widget-type .icon-room_shoes {
  font-size: 18px;
  vertical-align: middle;
}

#sp-utility-wrap {
  margin-bottom: 1em;
}

#sp-utility-wrap .button-icon li a {

  padding-left: 1em;
}

#sp-utility-wrap .button-icon li .button i:before {
  margin-right: 0;
  float: right;
  line-height: 2;
  font-size: 20px!important;
}

/* accordion 2
--------------------------------------------------------------- */

#side .utility .accordion-title2 {
 margin-bottom: 0;
  color: #fff!important;
  cursor: pointer;
}

#side .utility .accordion2 {
 margin-left: 0;
}

#side .utility .accordion2 li {
 padding: 5px 0;
 border-bottom: 1px solid #ccc;
}

#side .utility .accordion2 li a {
  color: #436D92;
  text-indent: -16px;
}

#side .utility .accordion2 li a:hover {
  color: #666;
}

#side .utility .accordion-title2 i.icon-arrow_top,
#side .utility .accordion-title2 i.icon-arrow_bottom {
  color: #A68E89 !important;
}

#side .utility .accordion-title2 i.icon-arrow_top,
#side .utility .accordion-title2 i.icon-arrow_bottom {
 margin-right: 4px;
 margin-top: 5px;
    float: right;
}

#side .utility .accordion-title2 i.icon-arrow_top:before,
#side .utility .accordion-title2 i.icon-arrow_bottom:before {
    font-size: 15px;
}


/* btn-group
--------------------------------------------------------------- */
.btn-group {
  width: 100%;
  margin-right: 0;
}

.button-icon li {
  margin: 1px 0!important;
}

.button-icon li i {
  color: #A68E89;
}

.button-icon li .button {
  height: auto;
  padding: 0 0.5em 0 0.5em;
  line-height: 2.9;
  text-align: left;
  font-size: 100%;
  overflow: hidden;
}

.button-icon li .sub {
  margin: 0.3em 0 0 0;
  font-size: 65%!important;
  line-height: 1.65em;
  display: block;
}

.button-icon li .button i:before {
  width: 23px;
  margin: 0 10px 0 5px;
  text-align: center;
  line-height: 2;
  font-size: 20px;
  display: block;
  float: left;
}

.button-icon li .button-flat-utility i {
  display: none;
}

.button-icon li .button-flat-utility {
  padding: 0.6em 0;
  text-align: center;
  font-size: 100%;
  position: relative;
}

.button-icon li .button-flat-utility .sub {
  font-size: 80%;
}

/* border-group
--------------------------------------------------------------- */
.border-bottom-dot-style1 {
  margin-bottom: 1.5em;
  padding-bottom: 1.5em;
  border-bottom: 1px dotted #999;
}

.border-end {
  margin-bottom: 0;
  padding-bottom: 0;
  border: none;
}


/* side_button
--------------------------------------------------------------- */
#side .side_button {
  padding: 0.3em 0.5em 0.3em 0.5em;
  line-height: 2.9;
  text-align: left;
  font-size: 100%;
  overflow: hidden;
  color: #fff;
  transition-duration: 0.3s;
  background: #6a433a;
}
@media only screen and (max-width: 603px) {
 #side .side_button {
  padding: 0.6em 0.5em 0.6em 0.5em;
}
}

#side .side_button i:before {
  margin-right: 0;
  float: right;
  line-height: 2;
  font-size: 20px;
}





/* --------------------------------------------------------------------------------
footer
-------------------------------------------------------------------------------- */
#footer {
}

#footer-guide {
  display: none;
}

#footer .units-row {
  margin-bottom: 0;
}

#footer .units-row:after {
  content: "";
}


/* --------------------------------------------------------------------------------
footer-helper
-------------------------------------------------------------------------------- */
.footer_list {
  position: relative;
  overflow: hidden;
}

.footer-helper {
  margin-left: 1em;
  text-align: center;
}

.footer-helper li {
  margin: 0 5px 0 0;
  padding: 0 10px 0 0;
  border-right: solid 1px #999;
  font-size: 85%;
  display: inline;
}

.footer-helper li:last-child {
  border: none;
}

@media only screen and (min-width: 981px) {
  .footer-helper {
    margin-left: 0;
    float: left;
  }
  .footer-helper li {
    float: left;
  }
}

/* --------------------------------------------------------------------------------
footer-guide-list (SP only)
-------------------------------------------------------------------------------- */
#footer-guide-list li {
  background: #fff;
}

#footer-guide-list li a {
  color: #333;
}

#footer-guide-list li a i {
  padding: 5px 0;
  float: right;
  color: #999;
}

@media only screen and (min-width: 981px) {
  #footer-guide-list {
    display: none;
  }
}

/* --------------------------------------------------------------------------------
footer-guide
-------------------------------------------------------------------------------- */

@media only screen and (min-width: 981px) {
  #footer-guide,
  #footer-utility {
    display: block;
  }

  #footer-guide {
    padding: 1em 0 0 0;
    background: #F7F5F1;
  }

  #footer-guide .units-row {
    margin: 0 auto 0 auto;
    overflow: hidden;
  }

  #footer-guide .units-row:first-child {
    margin-top: 20px;
    margin-bottom: 30px;
    border-bottom: solid 2px #999;
  }

  #footer-guide .unit-50 {
    width: 465px;
    margin: 0 0 30px 0;
    float: left;
  }

  #footer-guide .unit-50:first-child {
    margin-right: 30px;
    padding-right: 30px;
    border-right: dotted 1px #999;
  }
}

/* calendar
--------------------------------------------------------------- */
@media only screen and (min-width: 981px) {
  .widget-calendar table {
    margin-right: 20px;
    background: #fff;
    float: left;
  }

  .widget-calendar table caption {
    padding: 0;
    color: inherit;
  }

  .widget-calendar table td,
  .widget-calendar table th {
    padding: 0 5px;
    text-align: center;
  }

  .widget-calendar table thead,
  .widget-calendar table tbody {
    border-bottom: solid 1px #ccc;
  }

  .widget-calendar table tbody tr {
    border-bottom: dotted 1px #ccc;
  }
}

/* --------------------------------------------------------------------------------
footer-widget
-------------------------------------------------------------------------------- */
@media only screen and (min-width: 981px) {
  #footer-guide .widget-title-wrap {
    overflow: hidden;
  }

  #footer-guide .widget-title {
    font-size: 110%;
    color: #A4007F;
    font-weight: bold;
    background: none;
    float: left;
  }

  #footer-guide .widget-title-sub {
    font-size: 90%;
    float: right;
  }

  #footer-guide .widget-title-wrap p {
    margin-bottom: 0.5em;
  }

  #footer-guide .widget-title-sub a {
    color: #333;
    font-size: 90%;
  }

  #footer-guide .widget-title-sub a i {
    margin: 0 5px 0 0;
  }
}


/* --------------------------------------------------------------------------------
footer-utility
-------------------------------------------------------------------------------- */
.search-txt .widget,
#footer-utility .widget {
  margin-bottom: 1px;
}

.search-txt .widget > div > ul,
#footer-utility .widget > div > ul {
  margin: 0.5em 0 0 0;
  float: none!important;
}

.search-txt .widget > div > ul li,
#footer-utility .widget > div > ul li {
  list-style: none;
}

.search-txt .widget > div > ul > li > ul,
#footer-utility .widget > div > ul > li > ul {
  margin-left: 2em;
  margin-bottom: 0;
}

.search-txt .widget > div > ul > li,
#footer-utility .widget > div > ul > li {
  margin: 0 0 0.5em 0;
  padding: 0 1em 0.5em 1em;
  border-bottom: solid 1px #ccc;
}

.search-txt .widget-title,
#footer-utility .widget-title {
  margin-bottom: 0;
  padding: 10px 0.5em;
  background: #6A433A;
  color: #fff;
  cursor: pointer;
  position: relative;
}

.search-txt .widget-title i,
#footer-utility .widget-title i {
  margin-top: 5px;
  color: #fff;
  vertical-align: middle;
}

.widget_bottom a {
  display: block;
}

@media only screen and (min-width: 981px) {
  #footer-utility {
    padding: 1em 0;
    background: #eee;
  }

  #footer-utility li {
    list-style: none;
  }

  #footer-utility .widget-type {
    width: 400px;
    /*margin-right: 20px;*/
    float: left;
  }

  #footer-utility .widget-type > div > ul {
    margin-left: 0;
  }

  #footer-utility .widget-type > div > ul > li {
    width: 170px;
    margin-bottom: 1em;
  }

  #footer-utility .widget-type > div > ul > li > ul {
    margin: 0 0 0 2em;
  }

  #footer-utility .widget-type > div > ul > li > ul > li {
    margin: 0.5em 0; 
  }

  #footer-utility .widget > div > ul.pull-right {
    float: right!important;
    border-left: 1px dotted #aaa;
/*    padding-bottom: 32768px;*/
/*    margin-bottom: -32768px;*/
    padding-left: 12px;
  }

  #footer-utility .widget > div > ul.pull-left {
    float: left!important;
    border-left: 1px solid #ccc;
/*    padding-bottom: 32768px;*/
/*    margin-bottom: -32768px;*/
    padding-left: 12px;
  }

  #footer-utility .widget > div > ul {
    margin-left: 0;
  }

  #footer-utility .widget > div > ul > li {
    margin-left: 17px;
    margin-top: 0.5em;
    text-indent: -15px;
    border: none;
    padding: 0;
    font-size: 90%;
    line-height: 1.7;
  }
  #footer-utility .widget > div > ul > li > ul > li {
    margin-left: -15px;
    text-indent: 0;
  }

  #footer-utility .widget-purpose {
    width: 200px;
    float: left;
  }

  #footer-utility .widget-guide {
    width: 360px;
    float: right;
  }

  #footer-utility .widget-guide ul {
    width: 165px;
  }

  #footer-utility .widget-title {
    padding: 0 0 10px 0;
    /*border-bottom: solid 2px #ccc;*/
    background: none;
    color: #6A433A;
    font-weight: bold;
    cursor: text;
  }

  #footer-utility .widget-title:hover {
    background: none;
  }

  #footer-utility .widget-title i {
    display: none;
  }

  #footer-utility .accordion {
    height: 100%!important;
    margin-bottom: 0!important;
    margin-left: 0!important;
    display: block!important;
  }

  #footer-utility .sp-hidden {
    display: inline;
  }
  
  .widget_bottom {
    display: none;
  }
}



/* --------------------------------------------------------------------------------
footer-info
-------------------------------------------------------------------------------- */
#footer-info {
  padding: 1em 0;
  background: #fff;
}

#footer-info p {
  margin-bottom: 0;
}

/* pagetop
--------------------------------------------------------------- */
.pagetop {
  padding: 3em 0 1em 0;
  text-align: center;
  clear: both;
}

.pagetop a {
  cursor: pointer;
  color: #333;
}

.pagetop i {
  margin: 0 5px 0 0;
  color: #6A433A;
  font-size: 140%;
  vertical-align: middle;
}

#primary .pagetop {
  margin-bottom: 3em;
}

@media only screen and (min-width: 981px) {
  .pagetop {
    padding: 30px 0 10px 0;
    text-align: center;
  }
}


/* copyright
--------------------------------------------------------------- */
.footer-logo {
  text-align: center;
}

#footer small {
  text-align: center;
  display: block;
}

@media only screen and (min-width: 981px) {
  .footer-logo {
    text-align: right;
  }

  #footer small {
    text-align: right;
    line-height: 2;
    float: right;
    color: #666;
  }
}


/* switch
--------------------------------------------------------------- */
.switch {
  text-align: center;
}


/* --------------------------------------------------------------------------------
JavaScript
-------------------------------------------------------------------------------- */

/* sp_header_fixed.js
--------------------------------------------------------------- */
.header_wrap .fixheader {
  position: relative;
  width: 100%;
  z-index: 3;
}
.header_wrap.fixed .fixheader {
  position: fixed;
  top: 0px;
  border-bottom: 5px solid #6a433a;
}

.mm-opened .header_wrap .fixheader {
  position: fixed;
  top: 0px;
  border-bottom: 5px solid #6a433a;
/*  transform: translateX(-17px);*/
}

@media only screen and (min-width: 603px) {
  .mm-opened .header_wrap .fixheader {
    position: relative;
    top: auto;
    border-bottom: none;
/*    transform: none;*/
  }
}

.mm-opened .header_wrap {
  border-bottom: none;
}

@media only screen and (min-width: 603px) {
  .mm-opened .header_wrap {
    border-bottom: 5px solid #6a433a;
  }
}

.content_wrap.gap {
  position: relative;
  top: 59px;
}

.mm-opened .content_wrap {
  position: relative;
  top: 64px;
}

@media only screen and (min-width: 603px) {
  .mm-opened .content_wrap {
    position: static;
  }
}


/* jquery.settings.js  Viewport切り替え
--------------------------------------------------------------- */
#switch-sp-wrap {
  display: none;
}

#switch-pc-wrap {
  margin: 2em 0 0 0;
}

@media only screen and (min-width: 981px) {
  #switch-pc-wrap {
    display: none;
  }
}

/* デバイスサイズが767px以下で、画面幅が768px以上のとき*/
@media only screen and (max-device-width : 768px) and (min-width: 963px) {
  #switch-sp-wrap {
    display: block;
    margin: 0 0 10px 0;
  }

  #switch-sp-wrap p {
    margin: 0;
  }

  #switch-sp-wrap a {
    display: block;
  }
}

#lineup-font-size-sampler {
  display: none;
}

/* zoomsl-3.0.min.js 商品画像拡大表示
--------------------------------------------------------------- */
@media only screen and (min-width: 603px) {
  #enlarged_image {
    padding-left: 0!important;
    padding-right: 0!important;
    margin-right: 7px;
    margin-left: 7px;
  }
}

/* overlay
--------------------------------------------------------------- */
#overlay{
  display: block;
  width: 100vw;
  height:100vh;
  text-align: center;
  position: fixed;
  top: 0;
  left: 0;
  z-index: -1;
  background-color: #fff;
  overflow-y: scroll;
  opacity: 0;
  transition: opacity 0.5s;
}

#overlay.overlayon{
  opacity: 1;
  transition: opacity 0.5s;
  z-index: 100;
}

#close{
  background: #eeeeee no-repeat 10px center;
  color: #717171;
  width: 70px;
  /*margin: 20px auto;*/
  text-align: center;
  font-size: 15px;
  padding: 10px 15px;
  border-radius: 3px;
  cursor: pointer;
  position: absolute;
  top: 10px;
  left: 10px;
}

.sp-bottom-thumbnails {
 position: fixed !important;
 bottom: 0;
 left: auto !important;
}

/* --------------------------------------------------------------------------------
	Page Styles
-------------------------------------------------------------------------------- */

/* news
--------------------------------------------------------------- */
.entry-title {
	margin-bottom: 1em;
	padding: 0 0 0.5em 0;
	font-size: 110%;
	line-height: 1.6;
	border-bottom: dotted 1px #999;
}

.entry-summary {
	margin-bottom: 1.5em;
	padding: 1em;
	font-weight: bold;
	color: #666;
	line-height: 2;
	background: #F7F4F0;
}

.entry-body {
	padding-left: 0.5em;
	padding-right: 0.5em;
	font-size: 90%;
}

.entry-body img {
	max-width: 100%!important;
	height: auto!important;
}

/* info-begin
--------------------------------------------------------------- */
.info-begin {
}

.info-begin .content-section {
 margin-left: 1.2%;
 margin-right: 1.2%;
 padding: 1.5em 1.5em 0.5em 1.5em;
 border: 3px solid #F5D2DE;
 background: #FFFEF5;
	border-radius: 4px;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
}

.info-begin h2,
.info-begin p {
 background: none;
}

.info-begin .title-style1 {
 padding: 0 0 0 0;
 font-size: 120%;
 border-bottom: none;
 color: #D74493;
}

/* info-about
--------------------------------------------------------------- */
.info-about-alpha {
 margin-bottom: 5em
}

.info-about-alpha .about-01 {
 margin-left: 1em;
 margin-right: 1em;
 margin-bottom: 1.5em;
 padding-bottom: 1em;
 border-bottom: 1px dotted #999999;
 overflow: hidden;
}

.info-about-alpha .about-02 {
 margin-left: 1em;
 margin-right: 1em;
 margin-bottom: 1.5em;
 padding-bottom: 1em;
 border-bottom: 1px dotted #999999;
 overflow: hidden;
}

.info-about-alpha .about-03 {
 margin-left: 1em;
 margin-right: 1em;
 overflow: hidden;
}

.info-about-alpha .title-style1 {
 margin-bottom: 1em;
 padding-bottom: 0.3em;
 border-bottom: 1px solid #999;
 font-size: 130%;
 color: #333;
}

.info-about-beta {
}

.info-about-beta .title-style1 {
 font-size: 120%;
 color: #D95959;
 vertical-align: middle;
}

/* info-step
--------------------------------------------------------------- */
.info-step {
}

.info-step p img,
.info-step dd img {
	vertical-align: middle;
}

.info-step .title-style1 {
	margin-bottom: 1em;
	padding: 0.5em 0.7em;
 font-size: 110%;
	/*line-height: 1;*/
	background: #C2494D;
	color: #FFF;
	border-bottom: none;
	vertical-align: middle;
}

.info-step .title-style1 span {
	margin-right: 1em;
	padding: 0.2em 0.5em;
	color: #C2494D;
	background: #FFF;
	font-size: 80%;
}

.info-step .title-style2 {
	padding: 0.3em 0.5em;
	background: #E4E0DC;
	color: #6A433A;
	border-left: none;
}

.info-step dl {
	margin-bottom: 2em;
}

.info-step dt {
	color: #00A2E0;
}

.info-step dd {
	margin-bottom: 1.5em;
}

.info-step {
}

/* corp
--------------------------------------------------------------- */
.corp-title-style1 {
	padding: 10px 15px;

 background: #E3A014;
 font-size: 120%;
 color: #FFF;
	border-radius: 3px;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
}

.corp-title-style2 {
	padding: 10px 15px;
 background: #E2DED8;
 font-size: 110%;
 color: #6A433A;
	border-radius: 3px;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
}

.corp-title-style3 {
	padding-bottom: 1em;
 font-size: 120%;
 color: #C2494D;
	border-bottom: 1px dotted #777;
}

.corp .corp-box {
	padding: 2em 1em 0.5em 1em;
	background: #F7F4F0;
	border: 1px solid #E2DED8;
}

.corp .corp-box span.red {
 color: #C2494D;
 font-size: 120%;
}

.corp .content-section {
 margin-bottom: 3em;
}

.corp ul {
 margin-left: 0;
}

.corp h3 {
 margin-bottom: 1em;
}

.corp h4 {
 margin-bottom: 0.5em;
 color: #666;
}

/*.corp .corp-box {
 margin-bottom: 10px;
}*/

.corp .corp-box .icon-mlmg {
 font-size: 140%;
 vertical-align: middle;
}

.corp .corp-box .corp-box-inner {
 padding: 15px 0;
 background: #FFF;
 border: 1px solid #E5DED0;
}

.corp .corp-box .corp-box-inner li {
 margin-bottom: 0.5em;
}

.corp .tel3 {
 color: #666;
}

.corp .tel4 {
 color: #666;
}

.corp .tel4 i {
 font-size: 90%;
}

@media only screen and (max-width: 479px) {
.corp .width-40 {
  width: 80%;
}
}

.corp .inq-nav ul {
 margin-left: -3%;
}

.corp .inq-nav li {
 margin-bottom: 1em;
 padding: 5px 3px;
 font-size: 90%;
 text-align: center;
 line-height: 1.4;
 font-weight: bold;
 color: #6A433A;
 background: #E5DED0;
	border-radius: 3px;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
}

@media only screen and (max-width: 400px) {
.corp .inq-nav .blocks-mobile-50 {
 margin-left: -3%;
}

.corp .inq-nav .blocks-mobile-50 li {
 margin-right: 0;
}

.corp .inq-nav .blocks-mobile-50>li {
	width: 47%;
	float: left;
}
}

/* product
--------------------------------------------------------------- */
@media only screen and (min-width: 768px) and (max-width: 768px) {
#item-detail-container .unit-60 {
	width: 430px;
}
}

#item-detail-container .unit-60,
#item-detail-container .unit-40 {
	margin-bottom: 2em;
}

#item-detail-container .unit-40 {
	padding-left: 0.5em;
	padding-right: 0.5em;
}

.item-detail-title {
	padding: 1.5em 0;
	border-top: solid 2px #999;
	font-size: 70%;
	display: block;
}

.item-detail-title h1 {
	color: #6A4339;
}

.item-offer .dl-horizon {
	display: table;
}

.item-offer .dl-horizon dt {
	width: 90px;
	width: auto;
	font-size: 110%;
	/*float: left!important;*/
	float: left!important;
	
}

.item-offer .dl-horizon dd {
	width: 6em;
	margin-bottom: 0;
	/*padding-left: 90px!important;*/
	padding-left: 0;
	padding-bottom: 0;
	font-size: 110%;
	
	float: right;
	display: table-cell;
}

.item-memo {
	font-size: 90%;
}

.item-memo ul {
	margin-left: 0;
}

.item-cart select {
	width: 100%;
	margin: 0 0 0.5em 0!important;
	display: block;
}

.item-info-container {
	padding: 2.5em 0.5em;
	border-top: dotted 1px #999;
	clear: both;
}

.item-info-container h2 {
	color: #6A433A;
	font-size: 115%;
}

.item-info-container2 {
	padding: 2.5em 0.5em;
	border-top: dotted 1px #999;
	/*clear: both;*/
}

.item-info-container2 h2 {
	color: #6A433A;
	font-size: 115%;
}

.item-info-container2 h2 .icon-video1 {
	font-size: 120%;
 margin-right: 5px;
 vertical-align: middle;
}

.item-info-container iframe {
	/*border: solid 1px red;*/
}

.item-info-container iframe img {
	/*border: solid 1px red;*/
}

.item-txt-free {
 padding: 2px 7px;
 background: #ffeef3;
 font-weight: bold;
}

.iframe-box {
	margin: 0 auto;
}

.iframe-box table th,
.iframe-box table td {
	padding: 0;
}

@media only screen and (min-width: 670px) {
.iframe-box {
	min-width: 670px;
}

.iframe-box img ,
.iframe-box table {
	display: block;
	margin: 0 auto;
}

.iframe-box table {
	width: 670px;
}

}

@media only screen and (max-width: 400px) {
.iframe-box {
	width: 100%;
	margin: 0 -0.5em;
	border: solid 1px green;
}

.iframe-box body {
	width: 100%;
	margin: 0 0.5em;
}

.iframe-box img {
	width: 98%;
	max-width: 98%;
}

.iframe-box table {
	width: 98%;
	max-width: 98%;
}

.iframe-box table td,
.iframe-box table th {
	padding: 0;
	display: block;
}
}

.item-spec table {
	margin-bottom: 0;
}

.item-stock table {
	border: none;
	margin-bottom: 0;
	min-width: 450px;
}

.item-stock .status {
	text-align: center;
	font-family: "ＭＳ ゴシック", "MS Gothic", "Osaka－等幅", Osaka-mono, monospace;
}

.item-stock .unavailable {
	background: #999;
}

.item-stock .table-container {
	margin-bottom: 0;
}

#sp-product-header {
	display: none;
	padding: 0.5em;
}

.pickup-item .bx-wrapper {
	width: auto;
	/*max-width: 620px!important;
	margin: 0 23px 20px 23px;*/
	padding: 0 23px 0 23px;
}

.one-column .pickup-item .bx-wrapper {
	/*max-width: 870px!important;*/
}

.pickup-item .onepage {
	/*display: none;*/
}

.pickup-item .bx-pager .bx-pager-item:only-child {
	display: none!important;
	border: solid 1px blue;
}

.pickup-item .onepage .bx-controls {
	border: solid 1px green;
	
}

@media only screen and (max-width:767px) {
#sp-product-header {
	display: block;
}
#pc-product-header {
	display: none;
}
}

/* feature */

.feature li {
	margin-bottom: 10px;
	line-height: 1.5;
}

.feature li a {
	width: 100%;
	padding: 0 10px 0 0;
	font-size: 85%;
	display: table;
	overflow: hidden;
	background: #F7F5F1;
	color: #333;
}

.feature li img {
	width: 61px;
	max-width: 61px;
	min-width: 61px;
	display: table-cell;
	vertical-align: middle;
}

.feature li .text {
	width: 100%;
	padding: 0 0 0 8px;
	display: table-cell;
	vertical-align: middle;
	text-align: left;
}

@media only screen and (min-width:768px) and (max-width:979px) {
.feature {
	margin-left: -1.7%;
}


.feature li {
	width: 22.9%;
	margin-left: 2%;
}
}

@media only screen and (min-width:980px) {
.feature {
	margin-left: -2%;
}

.feature li {
	width: 18%;
	margin-left: 2%;
}
}

.feature-tooltips {
	display: none;
 font-size: 85%;
}

/* cart
--------------------------------------------------------------- */
@media only screen and (max-width:350px) {
.usepoint {
	clear: both;	
}
}

.cart-column {
 width: 75%;
}

.cart-2column {
 width: 100%;
 display:table;
}

.cart-2column-l {
 display:table-cell;
    vertical-align:middle;
}

.cart-2column-r {
 display:table-cell;
    vertical-align:middle;
    text-align: right;
}

@media only screen and (max-width: 670px) {
.cart-2column {
 display: inherit;
}

.cart-2column-l {
 margin-bottom: 15px;
 display: inherit;
}

.cart-2column-r {
 display: inherit;
    text-align: center;
}
}

@media only screen and (min-width: 670px) {
.cart-2column-l {
 max-width: 300px;
}
}

/* table
--------------------------------------------------------------- */
.table-responsive {
	min-width: 700px;
}

table .width-0 {
	width: 1%;
	white-space: nowrap;
}

thead th {
	font-weight: normal;
}

@media only screen and (max-width: 670px) {
.table-liquid {
	background: #fff;
}

.table-liquid > thead {
	display: none;
}

.table-liquid > tbody > tr {
	border-bottom: solid 1px #ccc;
	overflow: hidden;
}

.table-liquid > tbody td {
	padding: 0.1em 0.8em;
	border: none;
	display: block;
	clear: both;
}

.table-liquid > tbody td table {
	display: table-cell;
	border-bottom: none;
}

.table-liquid > tbody td table th {
	display: table-cell;
	border: none;
	border-bottom: solid 1px #ccc;
	border-right: solid 1px #ccc;
}

.table-liquid > tbody td table td {
	display: table-cell;
	border-bottom: solid 1px #ccc;
	padding: 1em 0.8em;
	clear: none;
}

.table-liquid > tbody td.delete {
	padding-bottom: 1em;
	text-align: right;
}

.table-liquid > tbody td .sp-visible {
	display: inline;
	float: left;
}

.table-liquid > tbody td.item-photo {
	width: 50%;
	padding: 0;
	float: left;
}

.table-liquid > tbody td.item-name {
	/*width: 100%;*/
	padding: 0.8em ;
	float: left;
	font-weight: bold;
	clear: none;
}

.table-liquid-vertical,
.table-liquid-vertical tbody {
	display: block;
	overflow: hidden;
}

.table-liquid-vertical tr {
	clear: both;
}

.table-liquid-vertical tr,
.table-liquid-vertical tr th {
	width: 100%;
	display: block;
	border: none!important;
}

.table-liquid-vertical tr td {
	width: 95%;
	display: block;
	border: none!important;
}

.table-liquid-vertical tr td p.zero {
	margin-bottom: 0.5em!important;
}

.table-liquid-vertical tr td p.zero:last-child {
	margin-bottom: 0!important;
}

.table-liquid-vertical table {
	width: 100%;
	/*display: inherit !important;*/
}

.table-liquid-vertical table.table-liquid-vertical {
 overflow: inherit;
}

.table-liquid-vertical table thead {
	display: none;
}

.table-liquid-vertical table th,
.table-liquid-vertical table td {
	/*width: 100%;*/
	/*display: table-cell;*/
}

.change-block {
	display: block;	
}
}
.table-liquid-vertical2 {
 width: 100%;
 /*margin-bottom: 0;*/
}
.table-liquid-vertical2 th {
 background: #fff !important;
 border: none !important;
 border-bottom: 1px dotted #999 !important;
}
.table-liquid-vertical2 td {
 border: none !important;
 border-bottom: 1px dotted #999 !important;
}
.table-liquid-vertical2 .border-end {
 border: none !important;
}
@media only screen and (max-width: 670px) {
.table-liquid-vertical2 {
 display: inherit !important;
}
.table-liquid-vertical2 th {
 padding-bottom: 0;
 font-weight: bold;
 display: inherit !important;
}
.table-liquid-vertical2 td {
 padding-top: 0;
 display: inherit !important;
 border-bottom: 1px dotted #999 !important;
}
.table-liquid-vertical2 tr {
 border-bottom: 1px dotted #999 !important;
}
.table-liquid-vertical2 tr.border-end {
 border: none !important;
}
}
table .bg-strong2 {
 background-color: #E5DED0;
}
table .bg-strong3 {
 background-color: #F5F5F5;
}

@media only screen and (max-width: 670px) {
.table-liquid-scroll {
overflow: auto;
white-space: nowrap;
}
.table-liquid-scroll table {
 width: 100%;
}
.table-liquid-scroll::-webkit-scrollbar{
 height: 5px;
}
.table-liquid-scroll::-webkit-scrollbar-track{
 background: #F1F1F1;
}
.table-liquid-scroll::-webkit-scrollbar-thumb {
 background: #BCBCBC;
}
}

/* item slider
--------------------------------------------------------------- */

.pickup-item {
	width: auto;
	margin: -0.5em 0 0.5em 0;
	padding: 1em 0;
}

.pickup-item .bx-wrapper {
	/*width: 100%;
	max-width: none!important;
	border: solid 1px red;*/
	margin-bottom: -1em;
	margin-left: 0;
	margin-right: 0;
	opacity: 0;
}

.pickup-item img {
	width: 100%;
	visibility: hidden;
}

.pickup-item .bx-wrapper .bx-next {
	/*right: -22px;*/
	right: 0;
}

.pickup-item .bx-wrapper .bx-prev {
	/*left: -22px;*/
	left: 0;
}

.bx-pager .bx-pager-item:only-child {
	/*display: none!important;*/
	border: solid 1px blue;
}
/*
.pickup-item .slide {
	float: left;
}
@media only screen and (min-width: 700px) and (max-width: 768px) {
.pickup-item .bx-wrapper .bx-prev {
	left: -40px;
}

.pickup-item .bx-wrapper .bx-next {
	right: -40px;
}
}*/

.slide .item-status {
	margin-top: 5px;
}

.slide {
	/*visibility: hidden;*/
}

/* bxslider overwrite */
.pickup-item .bx-wrapper .bx-controls-direction a {
	width: 16px;
	height: 100px;
	top: 70px;
	background: #6A433A;
	text-indent: 0;
}

.pickup-item .bx-wrapper .bx-controls-direction a:hover {
	background: #967B75;
}

.pickup-item .bx-wrapper {
	max-width: 620px;
}

.pickup-item .bx-next:after,
.pickup-item .bx-prev:after {
	font-family: 'icomoon';
	color: #fff;
	position: absolute;
	top: 40px;
}

.pickup-item .bx-next:after {
	content: "\e619";
}

.pickup-item .bx-prev:after {
	content: "\e61a";
}

.pickup-item .bx-wrapper .bx-pager,
.pickup-item .bx-wrapper .bx-controls-auto {
	position: static;
}

.pickup-item.slide-eq7 .bx-controls,
.pickup-item.slide-eq6 .bx-controls,
.pickup-item.slide-eq5 .bx-controls,
.pickup-item.slide-eq4 .bx-controls,
.pickup-item.slide-eq3 .bx-controls,
.pickup-item.slide-eq2 .bx-controls,
.pickup-item.slide-eq1 .bx-controls {
	display: none;
}

.pickup-item.slide-eq2 .pickup-slider,
.pickup-item.slide-eq1 .pickup-slider {
	width: 100%;
	-moz-transition: none!important;
	-webkit-transition: none!important;
	-o-transition: none!important;
	-ms-transition: none!important;
	transition: none!important;
	
	-moz-transform: translate3d(0)!important;
	-webkit-transform: translate3d(0)!important;
	-o-transform: translate3d(0)!important;
	-ms-transform: translate3d(0)!important;
		transform: translate3d(0)!important;
	position: static;
}


/* ボタン無効 */
.pickup-item.slide-eq2 .pickup-slider .bx-clone,
.pickup-item.slide-eq1 .pickup-slider .bx-clone {
	display: none;
}

@media only screen and (max-width: 979px) {
.pickup-item.slide-eq7 .bx-controls {
	display: block;
}
}
@media only screen and (max-width: 869px) {
.pickup-item.slide-eq6 .bx-controls {
	display: block;
}
}
@media only screen and (max-width: 749px) {
.pickup-item.slide-eq5 .bx-controls {
	display: block;
}
}
@media only screen and (max-width: 599px) {
.pickup-item.slide-eq4 .bx-controls {
	display: block;
}
}

@media only screen and (max-width: 479px) {
.pickup-item.slide-eq3 .bx-controls {
	display: block;
}
}

/* フリック無効 */
@media only screen and (min-width: 980px) {
.pickup-item.slide-eq7 .pickup-slider {
}
.pickup-item.slide-eq7 .pickup-slider .bx-clone {
	display: none;
}
}
@media only screen and (min-width: 870px) {
.pickup-item.slide-eq6 .pickup-slider {
}
.pickup-item.slide-eq6 .pickup-slider .bx-clone {
	display: none;
}
}
@media only screen and (min-width: 750px) {
.pickup-item.slide-eq5 .pickup-slider {
	overflow:hidden;
}

.pickup-item.slide-eq5 .pickup-slider .bx-clone {
	display: none;
}
}
@media only screen and (min-width: 620px) {
.pickup-item.slide-eq4 .pickup-slider {
}
.pickup-item.slide-eq4 .pickup-slider .bx-clone {
	display: none;
}
}
@media only screen and (min-width: 480px) {
.pickup-item.slide-eq3 .pickup-slider {
}
.pickup-item.slide-eq3 .pickup-slider .bx-clone {
	display: none;
}
	/*
.pickup-item.slide-eq3 {
	position: relative;
	overflow: hidden;
	width: 100%;
	border: solid 1px #000;
}

.pickup-item.slide-eq3 * {
	border: solid 1px #000;
	
	-moz-transition: none!important;
	-webkit-transition: none!important;
	-o-transition: none!important;
	-ms-transition: none!important;
	transition: none!important;
	
	-moz-transform: translate3d(0)!important;
	-webkit-transform: translate3d(0)!important;
	-o-transform: translate3d(0)!important;
	-ms-transform: translate3d(0)!important;
		transform: translate3d(0)!important;
		
-moz-transition-duration:0!important;
-webkit-transition-duration:0!important;
-o-transition-duration:0!important;
-ms-transition-duration:0!important;
transition-duration:0!important;
}* {
-moz-transition-duration:0!important;
-webkit-transition-duration:0!important;
-o-transition-duration:0!important;
-ms-transition-duration:0!important;
transition-duration:0!important;
}

.pickup-item.slide-eq3 .pickup-slider {
	position: relative;
	top: 0;

	left: 0;
	width: 400px!important;
	-moz-transition: none!important;
	-webkit-transition: none!important;
	-o-transition: none!important;
	-ms-transition: none!important;
	transition: none!important;
	
	-moz-transform: translate3d(0)!important;
	-webkit-transform: translate3d(0)!important;
	-o-transform: translate3d(0)!important;
	-ms-transform: translate3d(0)!important;
		transform: translate3d(0)!important;
	border: solid 1px green;
}

.pickup-item.slide-eq3 .bx-wrapper {
	width: 400px!important;
	-moz-transition: none!important;
	-webkit-transition: none!important;
	-o-transition: none!important;
	-ms-transition: none!important;
	transition: none!important;
	
	-moz-transform: translate3d(0)!important;
	-webkit-transform: translate3d(0)!important;
	-o-transform: translate3d(0)!important;
	-ms-transform: translate3d(0)!important;
		transform: translate3d(0)!important;
		position: static!important;
}

.pickup-item.slide-eq3 .bx-viewport {
	width: 400px!important;
	position: static!important;
	top: 0!important;
	left: 0!important;
	overflow: hidden;
}

.pickup-item.slide-eq3 .pickup-slider .slide {
	
	position: absolute;
	
}
.pickup-item.slide-eq3 .pickup-slider .bx-clone {
	display: none;
}*/
}

/* button
--------------------------------------------------------------- */
.btn-positive {
	background: #b06b66; /* Old browsers */
	/* IE9 SVG, needs conditional override of 'filter' to 'none' */
	background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2IwNmI2NiIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiM5YTMyMzMiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
	background: -moz-linear-gradient(top, #b06b66 0%, #9a3233 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#b06b66), color-stop(100%,#9a3233)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top, #b06b66 0%,#9a3233 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top, #b06b66 0%,#9a3233 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top, #b06b66 0%,#9a3233 100%); /* IE10+ */
	background: linear-gradient(to bottom, #b06b66 0%,#9a3233 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#b06b66', endColorstr='#9a3233',GradientType=0 ); /* IE6-8 */

	border: solid 1px #9A3233;
	color: #fff;
	text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.24);
}

.btn-positive:hover {
	background: #9A3233;
	color: #fff;
}

.btn-delete {
	background-image: -moz-linear-gradient(top, #b35656, #a33a3a);
	background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0.00, #b35656), color-stop(1.0, #a33a3a));
	background-image: linear-gradient(top, #b35656, #a33a3a);
	background-color: #b35656;
	border: solid 1px #a33a3a;
	color: #fff;	
	text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.24);
}

.btn-delete:hover {
	background: #a33a3a;
	color: #fff;
}

.btn-middle {
	line-height: 2;
}
.bg-btn2 {
 padding: 1em;
 background: #F7F5F1;
}

/* form
--------------------------------------------------------------- */
#primary dl.dl-form {
	padding-bottom: 0.5em;
}

#primary dl.dl-form dt {
	width: 28em;
	padding-right: 2em;
	text-align: right;
}

#primary dl.dl-form dd {
	padding-left: 40em;
}

#primary dl.dl-form dd:after {
  content : '';
  display : block;
  clear : both;
}

#primary .unit-50 dl.dl-form dt {
	width: 11em;
	padding-right: 0em;
}

#primary .unit-50 dl.dl-form dd {
	padding-left: 11em;
}

.panel.vertical-padding {
	padding-top: 3em;
	padding-bottom: 3em;
}

.wrap-button {
	margin: 0 auto;
	padding: 0 0 1px 0;
	text-align: center;
	overflow: hidden;
}

.wrap-button .btn {
	width: 70%;
	margin: 1em 0 0 0;
}

.wrap-button .back-button {
	margin-top: 2em;
}

.wrap-button .back-button .btn {
	width: 50%;
}

.panel .wrap-button {
	margin-top: 0;
}

.form-msg {
	padding: 3em 0;
}

@media only screen and (max-width: 767px) {
dl.dl-form {
	width: 100%!important;
}

dl.dl-form dt {
	width: 100%!important;
	padding-right: 0!important;
	text-align: left!important;
}

dl.dl-form dd {
	padding-left: 0!important;
}

dl.dl-form .width-100 {
	width: 98.6%;
}
}

@media only screen and (max-width: 670px) {
.wrap-button {
	width: 100%;
}

.wrap-button .unit-centered,
.wrap-button .pull-right,
.wrap-button .pull-left {
	width: 80%;
	margin: 0 auto 0.5em auto!important;
	float: none!important;
}

.panel.vertical-padding {
	padding: inherit;
}

.form-msg {
	padding: 0;
	text-align: left;
}
}

/* step0
--------------------------------------------------------------- */

@media only screen and (min-width: 767px) {
.step0 {
	width: 768px;
	text-align: center;
	margin-left: auto;
	margin-right: auto;
}
}

@media only screen and (max-width: 479px) {
.step0 .width-40 {
	width: 80%;
}
}

.step0 .content-section {
	text-align: left;
}

.step0 h3 {
	margin-bottom: 2em;
	padding: 	5px 1em;
	background: #E2D4C3;
	color: #5b554c;
	font-size: 120%;
}

.step0 h4 {
	color: #5b554c;
}

.step0-01,.step0-02,.step0-03,.step0-04,.step0-05,.step0-06 {
	padding-left: 75px;
	padding-bottom: 1em;
	border-bottom: 1px #999 dotted;
}

.step0-01 {
	background: url(../images/cart/icon_01.jpg) no-repeat left top;
}

.step0-02 {
	background: url(../images/cart/icon_02.jpg) no-repeat left top;
}

.step0-03 {
	background: url(../images/cart/icon_03.jpg) no-repeat left top;
}

.step0-04 {
	background: url(../images/cart/icon_04.jpg) no-repeat left top;
}

.step0-05 {
	background: url(../images/cart/icon_05.jpg) no-repeat left top;
}

.step0-06 {
	background: url(../images/cart/icon_06.jpg) no-repeat left top;
}

.label-eee {
 background-color: #eee;
}


@media only screen and (max-width: 767px) {
.wrapping-box {
 width: auto !important;
}

.wrapping-name {
 display: inline !important;
}
}

/* coupon
--------------------------------------------------------------- */
.coupon-box {
 margin-bottom: 2em;
 border: 2px solid #ccc;
}
.coupon-box-inner {
 padding: 15px 20px;
 overflow: hidden;
}
.coupon-box .coupon-tit {
 margin-bottom: 15px;
 padding-bottom: 5px;
 font-size: 20px;
 color: #A4007F;
 font-weight: bold;
 border-bottom: 1px solid #ccc;
}
.coupon-box .coupon-tit span {
 padding: 5px 7px;
 background: #D90000;
 font-size: 70%;
 color: #FFFFFF;
}
.coupon-bold {
 color: #A4007F;
}
.coupon-box ul {
 margin: 0 0 0 0;
 padding: 0 0 0 0;
}
.coupon-box li {
 list-style: none;
}
.coupon-box .pull-right {
 margin: 20px 0 0 20px;
}
.coupon-txt dl {
}
.coupon-txt dt {
 margin-bottom: 10px;
 padding-bottom: 5px;
 font-weight: bold;
 border-bottom: 1px solid #ccc;
}
.coupon-txt dd {
 margin: 0 0 30px 0;
}

@media only screen and (max-width: 767px) {
.wrapping-box {
 width: auto !important;
}

.wrapping-name {
 display: inline !important;
}
}

/* mailview
--------------------------------------------------------------- */

@media only screen and (max-width: 767px) {
.mailview iframe.size {
transform-origin:0 0;
-o-transform-origin:0 0;
-webkit-transform-origin:0 0;
-moz-transform-origin:0 0;
-ms-transform-origin:0 0;
}
}


/* --------------------------------------------------------------------------------
	Utility
-------------------------------------------------------------------------------- */
.sp-visible {
	display: none;
}

.pc-visible {
	display: none;
}

@media only screen and (max-width: 602px) {
.sp-hidden {
	display: none!important;
}

.sp-visible {
	display: block;
}
}

#primary .icon-arrow {
	margin-right: 5px;
}

@media only screen and (min-width: 963px) and (min-device-width: 1024px) {
 .pc-text-centered {
 text-align: center !important;
}

/* item slider
--------------------------------------------------------------- */
/*.pickup-item {
	width: auto;
	margin: -1.5em -0.5em 0 -0.5em;
	padding: 1em 0;
}*/

.pickup-item .bx-wrapper .bx-pager {
	bottom: -35px;
}

.pickup-item .bx-wrapper .bx-next {
	right: 10px;
}

.pickup-item .bx-wrapper .bx-prev {
	/*left: -5%;*/
}

.pickup-item .bx-wrapper {
	padding: 0 33px 0 33px;
}

.pickup-item .slide {
	width: 123px!important;
}

/* form
--------------------------------------------------------------- */
.wrap-button {
	margin-top: 1em;
}

.wrap-button .btn {
	width: 250px;
	min-width: 200px;
	margin-left: 20px;
	margin-right: 20px;
	display: inline-block;
}

.wrap-button .back-button .btn {
	width: 100px;
}

}

/* SP用ビューワー
--------------------------------------------------------------- */
@media only screen and (max-width: 639px) {
.slider-pro {
 position: absolute !important;
 top: 30%;
}
.sp-slides-container {
}
}

/* reviewlist
--------------------------------------------------------------- */
.reviewlist {
	margin: 0 0 2em 0;
	background: #F1EDEC;
	overflow: hidden;
}

.reviewlist li {
	padding: 1em 0;
	list-style: none;
	border-bottom: dotted 1px #999;
}

.reviewlist li a {
	display: inline;
}

.reviewlist .rating-value {
	margin-right: 1em;
}

.reviewlist .item-photo {
	display: inline-block;
	vertical-align: top;
}

.reviewlist .item-photo img {
	width: 100%;
	height: auto;
}

@media only screen and (min-width: 480px) and (max-width:767px) {
.reviewlist .item-photo {
	margin-right: 1em;
}

.reviewlist .item-photo img {
	width: 100%;
	max-width: 212px;
	height: auto;
}
}

.reviewlist .item-name {
	display: inline;
}

.reviewlist .item-info {
	display: inline-block;
	vertical-align: top;
}

.reviewlist .item-response {
	margin: 2%;
	padding: 2%;
	background: #fff;
	clear: both;
}

.reviewlist .item-response dl {
	margin: 0;
}

.reviewlist .item-response dt {
	margin: 0 0 0.5em 0;
	padding: 0 0 0.5em 0;
	border-bottom: dotted 1px #999;
	color: #bf4242;
	line-height: 1.3;
}

.reviewlist .item-response dd {
	margin-left: 0;
}

.reviewlist .item-review {
	margin: 2%;
	padding: 2%;
	background: #fff;
	overflow: hidden;
}

.reviewlist .item-review dt {
	margin: 0 0 0.5em 0;
	padding: 0 0 0.5em 0;
	border-bottom: dotted 1px #999;
	line-height: 1.3;
}

.reviewlist .item-review dl,
.reviewlist .item-review dd {
	margin: 0;
}

.btn-allpost {
	margin-bottom: 3%;
	text-align: center;
}

@media only screen and (max-width: 479px) {
.reviewlist dt .meta {
	white-space: nowrap;
	display: block;
	clear: both;
}
}

@media only screen and (min-device-width: 1024px) and (min-width: 963px) {

/* search-txt
--------------------------------------------------------------- */
.search-txt .widget {
 display: none;
}

.detailnav {
 margin-top: 1em;
}

.detailnav.blocks-5 {
 margin-left: -1%;
}

.detailnav.blocks-5>li {
	width: 19%; 
 margin-left: 1%;
}

.detailnav li {
 margin-bottom: 8px;
 padding: 6px 2px;
 text-align: center;
 font-size: 95%;
 background: #E5DED0;
 border-radius: 0.1em;
}

.detailnav li a {
 color: #333;
 display: block;
}

.detailnav li:hover {
 color: #999;
  background: #D7CCB7;
  cursor: pointer;
}

.detailnav-tooltips {
  display: none;
  position: absolute;
  z-index: 9999;
  width: 200px;
  height: auto;
  padding: 1.2em 1em 0.7em 1em ;
  color: #FFFFFF;
  background: #6A433A;
  border-radius: 0.3em;
   filter: alpha(opacity=95);
  -moz-opacity:0.95;
  opacity:0.95; 
}

.detailnav-tooltips ul {
 margin: 0 0 0 0;
 padding: 0 0 0 0;
}

.detailnav-tooltips li {
 margin: 0 0 5px 0;
 padding: 0 0 5px 0;
 text-align: left;
 list-style: none;
 background: none;
 border-bottom: 1px #CCCCCC dotted;
}

.detailnav-tooltips li:hover {
 background: none;
}

.detailnav-tooltips li a {
 color: #FFF;
}

.detailnav li:hover .detailnav-tooltips {
	display: block;
}

/*.detailnav li:nth-of-type(5n) .detailnav-tooltips,
.detailnav li:nth-of-type(5n+4) .detailnav-tooltips {
	width: 250px;
}*/

.detailnav-tooltips:after {
  width: 40%;
  content: "";
  display: block;
  position: absolute;
  right: 90%;
  top: -8px;
  border-top:8px solid transparent;
  border-right:8px solid #6A433A;
   filter: alpha(opacity=95);
  -moz-opacity:0.95;
  opacity:0.95;
}

/*@media only screen and (max-width:1150px) {
.detailnav li:nth-of-type(5n) .detailnav-tooltips {
	width: auto;
}
}*/

.detailnav .notooltips .detailnav-tooltips {
 display: none !important;
}

/* search result
--------------------------------------------------------------- */
.result-bar {
	margin: 0 0 2em 0;
	padding: 0.2em 0;
	overflow: hidden;
}

.result-bar p,
.result-bar ul {
	margin-bottom: 0;
	line-height: 1.65em;
}

.result-bar .pagination {
	text-align: center;
	left: 0;
	clear: both;
}

.result-bar .pagination .count {
	margin: 0 1em 0 0;
	padding: 0.3em 0.8em;
	border: none;
	float: left;
}

.result-bar .pagination ul {
	margin: 0 0.8em 0 0;
	float: right;
}

.result-bar .pagination ul li {
	float: none;
	display: inline-block;
}

/* search sort
--------------------------------------------------------------- */
/*.search-box {
 margin: 0 0 0 0;
}*/

.search-box .accordion-title {
	display: none !important;
}

.search-box .accordion {
	display: block !important;
}

.search-box #search-keyword {
	width: 40%;
	padding: 0;
	float: right;
}

/* itemlist
--------------------------------------------------------------- */
.itemlist .accordion-title {
	display: none !important;
}

.itemlist .accordion {
	display: block !important;
}
}

/* ヘッダー固定時、ページ内リンク対策
--------------------------------------------------------------- */
#coupon,#payment,#gift,#review,#rank,#point,#return,#q01,#q02,#q03,#q04,#q05,#q06,#q07,#q08,#q09,#q10,#q11,#q12,#q13,#q14,#q15,#q16,#q17,#q18,#q19,#q20,#i1,#i2,#i3,#i4,#i5,#i6,#i7,#i8,#i9,#i10,#i11,#i12,#i13,#i14,#i15,#i16,#i17,#i18,#i19,#i20,#del1,#del2,#del3,#c_hed,#p_hed,#deliv {
 margin-top: -70px;
 padding-top: 70px;
}

@media only screen and (min-device-width: 1024px) and (min-width: 963px) {
#coupon,#payment,#gift,#review,#rank,#point,#return,#q01,#q02,#q03,#q04,#q05,#q06,#q07,#q08,#q09,#q10,#q11,#q12,#q13,#q14,#q15,#q16,#q17,#q18,#q19,#q20,#i1,#i2,#i3,#i4,#i5,#i6,#i7,#i8,#i9,#i10,#i11,#i12,#i13,#i14,#i15,#i16,#i17,#i18,#i19,#i20,#del1,#del2,#del3,#c_hed,#p_hed,#deliv {
 margin-top: -100px;
 padding-top: 100px;
}
}
