: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-w-yellow: #d4b373;
	--clr-w-red: #b96758;
	--clr-w-green: #587072;
	--clr-w-navy: #404b5b;
	
	--clr-w-yellow2: #eadaba;
	--clr-w-red2: #efdbd5;
	--clr-w-green2: #c5d7cc;
	--clr-w-navy2: #cfd6db;
}

#c_1132 img {
	width: 100%;
	height: auto;
	vertical-align: bottom;
}
#c_1132 .pc_none { display: none; }
#c_1132 *,
#c_1132 *::before,
#c_1132 *::after {
	box-sizing: border-box;
}
#c_1132 {
	position: relative;
	width: 100%;
	margin: 0 auto;
}


/* 看板
====================================================================== */

#c_1132 #kanban {
	position: relative;
	width: 100%;
	margin-bottom: 40px;
}
#c_1132 #kanban h1 {
	position: relative;
	width: 100%;
	margin-bottom: 20px;
}
#c_1132 p.read {
	color: #666;
	font-size: 15px;
	line-height: 1.75;
}



/* 共通
====================================================================== */

#c_1132 .block {
	position: relative;
	width: 100%;
	margin-bottom: 64px;
}
#c_1132 .block > .inner {
	position: relative;
	width: 100%;
	padding: 0;
	box-sizing: border-box;
}

#c_1132 .heading_obi {
	position: relative;
	width: 100%;
	/* background-color: #ccc; */
	font-size: 20px;
	font-weight: 700;
	line-height: 1;
	padding: 0.5em;
	margin-bottom: 0.75em;
}
#c_1132 #trend .heading_obi { background-color: var(--clr-w-yellow); color: #fff;}
#c_1132 #cate01 .heading_obi { background-color: var(--clr-w-red2);}
#c_1132 #cate02 .heading_obi { background-color: var(--clr-w-yellow2);}
#c_1132 #cate03 .heading_obi { background-color: var(--clr-w-green2);}
#c_1132 #cate04 .heading_obi { background-color: var(--clr-w-navy2);}


/* 汎用リスト
====================================================================== */

#c_1132 ul[class^="col_"] {
	position: relative;
	width: 100%;
	display: flex;
	flex-wrap: wrap;
	gap: 20px;
	margin-bottom: 40px;
}
#c_1132 ul[class^="col_"] > li {
	position: relative;
}
#c_1132 ul[class^="col_"] > li > a {
	display: block;
}
#c_1132 ul[class^="col_"] > li:hover > a > img {
	opacity: 0.8;
}

#c_1132 ul.col_1 > li { width: 100%; }
#c_1132 ul.col_2 > li { width: calc((100% - 20px*1)/2); }
#c_1132 ul.col_3 > li { width: calc((100% - 20px*2)/3); }
#c_1132 ul.col_4 > li { width: calc((100% - 20px*3)/4); }
#c_1132 ul.col_5 > li { width: calc((100% - 20px*4)/5); }


/* Trending NOW！
====================================================================== */

#c_1132 #trend {
	position: relative;
	width: 100%;
	background-color: #f9f6f1;
	/* padding: 80px 32px 32px; */
	padding: 24px 32px 32px;
	box-sizing: border-box;
}

#c_1132 .heading_fusen {
	position: relative;
	display: flex;
	justify-content: center;
	align-items: center;
	width: 100%;
	font-size: 28px;
	font-weight: 700;
	line-height: 1;
	/* background-color: #fff; */
	/* border: solid 1px var(--main-clr-red); */
	text-align: center;
	margin-bottom: 0.75em;
}
#c_1132 .heading_fusen::before,
#c_1132 .heading_fusen::after {
	position: absolute;
	display: inline-block;
	content: "";
}
/* #c_1132 .heading_fusen::after {
	bottom: -12px;
	width: 35%;
	height: 2px;
	background-color: var(--clr-ss-black);
	border-radius: 50px;
} */
#c_1132 .heading_fusen span {
	color: #fff;
	font-size: 16px;
	font-weight: 700;
	line-height: 1;
	display: inline-block;
	width: auto;
	background-color: var(--main-clr-red);
	padding: 0.5em 1em;
	margin-right: 0.5em;
	border-radius: 50px;
} 



/* 商品
====================================================================== */

