@charset "utf-8";
/* ============== 共通 =================== */
#contents {
	color: #111111;
	font-size: 14px;
	line-height: 1.6;
	text-align: center;
	background-color: #FDF7AF;
	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;
}
/* 注釈 */
.annotation {
	margin-top: 20px;
	color: #999;
	font-size: 12px;
	max-inline-size: max-content;
	margin-inline: auto;
	text-indent: -1em;
	padding-left: 1em;
}
/*コンテンツ幅*/
.ly-block {
	margin: auto;
	max-width: 970px;
	width:calc(100% - 60px);
	overflow: hidden;
}
/* ============== btn =================== */
.btn_wrap.first {
	margin: 60px auto 20px;
}
#contents .btn {
	position: relative;
	display: block;
	width: 100%;
	max-width: 400px;
	margin: 0 auto;
	text-decoration: none;
}
.btn_att {
	max-width: 516px;
	margin: 15px auto 0;
	font-size: 12px;
	line-height: 1.6;
	font-weight: normal;
	color: #333;
	text-align: left;
}
.btn_att li + li{
	color: #999;
}
.product_btn_wrap .product_btn_txt{
	max-width: 345px;
	margin: 0 auto 3px;
}
/* 追従エントリーボタン */
.js-stickyItem {
	transition: opacity 0.3s, visibility 0s ease 0.3s;
	opacity: 0;
	visibility: hidden;
	z-index: 10;
}
.js-stickyItem.is-show {
	transition-delay: 0s;
	opacity: 1;
	visibility: visible;
	z-index: 10;
}
.p-stickyItem {
	position: fixed;
	bottom: 0;
	left: 0;
	right: 0;
	width: 100%;
	margin: 0 auto;
	padding: 30px 0;
	background: rgba(0, 0, 0, 0.5);
}

/*終了対応*/
#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;
}

/* ============== top =================== */
.top {
	background: #fcf16e;
}
.top_date {
	display: grid;
	place-items: center;
	background-color: #111111;
	height: 45px;
}
.top_date img {
	max-width: 446px;
}
/* ============== sec =================== */
.sec {
	margin: 0 auto;
	max-width: 970px;
	width:calc(100% - 60px);
}
.sec_ttl {
	font-size: 22px;
	font-weight: bold;
	text-align: center;
	margin: 50px auto 40px;
}

