@charset "shift_jis";

/* ==================================================

　　新生活特集 2024

================================================== */

/* 基本設定
================================================== */

/* ▼▼▼▼▼ 直営店のみ使用・支店は不要 ▼▼▼▼▼ */

/*コンテンツ幅のリセット*/
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;
}

/* ▲▲▲▲▲ 直営店のみ使用・支店は不要 ▲▲▲▲▲ */

#newlife_home2024 {
	position: relative;
	background-color: #cac3bd;
	display: flex;
}
#newlife_home2024 * {
	line-height: 1;
	box-sizing: border-box;
}
#newlife_home2024 a {
	transition-duration: .3s; color: #222224;
}
#newlife_home2024 img {
	max-width: 100%;
	height: auto;
}
#newlife_home2024 .smp {
	display: none !important;
}

/* ==================================================

　　メインエリア

================================================== */

#newlife_home2024 .nlh2024_wrapper {
	position: relative;
	z-index: 1;
	order: 2;
	width: 30%;
	margin: 0 auto;
}
#newlife_home2024 .nlh2024_wrapper .container2 {
	background-color: #fff;
	box-shadow: 0px 0px 59px #00000047;
}


/* 看板
================================================== */

#newlife_home2024 .wrap_kanban {
	position: relative;
}
#newlife_home2024 .kanban {
	position: relative;
	width: 100%;
	height: 30vw;
}
#newlife_home2024 .top_logo {
	z-index: 994;
	position: absolute;
	top: 3vw;
	width: 100%!important;
}

#newlife_home2024 .slide-image {
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	opacity: 0;
	animation: slider-1 24s linear infinite;
}
#newlife_home2024 .slide-image:nth-child(1) {
	background-image: url(/IMAGE/newlife_home2024/kanban_n01.jpg);
	animation-delay: -2s;
}  
#newlife_home2024 .slide-image:nth-child(2) {
	background-image: url(/IMAGE/newlife_home2024/kanban_n02.jpg);
	animation-delay: 6s;
}  
#newlife_home2024 .slide-image:nth-child(3) {
	background-image: url(/IMAGE/newlife_home2024/kanban_n03.jpg);
	animation-delay: 14s;
}

@keyframes slider-1 {
	/* 非表示状態からフェードインを開始する */
	0% {
		opacity: 0;
	}
	/* フェードインを完了し完全表示する */
	4.16% {
		opacity: 1;
	}
	/* ここまで完全表示を維持したらフェードアウトを開始する */
	33.33% {
		opacity: 1;
	}
	/* フェードアウトを完了し非表示にする */
	41.66% {
		opacity: 0;
	}
	100% {
		opacity: 0;
	}
}
 
#newlife_home2024 .kanban_p {
	text-align: center;
	letter-spacing: 1px;
	line-height: 25px!important;
	position: relative;
	color: #252525;
	background-color: #fff;
	padding-top: 5%;
	padding-bottom: 5%;
	font-size: 14px;
	font-weight: 500;
}
	
#newlife_home2024 .non-slider { 
	width: 88%!important;
	display: flex;
	margin-bottom: -5%;
	margin: 0 auto;
}

/* 見出し
================================================== */

#newlife_home2024 h1 {
	text-align: center;
	margin-left: auto;
	margin-right: auto;
} 	
#newlife_home2024 h2 {
	text-align: center;
	margin-bottom: 2%;
	font-size: 17px;
	letter-spacing: 1px;
	margin-top: 46px;
}
#newlife_home2024 .taste {
	text-align: center;
	font-size: 50px;
	letter-spacing: 4px;
	/*padding-top: 11%;*/
	color: #222224;
	font-weight: 500;
	overflow: hidden;
}
#newlife_home2024 .taste p,
#newlife_home2024 .taste2 p {	
	font-size: 14px;
	font-weight: bold;
	letter-spacing: 1px;
	padding-top: 8px;
	/*color: #222224;*/
	color:#6eb3c7;
	margin-bottom: 4%;
}
#newlife_home2024 .taste2 {
	text-align: center;
	font-size: 40px;
	letter-spacing: 2px;
	color: #222224;
	font-weight: 500;
	margin-bottom: 0px;
}

#newlife_home2024 .theme {
	text-align: center;
	font-size: 10px;
	color: #3d3d3f;
	letter-spacing: 0.8px;
	/*margin:3%;
	margin-bottom: -3%;
	margin-top: -1%;*/
}

