@charset "utf-8";
/* ============== 共通 =================== */
#contents {
	color: #111111;
	font-size: 14px;
	line-height: 1.6;
	text-align: center;
	background: #fff;
	padding: 0;
	overflow: hidden;
}
#contents * {
	box-sizing: border-box;
}
#contents a {
	color: #0099cc;
	text-decoration: underline;
}
#contents a img:hover {
	/* opacity: 0.7; */
	 filter: brightness(80%);
}
#contents .note-txt {
	color: #999999;
}
.contents_bg {
	background: url("https://pntc.sslcs.cdngc.net/cdn/campaign/bonuspark_2602/img/grid.png") repeat left top;
	background-color: #FF611D;
	background-size: 100%;
}

.display-sp {
	display: none;
}
.display-sps {
	display: none;
}
.end_txt {
	font-weight: bold;
	color: #ff0004;
	font-size: 200%;
	text-align: center;
	margin: 10px;
}
.txt-c {
	text-align: center!important;
}
/* 注釈 */
.annotation {
	margin-top: 20px;
	color: #999;
	font-size: 12px;
	/* max-inline-size: max-content; */
	margin-inline: auto;
	text-indent: -1em;
	padding-left: 1em;
	text-align: left;
}
/*コンテンツ幅*/
.ly-block {
	margin: auto;
	max-width: 970px;
	width:calc(100% - 60px);
	/* overflow: hidden; */
	background: #fff;
	border: 2px solid #111;
		border-radius: 8px;
}
/* ============== btn =================== */
.btn_wrap {
	margin: 45px auto;
}
.btn_wrap .btn_att {
	color: #fff;
}
.btn_wrap .btn_att li:last-child {
	color: #fff;
	font-weight: normal;
}
.btn_wrap .btn_img {
	content: "";
	display: inline-block;
	background-image: url(https://pntc.sslcs.cdngc.net/cdn/campaign/bonuspark_2602/img/btn_entry_pc.png);
	background-size: 100%;
	background-position: center;
	background-repeat: no-repeat;
	width: 400px;
	height: 67px;
}
.btn_wrap .btn_img:hover {
	background-image: url(https://pntc.sslcs.cdngc.net/cdn/campaign/bonuspark_2602/img/btn_entry_hover_pc.png);
		background-size: contain;
	background-position: center;
	background-repeat: no-repeat;
	width: 400px;
	height: 67px;
	filter: brightness(80%);
	transform: translateY(4px);
}
#contents .btn {
	position: relative;
	display: block;
	width: 100%;
	max-width: 400px;
	margin: 0 auto;
	text-decoration: none;
}
.btn_att {
	max-width: 530px;
	margin: 20px auto 0;
	font-size: 12px;
	line-height: 1.6;
	font-weight: bold;
	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: 15px 0 5px;
	background: rgba(0, 0, 0, 0.5);
}
.p-stickyItem .btn {
	padding: 0 10px;
}

/*終了対応*/
#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;
}


/* ============== sec =================== */
.sec {
	margin: 0 auto;
	max-width: 970px;
	width:calc(100% - 60px);
}
.sec_ttl {
	max-width: 428px;
	text-align: center;
	margin: 50px auto 40px;
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	margin: 0 auto;
	text-align: center;
	transform: translateY(-48%);
}

