/*
新しいSaleページ用CSS
=========================== */
.wrap {
	overflow: hidden;
}
.container0 {
		width: 100%;
}
.container2 {
    max-width: 1000px;
/*	padding:0px 20px 30px 20px; */
	margin-right: auto;
	margin-left : auto;
	margin-top:-10px;
	line-height:2;
}
.container3 {
	width: 100%;
	min-height:1050px;
	margin:0;
	padding:0 5px 10px;
	font-size:14px;
	margin-right: auto;
	margin-left : auto;
}
.container4 {

	width: 100%;
	margin:0;
	padding:6px;
	background-color:#f3f4f3;
	font-size:14px;
	color:#333;
	margin-right: auto;
	margin-left : auto;
}
.container00 {
    max-width: 1040px;
	width: 100%;
	margin:0;
	padding:20px;
	margin-right: auto;
	margin-left : auto;
}
.container5 {
    max-width: 1000px;
	height:4px;
	margin:0 0 -20px 0;
	padding:0;
	margin-right: auto;
	margin-left : auto;
}
.mg-top60 {margin-top:-60px;}

.mg-top40 {margin-top:-40px;}

.mg-top20 {margin-top:-20px;}

.headerbg {
	background-image: url(../../img/headerbg.pngimg/headerbg.png)!important;
	background-color:#eee;
	width:100%;
	margin-bottom:20px;
	}
.t20 {
	margin-top:20px;
}
.t30 {
	margin-top:30px;
}
.b20 {
	margin-bottom:20px;
}
.b40 {
	margin-bottom:40px;
}
h2.simpleline { 
border-bottom: solid 3px #676767;
position: relative;
line-height:1.8;
	margin:40px 0 30px;
	font-size:18px;
	font-family:ABeeZee;
	font-weight:bold;
}

h2.simplelinej:after {
position: absolute;
content: " ";
display: block;
border-bottom: solid 3px #86b577;
bottom: -3px;
width: 20%;
}

h2.simplelinej { 
border-bottom: solid 3px #676767;
position: relative;
line-height:1.8;
	margin:40px 0 30px;
	font-size:20px;
	font-family:ABeeZee;
	font-weight:bold;
}