#newlife_home2024 .title_natu,
#newlife_home2024 .title_cafe,
#newlife_home2024 .title_ur {
	padding: 2%;
	/*color: #fff;*/
	color: #666;
	width: 90%;
	margin: 0 auto;
	margin-bottom: 2%;
	margin-top: 6%;
}
#newlife_home2024 .title_natu{ /*background-color: #a0996d;*/background-color: #dad9cf; }
#newlife_home2024 .title_cafe{ /*background-color: #8f6a5a;*/background-color: #baa598; color: #fff;}
#newlife_home2024 .title_ur{ /*background-color: #63767a;*/background-color: #cad3d9; }


/* スワイプ
================================================== */

#newlife_home2024 #main-slider,
#newlife_home2024 #main-slider2,
#newlife_home2024 #main-slider3 {
	margin: 5%;
	padding: 1%;
}
#newlife_home2024 .swiper-pagination-bullets {
	width: 100px;
}
#newlife_home2024 .swiper-pagination-bullet {
	width: 12px !important;
	height: 12px !important;
	margin: 0 0 0 10px !important;
	background: #fff;
}
#newlife_home2024 .swiper-pagination-bullet:first-child {
	margin: 0 !important;
}

#newlife_home2024 .slick-arrow{ z-index: 2; }
#newlife_home2024 .slick-prev{ left: -15px!important; } 
#newlife_home2024 .slick-next{ right: -15px!important; }

#newlife_home2024 #double-slider {
	  width:100%;
	  margin: 0 auto;
}

/* 商品関連
================================================== */

/*#newlife_home2024 #natural,
#newlife_home2024 #cafe,
#newlife_home2024 #urban,
#newlife_home2024 #dining,
#newlife_home2024 #bath,*/
#newlife_home2024 .itembox {
	position: relative;
	padding: 45px 0;
}
/*#newlife_home2024 #natural { background-color: #ecebe6;}
#newlife_home2024 #cafe { background-color: #dacdc5;}
#newlife_home2024 #urban { background-color: #e3e8eb;}
#newlife_home2024 #dining { background-color: #DDDEDA;}
#newlife_home2024 #bath { background-color: #E3F0F0;}*/

/**/#newlife_home2024 #natural,
#newlife_home2024 #urban,
#newlife_home2024 #bath { background-color: #ecebe6;}

#newlife_home2024 #cafe,
#newlife_home2024 #dining { background-color: #fff;}

#newlife_home2024 .itemkara-gusu {
	/*background-color: #dedede;*/
	background-color: #ecebe6;
	padding: 30px 0 15px;
}
#newlife_home2024 .itemkara {
	/*background-color: #ecebe6;*/
	background-color: #fff;
	padding: 30px 0 15px;
}

#newlife_home2024 .txt .item-name {
	margin-left: 5%;
	margin-top: 5%;
	line-height: 16px;
	font-size: 10px;
	font-weight: 600;
}

/* 訴求 */
#newlife_home2024 .ex {	  
	font-size: 10px;
	margin-left: 5%;
	margin-top: 1.5%;
	color: #808080;
	font-weight: 500;
}

/* 価格 */
#newlife_home2024 .txt .price {
	display: flex;
	justify-content: flex-end;
}
#newlife_home2024 .txt .buy_price {
	color: #B22029;
}
#newlife_home2024 .txt .buy_price .price {
	margin: 0;
}
#newlife_home2024 .txt .buy_price .price .spesicalprice {
	display: none;
}

#newlife_home2024 .txt .buy_price .intax {
	margin: 0;
	color: #B22029;
	width: auto!important;
}

#newlife_home2024 .txt dd.price {
	padding: 0 10px;
	/*margin: 0;*/
	text-align: left;
}

/* 商品一覧 */
#newlife_home2024 .txt ul {
	position: relative;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	gap: 10px;
	padding: 0px 5% 3% 5%;
}
#newlife_home2024 .txt ul > li {
	width: calc((100% - 10px*1)/2);
	/*margin: 0px 5px 0px 5px;*/
}
#newlife_home2024 .txt img {
	display: block;
	width: 100%;
	margin: 0 auto;
}
#newlife_home2024 .txt ul > li > dl {	
	position: relative;
	background-color: #fff;
	padding-top: 5%;
	height: 100%;
}
#newlife_home2024 #cafe .txt ul > li > dl,
#newlife_home2024 #dining .txt ul > li > dl,
#newlife_home2024 .itemkara .txt ul > li > dl { border: solid 1px #ccc; }






