@charset "UTF-8";
a img{
	border: none;
}
a{
  text-decoration: none;
}

h2, h3, h4, h5, h6, p, li, ol, td, th, dd, dt, a, span{
  color:#3C3C3C;
  line-height:1.4;
}

h3{
  font-weight: normal;
}

table{
  border-collapse: collapse;
}

@font-face {font-family: "YuGothic M";src: local(Yu Gothic Medium)}
* {
    font-family:"游ゴシック体","Yu Gothic", YuGothic, "游ゴシック Medium", "YuGothic M",
                "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, sans-serif;
    font-weight:normal;
}

@font-face {
    font-family: 'seshatregular';
    src: url('seshat-webfont.woff') format('woff2'),
         url('seshat-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}

.item-not-found{
  font-size:20px;
  text-align: center;
  color:#666666;
  margin-top:40px;
  display:none;
}

ul{
    list-style-type: none;
    padding:0px;
    margin:0px;
}

.section-title{
    text-align: center;
    margin-bottom:0px;
    margin-top:60px;
}

.section-title span{
    display: inline-block;
    padding:0px 50px;
    font-family: "seshatregular";
    font-size:40px;
    text-align: center;
    margin-bottom:0px;
    letter-spacing: 5px;
    background:
    url("../img/title-left.svg") no-repeat left center,
    url("../img/title-right.svg") no-repeat right center;
    background-size: 37px 3px, 37px 3px;
}

.sub-title{
    margin-top:0px;
    font-family:"Segoe Script";
    font-size:19px;
    text-align: center;
}

/* ▼ saz-select */

.saz-select div{
  position:absolute;
  top:25px;
  left:0px;
  width:196px;
  background:#ffffff;
  border:1px solid #c8c8c8;
  display:none;
  z-index:10;
}

.saz-select.selected span{
  color:#c1a769;
}

.saz-select div p{
  margin:0px;
  padding:10px;
  padding-left:20px;
  font-size:14px;
  cursor: pointer;
}

.saz-select div p a{
  display:block;
}

.saz-select div p:hover{
  background:#c1a769;
  color:#ffffff;
}

.saz-select div p:hover a{
  color:#ffffff;
}

.saz-select.selected div{
  display:block;
}

/* ▲ saz-select */

/* ▼ favorite */

.favorite-button img{
  background:url("../img/favorite-icon.svg") no-repeat center center;
  background-size: 21px 20px;
  width:22px;
  height:22px;
}

/*.favorite-button.selected{
  background: #ffffff !important;
}*/

.favorite-button.selected img{
  animation: favorite-animation 2.5s ease-in-out .0s forwards;
}

@keyframes favorite-animation {
  0% {

  }
  5% {
      opacity: 0.0;
      transform: scale(0.7, 0.7);
  }
  6%{
    background-image: url("../img/favorite-icon-selected.svg");
  }
  10%{
    opacity: 1.0;
    transform: scale(1.1, 1.1);
    background-image: url("../img/favorite-icon-selected.svg");
  }
  15% {
    opacity: 1.0;
    transform: scale(0.9, 0.9);
    background-image: url("../img/favorite-icon-selected.svg");
  }
  20%{
    opacity: 1.0;
    transform: scale(1.0, 1.0);
    background-image: url("../img/favorite-icon-selected.svg");
  }
  60%{
    opacity: 1.0;
    transform: scale(1.0, 1.0);
    background-image: url("../img/favorite-icon-selected.svg");
  }
  100% {
    opacity: 1.0;
    transform: scale(1.0, 1.0);
    background-image: url("../img/favorite-icon.svg");
  }
}

/* ▲ favorite */

div.notice_{
	width: 1000px;
	background: url(../img/usr/border.png) no-repeat center top;
	color: #fd2a5f;
	line-height: 1.8;
	padding: 30px 0;
	text-align: center;
	clear: both;
	margin: 130px auto;
}
div.notice_inner_{
	background: url(../img/usr/border.png) no-repeat center bottom;
	padding: 0 0 30px 0;	
	margin: 0 0 30px 0;
}
div.notice_ .centertext_{
	text-align: right;
}

/* ▼ サジェスト */

.np-keyword-suggest{
  border:1px solid #D8D8D8;
  border-top:0px;
  position:relative !important;
  top:10px !important;
  left:20px !important;
}

.np-keyword-suggest-group-{
  width:100%;
}

.np-keyword-suggest .item{
  /*width:283px;*/
  border-top:1px solid #D8D8D8;
  height:40px;
  line-height:40px;
  padding-left:20px;
  background:#ffffff;
}

.np-keyword-suggest > div .item:hover{
  background: #c1a769;
  color:#ffffff;
  cursor: pointer;
}

#header-search-submit-wrapper{
  display: none;
}

/* ▲ サジェスト */

/* ▼ カテゴリメニュー */

#header-category-list{
  position:absolute;
  top:50px;
  left:0px;
  overflow: hidden;
  transition: all 300ms 0ms ease;
  opacity: 0;
  padding-top:0px;
}