h2.simplelinej:after {
position: absolute;
content: " ";
display: block;
border-bottom: solid 3px #86b577;
bottom: -3px;
width: 20%;
}
h2.foot { 
line-height:1.8 !important;
	margin:40px 0 30px !important;
	font-size:22px !important;

	font-weight:bold !important;
}
/*レフトナビ*/
#menu ul{ 
margin: 0; 
padding: 0 0 10px  ; 
list-style: none;
color:#6f6f6f !important;
}
#menu li{ 
display: inline; 
padding: 0; 
margin: 0; 
}
#menu li a{
display: block; 
border-bottom: 1px solid #ccc !important;
padding: 10px 0 10px;
text-decoration: none;
width: 100%; 
margin: 0px;
text-align: left;
font-size: 14px;
font-weight:bold; 
color:#6f6f6f !important;
}
#menu li a:hover{
border-bottom: 1px solid #ccc !important;
background-color: #eee !important;
color:#333333 !important;
font-weight:bold;
}
.indent3em {
  padding-left: 2em;
  text-indent: -1.1em;
}
.indent1em {
	  text-indent:1em;
}
/*rope H3 Green*/
h3.ropegreen span {
	font-weight: bold !important;
}
h3.ropegreen  {
  position: relative;
  padding-bottom: -0.1em;
    font-size: 1.25em;
	font-weight:bold !important;
}
h3.ropegreen::before,
h3.ropegreen::after {
  position: absolute;
  bottom: -4px;
  left: 0;
  content: '';
  height: 4px;
}
h3.ropegreen::before {
  z-index: 2;
  width: 15%;
  background-color: #86B577;
}
h3.ropegreen::after {
  width: 100%;
  background: -webkit-repeating-linear-gradient(45deg, #d8aa69, #d8aa69 2px, #b48e58 2px, #b48e58 4px);
  background: repeating-linear-gradient(45deg, #d8aa69, #d8aa69 2px, #b48e58 2px, #b48e58 4px);
}
h6 {
	padding-top:30px;
}
/*gridのgutter調整*/
.row-0{
    margin-left:0px;
    margin-right:0px;

    > div{
        padding-right:0px;
        padding-left:0px;
    }
}
.row-10{
    margin-left:-5px;
    margin-right:-5px;

    > div{
        padding-right:5px;
        padding-left:5px;
    }
}
.row-20{
    margin-left:-10px;
    margin-right:-10px;

    > div{
        padding-right:10px;
        padding-left:10px;
    }
}
.row-30{
    margin-left:-15px;
    margin-right:-15px;

    > div{
        padding-right:15px;
        padding-left:15px;
    }
}
.row-40{
    margin-left:-20px;
    margin-right:-20px;

    > div{
        padding-right:20px;
        padding-left:20px;
    }
}
.flex{
display: flex;
flex-wrap: wrap;
}
.saleprice {
	color:#DA3C3C;
	font-weight:bold;
	font-size:140%;
}
.soldout {
	color:#fa7049;
	font-weight:bold;
	font-size:1em;
}
.soldoutstickerbase {
	position: relative;
}
.soldoutsticker {
	position: absolute; 
	right: 10px;
    bottom: 250px; 
	transform: rotate(-15deg);
}
/*セール画像のサムネイル*/
ul.salemessage {
	border-left:1px solid #ccc;
	border-right:1px solid #ccc;
	border-bottom:1px solid #ccc;
	padding:8px;
	margin-top:-10px;
    min-height:180px;
}
ul.salemessage a {
text-decoration: none;
}
ul.salemessage a:visited {
text-decoration: none;
}
ul.salemessage a:hover {
text-decoration: none;
}
ul.salemessage a:active {
text-decoration: none;
}

img.salesam {
	border-left:1px solid #ccc;
	border-right:1px solid #ccc;
	border-top:1px solid #ccc;
	background-color:#ccc;
}

/*セール、特集ページ*/
.saleprice2 {
    color: #FF3D20;
    font-weight: bold;
    font-size: 140%;
}


li.offp {
    color: #ee65f4b;
    font-weight: bold;
    font-size: 120%;
}


.offpr {
	    color: #fff;
    font-weight: bold;
    background: rgba(218, 60, 60, 1);
    display: inline-block;
    padding: 5px 5px 5px 5px;
    border-radius: 4px 0px 0px 4px;
	 font-size: 120%;
}

.nowraptext  { white-space: nowrap;}/*メガメニュー内トグルテキスト*/
h6 {
  color:#f15b58 !important;
  margin-top: 2.2em !important; 
	padding:10px 10px 0 0;
	border-bottom: thin dashed #f15b58;
}
h5 {background-color:#9ace89 !important;
	color:#fff !important;
	margin-top:3em !important;
	margin-bottom:1em !important;
	font-size:0.8em !important;
	border-radius: 5px;
	padding:5px;
}
.mr10 { /*アイコンが左でテキストが右*/
margin-right:10px;
float: left;
}
.frame {
  overflow:hidden;
  overflow-x:hidden;
  overflow-y:hidden;
  height:100%;
  width:100%;
  position:relative;
  top:0px;
  left:0px;
  right:0px;
  bottom:0px;
}
.btn-susabi {
  color: #fff !important;
  background-color: #6b915f !important;
border-color: #678b5c !important; 
	text-decoration: none !important;
	padding-bottom:1px;
}
.btn-susabi:a,
.btn-susabi:hover,
.btn-susabi:visited,
.btn-susabi:focus {
 color: #fff !important;
text-decoration: none !important;
	padding-bottom:1px;
}
.btn-info {
  color: #fff !important;
	text-decoration: none !important;
	padding-bottom:1px;
}
.btn-info:a,
.btn-info:hover,
.btn-info:visited,
.btn-info:focus {
 color: #fff !important;
text-decoration: none !important;
	padding-bottom:1px;
}
/*-------------------------------------------マウスオーバーでアニメーション*/
.buttonanimated:hover{
animation: bounce 1s infinite;
}
.butanimatedsw:hover{
animation: swing 1s;
}
.delay05 {
animation-delay:1.5s;
}
.delay07 {
animation-delay:2.5s;
}
 /*----- フェードインしながら上へスライド -----*/
    .inviewfadeInUp {
        opacity: 0;
        transform: translate(0, 60px);
        -webkit-transform: translate(0, 60px);
        transition: .8s;
    }
    
    .fadeInUp {
        opacity: 1.0;
        transform: translate(0, 0);
        -webkit-transform: translate(0, 0);
    }
/*黄色いアンダーライン*/
h2.y-under {
background: linear-gradient(transparent 70%, #FAE438 70%);
	font-size:120%
}
/*上下黒い線*/
.blk-borders{
font-size:110% !important;
font-weight:bolder !important;
padding: 0.5em 0.5em 0.7em 0.5em;
border-top: double #282a29;
border-bottom: double #282a29;
}/*手書き風囲み黒*/
h4.susabi {
  text-align: center;
  font-size:110% !important;
  font-weight:bolder !important; 
  padding:0.5em 0.3em 0.5em 0.3em;
  margin:0 10% 10px 10%;
  border: 2px solid #282a29;
  border-radius: 3em .7em 2em .7em/.7em 2em .7em 3em;
  background-color:rgba(255,255,255,0.3);
}
/*手書き風囲み青*/
h4.susabigood {
  text-align: center;
  font-size:110% !important;
  font-weight:bolder !important; 
  padding:0.5em 0.3em 0.5em 0.3em;
  margin:0 10% 10px 10%;
  border: 2px solid #282a29;
  border-radius: 3em .7em 2em .7em/.7em 2em .7em 3em;
  background-color:rgba(128,209,218,0.3);
}/*手書き風囲み赤*/
h4.susabibad {
  text-align: center;
  font-size:110% !important;
  font-weight:bolder !important; 
  padding:0.5em 0.3em 0.5em 0.3em;
  margin:0 10% 10px 10%;
  border: 2px solid #282a29;
  border-radius: 3em .7em 2em .7em/.7em 2em .7em 3em;
  background-color:rgba(221,56,102,0.3);
}
/*stepbox-red*/
.stepbox-r {
position: relative;
margin: 2em 0;
margin: 2em 0 40px 0;
border: solid 2px #f799be;
overflow: auto;
padding:10px;
}
.stepbox-r .box-title-r {
position: absolute;
display: inline-block;
top: -2px;
left: -2px;
padding: 0 9px;
height: 25px;
line-height: 25px;
vertical-align: middle;
font-size: 17px;
background: #f799be;
color: #ffffff;
font-weight: bold;
}





.stepbox-r p {
margin: 0;
padding:0;
}
/*YOUTUBE*/
.video{
  position:relative;
  width:100%;
  padding-top:56.25%;
}
.video iframe{
  position:absolute;
  top:0;
  right:0;
  width:100%;
  height:100%;
}
/*button grn*/
.square_btn {
    display: inline-block;
    padding:1em;
    text-decoration: none;
    color: #86B577;
    border: solid 2px #86B577;
    border-radius: 3px;
    transition: .4s;
    width:90%;
	margin-bottom:20px;
}
.square_btn:hover {
    background: #86B577;
    color: white;
}
/*bootstrap　BOXの高さをそろえる*/
.row-eq-height {
  display: -webkit-flex; /* Safari */
  display: flex;
  flex-wrap: wrap;
}
/*スマホH3*/
h3.sp {
	font-size:105%;
	padding-left:0.5em;
	margin-bottom:-0.1em;
}
/*bootstrapスライダー*/
.item img {
width:100%;}




.fluid2 {
padding:0;}
/*iframe　レスポンシブ*/
.iframe-content {
  position: relative;
 width: 100%;
  padding: 75% 0 0 0;
}
.iframe-content iframe {
 position: absolute;
 top: 0;
 left: 0;
    width: 100%;
    height: 100%;
	    border: 0;
}
/**/
a:hover {
text-decoration: none !important;
color:#80DDD3 !important;
}
.font10{
	font-size:0.85em;
}
/*-----------------PCとタブレットの時横幅用マージン*/
@media screen and (min-width: 768px) {
	.widthpc {
	margin-left:10%;
	margin-right:10%;
}}
/*ロープの結び方　タブ色*/
.nav-tabs > li.active > a, .nav-tabs > li.active > a:focus, .nav-tabs > li.active > a:hover {background-color: #bce7e3;}
/*アニメーションディレイする*/
.delayanime5 {
  /* 5秒待ってからアニメーションする */
  -webkit-animation-duration: 0.5s;
  animation-delay:0.5s;
}
/*ベビーのページスライダー次に続くコンテンツを上に載せる*/
.carousel-inner{overflow:visible;}
/*ページトップへボタン*/
#top_scroll{ 
    position: relative; 
    z-index: 100; 
    margin: 0; 
    padding: 0; 
}
 
#page-top1{
    display: block;
    position: fixed;
    z-index: 9999;
    bottom: -250px;
    right: 10px;

    padding: 0;
    color: #222;
    text-align: center;
    text-decoration: none;
    transition: 1s;
        -webkit-transition: 1s;
}
 
#page-top1:hover{ 

    transform: translateY(-10px);
}
 
#top_scroll:hover{
    background: #fff;
}
@media screen and (max-width:414px){
	#page-top1{
		width:45px;
	}
	}
