/* ==================================================

　　ベッド特集

================================================== */

/* 基本設定
================================================== */

/* ▼▼▼▼▼ 直営店のみ使用・支店は不要 ▼▼▼▼▼ */

/*コンテンツ幅のリセット*/
main#wrapper {
	position: relative;
	width: 100%;
	max-width: initial;
	max-width: auto;
	padding: 0;
}
article#contents {
	width: 100%;
	padding-bottom: 0;
}
article#contents .inner_content {
	padding-top: 0;
}

/* ▲▲▲▲▲ 直営店のみ使用・支店は不要 ▲▲▲▲▲ */



/* Base
================================================== */

#bed_feature {
	color: #4b5b58;
	background-color: #ebece6;
	font-size: 14px;
	font-weight: 500;
	text-align: center;
	width: 100%;
	background-attachment: fixed;
	background-position: bottom right;
	background-repeat: no-repeat;
}
#bed_feature .smp,
#bed_feature .hidden{ display: none !important; }
#bed_feature .inner { position: relative; z-index: 1;}
#bed_feature a { text-decoration: none; color: #403732; }
#bed_feature img { width: 100%; height: auto; }

/* 本店用 固定レイアウト設定*/
#bed_feature {
	display: flex;
}
#bed_feature > #header {
	position: sticky;
	order: 1;
}
#bed_feature > .post-body {
	position: sticky;
	order: 2;
}


/* テキスト
================================================== */

#bed_feature h1{  }

/*見出し*/
#bed_feature .post-body h2{ 
	font-size: 40px;
	margin-bottom: 2vw;
	font-weight: 700;
}
	
#bed_feature h2.sub{
	font-size: 30px;
}
/*見出し下テキスト*/
#bed_feature h3{
	margin: 1rem 0 0;
	font-size: 17px;
}
/*商品名*/
#bed_feature h4 {
	font-size: 14px;
	margin: 0.5rem;
	font-weight: 700;
}

/*サイズボタン*/
#bed_feature h5{}


/*--イチオシ--*/
#bed_feature .check{
	position: absolute;
	background-color: #403732;
	color: #e9e3db;
	padding: 4px 10px;
	top: 0;
	left: 0;
}


/*ふきだし*/
#bed_feature .balloon1 {
	position: relative;
	display: inline-block;
	margin: 1.5em 0;
	padding: 7px 10px;
	min-width: 120px;
	max-width: 100%;
	font-size: 16px;
	background: #de510b;  animation: btn_animation 2s infinite;
}
  
#bed_feature .balloon1:before {
	content: "";
	position: absolute;
	top: 100%;
	left: 50%;
	margin-left: -15px;
	border: 15px solid transparent;
	border-top: 15px solid #de510b;
}
  
#bed_feature .balloon1 h2 {
	color: #f3f0ec !important;
	margin: 0;
	padding: 0;
	margin: 0.5rem 2rem;
}

@keyframes btn_animation {
	0% {
		transform: translate(4px, 0px);
	}
	5% {
		transform: translate(-4px, 0px);
	}
	10% {
		transform: translate(4px, 0px);
	}
	15% {
		transform: translate(-4px, 0px);
	}
	20% {
		transform: translate(4px, 0px);
	}
	25% {
		transform: translate(-4px, 0px);
	}
	30% {
		transform: translate(0px, 0px);
	}
}



/* パーツ
================================================== */


/*--黒い背景角丸ボタン--*/
#bed_feature .button_blk{		
	background-color: #403732;
	position: relative;
	border-radius: 90px;
	font-size: 12px;
	padding: 0.5rem 4rem;
	width: fit-content;
	margin: auto;
	display: flex;
	align-items: center;
	justify-content: center;
	color: #e9e3db;
}
#bed_feature .button_blk a { color: #e9e3db;}
#bed_feature a .button_blk:hover { background-color: #de510b; transition: all .18s ease-in-out; }

/*--黄緑色の丸いアイコン--*/
#bed_feature .i_notification {
	position: absolute;
	right: 10px;
	top: -10px;
	background-color: #97c803 !important;
	border-radius: 90px;
	width: fit-content;
	display: flex;
	justify-content: center;
	align-items: center;
	padding: 10px 14px;
}
#bed_feature .i_notification p{ color: #e9e3db!important; font-size: 10px; }

/*セールアイコン*/
#bed_feature .post-body .i_notification { top: 10px; padding: 19px 5px; }
#bed_feature .post-body .i_notification p { font-size: 14px; }