#header-category-list > ul{
  margin:0px;
  padding:0px;
  background:#ffffff;
  border:1px solid #F0F0F0;
}

#header-category-list.showed{
  padding-top:10px;
}

#header-category-list li{
  padding:0px 15px;
  background:url("../img/category-menu-arrow.png") no-repeat 250px center;
  transition: background 200ms 0ms ease;
}

#header-category-list li.hover{
  background:url("../img/category-menu-arrow-on.png") no-repeat 255px center;
}

#header-category-list li a{
  display:block;
  width:200px;
  height:40px;
  line-height: 40px;
  font-size:14px;
  padding-left:50px;
  border-bottom:1px solid #F0F0F0;
  background:url("../img/category-menu1_200227.svg") no-repeat 5px center;
  background-size: 30px 30px;
  /*transition: all 200ms 0ms ease;*/
}

#header-category-list li.hover a{
  color:#c1a769;
}

#header-category-list li:nth-of-type(2) a{ background-image: url("../img/category-menu2_200227.svg"); background-size: 28px auto;}
#header-category-list li:nth-of-type(3) a{ background-image: url("../img/category-menu3_200227.svg"); background-size: 26px 26px;}
#header-category-list li:nth-of-type(4) a{ background-image: url("../img/category-menu4_200227.svg"); background-size: 25px 25px;}
#header-category-list li:nth-of-type(5) a{ background-image: url("../img/category-menu8_200227.svg"); background-size: 26px 26px;}
#header-category-list li:nth-of-type(6) a{ background-image: url("../img/category-menu5_200227.svg"); background-size: 31px 31px;}
#header-category-list li:nth-of-type(7) a{ background-image: url("../img/category-menu6_200227.svg"); background-size: 28px 28px;}
#header-category-list li:nth-of-type(8) a{ background-image: url("../img/category-menu8_200227.png"); }
#header-category-list li:nth-of-type(9) a{ background-image: url("../img/category-menu9_200227.png"); }
#header-category-list li:nth-of-type(10) a{ background-image: url("../img/category-menu10_200227.png"); }
#header-category-list li:nth-of-type(11) a{ background-image: url("../img/category-menu11_200227.png"); }
#header-category-list li:nth-of-type(12) a{ background-image: url("../img/category-menu12_200227.png"); }
#header-category-list li:nth-of-type(13) a{ background-image: url("../img/category-menu13_200227.png"); }
#header-category-list li:nth-of-type(14) a{ background-image: url("../img/category-menu14_200227.png"); }
#header-category-list li:nth-of-type(15) a{ background-image: url("../img/category-menu15_200227.png"); }
#header-category-list li:nth-of-type(16) a{ background-image: url("../img/category-menu16_200227.png"); }
#header-category-list li:nth-of-type(17) a{ background-image: url("../img/category-menu17_200227.png"); }
#header-category-list li:nth-of-type(18) a{ background-image: url("https://www.cocoonist.net/img/category-menu18.pngv?200227"); }

#header-category-list li:nth-of-type(1) a:hover{ background-image: url("../img/category-menu1-on_200227.svg"); background-size: 30px 30px;}
#header-category-list li:nth-of-type(2) a:hover{ background-image: url("../img/category-menu2-on_200227.svg"); background-size: 28px auto;}
#header-category-list li:nth-of-type(3) a:hover{ background-image: url("../img/category-menu3-on_200227.svg"); background-size: 26px 26px;}
#header-category-list li:nth-of-type(4) a:hover{ background-image: url("../img/category-menu4-on_200227.svg"); background-size: 25px 25px;}
#header-category-list li:nth-of-type(5) a:hover{ background-image: url("../img/category-menu8-on_200227.svg"); background-size: 26px 26px;}
#header-category-list li:nth-of-type(6) a:hover{ background-image: url("../img/category-menu5-on_200227.svg"); background-size: 31px 31px;}
#header-category-list li:nth-of-type(7) a:hover{ background-image: url("../img/category-menu6-on_200227.svg"); background-size: 28px 28px;}
#header-category-list li:nth-of-type(8) a:hover{ background-image: url("../img/category-menu8-on_200227.png"); }
#header-category-list li:nth-of-type(9) a:hover{ background-image: url("../img/category-menu9-on_200227.png"); }
#header-category-list li:nth-of-type(10) a:hover{ background-image: url("../img/category-menu10-on_200227.png"); }
#header-category-list li:nth-of-type(11) a:hover{ background-image: url("../img/category-menu11-on_200227.png"); }
#header-category-list li:nth-of-type(12) a:hover{ background-image: url("../img/category-menu12-on_200227.png"); }
#header-category-list li:nth-of-type(13) a:hover{ background-image: url("../img/category-menu13-on_200227.png"); }
#header-category-list li:nth-of-type(14) a:hover{ background-image: url("../img/category-menu14-on_200227.png"); }
#header-category-list li:nth-of-type(15) a:hover{ background-image: url("../img/category-menu15-on_200227.png"); }
#header-category-list li:nth-of-type(16) a:hover{ background-image: url("../img/category-menu16-on_200227.png"); }
#header-category-list li:nth-of-type(17) a:hover{ background-image: url("../img/category-menu17-on_200227.png"); }
#header-category-list li:nth-of-type(18) a:hover{ background-image: url("../img/category-menu18-on_200227.png"); }

