@charset "UTF-8";

#section-bread {
  color:#969696;
}

#section-bread ul{
  overflow: hidden;
  margin:0px;
  padding:0px;
}

#section-bread ul li{
  float:left;
  font-size:14px;
}

ul#section-bread-page {
    overflow: hidden;
    margin-bottom: 15px;
    padding: 0px;
}

ul#section-bread-page li{
	color: #969696;
}

#section-bread ul li a{
  color: #969696;
}

#section-bread li span{
  display:inline-block;
  margin:0px 10px;
  color: #969696;
}

#list-contents-wrapper{
  overflow: hidden;
  width:100%;
  user-select: none;
  -moz-user-select: none;
  -webkit-user-select: none;
  -ms-user-select: none;
}

#search-contents{
  width:196px;
  float:left;
  margin-left:30px;
  position:relative;
}
#list-contents{
  width:100%;
  float:right;
  margin-right:-280px;
}

#list-contents-inner{
  margin-right:300px;
}

#list-contents-inner div.foot-caption {
    margin-top: 30px;
    font-size: 13px;
}

ul#item-list.align{
  display: flex !important;
  flex-wrap: wrap !important;
  height: auto !important;
  margin-top: 10px;
  left: -10px;
}

li.list-item.align{
  border-radius: 10px;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  align-items: flex-start !important;
  margin: 10px 7px!important;
  height: auto !important;
  position: relative !important;
  left: 0 !important;
  top: 0 !important;
}
li.list-item.align div.align:hover{
  background: #ffffff;
}
li.list-item.align div.align{
/*  background: none;*/
}


.list-item-image-container{
   overflow: hidden;
}

.list-item{
  opacity: 0.0;
  transform: scale(0.95, 0.95);
  transition: all 0ms cubic-bezier(0.86, 0, 0.07, 1);
}

.list-item.showed{
  opacity: 1.0;
  transform: scale(1.0, 1.0);
}

#item-list{
  padding:0px;
  margin:0px;
}

#sort-type{
  float:left;
  margin:0px;
  padding:0px;
}

#sort-type li{
  position: relative;
  float:left;
  margin-right:35px;
  display:block;
  cursor: pointer;
}

#select-order-type{

}

#select-order-type option{
  background:#ffffff;
  padding:5px 10px;
  border:1px solid #c8c8c8;
}

#display-type{
  overflow: hidden;
  float:right;
  margin:0px;
  padding:0px;
}

#display-type li{
  float:left;
  display:block;
}

#display-type li a{
  display:block;
  font-size:0px;
  width:20px;
  height:15px;
  transition: background-image 200ms 0ms ease;
}

#display-type li:first-child a{
  background:url("../img/variable-icon.svg") no-repeat;
  background-size: 20px 15px;
}

#display-type li:first-child a:hover, #display-type li.selected a{
  background-image:url("../img/variable-icon-on.svg");
}

#display-type li:last-child{
  margin-left:10px;
  padding-left:10px;
  border-left:1px solid #969696;
}

#display-type li:last-child a{
  background:url("../img/static-icon.svg") no-repeat;
  background-size: 20px 15px;
  display:block;
}

#display-type li:last-child a:hover, #display-type li:last-child.selected a{
  background-image:url("../img/static-icon-on.svg");
}

#list-contents-wrapper{
  margin-top:30px;
}

#result-num{
  margin-top:0px;
  border-bottom:1px solid #c8c8c8;
  text-align: center;
  font-size:14px;
  padding-bottom:0px;
}

#result-num span{
  display:none;
  font-size:52px;
  color: #006450;
  font-family: Garamond,Baskerville,Baskerville Old Face,Hoefler Text,Times New Roman,serif;
}
#search-contents #detail-search-title,
#search-contents h2{
  background:#006450;
  color:#ffffff;
  font-size:18px;
  padding:10px 15px;
  margin-bottom:0px;
}
#search-contents .detail-search-label,
#search-contents h3{
  font-size:18px;
  border-bottom:1px solid #3c3c3c;
  margin:0px;
  padding:10px;
  padding-left:15px;
  margin-top:10px;
}
#item-gift-list,
#item-type-list{
  margin:0px;
  padding:0px;
}
#item-gift-list li,
#item-type-list li{
  border-bottom:1px solid #cbcbcb;
}
#item-gift-list li label,
#item-type-list li label{
  display:block;
  padding:15px;
  padding-left:40px;
  font-size:14px;
  cursor: pointer;
}
#item-gift-list li label:hover,
#item-type-list li label:hover {
  color: #006450;
}

/*商品ライプ ラジオボタン*/
#item-gift-list li input[type=radio] + label,
#item-type-list li input[type=radio] + label{
  background:url("../img/radio-icon.png") no-repeat 10px center;
  background-size: 21px 21px;
}
#item-gift-list li input[type=radio]:checked + label,
#item-type-list li input[type=radio]:checked + label{
  background-image:url("../img/radio-icon-on.png");
  color: #006450;
}
/*商品ライプ ラジオボタン*/

/*商品ライプ チェックボックス*/
#item-gift-list li input[type=checkbox] + label,
#item-type-list li input[type=checkbox] + label{
  background:url("../img/check-icon.png") no-repeat 10px center;
  background-size: 21px 21px;
}
#item-gift-list li input[type=checkbox]:checked + label,
#item-type-list li input[type=checkbox]:checked + label{
  background-image:url("../img/check-icon-on.png");
  color: #006450;
}
/*商品ライプ チェックボックス*/

#item-gift-list li input,
#item-type-list li input{
  display:none;
}

#item-category-list, #item-category-list ul{
  margin:0px;
  padding:0px;
}

#item-category-list > li:first-child > label{
  border-bottom:1px solid #cbcbcb;
}

#item-category-list input{
  display:none;
}

#item-category-list ul li{
  border-bottom:1px solid #cbcbcb;
}

#item-category-list > li > label,
#item-category-list ul li label{
  display:block;
  padding:15px;
  padding-left:40px;
  font-size:14px;
  cursor: pointer;
}

#item-category-list ul li label{
  background-position: 10px center;
}




/*カテゴリー ラジオボタン*/
#item-category-list > li > input[type=radio] + label,
#item-category-list ul li input[type=radio] + label{
  background:url("../img/radio-icon.png") no-repeat 10px center;
  background-size: 21px 21px;

}
#item-category-list li input[type=radio]:checked + label{
  background-image:url("../img/radio-icon-on.png");
  color: #006450;
}
/*カテゴリー ラジオボタン*/



/*カテゴリー チェックボックス*/
#item-category-list > li > input[type=checkbox] + label,
#item-category-list ul li input[type=checkbox] + label{
  background:url("../img/check-icon.png") no-repeat 10px center;
  background-size: 21px 21px;

}
#item-category-list li input[type=checkbox]:checked + label{
  background-image:url("../img/check-icon-on.png");
  color: #006450;
}
/*カテゴリー チェックボックス*/


#item-category-list li label:hover{
  color: #006450;
}

#item-category-list ul li label{
  padding-left:40px;
}

#item-category-list ul li.other-category-title{

}

#item-category-list li.current-category a, #item-category-list li.other-category-title a, #item-category-list li.hide-category a, #item-category-list li.top-tree-category a{
  display:block;
  padding:15px;
  border-bottom:1px solid #cbcbcb;
  background:url("../img/category-menu-arrow.png") no-repeat 175px center;
}

#item-category-list li.current-category a:hover, #item-category-list li.other-category-title a:hover, #item-category-list li.hide-category a:hover, #item-category-list li.top-tree-category a:hover{
  background:url("../img/category-menu-arrow-on.png") no-repeat 175px center;
  color: #006450;
}

#item-category-list li.current-category.selected a, #item-category-list li.other-category-title.selected a, #item-category-list li.hide-category.selected a, #item-category-list li.top-tree-category.selected a{
  background:url("../img/category-menu-arrow-open.png") no-repeat 172px center;
  color: #006450;
}

#item-category-list li.hide-category{
  display:none;
  border-bottom:1px solid #cbcbcb;
}

#item-category-list li.hide-category a{
  display:block;
  padding:15px;
  font-size:14px;
  background:url("../img/category-menu-arrow.png") no-repeat 175px center;
}

//#item-category-list li.hide-category a:hover{
//  background:url("../img/category-menu-arrow-on.png") no-repeat 175px center;
//  color: #006450;
//}

#item-category-list li.gift-category.selected{
  border-bottom:none;
}

#item-category-list li.gift-category.selected a{
  background:url("../img/category-menu-arrow-open.png") no-repeat 172px center;
  color: #006450;
  
}

.gift-sub-category{
  display: none;
}
.gift-sub-category li:first-child{
  border-top: 1px solid #cbcbcb;
}

#item-category-list .gift-sub-category li > label{
  padding-left:50px;
  background-position-x: 20px;
}

#price-line{
  border-bottom:1px solid #C8C8C8;
}

#price-active-line{
  border-bottom:2px solid #969696;
}


#price-slider{
  position:relative;
  height:55px;
  user-select: none;
  -moz-user-select: none;
  -webkit-user-select: none;
  -ms-user-select: none;
}

#price-line, #price-active-line, #price-min-handle, #price-max-handle{
  position:absolute;
  top:0px;
  left:0px;
}

#price-line, #price-active-line{
  width:100%;
  top:32px;
}

#price-min-handle, #price-max-handle{
  top:20px;
  display:block;
  width: 26px;
  height: 26px;
  background:url("../img/range-handle.svg") no-repeat;
  background-size:26px 26px;
  cursor: pointer;
  z-index: 1;
}

#price-min-handle.selected, #price-max-handle.selected{
  background-image:url("../img/range-handle-on.svg");
  z-index: 2 !important;
}

#price-max-handle{
  right:0px;
  left:auto;
}

#price-range{
  overflow: hidden;
  margin:0px;
  padding:0px;
  background:url("../img/nyoro.svg") no-repeat center center;
  background-size:10px 2px;
  margin-top:8px;
  border-bottom:1px solid #cbcbcb;
  padding-bottom: 20px;
}

#price-range li{
  display:inline-block;
  width:82px;
  border-bottom:1px solid #3C3C3C;
  font-size:12px;
}

#price-range li input{
  font-size:17px;
  display:inline-block;
  margin-right:5px;
  width:60px;
  -webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
  background:none;
  border:none;
}

#price-range li input.selected{
  color:#006450;
}

#price-range li:first-child{
  float:left;
  text-align: right;
  padding-right:5px;
}

#price-range li:last-child{
  float:right;
  text-align: left;
  padding-left:5px;
  padding-right:0px;
  width:82px;
}