/* ======= オススメの目玉商品 ======= */
.recommend{
	position: relative;
	margin-top: 125px;
}
.recommend .product_wrap {
	max-width: 970px;
	width:calc(100% - 60px);
	overflow: hidden;
	padding: 90px 40px 40px;
	margin: 0 auto;
	background-image: url(https://pntc.sslcs.cdngc.net/cdn/campaign/bonuspark_2602/img/bg_p_left.png), url(https://pntc.sslcs.cdngc.net/cdn/campaign/bonuspark_2602/img/bg_p_right.png);
	background-position: 40px 120px, 820px 120px;
	background-repeat: no-repeat;
	background-color: #fff;
	background-size: 90px 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_2602/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 (max-width: 990px) {
	.recommend .product_wrap {
		background-image: none;
	}
}
@media screen and (min-width: 768px) and (max-width: 860px) {
.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;
	max-width: 612px;
	width: 100%;
}


/* ======= 特典内容 ======= */
.benefits{
	position: relative;
	margin-top: 105px;
	border-top: 2px solid #111111;
	border-bottom: 2px solid #111111;
	background: #FFFFD1;
	padding: 90px 0 60px;
}
.benefits .ly-block {
	max-width: 860px;
	width:calc(100% - 60px);
	margin: 0 auto;
	border: none;
	background: none;
}
.benefits .annotation {
	margin-top: 0;
}
.benefits .ly-block01 picture {
	max-width: 610px;
	width: 100%;
	margin: 0 auto;
}
.benefits .ly-block02 {
	background: #fff;
	border: 2px solid #111;
	border-radius: 8px;
	margin-top: 88px;
	z-index: 0;
	overflow: visible;
	padding: 60px 20px 80px;
	position: relative;
}
.benefits-ex_ttlimg {
	max-width: 190px;
	position:  absolute;
	top: -30px;
	left: 50%;
	transform: translateX(-50%);
}
.benefits h3 {
	font-size: 22px;
}
.benefits-ex_contentimg01 picture,
.benefits-ex_contentimg02 picture {
	max-width: 610px;
	margin: 0 auto;
}
.benefits-ex_contentimg01 picture {
	margin: 30px auto;
}
.benefits .ly-block02 {
	background: url(https://pntc.sslcs.cdngc.net/cdn/campaign/bonuspark_2602/img/bg_benefits_p_pc.png);
	background-repeat: no-repeat;
	background-position: bottom;
	background-size: 100%;
	background-color: #fff;
}


/* ======= キャンペーン参加方法 ======= */
.howto {
	padding: 105px 0 60px;
}
.howto .ly-block {
	position: relative;
	padding: 90px 0 60px;
	width:calc(100% - 60px);
	margin-bottom: 42px;
}
.step_icon {
	display: flex;
	align-items: center;
	justify-content: center;
	position: absolute;
	color: #ffffff;
	background-color: #FF611D;
	border: 2px solid #111;
	font-weight: bold;
	font-size: 14px;
	border-radius: 50px;
	max-width: 170px;
	width: 100%;
	height: 36px;
	top:-18px;
	left: 50%;
	transform: translateX(-50%);
}
.step_sec_wrap {
	background: #FFFFD1;
	border-radius: 8px;
	border: 2px solid #111;
	max-width: 860px;
	width:calc(100% - 60px);
	margin: 0 auto;
}
.step_block01,
.step_block02 {
	position: relative;
	padding: 45px 30px 40px;
}
.step_block02 {
	margin-top: 63px;
}
.sec_lead {
	font-size: 20px;
	font-weight: bold;
	margin-bottom: 25px;
}
.step_sec_wrap .btn_wrap {
	margin: 25px auto 0;
}
.step_sec_wrap .btn_att {
	font-weight: normal;
	color: #333;
}
.howto .step_block02 .sec_lead + p img{
	max-width: 340px;
	width: 100%;
}
.howto .step_block02 .acd_lead{
	margin: 35px 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,
.howto .step_block02 .acd_lead span::after {
	content: "";
    position: absolute;
    display: block;
    bottom: 0.2em;
    width: 3px;
    height: 50px;
    border-radius: 1px;
    background-color: #FF611D;
    transform-origin: 50% 100%;
}
.howto .step_block02 .acd_lead span::before{
	left: 0;
    transform: rotate(-30deg);
}
.howto .step_block02 .acd_lead span::after{
	right: 0;
    transform: rotate(30deg);
}

/* 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: #FF611D;
	border: 2px solid #111111;
	border-radius: 8px;
	font-size: 18px;
	color: #fff;
	font-weight: bold;
}
.acd-label::after {
	content: "";
	background: url(https://pntc.sslcs.cdngc.net/cdn/campaign/bonuspark_2602/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_2602/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;
	background-color: #FEFEEE;
	overflow: hidden;
	text-align: left;
}
.acd-check:checked~.acd-content {
	height: auto;
	padding: 40px 20px;
	opacity: 1;
	visibility: visible;
	border: 2px solid #111111;
	border-top: 0;
}
.acd_main1{
	margin: auto;
}

/* アコーディオン内コンテンツ */
.camp-att .acd-content .flow{
	display: flex;
	justify-content: center;
	text-align: center;
	margin-bottom: 10px;
}
.camp-att .acd-content .flow li{
	display: flex;
	flex-direction: column;
	flex-grow: 1;
	position: relative;
	width: 234px;
	height: auto;
	padding: 10px 5px 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 3px;
	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: 18px;
	width: 100%;
}
.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: 10px;
	font-size: 14px;
	color: #333;
}
.camp-att .acd-content .flow li .flow_img{
	max-width: 215px;
	margin-top: auto;
	margin-right: auto;
	margin-left: auto;
}


.howto .annotation {
	text-align: center;
}


/* ======= CTAエリア ======= */
.ctaarea {
	background: #FFFFD1;
	padding: 45px 0;
}
.ctaarea .ly-block {
	background: none;
	border: none;
	border-radius: initial;
}
.ctaarea .btn_wrap {
	margin: 0 auto;
}
.ctaarea .ctaarea_copytxt img {
	margin-bottom: 15px;
	max-width: 238px;
	width: 100%;
}
.ctaarea .btn_att {
	font-weight: normal;
	color: #333;
	margin-top: 10px;
}


/* ======= Pontaボーナスパークポイント倍増フェス！お合わせておトク！ ======= */
.pontarank {
	padding: 60px 0;
}
.pontarank .ly-block {
	position: relative;
	width:calc(100% - 60px);
	margin: 0 auto;
	padding: 60px 0;
}
.pontarank .sec_ttl {
	position: initial;
	transform: initial;
	max-width: 555px;
	width: 100%;
	margin: 0 auto 10px;
}
.pontarank_sec_wrap {
	max-width: 860px;
	width:calc(100% - 60px);
	margin: 0 auto;
}
.pontarank_bnr picture {
	border: 2px solid #111;
	border-radius: 8px;
}
.pontarank dt picture {
	max-width: 520px;
	margin: 0 auto 20px;
}
.pontarank_sec_wrap dl:nth-child(1) {
	margin-bottom: 45px;
}
.pontarank .flow_ttl {
	font-weight: normal;
	font-size: 14px;
	margin-bottom: 20px;
	color: #333;
}
.pontarank .flow:nth-child(1) {
	margin: 0 26px 0;
}
.pontarak .flow li {
	max-width: 313px;
}
.pontarank .camp-att .acd-content .flow li:nth-child(2n) {
	margin: 0 25px;
}


/* ======= Pontaボーナスパークとは ======= */
.what_is_bp.ly-block {
	border: none;
	background: none;
	width:calc(100% - 60px);
    padding: 0;
}
.what_is_bp img {
	width: 100%;
	border: 2px solid #111;
	border-radius: 8px;
}


/* ============== att =================== */
.att {
	padding: 60px 0 60px;
}
.att .ly-block {
	/* margin: 60px auto 0; */
	max-width: 970px;
	width:calc(100% - 60px);
	margin: 0 auto;
	padding: 60px 0;
	text-align: left;
}
 .att .sec_ttl {
	position: initial;
	margin-bottom: 30px;
	max-width: 428px;
	transform: initial;
 }
 .att_sec_wrap {
	max-width: 860px;
	width:calc(100% - 60px);
	margin: 0 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: 20px;
	position: relative;
	color: #111;
}
/*「●」タイプのリスト用*/
.att_item_ttl::before {
	content: "";
	display: block;
	background-color: #FF611D;
	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;
}
.display-sps {
	display: none;
}
.end_txt {
	font-size: 150%;
}

/* 注釈 */
.annotation {
	text-align: left;
}

/*コンテンツ幅*/
.ly-block {
	width:calc(100% - 30px);
}

/* パンくずリスト */
.breadcrumb {
	flex-wrap: nowrap;
	white-space: nowrap;
	overflow-x: auto;
}
.breadcrumb::-webkit-scrollbar {
	display: none;
}


/* ============== btn =================== */
.btn_wrap {
	margin: 25px auto 20px;
}
.btn_wrap .btn_img {
	content: "";
	display: inline-block;
	background-image: url(https://pntc.sslcs.cdngc.net/cdn/campaign/bonuspark_2602/img/btn_entry_sp.png);
	background-size: 100%;
	background-position: center;
	background-repeat: no-repeat;
	width: 100%;
	height: 64px;
}
.btn_wrap .btn_img:hover {
	background-image: url(https://pntc.sslcs.cdngc.net/cdn/campaign/bonuspark_2602/img/btn_entry_hover_sp.png);
		background-size: contain;
	background-position: center;
	background-repeat: no-repeat;
	width: 100%;
	height: 64px;
	filter: brightness(80%);
	transform: translateY(5px);
}
#contents .btn {
	max-width: 315px;
}
.btn_att {
	margin-top: 3px;
	letter-spacing: 0.03em;
}
@media screen and (max-width: 450px) {
	.btn_att {
	max-width: 315px;
}
}
.product_btn_txt img {
	max-width: 315px;
	width: 100%;
	margin-bottom: 5px;
}
.product_btn_wrap .product_btn_txt{
	margin-bottom: 0;
}
.btn_wrap,
.product_btn_wrap {
	padding: 0 15px;
}
/* 追従エントリーボタン */
.p-stickyItem {
	padding: 15px 0 5px;
}
.p-stickyItem .btn {
	padding: 0;
}
/*終了対応*/
#contents .btn_close::after {
	font-size: 1.8rem;
}


/* ============== top =================== */
.top_date {
	height: 36px;
	padding: 0 10px;
}
.top_date img {
	height: 17px;
}


/* ============== sec =================== */
.sec_ttl {
	transform: translateY(-50%);
	max-width: 340px;
	padding: 0 15px;
}


/* ======= オススメの目玉商品 ======= */
.recommend{
	margin-top: 75px;
}
.recommend .product_wrap{
	width:calc(100% - 30px);
	padding: 50px 13px 30px;
	background-image: url(https://pntc.sslcs.cdngc.net/cdn/campaign/bonuspark_2602/img/bg_recs_01_sp.png),url(https://pntc.sslcs.cdngc.net/cdn/campaign/bonuspark_2602/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_2602/img/ico_insentive.png) no-repeat left center;
	background-size: 14px;
	padding-left: 17px;
}
.recommend .product_wrap .img_recs_ponta{
	right: 25px;
	bottom: 27px;
}
.recommend .product_wrap .img_recs_ponta img{
	width: 100%;
}
@media screen and (max-width: 540px) {
.recommend .product_wrap .img_recs_ponta{
	right: 0px;
}
.recommend .product_wrap .img_recs_ponta img{
	max-width: 160px;
}
}
@media screen and (max-width: 400px) {
	.recommend .product_wrap .img_recs_ponta{
	right: -3%
}
	.recommend .product_wrap .img_recs_ponta img {
	width: 90%;
}
}
@media screen and (max-width: 345px) {
	.recommend .product_wrap .img_recs_ponta{
	right: -10%
}
	.recommend .product_wrap .img_recs_ponta img {
	width: 75%;
}
}
@media screen and (max-width: 290px) {
		.recommend .product_wrap .img_recs_ponta {
	width: 60%;
}
}
.recommend .product_wrap .annotation{
	margin-top: 10px;
	font-size: 12px;
	text-align: left;
}
.howto .sec_ttl,
.benefits .sec_ttl,
.att .sec_ttl{
	/* max-width: 304px; */
	transform: translateY(-54%);
}


/* ======= 特典内容 ======= */
.benefits {
	margin-top: 68px;
	padding: 50px 0 40px;
}
.benefits .ly-block {
	width:calc(100% - 30px);
}
.benefits .ly-block01 img {
	margin-bottom: 10px;
}

.benefits .benefits-ex_ttlimg {
	max-width: 120px;
	top: -18px;
}
.benefits .ly-block02 {
	padding: 40px 10px 45px;
	margin-top: 45px;
}
.benefits .ly-block02 h3 {
	font-size: 16px;
}
.benefits-ex_contentimg01 picture {
	margin: 25px auto;
}
.benefits .ly-block02 {
	background: url(https://pntc.sslcs.cdngc.net/cdn/campaign/bonuspark_2602/img/bg_benefits_p_sp.png);
	background-repeat: no-repeat;
	background-position: bottom;
	background-size: 100%;
	background-color: #fff;
}
.benefits-ex_contentimg02 {
	margin-top: -5px;
}


/* ======= 参加方法 ======= */
.howto {
	margin-top: 0;
	padding: 69px 0 40px;
}
.step_icon {
	font-size: 14px;
	max-width: 128px;
	width: 100%;
	height: 28px;
	top:-14px;
}
.step_sec_wrap {
	width: 100%;
}
.howto .ly-block {
	width:calc(100% - 30px);
	padding: 50px 15px 40px;
	margin-bottom: 30px;
}
.howto .step_block01{
	padding: 40px 0 30px;
}
.howto .step_block01 .btn_wrap {
	margin: 20px auto 0;
	padding: 0;
}
.howto .step_sec_wrap {
	padding: 40px 15px 30px;
}
.howto .step_block02{
	margin-top: 40px;
}
.howto .step_block02 .sec_lead {
	margin-bottom: 0;
}
.howto .step_block02 .acd_lead {
	margin-top: 0;
	margin-bottom: 20px;
	line-height: 1.5;
}
.howto .step_block02 picture {
	max-width: 280px;
	width: 100%;
	margin: 0 auto;
}
.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_sec_wrap .sec_lead {
	margin-bottom: 20px;
}
.howto .step_block01 .btn_att {
	margin-top: 15px;
}
.howto .step_block02 .sec_lead + p img{
	max-width: 280px;
	width: 100%;
	margin-bottom: 30px;
}
.howto .step_block02 .acd_lead{
	font-size: 14px;
}
.howto .step_block02 .acd_lead span::before{
	left: -1em;
	bottom: 0.1em;
}
.howto .step_block02 .acd_lead span::after{
	right: -1em;
	bottom: 0.1em;
}
@media screen and (max-width: 350px) {
	.howto .step_block02 .acd_lead span::before{
		transform: rotate(-18deg);
		left: -0.5em;
		bottom: 0;
	}
	.howto .step_block02 .acd_lead span::after{
		transform: rotate(18deg);
		right: -0.5em;
		bottom: 0;
	}
}
@media screen and (max-width: 319px) {
	.howto .step_block02 .acd_lead span::before,
	.howto .step_block02 .acd_lead span::after{
		display: none;
	}
}

/* accordion */
.camp-att {
	width: 100%;
	margin: auto;
}
.acd-label {
	height: 36px;
	font-size: 14px;
}
@media screen and (max-width: 319px) {
	.howto .acd_main1 .acd-label01 {
		height: 46px;
		line-height: 1.2;
	}
}
.acd-label::after {
	width: 20px;
	height: 20px;
	right: 10px;
}
.acd-label img{
	max-width: 130px;
}
.acd-check:checked ~ .acd-content {
	padding: 20px 13px;
}
.acd_main1{
	width: 100%;
}
.camp-att .acd-content .flow li .flow_num img {
	width: 20px;
	height: 20px;
}

/* アコーディオン内コンテンツ */
.camp-att .acd-content .flow{
	flex-direction: column;
}
.camp-att .acd-content .flow li{
	width: 100%;
	padding: 15px 10px 0;
}
.camp-att .acd-content .flow li:nth-child(2n),
.camp-att .acd-content .flow li:nth-child(4n){
	width: 100%;
	margin: 6px auto;
	max-width: initial;
}
.camp-att .acd-content .flow li:nth-child(2n) img,
.camp-att .acd-content .flow li:nth-child(4n) img{
	min-width: 66px;
	width: 100%;
}
.camp-att .acd-content .flow li .flow_text{
	margin-bottom: 15px;
}
.camp-att .acd-content .flow li .flow_img {
	max-width: 230px;
	width: 100%;
}
.howto .annotation {
	margin-top: 10px;
	text-align: left;
}


/* ======= CTAエリア ======= */
.ctaarea {
	padding: 40px 15px;
}
.ctaarea .btn_wrap {
	padding: 0;
}
.ctaarea .ly-block {
	width: 100%;
}


/* ======= Pontaボーナスパークポイント倍増フェス！お合わせておトク！ ======= */
.pontarank {
	padding: 40px 0 30px;
}
.pontarank .sec_ttl {
	margin: 0 auto 10px;
}
.pontarank .ly-block {
	width: calc(100% - 30px);
    padding: 40px 15px;
}
.pontarank_sec_wrap {
	width: 100%;
}
.pontarank_sec_wrap dl:nth-child(1) {
	margin-bottom: 25px;
}
.pontarank dt picture {
	margin-bottom: 10px;
}
.pontarank .acd_main1 label.acd-label01 {
	padding: 30px 0;
    line-height: 1.5;
}
@media screen and (max-width: 319px) {
.pontarank .acd_main1 label.acd-label01 {
    line-height: 1.2;
	font-size: 12px;
	text-align: left;
	padding: 20px 20px 20px 0;
}
}
.pontarank .flow {
	width: 100%;
	margin: 0 auto;
}
.pontarank .flow:nth-child(1) {
	margin: 0 auto;
}
.pontarank .flow_img {
	max-width: 230px;
}
.pontarank .acd-label::after {
	width: 20px;
	height: 20px;
}
@media screen and (max-width: 319px) {
.pontarank .acd-label::after {
	width: 15px;
	height: 15px;
}
}
.pontarank .camp-att .acd-content .flow li .flow_num img {
	width: 20px;
	height: 20px;
}
.pontarank .camp-att .acd-content .flow li:nth-child(2n) {
	margin: 6px auto;
	width: 100%;
}
.pontarank_sec_wrap .flow picture {
	max-width: 280px;
	width: 100%;
	margin: 0 auto;
}


/* ======= Pontaボーナスパークとは ======= */
.what_is_bp{
	margin-top: 0;
}
.what_is_bp.ly-block {
	width:calc(100% - 30px);
    padding: 0;
}


/* ============== att =================== */
.att {
	padding: 30px 0;
}
.att.sec {
	width: calc(100% - 30px);
	margin-bottom: 30px;
	padding: 30px 0 30px;
}
.att .ly-block {
	width:calc(100% - 30px);
	padding: 40px 20px;
}
.att .sec_ttl {
	margin-bottom: 20px;
}
.att .att_sec_wrap {
	width: 100%;
}
.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;
}
}

/* SP小(SE以下) */
 @media screen and (max-width: 319px) {
	.display-sps {
		display: block;
	}
 }