#header-category-submenu{
  position:absolute;
  top:36px;
  left:280px;
  padding:0px;
  margin-left:15px;
  margin-top:0px;
}

#header-category-submenu li ul{
  width:270px;
  padding:0px 15px;
  background:#ffffff;
  border:1px solid #F0F0F0;
}

#header-category-submenu > li div{
  position:relative;
}

#header-category-submenu > li div p{
  position: absolute;
  left:-11px;
  top:10px;
  z-index:100;
  margin:0px;
}

#header-category-submenu > li:nth-of-type(n+8) div p{
  top:auto;
  bottom:10px;
}

#header-category-submenu > li{
  display:none;
  position: absolute;
  top:0px;
  left:0px;
}

#header-category-submenu > li.showed{
  display:block;
}

#header-category-submenu li ul li a{
  display:block;
  width:100%;
  height:40px;
  line-height: 40px;
  font-size:14px;
  border-bottom:1px solid #F0F0F0;
  transition: color 200ms 0ms ease;
}

#header-category-submenu li ul li a:hover{
  color:#c1a769;
}

/* ▲ カテゴリメニュー */


/* 1100 */

html, body{
    margin:0px;
    padding:0px;
}

body{
    /*background:#fff2f0;*/
}

#header{
  top:0px;
  left:0px;
  z-index:100;
  width:100%;
  height:80px;
  position: fixed;
  background-color: none;
  transition: background-color 300ms 0ms ease;
}

#header.scrolled{
  background-color:rgba(255, 255, 255, 0.8);
}

#header-inner{
    width:1100px;
    margin:auto;
    position: relative;
}

h1{
    text-align: center;
    position:absolute;
    width:100%;
    margin:0px;
    margin-top:20px;
    z-index:-1;
}

#main-menu{
    float:left;
    margin-top:30px;
}

#main-menu li{
    float:left;
    margin-right:20px;
}

#main-menu li a{
    font-family: "seshatregular";
    font-size:13px;
    color:#3c3c3c;
    letter-spacing: 2px;
    display:block;
    transition: all 200ms ease;
}

#main-menu li a:hover{
    color:#f3da9c;
}

#main-menu li:first-child a{
    background:url("../img/header-menu-arrow.svg") no-repeat right center;
    background-size: 19px 12px;
    padding-right:18px;
}

#main-menu li:first-child.showed a, #main-menu li:first-child a:hover{
    color:#f3da9c;
    background-image: url("../img/header-menu-arrow-on.svg");
}

#right-menu{
    float:right;
    width:420px;
    margin-top:20px;
}

#header-search{
    float:left;
}

#sub-menu{
    float:right;
    margin-top:10px;
}

#sub-menu li{
    float:left;
    margin-right:15px;
    position:relative;
}

#sub-menu li:last-child{
    margin-right:0px;
}

#sub-menu li a{
    display:block;
}

#sub-menu .badge{
  display:block;
  position: absolute;
  right:-7px;
  top:-7px;
  height:16px;
  min-width: 6px;
  line-height: 16px;
  color:#ffffff;
  text-align: center;
  padding:0px 5px;
  background: #FF2D4B;
  border-radius: 8px;
  font-size: 11px;
  transition: transform 300ms 0ms ease;
  transform: scale(0);
}