#keyword-input{
  width:174px;
  border-radius: 5px;
  border:1px solid #3c3c3c;
  font-size:14px;
  padding:3px 10px;
  -webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
  color: #969696;
}

#keyword-input::-webkit-input-placeholder {
    color: #969696;
}
#keyword-input:-ms-input-placeholder {
    color: #969696;
}
#keyword-input::-moz-placeholder {
    color: #969696;
}

#form-button-list{
  margin-top:0px;
  padding:0px;
  position:fixed;
  bottom:0px;
  width:196px;
  z-index:99;
}
#form-button-list p {margin: 10px 0;}
#form-search-button.animate{
  animation: search-button-animation 0.8s ease-in-out .0s forwards;
}

@keyframes search-button-animation{
  0% {
    transform: scale(1);
  }
  10% {
    transform: scale(.96);
  }
  20% {
    transform: scale(1.04);
  }
  52%,
  100% {
    transform: scale(1);
  }
}

#form-button-list li{
  text-align: center;
  margin-top: 10px;
}
#form-button-list li input{
  height:38px;
  vertical-align: bottom;
}

#form-button-list li a{
  padding:10px 0px;
  display: block;
  border-radius: 5px;
  font-size:14px;
}

#form-button-list li:first-child a{
  background-color: #006450;
  color:#ffffff;
  display:block;
}

#form-button-list li:last-child a{
  background:#ffffff;
  border:1px solid #3c3c3c;
}


#list-contents{

}
#list-contents h1,
#list-contents h2{
  font-size: 24px;
  color: #006B50;
  font-weight: bold;
  font-family: "游ゴシック体", "Times New Roman" YuGothic, "游ゴシック Medium", "YuGothic M",
  "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, sans-serif;
  position: inherit;
  text-align: center;
  width: inherit;
  -webkit-font-feature-settings: "palt";
  letter-spacing: 0.05em;
}
#sort-select{
  margin-top:40px;
}
div#list-contents-inner span.visual ~ div#sort-select{
  margin-top:60px;    
}

#sort-type span{
  padding-right:15px;
  font-size:14px;
  -webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
  border:none;
  background:none;

  background:url("../img/sort-arrow.svg") no-repeat right center;
  background-size: 8px 6px;
}

#section-pager{
  margin-top:100px;
  margin-bottom:60px;
  margin-left:-266px;
  text-align: center;
}
#event-contents-wrapper #section-pager{
  margin-left:0px;
}
#event-contents-wrapper #section-pager ul{
	margin-left: 0px;
	padding-left: 0;
}
#section-pager li{
  display:inline-block;
  margin-right:12px;
}

#section-pager li a{
  display:block;
  width: 50px;
  height: 50px;
  line-height: 50px;
  border-radius: 50px;
  padding: 0;
  background: #fff;
  color: #006B50;
  border: 1px solid#006B50;
}

.pager-current a{
background: #006B50 !important;
  color:#ffffff !important;
  padding:0px 10px;
}

.pager-prev a, .pager-next a{
  background:#3c3c3c;
  color:#ffffff;
  padding:0px 20px;
}

.pager-page a{
  border:1px solid #969696;
  padding:0px 10px;
}

.pager-dot a{
  font-size:0px;
  padding:0px 10px;
  background: url("../img/pager-dot.svg") no-repeat center 0px transparent !important;
  background-size:17px 20px;
  border: none !important;
}

.prev-price{
  text-decoration:line-through;
  margin-right:10px;
}

.price-down{
  color:#ff2d4b;
}

#item-list-wrapper{
  clear:both;
  margin-top:20px;
}

@media screen and (max-width: 1000px) {
  #item-list-wrapper{
    width:490px;
  }
}

#item-list.fixLayout li h3 a{
  display:block;
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  word-break: break-all;
}



/*特集一覧*/
#tokushu-contents-wrapper{
  overflow: hidden;
  width:1000px;
  user-select: none;
  -moz-user-select: none;
  -webkit-user-select: none;
  -ms-user-select: none;
  margin-top: 20px;  
}
#tokushu-contents-wrapper h2{
	font-size: 30px;
	color: #5d5d5d;
	line-height: 1;
}
#tokushu-contents{
  width:100%;
}

#tokushu-contents-inner{
  
}
#tokushu-list-wrapper{
  clear:both;
  margin-top: 20px;
}

@media screen and (max-width: 1000px) {
  #tokushu-list-wrapper{
    width:490px;
  }
}

#tokushu-list-wrapper #item-list .list-item .desc_{
	padding: 20px 16px 10px;
	font-size: 14px;
	color: #3c3c3c;
	line-height: 1.8;
} 
#tokushu-list-wrapper #item-list .list-item .desc_ .date_{
	margin-bottom: 12px;
	line-height: 1;
}

/*イベント一覧*/
#event-contents-wrapper{
  overflow: hidden;
  width:1000px;
  user-select: auto;
  -moz-user-select: auto;
  -webkit-user-select: auto;
  -ms-user-select: auto;
  margin-top: 20px;  
}
#event-contents-wrapper h2{
	font-size: 30px;
	color: #5d5d5d;
	line-height: 1;
}
#event-contents{
  width:100%;
}

#event-contents div.feature-item p.image-hover img {
	width: 100%;
}

#event-contents-inner{
  
}
#event-list-wrapper{
  clear:both;
  margin-top: 20px;
}

@media screen and (max-width: 1000px) {
  #event-list-wrapper{
    width:490px;
  }
}

/*ジャンル一覧*/
#genre-contents-wrapper{
  overflow: hidden;
  width:1000px;
  user-select: none;
  -moz-user-select: none;
  -webkit-user-select: none;
  -ms-user-select: none;
  margin-top: 20px;  
}
#genre-contents-wrapper h2{
	font-size: 30px;
	color: #5d5d5d;
	line-height: 1;
}
#genre-contents{
  width:100%;
}

#genre-contents-inner{
  
}
#genre-list-wrapper{
  clear:both;
  margin-top: 20px;
}

@media screen and (max-width: 1000px) {
  #genre-list-wrapper{
    width:490px;
  }
}

#StyleT-list-wrapper #item-list .list-item .desc_{
	padding: 20px 16px 10px;
	font-size: 14px;
	color: #3c3c3c;
	line-height: 1.8;
} 
#StyleT-list-wrapper #item-list .list-item .desc_ .date_{
	margin-bottom: 12px;
	line-height: 1;
}

/*イベントタイトル*/
.feature-item{
  display: flex;
  flex-direction: column;
  margin-bottom: 10px;
  overflow: hidden;
/*  cursor: pointer;*/
}


.feature-item .border-box h1{
  font-weight: bold;
  font-size:18px;
    position: static;
    text-align: left;
    width: 100%;
    margin-top: 0;
}

.feature-item .border-box h3{
  font-weight: bold;
  font-size:18px;
}

.feature-item .border-box:hover{

}

.feature-item div h3{
  font-size:20px;
  margin-top:0px;
}

.feature-item div .read-more{
  margin-top:20px;
}

.date{
  font-size:12px !important;
  font-family: Garamond,Baskerville,Baskerville Old Face,Hoefler Text,Times New Roman,serif;
}

.feature-item div .date{
  margin-top:7px!important;
  font-size:12px !important;
  text-align: left!important;
}

.feature-item div p:last-child{
  margin-top:30px;
  text-align: center;
}

.feature-item div.border-box{
  order: 2;
}
.feature-item div.border-box p{
  font-size: 16px;
  line-height: 1.8;
  margin-bottom: 0;
  padding-bottom: 0;
  text-align: center;
}
#event-contents-inner #relation-category-list{
	margin-bottom:20px;
  margin-top:0px;
  text-align: center;
}

#event-contents-inner #relation-category-list p{
  display:inline-block;
  margin:0px;
  text-align:center;
  width:490px;
  height:186px;
  position:relative;
}

#event-contents-inner #relation-category-list p a{
  font-size: 16px;
  display:block;
  width:478px;
  height:159px;
  padding-top:15px;
  border:1px solid #3C3C3C;
  margin-left:5px;
  margin-top:5px;
  position: relative;
  opacity: 1.0;
}

#event-contents-inner #relation-category-list p a:hover{
  opacity: 0.8;
}

#event-contents-inner #relation-category-list p a img{
  margin-bottom:10px;
}

#event-contents-inner #relation-category-list p a span{
  position:absolute;
  top:120px;
  left:0px;
  text-align: center;
  width:100%;
}

#event-contents-inner #relation-category-list p:first-child{
  margin-right:10px;
}
#event-contents-inner #new-item-svg {
    stroke: #006450;
}
#event-contents-inner .item-svg {
    fill: none;
    height: 186px;
    left: 0;
    position: absolute;
    stroke-dasharray: 2000;
    stroke-dashoffset: 0;
    stroke-width: 2;
    top: 0;
    width: 495px;
}

