@charset "utf-8";
/* ============== 共通 =================== */
#contents {
	color: #000;
	font-size: 14px;
	line-height: 1.3;
	font-family: "BIZ UDPGothic", sans-serif;
	text-align: center;
	background-color: #ffffff;
	padding: 0;
	overflow: hidden;
}
#footer {
	margin-top: 60px;
}
#contents * {
	box-sizing: border-box;
}
#contents a {
	color: #0099cc;
	text-decoration: underline;
}
#contents a:hover {
	opacity: 0.7;
}
figure {
	margin: 0;
}
.display_sp {
	display: none;
}
.mt-0 { 
	margin-top: 0 !important;
}
.end_txt {
	color: #f50028;
	background-color: #fff;
	font-size: 180%;
	font-weight: bold;
	text-align: center;
	padding: 20px 0;
	line-height: 1;
}
/*注釈テキスト*/
.note_txt {
	font-size: 12px;
	font-weight: normal;
	color: #999;
	text-indent: -1em;
	padding-left: 1em;
}
/*マーカー*/
.line_txt {
	display: inline;
	background: linear-gradient(transparent 70%, #fee661 0%);/* 任意 */
	padding: 0 5px;
}
/*強調カラーテキスト*/
.em_font {
	color: #ff9123;/* 任意 */
}
/*太字*/
.bold_font {
	font-weight: bold;
}
/*青枠・角丸*/
.round_block {
	border: 3px solid #0046be;
	border-radius: 8px;
}
/*コンテンツ幅*/
.sec_inner,
.att {
	max-width: 970px;
	width: calc(100% - 70px);
	margin-left: auto;
	margin-right: auto;
}
/*セクション背景イラスト（lead / ビットコin牧場）*/
.lead {
	--sec-bg-color: #bef2f8;
	--sec-bg-pos-pc: top -10px center;
	--sec-bg-pos-sp: top center;
	--sec-bg-top: 0;
	--sec-bg-height: 100%;
	background-color: var(--sec-bg-color);
}
.bitcoin {
	--sec-bg-color: #ccefbd;
	--sec-bg-pos-pc: top center;
	--sec-bg-pos-sp: top 125px center;
	--sec-bg-top: 120px;
	--sec-bg-height: calc(100% - 120px);
	overflow: hidden;
}
.sec_bg {
	position: relative;
	z-index: 0;
}
.bitcoin_inner {
	background-color: var(--sec-bg-color);
}
.sec_bg::before {
	content: "";
	position: absolute;
	top: var(--sec-bg-top);
	left: 50%;
	transform: translateX(-50%);
	width: 98.7%;
	height: var(--sec-bg-height);
	background: url(https://pntc.sslcs.cdngc.net/cdn/campaign/pontabitcoin/img/sec_bg_pc.png) no-repeat var(--sec-bg-pos-pc) / 100% auto;
	pointer-events: none;
	z-index: -1;
}
/*丸ゴシック*/
.rounded_font {
	font-family: "M PLUS Rounded 1c", sans-serif;
}
/*Black*/
.black_font {
	font-weight: 900;
}
/*中黒リスト*/
.dot_list {
	text-indent: -0.5em;
	margin-top: 10px;
	padding-left: 0.5em;
}
/*丸数字リスト*/
.circle_num_list {
	text-indent: -1em;
	padding-left: 1em;
	margin-top: 10px;
}
/*丸数字リスト*/
.circle_num_list.half {
	text-indent: -1.5em;
	padding-left: 1.5em;
}
/*(数字)リスト*/
.num_list {
	text-indent: -1.7em;
	padding-left: 1.5em;
	counter-reset: number 0;
}
.num_list > li::before {
	counter-increment: number 1;
	content: "(" counter(number) ")";
}
/* 乗っかりPonta */
.ride_ponta {
	display: inline-block;
	max-width: 100%;
	position: relative;
	z-index: 1;
	vertical-align: top;
}
.ride_ponta::after {
	content: "";
	position: absolute;
	width: 93px;
	height: 75px;
	background: url(https://pntc.sslcs.cdngc.net/cdn/campaign/pontabitcoin/img/ride_ponta.png) no-repeat center center / 100% auto;
	z-index: 2;
	top: -69px;
	left: 5px;
	pointer-events: none;
}
/* ============== btn =================== */
#contents .btn {
	color: #ffffff;
	font-size: 14px;
	font-weight: bold;
	text-decoration: none;
}
.btn {
	display: grid;
	place-items: center;
	background-color: #0046be;
	background-image: url(https://pntc.sslcs.cdngc.net/cdn/campaign/pontabitcoin/img/btnarrow_right.png);
	background-size: 23px;
	background-position: center right 15px;
	background-repeat: no-repeat;
	border-radius: 5px;
	width: 400px;
	max-width: 100%;
	height: 50px;
	margin: 0 auto;
	position: relative;
	box-shadow: 0 3.77px 0 rgba(0, 0, 0, 0.4);
}
.btn.btn_bitcoin {
	background-color: #008246;
	background-image: url(https://pntc.sslcs.cdngc.net/cdn/campaign/pontabitcoin/img/btnarrow_right_bitcoin.png);
}
/*終了対応*/
#contents .close_btn {
	position: relative;
	pointer-events: none;
}
#contents .close_btn::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;
}
/* ============== top =================== */
.top {
	background-color: #000;
	font-size: 0;
	padding-bottom: 10px;
}
.top_ttl {
	background: linear-gradient(to right, #002364 50%, #004600 50%);
}
.top_date {
	margin: 8px auto 20px;
}
.top_nav ul {
	display: flex;
	justify-content: center;
	align-items: center;
	gap: 8px;
}
/* ============== lead =================== */
.lead_inner {
	padding: 40px 0 30px;
}
.lead_ttl {
	width: min(191px, 80%);
	margin: 0 auto 20px;
}
/* ============== step =================== */
.step {
	background-color: #ebe9ea;
	overflow: hidden;
}
.step .sec_inner {
	margin-top: 48px;
	margin-bottom: 50px;
	background-color: #fff;
	padding: 90px 70px 25px;
	position: relative;
	z-index: 1;
}
.step_ttl {
	font-size: 24px;
	width: min(345px, 100%);
	margin: 0 auto;
	position: absolute;
	top: -13px;
	left: 50%;
	transform: translateX(-50%);
	z-index: 2;
}
.step_list {
	display: grid;
	grid-template-columns: repeat(2, minmax(0, 400px));
	gap: 35px 28px;
	justify-content: center;
}
.step_item {
	display: flex;
	flex-direction: column;
	align-items: center;
	width: min(400px, 100%);
	background-color: #ffffff;
	padding: 40px 12px 20px;
	position: relative;
	text-align: left;
	font-weight: 700;
}
.step_icon {
	width: 140px;
	margin: 0;
	position: absolute;
	top: 0;
	left: 50%;
	transform: translate(-50%, -50%);
	z-index: 1;
}
.step_img {
	margin-bottom: 10px;
}
.step_item:nth-child(1) .step_img {
	width: 190px;
	margin-bottom: 25px;
}
.step_item:nth-child(2) .step_img {
	width: min(372px, 100%);
}
.step_item:nth-child(3) .step_img {
	width: 215px;
	margin-bottom: 20px;
}
.step_item:nth-child(4) .step_img {
	width: 174px;
}
.step_txt {
	width: 100%;
}
.step_item .em_font {
	color: #008246;
}
.step_list + .btn {
	margin: 35px auto 60px;
}
/* ============== w_chance =================== */
.w_chance {
	display: flex;
	align-items: center;
	background-color: #ffffff;
	background-image: url(https://pntc.sslcs.cdngc.net/cdn/campaign/pontabitcoin/img/w_chance_bg_pc.png);
	background-repeat: no-repeat;
	background-position: bottom center;
	background-size: contain;
	padding: 90px 0 135px;
	position: relative;
}
.w_chance_icon {
	width: 80px;
	margin: 0;
	position: absolute;
	top: 0;
	left: 50%;
	transform: translate(-50%, -50%);
	z-index: 2;
}
.w_chance_icon img {
	width: 100%;
}
.w_chance_txt {
	width: min(500px,70%);
	position: relative;
	z-index: 1;
	font-size: 22px;
	font-weight: 900;
	text-align: center;
	transform: translateY(-25px);
}
.w_chance_em {
	color: #0046be;
	line-height: 1;
}
.w_chance_em span {
	font-size: 28px;
}
@media screen and (max-width: 1024px) {
	.w_chance {
		padding: 9vw 0 10vw;
	}
	.w_chance_txt {
		width: 41.6667vw;
	}
}
/* ============== ビットコin牧場 =================== */
.bitcoin_inner {
	margin-top: 70px;
	margin-bottom: 50px;
	padding: 150px 70px 50px;
}
.bitcoin_ttl {
	width: 409px;
	margin: 0 auto;
	position: absolute;
	top: -70px;
	left: 50%;
	transform: translateX(-50%);
	z-index: 2;
}
.bitcoin .ride_ponta::after {
	width: 140px;
	height: 112px;
	top: -103px;
	left: 0;
}
.btn.btn_bitcoin {
	margin: 30px auto 75px;
}
.bnr_wrap {
	display: inline-block;
}
.bnr_ttl {
	width: 257px;
	margin: 0 auto 30px;
	transform: translateX(70px);
}
.bitcoin_subttl {
	font-weight: 900;
	font-size: 22px;
	margin-bottom: 15px;
}
.bitcoin_txt {
	display: inline-block;
}
/* ============== att =================== */
.att {
	text-align: left;
	background-color: #ffffff;
	border: 1px solid #dddddd;
	overflow: hidden;
	padding: 50px 70px;
}
#contents .att {
	line-height: 1.6;
}
.att_ttl {
	text-align: center;
	margin-bottom: 30px;
}
.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: #0046be;
	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 .circle_num_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 .circle_num_list li > .dot_list,
.att .circle_num_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 .circle_num_list li > .dot_list + *,
.att .circle_num_list li > .num_list + *,
.att .circle_num_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 .circle_num_list li > .num_list,
.att .num_list li > .num_list {
	transform: translateX(-0.2em);
}
.att_small_unit .dot_list,
.att_small_unit .circle_num_list,
.att_small_unit .num_list {
	margin-left: 0.5em;
}
.att .em_font {
	color: #f50028;
	font-weight: bold;
}
/* コンテンツ（SP：767px以下）
========================================================*/
@media screen and (max-width: 767px) {
	/* ============== 共通 =================== */
	img {
		width: 100%;
	}
	.display_pc {
		display: none;
	}
	.display_sp {
		display: block;
	}
	.end_txt {
		font-size: 150%;
	}
	/* 乗っかりPonta */
	.ride_ponta::after {
		width: 70px;
		height: 57px;
		top: -52px;
		left: 5px;
	}
	/*終了対応*/
	#contents .close_btn::after {
		font-size: 1.8rem;
	}
	/*コンテンツ幅*/
	.sec_inner,
	.att {
		width: calc(100% - 30px);
	}
	/*セクション背景イラスト（lead / ビットコin牧場）*/
	.lead,
	.bitcoin {
		background: var(--sec-bg-color) url(https://pntc.sslcs.cdngc.net/cdn/campaign/pontabitcoin/img/sec_bg_sp.png) no-repeat var(--sec-bg-pos-sp) / contain;
	}
	.sec_bg {
		background: none;
	}
	.sec_bg::before {
		display: none;
	}
	/* ============== top =================== */
	.top_date {
		width: min(550px, 75%);
	}
	.top_nav ul {
		gap: 3px;
	}
	/* ============== lead =================== */
	.lead_inner {
		padding: 25px 0 20px;
	}
	/* ============== step =================== */
	.step .sec_inner {
		margin-top: 25px;
		margin-bottom: 25px;
		padding: 0;
		background-color: unset;
	}
	.step_ttl {
		position: static;
		transform: none;
	}
	.step_list {
		grid-template-columns: 1fr;
		gap: 30px;
		margin: 25px auto 20px;
		width: 100%; 
	}
	.step_item {
		width: 100%;
		padding: 30px 16px 12px;
	}
	.step_icon {
		width: 100px;
	}
	.step_item:nth-child(1) .step_img,
	.step_item:nth-child(3) .step_img {
		margin-bottom:15px;
	}
	.step_list + .btn {
		margin: 20px auto 50px;
	}
	/* ============== w_chance =================== */
	.w_chance {
		flex-direction: column;
		background-image: url(https://pntc.sslcs.cdngc.net/cdn/campaign/pontabitcoin/img/w_chance_bg_sp.png);
		background-position: bottom center;
		background-repeat: no-repeat;
		background-size: 100% auto;
		padding: 13vw 15px 53vw;
	}
	.w_chance_txt {
		width: 100%;
		font-size: 16px;
		transform: unset;
	}
	/* ============== ビットコin牧場 =================== */
	.bitcoin {
		margin-bottom: 25px;
	}
	.bitcoin_inner {
		margin-top: 0;
		margin-bottom: 25px;
		padding: 0;
	}
	.bitcoin_ttl {
		position: static;
		width: 254px;
		transform: unset;
		margin-bottom: 15px;
	}
	.btn.btn_bitcoin {
		margin: 25px auto 40px;
	}
	.bnr_ttl {
		width: 240px;
		margin: 0 auto 15px;
		transform: none;
	}
	.bitcoin .ride_ponta::after {
		width: 93px;
		height: 75px;
		top: -69px;
	}
	.bitcoin_subttl {
		font-size: 20px;
	}
	.bitcoin_txt {
		padding: 0 16px;
		margin: 0 auto;
	}
	/* ============== att =================== */
	.att {
		padding: 30px;
	}
	.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;
	}
}
/* コンテンツ（SP：480px以下）
========================================================*/
@media screen and (max-width: 480px) {
	.bnr_ttl {
		transform: translateX(7.2917vw);
	}
	.bitcoin .ride_ponta::after {
		width: 70px;
		height: 57px;
		top: -52px;
	}
}
/* コンテンツ（SP：360px以下）
========================================================*/
@media screen and (max-width: 360px) {
	.lead_ttl,
	.bnr_ttl {
		transform: unset;
	}
	.ride_ponta::after{
		display: none;
	}
	.btn {
		padding-right: 20px;
	}
}