#sub-menu .badge.showed{
  transform: scale(1.0);
}
#sub-menu-inner{
	width: 100%!important;
	position: absolute!important;
	top: 0!important;
	left: auto!important;
	right: -65px!important;
	width: 150px!important;
	height: 159px!important;
	display: none;
	background: none!important;
}
#sub-menu-inner ul{
	width: 150px;
	height: 159px;
	background: url(../img/sub-menu-inner.png) no-repeat;
}
#sub-menu-inner li:first-of-type{
	margin-top: 73px;
}
#sub-menu-inner li{
	margin: 0 0 15px 32px;
	padding: 0;
	line-height: 1;
}
#sub-menu-inner li:last-of-type{
	margin-bottom: 0;
}
#sub-menu-inner li a{
	font-size: 13px;
	margin: 0;
	padding: 0 0 0 17px;
	background: url(../img/sub-menu-inner-shape.png) left center no-repeat;
}
#header-search{
    float:left;
}

#header-search p{
    margin:0px;
}

#header-search-keyword{
    height:34px;
    color:#a3a3a3;
    display:block;
    font-size: 15px;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    padding-left:25px;
    padding-right: 0;
    padding-bottom: 0;
    padding-bottom: 0;
    width:240px;
    background:none;
    border:0px;
    border-bottom: 1px solid #000000;
    outline: 0;
    margin:0px;
    margin-left:20px;
    margin-top:-3px;
    background:url("../img/search-icon.svg") no-repeat 0px center;
    background-size: 20px 20px;
    border-radius: 0;
}

.more-button{
    text-align: center;
}

.more-button a{
    display:inline-block;
    height:54px;
    line-height:54px;
    text-align: center;
    padding:0px 60px;
    background:#ffffff url("../img/more-arrow.svg") no-repeat right 15px center!important;
    background-size: 18px 28px!important;
    font-size:16px;
    border-radius: 3px;

    transition: all 200ms ease;
}

.more-button a:hover{
    background-position: right 10px center;
    background-color: #f3da9c;
}

#season-links{
    text-align: center;
    margin:0px;
    padding:0px;
    margin-top:70px;
}

#season-links li{
    display:inline-block;
}

#season-links li:first-child{
    margin-right:40px;
}

#season-links a{
    display:block;
    height:54px;
    width:220px;
    line-height:54px;
    text-align: center;
    background:#ffffff;
    font-size:16px;
    border-radius: 3px;
    transition: background-color 200ms ease;
}

#season-links a:hover{
    background-color:#f3da9c;
}

.more-load-button{

}

.more-load-button{
    text-align: center;
}

.more-load-button a{
    display:inline-block;
    height:54px;
    width:366px;
    line-height:54px;
    text-align: center;
    font-size:16px;
    border-radius: 3px;
    position:relative;
    overflow: hidden;
    z-index:1;
}

.more-load-button a span{
    border: 1px solid #3c3c3c;
    box-sizing: border-box;
    z-index:0;
    display:block;
    position:absolute;
    width:100%;
    height:100%;
    line-height: 1.4;
    transition: border-width 100ms 0ms ease
}
.more-load-button a:hover span{
    border-width: 5px;
}
#ranking-load-more a{

}
#ranking-load-more a:hover span{
   border-width: 1px;
}
#ranking-load-more a{
		border: none;
    display:inline-block;
    height:54px;
    line-height:54px;
    text-align: center;
    padding:0px 0;
    background:#ffffff url("../img/more-arrow.svg") no-repeat right 15px center!important;
    background-size: 18px 28px!important;
    font-size:16px;
    border-radius: 3px;

    transition: all 200ms ease;
}
#section-footer{
    padding-bottom: 1px;
    padding-top:1px;
}

#footer-menu{
    text-align: center;
    padding-top:60px;
    padding-bottom:70px;
    background:#FFF2F0;
}

#footer-menu > div{
    display:inline-block;
    height:80px;
    vertical-align: top;
    margin-right:50px;
}

#footer-menu > div:last-child{
    margin-right:0px;
}

#footer-menu > div h2{
    font-size:14px;
    margin:0px;
    text-align: left;
}

#footer-menu > div ul{
    margin-top:7px;
}

#footer-menu > div li {
    text-align: left;
    margin:0px;
    line-height:20px;;
    background:url("../img/footer-menu-arrow.svg") no-repeat left center;
    padding-left:15px;
    background-size: 9px 20px;
    position: relative;
}

#footer-menu > div li a{
    font-size:12px;
    line-height:20px;
    height:20px;
    display:block;
    position: relative;
    left:0px;
    transition: all 200ms ease;
}

#footer-menu > div li a:hover{
    left:5px;
    color:#f3da9c;
}

#footer-sns{
    background:#dac68d;
    text-align: center;
    height:113px;
    padding-top:1px;
}

#footer-sns ul{
    margin-top:20px;
}

#footer-sns ul li{
    display:inline-block;
    margin-right:90px;
}