/* ------------------------------------------
イベント　レスポンシブＬＰページ　調整
------------------------------------------ */
.width_auto #event-contents-wrapper {
	width: 100%;
	margin-top: 0;
}
#features_res_temp_wrap {
	display: none;
}
#features_res_temp_wrap .sponly {
	display: none;
}
#features_res_loader-bg {
	width: 100%;
	height: 100%;
	position: fixed;
	top: 0;
	left: 0;
	background-color: #006b4f;
	z-index: 1000000;
	display: block;
}
#features_res_loader-bg #features_res_loading {
	width: 100%;
	height: 100%;
	position: fixed;
	top: 0;
	left: 0;
	background-color: #006b4f;
	z-index: 1000000;
}
#features_res_loader-bg #features_res_loading.white_ {
	background-color: #FFFFFF;
}
#features_res_loader-bg img {
	position: absolute;
	width: 228px;
	height: 141px;
	top: 50%;
	left: 50%;
	margin: -70px 0 0 -114px;
	opacity: 0;
}
/* mv */
#features_res_temp_wrap .features_res_main {
	width: 100%;
	background-color: #fdfdfe;
}
#features_res_temp_wrap .features_res_main .mv {
	width: 1366px;
	margin: 0 auto;
	text-align: center;
}
/* mv下テキスト */
#features_res_temp_wrap .features_res_readtxt_wrap_ {
	width: 1040px;
	margin: -50px auto 50px;
	box-sizing: border-box;
	background-color: rgba(255,255,255,0.6);
	position: relative;
}
#features_res_temp_wrap .features_res_readtxt_ {
	width: 100%;
	padding: 90px;
	box-sizing: border-box;
	position: relative;
}
#features_res_temp_wrap .features_res_readtxt_ > p {
	font-size: 14px;
	line-height: 2.8em;
	text-align: center;
}
#features_res_temp_wrap .features_res_readtxt_wrap_:before {
	content: "";
	background: url(../img/usr/freepage/features/aw_2017/read_lt.png) no-repeat;
	width: 14px;
	height: 13px;
	position: absolute;
	top: 40px;
	left: 40px;
}
#features_res_temp_wrap .features_res_readtxt_wrap_:after {
	content: "";
	background: url(../img/usr/freepage/features/aw_2017/read_rt.png) no-repeat;
	width: 14px;
	height: 13px;
	position: absolute;
	top: 40px;
	right: 40px;
}
#features_res_temp_wrap .features_res_readtxt_:before {
	content: "";
	background: url(../img/usr/freepage/features/aw_2017/read_lb.png) no-repeat;
	width: 14px;
	height: 13px;
	position: absolute;
	bottom: 40px;
	left: 40px;
}
#features_res_temp_wrap .features_res_readtxt_:after {
	content: "";
	background: url(../img/usr/freepage/features/aw_2017/read_rb.png) no-repeat;
	width: 14px;
	height: 13px;
	position: absolute;
	bottom: 40px;
	right: 40px;
}
/* イメージ写真 */
#features_res_temp_wrap .features_res_photo_wrap_ {
	padding-bottom: 40px;
}
#features_res_temp_wrap .features_res_photo {
	width: 1200px;
	margin: 0 auto 30px;
}
#features_res_temp_wrap .photo_box_ {
	width: 100%;
	overflow: hidden;
}
#features_res_temp_wrap .photo_box_l_ {
	float: left;
}
#features_res_temp_wrap .photo_box_r_ {
	float: right;
}
#features_res_temp_wrap .pc_mb30 {
	margin-bottom: 30px;
}
#features_res_temp_wrap .photo_ a {
	display: block;
	overflow: hidden;
}
#features_res_temp_wrap .photo_ a img {
	transition: transform 2.2s ease;
}
#features_res_temp_wrap .photo_ a:hover > img {
	opacity: 0.7;
	transform: scale(1.08);
}
/* 商品リスト */
#features_res_temp_wrap .features_res_goods_wrap_ {
	width: 100%;
	background-color: #fff;
	padding: 50px 0;
}
#features_res_temp_wrap .features_res_goods_wrap_ > h3 {
	text-align: center;
	margin-bottom: 40px;
}
#features_res_temp_wrap .features_res_goods_ #item-list {
	width: 1200px;
	min-width: 1200px;
	max-width: 1200px;
	margin: 0 auto;
}
#features_res_temp_wrap .features_res_goods_ #item-list li.list-item.align {
	margin: 10px 14px!important;
}
#features_res_temp_wrap .features_res_goods_ #item-list > li {
	width: 270px;
}
#features_res_temp_wrap .features_res_goods_ div.list-item-image-container ul {
	left: 223px;
}
#features_res_temp_wrap .features_res_goods_ #item-list li .list-item-image-container {
	min-height: 312px;
}
#features_res_temp_wrap .features_res_goods_ #item-list li .list-item-image-container p a {
	display: block;
	overflow: hidden;
  position: relative;
  min-height: 312px;
}
#features_res_temp_wrap .features_res_goods_ #item-list li .list-item-image-container p a img {
	display: block;
	width: 260px;
	min-height: 312px;
	margin: 0 auto;
  position: absolute;
  top: 0;
  left: 5px;
  z-index: 1;
}
#features_res_temp_wrap .features_res_goods_ #item-list li .list-item-image-container p a img.hover_img_{
	display: block;
	width: 260px;
	min-height: 312px;
	margin: 0 auto;
  position: absolute;
  top: 0;
  left: 5px;
  z-index: 0;
}
/*#features_res_temp_wrap .features_res_goods_ #item-list li .list-item-image-container p a:hover img {
	opacity: 0.7;
	transform: scale(1.15);
}*/
#features_res_temp_wrap .features_res_goods_ li.list-item > div > p,
#features_res_temp_wrap .features_res_goods_ li.list-item > div > p span {
	font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
}

.img_fade_ {
	float: right;
	margin-right: 50px;
}
.img_fade_ .img_frame_ {
	overflow: hidden;
	position: relative;
	width: 610px;
	height: 440px;
	background: #d6cdca;
}
.img_fade_ .ttl_ {
	font-family: Garamond,Baskerville,Baskerville Old Face,Hoefler Text,Times New Roman,serif;
	position: absolute;
	right: 10px;
	top: 46%;
	font-size: 18px;
	line-height: 1.6;
	text-align: right;
	width: 53%;
	margin: 0;
	z-index: 2;
}
.img_fade_ .ttl_ small {
	font-family: Garamond,Baskerville,Baskerville Old Face,Hoefler Text,Times New Roman,serif;
	display: block;
	font-size: 14px;
}
.img_fade_ .ttl_ img {
	width: 100%;
	height: auto !important;
}
.img_fade_ figure {
	opacity: 0;
	position: absolute;
	top: -70px;
	margin: 0;
	height: 600px;
}
.img_fade_ figure img {
	max-width: 100%;
	max-height: 100%;
	vertical-align: top;
	transform: translate3d(0px, 3.76%, 0px);
}
.img_fade_ .img1_ {
	left: -15%;
}
.img_fade_ .img2_ {
	left: -10%;
}
.img_fade_ .img3_ {
	right: -10%;
}
.img_fade_ .img4_ {
	left: -15%;
}
.img_fade_ .img5_ {
	right: -16%;
}

/* ------------------------------------------
イベント　GIFT WRAPPING
------------------------------------------ */
.feature-gift_ .sp_view_ {
	display: none;
}
.feature-gift_ #visual {
	width: 1100px;
	height: 605px;
	margin: 0 auto 60px;
	position: relative;
	overflow: hidden;
}
.feature-gift_ #visual h1 {
	font-size: 0;
	position: absolute;
	z-index: 2;
    top: 0;
}
.feature-gift_ #visual figure {
	margin: 0;
	position: absolute;
	z-index: 1;
	bottom: 0;
}
.feature-gift_ #bg_area {
	width: 1360px;
	margin: 0 auto 80px;
	background: #fff url(../img/usr/freepage/features/feature-gift/bg.jpg) no-repeat center top fixed;
}
.feature-gift_ .sec_01_ {
	padding: 50px 0 10px;
}
.feature-gift_ .sec_01_ h3 {
	margin-bottom: 35px;
	text-align: center;
}
.feature-gift_ .sec_01_ h3 + p {
	margin-bottom: 70px;
	text-align: center;
	line-height: 1.8;
	font-size: 18px;
}
.feature-gift_ .sec_01_ ul {
	width: 1030px;
	margin: 0 auto;
	padding-left: 0;
}
.feature-gift_ .sec_01_ ul li {
	margin-bottom: 60px;
	overflow: hidden;
}
.feature-gift_ .sec_01_ ul li .infoBox_ {
	width: 484px;
	padding: 40px 60px;
	box-sizing: border-box;
	float: left;
	position: relative;
}
.feature-gift_ .sec_01_ ul li:nth-child(2) .infoBox_ {
	width: 750px;
	float: right;
}
.feature-gift_ .sec_01_ ul li .infoBox_::before,
.feature-gift_ .sec_01_ ul li .infoBox_::after {
	content: "";
	display: block;
	width: 90px;
	height: 90px;
	position: absolute;
}
.feature-gift_ .sec_01_ ul li .infoBox_::before {
	border-top: 1px solid #0f735a;
	border-left: 1px solid #0f735a;
	top: 0;
	left: 0;
}
.feature-gift_ .sec_01_ ul li .infoBox_::after {
	border-bottom: 1px solid #0f735a;
	border-right: 1px solid #0f735a;
	bottom: 0;
	right: 0;
}
.feature-gift_ .sec_01_ ul li .infoBox_ h4 {
	margin-bottom: 30px;
}
.feature-gift_ .sec_01_ ul li .infoBox_ p {
	line-height: 1.8;
}
.feature-gift_ .sec_01_ ul li .img_ {
	float: right;
}
.feature-gift_ .sec_02_ {
	padding-bottom: 10px;
}
.feature-gift_ .sec_02_ h3 {
	margin-bottom: 80px;
	text-align: center;
	font-size: 0;
}
.feature-gift_ .sec_02_ ul {
	width: 1100px;
	margin: 0 auto;
	padding-left: 0;
	overflow: hidden;
}
.feature-gift_ .sec_02_ ul li {
	width: 340px;
	height: 240px;
	margin: 0 0 60px 40px;
	padding-top: 30px;
	background: rgba(255,255,255,.5);
	text-align: center;
	float: left;
	position: relative;
	overflow: hidden;
}
.feature-gift_ .sec_02_ ul li:first-child {
	margin-left: 0;
}
.feature-gift_ .sec_02_ ul li:nth-child(n+4) {
	width: 530px;
	height: 270px;
}
.feature-gift_ .sec_02_ ul li:nth-child(4) {
	margin-left: 0;
	clear: left;
}
.feature-gift_ .sec_02_ ul li::before,
.feature-gift_ .sec_02_ ul li::after {
	content: "";
	display: block;
	width: 50px;
	height: 50px;
	position: absolute;
}
.feature-gift_ .sec_02_ ul li::before {
	border-top: 1px solid #0f735a;
	border-left: 1px solid #0f735a;
	top: 0;
	left: 0;
}
.feature-gift_ .sec_02_ ul li::after {
	border-bottom: 1px solid #0f735a;
	border-right: 1px solid #0f735a;
	bottom: 0;
	right: 0;
}
.feature-gift_ .sec_02_ ul li h4 {
	margin-bottom: 30px;
}
.feature-gift_ .sec_02_ ul li p {
	line-height: 1.8;
}
.feature-gift_ .sec_02_ ul li .img_ {
	float: right;
}

/* リバティープリントコレクション */
#liberty_collection .img_frame_ {
	background: #fff;
}
#liberty_collection.img_fade_ .ttl_ {
	opacity: 0;
	right: 12px;
	top: 36%;
	width: 55%;
}
#liberty_collection.img_fade_ figure {
	top: -50px;
}
#liberty_collection.img_fade_ .img1_ {
	left: -25%;
}
#liberty_collection.img_fade_ .img2_ {
	left: -18%;
}
#liberty_collection.img_fade_ .img3_ {
	right: -28%;
}
#liberty_collection.img_fade_ .img4_ {
	left: -23%;
}
#liberty_collection.img_fade_ .img5_ {
	right: -23%;
}
#liberty_collection.img_fade_ .img6_ {
	right: -27%;
}

