: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;

	--pc-pink: #feebe5;
	--pc-red: #a70201;
}

#c_1153 img {
	width: 100%;
	height: auto;
	vertical-align: bottom;
}
#c_1153 .pc_none { display: none; }
#c_1153 *,
#c_1153 *::before,
#c_1153 *::after { box-sizing: border-box; }
#c_1153 {
	position: relative;
	width: 100%;
	max-width: 1000px;
	margin: 0 auto 40px;
	/* background: var(--pc-pink) url(/IMAGE/c_1153/bg_h.gif) repeat center center; */
	/* background: var(--pc-pink) url(/IMAGE/c_1153/bg_h02.jpg) repeat center center; */
	/* background: var(--pc-pink) url(/IMAGE/c_1153/bg_h03.jpg) repeat center center; */
	background: var(--pc-pink) url(/IMAGE/c_1153/bg_h04.jpg) repeat center center;
	background-size: 120px auto;
	padding-bottom: 48px;
}


/* 価格プロ */
#c_1153 .buy_price>ol,
#c_1153 .buy_price>ul {
	margin: auto;
}

#c_1153 .buy_price { margin-top: 0.25em; }
#c_1153 .buy_price,
#c_1153 .buy_price .price {
	position: relative;
	line-height: 1;
}
#c_1153 .buy_price .price {
	color: var(--main-clr-red);
	font-size: 18px;
	font-weight: 700;
	line-height: 1;
}
#c_1153 .buy_price .spesicalprice,
#c_1153 .buy_price .intax { display: none; }



/* 看板
====================================================================== */

#c_1153 #kanban {
	position: relative;
	width: 100%;
	margin-bottom: 20px;
}
#c_1153 #kanban h2 {
	position: relative;
	width: 100%;
}


#c_1153 .heading01 {
	position: relative;
	display: inline-block;
	width: auto;
	z-index: 2;
	font-size: 28px;
	font-weight: 700;
	line-height: 1;
	letter-spacing: 1px;
	text-indent: -1px;
	margin: 0 auto 1em;
}
#c_1153 .heading01::after {
	position: absolute;
	left: 0;
	bottom: -4px;
	z-index: -1;
	display: inline-block;
	content: "";
	width: 100%;
	height: 12px;
	background-color: var(--pc-pink);
}
#c_1153 #itemarea .heading01::after { background-color: #fff; }
#c_1153 .heading01 span {
	position: relative;
	display: block;
	color: var(--pc-red);
	font-size: 11px;
	font-weight: 700;
	letter-spacing: 3px;
	text-indent: -3px;
	margin-bottom: 2px;
}


/* キャンペーン概要
====================================================================== */

#c_1153 #cam_gaiyo {
	position: relative;
	width: 100%;
	max-width: 800px;
	margin: 0 auto 40px;
	padding: 24px 36px;
	text-align: center;
	background-color: #fff;
	border-radius: 24px;
}




/* 応募要項 */

#c_1153 #cam_gaiyo .youkou {
	position: relative;
	width: 100%;
	margin: 24px auto 36px;
}

/* プレゼント*/
#c_1153 .present {
	position: relative;
	width: 100%;
	max-width: 640px;
	margin: 0 auto;
	display: flex;
	justify-content: center;
	align-items: center;
}
#c_1153 .present > div {
	width: calc(100% - 240px);
}
#c_1153 .present > figure {
	width: 240px;
}
#c_1153 .present > div p {
	font-size: 16px;
	font-weight: 700;
	line-height: 1.5;
}
#c_1153 .present > div p strong {
	font-size: 110%;
	color: var(--pc-red);
	font-weight: 700;
	line-height: 1.5;
}
#c_1153 .present > div p.txt_present {
	color: var(--pc-red);
	font-size: 20px;
	font-weight: 700;
	line-height: 1.4;
	background-color: var(--pc-pink);
	padding: 0.5em 0;
	margin: 8px auto;
}

