@charset "Shift_JIS";


/* 基本設定
====================================================================== */

:root {
	--main-clr-lightgray: #c9c9c8;
	--main-clr-lightbeige: #cbc1ae;
	--main-clr-white: #f4f5f0;
	--main-clr-gray: #7f7c7a;
	--main-clr-red: #d07157;
	--clr-ss-black: #48413b;
	--clr-ss-black-rgb: 72,65,59;

	--japandi-lightgray: #e5e5e5;

	--japandi-lightyellow:#d4b373;
	--japandi-lightyellow-rgb:212,179,115;

	--japandi-yellow: #be8f32;
	--japandi-yellow-rgb: 190,143,50;
}
#c_1133 { 
	position: relative;
	width: 100%;
}
#c_1133 * {
	box-sizing: border-box;
}
#c_1133 img {
	width: 100%;
	height: auto;
}
#c_1133 .pc_none {
	display: none!important;
}



/* 看板
====================================================================== */

#c_1133 #kanban {
	position: relative;
	width: 100%;
	margin-bottom: 40px;
}
#c_1133 #kanban h2 {
	position: relative;
	width: 100%;
	margin-bottom: 20px;
}

/* スライドショーの場合 */
#c_1133 #kanban_slideshow {
	position: relative;
	max-width: 1000px;
	margin: 0 auto 32px;
}
#c_1133 #kanban_slideshow h2 {
	position: absolute!important;
	top: 0;
	left: 0;
	z-index: 102;
	width: 100%;
	height: 100%;
	display: inline-block;
	margin: auto!important;
}

#c_1133 #kanban_slideshow .slideshow {
	width: 1000%;
	height: 360px;
	overflow: hidden;
	position: relative;
	max-width: 100%;
}
#c_1133 #kanban_slideshow .slideshow::before {
	position: absolute;
	top: 0;
	left: 0;
	z-index: 101;
	display: inline-block;
	content: "";
	width: 100%;
	height: 100%;
	background-color: rgba(var(--clr-ss-black-rgb),0.25);
}
#c_1133 #kanban_slideshow .slideshow li {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-position: center center;
	background-size: cover;
	background-repeat: no-repeat;
	z-index: 10;
	opacity: 0;
	animation-name: slide-fade;
	animation-duration: 15s;
	animation-iteration-count: infinite;
}

@keyframes slide-fade {
	0%{
		opacity: 0;
	}
	20%{
		opacity: 1;
	}
	80%{
		opacity: 0;
	}
	100%{
		opacity: 0;
		z-index: 0;
	}
}
#c_1133 #kanban_slideshow .slideshow li:first-of-type{
	background-image: url(/IMAGE/c_1133/k_slide01_pc.jpg);
}
#c_1133 #kanban_slideshow .slideshow li:nth-of-type(2){
	background-image: url(/IMAGE/c_1133/k_slide02_pc.jpg);
	animation-delay: 5s;
}
#c_1133 #kanban_slideshow .slideshow li:last-of-type{
	background-image: url(/IMAGE/c_1133/k_slide03_pc.jpg);
	animation-delay: 10s;
}

#c_1133 .block_read {
	position: relative;
	width: 100%;
	text-align: center;
}

/* PCは折りたたまない */
#c_1133 .readmore button{
	display: none;
}

#c_1133 .block_read h3 {
	color: #666;
	font-size: 20px;
	font-weight: 700;
	line-height: 1.5;
	margin-bottom: 0.75em;
}

#c_1133 .block_read p {
	color: #666;
	position: relative;
	z-index: 2;
	font-size: 15px;
	line-height: 1.6;
}
#c_1133 .block_read p span {
	font-size: 100%;
	font-weight: 700;
}
#c_1133 .block_read p strong {
	color: var(--japandi-yellow);
	font-size: 100%;
	font-weight: 700;
	/* text-decoration: underline; */
}




/* 共通
====================================================================== */

#c_1133 .section {
	position: relative;
	width: 100%;
	margin-bottom: 64px;
	/* overflow: hidden; */
}
#c_1133 .section#cate01,
#c_1133 .section#cate03 {
	overflow: hidden;
	margin-bottom: 0;
	padding-bottom: 64px;
}
#c_1133 .section#cate01::after,
#c_1133 .section#cate03::after {
	position: absolute;
	z-index: 1;
	display: inline-block;
	content: "";
	opacity: 0.25;
}
#c_1133 .section#cate01::after {
	right: -75px;
    bottom: 90px;
    width: 535px;
    height: 330px;
	background: url(/IMAGE/c_1133/bg_living.gif) no-repeat center center;
	background-size: contain;
}
#c_1133 .section#cate03::after {
	right: -100px;
    bottom: 90px;
    width: 400px;
    height: 340px;
	background: url(/IMAGE/c_1133/bg_kitchen.gif) no-repeat center center;
	background-size: contain;
}