#gift_And_Living .img_frame_ {
	width: 600px;
	background: #fff;
}
#gift_And_Living.img_fade_ .ttl_ {
	opacity: 0;
	left: 22.5%;
	right: 22.5%;
	top: 39%;
	width: 55%;
}
#gift_And_Living.img_fade_ figure {
	top: -80px;
}
#gift_And_Living.img_fade_ .img1_ {
	right: 0;
	left: auto;
}
#gift_And_Living.img_fade_ .img2_ {
	right: 0;
	left: auto;
}
#gift_And_Living.img_fade_ .img3_ {
	right: 0;
	left: auto;
}
#gift_And_Living.img_fade_ .img4_ {
	right: 0;
	left: auto;
}
#gift_And_Living.img_fade_ .img5_ {
	right: 0;
	left: auto;
}
#gift_And_Living.img_fade_ .img6_ {
	right: 0;
	left: auto;
}


/* ================= feature-ff21hydag =================*/
.hyd_bg{background: #fff;}
#feature_ff21hydag_temp_wrap .feature_catsnaptime2018_temp_inner_{}

#feature_ff21hydag_temp_wrap #visual{
	width: 1366px;
    height: 960px;
    margin: 0 auto 0px;
    position: relative;
    overflow: hidden;
}

#feature_ff21hydag_temp_wrap #visual h2 {
	font-size: 0;
    position: absolute;
    z-index: 2;
}

#feature_ff21hydag_temp_wrap #visual figure {
    margin: 0;
    position: absolute;
    z-index: 1;
    bottom: 0;
}

#feature_ff21hydag_temp_wrap .s_01 .info_inner{padding-top: 80px;}
#feature_ff21hydag_temp_wrap .s_01 .info_inner h2,
#feature_ff21hydag_temp_wrap .s_01 .info_inner p.text_{
	text-align: center;
}

#feature_ff21hydag_temp_wrap .s_01 .info_inner p.text_{
	font-size: 16px;
	color: #000;
	line-height: 1.8;
	margin-bottom: 55px;	
}

#feature_ff21hydag_temp_wrap .s_01 .info_inner p.pic_{
	text-align: center;
	margin-bottom: 95px;
}

#feature_ff21hydag_temp_wrap .s_02 .info_inner .ttl_{
	text-align: center;
	margin-bottom: 40px;	
}

#feature_ff21hydag_temp_wrap .s_02 .info_inner h2{
	text-align: center;
	margin-bottom: 33px;	
}

#feature_ff21hydag_temp_wrap .s_02 div.list_{
	width: 1040px;
	margin: 0 auto;
	padding-bottom: 50px;
}

#feature_ff21hydag_temp_wrap .s_02 div.list_ ul{
	width: 816px;
	float: left;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	margin: 0;
	padding: 35px 0 0 0;
}

#feature_ff21hydag_temp_wrap .s_02 div.list_ ul li{
	font-size: 16px;
	margin-bottom: 40px;
	padding-left: 43px;
	padding-right: 43px;
	line-height: 2;
}

#feature_ff21hydag_temp_wrap .s_02 div.list_ ul li.no01{background: url(../img/usr/event/hyd/n01.png) no-repeat left top;}
#feature_ff21hydag_temp_wrap .s_02 div.list_ ul li.no02{background: url(../img/usr/event/hyd/n02.png) no-repeat left top;}
#feature_ff21hydag_temp_wrap .s_02 div.list_ ul li.no03{background: url(../img/usr/event/hyd/n03.png) no-repeat left top;}

#feature_ff21hydag_temp_wrap .cont_inner_{background: #eefdfb;margin-top: -32px;}

.features_ff21hydag_goods_wrap_ {
    width: 100%;
    background-color: #fff;
    padding: 50px 0;
}

.features_ff21hydag_goods_wrap_ > h3 {
    text-align: center;
    margin-bottom: 40px;
}


/* ================= cats-naptime2018 ================= */

#feature_catsnaptime2018_temp_wrap .feature_catsnaptime2018_temp_inner_{
	background: url(../img/usr/event/cats/pt_01.png) repeat #ededed left top;
	padding: 20px 0 0 0;
}

#feature_catsnaptime2018_temp_wrap .info_inner{
	width: 1200px;
	margin: 0 auto 0 auto;
}

#feature_catsnaptime2018_temp_wrap .mv_inner_{
	width: 1200px;
	margin: 0 auto 115px auto;
}

#feature_catsnaptime2018_temp_wrap .mv_inner_ .ttl-wrap {
	width: 330px;
	margin-top: 60px;	
    float: left;
    padding-right: 5.41728%;
}

#feature_catsnaptime2018_temp_wrap .mv_inner_ .ttl-wrap h1 {
	position: static;
	width: 330px;
    margin-bottom: 25px;
    float: right;	
}

#feature_catsnaptime2018_temp_wrap .mv_inner_ .ttl-wrap p {
    font-size: 14px;
    line-height: 26px;
	float: right;
	font-weight: bold;
    color: #000;	
}

#feature_catsnaptime2018_temp_wrap .mv_inner_ figure{
	text-align: center;
}

#feature_catsnaptime2018_temp_wrap .info_inner h1{
	position: static;
	padding: 0;
	width: auto;
    margin-bottom: 60px;	
}

#feature_catsnaptime2018_temp_wrap .info_inner .ttl-main span {
    position: relative;
    display: inline-block;
    padding-bottom: 6px;
}

#feature_catsnaptime2018_temp_wrap .sec-inner .ttl-main span:after,
#feature_catsnaptime2018_temp_wrap .info_inner .ttl-main span:after {
    content: '';
    width: 100%;
    height: 2px;
    background: #d0c100;
    position: absolute;
    left: 0;
    bottom: 0;
    -webkit-transition: width .6s ease-out;
    -o-transition: width .6s ease-out;
    transition: width .6s ease-out;
}

#feature_catsnaptime2018_temp_wrap .clm-wrap {
    background: #fff;
	padding: 40px 60px 40px 60px;	
}

#feature_catsnaptime2018_temp_wrap .clm-wrap h2{
	font-size: 16px;
    line-height: 30px;
	font-weight: bold;
	color: #000;
	
}

#feature_catsnaptime2018_temp_wrap .block-info01 .txt,
#feature_catsnaptime2018_temp_wrap .block-info02 .txt,
#feature_catsnaptime2018_temp_wrap .block-info03 .txt{
	font-size: 14px;
    line-height: 26px;
    margin-bottom: 25px;
	color: #000;	
}

#feature_catsnaptime2018_temp_wrap .block-info01 div{
	width: 480px;
	float: left;
}

#feature_catsnaptime2018_temp_wrap .block-info01{
	margin-bottom: 60px;
}

#feature_catsnaptime2018_temp_wrap .block-info01 figure{
	float: right;
}

#feature_catsnaptime2018_temp_wrap .block-info01,
#feature_catsnaptime2018_temp_wrap .block-info02{overflow: hidden;}
#feature_catsnaptime2018_temp_wrap .block-info02 figure{
	float: left;
}

#feature_catsnaptime2018_temp_wrap .block-info02 div{
	width: 600px;
	float: right;	
}

#feature_catsnaptime2018_temp_wrap .block-info03{
	position:relative;
	top: 0;
	left: 0;
}
#feature_catsnaptime2018_temp_wrap .block-info03 .try{
	position:absolute;
    top: -18px;
    left: 62px;	
}

#feature_catsnaptime2018_temp_wrap .block-info03 .clm-wrap .clm-wrap_inner_{
	border: 1px solid #000;
	overflow: hidden;
}

#feature_catsnaptime2018_temp_wrap .block-info03 .clm-wrap .clm-wrap_inner_ .lt_{
	width: 300px;
	float: left;
	padding: 20px 40px;
	text-align: center;
}

#feature_catsnaptime2018_temp_wrap .block-info03 .clm-wrap .clm-wrap_inner_ .rt_{
	width: 650px;
	float: right;
	padding: 20px 40px 20px 0;	
}


#feature_catsnaptime2018_temp_wrap .btn-typeA {
    position: absolute;
	left: 50%;
    width: 300px;
	padding: 22px 0;
    font-size: 16px;
    line-height: 60px;	
    bottom: -32px;	
    margin: 0 0 0 -150px;
    text-align: center;
    font-weight: 700;
    -webkit-box-shadow: 2px 2px 0px 0px #908600;
    box-shadow: 2px 2px 0px 0px #908600;
    background: #d0c100;
    display: block;
    color: #000;
	z-index: 1;
}

#feature_catsnaptime2018_temp_wrap .btn-typeA:after{
	content: '';
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 5px 0 5px 7px;
    border-color: transparent transparent transparent #000;
    position: absolute;
    right: 8px;
    top: 0;
    bottom: 0;
    margin: auto;
	
}
/* goods */
#feature_catsnaptime2018_temp_wrap .sec-goods {
	position: relative;
    padding-top: 50px;
    padding-bottom: 430px;
	margin-top: 100px;
}

#feature_catsnaptime2018_temp_wrap .ob-wrap {
    position: absolute;
    left: 0;
    top: 0;
    z-index: 0;
    width: 100%;
    height: 100%;
}

#feature_catsnaptime2018_temp_wrap .sec-goods .sec-inner {
	position: relative;
	max-width: 928px;
    margin: auto;
}

#feature_catsnaptime2018_temp_wrap .sec-goods .ttl-main span{
	padding-bottom: 10px;
	position: relative;
    display: inline-block;
}

#feature_catsnaptime2018_temp_wrap .sec-goods .ttl-main {
	position: static;
    width: 150px;
    padding-bottom: 170px;
    margin: auto;
	text-align: center;	
}

#feature_catsnaptime2018_temp_wrap .sec-goods h2 {
    width: 360px;
    margin: 0 auto 40px auto;
	text-align: center;
}

#feature_catsnaptime2018_temp_wrap .sec-goods h3 {
    font-size: 20px;
    line-height: 20px;
    margin-bottom: 35px;
	text-align: center;
	font-weight: bold;
	color: #000;
}

#feature_catsnaptime2018_temp_wrap br.sp-return {display: none;}
#feature_catsnaptime2018_temp_wrap .sec-goods .lead {
    font-size: 14px;
    line-height: 30px;
    margin-bottom: 30px;
	text-align: center;
	color: #000;
}

#feature_catsnaptime2018_temp_wrap .sec-goods .lead strong{
	font-weight: bold;
}

#feature_catsnaptime2018_temp_wrap .sec-goods .ob-01 {
    background: url(../img/usr/event/cats/bg_goods_pc01.jpg) no-repeat center center;
    background-size: cover;
	width: 100%;
    height: 100%;
    position: absolute;	
}

#feature_catsnaptime2018_temp_wrap .sec-goods .ob-02 {
    background: url(../img/usr/event/cats/bg_goods_pc02.jpg) no-repeat center center;
    background-size: cover;
	width: 100%;
    height: 100%;
    position: absolute;	
}

