@charset "utf-8";
/* ============== 共通 =================== */
#contents {
	color: #333333;
	font-size: 14px;
	line-height: 1.6;
	text-align: center;
	background-color: #ffffff;
	padding: 0;
	overflow: hidden;
}
#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;
}
.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;
	line-height: 1.6;
	font-weight: normal;
	color: #999;
	text-indent: -1em;
	padding-left: 1em;
}
/*角丸ブロック*/
.round_block {
	border-radius: 8px;
}
/*マーカー*/
.line_txt {
	display: inline;
	background: linear-gradient(transparent 70%, #FFE100 0%);
	padding: 0 5px;
	color: #00006C;
	font-size: 20px;
	font-weight: bold;
}
/*強調カラーテキスト*/
.em_font {
	font-weight: bold;
	color: #C846FF;
	font-size: 22px;
}
/*太字*/
.bold_font {
	font-weight: bold;
	color: #00006C;
}
/*中太字*/
.semi-large_font {
	font-size: 18px;
}
/*大太字*/
.large_font {
	font-size: 32px;
}
/*中黒リスト*/
.dot_list {
	text-indent: -1em;
	margin-top: 10px;
	padding-left: 1em;
}
/*(数字)リスト*/
.num_list {
	text-indent: -1.4em;
	padding-left: 1.5em;
	counter-reset: number 0;
}
.num_list > li::before {
	counter-increment: number 1;
	content: "(" counter(number) ")";
}
.num_list_dot {
	text-indent: -1em;
	padding-left: 1em;
	counter-reset: number 0;
}
.num_list_dot > li::before {
	counter-increment: number 1;
	content: counter(number) ".";
}
/*吹き出しタイトル*/
.slash_ttl {
	display: flex;
	align-items: center;
	justify-content: center;
	font-weight: normal;
	gap: 5px;
	font-size: 22px;
	font-weight: bold;
	line-height: normal;
	color: #00006C;
	margin-bottom: 20px;

}
.slash_ttl::before,
.slash_ttl::after {
	content:"";
	display: block;
	background-size: contain;
	background-repeat: no-repeat;
	background-position: center;
	flex: 0 0 24px;
	height: 28px;
}
.slash_ttl::before {
	background-image: url(https://pntc.sslcs.cdngc.net/cdn/campaign/overseas_2603/img/banzai_left.png);
}
.slash_ttl::after {
	background-image: url(https://pntc.sslcs.cdngc.net/cdn/campaign/overseas_2603/img/banzai_right.png);
}
/* ============== btn =================== */
#contents .btn {
	color: #ffffff;
	font-size: 14px;
	font-weight: bold;
	text-decoration: none;
}
.btn_wrap {
	padding: 0 60px;
}
.btn {
	display: grid;
	place-items: center;
	background-color: #00006C;
	background-image: url(https://pntc.sslcs.cdngc.net/cdn/campaign/overseas_2603/img/btnarrow_right.png);
	background-size: 20px;
	background-position: center right 15px;
	background-repeat: no-repeat;
	border-radius: 5px;
	max-width:400px;
	height: 50px;
	margin: 0 auto;
	position: relative;
}
.btn_att {
	color: #999999;
	font-size: 12px;
	margin-top: 20px;
}
/*終了対応*/
#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-image: url(https://pntc.sslcs.cdngc.net/cdn/campaign/overseas_2603/img/bg.png);
	background-position: left top;
	background-size: 100%;
	background-repeat: repeat;
	background-color: #8F8FFF;
	font-size: 0;
}
/* ============== sec共通 =================== */
.sec {
	padding: 60px 0;
}
.btn_wrap,
.btn_wrap + .sec {
	margin-top: 20px;
}
.sec_inner {
	width: calc(100% - 60px);
	max-width: 970px;
}
.sec_inner:not(.att_list) {
	margin: 0 auto;
	overflow: hidden;
}
.sec_main {
	padding: 40px 0;
	background: #fff;
}
.sec_ttl {
	font-size: 14px;
	line-height: 1.6;
	font-weight: normal;
	text-align: center;
	margin: 0 auto 30px;
	padding-top: 20px;
	max-width: 500px;
	height: 100px;
	background-image: url(https://pntc.sslcs.cdngc.net/cdn/campaign/overseas_2603/img/sec_ttl_bg_pc.png);
	background-position: left top;
	background-size: 100%;
	background-repeat: no-repeat;
}
.sec_sub_ttl {
	margin: 0 auto 20px;
	max-width: 265px;
}
.sec_lead_main,
.sec_lead_main .em_font {
	font-size: 22px;
	font-weight: bold;
}
.sec_lead p + .sec_lead_main {
	margin-top: 10px;
}
.sec_main + .note_txt {
	margin-top: 20px;
}
.sec_main .round_block {
	background-color: #ffffff;
}
.sec .note_txt {
	text-align: left;
}
.sec_item_txt {
	display: flex;
	align-items: flex-start;
	justify-content: flex-start;
	flex-direction: column;
	flex-grow: 1;
	margin-top: 20px;
	word-wrap: break-word;
}
.sec_item_txt p {
	max-width: 100%;
}
/*1カラム*/
.column1_block {
	margin-top: 20px;
	position: relative;
}
.column1_block::after {
	content: "";
	display: inline-block;
	width: 110px;
	height: 20px;
	background-image: url(https://pntc.sslcs.cdngc.net/cdn/campaign/overseas_2603/img/arrow.png);
	background-size: contain;
	vertical-align: middle;
	position: absolute;
	bottom: -50px;
	left: 50%;
	transform: translateX(-50%);
}
.column1_block img {
	max-width: 345px;
}
.column1_block_txt {
	margin-top: 80px;
}
/*2カラム*/
.column2_block {
	display: grid;
	grid-template-columns: 1fr 1fr;
	grid-template-rows: max-content max-content;
	gap: 0 30px;
}
@media screen and (max-width: 867px) {
	.column2_block {
		gap: 0 20px;
	}
}
.column2_block .sec_item {
	display: flex;
	flex-direction: column;
}
.column2_block .slash_ttl {
	gap: 13px;
}
/* ============== 参加はかんたん / join =================== */
.sec.join {
	background-image: url(https://pntc.sslcs.cdngc.net/cdn/campaign/overseas_2603/img/bg.png);
	background-position: left top;
	background-size: 100%;
	background-repeat: repeat;
	background-color: #EEC7FF;
}
/* ============== 当選の流れ / step  =================== */
.sec.step {
	background-image: url(https://pntc.sslcs.cdngc.net/cdn/campaign/overseas_2603/img/bg.png);
	background-position: left top;
	background-size: 100%;
	background-repeat: repeat;
	background-color: #D9F7A2;
}
.sec.step .sec_sub_ttl {
	margin-bottom: 0;
}
.sec.step .sec_main {
	padding: 30px 0;
}
.step_arrow {
	position: relative;
}
.step_arrow::after {
	content: "";
	display: inline-block;
	width: 110px;
	height: 20px;
	background-image: url(https://pntc.sslcs.cdngc.net/cdn/campaign/overseas_2603/img/arrow.png);
	background-size: contain;
	vertical-align: middle;
	position: absolute;
	bottom: -20px;
	left: 50%;
	transform: translateX(-50%);
}
/* -- ▼タブ用設定▼ -- */
.tab_head {
	display: flex;
	justify-content: space-between;
	align-items: flex-end;
	gap: 10px;
}
.tab_btn_left,
.tab_btn_right {
	width: 100%;
	height: 65px;
	padding-bottom: 10px; /* activeではないボタンの沈み具合（transform: translateY と同じ値） */
	flex: 1;
	background-color: #fff; /* 任意 */
	border: 1px solid #46BE32;
	border-radius: 8px 8px 0 0; /* 任意 */
	transform-origin: bottom center;
	transform: translateY(10px); /* padding-bottom と同じ値 */
	transition: .5s; /* 任意 */
	cursor: pointer;
	-webkit-tap-highlight-color: rgba(0, 0, 0, 0);
	font-weight: bold;
	color: #00006C;
}
.tab_btn_left.is_active, 
.tab_btn_left.is_active_lost,
.tab_btn_right.is_active, 
.tab_btn_right.is_active_lost {
	padding-bottom: 0;
	transform: translateY(0);
	border: 1px solid #46BE32;
}
.tab_btn_left.is_active, 
.tab_btn_right.is_active {
	color: #fff;
	font-size: 16px;
}
.tab_btn_left.is_active_lost 
.tab_btn_right.is_active_lost {
	color: #00006C;
	font-size: 14px;
}
.tab_btn_left.is_active {
	background-color: #00006C;
}
.tab_btn_right.is_active {
	background-color:#46BE32;
}
.tab_body {
	padding: 30px 70px;
	position: relative;
	background-color: #fff; /* 任意 */
	border-top: 5px solid #46BE32;
	border-radius: 0 0 8px 8px; /* 任意 */
	z-index: 100;
}
@media screen and (max-width: 867px) {
	.tab_body {
		padding: 30px 20px;
	}
}
.tab_panel {
	display: none;
}
.tab_panel.is_active {
	display: block;
}
/* -- ▲タブ用設定▲ -  */

.step_lead {
	margin-bottom: 30px;
}
.step_goal {
	margin-top: 50px;
}
.step_goal_pic {
	margin: 30px auto 0;
	max-width: 315px;
}
.step_goal > hr {
	border: 1px dashed #46BE32;
}
.step .sec_item {
	position: relative;
	border: 1px solid #46BE32;
	border-radius: 8px;
}
.step_icon {
	display: grid;
	place-items: center;
	color: #ffffff;
	font-weight: bold;
	line-height: 1;
	background-color: #46BE32;
	border-radius: 15px;
	width: 160px;
	height: 30px;
	margin: auto;
	position: absolute;
	top: -15px;
	left: 0;
	right: 0;
	z-index: 2;
}
.step_img {
	display: flex;
	flex-direction: column;
	flex: 1 0 auto;
	padding-bottom: 20px;
}
.column2_block .step_img {
	text-align: left;
}
.column2_block .step_img img {
	max-width: 315px;
	margin: 0 auto;
}
.step_txt {
	padding: 0 20px;
}
/* ============== 同時開催中 / share  =================== */
.sec.share {
	background-image: url(https://pntc.sslcs.cdngc.net/cdn/campaign/overseas_2603/img/bg.png);
	background-position: left top;
	background-size: 100%;
	background-repeat: repeat;
	background-color: #D4D3FF;
}
.note_txt_red {
	font-size: 12px;
	line-height: 1.6;
	font-weight: normal;
	color: #F50028;
	text-indent: -1em;
	padding-left: 1em;
	text-align: center;
	margin-top: 10px;
}
/* ============== att =================== */
.att {
	width: calc(100% - 60px);
	max-width: 970px;
	margin: 0 auto;
	text-align: left;
	background-color: #fff;
	overflow: hidden;
}
.att .sec_ttl {
	font-size: 22px;
	line-height: 1.6;
	font-weight: bold;
	text-align: center;
	margin: 0 auto 40px;
	background: none;
	width: auto;
	height: auto;
}
.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: #C846FF;
	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 .num_list_dot,
/*.att_small_unit,*/
.att_small_unit + * {
	margin-top: 10px;
}
.att .num_list_dot {
	margin-bottom: 10px;
}
.att .dot_list .att_small_unit {
	text-indent: 0;
}
.att .dot_list li > .dot_list,
.att .dot_list li > .num_list,
/*.att .dot_list li > .num_list_dot,*/
.att .num_list li > .dot_list,
.att .num_list li > .num_list,
.att .num_list li > .num_list_dot,
.att_small_unit .dot_list,
/*.att_small_unit .num_list,*/
.att_small_unit .num_list_dot {
	margin-top: 0;
}
.att .dot_list li > .num_list {
	margin-top: 10px;
	margin-bottom: 10px;
}
.att .dot_list li > .dot_list + *,
.att .dot_list li > .num_list + *,
.att .dot_list li > .num_list_dot + *,
.att .num_list li > .dot_list + *,
.att .num_list_dot li > .dot_list + *,
.att .num_list li > .num_list + *,
.att .num_list li > .num_list_dot + *,
.att_small_unit .dot_list + *,
.att_small_unit .num_list + *,
.att_small_unit .num_list_dot + * {
	margin-top: 10px;
}
.att .dot_list li > .num_list,
.att .dot_list li > .num_list_dot,
.att .num_list li > .num_list,
.att .num_list li > .num_list_dot {
	transform: translateX(-0.2em);
}
.att_small_unit .dot_list,
.att_small_unit .num_list,
.att_small_unit .num_list_dot {
	margin-left: 0.5em;
}
.att .em_font {
	color: #f50028;
	font-weight: bold;
}
.att_list {
	margin: 0 auto;
}
.att_list-style {
	text-indent: -1em;
	padding-left: 1em;
	margin-top: 10px;
}
/* -- ▼注釈用タブ用設定▼ -- */
.att_tab_head {
	display: flex;
	justify-content: space-between;
	align-items: flex-end;
	gap: 10px;
}
.att_tab_btn {
	width: 100%;
	height: 65px; /* 任意 */
	padding-bottom: 10px; /* activeではないボタンの沈み具合（transform: translateY と同じ値） */
	flex: 1;
	background-color: #fff; /* 任意 */
	border: 1px solid #C846FF;
	border-radius: 8px 8px 0 0; /* 任意 */
	transform-origin: bottom center;
	transform: translateY(10px); /* padding-bottom と同じ値 */
	transition: .5s; /* 任意 */
	cursor: pointer;
	-webkit-tap-highlight-color: rgba(0, 0, 0, 0);
	font-weight: bold;
	color: #00006C;
}
.att_tab_btn.is_active {
	padding-bottom: 0;
	color: #fff; /* 任意 */
	background-color: #C846FF;
	transform: translateY(0);
	border: 1px solid #C846FF;
	font-size: 16px;
}
.att_tab_body {
	padding: 30px 70px;
	position: relative;
	background-color: #fff; /* 任意 */
	border-top: 5px solid #C846FF;
	border-left: 1px solid #C846FF;
	border-right:1px solid #C846FF;
	border-bottom: 1px solid #C846FF;
	border-radius: 0 0 8px 8px; /* 任意 */
	z-index: 100;
}
.att_tab_panel {
	display: none;
}
.att_tab_panel.is_active {
	display: block;
}
/* -- ▲注釈用タブ用設定▲ -- */

/* コンテンツ（SP：767px以下）
========================================================*/
@media screen and (max-width: 767px) {
	/* ============== 共通 =================== */
	img {
		width: 100%;
	}
	.display_pc {
		display: none;
	}
	.display_sp {
		display: block;
	}
	.end_txt {
		font-size: 150%;
	}
	.line_txt {
		font-size: 18px;
	}
	/*吹き出しタイトル*/
	.slash_ttl::before, .slash_ttl::after {
		flex: 0 0 30px;
	}
	/* ============== btn =================== */
	.btn {
		height: 62px;
	}
	.btn_wrap {
		padding: 0 15px;
	}
	.btn_wrap,
	.btn_wrap + .sec {
		margin-top: 20px;
	}
	.btn_att {
		text-align: left;
		margin-top: 15px;
	}
	/*終了対応*/
	#contents .close_btn::after {
		font-size: 1.8rem;
	}
	/* ============== sec共通 =================== */
	.sec {
		padding: 50px 0;
	}
	.sec_main {
		padding: 30px 0;
	}
	.sec_inner{
		width: auto;
		width: calc(100% - 30px);
	}
	.sec_ttl {
		margin: 0 auto 20px;
		max-width: 345px;
		height: 90px;
		background-image: url(https://pntc.sslcs.cdngc.net/cdn/campaign/overseas_2603/img/sec_ttl_bg_sp.png);
		background-position: left top;
		background-size: cover;
	}
	/*2カラム*/
	.column2_block {
		grid-template-columns: 1fr;
		gap: 40px;
	}
	.column2_block .slash_ttl {
		justify-content: center;
		gap: 8px;
	}

	/* ============== 参加はかんたん / join =================== */
	.column1_block_txt_lead {
		margin-bottom: 10px;
	}
	.join .step {
		gap: 30px;
	}
	/* ============== 当選の流れ / step  =================== */
	.step_icon {
		height: 25px;
		top: -12px;
	}
	.column2_block .step_img {
		padding-top: 0;
	}
	.step_txt {
		justify-content: flex-start;
		align-items: flex-start;
		text-align: left;
	}
	/* -- ▼タブ用設定▼ -- */
	.tab_head {
		gap: 5px;
	}
	.tab_body {
		padding: 30px 15px;
	}
	.tab_btn_left,
	.tab_btn_right {
		height: 60px;
	}
	.tab_btn_left.is_active, 
	.tab_btn_right.is_active {
		font-size: 14px;
	}
	/* -- ▲タブ用設定▲ -- */

	/* ============== att =================== */
	.att_item_ttl {
		padding-left: 1.5em;
	}
	.att_item_inner p,
	.att .dot_list,
	.att .num_list,
	.att .num_list_dot,
	.att_small_unit,
	.att_small_unit + * {
		margin-top: 5px;
	}
	.sec_inner.att_list{
		width: calc(100% - 60px);
		margin: 30px auto;
	}
	.sec.att {
		width: calc(100% - 30px);
		margin: 0 auto;
	}
	.att .sec_ttl {
		padding-top: 0;
	}
	/* -- ▼注釈用タブ用設定▼ -- */
	.att_tab_head {
		gap: 5px;
	}
	.att_tab_body {
		padding: 40px 30px 30px;
	}
	.att_tab_btn {
		height: 60px;
		font-size: 12px;
	}
	.att_tab_btn.is_active {
		font-size: 14px;
	}
	.att_tab_btn:last-child.is_active  {
		font-size: 12px;
	}
	/* -- ▲注釈用タブ用設定▲ -- */
}