/*メガメニューのプルダウン部分*/
.mar10{margin-top:10px; margin-bottom:10px;}

/*ハンモックカテゴリーページの商品画像キャプチャ部分 サイズ、ポイント等*/
ul{
list-style-type:none;
padding-left:0;
}
li.size{
padding-left:37px;
background-image:url(../../cat/img/ico-size.gif);
background-repeat:no-repeat;
background-position:0px 2px;
}
li.point{
padding-left:37px;
background-image:url(../../cat/img/ico-point.gif);
background-repeat:no-repeat;
background-position:0px 2px;
}
/* カルーセル－スライド間の余白 */
.slider .slick-slide a {
    display: block;
    margin: 0 10px;
}


/*ホーム＆キッチンの画像等を重ねる*/
.boxscontent {
  position: relative;
}
.right_box {
  position: absolute;
  top: 40%;
  left: 50%;
  width: 40%;
  height: 600px;
  z-index: 1;
}
.left_box {
  width: 60%;
  z-index: -1;
}
.bg-zakuro {margin:0 auto; padding-top:5%; padding-bottom:5%; background-image: url(img/home-kitchen/zakuro-bg.gif); background-repeat: no-repeat; background-size: contain;}

@media only screen and (max-width: 500px) 
{.bg-zakuro {margin:0 auto; padding-top:5%; margin-bottom:60px; background-image: url(img/home-kitchen/zakuro-bg-sp.gif); background-repeat: no-repeat; background-size: contain;}}

.bg-home{width:100%; margin:0 auto; background-image: url(../../cat/img/home-kitchen/bg-home.gif); background-repeat: no-repeat; background-size: contain;}

@media only screen and (max-width: 500px) 
{.bg-home{width:100%; margin:0 auto; background-image: url(../../cat/img/home-kitchen/bg-home-sp.gif); background-repeat: no-repeat; background-size: 100% auto;}}

.bg-kitchen{ padding-top:0px; background: url(../../cat/img/home-kitchen/bg-kitchen.gif); background-size:100% auto; background-repeat: no-repeat;  margin:0 auto;}

@media only screen and (max-width: 500px) 
{.bg-kitchen{ padding-top:30px; background: url(../../cat/img/home-kitchen/bg-kitchen-sp.gif); background-size:100% auto; background-repeat: no-repeat;  margin:0 auto;}}

.bg-white{width:100%; margin:0 auto; background-color: #ffffff; }

/*スライダーの矢印*/
.glyphicon-chevron-right {display:none !important;}
.glyphicon-chevron-left {display:none !important;}




.saletitle1 img {
width:65%;
text-align: center;
	margin-top: 30px;
}