#feature_catsnaptime2018_temp_wrap .sec-goods .ob-03 {
    background: url(../img/usr/event/cats/bg_goods_pc03.jpg) no-repeat center center;
    background-size: cover;
	width: 100%;
    height: 100%;
    position: absolute;	
}

#gift_set.img_slidein_fade_ .img_frame_ {
	overflow: hidden;
	position: relative;
	width: 610px;
	height: 440px;
	margin-right: 50px;
	background-color: transparent;
}
#gift_set.img_slidein_fade_ .ttl_ {
	position: absolute;
	opacity: 0;
	left: 10px;
	top: 10px;
	width: 257px;
	height: 125px;
	padding: 141px 27px 155px 307px;
	margin: 0;
	box-sizing: content-box;
	border: 1px solid #000;
	font-size: 18px;
	line-height: 1.6;
	text-align: right;
	font-family: Garamond,Baskerville,Baskerville Old Face,Hoefler Text,Times New Roman,serif;
	z-index: 3;
	animation: giftset_fade_ttl 10s ease 0s infinite normal;
}
#gift_set.img_slidein_fade_ .ttl_ img {
	max-width: 100%;
	height: auto !important;
}
#gift_set.img_slidein_fade_ .ttl_ + div {
	opacity: 0;
	position: absolute;
	bottom: 25px;
	left: 0px;
	z-index: 3;
	text-align: center;
	width: 100%;
	animation: giftset_fade_ttl 10s ease 0s infinite normal;
}
#gift_set.img_slidein_fade_ .ttl_ + div img {
	width: 154px;
}
#gift_set.img_slidein_fade_ figure {
	position: absolute;
	top: -50px;
	margin: 0;
	width: 610px;
	height: 600px;
	opacity: 0;
	animation: giftset_fade_img 10s ease 0s infinite normal;
}
#gift_set.img_slidein_fade_ figure img {
	max-width: 100%;
	max-height: 100%;
	height: auto;
	vertical-align: top;
}
@keyframes giftset_fade_ttl {
	0% {opacity: 0;}
	20% {opacity: 1;}
	70% {opacity: 1;}
	90% {opacity: 0;}
	100% {opacity: 0;}
}
@keyframes giftset_fade_img {
	0% {opacity: 0;}
	20% {opacity: 0;}
	40% {opacity: 1;}
	70% {opacity: 1;}
	90% {opacity: 0;}
	100% {opacity: 0;}
}


































/*ココ*/
@charset "sjis";

body{
  margin:0px;
  padding:0px;
  position: relative;
  background: none;
}

select::-ms-expand {
    display: 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:"游ゴシック体", YuGothic, "游ゴシック Medium", "YuGothic M",
                "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, sans-serif;
    font-weight:normal;
}

.item-not-found{
  font-size:20px;
  text-align: center;
  color:#666666;
  margin-top:40px;
  display:none;
}

.line-through{
  text-decoration: line-through;
}

.price-down, .down-price{
  color:#ff2d4b;
}

.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:#006450;
}

.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:#006450;
  color:#ffffff;
}

.saz-select div p:hover a{
  color:#ffffff;
}

.saz-select.selected div{
  display:block;
}

.col1_{
  margin-top:40px;
}

.contents{
  width:1000px;
  margin:0px auto;
}

.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 #006450;
/*  transition: all 300ms 0ms ease;*/
}

.border-box .border:nth-of-type(1){
  height:100%;
  width:3px;
  top:0%;
  left:0px;
  /*border-left:3px solid #006450;*/
}
/*.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-left:3px solid #006450;*/
}
/*.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-left:3px solid #006450;*/
}
/*.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-left:3px solid #006450;*/
}
@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;
}*/

.no-bg a{
  background: none !important;
}

.load-more{
  text-align: center;
  position:relative;
}

.image-hover{
  position:relative;
  margin-bottom: 60px;
}
/*.image-hover .box-overlay{
  position: absolute;
  background:#666666;
  width:100%;
  height:100%;
  top:0px;
  left:0px;
  opacity: 0;
  transition: opacity 600ms 0ms ease;
}
.image-hover:hover .box-overlay{
  opacity: 0.2;
}*/

p, h2, h3, h4{
  -webkit-transform:perspective(0);
}

.image-hover img{
  transition: transform 600ms 0ms ease;
  -webkit-transition: transform 600ms 0ms ease;
}

/*.image-hover:hover img{
  transform:scale(1.01, 1.01);
}*/

.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: 2px;
}

ul{
  list-style-type: none;
}

#sale{
  position:absolute;
  width:100%;
  height:50px;
  left:0px;
  overflow: hidden;
  text-align: center;
  background: #006450;
}

#sale p{
  white-space: nowrap;
  margin:0px;
}

#sale span{
  font-family: Garamond,Baskerville,Baskerville Old Face,Hoefler Text,Times New Roman,serif;
  color:#ffffff;
  font-size:26px;
  display:inline-block;
  margin-right:30px;
  line-height: 50px;
}

/*#header{
  top:0px;
  left:0px;
  width:100%;
  height:90px;
  position: relative;
  z-index: 99;
  transition: background-color 300ms 0ms ease;
}
#header h1{
	width: 1200px;
	margin: 0;
}
#header .brand_logo{
	width: 1200px;
  text-align: center;
  position: absolute;
  z-index: -1;
  top: 28px;
}
#header.saled{
  height:170px;
}

#header.scrolled{
　z-index: 9999999999999999;
  background-color:rgba(255, 255, 255, 0.8);
  position: fixed;
}*/
/*メニュー開閉時*/
/*#header.showed{
	background: none;
}
#header.showed p.showed-bg{
	position: fixed;
	top: 0;
	background: rgba(0,0,0,0.16);
	width: 100%;
	height: 100%;
	margin: 0 auto;
	left: 0;
	z-index: 999;
	cursor: pointer;
}
#header.showed #header-search-form > div{
	position: relative;
	z-index: 9999;
}

#header.showed #header-search-form > div#header-search-keyword-main{
	position: relative;
	z-index: 1;
}*/
/*メニュー開閉時*/


/*#header .contents{
  margin-top:0px;
  transition: margin-top 300ms 0ms ease;
  width: 1200px;
}

#header.saled .contents{
  margin-top:50px;
}

#header.scrolled .contents{
 
}

#header.saled.scrolled .contents{
  margin-top:50px;
}

#header-search-form{
  float:left;
  margin-left:0px;
  margin-top:23px;
}

#header-search-form > div{
  position: relative;
}

#header-search-form p, #header-search-form > div{
  margin:0px;
	padding: 0;
  display:block;
  float:left;
}

#header-category-list, #top-category-list{
  position:absolute;
  top: 55px;
  left:0px;
  overflow: hidden;
  transition: all 300ms 0ms ease;
  opacity: 0;
  padding-top:0px;
  width: 325px;
}

#header-category-list > ul, #top-category-list > ul{
  margin:0px;
  padding:0px;
  background:#ffffff;
  border:1px solid #F0F0F0;
}

#header-category-list.showed, #top-category-list.showed{
  margin-top:10px;
}
#header-category-list li.title
#header-category-list li.title{
	background: url("../img/category-menu-arrow.png") no-repeat right 20px top 65px;
}
#header-category-list li.title:hover{
	background: url("../img/category-menu-arrow-on.png") no-repeat left 255px top 65px;
}
#header-category-list li, #top-category-list li{
  padding:0 0;
  background:url("../img/category-menu-arrow.png") no-repeat right 20px top 20px;
  transition: background 200ms 0ms ease;
}

#header-category-list li.hover, #top-category-list li.hover{
  background:url("../img/category-menu-arrow-on.png") no-repeat 255px center;
}
#header-category-list li a:hover{
	color: #006B50;
}
#header-category-list li a, #top-category-list li a{
  display:block;
  height:60px;
  line-height: 60px;
  font-size:14px;
  padding-left:50px;
  border-bottom:1px solid #F0F0F0;
  transition: all 200ms 0ms ease;
  background-size: 40px;
  background-repeat: no-repeat;
  background-position: left center;
}
#header-category-list li.title{
	background: url("../img/category-menu-arrow.png") no-repeat right 20px top 65px;
}
#header-category-list li.title:hover{
	background: url("../img/category-menu-arrow-on.png") no-repeat left 255px top 65px;
}
#header-category-list li.first.title{
	background: none;
}
#header-category-list li.first:hover{
	background: none;
}
#header-category-list li.first a span{
	display: block;
	height: 60px;
	line-height: 60px;
	background: url("../img/category-menu-arrow.png") no-repeat right 20px top 20px;
	transition: background 200ms 0ms ease;
}
#header-category-list li.first a:hover span{
  background:url("../img/category-menu-arrow-on.png") no-repeat left 205px top 20px;
}*/
#top-category-list li{
  background-position-x: 365px;
}

#top-category-list li.hover{
  background-position-x: 370px;
}

#top-category-list li a{
  width:315px;
}

#header-category-list li.hover a, #top-category-list li.hover a{
  color:#006450;
}
#category-list li.cG0 a{background-image: url("../img/category/icon/G0.png");}
#category-list li.cG0 a:hover{background-image: url("../img/category/icon/on/G0.png");}
#header-category-list li.c10 a, #top-category-list li.c10 a,#category-list li.c10 a{ background-image: url("../img/category/icon/10.png"); }
#header-category-list li.c20 a, #top-category-list li.c20 a,#category-list li.c20 a{ background-image: url("../img/category/icon/20.png"); }
#header-category-list li.c30 a, #top-category-list li.c30 a,#category-list li.c30 a{ background-image: url("../img/category/icon/30.png"); }
#header-category-list li.c40 a, #top-category-list li.c40 a,#category-list li.c40 a{ background-image: url("../img/category/icon/40.png"); }
#header-category-list li.c50 a, #top-category-list li.c50 a,#category-list li.c50 a{ background-image: url("../img/category/icon/50.png"); }
#header-category-list li.c60 a, #top-category-list li.c60 a,#category-list li.c60 a{ background-image: url("../img/category/icon/60.png"); }
#header-category-list li.c70 a, #top-category-list li.c70 a,#category-list li.c70 a{ background-image: url("../img/category/icon/70.png"); }
#header-category-list li.c80 a, #top-category-list li.c80 a,#category-list li.c80 a{ background-image: url("../img/category/icon/80.png"); }
#header-category-list li.c90 a, #top-category-list li.c90 a,#category-list li.c90 a{ background-image: url("../img/category/icon/90.png"); }
#header-category-list li.cA0 a, #top-category-list li.cA0 a,#category-list li.cA0 a{ background-image: url("../img/category/icon/A0.png"); }
#header-category-list li.cB0 a, #top-category-list li.cB0 a,#category-list li.cB0 a{ background-image: url("../img/category/icon/B0.png"); }
#header-category-list li.cC0 a, #top-category-list li.cC0 a,#category-list li.cC0 a{ background-image: url("../img/category/icon/C0.png"); }
#header-category-list li.cD0 a, #top-category-list li.cD0 a,#category-list li.cD0 a{ background-image: url("../img/category/icon/D0.png"); }
#header-category-list li.cE0 a, #top-category-list li.cE0 a,#category-list li.cE0 a{ background-image: url("../img/category/icon/E0.png"); }
#header-category-list li.cF0 a, #top-category-list li.cF0 a,#category-list li.cF0 a{ background-image: url("../img/category/icon/F0.png"); }
#header-category-list li.kT0 a, #top-category-list li.kT0 a,#category-list li.kT0 a{ background-image: url("../img/keyword/icon/T0.png"); }

