@charset "utf-8";
/* ============== 共通 =================== */
#contents {
	color: #333;
	font-size: 16px;
	line-height: 1.6;
	text-align: center;
	background-color: #fff;
	padding: 0;
	overflow: hidden;
}
#contents * {
	box-sizing: border-box;
}
#contents a {
	color: #0099cc;
	text-decoration: underline;
}
#contents a:hover {
	opacity: 0.7;
}
.content_wrap{
	background: url(https://pntc.sslcs.cdngc.net/cdn/campaign/bonuspark_2606/img/bg_contents.png) center top / contain repeat;
	background-size: 15px 15px;
	background-color: #00164B;
}
.display-sp {
	display: none;
}
.end_txt {
	font-weight: bold;
	color: #ff0004;
	font-size: 200%;
	text-align: center;
	margin: 10px;
}
.dis_none{
	display: none;
}
/* 注釈 */
.annotation {
	margin-top: 20px;
	color: #999;
	font-size: 14px;
	max-inline-size: max-content;
	margin-inline: auto;
	text-indent: -1em;
	padding-left: 1em;
	text-align: left;
}
/*コンテンツ幅*/
.ly-block {
	position: relative;
	margin: auto;
	max-width: 970px;
	width:calc(100% - 60px);
	background-color: #fff;
	border: 4px solid #E8FF01;
	border-radius: 8px;
	box-shadow: 0px 0px 10px 1px #E8FF01;
}

/* ============== btn =================== */
.btn_wrap.first {
	margin: 0 auto;
	padding: 45px 0;
}
#contents .btn {
	color: #fff;
	font-weight: bold;
	font-size: 18px;
	text-decoration: none;
}
.btn {
	position: relative;
	margin: auto;
	display: flex;
	align-items: center;
	justify-content: center;
	border-radius: 8px;
	width: 100%;
	max-width: 400px;
	height: 50px;
	background-color: #FF9123;
	background-image: url(https://pntc.sslcs.cdngc.net/cdn/campaign/bonuspark_2606/img/btnarrow_right.png);
	background-size: 22px;
	background-position: center right 17px;
	background-repeat: no-repeat;
	border: 3px solid #FFCC99;
	box-shadow: 0px 0px 15px 2px #ff9123;
}
#contents .btn:hover{
	opacity: 1;
	background-color: #ffb66d;
}
.btn_att {
	max-width: fit-content;
	max-width: 730px;
	margin: 15px auto 0;
	font-size: 14px;
	line-height: 1.6;
	font-weight: normal;
	color: #fff;
	text-align: left;
}
.btn_att li + li{
	color: #999;
}
/* 追従エントリーボタン */
.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: 25px 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: url(https://pntc.sslcs.cdngc.net/cdn/campaign/bonuspark_2606/img/mv_bg.png) repeat-x center top;
	background-color: #00164B;
}
.top img{
	max-width: 100%;
}