/*--バナー--*/
#bed_feature .bn_icon {gap: 20px;
	display: flex;		
	justify-content: center;
	margin: 10px 0 0;
}

#bed_feature .bn_icon .icon_r {		
	background-color: #403732;
	color: #e9e3db;
	border-radius: 90px;
	display: flex;
	width: 22px;
	height: 22px;
	justify-content: center;
	align-items: center;
}

#bed_feature .bn_event {
	gap: 5px;
	display: flex;
	width: 100%;
	margin: auto;
	flex-direction: row;
	align-items: center;
	flex-wrap: wrap;
}
#bed_feature .bn_event a { width: calc((100% - 10px)/ 3); }


/* manu
================================================== */


/*ボタン共通*/
#bed_feature .menu_button {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	gap: 10px;
	margin: 24px 0;
}

#bed_feature .menu_button a{ 
	height: 3rem;
	width: calc((100% - 20px) / 3);
	display: flex;
	justify-content: center;
	border-radius: 5px;
	color: #ecece6;
	transition: all .18s ease-in-out;
	align-items: center;
	background: #d4b373;
	/* padding: 0 5px; */
}

#bed_feature .menu_button a div p {
	font-size: 80%;
	font-weight: 700;
	line-height: 1.5;
}

#bed_feature .menu_button a.other{ 
	width: 100%;
	height: 4rem;
}

#bed_feature .menu_button a:hover {   
	background-color: #ecece6;
	color: #818f84;
}

/* header
================================================== */

#header {
	border-left: 0 solid #818f84;
	/* position: fixed; */
	z-index: 99;
	left: 0;
	top: 0;
	font-size: 12px;
	background-color:#818f84;
	max-width: 400px;
	/* height: 100vh; */
	display: flex;
	align-items: center;
}

/*------nav------*/

#header nav .inner { width: 100%; padding: 24px 40px; box-sizing: border-box; }
#header nav h1 img { width: 70%; margin: auto; }



/* main
================================================== */
#bed_feature .post-body { /*margin-left: 400px;*/width: calc(100% - 400px); position: relative;}
#bed_feature .post-body section > .inner {
	width: 900px;
	margin: auto;
	padding: 50px 0;
	border-bottom: 1px dotted;
}
/*ファーストビュー*/
#bed_feature .post-body #top{		
	background-color: #ebece6;
	position: relative;
	/* height: 100vh; */
	display: flex;
	align-items: center;
	justify-content: center;
	color: #f3f0ec;
	font-weight: 900;
	font-style: normal;;
}

#bed_feature .post-body #top .inner{width: 100%;}
#bed_feature .post-body #top .inner p:first-of-type{
		font-size: 2vw;padding: 1rem ;
		font-weight: 900;}
#bed_feature .post-body #top .inner p:first-of-type span{color: #de510b;}
#bed_feature .post-body #top .inner div#subtitle{		
		font-size: 6vw;
		font-weight: 900;
		display: flex;
		justify-content: center;
}
#bed_feature .post-body #top .inner div#subtitle rt{	font-size: 20px;}
#bed_feature .post-body #top .topimage { position: sticky; width: 80%; }
#bed_feature .post-body #top .topimage .light{
	position: absolute;
	animation: blinking 4s ease-in-out infinite alternate;
	mix-blend-mode: plus-lighter;
	top: 0;
}
@keyframes blinking {
	0% {
		opacity: 0;
	}
	100% {
		opacity: 0.8;
	}
}

#bed_feature #subtitle span{margin: 0;padding: 0;display: inline-block;	}
#bed_feature #subtitle span:nth-of-type(1){animation-name:blurAnime;animation-duration:2s;}
#bed_feature #subtitle span:nth-of-type(2){animation-name:blurAnime;animation-duration:3s;}
#bed_feature #subtitle span:nth-of-type(3){animation-name:blurAnime;animation-duration:4s;}
#bed_feature #subtitle span:nth-of-type(4){animation-name:blurAnime;animation-duration:5s;}
#bed_feature #subtitle span:nth-of-type(5){animation-name:blurAnime;animation-duration:6s;}
#bed_feature #subtitle span:nth-of-type(6){animation-name:blurAnime;animation-duration:7s;}
#bed_feature #subtitle span:nth-of-type(7){animation-name:blurAnime;animation-duration:8s;}


/*背景色*/
#bed_feature #c_menu{background-color: #f3f0ec;}

#bed_feature .corner_wrap{
	backdrop-filter: blur(5px) !important;
	background-color: #ffffffb8;
}


/* main > item
================================================== */