#c_1132 ul[class^="item_"] {
	position: relative;
	width: 100%;
	display: flex;
	flex-wrap: wrap;
	gap: 28px 20px;
}
#c_1132 ul[class^="item_"] > li { position: relative; }
#c_1132 ul[class^="item_"].item3clm > li { width: calc((100% - 20px*2)/3); }
#c_1132 ul[class^="item_"] > li > a { display: block; }
#c_1132 ul[class^="item_"] > li:hover > a {
	opacity: 0.8;
}
#c_1132 ul[class^="item_"] > li > a .pname {
	font-size: 14px;
	font-weight: 500;
	line-height: 1.5;
	margin-top: 0.5em;
}

/* Trending NOW */
#c_1132 .item_list > li > a .pname { text-align: left; }

/* カテゴリ */
#c_1132 .item_fixed > li > a .pname { text-align: center; }


/* 価格プロ
====================================================================== */

#c_1132 .buy_price>ol,
#c_1132 .buy_price>ul {
	margin: auto;
}

#c_1132 .buy_price { margin-top: 0.25em; }
#c_1132 .buy_price,
#c_1132 .buy_price .price {
	position: relative;
	line-height: 1;
}
#c_1132 .buy_price .price {
	color: var(--main-clr-red);
	font-size: 18px;
	font-weight: 700;
	line-height: 1;
}
#c_1132 .buy_price .spesicalprice,
#c_1132 .buy_price .intax { display: none; }



/* ピックアップ - スライダー
====================================================================== */

#c_1132 .pickup {
	position: relative;
	max-width: 1000px;
	overflow: hidden;
	/* margin: 40px auto 0; */
}
#c_1132 .pickup .swiper {
	padding: 40px 0;
	box-sizing: border-box;
}

#c_1132 .pickup .swiper-slide a {
	position: relative;
	width: 100%;
	display: flex;
	align-items: center;
}
#c_1132 .pickup .swiper-slide a:hover {
	opacity: 0.8;
}
#c_1132 .pickup .swiper-slide a > div {
	position: relative;
	width: 50%;
	background-color: #fff;
}

#c_1132 .pickup .swiper-slide a .baloon { 
	position: relative;
	z-index: 10;
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	width: 96%;
	/* background-color: var(--clr-w-red2); */
	margin: auto;
	padding: 64px 0;
	border-radius: 40px;
	box-sizing: border-box;
	animation: fuwafuwa 3s ease-in-out infinite alternate;
}
#c_1132 .pickup .swiper-slide a .baloon::before,
#c_1132 .pickup .swiper-slide a .baloon::after { 
	position: absolute;
	z-index: 10;
	display: inline-block;
	content: "";
}
#c_1132 .pickup .swiper-slide a .baloon::before {
	top: auto;
	left: -18px;
	height: calc(tan(60deg) * 30px / 2);
	width: 20px;
  	clip-path: polygon(0 50%, 100% 0, 100% 100%);
}
#c_1132 .pickup .swiper-slide a .baloon::after {
	right: 20px;
	bottom: 20px;
	width: 24px;
	height: 24px;
	background:transparent;
	background: linear-gradient(135deg,rgba(208, 113, 87, 0) 0%, rgba(208, 113, 87, 0) 50%, rgba(208, 113, 87, 1) 50%, rgba(208, 113, 87, 1) 100%);
	overflow: hidden;
}

/* cate02だけ左吹き出し */
#c_1132 #cate02 .pickup .swiper-slide a > div.img_pickup { order: 2; }
#c_1132 #cate02 .pickup .swiper-slide a > div.txt_pickup { order: 1; }
#c_1132 #cate02 .pickup .swiper-slide a .baloon::before {
	left: auto;
	right: -18px;
	clip-path: polygon(0 0, 100% 50%, 0 100%);
}

/* 色 */
#c_1132 #cate01 .pickup .swiper-slide a .baloon,
#c_1132 #cate01 .pickup .swiper-slide a .baloon::before { background-color: var(--clr-w-red2); }
#c_1132 #cate02 .pickup .swiper-slide a .baloon,
#c_1132 #cate02 .pickup .swiper-slide a .baloon::before { background-color: var(--clr-w-yellow2); }
#c_1132 #cate03 .pickup .swiper-slide a .baloon,
#c_1132 #cate03 .pickup .swiper-slide a .baloon::before { background-color: var(--clr-w-green2); }
#c_1132 #cate04 .pickup .swiper-slide a .baloon,
#c_1132 #cate04 .pickup .swiper-slide a .baloon::before { background-color: var(--clr-w-navy2); }