/* ============== CP概要 =================== */
.overview{
	margin-bottom: 50px;
}
.overview dl{
	overflow: hidden;
	font-weight: bold;
	max-width: 730px;
	margin: 0 auto;
	border: 2px solid #BEFFD6;
	box-shadow: 0px 0px 30px -8px #0DFF66;
	border-radius: 10px;
}
.overview dl dt{
	padding: 0 10px;
	background: url(https://pntc.sslcs.cdngc.net/cdn/campaign/bonuspark_2606/img/bg_title.png) repeat-x top left;
	background-color: #00164B;
}
.overview dl dt img{
	max-width: 160px;
}
.overview dl dd{
	padding: 20px 25px;
	text-align: center;
	font-weight: normal;
}
.overview dl dd .speech_bubble{
	margin-right: 4px;
}
.overview dl dd .speech_bubble::before{
	transform: rotate(60deg);
	margin: 0px -2px 0 0;
}
.overview dl dd .speech_bubble::after{
	transform: rotate(-60deg);
	margin: 0px 0 0 -2px;
}
.overview dl dd .speech_bubble::before,
.overview dl dd .speech_bubble::after{
	content: "";
	display: inline-block;
	width: 16px;
	height: 2px;
	background-color: #FF458F;
	vertical-align: middle;
}
.overview dl dd .line-txt{
	display: inline;
	padding: 0 3px;
	background: linear-gradient(transparent 50%, #F4FF84 0%);
	font-weight: bold;
}
.overview dl dd .line-txt .high_light{
	color: #FF458F;
}
.overview dl dd .line-txt .high_light span{
	font-size: 22px;
	line-height: 1.4;
}

/* ======= 対象の商品はこちら ======= */
.recommend_lead{
	max-width: 600px;
	margin: 0 auto;
}
.recommend_lead + .update_info{
	max-width: 570px;
	margin: 20px auto 0;
	padding: 10px;
	background: #fff;
	border-radius: 8px;
	font-size: 14px;
	color: #F50028;
}
.recommend{
	overflow: hidden;
	margin-top: 30px;
	border: 6px solid #E8FF01;
	border-radius: 20px;
	box-shadow: 0px 0px 20px 2px #E8FF01;
}
.recommend .recommend_ttl{
	background: url(https://pntc.sslcs.cdngc.net/cdn/campaign/bonuspark_2606/img/bg_title.png) repeat-x top left;
	background-color: #00164B;
}
.recommend .recommend_ttl img{
	max-width: 530px;
}
.recommend .product_wrap{
	padding: 50px 20px;
}
.recommend .product_wrap .product_list + .product_list{
	margin-top: 50px;
}
.recommend .product_wrap .product_list .product_ttl{
	margin-bottom: 40px;
	background: url(https://pntc.sslcs.cdngc.net/cdn/campaign/bonuspark_2606/img/ttl_sub_bg_01.png) no-repeat center top;
	font-size: 26px;
	line-height: 1.5;
	color: #00123C;
}
.recommend .product_wrap .product_list:nth-last-child(odd) .product_ttl{
	background: url(https://pntc.sslcs.cdngc.net/cdn/campaign/bonuspark_2606/img/ttl_sub_bg_02.png) no-repeat center top;
}
@media screen and (min-width: 768px) and (max-width: 899px) {
.recommend .product_wrap .product_list .product_ttl,
.recommend .product_wrap .product_list:nth-last-child(odd) .product_ttl{
	background-size: 90% auto;
}
}
.recommend .product_wrap .product_list .product_ttl .line-txt{
	display: inline;
	padding: 0 3px;
	background: linear-gradient(transparent 65%, #F4FF84 0%);
}
.recommend .product_wrap .product_list ul{
	display: flex;
	justify-content:flex-start;
	justify-content: space-between;
	flex-wrap: wrap;
	column-count: 4;
}
.recommend .product_wrap .product_list ul li{
	display: flex;
	flex-basis: calc((100% - 30px) / 4);
	max-width: calc((100% - 30px) / 4);
	width: 222px;
	padding: 15px;
	border: 4px solid #00123C;
	border-radius: 10px;
}
#contents .recommend .product_wrap .product_list ul li a{
	display: flex;
	flex-direction: column;
	width: 100%;
	color: #333;
	text-decoration: none;
}
.recommend .product_wrap .product_list ul li a > img {
	display: block;
	width: 100%;
	aspect-ratio: 1 / 1;
	object-fit: contain;
	object-position: center;
}
.recommend .product_wrap .product_list ul li a dl{
	margin-top: 10px;
	text-align: left;
}
.recommend .product_wrap .product_list ul li a dl dt {
	display: -webkit-box;
	-webkit-box-orient: vertical;
	line-clamp: 2;
	-webkit-line-clamp: 2;
	overflow: hidden;
	line-height: 160%;
	height: calc(1.6em * 2);
}
.recommend .product_wrap .product_list ul li a dl dd{
	background: url(https://pntc.sslcs.cdngc.net/cdn/campaign/bonuspark_2606/img/ico_insentive.png) no-repeat left top;
	background-size: 18px;
	padding-left: 21px;
	color: #F50028;
	font-size: 14px;
	font-weight: bold;
	line-height: 160%;
	height: calc(1.6em * 2);
}
@media screen and (min-width: 768px) and (max-width: 840px) {
.recommend .product_wrap .product_list ul li a dl dd{
	background-size: 15px;
	padding-left: 16px;
	font-size: 12px;
	background-position: left 2px;
}
}
.recommend .product_wrap .product_list ul li a dl dd .tag{
	display: inline-block;
	margin-left: 5px;
	padding: 0 3px;
	background-color: #FF45B5;
	border-radius: 4px;
	font-size: 12px;
	color: #fff;
}
.recommend .product_wrap .annotation{
	margin-top: 40px;
}

/* ======= 共通 ======= */
.howto .sec_ttl img,
.att .sec_ttl img{
	max-width: 450px;
}

/* ======= 参加方法 ======= */
.howto{
	margin-top: 50px;
}
.howto .sec_wrap{
	padding: 60px 0;
}
.howto .ly-block{
	padding: 50px 40px;
}
.howto .ly-block + .ly-block{
	margin-top: 60px;
}
.howto .ly-block .step_num {
	display: flex;
	align-items: center;
	justify-content: center;
	position: absolute;
	color: #00123C;
	background-color: #E8FF01;
	font-weight: bold;
	font-size: 18px;
	border-radius: 25px;
	width: 220px;
	height: 50px;
	top:-25px;
	left: 50%;
	transform: translateX(-50%);
}
.howto .ly-block .sec_lead{
	margin-bottom: 20px;
	font-size: 26px;
	line-height: 1.5;
}
.howto .ly-block .btn_wrap .btn{
	box-shadow: 0px 2px 4px 1px #D9D9D9;
}
.howto .ly-block .btn_wrap .btn_att{
	color: #333;
}
.howto .ly-block:nth-child(2) .sec_lead{
	margin-bottom: 30px;
}
.howto .ly-block:nth-child(2) .sec_lead + p{
	max-width: 340px;
	margin: 0 auto 50px;
}
.howto .ly-block:nth-child(2) .switch_img{
	max-width: 860px;
	margin: 0 auto 50px;
}

/* アコーディオン：キャンペーン対象商品ご利用の手引き */
.howto .camp-att {
	max-width: 860px;
	margin: 0 auto;
}
.howto input[type="checkbox"].acd-check {
	display: none;
}
.howto .acd-label {
	display: flex;
	justify-content: center;
	align-items: center;
	position: relative;
	width: 100%;
	height: 54px;
	padding: 0;
	background-color: #EFFE55;
	border: 2px solid #00123C;
	border-radius: 8px;
}
.howto .acd-label img {
	max-width: 290px;
}
.howto .acd-label::after {
	content: "";
	background: url(https://pntc.sslcs.cdngc.net/cdn/campaign/bonuspark_2606/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;
}
.howto .acd-check:checked+.acd-label {
	border-radius: 8px 8px 0 0;
}
.howto .acd-check:checked+.acd-label::after {
	background-image: url(https://pntc.sslcs.cdngc.net/cdn/campaign/bonuspark_2606/img/acd_close.png);
}
.howto .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: #FCFFDB;
	overflow: hidden;
	text-align: left;
}
.howto .acd-check:checked~.acd-content {
	height: auto;
	padding: 40px 48px;
	opacity: 1;
	visibility: visible;
	border: 2px solid #00123C;
	border-top: 0;
}
.howto .acd_main1{
	margin: auto;
}
/* アコーディオン内コンテンツ */
.howto .camp-att .acd-content .flow{
	display: flex;
	align-items: stretch;
	justify-content: center;
	text-align: center;
}
.howto .camp-att .acd-content .flow li{
	display: flex;
	flex-direction: column;
	flex: 1;
	position: relative;
	max-width: 220px;
	height: auto;
	padding: 10px 5px 0;
	border: 2px solid #00123C;
	border-radius: 8px;
	text-align: center;
	background-color: #fff;
	font-size: 14px;
}
.camp-att .acd-content .flow li:nth-child(2n),
.camp-att .acd-content .flow li:nth-child(4n) {
	max-width: 20px;
	margin: 0 15px;
	padding: 0;
	display: inline-flex;
	justify-content: center;
	align-items: center;
	background-color: transparent;
	border: none;
}
.howto .camp-att .acd-content .flow li .flow_num{
	max-width: 24px;
	margin: 0 auto 10px;
}
.howto .camp-att .acd-content .flow li .flow_tit{
	margin-bottom: 10px;
	font-size: 14px;
	font-weight: bold;
	color: #111;
}
.howto .camp-att .acd-content .flow li .flow_text{
	margin-bottom: 10px;
	font-size: 14px;
}
.howto .camp-att .acd-content .flow li .flow_img{
	max-width: 180px;
	margin: auto auto 0;
}
@media screen and (min-width: 768px) and (max-width: 930px) {
.howto .acd-check:checked~.acd-content {
	padding: 40px 20px;
}
.howto .camp-att .acd-content .flow li .flow_text br{
	display: none;
}
}
@media screen and (min-width: 768px) and (max-width: 880px) {
.howto .camp-att .acd-content .flow li .flow_tit,
.howto .camp-att .acd-content .flow li .flow_text{
	font-size: 12px;
}
}
.howto .sec_wrap .ly-block + .annotation{
	color: #fff;
}

/* ======= 吹き出し付きボタン／アンカーボタン ======= */
.btn_wrap.last{
	max-width: 730px;
	margin: 0 auto;
}
.btn_wrap.last > p{
	margin-bottom: 10px;
}
.btn_wrap.last > p img{
	max-width: 422px;
}
.btn_wrap.last .anc_btn_wrap{
	max-width: 414px;
	margin: 53px auto;
}
/* ======= Pontaボーナスパークとは ======= */
.what_is_bp{
	overflow: hidden;
	margin-top: 0;
}

/* ============== att =================== */
.att {
	padding: 60px 0;
}
.att .sec_ttl{
	margin-bottom: 50px;
}
.att .ly-block{
	padding: 60px 70px;
	text-align: left;
	background-color: #fff;
	font-size: 14px;
}
.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: #E8FF01;
	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;
}
#contents a:hover {
	opacity: 1;
}
/*終了対応*/
.end_txt {
	font-size: 140%;
}
/* パンくずを一行に */
.breadcrumb {
	flex-wrap: nowrap;
	white-space: nowrap;
	overflow-x: auto;
}
.breadcrumb::-webkit-scrollbar {
	display: none;
}
/* 注釈 */
.annotation {
	margin-top: 10px;
	text-align: left;
}
/*コンテンツ幅*/
.ly-block {
	width:calc(100% - 30px);
}
/* ============== btn =================== */
#contents .btn {
	max-width: 315px;
}
.btn_wrap.first{
	width:calc(100% - 30px);
}
.btn {
	background-position: center right 20px;
	background-size: 20px;
	box-shadow: 0px 0px 10px 1px #ff9123;
}
#contents .btn:hover{
	opacity: 1;
	background-color: #ff9123;
}
.btn_wrap.first {
	padding: 30px 0;
}
.btn_att {
	max-width: 315px;
	margin-top: 10px;
}
/* 追従エントリーボタン */
.p-stickyItem {
	padding: 20px 0;
}
/*終了対応*/
#contents .btn_close::after {
	font-size: 1.8rem;
}

/* ============== CP概要 =================== */
.overview{
	margin-bottom: 20px;
}
.overview dl{
	max-width: 400px;
	box-shadow: 0px 0px 10px 1px #0DFF66;
	border-radius: 8px;
}
.overview dl dt img{
	max-width: 155px;
}
.overview dl dd{
	padding: 15px;
}

/* ======= 対象の商品はこちら ======= */
.recommend_lead{
	max-width: 345px;
}
.recommend_lead + .update_info{
	max-width: 100%;
	width:calc(100% - 30px);
	margin-top: 0;
	padding: 5px 30px;
}
.recommend_lead + .update_info p{
	text-indent: -1em;
	padding-left: 1em;
	text-align: left;
}
.recommend{
	border: 4px solid #E8FF01;
	border-radius: 15px;
	box-shadow: 0px 0px 10px 1px #E8FF01;
}
.recommend_lead + .recommend{
	margin-top: 20px;
}
.update_info + .recommend{
	margin-top: 10px;	
}
.recommend .recommend_ttl{
	padding: 0 10px;
	background-size: 50% auto;
}
.recommend .recommend_ttl img{
	width: 100%;
	max-width: 233px;
}
.recommend .product_wrap{
	padding: 30px 10px;
}
.recommend .product_wrap .product_list + .product_list{
	margin-top: 30px;
}
.recommend .product_wrap .product_list .product_ttl{
	margin-bottom: 20px;
	font-size: 20px;
}
.recommend .product_wrap .product_list .product_ttl,
.recommend .product_wrap .product_list:nth-last-child(odd) .product_ttl{
	background-image: none;
}
.recommend .product_wrap .product_list ul{
	column-count: 2;
}
.recommend .product_wrap .product_list ul li{
	flex-basis: calc((100% - 10px) / 2);
	max-width: calc((100% - 10px) / 2);
	width: 100%;
	padding: 10px 5px;
	border: 3px solid #00123C;
	border-radius: 8px;
}
.recommend .product_wrap .product_list ul li:nth-child(1),
.recommend .product_wrap .product_list ul li:nth-child(2){
	margin-bottom: 10px;
}
.recommend .product_wrap .product_list ul li a dl{
	margin-top: 5px;
}
.recommend .product_wrap .product_list ul li a dl dd{
	background-size: 14px;
	padding-left: 17px;
	background-position: top 3px left;
}
.recommend .product_wrap .product_list ul li a dl dd .tag{
	margin-left: 3px;
}
.recommend .product_wrap .annotation{
	margin-top: 30px;
}

/* ======= 共通 ======= */
.howto .sec_ttl,
.att .sec_ttl{
	width:calc(100% - 10px);
	max-width: 365px;
	margin: 0 auto;
}
.howto .sec_ttl img,
.att .sec_ttl img{
	max-width: 100%;
}

/* ======= 参加方法 ======= */
.howto{
	margin-top: 30px;
}
.howto .sec_wrap{
	padding: 30px 0;
}
.howto .ly-block{
	padding: 40px 10px 30px;
}
.howto .ly-block + .ly-block{
	margin-top: 40px;
}
.howto .ly-block .step_num {
	font-size: 16px;
	border-radius: 17px;
	width: 150px;
	height: 34px;
	top:-17px;
}
.howto .ly-block .sec_lead{
	font-size: 20px;
}
.howto .ly-block .btn_wrap .btn{
	box-shadow: 0px 1px 4px 0px #D9D9D9;
}
.howto .ly-block:nth-child(2){
	padding: 40px 0 30px;
}
.howto .ly-block:nth-child(2) .sec_lead{
	margin-bottom: 20px;
}
.howto .ly-block:nth-child(2) .sec_lead + p{
	max-width: 280px;
	margin: 0 auto 30px;
}
.howto .ly-block:nth-child(2) .switch_img{
	max-width: 400px;
	margin: 0 auto 30px;
}
.howto .camp-att {
	width:calc(100% - 20px);
	max-width: 100%;
}
.howto .acd-label {
	height: 66px;
}
.howto .acd-label img {
	max-width: 153px;
}
.howto .acd-label::after {
	width: 20px;
	height: 20px;
}
.howto .acd-content {
	padding: 0 20px;
	text-align: center;
}
.howto .acd-check:checked~.acd-content {
	padding: 20px 12px;
}
/* アコーディオン内コンテンツ */
.howto .camp-att .acd-content .flow{
	display: block;
}
.howto .camp-att .acd-content .flow li{
	display: block;
	max-width: 100%;
	padding: 10px 5px 0;
}
.camp-att .acd-content .flow li:nth-child(2n),
.camp-att .acd-content .flow li:nth-child(4n) {
	max-width: 100%;
	margin: 7px 0;
	padding: 0;
}
.camp-att .acd-content .flow li:nth-child(2n) img,
.camp-att .acd-content .flow li:nth-child(4n) img{
	width: 20px;
	height: auto;
}
.howto .camp-att .acd-content .flow li .flow_num{
	max-width: 28px;
}
.howto .camp-att .acd-content .flow li .flow_text{
	margin-bottom: 20px;
}
.howto .sec_wrap .ly-block + .annotation{
	max-width: 100%;
	width:calc(100% - 30px);
}

/* ======= 吹き出し付きボタン／アンカーボタン ======= */
.btn_wrap.last{
	width:calc(100% - 30px);
}
.btn_wrap.last > p{
	margin-bottom: 10px;
}
.btn_wrap.last > p img{
	max-width: 290px;
}
.btn_wrap.last .anc_btn_wrap{
	max-width: 327px;
	margin: 24px auto;
}

/* ======= Pontaボーナスパークとは ======= */
.what_is_bp img{
	width: 100%;
}

/* ============== att =================== */
.att {
	padding: 30px 0;
}
.att .sec_ttl{
	margin-bottom: 20px;
}
.att .ly-block{
	padding: 30px;
}
.att_item + .att_item {
	margin-top: 20px;
}
.att_item_ttl{
	margin-bottom: 10px;
	padding-left: 1.5em;
}
.att_item_inner p,
.att_list-style {
	margin-top: 5px;
}
}

/* ======= CMS部分の不具合時対応（PC） ======= */
/* 全体を非表示 */
.recommend .product_wrap .product_list.product_list_featured_items.failure_ul ul,
.recommend .product_wrap .product_list.product_list_credit_items.failure_ul ul,
.recommend .product_wrap .product_list.product_list_money-entertainment_items.failure_ul ul{
	display: flex;
	justify-content: center;
	align-items: center;
	background-color: #fff;
}
.recommend .product_wrap .product_list.product_list_featured_items.failure_ul ul::before,
.recommend .product_wrap .product_list.product_list_credit_items.failure_ul ul::before,
.recommend .product_wrap .product_list.product_list_money-entertainment_items.failure_ul ul::before {
	display: block;
	content:'キャンペーン情報は準備中です。';
	font-size: 20px;
	color: #999;
}
.recommend .product_wrap .product_list.product_list_featured_items.failure_ul ul li,
.recommend .product_wrap .product_list.product_list_credit_items.failure_ul ul li,
.recommend .product_wrap .product_list.product_list_money-entertainment_items.failure_ul ul li{
	display: none !important;
}
/* 個別を非表示 */
.recommend .product_wrap .product_list.product_list_featured_items.failure_li_01 ul li:nth-child(1),
.recommend .product_wrap .product_list.product_list_credit_items.failure_li_01 ul li:nth-child(1),
.recommend .product_wrap .product_list.product_list_money-entertainment_items.failure_li_01 ul li:nth-child(1),
.recommend .product_wrap .product_list.product_list_featured_items.failure_li_02 ul li:nth-child(2),
.recommend .product_wrap .product_list.product_list_credit_items.failure_li_02 ul li:nth-child(2),
.recommend .product_wrap .product_list.product_list_money-entertainment_items.failure_li_02 ul li:nth-child(2),
.recommend .product_wrap .product_list.product_list_featured_items.failure_li_03 ul li:nth-child(3),
.recommend .product_wrap .product_list.product_list_credit_items.failure_li_03 ul li:nth-child(3),
.recommend .product_wrap .product_list.product_list_money-entertainment_items.failure_li_03 ul li:nth-child(3),
.recommend .product_wrap .product_list.product_list_featured_items.failure_li_04 ul li:nth-child(4),
.recommend .product_wrap .product_list.product_list_credit_items.failure_li_04 ul li:nth-child(4),
.recommend .product_wrap .product_list.product_list_money-entertainment_items.failure_li_04 ul li:nth-child(4){
	display: flex;
	justify-content: center;
	align-items: center;
	background-color: #fff;
}
.recommend .product_wrap .product_list.product_list_featured_items.failure_li_01 ul li:nth-child(1)::before,
.recommend .product_wrap .product_list.product_list_credit_items.failure_li_01 ul li:nth-child(1)::before,
.recommend .product_wrap .product_list.product_list_money-entertainment_items.failure_li_01 ul li:nth-child(1)::before,
.recommend .product_wrap .product_list.product_list_featured_items.failure_li_02 ul li:nth-child(2)::before,
.recommend .product_wrap .product_list.product_list_credit_items.failure_li_02 ul li:nth-child(2)::before,
.recommend .product_wrap .product_list.product_list_money-entertainment_items.failure_li_02 ul li:nth-child(2)::before,
.recommend .product_wrap .product_list.product_list_featured_items.failure_li_03 ul li:nth-child(3)::before,
.recommend .product_wrap .product_list.product_list_credit_items.failure_li_03 ul li:nth-child(3)::before,
.recommend .product_wrap .product_list.product_list_money-entertainment_items.failure_li_03 ul li:nth-child(3)::before,
.recommend .product_wrap .product_list.product_list_featured_items.failure_li_04 ul li:nth-child(4)::before,
.recommend .product_wrap .product_list.product_list_credit_items.failure_li_04 ul li:nth-child(4)::before,
.recommend .product_wrap .product_list.product_list_money-entertainment_items.failure_li_04 ul li:nth-child(4)::before{
	display: block;
	content:'読み込みできませんでした。';
	font-size: 20px;
	color: #999;
}
.recommend .product_wrap .product_list.product_list_featured_items.failure_li_01 ul li:nth-child(1) a,
.recommend .product_wrap .product_list.product_list_credit_items.failure_li_01 ul li:nth-child(1) a,
.recommend .product_wrap .product_list.product_list_money-entertainment_items.failure_li_01 ul li:nth-child(1) a,
.recommend .product_wrap .product_list.product_list_featured_items.failure_li_02 ul li:nth-child(2) a,
.recommend .product_wrap .product_list.product_list_credit_items.failure_li_02 ul li:nth-child(2) a,
.recommend .product_wrap .product_list.product_list_money-entertainment_items.failure_li_02 ul li:nth-child(2) a,
.recommend .product_wrap .product_list.product_list_featured_items.failure_li_03 ul li:nth-child(3) a,
.recommend .product_wrap .product_list.product_list_credit_items.failure_li_03 ul li:nth-child(3) a,
.recommend .product_wrap .product_list.product_list_money-entertainment_items.failure_li_03 ul li:nth-child(3) a,
.recommend .product_wrap .product_list.product_list_featured_items.failure_li_04 ul li:nth-child(4) a,
.recommend .product_wrap .product_list.product_list_credit_items.failure_li_04 ul li:nth-child(4) a,
.recommend .product_wrap .product_list.product_list_money-entertainment_items.failure_li_04 ul li:nth-child(4) a{
	display: none !important;
}

/* ======= CMS部分の不具合時対応（SP） ======= */
@media screen and (max-width: 767px) {
.recommend .product_wrap .product_list.product_list_featured_items.failure_ul ul::before,
.recommend .product_wrap .product_list.product_list_credit_items.failure_ul ul::before,
.recommend .product_wrap .product_list.product_list_money-entertainment_items.failure_ul ul::before,
.recommend .product_wrap .product_list.product_list_featured_items.failure_li_01 ul li:nth-child(1)::before,
.recommend .product_wrap .product_list.product_list_credit_items.failure_li_01 ul li:nth-child(1)::before,
.recommend .product_wrap .product_list.product_list_money-entertainment_items.failure_li_01 ul li:nth-child(1)::before,
.recommend .product_wrap .product_list.product_list_featured_items.failure_li_02 ul li:nth-child(2)::before,
.recommend .product_wrap .product_list.product_list_credit_items.failure_li_02 ul li:nth-child(2)::before,
.recommend .product_wrap .product_list.product_list_money-entertainment_items.failure_li_02 ul li:nth-child(2)::before,
.recommend .product_wrap .product_list.product_list_featured_items.failure_li_03 ul li:nth-child(3)::before,
.recommend .product_wrap .product_list.product_list_credit_items.failure_li_03 ul li:nth-child(3)::before,
.recommend .product_wrap .product_list.product_list_money-entertainment_items.failure_li_03 ul li:nth-child(3)::before,
.recommend .product_wrap .product_list.product_list_featured_items.failure_li_04 ul li:nth-child(4)::before,
.recommend .product_wrap .product_list.product_list_credit_items.failure_li_04 ul li:nth-child(4)::before,
.recommend .product_wrap .product_list.product_list_money-entertainment_items.failure_li_04 ul li:nth-child(4)::before{
	font-size: 18px;
}
}