#footer-sns ul li a{
    display:block;
    position:relative;
    transition: all 200ms ease;
    top:0px;
}

#footer-sns ul li a:hover{
    top:-5px;
    opacity: 0.9;
}

#footer-sns ul li:last-child{
    margin-right:0px;
}

#footer-logo{
    text-align: center;
    margin-top:20px;
    margin-bottom: 20px;
}

#copyright{
    margin-top:15px;
    text-align: center;
    font-size:9px;
    font-family: "seshatregular";
}

#history-tab{
  padding:0px;
  margin:0px;
  margin-top:25px;
  text-align: center;
}

#history-tab li{
  display:inline-block;
  height:78px;
}

#history-tab li a{
  display:block;
  width:248px;
  height:76px;
  text-align: center;
  line-height: 76px;
  border-bottom:1px solid #cbcbcb;
  font-size:20px;
  color: #3c3c3c;
}

#history-tab li a:hover, #history-tab li a.selected{
  color:#c1a769;
  border-bottom: 2px solid #c1a769;
}

#history-item-list{
  width:100%;
  margin-top:30px;
}

#history-item-list > ul,
#recommend-item-list > ul{
  margin:0px auto;
  padding:0px;
}

#history-item-list .list-item h3 > a,
#recommend-item-list .list-item h3 > a{
  margin:0px;
  font-size:16px;
}

#history-item-list .list-item > div > div,
#recommend-item-list .list-item > div > div {
  padding-left: 10px;
  padding-right: 10px;
}

#history-item-list .line-through,
#recommend-item-list .line-through{
  display: none;
}

#history-item-list p,
#recommend-item-list p {
    line-height: 1;
    /*padding-top: 5px;*/
    font-size: 15px;
}

#history-item-list li.status-new,
#recommend-item-list li.status-new{
  position: absolute;
  z-index: 1;
  margin:5px 10px;
}

p.image-container{
    width: 235px;
    /*height: 300px;*/
    overflow: hidden;
    margin: 0px;
    position: relative;
}
p.image-container img{
  	width:100%;
  	height: auto;
  	transition: all 400ms ease;
}

#history-item-list .prev-price,
#recommend-item-list .prev-price {
    text-decoration: line-through;
    line-height: 1;
    padding-top: 5px;
    font-size: 15px;
}

#history-item-list .price-down,
#recommend-item-list .price-down {
    color: #ff2d4b;
    margin-right: 5px;
}

li.list-item{
  width:235px;
  overflow: hidden;
  /*border-radius: 10px;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;*/
  display:inline-block;
  cursor: pointer;
}

.load-more a{
  display:block;
  background: url("../img/more-arrow.png") no-repeat 190px center;
  width:220px;
  height:56px;
  text-align: center;
  color:#3C3C3C;
  font-size:15px!important;
  line-height: 56px;
  position:relative;
  margin: 0 auto;
  text-decoration: none;
}

.load-more a span{
  border: 1px solid #3C3C3C;
  box-sizing:border-box;
  display:block;
  position: absolute;
  top:0px;
  left:0px;
  width:100%;
  height:100%;
  transition: border-width 100ms 0ms ease;
}
.load-more a:hover span{
  border-width:5px;
}

#section-history,
#section-recommend{
  padding-top:1px;
  padding-bottom: 20px;
  background: #fcf9f1;
}
#section-history.mt0,
#section-recommend.mt0{
  margin-top: 0;
}

#history-tab,
#recommend-tab{
  padding:0px;
  margin:0px;
  margin-top:25px;
  text-align: center;
}
.mt0 #history-tab,
.mt0 #recommend-tab{
  margin-top: 0;
}

#history-tab li,
#recommend-tab li{
  width: auto !important;
  display:inline-block;
  height:78px;
}

#history-tab li a,
#recommend-tab li a,
#history-tab li span,
#recommend-tab li span{
  display:block;
  width:248px;
  height:76px;
  text-align: center;
  line-height: 76px;
  border-bottom:1px solid #cbcbcb;
  font-size:20px;
}

#history-tab li a:hover, #history-tab li a.selected,
#recommend-tab li a:hover, #recommend-tab li a.selected{
  cursor: pointer;
  color:#c1a769;
  border-bottom: 2px solid #c1a769;
}
#recommend-tab li span, #history-tab li span{
  cursor: default;
  color:#c1a769;
  border-bottom: 2px solid #c1a769;
}

#history-item-list,
#recommend-item-list{
  width:100%;
  margin-top:30px;
}

#history-item-list > ul,
#recommend-item-list > ul{
  margin:0px auto;
  padding:0px;
}