#c_1153 .btn_color {
	position: relative;
	width: 70%;
	margin: 4px auto 0;
}
#c_1153 .btn_color a {
	position: relative;
	width: 100%;
	display: block;
	color: var(--pc-red);
	font-size: 14px;
	line-height: 1;
	background-color: #fff;
	border: solid 1px var(--pc-red);
	border-radius: 100px;
	padding: 0.5em 0;
}
#c_1153 .btn_color a::after {
	position: absolute;
	top: 50%;
	right: 12px;
	content: "";
	display: inline-block;
	width: 4px;
	height: 4px;
	border-top: solid 1px var(--pc-red);
	border-right: solid 1px var(--pc-red);
	transform: rotate(45deg) translateX(-50%);
}
#c_1153 .btn_color a:hover {
	background-color: var(--pc-pink);
}

#c_1153 #cam_gaiyo .heading_youkou {
	position: relative;
	display: flex;
    align-items: center;
	font-size: 18px;
	font-weight: 700;
	margin-bottom: 0.5em;
}
#c_1153 #cam_gaiyo .heading_youkou:before,
#c_1153 #cam_gaiyo .heading_youkou:after {
    content: "";
    height: 1px;
    flex-grow: 1;
    background-color: var(--main-clr-gray);
}

#c_1153 #cam_gaiyo .heading_youkou:before {
    margin-right: 1rem;
}

#c_1153 #cam_gaiyo .heading_youkou:after {
    margin-left: 1rem;
}

#c_1153 .accordion { position: relative; }
#c_1153 .accordion-btn {
	background-color: var(--main-clr-gray);
	border: 2px solid var(--main-clr-gray);
	bottom: 0;
	color: #fff;
	cursor: pointer;
	display: inline-block;
	font-size: 14px;
	left: 0;
	margin: auto;
	padding: 8px 40px;
	position: absolute;
	right: 0;
	text-align: center;
	transition: all .2s;
	width: fit-content;
	z-index: 2;
}
#c_1153 .accordion-btn::after { content: "募集要項を読む"; }
#c_1153 .accordion-btn:hover {
	background-color: #fff;
	color: var(--main-clr-gray);
}
#c_1153 .accordion-text {
	overflow: hidden;
	position: relative;
}
#c_1153 .accordion-text.is-hide { height: 100px; }
#c_1153 .accordion-text::before {
	background: -webkit-linear-gradient(top, rgba(255,255,255,0) 0%, rgba(255,255,255,.9) 50%, rgba(255,255,255,.9) 50%, #fff 100%);
	background:         linear-gradient(top, rgba(255,255,255,0) 0%, rgba(255,255,255,.9) 50%, rgba(255,255,255,.9) 50%, #fff 100%);
	left: 0;
	bottom: 0;
	content: "";
	height: 120px;
	position: absolute;
	width: 100%;
	z-index: 1;
}
#c_1153 .accordion-btn.is-show { bottom: -4em; }
#c_1153 .accordion-btn.is-show::after { content: "閉じる"; }
#c_1153 .accordion-btn.is-show + .accordion-text::before { display: none; }
#c_1153 .accordion {
	margin-left: auto;
	margin-right: auto;
	margin-top: 8px;
	width: 100%;
}
#c_1153 .accordion:not(:first-of-type) {
	margin-bottom: 100px;
	margin-top: 100px;
}

.accordion-text dl {
	position: relative;
	width: 100%;
	display: flex;
	flex-wrap: wrap;
	gap: 0;
}
.accordion-text dl dt,
.accordion-text dl dd {
	border-bottom: dotted 1px var(--clr-ss-black);
}
.accordion-text dl dt {
	width: 160px;
	text-align: center;
	padding: 8px 8px 8px 0;
}
.accordion-text dl dt span {
	display: block;
	border: solid 1px var(--main-clr-gray);
	font-size: 12px;
	line-height: 1.25;
	padding: 0.5em 0;
}
.accordion-text dl dd {
	width: calc(100% - 160px);
	text-align: left;
	font-size: 13px;
	line-height: 1.5;
	padding: 8px 0 8px 8px;
}
.accordion-text dl dd ul {
	margin-top: 0.5em;
}
.accordion-text dl dd ul li {
	font-size: 13px;
	line-height: 1.5;
	text-indent: -1em;
	margin-left: 1em;
	text-wrap: pretty;
}

