@charset "utf-8";
/* ============== 共通 =================== */
#contents {
	background-color: #ffffff;
	padding: 0;
	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;
}
/* 角丸ブロック */
.ly-round {
	border-radius: 8px;
}
/* マーカー */
.line_txt {
	display: inline;
	background: linear-gradient(transparent 70%, #FF99E5 0%);
	padding: 0 5px;
}
/* 強調テキスト */
.em_txt {
	color: #ff9123;
}
.fs_large {
	font-size: 32px;
}
/*吹き出しタイトル*/
.balloon_txt,
.balloon_txt_pc {
	display: flex;
	position: relative;
	align-items: center;
	justify-content: center;
	gap: 5px;
	font-size: 22px;
	font-weight: bold;
	font-style: normal;
	/* margin-bottom: 20px; */
}
.balloon_txt:before,
.balloon_txt::after,
.balloon_txt_pc::before,
.balloon_txt_pc::after {
	content:"";
	height: 24px;
	display: block;
	background-size: contain;
	background-repeat: no-repeat;
	background-position: center;
	flex-basis: 26px;
}
.balloon_txt::before,
.balloon_txt_pc::before {
	background-image: url(https://pntc.sslcs.cdngc.net/cdn/campaign/daiwaconnect_2505/img/bnr_txt_deco.png);
	transform: scale(-1, 1);
}
.balloon_txt::after,
.balloon_txt_pc::after {
	background-image: url(https://pntc.sslcs.cdngc.net/cdn/campaign/daiwaconnect_2505/img/bnr_txt_deco.png);
}
.balloon_txt_sp {
	font-style: normal;
	font-weight: bold;
}
/* バナー */
.banner_img {
	max-width: 700px;
	margin: 0 auto 20px;
}
.banner_img::before {
	content: "";
	width: 140px;
	height: 13px;
	margin: 20px auto;
	display: block;
	background-image: url(https://pntc.sslcs.cdngc.net/cdn/campaign/daiwaconnect_2505/img/arrow.png) ;
	background-size: contain;
	background-repeat: no-repeat;
	background-position: top center;
}

/* 終了対応 */
#contents .btn_close {
	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;
}
.end_txt {
	margin: 20px auto;
	font-weight: bold;
	color: #FF0004;
	font-size: 180%;
	text-align: center;
	line-height: 1;
}

/* ============== LP =================== */
/* sec共通 */
.sec {
	width:calc(100% - 60px);
	max-width: 970px;
	margin: auto;
}
.join,
.benefit {
	position: relative;
	background-color: #1B1464;
	z-index: 1;
}
.join::before,
.benefit::before {
	content:"";
	width: 450px;
	height: 58px;
	margin: auto;
	display: block;
	background-size: contain;
	background-repeat: no-repeat;
	background-position: center;
	position: absolute;
	top: -50px;
	left: 0;
	right: 0;
	z-index: 2;
}
.sec_inner {
	width: calc(100% - 140px);
	max-width: 830px;
}
.sec_inner:not(.att_list) {
	margin: 0 auto;
	overflow: hidden;
}
.sec_ttl {
	margin: 0 auto;
	font-size: 22px;
	font-weight: bold;
	text-align: center;
	color: #ffffff;
}
.sec_lead_main {
	margin-bottom: 20px;
	font-size: 22px;
	font-weight: bold;
	line-height: 38px;
}
.sec_lead p + .sec_lead_main {
	margin-top: 15px;
}
.sec_item_pic + .note-txt {
	margin-top: 30px;
}
.sec_item_pic.ly-round,
.sec_list .ly-round {
	background-color: #ffffff;
}
.sec .note-txt {
	text-align: left;
}
.sec_item_txt {
	margin: 20px 0;
	display: block;
	flex-grow: 1;
	word-wrap: break-word;
}
.sec_item_txt p {
	max-width: 100%;
}
.sec_list {
	display: flex;
	justify-content: center;
	gap: 30px;
}
.sec_item {
	width: calc((100% - 30px)/2);
	max-width: 400px;
	display: flex;
	flex-direction: column;
}
.sec_icon {
	width: 160px;
	height: 30px;
	display: flex;
	justify-content: center;
	align-items: center;
	font-weight: bold;
	color: #ffffff;
	background-color: #ED1E79;
	border-radius: 15px;
}

/* top */
.top {
	background-image: url(https://pntc.sslcs.cdngc.net/cdn/campaign/daiwaconnect_2505/img/mv_bg.png);
	background-size: contain;
	background-repeat: repeat-x;
}

/* upside */
.upside {
	margin: 60px auto 110px;
}

/* banner wrap */
.banner_wrap {
	margin-bottom: 60px;
}
.banner_wrap .balloon_txt {
	margin-bottom: 15px;
}

/* btn wrap */
.btn_wrap {
	margin: 0 auto;
}
.btn_wrap .balloon_txt {
	margin-bottom: 20px;
}
.btn_list {
	display: flex;
	justify-content: center;
	gap: 30px;
}
.btn_list li {
	max-width: 400px;
	flex: 1;
}
#contents .btn {
	color: #ffffff;
	font-size: 14px;
	font-weight: bold;
	text-decoration: none;
}
.btn {
	width: 100%;
	height: 50px;
	margin: 0 auto;
	display: grid;
	place-items: center;
	position: relative;
	background-color: #000000;
	border-radius: 5px;
	background-image: url(https://pntc.sslcs.cdngc.net/cdn/campaign/daiwaconnect_2505/img/btnarrow_right.png);
	background-size: 20px;
	background-position: center right 15px;
	background-repeat: no-repeat;
}
.btn_att {
	color: #999999;
	font-size: 12px;
	margin-top: 20px;
}

/* benefit */
.benefit {
	margin: 100px auto 50px;
	padding: 50px 0 60px;
}
.benefit::before {
	background-image: url(https://pntc.sslcs.cdngc.net/cdn/campaign/daiwaconnect_2505/img/tokuten_top_pc.png);
}
.benefit .sec_ttl {
	margin-bottom: 40px;
}
.benefit_img {
	background-image: url(https://pntc.sslcs.cdngc.net/cdn/campaign/daiwaconnect_2505/img/tokuten_bg.png);
	background-size: 100% auto;
	background-repeat: no-repeat;
	background-position: center;
	padding-bottom: 40px;
}
.benefit_img img {
	margin: 0 auto;
}
.benefit .sec_item_pic {
	padding: 40px 20px 0;
	background-image: url(https://pntc.sslcs.cdngc.net/cdn/campaign/daiwaconnect_2505/img/tokuten_bg_pc.png);
	background-position: center bottom;
	background-repeat: no-repeat;
	background-size: contain;
}
.benefit .note-txt {
	color:  #ffffff;
}
@media screen and (max-width: 970px) {
	.benefit_img {
		background-image: none;
	}
}

/* join */
.join {
	margin-bottom: 60px;
	padding: 50px 0;
	background-image: url(https://pntc.sslcs.cdngc.net/cdn/campaign/daiwaconnect_2505/img/join_bg_pc.png);
	background-size: 100% auto;
	background-repeat: no-repeat;
	background-position: center bottom;
}
.join::before {
	background-image: url(https://pntc.sslcs.cdngc.net/cdn/campaign/daiwaconnect_2505/img/join_top_pc.png);
}
.join .sec_ttl {
	margin-bottom: 50px;
}
.join .sec_inner > *:last-child {
	margin-bottom: 0;
}
.join .sec_item {
	position: relative;
}
.join .sec_icon {
	margin: auto;
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	transform: translateY(-50%);
	z-index: 2;
}
.join .sec_item_pic {
	margin: 0;
	padding-top: 8px;
	display: flex;
	align-items: center;
	flex-direction: column;
	flex: 1 0 auto;
}
.join .sec_item_pic img {
	max-width: 345px;
}
.join .sec_item_txt {
	width: calc(100% - 30px);
	margin: 20px auto;
}

/* bottom */
.bottom {
	margin-bottom: 60px;
}

/* ============== att =================== */
.att {
	overflow: hidden;
	margin: 0 auto 60px;
	text-align: left;
	border: 1px solid #ddd;
}
.att_ttl {
	margin-bottom: 50px;
	font-size: 22px;
	font-weight: bold;
	text-align: center;
}
.att_list {
	width: calc(100% - 60px);
	max-width: 830px;
	margin: 5.2% 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;
	background-color: #ED1E79;
	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) {

	/* ============== 共通 =================== */
	img {
		width: 100%;
	}
	.display-pc {
		display: none;
	}
	.display-sp {
		display: block;
	}
	.ly-block {
		width: calc(100% - 30px);
	}
	/* 強調テキスト */
	.fs_large {
		font-size: 22px;
	}
	/*吹き出しタイトル*/
	.balloon_txt_sp {
		display: flex;
		position: relative;
		align-items: center;
		justify-content: center;
		font-size: 18px;
		gap: 8px;
		line-height: 23px;
		font-weight: bold;
	}
	.balloon_txt_sp:before,
	.balloon_txt_sp::after {
		content:"";
		height: 24px;
		flex: 0 0 30px;
		height: 17px;
		flex-basis: 18px;
		background-size: contain;
		background-repeat: no-repeat;
		background-position: center;
	}
	.balloon_txt_sp::before {
		background-image: url(https://pntc.sslcs.cdngc.net/cdn/campaign/daiwaconnect_2505/img/bnr_txt_deco.png);
		transform: scale(-1, 1);
	}
	.balloon_txt_sp::after {
		background-image: url(https://pntc.sslcs.cdngc.net/cdn/campaign/daiwaconnect_2505/img/bnr_txt_deco.png);
	}
	.balloon_txt,
	.balloon_txt_pc {
		font-size: 18px;
		gap: 8px;
		line-height: 23px;
	}
	.balloon_txt_pc {
		display: block;
	}

	.balloon_txt::before,
	.balloon_txt::after {
		flex: 0 0 30px;
		height: 17px;
		flex-basis: 18px;
	}
	.balloon_txt_pc:before,
	.balloon_txt_pc::after {
		display: none;
	}
	/* バナー */
	.banner_img {
		width: calc(100% - 30px);
		max-width: none;
	}
	/*終了対応*/
	#contents .btn_close::after {
		font-size: 1.8rem;
	}
	.end_txt {
		font-size: 150%;
	}

	/* ============== LP =================== */
	/* sec共通 */
	.sec {
		width: calc(100% - 30px);
	}
	.sec:not(.att) {
		border-radius: 0;
		width: 100%;
	}
	.join,
	.benefit {
		border-top: 1px solid #000000;
		border-bottom: 1px solid #000000;
	}
	.join::before,
	.benefit::before {
		width: 100%;
		max-width: 375px;
		height: 56px;
	}
	.sec_inner {
		width: calc(100% - 30px);
	}
	.sec_lead_main {
		font-size: 18px;
		line-height: 30px;
	}
	.sec_icon {
		width: 120px;
		height: 25px;
	}
	.sec_list {
		flex-direction: column;
	}
	.sec_item {
		width: 100%;
		max-width: 100%;
	}

	/* upside */
	.upside {
		width: calc(100% - 30px);
		margin: 50px auto 100px;
	}

	/* banner wrap */
	.banner_wrap {
		margin-bottom: 50px;
	}
	.banner_wrap .balloon_txt::before,
	.banner_wrap .balloon_txt::after {
		width: 18px;
		position: absolute;
		bottom: 4px;
	}
	.banner_wrap .balloon_txt::before {
		left: 46px;
	}
	.banner_wrap .balloon_txt::after {
		right: 46px;
	}

	/* btn wrap */
	.btn_wrap {
		margin: 0 auto;
	}
	.btn_wrap .balloon_txt {
		margin-bottom: 25px;
	}
	.btn_list {
		width: calc(100% - 60px);
		margin: 0 auto;
		flex-direction: column;
		align-items: center;
		gap: 25px;
	}
	.btn_list li {
		width: 100%;
	}
	#contents .btn {
		font-size: 12.5px;
	}
	.btn {
		width: 100%;
		background-position: center right 10px;
	}
	.btn_att {
		text-align: left;
		text-indent: -1em;
		margin-top: 15px;
		padding-left: 1em;
	}

	/* benefit */
	.benefit {
		padding: 45px 0 40px;
	}
	.benefit::before {
		background-image: url(https://pntc.sslcs.cdngc.net/cdn/campaign/daiwaconnect_2505/img/tokuten_top_sp.png);
	}
	.benefit_img {
		margin: auto;
		padding-bottom: 40px;
	}
	.benefit .sec_item_pic {
		background-image: url(https://pntc.sslcs.cdngc.net/cdn/campaign/daiwaconnect_2505/img/tokuten_bg_sp.png);
	}

	/* join */
	.join {
		margin-bottom: 50px;
		padding-top: 45px;
		background-image: url(https://pntc.sslcs.cdngc.net/cdn/campaign/daiwaconnect_2505/img/join_bg_sp.png);
	}
	.join::before {
		background-image: url(https://pntc.sslcs.cdngc.net/cdn/campaign/daiwaconnect_2505/img/join_top_sp.png);
	}
	.join .sec_ttl {
		margin-bottom: 40px;
	}
	.join .sec_list {
		gap: 40px;
	}
	.join .sec_list .sec_item_pic {
		padding-top: 0;
	}
	.join .sec_item_txt {
		text-align: left;
		width: calc(100% - 60px);
		margin-top: 10px;
	}
	.join_goal {
		margin-top: 30px;
	}
	.join_goal_pic {
		border-radius: 0;
	}
	.join_goal::before {
		content: none;
	}
	.join_goal_txt {
		font-size: 16px;
		margin-bottom: 25px;
		line-height: 30px;
	}

	/* ============== att =================== */
	.att {
		margin: 50px auto;
	}
	.att .sec_inner {
		width: calc(100% - 60px);
		margin: 40px auto 30px;
	}
	.att_ttl {
		margin-bottom: 40px;
	}
	.att_item + .att_item {
		margin-top: 40px;
	}
	.att_item_ttl{
		margin-bottom: 10px;
		padding-left: 1.5em;
	}
	.att_item_inner p, .att_list-style {
		margin-top: 5px;
	}
}