li.list-item{
  width:235px;
  overflow: hidden;
  /*border-radius: 10px;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;*/
  display:inline-block;
  cursor: pointer;
}

#history-item-list > ul li.list-item,
#recommend-item-list > ul li.list-item{
  opacity: 0.0;
  transform: scale(0.95, 0.95);
  transition: all 200ms cubic-bezier(0.86, 0, 0.07, 1);
}

#history-item-list > ul li.list-item.showed,
#recommend-item-list > ul li.list-item.showed{
  opacity: 1.0;
  transform: scale(1.0, 1.0);
}

li.list-item > div{
  /*background:#ffffff;*/
  /*transition: background-color 300ms 0ms ease;*/
}

/*li.list-item:hover > div{
  background: #dddddd;
}*/

li.list-item div{
  position:relative;
}

li.list-item > div{
  display: inline-block;
  width: 235px;
  /*height: 460px;*/
  float: left;
  position: relative;
  background: #ffffff;
}
li.list-item > div a{
	width: 100%;
	height: 100%;
}
li.list-item > div:hover a img{
	transform: scale(1.05);
}

li.list-item > div:hover p.control-buttons a img{
	transform: scale(1.00);
}

div.list-item-image-container > p:first-child{
  margin:0px;
}

li.list-item div.block-item ul, div.list-item-image-container ul{
  position:absolute;
  left:185px;
  top:10px;
  margin:0px;
  padding:0px;
}
li.list-item div.block-item ul, div.list-item-image-container ul{
  position:absolute;
  left:185px;
  top:10px;
  margin:0px;
  padding:0px;
}


/*
.item_ .zoom-button a,
.item_ .favorite-button a,
.cart_ .zoom-button a,
.cart_ .favorite-button a{
  display:block;
  width:40px;
  height:40px;
  transition: all 200ms 0ms ease;
  background:url("../img/zoom-icon.svg") no-repeat center center;
  background-size: 22px 22px;
}

.item_ .zoom-button:hover a,
.cart_ .zoom-button:hover a{
  background:url("../img/zoom-icon-on.svg") no-repeat center center;
  background-size: 22px 22px;
}
.item_ .favorite-button,
.cart_ .favorite-button {
    margin-top: 10px;
}
.item_ .favorite-button a,
.cart_ .favorite-button a{
  background:none;
}

.item_ .favorite-button a img,
.cart_ .favorite-button a img{
  background:url("../img/favorite-icon.svg") no-repeat center center;
  background-size: 21px 20px;
  width:40px;
  height:40px;
}

.item_ .favorite-button.selected,
.cart_ .favorite-button.selected{
  background: #ffffff !important;
}

.item_ .favorite-button.selected a img,
.cart_ .favorite-button.selected a img{
  animation: favorite-animation 2.5s ease-in-out .0s forwards;
}
.item_ .zoom-button,
.item_ .favorite-button,
.cart_ .zoom-button,
.cart_ .favorite-button{
  background: #ffffff;
  border-radius: 20px;
  overflow: hidden;
  transition: all 200ms 0ms ease;
}
li.list-item div.block-item ul li, div.list-item-image-container ul li{
  display:block;
  border-radius: 20px;
  background: #ffffff;
  overflow: hidden;
}

.zoom-button, .favorite-button{
  background: #ffffff;
  border-radius: 20px;
  overflow: hidden;
  transition: all 200ms 0ms ease;
}
.favorite-button{
  margin-top:10px;
}

li.list-item div.block-item ul li.zoom-button:hover, li.list-item div.list-item-image-container ul li.zoom-button:hover{
  background: #969696;
}
.control-buttons span{
    display:inline-block;
    cursor: pointer;
}
*/

.zoom-button{
    width:22px;
    height:22px;
    background:url("../img/zoom-icon.svg") no-repeat!important;
    background-size:22px 22px;
    margin-right:10px;
    border-radius: 0;
}

.favorite-button{
    width:22px!important;
    height:22px!important;
    border-radius: 0
}

.favorite-button img{
    display:block;
    width:22px!important;
    height:22px!important;
}


li.list-item div.block-item p{
  margin:0px;
}

.status-icons{
  margin:0px;
  padding:0px;
  overflow: hidden;
  -webkit-transform: none;
  /*padding:10px 15px;*/
  padding-bottom:0px;
}

.status-icons li{
  font-size:14px;
  color:#969696;
  float:left;
  margin-right:7px;
}

.status-icons li.status-new{
  font-family: "seshatregular";
  font-size:12px;
  padding:5px 10px 3px;
  display:inline-block;
  color:#C1A769;
  border:2px solid #C1A769;
  background: #ffffff;
}