#newlife_home2024 .fadein {
	opacity: 0;
	position: absolute;
	z-index: 0;
	margin-top: 62%;
	width: 50%!important;
	left: 25%; pointer-events: none
}
#newlife_home2024 .fadein.active2 {
	position: absolute;
	z-index: 800;
	margin-top: 62%;
	width:50%!important;
	left: 25%;
	animation: hint 4s linear;
	pointer-events: none
}
@keyframes hint {
	0%{ opacity: 0.7; }
	60%{ opacity: 0.7; }
	100%{ opacity: 0;overflow: hidden; }
}

/*　直接カートに入れるアイコン */
#newlife_home2024 .txt .btn_cart_in a::before {
	position: absolute;
	top: 0;
	left: 0;
	display: inline-block;
	content: "";
	width: 32px;
	height: 32px;
	background: url(/IMAGE/common/icon/head_cart_b.png) no-repeat center center;
	background-size: 24px auto;
}

/* 商品画像 */
#newlife_home2024 .item-img img {   
	width: 89%;
}

/* ブックマーク */
#newlife_home2024 .txt .bkm,
#newlife_home2024 .txt .btn_favo,
#newlife_home2024 .txt .btn_cart_in {
	position: absolute;
	z-index: 5;
	width: 32px;
	height: 32px;
	top: 6%;
	left: 7%;
	background-color: #fff;/**/
	/*background-color: #f9e4e4;*/
	border-radius: 50%;
}
#newlife_home2024 .action-wish:before,
#newlife_home2024 .action-wish:after {
	font-size: 18px;
	line-height: 1;
	top: 52%;
	bottom: auto;
	left: 52%;
	right: auto;
	transform: translate(-50%, -50%);
}

/* もっと見る */
/*#newlife_home2024 .txt .btn_cart_in {
	text-indent: 100%;
	overflow: hidden;
	white-space: nowrap;
}*/
#newlife_home2024 .other {
	display: flex;
	flex-wrap: wrap;
	width: 93%;
	margin: 0 auto;
	padding: 0!important;
	text-align: center;
	columns: 2;
	justify-content: center;
}
#newlife_home2024 .other a {
	color:#6f6f6f;
	font-size: 15px;
}
#newlife_home2024 .other li {
	padding: 1% 2% 1% 2%;
	margin: 1%;
	/*background-color: #fff;*/
	border: solid 1px #6f6f6f;
}


/* 商品から選ぶ・アコーディオン
================================================== */

#newlife_home2024 .accordion-box {
	width: 100%;
}
#newlife_home2024 .accordion-lead{
	padding: 0!important;
}
#newlife_home2024 .accordion-title {
	cursor: pointer;
	font-size: 16px;
	padding: 2%;
	position: relative;
	width: 85%;
	text-align: center;
	background-color: #232323;
	border-radius: 32px;
	color: #fff;
	margin: 0 auto;
	margin-bottom: 3%;
}

#newlife_home2024 .accordion-title:after {
	position: absolute;
	display: block;
	content: '+';
	left: 65%;
	top: 20%;
	width: 0%;
}

#newlife_home2024 .accordion-title.open:after {
	content: '-';
}

#newlife_home2024 .accordion-lead {
	display: none;
}

/* 商品から選ぶ トップ商品
================================================== */

#newlife_home2024 .fun_taste {
	background-color: #dbd5ba;
	padding: 7px 9px 7px 18px;
	width: 14%;
	margin-left: 12px;
	border-radius: 5px;
	margin-top: 8px;
}
#newlife_home2024 .item_top {	 
	/*padding-top: 3%!important;*/
	width: 90%;
	margin: 0 auto;
	margin-bottom: 9px;
	background-color: #fff;
	position: relative;
}
#newlife_home2024 .itemkara .item_top {border: solid 1px #ccc;}
#newlife_home2024 .item_top .top-img {
	padding: 3% 3% 0;
}
#newlife_home2024 .item_top .item-name {
	margin-left: 3%;
	margin-top: 3%;
}
#newlife_home2024 .item_top .bkm,
#newlife_home2024 .item_top .btn_favo,
#newlife_home2024 .item_top .btn_cart_in {
	top: 4%;
	left: 4%;
}
#newlife_home2024 .item_top .ex{
	margin-left: 3%;
}


