@charset "UTF-8";
/* =========================================================

キャンペーン一覧

========================================================= */
#list {
	color: #222222;
	font-weight: 400;
	line-height: 1.6;
	letter-spacing: 0.2em;
}

#list * {
	font-family: "YakuHanJP_Noto", "Roboto", "Noto Sans JP", sans-serif;
}

#list *::before,
#list *::after {
	box-sizing: border-box;
}

#list div,
#list p,
#list h1,
#list h2,
#list h3,
#list ul,
#list li,
#list a {
	box-sizing: border-box;
	margin: 0px;
	padding: 0px;
}

#list a {
	text-decoration: none;
}

#list em {
	font-style: normal;
}

#list img {
	max-width: 100%;
	vertical-align: bottom;
}

/* 共通コンテナ
--------------------------------------- */
#list .banner_list_container {
	padding: 0 5%;
}

#list .banner_list li {
	margin: 5% auto;
}

/* 初回クーポン
--------------------------------------- */
#list .firsttime_coupon_container {
	margin: 12% 0 0;
}

#list .firsttime_coupon_container .coupon_title {
	font-weight: 700;
	font-size: calc(15 / 390 * var(--contents_width));
	line-height: 1;
	letter-spacing: 0.12em;
	text-align: center;
}

#list .firsttime_coupon_container .coupon_title em {
	font-style: normal;
	color: #1293f8;
}

#list .firsttime_coupon_container .coupon_title .deco {
	display: inline-block;
	position: relative;
}

#list .firsttime_coupon_container .coupon_title .deco::before,
#list .firsttime_coupon_container .coupon_title .deco::after {
	display: block;
	position: absolute;
	top: -0.05em;
	width: 1px;
	height: 1.2em;
	background: currentColor;
	content: "";
	font-weight: normal;
}

#list .firsttime_coupon_container .coupon_title .deco::before {
	-webkit-transform: rotate(-32deg);
	left: -0.7em;
	transform: rotate(-32deg);
}

#list .firsttime_coupon_container .coupon_title .deco::after {
	-webkit-transform: rotate(32deg);
	right: -0.7em;
	transform: rotate(32deg);
}
#list .firsttime_coupon_container .coupon {
	margin-top: 4%;
}
#list .firsttime_coupon_container .coupon_note {
	margin-top: 4%;
	text-align: center;
	font-size: calc(10 / 390 * var(--contents_width));
}
