@charset "utf-8";
/* ============== 共通 =================== */
#contents {
	color: #333333;
	font-size: 14px;
	line-height: 1.6;
	text-align: center;
	background-color: #ffffff;
	padding: 0;
	overflow: hidden;
}
#contents * {
	box-sizing: border-box;
}
#contents a {
	color: #0099cc;
	text-decoration: underline;
}
#contents a:hover {
	opacity: 0.7;
}
.display-sp {
	display: none;
}
.end_txt {
	font-weight: bold;
	color: #ff0004;
	font-size: 200%;
	text-align: center;
	margin: 10px;
}
/*コンテンツ幅*/
.ly-block {
	margin: auto;
	max-width: 970px;
	width:calc(100% - 60px);
	border-radius: 8px;
	overflow: hidden;
}
/* ============== btn =================== */
.btn_wrap {
	margin: 40px auto;
}
.btn_lead {
	font-weight: bold;
	margin-bottom: 5px;
}
p + .btn:not(.btn-secondary) {
	margin-top: 15px;
}

#contents .btn {
	color: #fff;
	font-size: 14px;
	font-weight: bold;
	text-decoration: none;
}
.btn {
	display: grid;
	place-items: center;
	background-color: #c7110e;
	background-image: url(https://pntc.sslcs.cdngc.net/cdn/campaign/bonuspark_2401/img/btnarrow_right.png);
	background-size: 20px;
	background-position: center right 15px;
	background-repeat: no-repeat;
	border-radius: 8px;
	width: 100%;
	max-width: 400px;
	height: 50px;
	margin: 0 auto;
	position: relative;
}
#contents .btn-secondary {
	background-color: #fff;
	background-image: url(https://pntc.sslcs.cdngc.net/cdn/campaign/bonuspark_2401/img/btnarrow_right_white.png);
	border: 1px solid #111;
	color: #111;
	max-width: 370px;
}
.step-wrap .btn-secondary {
	padding-right: 1.5rem;
}
.btn_att {
	color: #999;
	font-size: 12px;
	margin-top: 20px;
}
/*終了対応*/
#contents .btn_close {
	position: relative;
	pointer-events: none;
}
#contents .btn_close::after {
	content:"※本キャンペーンは終了しました";
	display: flex;
	align-items: center;
	justify-content: center;
	color: #fff;
	font-size: 2.2rem;
	font-weight: bold;
	background-color: rgba(0,0,0,0.7); /* 固定 */
	width: 104%;
	height: 120%;
	margin: 0 auto;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%,-50%);
	z-index: 10;
}
.btn_wrap-txt {
	margin-bottom: 10px;
	font-weight: bold;
}
/* ============== top =================== */
.top {
	background-color: #f4e8b6;
	font-size: 0;
}
.top_ttl {
	background-image: url(https://pntc.sslcs.cdngc.net/cdn/campaign/bonuspark_2401/img/bg_mv_pc.png);
	background-position: center;
	background-repeat: repeat-x;
	background-size: contain;
}
.top_date {
	display: grid;
	place-items: center;
	background-color: #622405;
	height: 45px;
	padding: 0 28px;
}
.top_date img {
	max-height: 23px;
}
/* ============== sec =================== */
.sec {
	margin: 0 auto;
	max-width: 970px;
	width:calc(100% - 60px);
}
.sec-01 {
	padding-top: 62px;
	margin-bottom: 36px;
}
.sec-02 {
	margin-bottom: 35px;
}
.sec_inner {
	width: calc(100% - 140px);
	max-width: 830px;
}
.sec_inner:not(.att_list) {
	margin: 0 auto;
	overflow: hidden;
}
@media screen and (max-width: 970px) {
	.sec_inner {
		width: calc(100% - 60px);
	}
}
.sec_inner:not(.att_list) > *:last-child {
	margin-bottom: 50px;
}
.sec_ttl {
	font-size: 22px;
	font-weight: bold;
	text-align: center;
	margin: 50px auto 40px;
}
/* ============== main =================== */
/*全体*/
.unit-wrap {
	padding: 50px 70px 60px;
	background-color: #ffefeb;
}
.unit-wrap__last {
	padding: 60px 70px;
}

.unit-wrap-inner-ttl {
	position: relative;
	margin: 0 auto;
	width: 100%;
}
.unit-wrap-inner-ttl h3 {
	position: relative;
	background-color: #fff;
	border: 2px solid #111;
	border-radius: 20px;
	margin: 0 auto;
	display: grid;
	place-items: center;
	width: 370px;
	height: 40px;
	font-size: 18px;
}
.unit-wrap-inner-ttl::before {
	content: '';
	display: block;
	position: absolute;
	background-color: #111;
	width: 100%;
	height: 2px;
	top: 50%;
}


/* 参加方法 */
.unit-campaign-join {
	margin-bottom: 40px;
}
.unit-campaign-join .unit-wrap-inner-ttl {
	z-index: 100;
}
.unit-campaign-join .step-wrap {
	margin-top: -20px;
}
.unit-campaign-join .step {
	position: relative;
	background-color: #f6efd2;
	margin-bottom: 5px;
	padding: 30px min(11.7vw, 100px);
}
.unit-campaign-join .step-01 {
	padding: 50px 100px 30px;
}
.unit-campaign-join .step-03 {
	padding: 30px 100px 50px;
}
.unit-campaign-join .step-num img {
	width: 40px;
}
.unit-campaign-join .step .step-inner {
	margin-top: 11px;
}
.unit-campaign-join .arrow-down::after {
	content: '';
	position: absolute;
	border: 10px solid transparent;
	border-top: 10px solid #f6efd2;
	top: 100%;
	left: 50%;
	margin-left: -10px;
	z-index: 100;
}
.unit-campaign-join .arrow-top::before {
	content: '';
	position: absolute;
	border: 10px solid transparent;
	border-top: 10px solid #fff;
	top: 0;
	left: 50%;
	margin-left: -10px;
	z-index: 90;
}
.step-inner .strong-txt {
	color: #f50028;
	font-size: 24px;
}
.step-img {
	margin: 17px auto 0;
}
.step-02 .step-img {
	width: 215px;
}
.step-wrap-bottom {
	border-bottom: 1px solid #d0cdc3;
	padding-bottom: 40px;
}
.step-red {
	font-size: 24px;
	font-weight: bold;
	color:#f50028;
}
.step-entry {
	margin: 40px auto 57px;
}
.step-marker {
	display: inline;
	background: linear-gradient(transparent 70%, #fee661 0%);
	padding: 0 5px;
}
.step-entry-txt {
	margin-top: 15px;
}


.unit-campaign-join .btn_wrap {
	margin: 15px auto 0;
}
.unit-campaign-join .btn_wrap .note-txt {
	max-width: 500px;
	text-align: left;
}
.unit-campaign-join .note-txt {
	margin: 20px auto 0;
}
.arrow-down .note-txt {
	text-align: left;
}
.flow {
	margin: 40px 0 30px;
}
.flow .flow-ttl {
	margin-bottom: 15px;
	font-size: 20px;
	font-weight: bold;
}
.flow .flow-ttl-sub {
	margin-bottom: 5px;
	font-size: 14px;
	white-space: nowrap;
}
.flow .flow-ttl-sub em {
	position: relative;
	padding: 0 10px;
}
.flow .flow-ttl-sub em::before,
.flow .flow-ttl-sub em::after {
	content: '';
	position: absolute;
	display: inline-block;
	background-color: #333;
	height: 16px;
	width: 2px;
	bottom: 2px;
}
.flow .flow-ttl-sub em::before {
	left: 0;
	transform: rotate(-30deg);
}
.flow .flow-ttl-sub em::after {
	right: 0;
	transform: rotate(30deg);
}
.flow-list {
	display: flex;
	justify-content: center;
	/* align-items: center; */
	margin-bottom: 20px;
}
.flow-list .flow-list-item {
	display: flex;
	flex-direction: column;
	flex-grow: 1;
	position: relative;
	background-color: #fff;
	border-radius: 8px;
	padding: 20px 20px 0;
	width: 210px;
	height: auto;
}
.flow-list .flow-list-item .flow-list-item-num {
	margin-bottom: 5px;
	line-height: 1;
	color: #622405;
	font-weight: bold;
}
.flow-list .flow-list-item .flow-list-item-ttl {
	margin-bottom: 5px;
	font-weight: bold;
}
.flow-list .flow-list-item .flow-list-item-txt {
	margin-bottom: 15px;
	font-size: 12px;
	text-align: left;
	flex-grow: 1;
}
.flow-list-arrow {
	max-width: 20px;
	margin: 0 15px;
	display: inline-flex;
	justify-content: center;
	align-items: center;
	transform: rotate(-90deg);
}
.flow-list-item-img {
	margin: auto;
	max-width: 180px;
}

/* ポイント高還元 */
.unit-point {
	border-bottom: 2px solid #ddd;
}
.unit-point .unit-wrap-ttl-img {
	bottom: -160px;
	left: 0;
}

.unit-point-time {
	margin-top: 10px;
	font-weight: bold;
}
.unit-point-list {
	display: flex;
	justify-content: space-between;
	margin: 20px 0 0;
	flex-wrap: wrap;
	column-count: 4;
	border-radius: 8px;
}
.unit-point-list-2nd {
	display: flex;
	justify-content: center;
	margin: 19px 0 0;
}
.unit-point-list li,
.unit-point-list-2nd li {
	max-width: 145px;
	text-align: left;
}
.unit-point-list li {
	width: calc((100% - 40px)/5);
}
.unit-point-list li + li {
	margin-left: 10px;
}
.unit-point-list-2nd li {
	width: calc((100% - 60px)/3);
}
.unit-point-list-2nd li + li {
	margin-left: 30px;
}
.unit-point-list li:last-child,.unit-point-list-2nd li:last-child {
	margin-right: 0;
}
.unit-point-list li a,.unit-point-list-2nd li a {
	color: #111 !important;
	text-decoration: none !important;
}
.unit-point-list .list-service, 
.unit-point-list-2nd .list-service {
	margin-top: 5px;
	line-height: 1.3;
}
.unit-point-list .list-point,
.unit-point-list-2nd .list-point {
	margin-top: 5px;
	color: #f50028;
	font-weight: bold;
	padding-left: 1.5em;
	text-indent: -1.5em;
}
.unit-point-list .list-point::before,
.unit-point-list-2nd .list-point::before {
	content: '';
	display: inline-block;
	background-image: url(https://pntc.sslcs.cdngc.net/cdn/campaign/bonuspark_2401/img/insentive.png);
	background-size: contain;
	background-repeat: no-repeat;
	width: 16px;
	height: 15px;
	margin-right: 5px;
	position: relative;
	top: 2px;
}
.unit-point-list .list-point div,
.unit-point-list-2nd .list-point div {
	position: absolute;
	top: 0;
	left: 22px;
}
.unit-point-list .list-point span,
.unit-point-list-2nd .list-point span {
	display: inline-block;
}
.unit-point-2nd {
	margin-top: 40px;
}
.unit-wrap-bottom {
	border-bottom: 1px solid #ddd;
}
.item-insweb .list-service {
	font-size: 13px;
}
/* ボーナスパークとは？ */
.unit-wrap-ttl {
	padding-top: 110px;
	margin-top: -110px;
}
.unit-wrap .catch {
	margin: 15px auto 40px;
	max-width: 768px;
	font-weight: bold;
	position: relative;
}
.unit-wrap .catch p + p {
	margin-top: 10px;
}
.unit-wrap .catch span {
	display: inline-block;
}
.unit-wrap .catch-emphasis {
	font-size: 20px;
}
.unit-wrap .catch::after {
	display: block;
	content: "";
	width: 90px;
	height: 106px;
	background: url(https://pntc.sslcs.cdngc.net/cdn/campaign/bonuspark_2401/img/ponta_bonuspark_pc.png) 0 0/contain no-repeat;
	right: -35px;
	top: 20px;
	position: absolute;
}
@media screen and (max-width: 980px) {
	.unit-wrap .catch::after {
		top: 65%;
		width: 80px;
	}
}
@media screen and (max-width: 805px) {
	.unit-wrap .catch::after {
		display: none;
	}
}
.unit-bonuspark li.bonuspark-otoku-last {
	margin-right: 0;
}
.unit-bonuspark-renewal {
	margin-top: 60px;
}
.unit-bonuspark-renewal-list {
	display: flex;
	justify-content: center;
	align-items: stretch;
	margin-top: -20px;
	padding: 40px 50px 6px;
	border-radius: 0 0 8px 8px;
}
.unit-bonuspark-renewal-list li {
	background-color: #fff;
	border-radius: 8px;
	margin-right: 20px;
	padding: 20px;
	width: 230px;
}
.unit-bonuspark-renewal-list li:last-child {
	margin-right: 0;
}
.unit-bonuspark-renewal-list .list-icon img {
	width: 36px;
}
.unit-bonuspark-renewal-list .list-num {
	margin-top: 10px;
	line-height: 1;
 color: #002859;
	font-weight: bold;
}
.unit-bonuspark-renewal-list .list-txt {
	margin-top: 3px;
	font-weight: bold;
}
.unit-bonuspark .btn_wrap {
	margin: 40px auto 0;
}

/*バナー*/
.notice-bnr {
	margin: 46px auto 60px;
}
/* ============== att =================== */
.att.sec {
	text-align: left;
	background-color: #ffffff;
	border: 1px solid #dddddd;
	overflow: hidden;
	border-radius: 8px;
	margin-bottom: 30px;
}
.att_list {
	margin: 40px auto;
}
.att_item + .att_item {
	margin-top: 30px;
}
.att_item_ttl{
	font-size: 14px;
	font-weight: bold;
	line-height: 1.3;
	margin-bottom: 15px;
	padding-left: 1.5em;
	position: relative;
}
/*「●」タイプのリスト用*/
.att_item_ttl::before {
	content: "";
	display: block;
	background-color: #622405;
	border-radius: 50%;
	width: 14px;
	height: 14px;
	position: absolute;
	top: 2px;
	left: 0;
}
.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 {
	text-align: center;
	margin: 20px auto;
}
.att_list-style {
	text-indent: -1em;
	margin-top: 10px;
	padding-left: 1em;
}
.att_num-style {
	text-indent: -1.4em;
	margin-top: 10px;
	padding-left: 1.5em;
	counter-reset: number 0;
}
.att_num-style > li::before {
	counter-increment: number 1;
	content: "(" counter(number) ")";
}
.att_small-unit {
	margin: 10px auto;
}
.att_list-style .att_small-unit {
	text-indent: 0;
}
.att_list-style li > .att_list-style,
.att_list-style li > .att_num-style,
.att_num-style li > .att_list-style,
.att_num-style li > .att_num-style,
.att_small-unit .att_list-style,
.att_small-unit .att_num-style {
	margin-top: 0;
	margin-bottom: 10px;
}
.att_list-style li > .att_num-style,
.att_num-style li > .att_num-style {
	transform: translateX(-0.2em);
}
.att_small-unit .att_list-style,
.att_small-unit .att_num-style {
	margin-left: 0.5em;
}
.att_item_fwb {
	font-weight: bold;
}
.att_item_ftem {
	color: #f50028;
	font-weight: bold;
}
/* コンテンツ（SP：767px以下）
========================================================*/
@media screen and (max-width: 767px) {
	/* ============== 共通 =================== */
	.display-pc {
		display: none;
	}
	.display-sp {
		display: block;
	}
	.end_txt {
		font-size: 150%;
	}
	.ly-block {
		border-radius: 0;
		width: 100%;
	}
/* ============== btn =================== */
	.btn_wrap {
		margin: 30px auto;
	}
	.btn {
		max-width: 100%;
	}
	.btn_lead {
		margin-bottom: 10px;
	}
	p + .btn:not(.btn-secondary) {
		margin-top: 10px;
}
	.btn_att {
		text-align: left;
		text-indent: -1em;
		margin-top: 15px;
		padding-left: 1em;
	}
	/*終了対応*/
	#contents .btn_close::after {
		font-size: 1.8rem;
	}
	/* ============== top =================== */
	.top_date {
		height: 36px;
	}
	/* ============== sec =================== */
	.sec-01 {
		padding-top: 47px;
	}
	.sec:not(.att) {
		border-radius: 0;
		margin-bottom: 50px;
		width: calc(100% - 30px);
	}
	.sec_inner {
		width: calc(100% - 30px);
	}
	.sec_inner:not(.att_list) > *:last-child {
		margin-bottom: 34px;
	}
	.sec_ttl {
		margin: 36px auto 30px;
	}
	/* ============== main =================== */
	
	/* リード文 */
	.lead-txt {
		font-size: 18px;
	}
	.lead-ttl em {
		padding: 0;
	}
	.lead-ttl em::before {
		left: 15px;
	}
	.lead-ttl em::after {
		right: -13px;
	}
	
	
	/*全体*/
	.unit-wrap {
		padding: 50px 15px 40px;
	}
	.unit-wrap .catch-emphasis {
		font-size: 18px;
	}
	.ly-block .unit-wrap {
		padding: 40px 0 25px;
	}
	.ly-block .unit-wrap + .unit-wrap {
		padding-bottom: 40px;
	}
	.unit-wrap__last {
		padding: 40px 0;
	}
	.unit-wrap .catch {
		margin: 15px auto 32px;
		padding: 0 14px;
		text-align: left;
	}
	.unit-wrap .catch span {
		display: inline;
	}
	.unit-wrap-inner-ttl h3 {
		width: 315px;
		height: 36px;
		font-size: 16px;
	}

	
	/* 参加方法 */
	.unit-campaign-join {
		margin-bottom: 30px;
	}
	.unit-campaign-join .step {
		padding: 30px 15px 20px;
	}
	.unit-campaign-join .step-01 {
		padding: 50px 15px 20px;
	}
	.unit-campaign-join .step-03 {
		padding: 30px 15px 20px;
	}
	.step-inner .line-txt {
		font-size: 22px;
	}
	.step-inner > p > em {
		line-height: 1.3;
	}
	.step-img {
		margin: 13px auto 10px;
	}
	.step-02 .step-img {
		width: 208px;
		margin-bottom: 0;
	}
	.step-wrap-bottom {
		margin-top: 25px;
		padding-bottom: 35px;
	}
	.step-red {
		font-size: 22px;
	}
	.step-entry {
		margin: 35px auto 20px;
	}
	.flow {
		margin-bottom: 25px;
	}
	.flow-list {
		flex-direction: column;
	}
	.flow-list .flow-list-item {
		width: 100%;
	}
	.flow-list .flow-list-item .flow-list-item-txt {
		text-align: center;
	}
	.flow-list .flow-list-item .flow-list-item-txt span {
		display: inline-block;
	}
	.flow-list-item-img {
		max-width: 200px;
}
	.flow-list-arrow {
		max-width: 100%;
		margin: 5px 0;
		transform: rotate(0) scale(0.5,0.5);
	}
	.unit-campaign-join .note-txt {
		margin: 10px auto 0;
		text-align: left;
	}
	.unit-campaign-join .btn_wrap {
		margin: 10px auto 0;
	}
	.unit-campaign-join .step-02 .btn_wrap {
		margin-top: 0;
	}
	.flow .flow-ttl {
		font-size: 18px;
	}
	.flow .flow-ttl-sub {
		margin-bottom: 20px;
	}
	.flow .flow-ttl-sub em {
		padding: 0;
	}
	.flow .flow-ttl-sub em::before {
		left: -10px;
	}
	.flow .flow-ttl-sub em::after {
		right: -10px;
	}
	.flow .flow-ttl-sub span {
		display: inline-block;
	}
	.unit-wrap-ttl {
		position: relative;
		margin-top: -110px;
		padding: 110px 2px 10px;
	}
	.recommend_ttl {
		width: 58.5vw;
		margin: 0 auto;
	}


	/* ポイント高還元 */
	.unit-point-time {
		margin-top: 15px;
	}
	.unit-point-list, .unit-point-list-2nd {
		position: relative;
		flex-wrap: wrap;
		max-width: 375px;
		margin: 0 auto;
		padding: 0 15px;
	}
	.unit-point-list {
		padding: 20px 0;
	}
	.unit-point-list-2nd {
		margin-top: 27px;
		justify-content: flex-start;
	}
	.unit-point-list li, .unit-point-list-2nd li {
		max-width: 100%;
		width: calc((100% - 15px)/2);
	}
	.unit-point-list li + li,
	.unit-point-list-2nd li + li {
		margin-left: 0;
}
.unit-point-list li:nth-of-type(even),
.unit-point-list-2nd li:nth-of-type(even) {
	margin-left: 15px;
}
.unit-point-list li:nth-of-type(n + 3),
.unit-point-list-2nd li:nth-of-type(n + 3) {
	margin-top: 40px;
}
	.unit-point-list-2nd li:last-of-type {
		margin-top: 0;
	}


	/* ボーナスパークとは？ */
	.unit-bonuspark li.bonuspark-otoku-last {
		margin-right: 15px;
	}
	.unit-bonuspark-renewal-list {
		flex-direction: column;
		padding: 50px 15px 20px;
	}
	.unit-bonuspark-renewal-list li {
		margin-bottom: 15px;
		margin-right: 0;
		width: 100%;
		padding: 20px 0;
	}
	.unit-bonuspark-renewal-list li:last-child {
		margin-bottom: 0;
	}
	.unit-point-list-ponta img {
		position: absolute;
		width: 114px;
		bottom: 50px;
		right: 15px;
	}
	.unit-bonuspark-renewal {
		margin-top: 35px;
}
	.unit-bonuspark .btn_wrap {
		margin: 30px auto 0;
		padding: 0 15px;
	}
	.unit-bonuspark-renewal-list .list-txt {
		margin-top: 8px;
	}

	/*バナー*/
	.notice-bnr {
		margin: 35px auto 0;
	}
	/* ============== att =================== */
	.sec.att {
		width: calc(100% - 30px);
		margin-top: 50px;
	}
	.att .sec_ttl {
		margin: 30px auto;
	}
	.sec_inner.att_list {
		width: calc(100% - 60px);
		margin: 30px auto;
	}
	.att_item + .att_item {
		margin-top: 40px;
	}
	.att_item_ttl{
		margin-bottom: 10px;
		padding-left: 1.5em;
	}
	.att_item_inner p, .att_list-style {
		margin-top: 5px;
	}
}