/* 新規会員登録ボタン */
.btnarea {
	width: 100%;
	max-width: 480px;
	margin: 24px auto 16px;
}
.btnarea a,
.btnarea span {
	position: relative;
	display: block;
	width: 100%;
	font-size: 20px;
	font-weight: 700;
	line-height: 1;
	letter-spacing: 2px;
	text-indent: -2px;
	padding: 0.75em 0;
	border-radius: 100px;
}
.btnarea a::after {
	position: absolute;
	display: inline-block;
	top: 50%;
	right: 24px;
	content: "";
	width: 22px;
	height: 22px;
	background: url(/IMAGE/c_1153/arr.gif) no-repeat center center;
	background-size: 20px auto;
	transform: translateY(-50%);
}
.btnarea.btn_shinki a {
	color: #fff;
	background-color: var(--pc-red);
}
.btnarea.btn_shinki a:hover {
	background-color: var(--main-clr-lightbeige);
}
.btnarea.btn_login span {
	color: #666;
	background-color: #efefef;
}

/**/
.txt_und_btn > p {
	font-size: 15px;
	font-weight: 500;
}
.txt_und_btn > p > strong {
	font-size: 100%;
	font-weight: 700;
}
.txt_und_btn > p.att {
	color: var(--pc-red);
	font-size: 14px;
	font-weight: 500;
}






/* クーポンエリア
====================================================================== */

.couponarea {
	position: relative;
	width: 100%;
	max-width: 800px;
	margin: 0 auto 40px;
	text-align: center;
}
.couponarea h2 {
	position: relative;
	font-size: 24px;
	font-weight: 700;
	line-height: 1;
	margin-bottom: 0.5em;
}
.couponarea h2::before,
.couponarea h2::after {
	position: relative;
	content: "▼";
	font-size: 24px;
	font-weight: 700;
	line-height: 1;
	margin: 0 0.25em;
}

.couponarea ul {
	position: relative;
	width: 100%;
	box-sizing: border-box;
	display: flex;
	justify-content: space-between;
	gap: 20px;
}
.couponarea ul > li { flex: 1; }



/* 商品エリア
====================================================================== */

#c_1153 #itemarea {
	position: relative;
	width: 100%;
	margin: 0 auto 40px;
	text-align: center;
}



#c_1153 .list_item {
	position: relative;
	width: 100%;
	max-width: 800px;
	margin: 0 auto;
	display: grid;
	/* grid-template-rows: 1fr 1fr; */
	grid-template-columns: 1fr 1fr;
	gap: 10px;
}

/* カラムの配置 */
#c_1153 .list_item li:nth-child(1){ grid-column: 1 / 3; grid-row: 1 / 2; }
#c_1153 .list_item li:nth-child(2){ grid-column: 1 / 2; grid-row: 2 / 3; }
#c_1153 .list_item li:nth-child(3){ grid-column: 1 / 2; grid-row: 3 / 4; }
#c_1153 .list_item li:nth-child(4){ grid-column: 2 / 3; grid-row: 2 / 4; }

#c_1153 .list_item li:nth-child(5){ grid-column: 1 / 3; grid-row: 4 / 5; }
#c_1153 .list_item li:nth-child(6){ grid-column: 1 / 2; grid-row: 5 / 6; }
#c_1153 .list_item li:nth-child(7){ grid-column: 2 / 3; grid-row: 5 / 6; }

#c_1153 .list_item li:nth-child(8){ grid-column: 1 / 3; grid-row: 6 / 7; }
#c_1153 .list_item li:nth-child(9){ grid-column: 2 / 3; grid-row: 7 / 9; }
#c_1153 .list_item li:nth-child(10){ grid-column: 1 / 2; grid-row: 7 / 8; }
#c_1153 .list_item li:nth-child(11){ grid-column: 1 / 2; grid-row: 8 / 9; }

#c_1153 .list_item li:nth-child(12){ grid-column: 1 / 3; grid-row: 9 / 10; }
#c_1153 .list_item li:nth-child(13){ grid-column: 1 / 2; grid-row: 10 / 11; }
#c_1153 .list_item li:nth-child(14){ grid-column: 2 / 3; grid-row: 10 / 11; }
#c_1153 .list_item li:nth-child(15){ grid-column: 1 / 2; grid-row: 11 / 12; }
#c_1153 .list_item li:nth-child(16){ grid-column: 2 / 3; grid-row: 11 / 12; }