@charset "utf-8";
/* ============== 共通 =================== */
#contents {
	background-color: #ffffff;
	padding: 0 0 10px;
	color: #333;
	text-align: center;
	font-size: 14px;
	line-height: 1.6;
}
#contents * {
	box-sizing: border-box;
}
#contents a {
	color: #0099cc;
	text-decoration: underline;
}
#contents a:hover {
	opacity: 0.7;
}
.display-sp {
	display: none;
}
.end_txt {
	margin: 20px auto;
	font-weight: bold;
	color: #FF0004;
	font-size: 180%;
	text-align: center;
}
/*コンテンツ幅*/
.ly-block {
	margin: auto;
	max-width: 970px;
	width:calc(100% - 60px);
}
/* ============== btn =================== */
.btn_wrap {
	margin-inline: auto;
}
#contents .btn {
	color: #ffffff;
	font-size: 14px;
	font-weight: bold;
	text-decoration: none;
}
.btn {
	display: flex;
	align-items: center;
	justify-content: center;
	background-color: #ff9123;
	background-image: url(https://pntc.sslcs.cdngc.net/cdn/campaign/app_2309/img/btnarrow_right.png);
	background-size: 20px;
	background-position: center right 15px;
	background-repeat: no-repeat;
	border-radius: 5px;
	width: 100%;
	max-width:400px;
	height: 50px;
	margin: 0 auto;
	position: relative;
}
.btn_att {
	color: #999999;
	font-size: 12px;
	margin-top: 20px;
}
.btn_att-em {
	color: #f50028;
}
/*終了対応*/
#contents .btn_close {
	position: relative;
	pointer-events: none;
}
#contents .btn_close::after {
	content:"※本キャンペーンは終了しました";
	display: flex;
	align-items: center;
	justify-content: center;
	color: #ffffff;
	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;
}
/* ============== LP =================== */
.top {
	margin-bottom: 30px;
}
.top_ttl {
	background: #FAA149;
}
.top_date {
	background: #F8EECE;
	padding: 11px 0;
	font-size: 0;
}
.nav {
	position: sticky;
	top: 0;
	left: 0;
	right: 0;
	margin: auto;
	width: calc(100% - 40px);
	max-width: 920px;
	padding: 10px 0 0;
	z-index: 100;
}
.nav_list {
	display: flex;
	align-items: center;
	justify-content: center;
	gap: 0 39px;
}
.nav_item {
	cursor: pointer;
}
.btn_chatch-01 {
	margin: 50px 0 25px;
}
.sec {
	margin-top: 70px;
}

