@charset "utf-8";
/* ============== 共通 =================== */
#contents {
	padding: 0;
	font-size: 14px;
	line-height: 1.6;
	text-align: center;
	color: #111111;
	background-color: #ffffff;
	overflow: hidden;
}
#contents * {
	box-sizing: border-box;
}
#contents a {
	color: #0099cc;
	text-decoration: underline;
}
#contents a:hover,
.kddi_footer a:hover {
	opacity: 0.7;
}
figure {
	margin: 0;
}
.display_sp {
	display: none;
}
.end_txt {
	padding: 20px 0;
	font-size: 180%;
	font-weight: bold;
	text-align: center;
	color: #f50028;
	background-color: #fff;
	line-height: 1;
}
/*注釈テキスト*/
.note_txt {
	padding-left: 1em;
	font-size: 12px;
	font-weight: normal;
	line-height: 1.6;
	text-indent: -1em;
}
/*角丸ブロック*/
.round_block {
	border-radius: 8px;
}
/*強調カラーテキスト*/
.em_font {
	color: #EA5206;
}
/* 吹き出し */
.speech_bubble {
	margin: 0 auto;
	position: relative;
	display: flex;
	justify-content: center;
	align-items: center;
	font-weight: bold;
}
.speech_bubble::before {
	content: "";
	position: absolute;
	bottom: 0;
	left: 50%;
	border-style: solid;
	translate: -50% 100%;
}
.speech_bubble::after {
	content: "";
	position: absolute;
	bottom: 0;
	left: 50%;
	border-style: solid;
	translate: -50% 95%;
}
/*太字*/
.bold_font {
	font-weight: bold;
}
/*中黒リスト*/
.dot_list {
	margin-top: 10px;
	padding-left: 1em;
	text-indent: -1em;
}
/*(数字)リスト*/
.num_list {
	padding-left: 1.5em;
	text-indent: -1.4em;
	counter-reset: number 0;
}
.num_list > li::before {
	content: "(" counter(number) ")";
	counter-increment: number 1;
}
.num_alpha {
	padding-left: 1.5em;
	list-style: lower-alpha;
}
/* ============== btn =================== */
#contents .btn {
	font-size: 20px;
	font-weight: bold;
	color: #ffffff;
	text-decoration: none;
}
.btn_wrap {
	width: calc(100% - 60px);
	max-width: 970px;
	margin: 20px auto 0;
	padding: 0 60px;
}
.btn_slash_txt {
	position: relative;
	display: inline-flex;
	align-items: center;
	gap: 10px;
	font-size: 16px;
}
.btn_slash_txt::before,
.btn_slash_txt::after {
	content: '';
	width: 2px;
	height: 16px;
	display: inline-block;
	background-color: #111;
}
.btn_slash_txt::before {
	transform: rotate(-30deg);
}
.btn_slash_txt::after {
	transform: rotate(30deg);
}
.btn {
	width: 100%;
	max-width: 400px;
	height: 50px;
	margin: 10px auto 0;
	position: relative;
	display: grid;
	place-items: center;
	background-color: #BF0761;
	background-image: url(https://pntc.sslcs.cdngc.net/cdn/campaign/lawson_KDDI_2509/img/btnarrow_right.png);
	background-size: 20px;
	background-position: center right 15px;
	background-repeat: no-repeat;
	border-radius: 5px;
	box-shadow: 0 5px 0 0 rgba(0, 0, 0, 0.20);
}
.btn_att {
	margin-top: 20px;
}
/* 追従ボタン */
.follow_btn {
	width: 100%;
	padding: 20px;
	position: fixed;
	bottom: 0;
	right: 0;
	left: 0;
	background: linear-gradient(#ffffffb3, #fffffff2, #fff, #fff, #fff, #fff, #ffffff);
	opacity: 0;
	transform: translateY(100%);
	transition: .3s;
}
.follow_btn.is_show {
	opacity: 1;
	transform: translateY(0);
	z-index: 100;
}
/*終了対応*/
#contents .close_btn {
	position: relative;
	pointer-events: none;
}
#contents .close_btn::after {
	content:"※本キャンペーンは終了しました";
	width: 104%;
	height: 120%;
	margin: 0 auto;
	position: absolute;
	top: 50%;
	left: 50%;
	display: flex;
	align-items: center;
	justify-content: center;
	font-size: 2.2rem;
	font-weight: bold;
	color: #ffffff;
	background-color: rgba(0,0,0,0.7);
	transform: translate(-50%,-50%);
	z-index: 10;
}
/* ============== top =================== */
.top {
	font-size: 0;
	background-color: #f2f2f2;	
}
.top_ttl {
	background:
		linear-gradient(#fff 0 min(60px, 4.69vw), transparent min(60px, 4.69vw)),
		linear-gradient(to top, #E15117 min(51px, 3.98vw), transparent min(51px, 3.98vw)),
		url('https://pntc.sslcs.cdngc.net/cdn/campaign/lawson_KDDI_2509/img/mv_bg.png') top min(60px, 4.69vw) center/2000px no-repeat;
		background-color: #FFD150;
}
.top + * {
	margin-top: 60px;
}
/* ============== sec共通 =================== */
.sec {
	padding: 40px 0 50px;
}
.sec_inner {
	width: calc(100% - 60px);
	max-width: 970px;
	margin: 0 auto;
}
.sec_ttl + * {
	margin-top: 20px;
}
.sec_body {
	padding: 40px 70px;
	background-color: #fff;
}
.benefit,
.presentation,
.info {
	background-color: #FFD150;
}
/* ============== LP =================== */
/* nav_wrap */
.nav_wrap {
	width: calc(100% - 60px);
	max-width: 970px;
	margin: 20px auto 0;
}
.nav_att {
	text-align: left;
}
.nav {
	margin-top: 20px;
}
.nav_list {
	display: flex;
	justify-content: space-between;
	gap: 5px;
}
.nav_item {
	width: 100%;
	max-width: 230px;
}
#contents .nav_btn {
	margin-top: 0;
	font-size: 14px;
	color: #111;
	background-color: #fff;
	background-image: url(https://pntc.sslcs.cdngc.net/cdn/campaign/lawson_KDDI_2509/img/btnarrow_anchorlink.png);
	background-size: 15px;
	border: 2px solid #BF0761;
	box-shadow: none;
}
/* benefit 特典内容 */
.benefit {
	margin-top: 30px;
}
.benefit_speech_bubble {
	width: 100%;
	max-width: 690px;
	height: 80px;
	margin-bottom: 18px;
	background-color: #ffffff;
	border: 1px solid #bf0761;
	border-radius: 8px;
}
.benefit_speech_bubble::before {
	border-width: 17px 14px 0 14px;
	border-color: #bf0761 transparent transparent;
}
.benefit_speech_bubble::after {
	border-width: 17px 14px 0 14px;
	border-color: #ffffff transparent transparent;
}
.benefit_speech_bubble .em_font {
	font-size: 18px;
}
.benefit_img {
	width: 100%;
	max-width: 403px;
	margin-top: 15px;
}
.benefit_txt {
	margin-top: 40px;
	text-align: center;
}
.benefit_txt .em_font {
	font-size: 18px;
}
.benefit_slash_txt {
	margin-top: 40px;
	position: relative;
	display: inline-flex;
	align-items: flex-end;
	font-size: 21px;
	font-weight: bold;
	gap: 15px;
}
.benefit_slash_txt::before,
.benefit_slash_txt::after {
	content: '';
	width: 2px;
	height: 46px;
	margin-bottom: 5px;
	display: inline-block;
	background-color: #111;
}
.benefit_slash_txt::before {
	transform: rotate(-25deg);
}
.benefit_slash_txt::after {
	transform: rotate(25deg);
}
.benefit_slash_txt .large_txt {
	font-size: 33px;
}
.benefit_graph_img {
	margin-top: 20px;
}
/* join キャンペーン参加方法 */
.join {
	background-color: #FFA43C;
}
.join_item {
	width: 100%;
	padding: 40px 70px 20px;
	position: relative;
	background-color: #FEF6E1;
}
.join_item + .join_item {
	margin-top: 40px;
}
.join_badge {
	width: 150px;
	height: 30px;
	display: flex;
	justify-content: center;
	align-items: center;
	position: absolute;
	top: 0;
	left: 50%;
	font-size: 16px;
	font-weight: bold;
	color: #fff;
	background-color: #BF0761;
	border-radius: 16px;
	transform: translate(-50%, -50%);
}
.join_txt {
	margin-top: 20px;
	font-size: 12px;
	text-align: left;
}
.join_img {
	width: 100%;
	max-width: 342px;
	margin-top: 15px;
}
.join_brand_contents {
	margin-top: 20px;
	padding-top: 20px;
	border-top: 1px solid #FFAF5C;
}
.join_brand_ttl {
	font-size: 16px;
	font-weight: bold;
}
.join_brand_list {
	margin-top: 20px;
	display: flex;
	justify-content: center;
	gap: 40px;
}
.join_brand_item {
	flex-shrink: 0;
}
.join_brand_img {
	width: 100px;
}
.join_brand_txt {
	margin-top: 10px;
	white-space: nowrap;
}
.join_att {
	margin-top: 20px;
	text-align: left;
}
/* presentation Pontaカード提示方法 */
.presentation_item {
	padding-bottom: 40px;
	background-color: #fff;
	overflow: hidden;
}
.presentation_item + .presentation_item {
	margin-top: 40px;
}
.presentation_item_ttl {
	height: 49px;
	display: flex;
	justify-content: center;
	align-items: center;
	font-weight: bold;
	color: #fff;
	background-color: #BF0761;
}
.presentation_item_ttl .large_txt {
	font-size: 18px;
}
.presentation_body {
	width: calc(100% - 140px);
	max-width: 830px;
	margin: 50px auto 0;
}
.presentation_app_list {
	display: flex;
	gap: 10px;
}
.presentation_app_item {
	width: 100%;
	position: relative;
	padding: 0 15px 20px;
	background-color: #FEF6E1;
}
.presentation_app_item_01,
.presentation_app_item_02 {
	padding-top: 38px;
}
.presentation_app_item_03,
.presentation_app_item_04 {
	padding-top: 48px;
}
.presentation_app_item > * {
	max-width: 285px;
	margin-right: auto;
	margin-left: auto;
}
.presentation_app_speech_bubble {
	width: 230px;
	height: 34px;
	position: absolute;
	left: 50%;
	top: 0;
	font-size: 16px;
	text-align: center;
	line-height: 1.3;
	background-color: #ffffff;
	border: 1px solid #111111;
	border-radius: 999px;
	transform: translate(-50%, -50%);
}
.presentation_app_speech_bubble_04{
	height: 56px;
}
.presentation_app_speech_bubble::before {
	border-width: 12px 12px 0 12px;
	border-color: #111111 transparent transparent;
}
.presentation_app_speech_bubble::after {
	border-width: 11px 11px 0 11px;
	border-color: #ffffff transparent transparent;
}
#contents .presentation_app_btn {
	max-width: 285px;
	margin-top: 15px;
	font-size: 14px;
	color: #BF0761;
	background-color: #fff;
	background-image: url(https://pntc.sslcs.cdngc.net/cdn/campaign/lawson_KDDI_2509/img/btnarrow_right_pink.png);
	border: 1px solid #BF0761;
}
.presentation_att {
	margin-top: 20px;
	text-align: left;
}
/* info */
.info {
	margin-top: 50px;
}
.info_list {
	margin-top: 20px;
	display: flex;
	justify-content: space-between;
	gap: 5px;
}
.info_item {
	width: 100%;
	max-width: 300px;
	flex: 1;
}
/* ============== att =================== */
.att {
	width: calc(100% - 60px);
	max-width: 970px;
	margin: 50px auto 0;
	text-align: left;
}
.att_ttl {
	font-size: 28px;
	text-align: center;
}
/* start アコーディオン */
.att_acd_list {
	margin: 20px auto 0;
}
.att_acd_item {
	border: 1px solid #BF0761;
	cursor: pointer;
}
.att_acd_item + .att_acd_item {
	margin-top: 10px;
}
.att_acd_header {
	height: 55px;
	display: flex;
	position: relative;
	justify-content: center;
	align-items: center;
	font-weight: bold;
}
.att_acd_item.is_open .att_acd_header {
	border-bottom: 1px solid #BF0761;
}
.att_acd_icon {
	width: 16px;
	height: 16px;
	position: absolute;
	top: 50%;
	right: 15px;
	transform: translateY(-50%);
}
.att_acd_icon::before,
.att_acd_icon::after {
	content: "";
	width: 2px;
	height: 12px;
	position: absolute;
	left: 50%;
	top: 50%;
	background-color: #BF0761;
	transform: translate(-50%, -50%);
	transition: all 0.5s;
}
.att_acd_icon::after {
	transform: translate(-50%, -50%) rotate(-90deg);
}
.att_acd_item.is_open .att_acd_icon::before {
	transform: translate(-50%, -50%) rotate(-90deg);
}
.att_acd_content {
	padding: 0;
}
.att_acd_content {
	height: 0;
	overflow: hidden;
	transition: all 0.5s;
}
/* end アコーディオン */
.att_inner {
	padding: 30px 70px;
}
.att_item + .att_item {
	margin-top: 30px;
}
.att_item_ttl {
	padding-left: 1.5em;
	position: relative;
	font-size: 14px;
	font-weight: bold;
	line-height: 1.3;
}
.att_item_inner p {
	margin-top: 10px;
}
.att_item_inner .note_txt {
	margin-top: 0;
}
.att_item_inner p + p {
	margin-top: 0;
}
.att_item_img {
	margin-top: 20px;
	text-align: center;
}
.att_item_img + * {
	margin-top: 20px;
}
.att .dot_list,
.att .num_list,
.att_small_unit,
.att_small_unit + * {
	margin-top: 10px;
}
.att_inner > .dot_list,
.att_inner > .num_list,
.att_inner > .att_small_unit {
	margin-top: 0;
}
.att .dot_list > .note_txt {
	padding: 0;
}
.att_small_unit dd > *:first-child {
	margin-top: 0;
}
.att .dot_list .att_small_unit {
	text-indent: 0;
}
.att .dot_list li > .dot_list,
.att .dot_list li > .num_list,
.att .num_list li > .dot_list,
.att .num_list li > .num_list,
.att_small_unit .dot_list,
.att_small_unit .num_list {
	margin-top: 0;
}
.att .dot_list li > .dot_list + *,
.att .dot_list li > .num_list + *,
.att .num_list li > .dot_list + *,
.att .num_list li > .num_list + *,
.att_small_unit .dot_list + *,
.att_small_unit .num_list + * {
	margin-top: 10px;
}
.att .dot_list li > .num_list,
.att .num_list li > .num_list {
	transform: translateX(-0.2em);
}
.att_small_unit .dot_list,
.att_small_unit .num_list {
	margin-left: 0.5em;
}
.att .em_font {
	font-weight: bold;
	color: #f50028;
}
.att_large_dot {
	position: relative;
	text-indent: 0;
}
.att_large_dot::before {
	content: "";
	width: 5px;
	height: 5px;
	position: absolute;
	left: -0.8em;
	top: 11px;
	background-color: #111;
	border-radius: 50%;
	transform: translateY(-50%);
}
p.att_large_dot {
	padding-left: 1em;
}
p.att_large_dot::before {
	left: 0;
}
/* ============== KDDI フッター =================== */
.kddi_footer {
	width: 100%;
	padding: 25px 0;
	font-size: 10px;
	text-align: center;
	color: #fff;
	background-color: #333;
}
.kddi_footer_item + .kddi_footer_item {
	margin-top: 10px;
}
.kddi_footer_link {
	color: #fff;
}
.kddi_footer_copyright {
	margin-top: 20px;
}
/* ============== アニメーション ============== */
.animation_fadeIn {
	transform: translateY(2rem);
	opacity: 0;
}
.animation_fadeIn.is_show {
	animation: fadeIn 600ms cubic-bezier(0, 0, 0.3, 1) 0.3s forwards;
}
.animation_bound.is_show {
	animation: bound 3s 0.3s 1;
}

/* コンテンツ（SP：767px以下）
========================================================*/
@media screen and (max-width: 767px) {
	/* ============== 共通 =================== */
	img {
		width: 100%;
	}
	.display_pc {
		display: none;
	}
	.display_sp {
		display: block;
	}
	.end_txt {
		font-size: 150%;
	}
	/* ============== btn =================== */
	.btn_wrap {
		width: calc(100% - 90px);
		padding: 0;
	}
	.btn_att {
		text-align: left;
	}
	/* 追従ボタン */
	.follow_btn {
		padding-right: 45px;
		padding-left: 45px;
	}
	/*終了対応*/
	#contents .close_btn::after {
		font-size: 1.8rem;
	}
	/* ============== top =================== */
	.top_date {
		height: 36px;
	}
	/* ============== sec共通 =================== */
	.sec {
		padding: 30px 0;
	}
	.sec_inner {
		width: calc(100% - 30px);
	}
	.sec_ttl + * {
		margin-top: 15px;
	}
	.sec_body {
		padding: 20px 15px;
	}
	/* ============== LP =================== */
	/* nav_wrap */
	.nav_wrap {
		width: calc(100% - 30px);
		margin-top: 10px;
	}
	.nav {
		margin-top: 10px;
	}
	.nav_list {
		flex-wrap: wrap;
		row-gap: 10px;
		column-gap: 15px;
	}
	.nav_item {
		width: calc((100% / 2) - 7.5px);
		max-width: none;
	}
	/* benefit 特典内容 */
	.benefit {
		margin-top: 20px;
	}
	.benefit_speech_bubble {
		height: 94px;
		line-height: 1.5;
	}
	.benefit_img {
		max-width: 630px;
		margin-top: 5px;
	}
	.benefit_txt {
		margin-top: 30px;
	}
	.benefit_slash_txt {
		margin-top: 30px;
		font-size: 18px;
	}
	.benefit_slash_txt .large_txt {
		font-size: 28px;
	}
	.benefit_graph_img {
			margin-top: 10px;
	}
	/* join キャンペーン参加方法 */
	.join_body {
		padding-top: 40px;
	}
	.join_brand_list {
		max-width: 285px;
		margin-right: auto;
		margin-left: auto;
		justify-content: space-between;
		gap: 0;
	}
	.join_item {
		padding: 30px 15px 20px;
	}
	.join_item + .join_item {
		margin-top: 40px;
	}
	.join_img {
		margin-top: 10px;
	}
	.join_brand_img {
		width: 75px;
	}
	/* presentation Pontaカード提示方法 */
	.presentation_item_ttl {
		height: 60px;
	}
	.presentation_item {
		padding-bottom: 20px;
	}
	.presentation_body {
		margin-top: 40px;
		width: calc(100% - 30px);
	}
	.presentation_app_list {
		flex-direction: column;
		gap: 40px;
	}
	.presentation_app_item {
		padding-bottom: 20px;
	}
	.presentation_app_item_03 {
		padding-top: 38px;
	}
	.presentation_app_item > * {
		max-width: none;
	}
	.presentation_app_speech_bubble {
		padding: 5px 0;
	}
	.presentation_app_btn {
		margin-top: 15px;
	}
	/* info */
	.info {
		margin-top: 30px;
	}
	.info_list {
		margin: 0;
		gap: 0;
	}
	.info_item {
		flex: none;
		max-width: none;
	}
	#contents .swiper-pagination {
		margin-top: 10px;
		position: static;
	}
	.swiper-pagination-bullet {
		background-color: #fff;
		opacity: 1;
	}
	.swiper-pagination-bullet-active {
		background-color: #9D9D9D;
	}
	/* ============== att =================== */
	.att {
		width: calc(100% - 30px);
		margin-top: 30px;
	}
	.att_inner {
		padding: 30px;
	}
	.att_item_ttl {
		padding-left: 1.5em;
	}
	.att_item_inner p,
	.att .dot_list,
	.att .num_list,
	.att_small_unit,
	.att_small_unit + * {
		margin-top: 5px;
	}
	/* ============== アニメーション ============== */
	.animation_fadeIn.swiper-slide.is_show {
		transform: translate(0);
		opacity: 1;
	}
	.animation_fadeIn.swiper-slide.is_show {
		animation: none;
	}
}
@keyframes bound {
	0% { transform:translateY(0) }
	5% { transform:translateY(0) }
	10% { transform:translateY(0) }
	20% { transform:translateY(-25px) }
	25% { transform:translateY(0) }
	30% { transform:translateY(-15px) }
	50% { transform:translateY(0) }
	100% { transform:translateY(0) }
}
@keyframes fadeIn {
	from {
		transform: translateY(2rem);
		opacity: 0.01;
	}
	to {
		transform: translateY(0);
		opacity: 1;
	}
}