@charset "utf-8";
/* ============== 共通 =================== */
#contents {
	padding: 0;
	font-size: 14px;
	text-align: center;
	line-height: 1.6;
	color: #333333;
	background-color: #d3f0ff;
	overflow: hidden;
}
#contents * {
	box-sizing: border-box;
}
#contents a {
	color: #0099cc;
	text-decoration: underline;
}
#contents a:hover {
	opacity: 0.7;
}
.inner {
	width: 100%;
	max-width: 970px;
	margin: 0 auto;
}
figure {
	margin: 0;
}
.display_sp {
	display: none;
}
.end_txt {
	padding: 20px 0;
	font-size: 180%;
	font-weight: bold;
	text-align: center;
	line-height: 1;
	color: #f50028;
	background-color: #fff;
}
.mt-10 {
	margin-top: 10px !important;
}
li {
  list-style: none; /* ドットを消す */
  padding: 0;       /* 左側の余白を消す */
  margin: 0;        /* 外側の余白を消す */
}
/*注釈テキスト*/
.note_txt {
	padding-left: 1em;
	font-size: 12px;
	font-weight: normal;
	line-height: 1.6;
	color: #999;
	text-indent: -1em;
}
/*角丸ブロック*/
.round_block {
	border-radius: 8px;
}
/*中黒リスト*/
.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_noblank {
	padding-left: 1em;
}
.num_list > li::before {
	content: "(" counter(number) ")";
	counter-increment: number 1;
}
/* ============== btn =================== */
.btn {
	display: block;
	cursor: pointer;
}
/*終了対応*/
#contents .close_btn {
	position: relative;
	pointer-events: none;
}
#contents .more_btn.close_btn {
	max-width: 600px;
	margin-right: auto;
	margin-left: auto;
}
#contents .close_btn::after {
	content:"※本キャンペーンは終了しました";
	width: 104%;
	height: 102%;
	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;
}
/* ============== LP =================== */
.join {
	position: relative;
}
.join::before {
	content: "";
	width: 18vw;
	height: 11.5vw;
	max-width: 190px;
	max-height: 117px;
	background: url(https://pntc.sslcs.cdngc.net/cdn/campaign/ponta_teikei_summer2026/img/join_badge.gif) 0 0 / contain no-repeat;
	position: absolute;
	left: -2vw;
	top: -13px;
	z-index: 2;
}
.join_wrap{
    max-width: 970px;
    margin: 0 auto;
    padding: 35px 0;
    background-image: url(https://pntc.sslcs.cdngc.net/cdn/campaign/ponta_teikei_summer2026/img/bg_join_att.png);
}
.join_item {
	width: calc(100% - 78px);
	margin-right: auto;
	margin-left: auto;
	background-color: #fff;
}
.join_att {
    width: calc(100% - 50px);
    margin: 25px auto 0;
    padding-left: 1em;
    text-align: left;
    text-indent: -1em;
	font-size: 2rem;
	letter-spacing: -0.008em;
}
.join_att_content{
	color: #ff0000;
}
.join_att_btn{
	padding-bottom: 30px;
}
.join_btn_wrap {
    width: calc(100% - 54px);
    margin: 50px auto 0;
    padding: 30px 25px;
	background: url(https://pntc.sslcs.cdngc.net/cdn/campaign/ponta_teikei_summer2026/img/btn_bg.png) 0 0 / contain no-repeat;
	background-size: cover;
    border-radius: 8px;
	position: relative;
}
.join_btn_wrap::before {
	content: "";
	max-width: 25.26vw;
	max-height: 5.05vw;	
	width: 245px;
	height: 49px;
	background: url(https://pntc.sslcs.cdngc.net/cdn/campaign/ponta_teikei_summer2026/img/btn_ttl.png) 0 0 / contain no-repeat;
	position: absolute;
	top: -2%;
	left: 50%;
	z-index: 2;
	transform: translate(-50%, -50%);
}
.partner_wrap {
	width: 100%;
	padding: 35px 25px;
	background-color: #0068b7;
}
.more_wrap {
    background-image: url(https://pntc.sslcs.cdngc.net/cdn/campaign/ponta_teikei_summer2026/img/bg_more.png);
	padding-bottom: 40px;
	position: relative;
}
.more_wrap:before {
	content: "";
	width: 16.60vw;
	height: 10.00vw;
	max-width: 161px;
	max-height: 97px;
	background: url(https://pntc.sslcs.cdngc.net/cdn/campaign/ponta_teikei_summer2026/img/more_badge.gif) 0 0 / contain no-repeat;
	position: absolute;
	left: 1vw;
	top: -25px;
	z-index: 2;
}
.more_btn {
	margin-top: 15px;
}
.incentive_list {
	width: calc(100% - 110px);
	margin: 35px auto 0;
	display: grid;
	grid-template-columns: repeat(2, 1fr);
	column-gap: 20px;
	row-gap: 20px;
}
.incentive_att {
    padding-left: 1em;
    text-align: left;
    text-indent: -1em;
	font-size: 2rem;
	letter-spacing: -0.008em;
	color: #ff0000;
	margin-top: 15px;
}
.info {
	padding: 40px 0 50px;
	background-color: #ff9123;
}
.info_ttl {
	width: calc(100% - 517px);
	margin: 0 auto;
	font-size: 0;
}
.info_bnr {
	display: block;
	margin-top: 20px;
}
/* ============== att =================== */
.att {
	padding: 50px 45px;
	text-align: left;
    background-image: url(https://pntc.sslcs.cdngc.net/cdn/campaign/ponta_teikei_summer2026/img/bg_join_att.png);
}
.att_header {
	cursor: pointer;
}
.att_ttl {
	padding: 18px 0;
	position: relative;
	display: flex;
	justify-content: center;
	align-items: center;
	gap: 14px;
	background-color: #000000;
}
.att_ttl::after {
	content: "";
	width: 2.5%;
	aspect-ratio: 22 / 25;
	background: url(https://pntc.sslcs.cdngc.net/cdn/campaign/ponta_teikei_summer2026/img/btn_right-arrow.png);
	background-size: contain;
	background-position: center;
	background-repeat: no-repeat;
	display: block;
	transition: 0.3s;
}
.att_header.open .att_ttl::after {
	transform: rotate(90deg);
}
.att_ttl img {
	width: 31%;
}
.att_list {
	width: 100%;
	display: none;
	padding: 6.8% 60px;
	background-color: #fff;
}
.att_item + .att_item {
	margin-top: 30px;
}
.att_item_ttl {
	font-size: 14px;
	font-weight: bold;
	line-height: 1.3;
	padding-left: 1.5em;
	position: relative;
}
/*「●」タイプのリスト用*/
.att_item_ttl::before {
	content: "";
	display: block;
	background-color: #0068b7;
	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;
	margin-left: 0;
}
.att_item_inner p + p {
	margin-top: 0;
}
.att_item_img {
	text-align: center;
	margin-top: 20px;
}
.att_item_img + * {
	margin-top: 20px;
}
.att .dot_list,
.att .num_list,
.att_small_unit,
.att_small_unit + * {
	margin-top: 10px;
}
.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,
.att_small_unit .ml-05 {
	margin-left: 0.5em;
}
.att .em_font {
	color: #f50028;
	font-weight: bold;
}
/* shop accordion */
.att_shop_list .scroll {
	background: #ffffcc;
	padding: 20px;
	border-radius: 10px;
	margin: 10px 0;
	height: 23em;
	overflow-y: scroll;
}
.att_shop_list .shop_ttl {
	font-weight: 700;
	font-size: 1.5rem;
	color: #000000;
	cursor: pointer;
	margin: 0 0 10px 10px;
}
.att_shop_list li div {
	display: none;
	padding-bottom: 15px;
}
.att_shop_list li {
	margin-bottom: 5px;
}
.shop_arrow {
	position: relative;
	display: inline-block;
	padding-left: 33px;
	vertical-align: middle;
	text-decoration: none;
}
.shop_arrow::before,
.shop_arrow::after {
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	margin: auto;
	content: "";
	vertical-align: middle;
}
.shop_arrow::before {
	width: 24px;
	height: 24px;
	-webkit-border-radius: 50%;
	border-radius: 50%;
	background: #000000;
}
.shop_arrow::after {
	left: 9px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	width: 6px;
	height: 6px;
	border: 6px solid transparent;
	border-left: 9px solid #fff100;
}
.shop_ttl.open .shop_arrow::after {
	left: 6px;
	top: 5px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	width: 6px;
	height: 6px;
	border: 6px solid transparent;
	border-top: 9px solid #fff100;
}
.att_shop_list .att_hot{
	margin: 18px auto;
	padding-left: 20px;
	font-weight: bold;
}
.att_shop_list ul {
	margin-left: 25px;
	padding-left: 1em;
	text-indent: -1em;
}
.att_shop_list dl {
	margin-left: 25px;
	margin-top: 5px;
}
.att_shop_list dl dd > ul {
	margin-left: 0;
}

/* コンテンツ（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 =================== */
	/*終了対応*/
	#contents .more_btn.close_btn {
		max-width: none;
	}
	#contents .close_btn::after {
		font-size: 1.8rem;
	}
	/* ============== LP =================== */
	.join_item {
		width: calc(100% - 30px);
	}
	.join_wrap{
		padding: 15px 0;
		background-size: 100% auto;
	}
	.join_att{
		font-size: 1.2rem;
		width: auto;
		line-height: 1.3;
		margin: 10px 10px 0 10px;
	}
	.join_btn_wrap{
		width: calc(100% - 30px);
		padding: 12px 10px;
		margin-top: 20px;
		border-radius: 4px;
	}
	.join::before {
		width: 83px;
		height: 57px;
	}
	.join_att_btn{
		padding-bottom: 10px;
	}	
	.partner_wrap {
		padding: 15px;
	}
	.more_wrap {
		padding-bottom: 15px;
	}
	.more_wrap:before {
		width:62px;
		height: 38px;
		top: -10px;
	}
	.more_btn {
		width: calc(100% - 45px);
		margin: 10px auto 0;
	}
	.incentive_list {
		width: calc(100% - 60px);
		margin-top: 15px;
		grid-template-columns: 1fr;
		row-gap: 15px;
	}
	.incentive_att{
		font-size: 1.2rem;
		width: auto;
		line-height: 1.3;
		margin-top: 10px;
	}	
	/* ============== att =================== */
	.att {
		padding: 17.5px 16px;
		background-size: 100% auto;
	}
	.att_ttl {
		padding-top: 10px;
		padding-bottom: 10px;
		gap: 5px;
	}
	.att_list {
		padding: 7.8% 22px;
	}
	.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;
	}
	/* accordion */
	.att_shop_list {
		margin-bottom: 20px;
	}
	.att_shop_list .shop_ttl {
		margin-left: 45px;
		text-indent: -35px;
	}
}