/* アニメーション */
@keyframes fuwafuwa {
	0% {
	  transform:translate(0, 0);
	}
	50% {
	  transform:translate(0, -8px);
	}
	100% {
	  transform:translate(0, 0);
	}
}


#c_1132 .pickup .swiper-slide a .baloon p {
	/* color: #fff; */
	font-size: 22px;
	font-weight: 700;
	line-height: 1.5;
	margin-bottom: 0.5em;
	text-align: left;
}
#c_1132 .pickup .swiper-slide a .baloon .spec {
	position: relative;
	width: auto;
	display: flex;
	align-items: center;
	gap: 12px;
}
#c_1132 .pickup .swiper-slide a .baloon .spec::before {
	position: absolute;
	bottom: 0;
	display: inline-block;
	content: "";
	width: 100%;
	height: 1px;
	background-color: var(--main-clr-red);
}
#c_1132 .pickup .swiper-slide a .baloon .spec .pname {
	color: var(--main-clr-red);
	font-size: 18px;
	line-height: 1;
}
#c_1132 .pickup .swiper-slide a .baloon .spec .buy_price { margin-top: 0; }
#c_1132 .pickup .swiper-slide a .baloon .spec .buy_price .prices { font-size: 20px; }

#c_1132 .icon_pickup {
	position: absolute;
	top: 0;
	left: 0;
	z-index: 5;
	display: flex;
	justify-content: center;
	align-items: center;
	width: 120px;
	height: 60px;
	background-color: var(--clr-w-red);
	overflow: hidden;
}
#c_1132 .icon_pickup span {
	color: #fff;
	font-size: 16px;
	font-weight: 700;
	line-height: 1.25;
	letter-spacing: 1px;
	font-style: normal;
	text-align: center;
	text-indent: -1px;
}


#c_1132 .pickup .swiper-button-next,
#c_1132 .pickup .swiper-button-prev {
	top: 50%;
	/* transform: translateY(-50%); */
	color: var(--clr-ss-black);
}
#c_1132 .pickup .swiper-button-next { right: 0; }
#c_1132 .pickup .swiper-button-prev { left: 0; }

#c_1132 .pickup .swiper-button-next:after,
#c_1132 .pickup .swiper-button-prev:after { font-size: 28px; }

#c_1132 .pickup .swiper-pagination {
	text-align: center;
}
#c_1132 .pickup .swiper-pagination-bullet-active {
	background-color: var(--clr-w-yellow);
}

/* more ボタン
====================================================================== 

.btn_more {
	position: relative;
	width: 100%;
	text-align: right;
	margin-top: 1em;
}
.btn_more > a {
	position: relative;
	color: var(--main-clr-gray);
	text-decoration: underline;
	font-size: 14px;
	font-weight: 700;
	line-height: 1;
}
*/


/* クーポンエリア
====================================================================== 

.couponarea {
	position: relative;
	width: 100%;
	box-sizing: border-box;
	padding: 20px 60px;
	background-color: var(--k-clr-pink01);
	text-align: center;
	margin-top: 20px;
}
.couponarea h2 {
	font-size: 24px;
	font-weight: 700;
}
.couponarea ul {
	position: relative;
	width: 100%;
	box-sizing: border-box;
	display: flex;
	justify-content: space-between;
}
.couponarea ul > li {
	flex: 1;
}*/



/* SALEアイコン
====================================================================== 

.icon_sale {
	position: absolute;
	top: -8px;
	left: -8px;
	z-index: 5;
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	content: "";
	width: 140px;
	height: 140px;
	background-color: rgba(247,243,125,1);
	border-radius: 50%;
}
.icon_sale,
.icon_sale span,
.icon_sale strong {
	color: #5bafdb;
	font-weight: 700;
	line-height: 1;
	font-style: normal;
	letter-spacing: 0.01em;
}
.icon_sale { font-size: 20px; }
.icon_sale span { font-size: 140%; }
.icon_sale strong { font-size: 200%; }

.icon_sale.icon_M {
	top: -6px;
	left: -6px;
	width: 120px;
	height: 120px;
}
.icon_sale.icon_M { font-size: 18px; }

.icon_sale.icon_S {
	top: -4px;
	left: -4px;
	width: 72px;
	height: 72px;
}
.icon_sale.icon_S { font-size: 10px; }
*/