#bed_feature .item > ul{  
	display: flex;
	gap: 20px;
	flex-wrap: wrap;
}

#bed_feature .item > ul li.clm_1{width: calc(100%); margin-bottom: 35px;}
#bed_feature .item > ul li.clm_2{width: calc((100% - 10px)/ 2);
	display: flex;
	flex-direction: column;
	justify-content: space-between;
}
#bed_feature .item > ul li.clm_3{width: calc((100% - 20px)/ 3);
	display: flex;
	flex-direction: column;
	justify-content: space-between;
}
#bed_feature .item > ul li.clm_4{
	width: calc((94% - 10px)/ 4);
	display: flex;
	flex-direction: column;
	justify-content: space-between;
}

/*商品名・商品画像*/
#bed_feature .item_title{position: relative;}
#bed_feature .item_title p{font-size: 12px;
	margin: 0.5rem 1rem;
}
/*サイズ選択肢*/
#bed_feature .item_type{
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	gap: 1px;
	justify-content: space-between;}
#bed_feature .item_type a { flex-grow:1; }

#bed_feature .item_type div:first-of-type {
	display: flex;
	padding: 0.5rem 0;
	justify-content: center;
	background-color: #4b5b58;
	color: #e9e3db; }
#bed_feature .item_type div:hover{ 
	background-color: #be8f32;
}
#bed_feature .item_type h5 span{font-size: 10px;margin-left: 0.5rem;}

#bed_feature .view-more div:first-of-type{
	margin-top: 30px;
	background-color: #916c3a;
	color: #e9e3db;
}
#bed_feature .view-more div:hover{
	background-color: #e9e3db;
	color: #916c3a;
	/* border: 1px solid #916c3a; */
}

#bed_feature .prices{ color: #b96758; margin: 0.5rem 0;font-size: 18px; }

/*キーワード*/
#bed_feature .item .keyword {		
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	align-items: center;
	padding: 2rem;
	gap: 20px;
	margin: 20px 0;
	border: #d1ccc5d1 1px solid;
}
#bed_feature .item .keyword p {
	background-color: #d1ccc5d1;
	padding: 0.5rem 1rem;
	border-radius: 10px;
}

/*サブカテ*/
#bed_feature .subcate{
	background-color: #d1ccc5d1;
	border-radius: 20px;
	padding: 20px;
	margin: 20px 0;
}

/* footer_bar
================================================== */

#bed_feature #footer_bar{
    display: none;
}

/* スクロールダウン
================================================== */

#bed_feature .scrolldown1{
    /*描画位置※位置は適宜調整してください*/
	position:absolute;
	left:50%;
	bottom:10px;
    /*全体の高さ*/
	height:50px;
}

/*Scrollテキストの描写*/
#bed_feature .scrolldown1 span{
    /*描画位置*/
	position: absolute;
	left:-15px;
	top: -15px;
    /*テキストの形状*/
	color: #829086;
	font-size: 0.7rem;
	letter-spacing: 0.05em;
}

/* 線の描写 */
#bed_feature .scrolldown1::after{
	content: "";
    /*描画位置*/
	position: absolute;
	top: 0;
    /*線の形状*/
	width: 1px;
	height: 30px;
	background: #829086;
    /*線の動き1.4秒かけて動く。永遠にループ*/
	animation: pathmove 1.4s ease-in-out infinite;
	opacity:0;
}

/*高さ・位置・透過が変化して線が上から下に動く*/
@keyframes pathmove{
	0%{
		height:0;
		top:0;
		opacity: 0;
	}
	30%{
		height:30px;
		opacity: 1;
	}
	100%{
		height:0;
		top:50px;
		opacity: 0;
	}
}


/* blur
================================================== */

#bed_feature .blur {
	animation-name:blurAnime;
	animation-duration:1s;
	animation-fill-mode:forwards;
}


@keyframes blurAnime{
  from {
	filter: blur(10px);
	transform: scale(1.02);
	opacity: 0;
  }

  to {
	filter: blur(0);
	transform: scale(1);
	opacity: 1;
  }
}



/* スライダー ※使ってないから後で削除
================================================== */