.status-icons li:last-child{
  margin-right:0px;
}

li.list-item > div > p
, li.list-item > div > h3{
  padding:0px 15px;
  font-size:16px;
  margin:5px 0px;
}

li.list-item > div > p span{
  font-size:16px;
}

.list-item div.list-item-image-container > p img{
  width:235px;
  /*transition: transform 300ms 0ms ease;*/
}

/*.list-item:hover div.list-item-image-container > p img{
  transform: scale(1.01, 1.01);
}*/

.list-item:hover div.list-item-image-container > ul{

}

.saz-select div{
  position:absolute;
  top:25px;
  left:0px;
  width:196px;
  background:#ffffff;
  border:1px solid #c8c8c8;
  display:none;
  z-index:10;
}

.saz-select.selected span{
  color:#c1a769;
}

.saz-select div p{
  margin:0px;
  padding:10px;
  padding-left:20px;
  font-size:14px;
  cursor: pointer;
}

.saz-select div p a{
  display:block;
}

.saz-select div p:hover{
  background:#c1a769;
  color:#ffffff;
}

.saz-select div p:hover a{
  color:#ffffff;
}

.saz-select.selected div{
  display:block;
}

.read-more{
  text-align: center;
}

.read-more a{
  border-top:1px solid #969696;
  border-bottom:1px solid #969696;
  padding:1px 0px;
}

.read-more a, .read-more a span{
  display:inline-block;
}

.read-more a > span{
  height:100%;
  width:100%;
  overflow: hidden;
  position: relative;
}

.read-more span > span:last-child{
  color:#969696;
  font-family: cursive,Garamond,Baskerville,Baskerville Old Face,Hoefler Text,Times New Roman,serif;
  position:relative;
  top:0px;
  left:0px;
  transition: color 300ms 0ms ease;
  padding:5px 20px;
}

.read-more a:hover span span:last-child{
  color:#ffffff;
}

.read-more span span:first-child{
  background:#969696;
  display:block;
  height:100%;
  width:100%;
  position:absolute;
  top:100%;
  left:0px;
  transition: top 300ms 0ms ease;
}

.read-more a:hover span span:first-child{
  top:-1%;
}
.border-box{
  overflow: hidden;
/*  transition: background 300ms 0ms ease;*/
}

.border-box .border{
  position:absolute;
  border:0px solid #c1a769;
/*  transition: all 300ms 0ms ease;*/
}

.border-box .border:nth-of-type(1){
  height:100%;
  width:3px;
  top:0%;
  left:0px;
  border-left:3px solid #c1a769;
}
/*.border-box:hover .border:nth-of-type(1){
  -webkit-animation: boxborder-left 700ms ease 0s forwards;
  animation: boxborder-left 700ms ease 0s forwards;
}*/

@keyframes boxborder-left {
  0% { top:0%; }
  50%{ top:-100%; }
  50.1%{ top:100%; }
  100% { top:0%;}
}

.border-box .border:nth-of-type(2){
  width:100%;
  height:3px;
  top:0px;
  left:0%;
  border-top:3px solid #c1a769;
}
/*.border-box:hover .border:nth-of-type(2){
  -webkit-animation: boxborder-top 700ms ease 0s forwards;
  animation: boxborder-top 700ms ease 0s forwards;
}*/
@keyframes boxborder-top {
  0% { left:0%; }
  50%{ left:100%; }
  50.1%{ left:-100%; }
  100% { left:0%;}
}

.border-box .border:nth-of-type(3){
  height:100%;
  width:3px;
  right:0px;
  top:0%;
  border-right: 3px solid #c1a769;
}
/*.border-box:hover .border:nth-of-type(3){
  -webkit-animation: boxborder-right 700ms ease 0s forwards;
  animation: boxborder-right 700ms ease 0s forwards;
}*/
@keyframes boxborder-right {
  0% { top:0%; }
  50%{ top:100%; }
  50.1%{ top:-100%; }
  100% { top:0%;}
}

.border-box .border:nth-of-type(4){
  width:100%;
  height:3px;
  bottom:0px;
  left:0px;
  border-bottom: 4px solid #c1a769;
}
@keyframes boxborder-bottom {
  0% { left:0%; }
  50%{ left:-100%; }
  50.1%{ left:100%; }
  100% { left:0%;}
}
/*.border-box:hover .border:nth-of-type(4){
  -webkit-animation: boxborder-bottom 700ms ease 0s forwards;
  animation: boxborder-bottom 700ms ease 0s forwards;
}*/

#sizeguidebtn{
	border-bottom: none!important;
}
#sizeguidebtn th{
	text-align: left!important;
}

