@charset "utf-8";
/* ============== 共通 =================== */
#contents {
	padding: 0;
	font-size: 14px;
	text-align: center;
	line-height: 1.6;
	color: #333333;
	background-color: #dceaf7;
	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;
	background: url(https://pntc.sslcs.cdngc.net/cdn/campaign/ponta-scarlet/img/bg.png);
}
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;
}
/*注釈テキスト*/
.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 > li::before {
	content: "(" counter(number) ")";
	counter-increment: number 1;
}
/* ============== btn =================== */
.btn {
	display: block;
	cursor: pointer;
}
/*終了対応*/
#contents .close_btn {
	position: relative;
	pointer-events: none;
}
#contents .close_btn::after {
	content:"※本キャンペーンは終了しました";
	width: 104%;
	height: 120%;
	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 =================== */
.lead_wrap {
	width: calc(100% - 90px);
	margin: 20px auto 0;
	padding: 30px 20px 20px;
	background-color: #fff;
}
.course_item {
	width: calc(100% - 90px);
	margin-right: auto;
	margin-left: auto;
	padding-bottom: 25px;
	background-color: #fff;
}
.course_att {
	margin-top: 15px;
}
.movie_course {
	margin-top: 20px;
}
.movie_btn {
	width: calc(100% - 90px);
	max-width: 770px;
	margin: 30px auto 0;
}
.movie_detail_btn {
	width: 383px;
	margin: 13px auto 0;
}
.movie_btn img {
	width: 100%;
}
.point_course {
	margin-top: 22px;
}
.point_att {
	width: calc(100% - 50px);
	margin: 5px auto 0;
	padding-left: 1em;
	text-align: left;
	text-indent: -1em;
}
.point_btn_wrap {
	width: calc(100% - 74px);
	margin: 70px auto 0;
	padding: 37px 20px 28px;
	position: relative;
	background-color: #ffc6b2;
	border-radius: 6px;
}
.point_btn_balloon {
	width: 136px;
	position: absolute;
	top: -56px;
	left: -3px;
	z-index: 10;
}
.point_btn img {
	width: 100%;
}
.partner_warp {
	width: calc(100% - 90px);
	margin: 20px auto 0;
}
.point_up_wrap {
	margin-top: 40px;
	background-color: #ffde55;
	padding-bottom: 55px;
}
.point_up_btn {
	margin-top: 30px;
}
.incentive {
	margin-top: 41px;
}
.incentive_list {
	width: calc(100% - 110px);
	margin: 35px auto 0;
	display: grid;
	grid-template-columns: repeat(2, 1fr);
	column-gap: 20px;
	row-gap: 40px;
}
.incentive_note_txt {
	margin-top: 5px;
}
.info {
	padding: 40px 0 30px;
	background-color: #ff9123;
}
.info_ttl {
	width: calc(100% - 517px);
	margin: 0 auto;
}
.info_bnr {
	display: block;
	margin-top: 30px;
}
.movie_wrap {
	padding: 120px 90px 130px;
	background-color: #231815;
	color: #fff;
}
.movie_youtube {
	max-width: 560px;
	margin: 85px auto 0;
	aspect-ratio: 560 / 315;
}
.movie_link {
	margin-top: 60px;
	font-size: 23px;
	font-weight: bold;
}
/* ============== att =================== */
.att {
	padding: 60px 45px 50px;
	text-align: left;
	background-color: #7ebee8;
}
.att_header {
	cursor: pointer;
}
.att_ttl {
	padding: 18px 0;
	position: relative;
	display: flex;
	justify-content: center;
	align-items: center;
	gap: 14px;
	background-color: #231815;
}
.att_ttl::before {
	content: "";
	width: 2.5%;
	aspect-ratio: 22 / 25;
	background: url(https://pntc.sslcs.cdngc.net/cdn/campaign/ponta-scarlet/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::before {
	transform: rotate(90deg);
}
.att_ttl img {
	width: 23.7%;
}
.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: #ec78a1;
	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-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 {
	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 .close_btn::after {
		font-size: 1.8rem;
	}
	/* ============== LP =================== */
	.lead_wrap {
		width: calc(100% - 32px);
		margin-top: 7px;
		padding: 11px 7px 8px;
	}
	.course_item {
		width: calc(100% - 32px);
		padding-bottom: 9px;
	}
	.course_att {
		margin-right: 10px;
		margin-left: 10px;
	}
	.movie_btn {
		width: calc(100% - 38px);
		margin-top: 10px;
	}
	.movie_detail_btn {
		width: calc(100% - 177px);
		margin-top: 5px;
	}
	.point_att {
		margin-right: 10px;
		margin-left: 10px;
	}
	.point_btn_wrap {
		width: calc(100% - 26px);
		margin-top: 25px;
		padding: 13px 7px 10px;
	}
	.point_btn_balloon {
		width: 16.7%;
		top: -20px;
		left: -1.5px;
	}
	.partner_warp {
		width: calc(100% - 32px);
		margin-top: 7.5px;
	}
	.point_up_wrap {
		margin-top: 15px;
		padding-bottom: 13px;
	}
	.point_up_btn {
		width: calc(100% - 45px);
		margin: 11px auto 0;
	}
	.incentive {
		margin-top: 16px;
	}
	.incentive_list {
		width: calc(100% - 30px);
		margin-top: 15px;
		grid-template-columns: 1fr;
		row-gap: 15px;
	}
	.info {
		padding: 14px 0 17.5px;
	}
	.info_ttl {
		width: calc(100% - 183px);
	}
	.info_bnr {
		margin-top: 11px;
	}
	.movie_wrap {
		padding: 42px 31px 48px;
	}
	.movie_youtube {
		width: 70.4%;
		margin-top: 30px;
	}
	.movie_link {
		margin-top: 20px;
		font-size: 14px;
	}
	/* ============== att =================== */
	.att {
		padding: 17.5px 16px;
	}
	.att_ttl {
		padding-top: 6px;
		padding-bottom: 6px;
		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;
	}
}