.sec-03 {
	padding-bottom: 80px;
}
.sec_ttl {
	width: 100%;
	border-top: 8px solid;
}
.sec_ttl-01 {
	padding-top: 13px;
	border-color: #E7648C;
	background: linear-gradient(#FFEAF0 82%, #fff 0%);
}
.sec_ttl-02 {
	padding-top: 15px;
	border-color: #4fb3d4;
	background: linear-gradient(#ddf2f9 92%, #fff 0%);
}
.sec_ttl-03 {
	padding-top: 30px;
	border-color: #ff9123;
	background: linear-gradient(#ffffd6 93%, #fff 0%);
}
.sec_lead {
	font-size: 18px;
	font-weight: bold;
	line-height: 1.5;
}
.sec_lead_em {
	font-size: 14px;
	font-weight: bold;
	color: #f50028;
	margin-top: 10px;
}
.sec-02 .sec_lead {
	margin-top: 21px;
}
.sec_subttl {
	margin-bottom: 35px;
}
.sec_subttl-01 {
	margin-top: 46px;
}
.sec_subttl-02 {
	margin-top: 50px;
}
.sec_subttl-03 {
	margin-top: 40px;
}
.sec_txt {
	font-size: 20px;
	font-weight: bold;
	margin-bottom: 25px;
	line-height: 1.6;
}
.versus {
	display: flex;
	border-radius: 8px;
	overflow: hidden;
	position: relative;
}
.versus_icon {
	position: absolute;
	top: 256px;
  left: 50%;
  transform: translateX(-50%);
}
.versus_movie,
.versus_lottery {
	width: 50%;
	padding: 40px 0;
	display: flex;
	flex-direction: column;
}
.versus_movie {
	background: #FAC999;
}
.versus_lottery {
	background: #C6EDC0;
}
.versus_lead {
	font-size: 16px;
	font-weight: bold;
	line-height: 1.5;
	margin-top: 20px;
	display: flex;
	flex-direction: column;
	flex-grow: 1;
}
.versus_movie .versus_lead {
	margin-bottom: 25px;
}
.versus_lottery .versus_lead {
	margin-bottom: 16px;
}
.versus_img {
	margin-bottom: 30px;
}
.versus_lottery_catch {
	font-size: 16px;
	font-weight: bold;
	line-height: 1.5;
	margin-bottom: 16px;
	color: #2fa700;
}
.versus_balloon {
	border-radius: 25px;
	background: #fff;
	padding: 11px 8%;
	font-size: 18px;
	font-weight: bold;
	position: relative;
	width: fit-content;
	margin-inline: auto;
}
.versus_balloon-movie {
	color: #db6e01;
}
.versus_balloon-lottery {
	color: #2fa700;
}
.versus_balloon:after {
	content: '';
	display: inline-block;
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 7px 4px 0 4px;
	border-color: #fff transparent transparent transparent;
	position: absolute;
	bottom: -7px;
	left: 0;
	right: 0;
	margin: auto;
}
.versus_txt {
	font-size: 24px;
	line-height: 1.3;
	margin-top: 20px;
	font-weight: bold;
}
.versus_txt span {
	display: block;
	font-size: 18px;
}

.step {
	border-radius: 8px;
	border: 2px solid;
	overflow: hidden;
}
.step + .step {
	margin-top: 35px;
}
.step_ttl {
	display: flex;
	align-items: center;
	padding: 22px 42px 20px;
	text-align: left;
	gap: 0 16px;
}
.step_ttl_txt {
	font-size: 22px;
	line-height: 1.5;
	font-weight: bold;
	flex: 1;
}
.step-01 {
	border-color: #e7648c;
}
.step-01 .step_ttl {
	background: #FFEAF0;
}
.step_ttl_note {
	font-size: 14px;
	margin-top: 5px;
}
.step-02 {
	border-color: #50B3D4;
}
.step-02 .step_ttl {
	background: #DDF2F9;
}
.step_ttl_num {
	width: 74px;
	height: 74px;
	border-radius: 50%;
	font-size: 24px;
	font-weight: bold;
	color: #fff;
	line-height: 1;
	display:flex;
	justify-content: center;
	align-items: center;
	flex-direction: column;
}
.step_ttl_num_txt {
	display: block;
	font-size: 14px;
	margin-bottom: 6px;
	letter-spacing: 1px;
}
.step_ttl_em {
	font-size: 20px;
	color: #e7648c;
}
.step-01 .step_ttl_num {
	background: #E7648C;
}
.step-02 .step_ttl_num {
	background: #3DA7CA;
}
.step_cnt {
	padding: 30px 20px 35px;
}
.step_cnt_ttl {
	border-radius: 25px;
	padding-block: 7px;
	margin-bottom: 30px;
}
.step_cnt_ttl-movie {
	background: #FAC999;
}
.step_cnt_ttl-lottery {
	background: #C6EDC0;
}
.step_cnt_inner {
	padding-inline: 40px;
}
.step_cnt_chatch {
	text-align: left;
	font-size: 18px;
}
.step_cnt_lead {
	text-align: left;
	font-size: 20px;
	font-weight: bold;
	margin-bottom: 29px;
}
.movie .step_cnt_lead b {
	color: #db6e01;
}
.lottery {
	margin-top: 50px;
}
.lottery .step_cnt_lead b {
	color: #2fa700;
}
.step_cnt .att {
	margin: 20px 0 0;
}
.app {
	border-radius: 8px;
}
.app_ttl {
	margin-bottom: 30px;
}
.app_txt {
	font-size: 14px;
	font-weight: bold;
}
.app_movie_txt {
	text-align: left;
	grid-row: 1 / 2;
	grid-column: 2 / 3;
}
.app_movie_inner {
	display: grid;
	gap: 0 54px;
}
.app_movie_img {
	grid-row: 1 / 4;
	grid-column: 1 / 2;
}
.app-movie {
	background: #FFDEB7;
	padding: 25px 80px;
}
.app_list-wrap {
	text-align: left;
	border-radius: 10px;
	background: #fff;
	padding: 15px;
}
.app_list-wrap-movie {
	margin-top: 39px;
	grid-row: 2 / 3;
	grid-column: 2 / 3;
	width: fit-content;
}
.app_list {
	text-align: left;
	display: grid;
	gap: 10px 22px;
}
.app_as {
	grid-row: 1 / 2;
	grid-column: 1 / 2;
}
.app_gp {
	grid-row: 2 / 3;
	grid-column: 1 / 2;
}
.app_qr {
	grid-row: 1 / 3;
	grid-column: 2 / 3;
	text-align: right;
}
.app_att {
	text-align: left;
	font-size: 12px;
	margin-top: 23px;
}
.app_att > li {
	padding-left: 1em;
	text-indent: -1em;
}
.app-lottery {
	background: #E2FBDC;
	display: flex;
	padding: 20px 0 30px;
}
.app_lottery_inner {
	width: 50%;
	padding: 5px 30px 0;
}
.app_lottery_inner + .app_lottery_inner {
	border-left: 1px solid #a3a3a3;
}
.app_lead {
	font-size: 14px;
	font-weight: bold;
	line-height: 1.5;
	margin-bottom: 30px;
}
.app_list-wrap-lottery {
	margin-top: 30px;
}
.app_list-wrap-lottery .app_list {
	align-content: space-between;
}
.app-lottery .btn {
	margin-top: 30px;
}
.step_sub-cnt {
	border-radius: 8px;
	background: #F4F4F4;
	padding: 30px;
	margin-top: 30px;
}
.present-movie {
	width: 100%;
	background: url(https://pntc.sslcs.cdngc.net/cdn/campaign/app_2309/img/present_bg_movie.png) no-repeat;
	aspect-ratio: 846 / 312;
	background-size: contain;
	padding-top: 11%;
}
.present_txt-wrap {
	width: 100%;

}
.present-lottery {
	width: 846px;
	width: 100%;
	background: url(https://pntc.sslcs.cdngc.net/cdn/campaign/app_2309/img/present_bg_lottery.png) top center no-repeat;
	background-size: contain;
	padding: 13% 0 4%;
}
.present-login {
	background: url(https://pntc.sslcs.cdngc.net/cdn/campaign/app_2309/img/present_bg_login.png) top center no-repeat;
	padding-top: 11%;
	aspect-ratio: 926 / 274;
	background-size: contain;
	margin-top: 30px;
}
.present_txt {
	color: #c91111;
	font-size: 29px;
	font-weight: bold;
	line-height: 1.1;
}
.present_txt b {
	color: #333;
	display: block;
	font-size: 22px;
	line-height: 1.45;
}
.present_note {
	font-size: 14px;
	line-height: 2.14;
	margin-top: 15px;
}
.point {
	position: relative;
}
.point:before {
	content: "";
	display: block;
	width: 138px;
	height: 161px;
	background: url(https://pntc.sslcs.cdngc.net/cdn/campaign/app_2309/img/point_ponta.png);
	position: absolute;
	right: 13px;
	top: -122px;
}


input[type="checkbox"].att-check {
	display: none;
}
.att-check:checked + .att-label {
	border-radius: 10px 10px 0 0;
}
.att-label {
	border: 1px solid;
	border-radius: 8px;
	display: flex;
	align-items: center;
	justify-content: center;
	font-size: 14px;
	font-weight: bold;
	background-color: #fff;
	line-height: 1.4;
	position: relative;
	/* transition: .5s; */
	width: 100%;
	height: 50px;
}
.att-label:after {
	content: '';
	position: absolute;
	top: 0;
	bottom: 0;
	margin: auto;
	right: 30px;
	height: 26px;
	width: 26px;
	border-radius: 50%;
	border:1px solid;
}
.att-label b:before,
.att-label b:after {
	content: "";
	position: absolute;
	top: 0;
	bottom: 0;
	margin: auto;
	right: 39px;
	height: 2px;
	width: 10px;
	pointer-events: none;
}
.sec-01 .att-label b:before,
.sec-01 .att-label b:after {
	background: #e7648c;
}
.sec-02 .att-label b:before,
.sec-02 .att-label b:after {
	background: #50B3D4;
}
.att-label b:after {
	transform: rotate(90deg);
}
.sec-01 .att-label:after {
	border-color: #E7648C;
	color: #E7648C;
}
.sec-02 .att-label:after {
	border-color: #50B3D4;
	color: #50B3D4;
}

.att-check:checked + .att-label b:after {
	display: none;
}
.sec-01 .att-label {
	border-color: #e7648c;
	color: #e7648c;
}
.sec-02 .att-label {
	border-color: #50B3D4;
	color: #50B3D4;
}
.att-check:checked ~ .att-cnt {
	height: auto;
	/* transition: .5s; */
	padding: 40px;
	opacity: 1;
	visibility: visible;
	border: 1px solid;
	border-top: 0;
}
.sec-01 .att-check:checked ~ .att-cnt {
	border-color: #E7648C;
}
.sec-02 .att-check:checked ~ .att-cnt {
	border-color: #50B3D4;
}
.att-cnt {
	border-radius: 0 0 8px 8px;
	border-top: 0;
	height: 0;
	opacity: 0;
	/* transition: .5s; */
	visibility: hidden;
	margin: 0 auto;
	padding: 0 40px;
	background-color: #fff;
	text-align: left;
	overflow: hidden;
}
.btn-app {
	margin-top: 50px;
}
.step_sub-cnt_ttl {
	font-size: 20px;
	font-weight: bold;
	margin-bottom: 15px;
}
.step_sub-cnt_lead {
	font-size: 14px;
}
.step_sub-cnt_note {
	font-size: 12px;
	color: #999;
	line-height: 1.86;
}
.step_sub-cnt_img {
	margin-top: 30px;
}
.camp-att {
	margin-top: 30px;
}
.login_app {
	display: flex;
	text-align: left;
	padding-inline: 47px;
}
.login_app_inner .app_list {
	justify-content: center;
}
.login_app_inner-left {
	display: flex;
	flex-direction: column;
	align-items: flex-start;
	width: 365px;
	gap: 11px;
}
.login_app_inner-right {
	flex: 1;
	padding-top: 18px;
}
.login_app_inner .app_list {
	gap: 10px 30px;
}
.login_app_txt {
	font-size: 14px;
	font-weight: normal;
	margin-bottom: 20px;
}
.step_cnt-note {
	font-size: 12px;
	color: #999;
	margin-top: 19px;
}
.login_note {
	margin-top: 48px;
	text-align: left;
	font-size: 12px;
	color: #999;
	padding-left: 1em;
	text-indent: -1em;
}
.sec-03 .sec_lead {
	margin-top: 19px;
}
.btn_chatch-02 {
	margin: 50px 0 30px;
}
.acd-content_lead {
	font-size: 14px;
  font-weight: 700;
  margin-bottom: 40px;
  text-align: center;
}
.acd-content_list p {
	margin-bottom: 40px;
}
.acd-content_list:not(:last-child), .acd_step3_choice {
	margin-bottom: 40px;
}
.acd_xp {
	padding-left: 24px;
	text-indent: -24px;
}
.img_step1_img {
	margin: 0 auto;
	max-width: 670px;
	width: 80%;
	text-align: center;
}
.acd-content_list:not(:last-child), .acd_step3_choice {
	margin-bottom: 40px;
}
.acd_step1-3_choice {
	margin: 40px 0 20px 24px;
}
.acd_step1-3_choice dt {
	font-weight: 700;
	margin-bottom: 6px;
}
.acd_step1-3_choice dd {
	margin-left: 25px;
}
.acd_step1-3_choice dd:not(:last-child) {
	margin-bottom: 14px;
}
.img_step1-3_web_wrap {
	margin: 0 auto 20px;
	max-width: 400px;
	width: 71%;
}
.cm_att {
	font-size: 12px;
	line-height: 1.6;
	font-weight: normal;
	color: #999;
	text-indent: -1em;
	padding-left: 1em;
}
.balloon {
	position: relative;
	display: flex;
	align-items: center;
	justify-content: center;
	height: 45px;
	margin: 40px auto 0;
	background-color: #fff;
	border: 1px solid #50B3D4;
	border-radius: 8px;
	font-size: 14px;
	font-weight: bold;
	color: #333;
	text-align: center;
	cursor: pointer;
}
.balloon::before {
	position: absolute;
	bottom: -10px;
	left: 50%;
	box-sizing: border-box;
	width: 20px;
	height: 20px;
	content: "";
	background-color: #ddf2f9;
	border-radius: 50%;
	transform: translateX(-50%);
}
.balloon::after {
	position: absolute;
	bottom: 0;
	left: 50%;
	width: 5px;
	height: 5px;
	margin-bottom: -3px;
	margin-left: -1px;
	content: "";
	border-right: 1px solid #4fb3d4;
	border-bottom: 1px solid #4fb3d4;
	transform: rotate(45deg) translateX(-50%);
}



/* ============== att =================== */
.att {
	overflow: hidden;
	margin: 50px auto 70px;
	text-align: left;
}
.att_list {
	/* width: calc(100% - 60px); */
	max-width: 830px;
	/* margin: 6.8% auto; */
	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: 1.5em;
	position: relative;
}
/*「●」タイプのリスト用*/
.att_item_ttl::before {
	content: "";
	display: block;
	border-radius: 50%;
	width: 14px;
	height: 14px;
	position: absolute;
	top: 2px;
	left: 0;
}
.sec-01 .att_item_ttl::before {
	background-color: #e7648c;
}
.sec-02 .att_item_ttl::before {
	background-color: #50B3D4;
}
.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;
	color: #999;
}
.att_list-style-black {
	color: #333;
}
.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;
}
.att_note {
	color: #f50028;
}
.att_txt {
	margin-top: 15px;
}
.att_item > .att_list-style {
	margin-top: 0;
}
.att_note + .att_small-unit {
	margin: 15px 0;
}
.att_small-unit dd + dt {
	margin-top: 15px;
}

@media screen and (max-width: 920px) {
	.app_list-wrap-movie {
    margin-top: 10px;
	}
	.present_txt {
    font-size: 23px;
	}
	.present_txt b {
		font-size: 19px;
	}
	.present_note {
		margin-top: 10px;
		font-size: 12px;
	}
	.point:before {
    width: 120px;
		background-repeat: no-repeat;
		background-size: contain;
	}
	.present-login .present_txt {
    top: 40%;
	}
	.present_txt-lottery {
		top: 40%;
	}
}
@media screen and (max-width: 878px) {
	.app_lead .display-pc {
		display: none;
	}
}

/* コンテンツ（SP：767px以下）
========================================================*/
@media screen and (max-width: 767px) {
	/* ============== 共通 =================== */
	.display-pc {
		display: none;
	}
	.display-sp {
		display: block;
	}
	.end_txt {
		font-size: 150%;
	}
	.ly-block {
		width: calc(100% - 30px);
	}
/* ============== btn =================== */
	.btn_wrap {
		width: calc(100% - 90px);
		margin: 0 auto;
	}
	.btn {
		max-width: 100%;
	}
	.btn_att {
		text-align: left;
		text-indent: -1em;
		margin-top: 15px;
		padding-left: 1em;
	}
	/*終了対応*/
	#contents .btn_close::after {
		font-size: 1.8rem;
	}
/* ============== LP =================== */
.top {
	margin-bottom: 15px;
}
.top_date {
	padding: 8px 44px;
	font-size: 0;
}
.nav {
	width: calc(100% - 30px);
	padding: 10px 0 0;
	z-index: 100;
}
.nav_list {
	gap: 0 15px;
}
#contents .nav_item a:hover {
	opacity: 1;
}
.sec {
	margin-top: 48px;
}
.sec_ttl {
	background: none;
	padding-top: 0;
	border-top-width: 8px;
}
.btn_chatch-01 {
	margin: 25px 0 15px;
}
.btn_chatch-01 img {
	width: 222px;
}
.btn {
	border-radius: 5px;
	background-position: center right 10px;
}
.sec_lead {
	font-size: 16px;
}
.sec_ttl-01 {
	margin-bottom: 10px;
}
.sec_subttl {
	margin-bottom: 20px;
}
.sec_subttl-01 {
	margin-top: 35px;
}
.sec_txt {
	font-size: 16px;
	margin-bottom: 20px;
}
.versus {
	flex-direction: column;
}
.versus_movie, .versus_lottery {
	width: 100%;
	padding: 30px 0;
}
.versus_movie {
	padding-bottom: 60px;
}
.versus_lottery {
	padding-top: 60px;
}
.versus_icon {
	top: calc(50% - 18px);
  transform: translate(-50%, -50%);
}
.versus_ttl {
	margin-inline: auto;
	width: 158px;
}
.versus_lead {
	font-size: 14px;
	font-weight: normal;
	margin-top: 14px;
}
.versus_movie .versus_lead,
.versus_lottery .versus_lead {
	margin-bottom: 15px;
}
.versus_img img {
	width: 200px;
}
.versus_img {
	margin-bottom: 15px;
}
.versus_balloon {
	padding: 8px 15px;
	font-size: 16px;
}
.versus_txt {
	font-size: 18px;
	margin-top: 16px;
}
.versus_txt span {
	font-size: 14px;
}
.versus_icon {
	width: 84px;
}
.versus_lottery_catch {
	font-size: 14px;
	margin-bottom: 15px;
}
.sec_subttl-02 {
	margin-top: 40px;
}
.step_ttl {
	padding: 12px 25px 20px 5px;
	gap: 0 13px;
	align-items:stretch;
}
.step_ttl_num_txt {
	font-size: 11px;
	margin-bottom: 2px;
}
.step_ttl_num {
	width: 50px;
	height: 50px;
	font-size: 18px;
	padding-top: 3px;
}
.step_ttl_txt {
	font-size: 18px;
	font-weight: bold;
	display: flex;
	flex-direction: column;
	justify-content: center;
}
.step_ttl_note {
	font-weight: normal;
}
.step_cnt {
	padding: 20px 10px 20px;
}
.step_cnt .btn_wrap {
	width: 100%;
	padding-inline: 20px;
}
.step + .step {
	margin-top: 20px;
}
.step_ttl_em {
	font-size: 14px;
	margin-bottom: 5px;
}
.step_cnt_ttl {
	padding-block: 4px;
	margin-bottom: 15px;
}
.step_cnt_ttl img {
	width: 77px;
}
.step_cnt_inner {
	padding-inline: 10px;
}
.step_cnt_chatch {
	font-size: 14px;
}
.step_cnt_lead {
	font-size: 16px;
	margin-bottom: 20px;
}
.app-movie {
	padding: 15px 20px 20px;
}
.app_ttl {
	margin-bottom: 15px;
	padding: 0 8px;
}
.app_movie_inner {
	display: flex;
	flex-direction: column;
}
.app_movie_txt {
	margin-bottom: 20px;
}
.app_movie_img {
	width: 100%;
	padding: 0 8px;
}
.app-sp .btn {
	margin: 20px 0 30px;
}
.app_att {
	margin-top: 30px;
}
.app-sp_txt {
	margin-bottom: 15px;
	text-align: left;
}
.app-sp .app_as img {
	width: 136px;
}
.app-sp .app_gp img {
	width: 136px;
}
.present-movie {
	background-image: url(https://pntc.sslcs.cdngc.net/cdn/campaign/app_2309/img/present_bg_movie_top_sp.png), url(https://pntc.sslcs.cdngc.net/cdn/campaign/app_2309/img/present_bg_movie_bottom_sp.png);
	background-position: top center, bottom center;
	background-size: 100% auto, 100% auto;
	height: auto;
	padding: 21% 0 27%;
}
.present_txt {
	/* font-size: 22px; */
	font-size: 5vw;
	line-height: 1.3;
}
.present_txt b {
	/* font-size: 14px; */
	font-size: 3vw;
	line-height: 1.42;
}
.present_note {
	/* font-size: 12px; */
	font-size: 2vw;
	line-height: 1.24;
	margin-top: 14px;
}
.att-label:after {
	right: 15px;
	height: 20px;
	width: 20px;
}
.att-label b:before,
.att-label b:after {
	right: 22px;
	width: 8px;
}
.lottery {
	margin-top: 35px;
}
.app-lottery {
	flex-direction: column;
	padding: 0 20px;
}
.app_lottery_inner {
	width: 100%;
	padding: 15px 0 20px;
}
.app_lead {
	line-height: 1.6;
	margin-bottom: 20px;
	text-align: left;
}
.app_img {
	padding: 0 8px;
}
.app_lottery_inner + .app_lottery_inner {
	border: none;
	border-top: 1px solid #a3a3a3;
}
.point:before {
	display: none;
}
.present-lottery {
	width: 100%;
	background: url(https://pntc.sslcs.cdngc.net/cdn/campaign/app_2309/img/present_bg_lottery_sp.png) top center no-repeat;
	background-size: contain;
	height: auto;
	padding: 20% 0 0
}
/* .present-lottery img {
	aspect-ratio: 602 / 160;
} */
.present_txt-lottery {
	top: 35%;
}
.point {
	width: 100%;
	margin-top: 8px;
}
.point img {
	width: 100%;
}
.btn-app {
	width: calc(100% - 60px);
	margin: 40px auto;
}
.sec_lead_em {
	text-align: left;
	padding-left: 1em;
	text-indent: -1em;
	margin-left: 12px;
	padding-right: 22px;
}
.sec_subttl-03 {
	margin-top: 30px;
}
.app-lottery .btn {
	margin-top: 20px;
}
.step_sub-cnt {
	border-radius: 8px;
	padding: 20px;
	margin-top: 20px;
}
.step_sub-cnt_ttl {
	font-size: 16px;
	line-height: 1.4;
	margin-bottom: 10px;
}
.step_sub-cnt_img {
	margin-top: 20px;
	padding: 0 20px;
}
.camp-att {
	margin-top: 20px;
}
.camp-att .att-label {
	font-size: 12px;
	line-height: 1.6;
}
.login_app {
	flex-direction: column;
	padding: 0;
}
.login_app_inner-left {
	width: 100%;
	text-align: center;
	align-items: center;
	gap: 20px;
}
.login_app_ttl img {
	width: 200px;
}
.step_cnt-img {
	padding: 0 10px;
}
.step_sub-cnt_img-login {
	padding: 0 40px;
}
.step_cnt-note {
	text-align: left;
	margin-top: 20px;
	padding-left: 1em;
	text-indent: -1em;
}
.present-login {
	width: 100%;
	background: url(https://pntc.sslcs.cdngc.net/cdn/campaign/app_2309/img/present_bg_login_sp.png) top center no-repeat;
	background-size: contain;
	aspect-ratio: 642 / 414;
	padding-top: 19%;
}
.present-login .present_txt {
	width: 100%;
}
.sec-03 .sec_lead {
	margin-top: 25px;
}
.btn_chatch-02 {
	margin: 35px auto 15px;
	width: 255px;
}
.att-check:checked ~ .att-cnt {
	padding: 15px 20px 15px 15px;
}
.login_note {
	margin-bottom: 20px;
}
.acd-content_list:not(:last-child), .acd_step3_choice {
	margin-bottom: 30px;
}
.acd-content_lead {
	margin-bottom: 20px;
}
.acd-content_list p {
	margin-bottom: 20px;
}
.balloon {
	font-size: 12px;
}
.acd_step1-3_choice dd {
	margin-left: 0;
}
.balloon {
	border-radius: 4px;
	width: 100%;
	height: 60px;
}
/* ============== att =================== */
	.att {
		margin: 0 auto;
	}
	.att_item + .att_item {
		/* margin-top: 40px; */
		margin-top: 8%;
	}
	.att_item_ttl{
		margin-bottom: 10px;
		padding-left: 1.5em;
	}
	.att_item_inner p, .att_list-style {
		margin-top: 5px;
	}
}