/* 訴求バナー・クーポン
================================================== */

#newlife_home2024 .bnr_area {
	position: relative;
	width: 100%;
	background-color: #fff;
	padding: 5%;
	text-align: center;
}
#newlife_home2024 .bnr_area p {
	font-size: 16px;
	font-weight: 600;
	margin-bottom: 0.5em;
}
#newlife_home2024 .bnr_area ul {
	position: relative;
	display: flex;
	justify-content: space-between;
	align-items: center;
	/*flex-wrap: wrap;*/
	gap: 8px;
}
#newlife_home2024 .bnr_area ul > li {
	position: relative;
	margin: 0;
	padding: 0;
	flex: 1;
}
#newlife_home2024 .bnr_area ul > li > a {
	display: block;
	width: 100%;
}
#newlife_home2024 .bnr_area ul > li:hover > a {
	opacity: 0.8;
}

#newlife_home2024 .bnr_area ul + p {
	font-size: 14px;
	font-weight: normal;
	margin-top: 0.75em;
}



/* 組立設置無料サービス
================================================== */

#newlife_home2024 .kumitate {
	position: relative;
	width: 100%;
	text-align: center;
	margin-bottom: 8px;
}

#newlife_home2024 .kumitate .heading {
	position: relative;
	width: 100%;
	text-align: center;
	padding: 0 5%;
	margin-bottom: 16px;
	box-sizing: border-box;
}
#newlife_home2024 .kumitate .heading > p {
	color: #6eb3c7;
	font-size: 14px;
	font-weight: bold;
	margin-bottom: 0.5em;
}
#newlife_home2024 .kumitate .heading > h1 {
	position: relative;
	font-size: 24px;
	font-weight: bold;
	display: flex;
	justify-content: center;
	align-items: center;
}
#newlife_home2024 .kumitate .heading > h1::before,
#newlife_home2024 .kumitate .heading > h1::after {
	display: inline-block;
	content: "";
	flex: 1;
	height: 1px;
	background-color: #ccc;
}
#newlife_home2024 .kumitate .heading > h1::before { margin-right: 0.35em;}
#newlife_home2024 .kumitate .heading > h1::after { margin-left: 0.35em;}

#newlife_home2024 .kumitate .link_category {
	position: relative;
	width: 90%;
	margin: 0 auto;
	display: flex;
	justify-content: space-between;
	align-items: center;
	gap: 10px;
}
#newlife_home2024 .kumitate .link_category > li {
	width: calc(100% - 10px);
}
#newlife_home2024 .kumitate .link_category > li > a {
	position: relative;
	display: block;
	color: #fff;
	font-size: 16px;
	font-weight: bold;
	background-color: #c9c2b0;
	border:solid 4px #c9c2b0;
	text-align: left;
	padding: 1em 1.5em;
}
#newlife_home2024 .kumitate .link_category > li > a::after {
	position: absolute;
	top: 50%;
	right: 24px;
	display: inline-block;
	content: "";
	width: 6px;
	height: 6px;
	border-top: solid 2px #fff;
	border-right: solid 2px #fff;
	transform: rotate(45deg) translateY(-50%);
	transition: all 0.2s;
}

/*hover*/
#newlife_home2024 .kumitate .link_category > li:hover > a {
	color: #c9c2b0;
	background-color: #fff;
}
#newlife_home2024 .kumitate .link_category > li:hover > a::after {
	right: 16px;
	border-color: #c9c2b0;
	transition: all 0.2s;
}


/* ==================================================

　　PC固定画面：左側／右側

================================================== */

/* PC背景の処理

   直営店は position:fixed で背景固定できないため
   position: stickyで対応
================================================== */

#newlife_home2024 .pc_left,
#newlife_home2024 .pc_right {
	width: 35%;
	position: sticky;
	/*top: 0;
	height: 100vh;*/
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	overflow: hidden;
}



/* PC固定画面：右側（画像）
================================================== */

#newlife_home2024 .pc_right {
	order: 3;
}
#newlife_home2024 .pc_right > img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}



/* PC固定画面：左側(ナビ)
================================================== */

#newlife_home2024 .pc_left {
	order: 1;
	/*background-color: #cac3bd;*/
	background-color: #9cc8d5;/**/
	justify-content: flex-start;
}