/* ======= オススメの目玉商品 ======= */
.recommend{
	position: relative;
	margin-top: 92px;
}
.recommend .sec_ttl{
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	max-width: 312px;
	margin: 0 auto;
	text-align: center;
	transform: translateY(-65%);
}
.recommend .product_wrap{
	max-width: 970px;
	width:calc(100% - 60px);
	overflow: hidden;
	padding: 40px;
	margin: 0 auto;
	background-image: url(https://pntc.sslcs.cdngc.net/cdn/campaign/bonuspark_2509/img/bg_recs_01_pc.png),url(https://pntc.sslcs.cdngc.net/cdn/campaign/bonuspark_2509/img/bg_recs_02_pc.png);
	background-position: left top,right top;
	background-repeat: no-repeat;
	background-color: #fff;
	background-size: 272px auto;
	border: 2px solid #111111;
	border-radius: 8px;
}
.recommend .product_wrap .sec_lead{
	margin-bottom: 20px;
	font-size: 18px;
	font-weight: bold;
}
.recommend .product_wrap .product_list{
	position: relative;
	max-width: 612px;
	margin: 0 auto;
}
.recommend .product_wrap .product_list ul{
	display: flex;
	justify-content:flex-start;
	flex-wrap: wrap;
	column-count: 3;
}
.recommend .product_wrap .product_list ul li{
	width: 184px;
	margin: 0 30px 20px 0;
}
@media screen and (min-width: 768px) and (max-width: 770px) {
.recommend .product_wrap .product_list ul li{
	width: 182px;
}
}
.recommend .product_wrap .product_list ul li:nth-child(3n),
.recommend .product_wrap .product_list ul li:last-child {
	margin-right: 0;
}
.recommend .product_wrap .product_list ul li:nth-child(4n),
.recommend .product_wrap .product_list ul li:last-child{
	margin-bottom: 0;
}
.recommend .product_wrap .product_list ul li a{
	text-decoration: none !important;
}
.recommend .product_wrap .product_list ul li a dl{
	margin-top: 5px;
	text-align: left;
}
.recommend .product_wrap .product_list ul li a dl dt{
	color: #333;
}
.recommend .product_wrap .product_list ul li a dl dt span{
	font-size: 12px;
}
.recommend .product_wrap .product_list ul li a dl dd{
	background: url(https://pntc.sslcs.cdngc.net/cdn/campaign/bonuspark_2509/img/ico_insentive.png) no-repeat left top;
	background-size: 18px;
	padding-left: 20px;
	color: #F50028;
	font-size: 12px;
	font-weight: bold;
}
.recommend .product_wrap .img_recs_ponta{
	position: absolute;
	right: -14%;
	bottom: 28px;
}
.recommend .product_wrap .img_recs_ponta img{
	max-width: 202px;
}
@media screen and (min-width: 768px) and (max-width: 829px) {
.recommend .product_wrap{
	background-size: 172px auto;
}
.recommend .product_wrap .img_recs_ponta{
	right: -5%;
}
.recommend .product_wrap .img_recs_ponta img{
	max-width: 180px;
}
}
.recommend .product_wrap .annotation{
	font-size: 14px;
}

/* 共通 */
.howto,
.benefits,
.att{
	position: relative;
	margin-top: 125px;
	border-top: 2px solid #111111;
}
.howto .sec_ttl,
.benefits .sec_ttl,
.att .sec_ttl{
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	max-width: 400px;
	margin: 0 auto;
	text-align: center;
	transform: translateY(-52.2%);
}

/* ======= 参加方法 ======= */
.howto .step_block01{
	padding: 94px 0 0;
	background: #fff;
}
.howto .step_block02{
	position: relative;
	padding-top: 140px;
}
.howto .step_block02::before{
	content: "";
	position: absolute;
	height: 100px;
	width: 100%;
	background-color: #fff;
	clip-path: polygon(50% 100%, 100% 0%, 0% 0%);
	left: 0;
	top: 0;
}
.howto .step_block01 .step_num,
.howto .step_block02 .step_num{
	max-width: 120px;
	margin: 0 auto 30px;
}
.howto .step_block01 .sec_lead,
.howto .step_block02 .sec_lead{
	margin-bottom: 20px;
	font-size: 18px;
	font-weight: bold;
}
.howto .step_block02 .sec_lead + p{
	margin-bottom: 20px;
}
.howto .step_block02 .sec_lead + p img{
	max-width: 200px;
}
.howto .step_block02 .acd_lead{
	margin: 30px 0 20px;
	font-size: 18px;
	font-weight: bold;
}
.howto .step_block02 .acd_lead span{
	position: relative;
	display: inline-block;
}
.howto .step_block02 .acd_lead span::before{
	content: "";
	position: absolute;
	width: 32px;
	height: 52px;
	left: -33px;
	bottom: 0;
	background: url(https://pntc.sslcs.cdngc.net/cdn/campaign/bonuspark_2509/img/slash_01.png) no-repeat left top;
	background-size: 32px 52px;
}
.howto .step_block02 .acd_lead span::after{
	content: "";
	position: absolute;
	width: 32px;
	height: 52px;
	right: -33px;
	bottom: 0;
	background: url(https://pntc.sslcs.cdngc.net/cdn/campaign/bonuspark_2509/img/slash_02.png) no-repeat left top;
	background-size: 32px 52px;
}
/* accordion */
.camp-att {
	max-width: 860px;
	margin: 0 auto;
}
input[type="checkbox"].acd-check {
	display: none;
}
.acd-label {
	display: flex;
	justify-content: center;
	align-items: center;
	position: relative;
	width: 100%;
	height: 54px;
	padding: 0;
	line-height: 1;
	background-color: #FCF16E;
	border: 2px solid #111111;
	border-radius: 8px;
}
.acd-label img{
	max-width: 146px;
}
.acd-label::after {
	content: "";
	background: url(https://pntc.sslcs.cdngc.net/cdn/campaign/bonuspark_2509/img/acd_open.png) top center/contain no-repeat;
	display: block;
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	right: 20px;
	width: 22px;
	height: 22px;
	z-index: 2;
}
.acd-check:checked+.acd-label {
	border-radius: 8px 8px 0 0;
}
.acd-check:checked+.acd-label::after {
	background-image: url(https://pntc.sslcs.cdngc.net/cdn/campaign/bonuspark_2509/img/acd_close.png);
}
.acd-content {
	border-radius: 0 0 8px 8px;
	border-top: 0;
	height: 0;
	opacity: 0;
	visibility: hidden;
	margin: 0 auto;
	padding: 0 40px;
	background-color: #FFFEF0;
	overflow: hidden;
	text-align: left;
}
.acd-check:checked~.acd-content {
	height: auto;
	padding: 40px 48px;
	opacity: 1;
	visibility: visible;
	border: 2px solid #111111;
	border-top: 0;
}
/*.acd-content.acd-check1 p{
	font-size: 14px;
	line-height: 1.6;
	font-weight: bold;
}
.acd-content.acd-check1 .note-txt {
	font-size: 12px;
	line-height: 1.6;
	font-weight: normal;
	color: #999;
	text-indent: -1em;
	padding-left: 1em;
	padding-top: 10px;
}*/
.acd_main1{
	margin: auto;
}

/* アコーディオン内コンテンツ */
.camp-att .acd-content .flow{
	display: flex;
	justify-content: center;
	text-align: center;
}
.camp-att .acd-content .flow li{
	display: flex;
	flex-direction: column;
	flex-grow: 1;
	position: relative;
	width: 220px;
	height: auto;
	padding: 10px 10px 0;
	background-color: #fff;
	border-radius: 8px;
	border: 2px solid #111;
}
.camp-att .acd-content .flow li:nth-child(2n),
.camp-att .acd-content .flow li:nth-child(4n){
	max-width: 20px;
	margin: 0 14px;
	padding: 0;
	display: inline-flex;
	justify-content: center;
	align-items: center;
	background-color: transparent;
	border: none;
}
.camp-att .acd-content .flow li:nth-child(2n) img,
.camp-att .acd-content .flow li:nth-child(4n) img{
	max-width: 22px;
}
.camp-att .acd-content .flow li .flow_num{
	display: block;
	margin-bottom: 10px;
}
.camp-att .acd-content .flow li .flow_num img{
	max-width: 24px;
}
.camp-att .acd-content .flow li .flow_tit{
	margin-bottom: 10px;
	font-weight: bold;
}
.camp-att .acd-content .flow li .flow_text{
	margin-bottom: 15px;
	font-size: 12px;
}
.camp-att .acd-content .flow li .flow_img{
	max-width: 180px;
	margin-top: auto;
	margin-right: auto;
	margin-left: auto;
}

/* ======= 特典内容 ======= */
.benefits{
	position: relative;
	margin-top: 125px;
	border-top: 2px solid #111111;
	border-bottom: 2px solid #111111;
	background: #fff;
}
.benefits .ly-block{
	padding: 94px 0 40px;
}
.benefits .benefits_img01{
	max-width: 782px;
	margin: 0 auto 60px;
}
.benefits .benefits_img02{
	max-width: 860px;
	margin: 0 auto 50px;
}
.benefits .ly-block dl{
	font-weight: bold;
}
.benefits .ly-block dl dt{
	margin-bottom: 20px;
	font-size: 20px;
}
.benefits .ly-block dl dt span{
	position: relative;
}
.benefits .ly-block dl dt span::before{
	content: "";
	position: absolute;
	width: 27px;
	height: 43px;
	left: -33px;
	bottom: -5px;
	background: url(https://pntc.sslcs.cdngc.net/cdn/campaign/bonuspark_2509/img/ico_benefits.png) no-repeat left top;
	background-size: 27px 43px;
}
.benefits .ly-block dl dd{
	font-size: 18px;
}
.benefits .ly-block dl dd span{
	padding: 3px 5px;
	background: #FCF16E;
}
.benefits .ly-block dl dd .benefits_img03{
	max-width: 527px;
	margin: 20px auto;
}
.benefits .ly-block dl dd .annotation{
	font-weight: normal;
}
.benefits .ly-block .entry_btn_block{
	max-width: 860px;
	margin: 40px auto 0;
	padding-top: 40px;
	border-top: 2px solid #111111;
}
.benefits .ly-block .entry_btn_block .sec_lead{
	margin-bottom: 20px;
	font-size: 18px;
	font-weight: bold;
}

/* ======= Pontaボーナスパークとは ======= */
.what_is_bp{
	margin-top: 60px;
}

/* ============== att =================== */
.att.sec {
	margin-bottom: 60px;
	padding: 80px 70px;
	text-align: left;
	background-color: #fff;
	border: 2px solid #111;
	border-radius: 8px;
	color: #333;
}
.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: 20px;
	position: relative;
	color: #111;
}
/*「●」タイプのリスト用*/
.att_item_ttl::before {
	content: "";
	display: block;
	background-color: #FF234C;
	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%;
}

/* 注釈 */
.annotation {
	text-align: left;
}

/*コンテンツ幅*/
.ly-block {
	width:calc(100% - 30px);
}
/* ============== btn =================== */
.btn_wrap.first {
	margin: 30px auto 15px;
}
#contents .btn {
	max-width: 315px;
}
.btn_att {
	max-width: 315px;
	margin-top: 10px;
}
.product_btn_wrap .product_btn_txt{
	max-width: 298px;
	margin-bottom: 0;
}
/* 追従エントリーボタン */
.p-stickyItem {
	padding: 15px 0;
}
/*終了対応*/
#contents .btn_close::after {
	font-size: 1.8rem;
}
/* ============== top =================== */
.top_date {
	height: 36px;
	padding: 0 10px;
}
.top_date img {
	height: 17px;
}

/* ======= オススメの目玉商品 ======= */
.recommend{
	margin-top: 68px;
}
.recommend .sec_ttl{
	max-width: 260px;
	transform: translateY(-57%);
}
.recommend .product_wrap{
	width:calc(100% - 30px);
	padding: 40px 13px 30px;
	background-image: url(https://pntc.sslcs.cdngc.net/cdn/campaign/bonuspark_2509/img/bg_recs_01_sp.png),url(https://pntc.sslcs.cdngc.net/cdn/campaign/bonuspark_2509/img/bg_recs_02_sp.png);
	background-size: 156px auto;
}
.recommend .product_wrap .sec_lead{
	font-size: 16px;
}
.recommend .product_wrap .product_list{
	position: relative;
	max-width: 100%;
	margin: 0;
}
.recommend .product_wrap .product_list ul{
	column-count: 2;
	justify-content: space-between;
}
.recommend .product_wrap .product_list ul li,
.recommend .product_wrap .product_list ul li:nth-child(4n){
	width: 47.62%;
	margin: 0 0 20px;
}
.recommend .product_wrap .product_list ul li a dl dd{
	background: url(https://pntc.sslcs.cdngc.net/cdn/campaign/bonuspark_2509/img/ico_insentive.png) no-repeat left center;
	background-size: 14px;
	padding-left: 17px;
}
.recommend .product_wrap .img_recs_ponta{
	right: -0.63%;
	bottom: 27px;
}
.recommend .product_wrap .img_recs_ponta img{
	max-width: 146px;
}
@media screen and (min-width: 500px) and (max-width: 767px) {
.recommend .product_wrap .img_recs_ponta img{
	max-width: 202px;
}
}
.recommend .product_wrap .annotation{
	margin-top: 10px;
	font-size: 12px;
	text-align: left;
}

/* 共通 */
.howto,
.benefits,
.att{
	margin-top: 80px;
}
.howto .sec_ttl,
.benefits .sec_ttl,
.att .sec_ttl{
	max-width: 304px;
	transform: translateY(-54%);
}

/* ======= 参加方法 ======= */
.howto .step_block01{
	padding: 75px 0 10px;
}
.howto .step_block02{
	padding-top: 80px;
}
.howto .step_block02::before{
	height: 50px;
}
.howto .step_block01 .step_num,
.howto .step_block02 .step_num{
	max-width: 109px;
	margin: 0 auto 20px;
}
.howto .step_block01 .sec_lead,
.howto .step_block02 .sec_lead{
	font-size: 16px;
}
.howto .step_block02 .sec_lead + p img{
	max-width: 208px;
}
.howto .step_block02 .acd_lead{
	font-size: 14px;
}
.howto .step_block02 .acd_lead span::before{
	left: -43px;
	bottom: 0;
}
.howto .step_block02 .acd_lead span::after{
	right: -43px;
	bottom: 0;
}
/* accordion */
.camp-att {
	width: 100%;
	margin: auto;
}
.acd-label {
	height: 44px;
}
.acd-label img{
	max-width: 130px;
}
.acd-check:checked ~ .acd-content {
	padding: 20px 13px;
}
.acd_main1{
	width: 100%;
}

/* アコーディオン内コンテンツ */
.camp-att .acd-content .flow{
	flex-direction: column;
}
.camp-att .acd-content .flow li{
	width: 100%;
	padding: 15px 15px 0;
}
.camp-att .acd-content .flow li:nth-child(2n),
.camp-att .acd-content .flow li:nth-child(4n){
	max-width: 100%;
	margin: 20px 0;
}
.camp-att .acd-content .flow li:nth-child(2n) img,
.camp-att .acd-content .flow li:nth-child(4n) img{
	max-width: 77px;
}
.camp-att .acd-content .flow li .flow_text{
	margin-bottom: 20px;
}

/* ======= 特典内容 ======= */
.benefits .ly-block{
	padding: 75px 0 30px;
}
.benefits .benefits_img01{
	max-width: 100%;
	margin: 0 auto 30px;
}
.benefits .benefits_img02{
	max-width: 100%;
	margin: 0 auto 40px;
}
.benefits .ly-block dl dt{
	font-size: 16px;
}
.benefits .ly-block dl dt span::before{
	width: 22px;
	height: 35px;
	left: -25px;
	bottom: -3px;
	background-size: 22px 35px;
}
.benefits .ly-block dl dd{
	font-size: 14px;
}
.benefits .ly-block dl dd span{
	display: inline-block;
	padding: 0 5px;
}
.benefits .ly-block dl dd .benefits_img03{
	max-width: 100%;
}
.benefits .ly-block dl dd .annotation{
	margin-top: 30px;
}
.benefits .ly-block .entry_btn_block{
	max-width: 315px;
	margin: 30px auto 0;
	padding-top: 30px;
}
.benefits .ly-block .entry_btn_block .sec_lead{
	font-size: 16px;
}
/* ======= Pontaボーナスパークとは ======= */
.what_is_bp{
	margin-top: 30px;
}

/* ============== att =================== */
.att.sec {
	width: calc(100% - 30px);
	margin-bottom: 30px;
	padding: 75px 30px 30px;
}
.att_item + .att_item {
	margin-top: 30px;
}
.att_item_ttl{
	margin-bottom: 10px;
	padding-left: 1.5em;
}
.att_item_inner p, .att_list-style {
	margin-top: 5px;
}
}