#header-category-list .categoryname1,
#header-category-list .categoryname2{
	transition: all 200ms 0ms ease;
	background: url("../img/category-menu-arrow.png") no-repeat right 20px center;
	display: block;
}
#header-category-list .categoryname1:hover,
#header-category-list .categoryname2:hover{
	background: url("../img/category-menu-arrow-on.png") no-repeat 255px center;
	display: block;
}


#top-category-list .categoryname1 a{ background-image: url("../img/category/icon/G0_2.png"); }
#top-category-list .categoryname2 a{ background-image: url("../img/category/icon/G0_2_2.png"); }
#top-category-list .categoryname1 a:hover{ background-image: url("../img/category/icon/on/G0_2.png"); }
#top-category-list .categoryname2 a:hover{ background-image: url("../img/category/icon/on/G0_2_2.png"); }

#header-category-list .categoryname1 a{ background-image: url("../img/category/icon/G0_2.png"); }
#header-category-list .categoryname2 a{ background-image: url("../img/category/icon/social-gift-icon-pc.png"); }
#header-category-list .categoryname1 a:hover{ background-image: url("../img/category/icon/on/G0_2.png"); }
#header-category-list .categoryname2 a:hover{ background-image: url("../img/category/icon/on/social-gift-icon-pc-hover.png"); }
#category-list li.cTR a,
#top-category-list li.cTR a,
#header-category-list li.cTR a{
	background-image: url("../img/category/icon/training.png");
}
#category-list li.cTR a:hover,
#top-category-list li.cTR a:hover,
#header-category-list li.cTR a:hover{
	background-image: url("../img/category/icon/on/training.png");
}


#header-category-list li.cOU a, #top-category-list li.cOU a,#category-list li.cOU a{ background-image: url("../img/category/icon/Outlet.png"); }
#header-category-list li.cSP a, #top-category-list li.cSP a,#category-list li.cSP a{ background-image: url("../img/category/icon/collabo.png"); }
#header-category-list li.cCT a, #top-category-list li.cCT a,#category-list li.cCT a{ background-image: url("../img/category/icon/chair.png"); }
#header-category-list li.cH0 a, #top-category-list li.cH0 a,#category-list li.cH0 a{ background-image: url("../img/category/icon/H0.png"); }
#header-category-list li.cI0 a, #top-category-list li.cI0 a,#category-list li.cI0 a{ background-image: url("../img/category/icon/I0.png"); }
#header-category-list li.cJ0 a, #top-category-list li.cJ0 a,#category-list li.cJ0 a{ background-image: url("../img/category/icon/J0.png"); }
#header-category-list li.cK0 a, #top-category-list li.cK0 a,#category-list li.cK0 a{ background-image: url("../img/category/icon/K0.png"); }
#header-category-list li.cL0 a, #top-category-list li.cL0 a,#category-list li.cL0 a{ background-image: url("../img/category/icon/M0.png"); }
#header-category-list li.cM0 a, #top-category-list li.cM0 a,#category-list li.cM0 a{ background-image: url("../img/category/icon/P0.png"); }
#header-category-list li.cN0 a, #top-category-list li.cN0 a,#category-list li.cN0 a{ background-image: url("../img/category/icon/O0.png"); }
#header-category-list li.cO0 a, #top-category-list li.cO0 a,#category-list li.cO0 a{ background-image: url("../img/category/icon/O0.png"); }
#header-category-list li.cP0 a, #top-category-list li.cP0 a,#category-list li.cP0 a{ background-image: url("../img/category/icon/P0.png"); }
#header-category-list li.cWL a, #top-category-list li.cWL a,#category-list li.cWL a{ background-image: url("../img/category/icon/WL.png"); }
#header-category-list li.cY0 a, #top-category-list li.cY0 a,#category-list li.cY0 a{ background-image: url("../img/category/icon/on/XM2.png"); }

#header-category-list li.c10 a:hover, #top-category-list li.c10 a:hover,#category-list li.c10 a:hover { background-image: url("../img/category/icon/on/10.png"); }
#header-category-list li.c20 a:hover, #top-category-list li.c20 a:hover,#category-list li.c20 a:hover { background-image: url("../img/category/icon/on/20.png"); }
#header-category-list li.c30 a:hover, #top-category-list li.c30 a:hover,#category-list li.c30 a:hover { background-image: url("../img/category/icon/on/30.png"); }
#header-category-list li.c40 a:hover, #top-category-list li.c40 a:hover,#category-list li.c40 a:hover { background-image: url("../img/category/icon/on/40.png"); }
#header-category-list li.c50 a:hover, #top-category-list li.c50 a:hover,#category-list li.c50 a:hover { background-image: url("../img/category/icon/on/50.png"); }
#header-category-list li.c60 a:hover, #top-category-list li.c60 a:hover,#category-list li.c60 a:hover { background-image: url("../img/category/icon/on/60.png"); }
#header-category-list li.c70 a:hover, #top-category-list li.c70 a:hover,#category-list li.c70 a:hover { background-image: url("../img/category/icon/on/70.png"); }
#header-category-list li.c80 a:hover, #top-category-list li.c80 a:hover,#category-list li.c80 a:hover { background-image: url("../img/category/icon/on/80.png"); }
#header-category-list li.c90 a:hover, #top-category-list li.c90 a:hover,#category-list li.c90 a:hover { background-image: url("../img/category/icon/on/90.png"); }
#header-category-list li.cA0 a:hover, #top-category-list li.cA0 a:hover,#category-list li.cA0 a:hover { background-image: url("../img/category/icon/on/A0.png"); }
#header-category-list li.cB0 a:hover, #top-category-list li.cB0 a:hover,#category-list li.cB0 a:hover { background-image: url("../img/category/icon/on/B0.png"); }
#header-category-list li.cC0 a:hover, #top-category-list li.cC0 a:hover,#category-list li.cC0 a:hover { background-image: url("../img/category/icon/on/C0.png"); }
#header-category-list li.cD0 a:hover, #top-category-list li.cD0 a:hover,#category-list li.cD0 a:hover { background-image: url("../img/category/icon/on/D0.png"); }
#header-category-list li.cE0 a:hover, #top-category-list li.cE0 a:hover,#category-list li.cE0 a:hover { background-image: url("../img/category/icon/on/E0.png"); }
#header-category-list li.cF0 a:hover, #top-category-list li.cF0 a:hover,#category-list li.cF0 a:hover { background-image: url("../img/category/icon/on/F0.png"); }
#header-category-list li.kT0 a:hover, #top-category-list li.kT0 a:hover,#category-list li.kT0 a:hover { background-image: url("../img/keyword/icon/on/T0.png"); }


#header-category-list li.cOU a:hover, #top-category-list li.cOU a:hover,#category-list li.cOU a:hover { background-image: url("../img/category/icon/on/Outlet.png"); }
#header-category-list li.cSP a:hover, #top-category-list li.cSP a:hover,#category-list li.cSP a:hover { background-image: url("../img/category/icon/on/collabo.png"); }
#header-category-list li.cCT a:hover, #top-category-list li.cCT a:hover,#category-list li.cCT a:hover { background-image: url("../img/category/icon/on/chair.png"); }
#header-category-list li.cH0 a:hover, #top-category-list li.cH0 a:hover,#category-list li.cH0 a:hover { background-image: url("../img/category/icon/on/H0.png"); }
#header-category-list li.cI0 a:hover, #top-category-list li.cI0 a:hover,#category-list li.cI0 a:hover { background-image: url("../img/category/icon/on/I0.png"); }
#header-category-list li.cJ0 a:hover, #top-category-list li.cJ0 a:hover,#category-list li.cJ0 a:hover { background-image: url("../img/category/icon/on/J0.png"); }
#header-category-list li.cK0 a:hover, #top-category-list li.cK0 a:hover,#category-list li.cK0 a:hover { background-image: url("../img/category/icon/on/K0.png"); }
#header-category-list li.cL0 a:hover, #top-category-list li.cL0 a:hover,#category-list li.cL0 a:hover { background-image: url("../img/category/icon/on/M0.png"); }
#header-category-list li.cM0 a:hover, #top-category-list li.cM0 a:hover,#category-list li.cM0 a:hover { background-image: url("../img/category/icon/on/P0.png"); }
#header-category-list li.cN0 a:hover, #top-category-list li.cN0 a:hover,#category-list li.cN0 a:hover { background-image: url("../img/category/icon/on/O0.png"); }
#header-category-list li.cO0 a:hover, #top-category-list li.cO0 a:hover,#category-list li.cO0 a:hover { background-image: url("../img/category/icon/on/O0.png"); }
#header-category-list li.cP0 a:hover, #top-category-list li.cP0 a:hover,#category-list li.cP0 a:hover { background-image: url("../img/category/icon/on/P0.png"); }
#header-category-list li.cWL a:hover, #top-category-list li.cWL a:hover,#category-list li.cWL a:hover { background-image: url("../img/category/icon/on/WL.png"); }
#header-category-list li.cY0 a:hover, #top-category-list li.cY0 a:hover,#category-list li.cY0 a:hover { background-image: url("../img/category/icon/on/XM.png"); }

.categorytitle{
	display: block;
	background: #DEDACD;
	padding: 13px 20px;
	height: auto;
	line-height: 1;
}
#header-category-list li.cG0.taiwan a{
	display: block;
	background: #DEDACD;
	padding: 13px 20px;	
	height: auto;
	line-height: 1;
}






#section-category .categorytitle{
	display: none;
}
body #section-form #search-category{
	padding-left: 10px;
	display: block;
	background: url("../img/select-arrow.png") no-repeat #006450;
	background-position: 360px 15px!important;
	background-position-x: 0%;
	background-position-y: 0%;
	color: #ffffff;
	font-size: 15px;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	border: none;
	border-radius: 0px;
	cursor: pointer;
}
body #section-form #top-category-list{
	width: 397px;
}