#c_1133 .section > .inner {
	position: relative;
	width: 100%;
	padding: 0;
}

#c_1133 .heading_normal {
	position: relative;
	width: 100%;
}

#c_1133 .heading_cate {
	position: relative;
	width: 100%;
	background-color: rgba(var(--japandi-yellow-rgb), 0.25);
	color: #565656;
	font-size: 24px;
	font-weight: 700;
	letter-spacing: 1px;
	padding: 0.25em 0.5em;
	margin-bottom: 0.75em;
}

#c_1133 .heading_baloon {
	position: relative;
	z-index: 10;
	width: 90%;
	display: block;
	margin: 0 auto 20px;
	background-color: var(--japandi-lightgray);
	border-radius: 16px;
	text-align: center;
	padding: 16px 0;
	animation: fuwafuwa 4.5s ease-in-out infinite alternate;
}
#c_1133 .heading_baloon::before {
	position: absolute;
	content: "";
	z-index: -1;
	left: 50%;
	bottom: -12px;
	background: var(--japandi-lightgray);
	height: calc(tan(60deg) * 20px / 2);
	width: 20px;
	clip-path: polygon(0 0, 100% 0, 50% 100%);
	transform: translateX(-50%);
}

#c_1133 .heading_baloon h3,
#c_1133 .heading_baloon p {
	color: var(--clr-ss-black);
}
#c_1133 .heading_baloon h3 {
	font-size: 20px;
	font-weight: 700;
}
#c_1133 .heading_baloon h3 strong {
	color: var(--japandi-yellow)!important;
	font-size: 100%;
	font-weight: 700;
}
#c_1133 .heading_baloon h3 span {
	font-size: 100%;
	font-weight: 700;
	text-emphasis: filled;
	-webkit-text-emphasis: filled;
}
#c_1133 .heading_baloon p {
	font-size: 15px;
	font-weight: 500;
	line-height: 1.4;
	margin-top: 0.5em;
}

@keyframes fuwafuwa {
	0% { transform:translate(0, 0); }
	50% { transform:translate(0, -12px); }
	100% { transform:translate(0, 0); }
}


/* 汎用リスト
====================================================================== */

#c_1133 ul[class^="col_"] {
	position: relative;
	width: 100%;
	display: flex;
	flex-wrap: wrap;
	justify-content: flex-start;
	gap: 20px;
	margin-bottom: 40px;
}
#c_1133 ul[class^="col_"] > li { position: relative; }
#c_1133 ul[class^="col_"] > li > a { display: block; }
#c_1133 ul[class^="col_"] > li:hover > a > img { opacity: 0.8; }

#c_1133 ul.col_1 > li { width: 100%; }
#c_1133 ul.col_2 > li { width: calc((100% - 20px*1)/2); }
#c_1133 ul.col_3 > li { width: calc((100% - 20px*2)/3); }



/* ポイント
====================================================================== */

#c_1133 #point h4 {
	font-size: 18px;
	text-align: center;
	margin-bottom: 1em;
}
#c_1133 #point .list_point {
	position: relative;
	display: flex;
	flex-wrap: wrap;
	gap: 0 4px;
}
#c_1133 #point .list_point > li {
	position: relative;
	width: calc((100% - 4px*2)/3);
	text-align: center;
}

#c_1133 #point .list_point > li > .wrap_img {
	position: relative;
	width: 100%;
	overflow: hidden;
}
#c_1133 #point .list_point > li > .wrap_img > p {
	position: absolute;
	left: 10px;
	bottom: 10px;
	z-index: 2;
	color: #fff;
	font-size: 16px;
	font-weight: 700;
	line-height: 1;
	text-shadow: 0px 0px 6px #9f8f78, 0px 0px 8px #9f8f78, 0px 0px 10px #9f8f78, 0px 0px 12px #9f8f78;
}
#c_1133 #point .list_point > li > p {
	font-size: 15px;
	font-weight: 500;
	line-height: 1.5;
	letter-spacing: 0.1em;
	margin-top: 0.5em;
}


/* 商品
====================================================================== */