/* ロゴ */
#newlife_home2024 .logo_left { 
	display: flex;
	justify-content: center;
	align-items: center;
}
#newlife_home2024 .logo_left img { 
	width: 75%;
	/*margin-left: 12%;
	margin-bottom: -19px;*/
}

/* ナビタイトル */
#newlife_home2024 .left_nav_title {
	position: relative;
	width: 85%;
	display: flex;
	justify-content: flex-start;
	align-items: center;
	margin-bottom: 1.5%;
}
#newlife_home2024 .left_nav_title span {
	font-size: 17px;
	font-weight: bold;
	/*background-color: #c9c2bc;*/
	background-color: #9cc8d5;
	padding-right: 0.5em;
}
#newlife_home2024 .left_nav_title span::after {
	content: "";
	width: 100%;
	height: 1px;
	display: inline-block;
	background-color: #000;
	position: absolute;
	top: calc(50% - 1px);
	z-index: -1;
	left: 0;
}

/* カラー・シーンから選ぶ ナビ */
#newlife_home2024 .left_nav {
	/*width: 80%;*/
	width: 70%;
	display: flex;
	flex-wrap: wrap;
	gap: 0 16px;
	margin-bottom: 2%;
}
#newlife_home2024 .left_nav > a {
	width: calc((100% - 16px*2)/3);
}
/*#newlife_home2024 .left_nav.clm_2 > a {
	width: calc((100% - 16px*1)/2);
}
#newlife_home2024 .left_nav.clm_3 > a {
	width: calc((100% - 16px*2)/3);
}*/
#newlife_home2024 .left_nav2 {
	width: 50%;
	display: flex;
}
#newlife_home2024 .left_nav li,
#newlife_home2024 .left_nav2 li {
	position: relative;
	font-size: 13px;
	font-weight: 600;
}
#newlife_home2024 .left_nav li img,
#newlife_home2024 .left_nav2 li img {
	margin-top: 3%;
}
#newlife_home2024 .navi2 {  
	position: relative;
	color: #252525;
	font-size: 13px;
	font-weight: 600;
	padding: 0 10px 12px;
}
#newlife_home2024 .navi2::before {
	position: absolute;
	top: 4%;
	left: 0;
	display: inline-block;
	content: "";
	width: 5px;
	height: 5px;
	border-top: solid 1px #252525;
	border-right: solid 1px #252525;
	transform: rotate(45deg);
}
#newlife_home2024 .navi2 img {  
	color: #8f857c;
}


/* 商品から選ぶ */
#newlife_home2024 .tab-inner {
	width: 85%;
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	gap: 10px 18px;
}   
#newlife_home2024 .tab-inner li {
	/* 2カラムの時 
	width: calc((100% - 18px*1)/2);*/
	/* 3カラムの時 */
	width: calc((100% - 18px*2)/3);
}
#newlife_home2024 .tab-inner-title {
	font-weight: 600;
	line-height: 26px;
	font-size: 13px;
	text-align: center;
	background-color: #fff;
	/*background-color: #b5aea8;*/
	/*margin-top: 10px;
	margin-right: 18px;*/
}

#newlife_home2024 .navi {  
	position: relative;
	color: #252525;
	font-size: 12px;
	line-height: 1.5;
	font-weight: 600;
	padding-left: 1em;
}
#newlife_home2024 .navi::before {
	position: absolute;
	top: calc(50% - 3px);
	left: 0;
	display: inline-block;
	content: "";
	width: 5px;
	height: 5px;
	border-top: solid 1px #252525;
	border-right: solid 1px #252525;
	transform: rotate(45deg);
}


#newlife_home2024 .item_kumitate {
	position: relative;
	width: 100%;
	margin: 15% auto 1%;
}
#newlife_home2024 #main-kumitate {
	margin: 60px 0 12px;
}
#newlife_home2024 #main-kumitate .slick-dots {
	bottom: calc(100% + 24px);
	width: calc(100% - 5%*2);
	margin: 0 5%;
	box-sizing: border-box;
}
#newlife_home2024 #main-kumitate .txt ul > li > dl {
	border: solid 1px #ccc;
	text-align: left;
}

#newlife_home2024 .item_kumitate .slick-prev { left: 0!important;}
#newlife_home2024 .item_kumitate .slick-next { right: 0!important;}



/* 2024.02.06 スマホ側メニュー改修 */
#newlife_home2024 .fixed_menu {
	display: none!important;
}