#header-category-submenu, #top-category-submenu{
  position:absolute;
  top:36px;
  left:107px;
  padding:0px;
  margin-left:15px;
  margin-top:0px;
}

#top-category-submenu{
  left:395px;
}
#header-category-submenu li.nochild, #top-category-submenu li.nochild {
  display: none !important;
}

#header-category-submenu li ul, #top-category-submenu li ul{
  width: 300px;
  padding:0px 15px;
  background:#ffffff;
  border:1px solid #F0F0F0;
}
#header-category-submenu > li.showed{
	position: absolute;
	left: 0;
}
#header-category-submenu > li.showed:nth-of-type(1){
	display: none!important;
}
/*キッチン用品*/
#header-category-submenu > li.showed:nth-of-type(2){

}
#header-category-submenu > li.cG0{

}
#header-category-submenu > li.showed:nth-of-type(3){
	top: 349px;
}
#header-category-submenu > li.showed:nth-of-type(4){
	top: 411px;
}
#header-category-submenu > li.showed:nth-of-type(5){
	top: 471px;
}
/*キッチン用品*/

/*家具・インテリア・日用雑貨*/
#header-category-submenu > li.showed:nth-of-type(6){
	top: 574px;
}
#header-category-submenu > li.showed:nth-of-type(7){
	top: 636px;
}
#header-category-submenu > li.showed:nth-of-type(8){
	top: 705px;
}
#header-category-submenu > li.showed:nth-of-type(9){
	top: 468px;
}
#header-category-submenu > li.showed:nth-of-type(9) p{
	top: auto;
	bottom: 10px;
}
#header-category-submenu > li.showed:nth-of-type(10){
	top: 570px;
}
#header-category-submenu > li.showed:nth-of-type(10) p{
	top: auto;
	bottom: 10px;
}
#header-category-submenu > li.showed:nth-of-type(11){
	top: 712px;
}
#header-category-submenu > li.showed:nth-of-type(11) p{
	top: auto;
	bottom: 10px;
}
#header-category-submenu > li.showed:nth-of-type(12){
	top: 815px;
}
#header-category-submenu > li.showed:nth-of-type(12) p{
	top: auto;
	bottom: 10px;
}
/*家具・インテリア・日用雑貨*/

/*アパレル・ファッション*/
#header-category-submenu > li.showed:nth-of-type(13){
	top: 835px;
}
#header-category-submenu > li.showed:nth-of-type(13) p{
	top: auto;
	bottom: 10px;
}
#header-category-submenu > li.showed:nth-of-type(14){
	top: 937px;
}
#header-category-submenu > li.showed:nth-of-type(14) p{
	top: auto;
	bottom: 10px;
}
#header-category-submenu > li.showed:nth-of-type(15){
	top: 1040px;
}
#header-category-submenu > li.showed:nth-of-type(15) p{
	top: auto;
	bottom: 10px;
}
#header-category-submenu > li.showed:nth-of-type(16){
	top: 1019px;
}
#header-category-submenu > li.showed:nth-of-type(16) p{
	top: auto;
	bottom: 10px;
}
#header-category-submenu > li.showed:nth-of-type(17){
	top: 1202px;
}
#header-category-submenu > li.showed:nth-of-type(17) p{
	top: auto;
	bottom: 10px;
}
#header-category-submenu > li.showed:nth-of-type(18){
	top: 1182px;
}
#header-category-submenu > li.showed:nth-of-type(18) p{
	top: auto;
	bottom: 10px;
}
/*アパレル・ファッション*/

/*その他*/
#header-category-submenu > li.showed:nth-of-type(19){
	top: 1120px;
}
#header-category-submenu > li.showed:nth-of-type(19) p{
	top: auto;
	bottom: 10px;
}
#header-category-submenu > li.showed:nth-of-type(20){
	top: 1468px;
}
#header-category-submenu > li.showed:nth-of-type(20) p{
	top: auto;
	bottom: 10px;
}
#header-category-submenu > li.showed:nth-of-type(21){
	top: 1324px;
}
#header-category-submenu > li.showed:nth-of-type(21) p{
	top: auto;
	bottom: 10px;
}
/*その他*/

#search-form #top-category-list li.first{
	background: none;
}
#search-form #top-category-list li.first span#categorytitle + span,
#search-form #top-category-list li.first span#categorytitle + span + span{
	background: url("../img/category-menu-arrow.png") no-repeat 365px 50%;
	display: block;
}
#search-form #top-category-list li{
	background: url("../img/category-menu-arrow.png") no-repeat 365px 50%;
}
#search-form #top-category-list li:hover{
	background: url("../img/category-menu-arrow-on.png") no-repeat 370px 50%;
}
#search-form #top-category-list li.title{
	background: url("../img/category-menu-arrow.png") no-repeat 365px 74%;
	display: block;
}
#search-form #top-category-list li.title:hover{
	background: url("../img/category-menu-arrow-on.png") no-repeat 370px 74%;
}
#search-form #top-category-list li.title.first{
	background-image: none;
}
#search-form #top-category-list li span#categorytitle + span + span:hover,
#search-form #top-category-list li span#categorytitle + span:hover{
	background: url("../img/category-menu-arrow-on.png") no-repeat 370px 50%;
}
#search-form #top-category-list li.title span#categorytitle + span + span:hover{
	background: url("../img/category-menu-arrow-on.png") no-repeat 370px 50%;

}
/*
#search-form #top-category-list li a:hover{
	background: url("../img/category-menu-arrow-on.png") no-repeat 370px 50%;
}
*/
/*
#search-form #top-category-list li.title.hover{
	background: url("../img/category-menu-arrow.png") no-repeat 370px 74%;
	display: block;
}
*/
#search-form #top-category-list li.first{
	backgrond-image: none;
}
#search-form #top-category-list li.first.hover{
	backgrond-image: none;
}
/*
#search-form #top-category-list li #categorytitle + a{
	background: url("../img/category-menu-arrow.png") no-repeat 365px 78%;
	display: block;
}
#search-form #top-category-list span#categorytitle + span + span,
#search-form #top-category-list span#categorytitle + span{
	background: url("../img/category-menu-arrow.png") no-repeat 365px 50%;
	display: block;
}
#search-form #top-category-list li #categorytitle + a:hover{
	background: url("../img/category-menu-arrow-on.png") no-repeat 370px 78%;
}
#search-form #top-category-list li span#categorytitle + span + span:hover,
#search-form #top-category-list li span#categorytitle + span:hover{
	background: url("../img/category-menu-arrow-on.png") no-repeat 370px 50%;
}*/
#search-form #top-category-submenu li.showed:nth-of-type(1){
	display: none!important;
}
#search-form #top-category-submenu li.showed:nth-of-type(2){
	top: 125px!important;
	z-index: 999;
	
}
/*キッチン用品
#search-form #top-category-submenu li.showed:nth-of-type(3){
	top: 330px!important;
}
#search-form #top-category-submenu li.showed:nth-of-type(4){
	top: 390px!important;
}
#search-form #top-category-submenu li.showed:nth-of-type(5){
	top: 450px!important;
}
/*家電・インテリア・日用雑貨
#search-form #top-category-submenu li.showed:nth-of-type(6){
	top: 555px!important;
}
#search-form #top-category-submenu li.showed:nth-of-type(7){
	top: 618px!important;
}
#search-form #top-category-submenu li.showed:nth-of-type(8){
	top: 678px!important;
}
#search-form #top-category-submenu li.showed:nth-of-type(9){
	top: 738px!important;
}
#search-form #top-category-submenu li.showed:nth-of-type(10){
	top: 798px!important;
}
#search-form #top-category-submenu li.showed:nth-of-type(11){
	top: 862px!important;
}
#search-form #top-category-submenu li.showed:nth-of-type(12){
	top: 922px!important;
}
/*アパレル・ファッション
#search-form #top-category-submenu li.showed:nth-of-type(13){
	top: 1025px!important;
}
#search-form #top-category-submenu li.showed:nth-of-type(14){
	top: 1085px!important;
}
#search-form #top-category-submenu li.showed:nth-of-type(15){
	top: 1145px!important;
}
#search-form #top-category-submenu li.showed:nth-of-type(16){
	top: 1205px!important;
}
#search-form #top-category-submenu li.showed:nth-of-type(17){
	top: 1265px!important;
}
#search-form #top-category-submenu li.showed:nth-of-type(18){
	top: 1330px!important;
}
/*その他
#search-form #top-category-submenu li.showed:nth-of-type(19){
	top: 1443px!important;
}
#search-form #top-category-submenu li.showed:nth-of-type(19) p{
	top: 0!important;
	bottom: 10px!important;
}
#search-form #top-category-submenu li.showed:nth-of-type(20){
	top: 1493px!important;
}
#search-form #top-category-submenu li.showed:nth-of-type(21){
	top: 1553px!important;
}
#search-form #top-category-submenu li.showed:nth-of-type(22){
	top: 1573px!important;
}

*/