#c_1133 ul[class^="item_"] {
	position: relative;
	display: flex;
	flex-wrap: wrap;
	gap: 28px 20px;
	z-index: 3;
}
#c_1133 ul[class^="item_"] > li { position: relative; }
#c_1133 ul[class^="item_"] > li > a {
	display: flex;
	flex-direction: column;
}
#c_1133 ul[class^="item_"] > li:hover > a { opacity: 0.8; }

#c_1133 ul[class^="item_"] > li > a .thumb {
	position: relative;
	width: 100%;
	margin-bottom: 8px;
}
#c_1133 ul[class^="item_"] > li > a .spec {
	position: relative;
	width: 100%;
}
#c_1133 ul[class^="item_"] > li > a .pname {
	line-height: 1.5;
	margin-bottom: 0.25em;
}

#c_1133 ul[class^="item_"] > li > a .buy_price,
#c_1133 ul[class^="item_"] > li > a .buy_price { line-height: 1; }
#c_1133 ul[class^="item_"] > li > a .buy_price > ol,
#c_1133 ul[class^="item_"] > li > a .buy_price > ul { margin: 0 auto; }
#c_1133 ul[class^="item_"] > li > a .buy_price > ol li,
#c_1133 ul[class^="item_"] > li > a .buy_price > ul li,
#c_1133 ul[class^="item_"] > li > a .buy_price > ol .price,
#c_1133 ul[class^="item_"] > li > a .buy_price > ul .price { color: var(--main-clr-red); }

#c_1133 .buy_price > ol .spesicalprice,
#c_1133 .buy_price > ul .spesicalprice,
#c_1133 .buy_price > ol .price+.intax,
#c_1133 .buy_price > ul .price+.intax { display: none; }


/* 個別設定 - 商品（メイン）*/
#c_1133 .item_main > li {
	width: calc((100% - 20px*2)/3);
}
#c_1133 .item_main > li > a {
	position: relative;
}
#c_1133 .item_main > li > a .spec {
	display: flex;
	justify-content: space-between;
	gap: 20px;
}
#c_1133 .item_main > li > a .pname {
	font-size: 15px;
	font-weight: 500;
}
#c_1133 .item_main > li > a .buy_price > ol .price,
#c_1133 .item_main > li > a .buy_price > ul .price {
	font-size: 18px;
	font-weight: 700;
	line-height: 1;
}

/* 個別設定 - 商品（その他）*/
#c_1133 .item_other > li {
	width: calc((100% - 20px*2)/3);
	text-align: center;
}
#c_1133 .item_other > li > a .spec {
	display: flex;
	justify-content: space-between;
	gap: 20px;
}
#c_1133 .item_other > li > a .pname { font-size: 14px; }
#c_1133 .item_other > li > a .buy_price > ol .price,
#c_1133 .item_other > li > a .buy_price > ul .price {
	font-size: 18px;
	font-weight: 700;
	line-height: 1;
}


/* シーン画像 - スライダー
====================================================================== */

#c_1133 .section#scene { margin-bottom: 20px; }
#c_1133 .swiper-scene {
	position: relative;
	max-width: 1000px;
	margin: 0 auto;
}
#c_1133 .swiper-scene .swiper { padding-bottom: 40px; }
#c_1133 .swiper-scene .swiper-slide { width: 60%; opacity: 0.25;}
#c_1133 .swiper-scene .swiper-slide.swiper-slide-active { opacity: 1; }

#c_1133 .swiper-scene .swiper-slide a { display: block; }
#c_1133 .swiper-scene .swiper-slide a img {
	max-width: auto!important;
	max-width: initial!important;
}

#c_1133 .swiper-scene .swiper-button-next,
#c_1133 .swiper-scene .swiper-container-rtl .swiper-button-prev,
#c_1133 .swiper-scene .swiper-button-prev,
#c_1133 .swiper-scene .swiper-container-rtl .swiper-button-next {
	margin-top: auto;
}
#c_1133 .swiper-scene .swiper-pagination {
	width: 100%;
	text-align: center;
	height: 40px;
}
#c_1133 .swiper-scene .swiper-pagination .swiper-pagination-bullet {
	width: 6px;
	height: 6px;
	border-radius: 50%;
}
#c_1133 .swiper-scene .swiper-pagination .swiper-pagination-bullet-active {
	background-color: var(--japandi-yellow);
}


/* バナーエリア - スライダー
====================================================================== */

#c_1133 #banner {
	position: relative;
	border-top: solid 1px var(--main-clr-gray);
	padding-top: 40px;
	text-align: center;
}

#c_1133 #banner h3 {
	margin-bottom: 1em;
}