#sizeguidebtn a{
	text-decoration: underline;
}
#sizeguidebtn a:hover{
	text-decoration: none;
}
.bg_{
	background: rgba(0,0,0,0.7);
	width: 100%;
	height: 100%;
	position: fixed;
	top: 0;
	left: 0;
	z-index: 9999;
	display: none;
}
#sizeguidewrap{
	overflow-x: hidden;
}
#sizeguidewrap .close_{
	position: absolute;
	top: 30px;
	right: 30px;

}
#sizeguidewrap .close_:hover{
	cursor: pointer;
}
#sizeguidebtn:hover{
	cursor: pointer;
}
#sizeguidewrap{
	background: #fff;
	padding: 40px 0;
	margin: 20px 0;
	position: relative;
}
#sizeguidewrap .title_{
	display: block;
	text-align: left;
	margin: 40px auto 0;
	float: none;
}
#sizeguidewrap .desc_{
	display: block;
	text-align: left;
	color: #555555;
	font-size: 12px;
	color: #555555;
	margin: 35px auto 39px auto;
	padding: 0 91px;
}
#sizeguidewrap div.caution_{
	background: #eeeeee;
	margin-bottom: 16px;
	padding: 0 91px;
}
#sizeguidewrap .caution_inner_{
	margin: 0 auto;
	padding: 23px 0 19px 0;
}
#sizeguidewrap .caution_inner_ p{
	font-size: 14px;
	color: #555555;
	margin: 0 0 18px 0;
	font-weight: bold;
}
#sizeguidewrap .caution_inner_ ul{
	list-style: none;
	margin: 0;
	padding: 0;
	font-size: 12px;
}
#sizeguidewrap .caution_inner_ ul li{
	margin-bottom: 5px;
}
.bg2_{
	width: 940px;
	margin: 0 auto;
	background: #fff;
	position: fixed;
	top: 0;
	left: 0;
	z-index: 9999;
}
#sizeguidewrap #section-title{
	width: auto;
	padding: 0 91px;
}
#sizeguidewrap #section-title h2{
	position: relative;
	text-align: left;
	width: 1100px;
	margin: 0 auto;

  color: #c1a769;
  font-size: 32px;
  font-weight: normal;
  margin-bottom: 31px;
  margin-top: 0;
  padding-left: 0;
}
#sizeguidewrap .child_.active_{
	display: block;
}
#sizeguidewrap .child_.active_ .tab_title_{
	background: #eeeeee url(../img/usr/sizeguide/plus.png) 98% center no-repeat;
	padding-left: 31px;
	font-size: 12px;
}

#sizeguidewrap	.tab_{
	padding: 0 91px 73px 91px;
	margin: 0 auto;
}
#sizeguidewrap	.tab_ .tab_title_{
	border-bottom: 1px solid #ebebeb;
	background: url(../img/usr/sizeguide/plus.png) 98% center no-repeat;
	color: #444;
	font-size: 14px;
}
#sizeguidewrap	.tab_ .tab_title_{
	padding: 11px;
}
#sizeguidewrap	.tab_ .tab_title_.active_{
	padding: 11px 30px;
	background: #eeeeee url(../img/usr/sizeguide/minus.png) 98% center no-repeat;
}
#sizeguidewrap	.tab_ .tab_title_:hover{
	cursor: pointer;
}
#sizeguidewrap	.tab_ .tab_body_{
	display: none;
	padding: 0;
	font-size: 14px;
}
#sizeguidewrap	.tab_ .tab_body_ img{
	max-width: 100%;
}
#sizeguidewrap	.tab_ .tab_body_ p{
	padding: 0 11px;
	font-size: 12px;
}
.tab_body_f_{
	text-align: right;
	font-size: 12px;
}
.tab_body_f_ a{
	margin-right: 18px;
}
#sizeguidewrap	.tab_ .tab_title_.parent_{
	background: url(../img/usr/sizeguide/plus.png) 98% center no-repeat;
	font-size: 14px;
	padding: 11px;
}
#sizeguidewrap	.tab_ .tab_title_.child_{
	background: #eeeeee url(../img/usr/sizeguide/plus.png) 98% center no-repeat;
	font-size: 12px;
	padding: 11px 30px;
}
#sizeguidewrap	.tab_ .tab_title_.now_.parent_{
	background: url(../img/usr/sizeguide/minus.png) 98% center no-repeat;
	font-size: 14px;
	padding: 11px;
}
#sizeguidewrap	.tab_ .tab_title_.active_.child_{
	background: #eeeeee url(../img/usr/sizeguide/minus.png) 98% center no-repeat;
	font-size: 12px;
	padding: 11px 30px;
}