/* #bed_feature #interior{
    width: 900px;
    overflow: hidden;
}

#bed_feature #interior .swiper {
    position: relative;
    width: 100%;
    margin: 0 auto;
    overflow: visible;
    padding: 0 0 5% 0;
}
#bed_feature #interior .swiper ul.swiper-wrapper {
    position: relative;
    width: 100%;
    margin: 0 auto;
}
#bed_feature #interior .swiper ul.swiper-wrapper li.swiper-slide{
        display: -webkit-box;
        display: -ms-flexbox;
        display: -webkit-flex;
        display: flex;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        -webkit-justify-content: center;
        justify-content: center;
        -webkit-box-align: center;
        -ms-flex-align: center;
        -webkit-align-items: center;
        align-items: center;
        -webkit-transform: translate(-53%,0);
      -moz-transform: translate(-53%,0);
      -ms-transform: translate(-53%,0);
      -o-transform: translate(-53%,0);
      transform: translate(-53%,0);
      margin: 0!important;
      width: 810px!important;
}
#bed_feature #interior .swiper-button-next,
#bed_feature #interior .swiper-rtl .swiper-button-prev {
    right: -25px !important;
    left: auto;
    top: 42%;
    }
#bed_feature #interior .swiper-button-prev,
#bed_feature #interior .swiper-rtl .swiper-button-next {
    left: -25px !important;
    right: auto;
    top: 42%;
    }
#bed_feature #interior .swiper-button-next:after,
#bed_feature #interior .swiper-button-prev:after{
    font-size: 1.6em;
    background-color: #e7dfd7;
    padding: 65%;
    border-radius: 50%;
    width: 100% !important;
    height: 26%;
    line-height: 0.5;
    font-weight: bold;
    color: #fff;
}    
#bed_feature #interior .swiper-pagination{
    width: 100%;
    position: absolute;
    bottom: 5% !important;
}
#bed_feature #interior .swiper-pagination-bullet {
    background-color: #000000;
    height: 0.6em;
    width: 0.6em;
} */

/* #bed_feature #interior .swiper ul.swiper-wrapper li.swiper-slide{
    display:inline-block;
    background:none;
    transform:skewX(15deg);
    overflow:hidden;
}
#bed_feature #interior .swiper ul.swiper-wrapper li.swiper-slide img{
    width: 100%;
    transform:skewX(-15deg) scale(1.3);
} */


/*看板Bタイプの場合の背景*/
/* #bed_feature .b_back {background-color:#d1ccc5!important;} */

/*訴求アイコン*/
#bed_feature .item_title .icon {
    display: flex;
    grid-template-columns: auto auto auto;
    justify-content: left;
    align-items: center;
    gap: 5px;
    text-align: center;
    /* margin: 10px 0 1vw; */
	margin: 10px 0 0.5vw;
    flex-wrap: wrap;
}

#bed_feature .item_title .icon > p {
    padding: 3px 7px;
    border-radius: 3px;
    background-color: #ffffffa8;
    color: #4b5b58;
    margin: 0;
    font-size: 10px;
    font-weight: 600;
}

/*h4の高さ調節*/
#bed_feature h4.min{
    min-height: 42px;
}



/*--------------------------
追記
-------------------------*/

/* -------------▼色玉記述変更▼------------- */
#bed_feature .color > span {
    /*もともとある文字を消す*/
    text-indent: 100%;
    white-space: nowrap;
    overflow: hidden;

    /*丸を作り出す*/
    display: inline-block;
    content: "";
    width: 7px;
    height: 7px;
    border-radius: 50%;

    /* spanタグ内に色は直接指定するよ */
    /* background-color: #000; */
}

/* 色玉位置調整 */
#bed_feature .position_adjust{
    position: relative;
}

#bed_feature .position_adjust .color{
    position: absolute;
    bottom: 2px;
    right: 9px;
    margin: 0;
}

/* -------------▼バナーリンク▼------------- */
#bed_feature .item_title a:hover{opacity: 0.8;}
#bed_feature .item_title img.img_gif{
    border:  3px solid #fff;
    -webkit-box-shadow: 0 3px 5px rgba(0, 0, 0, .3);
    box-shadow: 0 3px 5px rgba(0, 0, 0, .3);
}
/* -------------▲ここまで▲------------- */



/* -------------▼セールアイコン追加▼------------- */
#bed_feature .icon_sale {
    position: absolute;
    z-index: 5;
    top: -12px;
    left: -12px;
    width: 90px;
    height: 90px;
}
#bed_feature .icon_sale.icon_large {
    top: -28px;
    left: -20px;
    width: 120px;
    height: 120px;
}

/* 本店価格表示 */
#bed_feature .buy_price,
#bed_feature .buy_price > ul,
#bed_feature .buy_price > ul > li { position: relative; }
#bed_feature .buy_price { margin-bottom: 8px; }
#bed_feature .buy_price > ul > li { color: #d07157; }
#bed_feature .spesicalprice { display: none; }