/*


#header-category-submenu > li div, #top-category-submenu > li div{
  position:relative;
}

#header-category-submenu > li div p, #top-category-submenu > li div p{
  position: absolute;
  left:-11px;
  top:10px;
  z-index:100;
  margin:0px;
}

#header-category-submenu > li:nth-of-type(n+10) div p, #top-category-submenu > li:nth-of-type(n+10) div p{
  top: 10px;
  bottom: auto;
}

#header-category-submenu > li, #top-category-submenu > li{
  display:none;
  position: absolute;
  top:0px;
  left:0px;
}

#header-category-submenu > li.showed, #top-category-submenu > li.showed{
  display:block;
}

#header-category-submenu li ul li a, #top-category-submenu li ul li a{
  display:block;
  width: 280px;
  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, #top-category-submenu li ul li a:hover{
  color:#006450;
}

#header .contents{
  width:1200px;
}

#header .contents div:first-child{
  z-index:100;
}

#sub-menu{
  float:right;
  margin-top: 20px;
  margin-bottom: 20px;
  margin-right:0px;
}

#sub-menu li{
  float:left;
  margin-right: 10px;
  display:block;
  position:relative;
  width: 48px;
  height: 48px;
  line-height: 48px;
  border: 1px solid #DEDEDE;
  border-radius: 48px;
}
#sub-menu li#sub-menu-cart{
	background: #006B50;
	border: 1px solid #006B50;
}
#sub-menu li#sub-menu-cart a{
	background: #006B50;
}
#sub-menu li:last-of-type{
	margin-right: 0;
}
#sub-menu li a{
  width: 48px;
  height: 48px;
  line-height: 48px;
  text-align: center;
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	background: #fff;
	border-radius: 48px;
}
#sub-menu li a:hover{
	opacity: 0.8;
}
#sub-menu li a img{
	vertical-align: middle;
}

#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);
}

.search-form p{
  display:inline-block;
}

.search-keyword{
  height:34px;
  color:#a3a3a3;
  display:block;
  background:#ffffff;
  font-size: 15px;
  -webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
}

#header-search-keyword p{
	width: 178px;
  height: 52px;
  line-height: 52px;
  padding-left: 0;
  display:block;
  color: #006B50;
  font-size:15px;
  cursor: pointer;
  padding: 0 0 0 0;
  text-indent: 57px;
  font-weight: lighter;
  transition: color 300ms 0ms ease;
}
#header-search-form > div#header-search-keyword-main{
	width: 178px;
  height: 52px;
  line-height: 52px;
  border-radius: 30px;
  padding-left: 0;
  display:block;
  border: 1px solid #DEDEDE;
  color: #006B50;
  font-size:15px;
  -webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
  cursor: pointer;
  margin: 0 0 0 10px;
  padding: 0 0 0 0;
  text-indent: 57px;
  font-weight: lighter;
  transition: color 300ms 0ms ease;
  background: #fff;
}
#header-search-keyword-main p{
	border: none;
	width: auto;
	height: auto;
	float: none;
	padding: 0;
}
#header-search-keyword-main input#header-search-keyword{
	border-top: 0;
	border-left: 0;
	border-right: 0;
	width: 65%;
	border-top: 0;
	border-left: 0;
	border-right: 0;
	padding: 0 0 0 15%;
	border-bottom: 1px solid #ccc;
  background: url("../img/search-icon.svg") left center no-repeat;
  -webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	margin: 5px 10% 0 10%;
	outline: none;
}
#header-search-category a{
	width: 178px;
  height: 52px;
  line-height: 52px;
  border-radius: 30px;
  padding-left: 0;
  display:block;
  background: #fff url("../img/select-arrow.svg") 25px center no-repeat;
  border: 1px solid #DEDEDE;
  color: #006B50;
  font-size:15px;
  -webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
  cursor: pointer;
  margin: 0;
  padding: 0 0 0 0;
  text-indent: 72px;
  font-weight: lighter;
  transition: color 300ms 0ms ease;
  font-weight: bold;
  font-family: "Times New Roman",YuGothic, "游ゴシック Medium", "YuGothic M","ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, sans-serif;
}

#header-search-category{
  transition: background-color 300ms 0ms ease;
}*/

.disable{
  opacity: 0.5;
  cursor: default;
}

h1,
p.logo_{
  text-align: center;
  position: absolute;
  width:1000px;
  z-index:-1;
  top: 5px;
}
p.logo_{
  top: 5px; 
}
#section-footer{
  padding-bottom: 100px;
}

#sns{
  padding-top:1px;
  background: #006450;
}

#sns ul{
  text-align: center;
  margin:0px;
  padding: 27.5px 0 14.5px 0;
}

#sns ul li{
  display:inline-block;
  margin-right:10px;
}

#sns ul li:last-child{
  margin-right: 0px;
}

#sns ul li a{
  display:inline-block;
  transition: top 200ms 0ms ease;
  top:0px;
  position: relative;
}

#sns ul li a:hover{
  top:-5px;
}


#footer .brand_logo_ft{
  margin:40px 0px;
  text-align: center;
}

#footer ul{
  text-align: center;
  margin:0px;
  font-size: 0;
  padding: 40px 0;
  background: #006450;
  border-top: 1px solid rgba(0,0,0,0.16);
}

#footer ul li{
  display:inline-block;
}

#footer ul li a{
	color: #fff;
  padding:0px 15px;
  display:block;
  font-size: 13px;
  transition: color 200ms 0ms ease;
}

#footer ul li a:hover{
  color:#fff;
  opacity: 0.8;
}

#footer ul li:last-child a{
  border-right: none;
}

#copyright{
  font-family: Garamond,Baskerville,Baskerville Old Face,Hoefler Text,Times New Roman,serif;
  color:#006450;
  font-size: 14px;
  text-align: center;
  margin: 0;
  padding: 10px 0;
}


#section-history,
#section-recommend{
  padding-top:1px;
  padding-bottom: 20px;
  background: #F5FAFA;
}
#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{
  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:#006450;
  border-bottom: 2px solid #006450;
}
#recommend-tab li span, #history-tab li span{
  cursor: default;
  color:#006450;
  border-bottom: 2px solid #006450;
}

#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;
  padding-bottom: 5px;
}

li.list-item > div{
  height:100%;
  padding-bottom:5px;
}


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 li, div.list-item-image-container ul li{
  display:block;
  border-radius: 20px;
  background: #ffffff;
  overflow: hidden;

  /* #969696 */
}

.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;
}

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:last-child{
  margin-right:0px;
}

li.list-item > div > p
, li.list-item > div > h3{
  padding:0px 15px;
  font-size:15px;
  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{

}

#section-history .load-more{
  margin:50px auto;
  display: block!important;
}

.np-keyword-suggest{
  position: absolute!important;
  top: 50px!important;
  left: 0!important;
  width: 312px!important;
  border-left: 1px solid #D8D8D8;
  border-right: 1px solid #D8D8D8;
  text-align: left;
}

.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;
  text-indent: 0;
}

.np-keyword-suggest > div .item:hover{
  background: #006450;
  color:#ffffff;
  cursor: pointer;
}

#header-search-form #header-search-submit-wrapper{
  display: none;
}

#header-search-submit{

}

.zoom-button a, .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;
}

.zoom-button:hover a{
  background:url("../img/zoom-icon-on.svg") no-repeat center center;
  background-size: 22px 22px;
}

.favorite-button a{
  background:none;
}

.favorite-button a img{
  background:url("../img/favorite-icon.svg") no-repeat center center;
  background-size: 21px 20px;
  width:40px;
  height:40px;
}

.favorite-button.selected{
  background: #ffffff !important;
}

.favorite-button.selected a img{
  background:url("../img/favorite-icon-selected.svg") no-repeat center center;
  background-size: 21px 20px;
  width:40px;
  height:40px;
}

@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");
  }
}
div.notice_{
	width: 1000px;
	background: url(../img/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/border.png) no-repeat center bottom;
	padding: 0 0 30px 0;	
	margin: 0 0 30px 0;
}
div.notice_ .centertext_{
	text-align: right;
}
#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 .close_{
	position: absolute;
	top: 30px;
	right: 30px;
	
}
#sizeguidewrap .close_:hover{
	cursor: pointer;
}
#sizeguidebtn:hover{
	cursor: pointer;
}
#sizeguidewrap{
	background: #fff;
	padding: 40px 0;
	margin: 20px;
}
#sizeguidewrap .title_{
	display: block;
	text-align: center;
	margin-top: 40px;
	float: none
}
#sizeguidewrap .desc_{
	display: block;
	text-align: center;
	color: #555555;
	font-size: 12px;
	color: #555555;
	margin: 35px 0 39px 0;
}
#sizeguidewrap div.caution_{
	background: #eeeeee;
	margin-bottom: 16px;
}
#sizeguidewrap .caution_inner_{
	width: 820px;
	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 .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 60px 73px 60px;
}
#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;
}
/*404*/
#pagenotfound{
	box-sizing: border-box;
	margin: 30px auto 0px;
	padding: 40px 60px;
	width: 1000px;	
	text-align: center;
	line-height: 1.8;
}
#pagenotfound .freepage_inner_{
	width: auto!important;
}
#pagenotfound p{
	line-height: 1.8;
}
#pagenotfound .submit_{
	margin-top: 50px;
}
div#pagenotfound p#text1 {
  color: #006450;
  display: block;
  font-size: 22px;
  font-weight: bold;
  padding: 0 0;
  text-align: center;
}

div#pagenotfound p#text2 {
  font-size: 14px;
  margin-bottom: 0;
  padding-bottom: 0;
  text-align: center;
}


.balloons {
    border: none !important;
    box-shadow: none !important;
    background-color: rgb(150, 150, 150) !important;
    opacity: 0.9 !important;
}

div#tax-attention {
    width: 1000px;
    margin: 50px auto 0;
    text-align: center;
}

div#tax-attention p {
    font-size: 14px;
    color: #000000;
    line-height: 1.7;
    margin: 0;
    padding: 0;
}
#payment_floating{
	background: rgba(0,0,0,0.16);
	width: 100%;
	text-align: center;
	position: fixed;
	left: 0;
	bottom: 0;
	padding: 10px 0;
	font-size: 0;
	z-index: 99999;
}
#payment_floating.showed{
	background: none;
}
#payment_floating .btn_item_{
	display: inline-block!important;
	float: none;
	position: static;
	left: auto;
	right: auto;
}
#payment_floating .btn_item_:last-child{
	margin-left: 10px;
}
#payment_floating  .close{
	
  font-size: 30px;
  margin: 0;
  position: absolute;
  bottom: 45px;
  right: 15px;
  background-color: rgba(0,0,20,1);
  line-height: 30px;
  color: #fff;
  cursor: pointer;
}	
#pagetop{
	position: fixed;
	bottom: 100px;
	right: 10px;
	width: 50px;
	height: 50px;
	z-index: 99999;
}
#pagetop:hover{
	opacity: 0.8;
}



#search-contents p.detail-search-label,
#search-contents h3{
  font-size: 18px;
  border-bottom: 1px solid #3c3c3c;
  margin: 10px 0 0 0px;
  padding: 10px;
  padding-left: 15px;
  /*font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", serif;*/
}
div#list-contents-inner h1{
    text-align: center;
    font-size: 24px;
    color: #006B50;
    font-weight: bold;
    margin: 0 0 25px;
    padding: 0;
}
div#list-contents-inner span.visual{
	display: block;
	text-align: center;
    width: 1200px;
    max-width: 90%;
    margin: 0 auto;
   position: relative;
   /*left: -4%;*/
}
div#list-contents-inner span.visual img {
    width: 100%;
}
div#list-contents-inner span.visual + p{
	text-align: center;
    margin-top: 25px;
}

div.footer_desc{
    margin-top:20px;
    padding-top: 10px;
    border-top: 1px solid #cbcbcb;
    width: 95%;
}
div.footer_desc p{
    font-size:14px;
    line-height: 1.6;
    color:#969696;
}

#list-contents h1.category_name_.static,
#list-contents h2.common_headline1_.static{
    /* position: relative; */
    /* left: -14px; */
    width: 100% !important;
}
#display-type.static{
  overflow: hidden;
  position: relative;
  left: -28px;
}
#limited-offer-contents #sort-select {
	margin-bottom: 60px;
}
