@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 {
	font-weight: bold;
	color: #ff0004;
	font-size: 200%;
	text-align: center;
	margin: 10px;
}

.ly-block {
	width: calc(100% - 60px);
	margin: 0 auto;
}

/*角丸ブロック*/
.ly-round {
	border-radius: 8px;
}

/* 強調 */
.em-txt {
	color: #f44545;
}

/*吹き出しタイトル*/
.balloon-ttl {
	margin-bottom: 20px;
	display: flex;
	align-items: center;
	justify-content: center;
	font-weight: bold;
}

.balloon-ttl::before,
.balloon-ttl::after {
	display: block;
	background-size: contain;
	background-repeat: no-repeat;
	background-position: center;
	flex: 0 0 24px;
	height: 24px;
}

.balloon-ttl::before {
	content: "＼";
}

.balloon-ttl::after {
	content: "／";
}

/* ============== btn =================== */
.btn_wrap {
	margin: 50px auto;
}

.btn_wrap:first-of-type {
	margin-top: 0;
}

.btn_ttl {
	font-size: 18px;
}

#contents .btn {
	color: #ffffff;
	font-size: 14px;
	font-weight: bold;
	text-decoration: none;
}

.btn {
	display: grid;
	place-items: center;
	background-color: #ff9123;
	background-image: url(https://pntc.sslcs.cdngc.net/cdn/campaign/overseas_2401/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;
}

/*終了対応*/
#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;
}

/* ============== LP =================== */
/* nav */
.nav {
	padding: 20px 0 40px;
	display: flex;
	justify-content: center;
	position: sticky;
	top: 0;
	left: 0;
	right: 0;
	background: linear-gradient(#fff, #fff, #ffffff, #ffffff00);
	z-index: 100;
}

.nav_list {
	width: calc(100% - 40px);
	max-width: 720px;
	display: grid;
	align-items: center;
	justify-content: center;
	grid-template-columns: 1fr 1fr 1fr;
	gap: 35px;
}

.nav_list_item:hover {
	opacity: 0.65;
	cursor: pointer;
}

/* top */
.top_ttl {
	background-image: url(https://pntc.sslcs.cdngc.net/cdn/campaign/overseas_2401/img/mv_pc_bg.png);
	background-position: center;
	background-repeat: repeat-x;
	background-size: contain;
}

.top_date {
	display: flex;
	align-items: center;
	justify-content: center;
	background-color: #025fb4;
	height: 45px;
	padding: 0 28px;
}

/* sec 共通 */
.sec {
	margin: auto;
	padding-top: 190px;
	margin-top: -190px;
}

.sec_ttl {
	margin: 60px 0;
	font-size: 28px;
	font-weight: bold;
}

.sec_content {
	margin: auto;
	max-width: 970px;
}

.sec_goal {
	margin-bottom: 40px;
	margin-left: min(60px, 5vw);
}

.sec_goal:last-of-type {
	margin-bottom: 55px;
}

/* step 共通 */
.step_wrap {
	max-width: 770px;
	margin: 0 auto;
	padding-left: 10px;
	position: relative;
}

.step_wrap::before {
	content: "";
	position: absolute;
	display: block;
	width: 5px;
	height: 100%;
	left: -15px;
}

.step_wrap::after {
	content: "";
	position: absolute;
	display: block;
	background-repeat: no-repeat;
	background-size: cover;
	width: 5px;
	height: 100px;
	bottom: -4px;
	left: -18px;
	z-index: 15;
	background-position: center;
	background-size: contain;
	padding: 0 3px;
	background-color: #fff;
}

.step_item {
	text-align: left;
}

.step_num {
	position: relative;
	font-size: 24px;
	font-weight: bold;
}

.step_item-01 .step_num::before {
	content: "";
	position: absolute;
	display: block;
	background: #FFF;
	width: 20px;
	height: 20px;
	left: -25px;
	top: -5px;
}

.step_num::after {
	content: "";
	width: 20px;
	height: 20px;
	position: absolute;
	display: block;
	border: 5px solid;
	background: #FFF;
	border-radius: 50%;
	left: -32px;
	top: 50%;
	transform: translateY(-50%);
	box-sizing: border-box;
}

.step_inner {
	margin-top: 25px;
}

.step_ttl {
	font-size: 20px;
	font-weight: bold;
}

.step_content {
	margin: 40px 0 40px auto;
	width: 700px;
	text-align: left;
}

.step_img {
	max-width: 330px;
	margin: 0 auto;
}

.step_display_flow {
	display: flex;
	justify-content: space-between;
	align-items: center;
}

.step_arrow {
	width: 37px;
}

.step_arrow img {
	transform: rotate(-90deg);
}

.step_att {
	margin-top: 40px;
	padding-left: 1em;
	font-size: 12px;
	color: #999999;
	text-indent: -1em;
}

.step_app {
	margin-bottom: 40px;
}

.step_app-row01,
.step_app-row02 {
	display: grid;
	justify-content: center;
	gap: 20px;
	align-items: center;
}

.step_app-row01 {
	grid-template-columns: 335px;
}

.step_app-row02 {
	margin-top: 5px;
	grid-template-columns: 200px 245px 90px;
}

.sec_goal::before {
	content: "";
	width: 88px;
	height: 21px;
	margin: 40px auto 0;
	display: block;
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
}

.step_content .btn_wrap {
	margin: 0;
	text-align: center;
}

/* hawaii */
.hawaii .sec_heading {
	background: #d4f9ff;
}

.hawaii .step_wrap::before {
	background: #00c9e7;
}

.hawaii .step_wrap::after {
	background-image: url(https://pntc.sslcs.cdngc.net/cdn/campaign/overseas_2401/img/hawaii_step_dot.png);
	background-image: image-set(url(https://pntc.sslcs.cdngc.net/cdn/campaign/overseas_2401/img/hawaii_step_dot.png));
	background-image: -webkit-image-set(url(https://pntc.sslcs.cdngc.net/cdn/campaign/overseas_2401/img/hawaii_step_dot.png));
}

.hawaii .step_num {
	color: #00c9e7;
}

.hawaii .step_num::after {
	border-color: #00c9e7;
}

.hawaii .sec_goal::before {
	margin-bottom: 20px;
	background-image: url(https://pntc.sslcs.cdngc.net/cdn/campaign/overseas_2401/img/hawaii_downarrow.png);
}

/* taiwan */
.taiwan .sec_heading {
	background: #fed4ce;
}

.taiwan .step_wrap::before {
	background: #ff3d23;
}

.taiwan .step_wrap::after {
	background-image: url(https://pntc.sslcs.cdngc.net/cdn/campaign/overseas_2401/img/taiwan_step_dot.png);
	background-image: image-set(url(https://pntc.sslcs.cdngc.net/cdn/campaign/overseas_2401/img/taiwan_step_dot.png));
	background-image: -webkit-image-set(url(https://pntc.sslcs.cdngc.net/cdn/campaign/overseas_2401/img/taiwan_step_dot.png));
}

.taiwan .step_num {
	color: #ff3d23;
}

.taiwan .sec_goal::before {
	background-image: url(https://pntc.sslcs.cdngc.net/cdn/campaign/overseas_2401/img/taiwan_downarrow.png);
}

.taiwan .step_item-03 .step_att {
	text-align: center;
}

/* vietnam */
.vietnam .sec_heading {
	background: #deffd3;
}

.vietnam .step_wrap::before {
	background: #2ec301;
}

.vietnam .step_wrap::after {
	background-image: url(https://pntc.sslcs.cdngc.net/cdn/campaign/overseas_2401/img/vietnam_step_dot.png);
	background-image: image-set(url(https://pntc.sslcs.cdngc.net/cdn/campaign/overseas_2401/img/vietnam_step_dot.png));
	background-image: -webkit-image-set(url(https://pntc.sslcs.cdngc.net/cdn/campaign/overseas_2401/img/vietnam_step_dot.png));
}

.vietnam .step_num {
	color: #2ec301;
}

.vietnam .sec_goal::before {
	background-image: url(https://pntc.sslcs.cdngc.net/cdn/campaign/overseas_2401/img/vietnam_downarrow.png);
}

.vietnam .step_app-row01 {
	grid-template-columns: 67px 90px;
	/* grid-template-columns: 67px 200px 245px 90px; */
}

.vietnam .step_item-03 .step_att {
	text-align: center;
}

/* addition */
.addition {
	padding: 70px 0;
	display: grid;
	justify-content: center;
	grid-template-columns: 160px 729px 160px;
	background-color: #ffffd6;
}

.addition::before,
.addition::after {
	content: "";
	background-position: center;
	background-repeat: no-repeat;
	background-size: contain;
}

.addition::before {
	width: 8.3vw;
	max-width: 76px;
	margin: -40px -255px 0 180px;
	background-image: url(https://pntc.sslcs.cdngc.net/cdn/campaign/overseas_2401/img/goal_all_ppp.png);
}

.addition::after {
	width: 15.3vw;
	max-width: 160px;
	margin: -50px 0px 0 -110px;
	background-image: url(https://pntc.sslcs.cdngc.net/cdn/campaign/overseas_2401/img/pc_goal_all_ponta.png);
}

/* jmb-banner */
.jmb-banner {
	margin: 10px auto 0;
}

.jmb-banner a {
	max-width: 970px;
	margin: 0 auto;
	display: block;
}

/* ============== att =================== */
.att {
	max-width: 970px;
	margin: 60px auto 80px;
	text-align: left;
	border: 1px solid #ddd;
	overflow: hidden;
}

.att_list {
	max-width: 830px;
	margin: 6.8% 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: #025fb4;
	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_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) {

	/* ============== 共通 =================== */
	.display-pc {
		display: none;
	}

	.display-sp {
		display: block;
	}

	.end_txt {
		font-size: 150%;
	}

	.ly-block {
		width: calc(100% - 30px);
	}

	/*吹き出しタイトル*/
	.balloon-ttl {
		margin-bottom: 10px;
	}

	/* ============== btn =================== */
	.btn_wrap {
		width: calc(100% - 90px);
		margin: 40px auto;
	}

	.step_wrap .btn_wrap,
	#contents .btn {
		width: 100%;
	}

	.btn_ttl {
		font-size: 17px;
	}

	.btn_att {
		text-align: left;
		text-indent: -1em;
		margin-top: 15px;
		padding-left: 1em;
	}

	/*終了対応*/
	#contents .btn_close::after {
		font-size: 1.8rem;
	}

	/* ============== LP =================== */
	/* nav */
	.nav {
		padding: 20px 0;
	}

	.nav_list {
		gap: 7.5px;
	}

	/* sec 共通 */
	.sec {
		padding-top: 95px;
		margin-top: -95px;
	}

	.sec_ttl {
		margin: 40px 0 30px;
		font-size: 20px;
		font-weight: bold;
	}

	/* step 共通 */
	.step_wrap {
		padding-left: 30px;
	}

	.step_wrap::before {
		left: 7.5px;
	}

	.step_wrap::after {
		left: 4.5px;
	}

	.step_num {
		font-size: 18px;
	}

	.step_item-01 .step_num::before {
		left: -30px;
	}

	.step_num::after {
		width: 17px;
		height: 17px;
		left: -28.5px;
		border: 5px solid;
	}

	.step_inner {
		margin-top: 15px;
	}

	.step_ttl {
		font-size: 14px;
	}

	.step_content {
		width: 100%;
		margin: 20px auto 30px;
	}

	.step_display_flow {
		display: block;
	}

	.step_arrow {
		margin: 20px auto;
	}

	.step_arrow img {
		transform: rotate(0);
	}

	.step_att {
		margin-top: 20px;
	}

	.step_app {
		margin-bottom: 0;
	}

	.step_app-row01 {
		grid-template-columns: 228px;
	}

	.step_app-row02 {
		margin-top: 10px;
		grid-template-columns: 135px;
	}

	.sec_goal {
		margin: 0 auto 40px;
		max-width: 230px;
	}

	.sec_goal::before {
		margin: 30px auto;
	}

	/* hawaii */
	.hawaii .sec_goal::before {
		margin-bottom: 30px;
	}

	/* taiwan */
	.taiwan .step_item-03 .btn {
		height: 72.5px;
	}

	.taiwan .step_item-03 .step_att {
		text-align: left;
	}

	/* vietnam */
	.vietnam .step_app-row01 {
		grid-template-columns: 50px;
	}

	.vietnam .step_item-03 .step_att {
		text-align: left;
	}

	/* addition */
	.addition {
		padding: 40px 0;
		display: flex;
		align-items: center;
		flex-direction: column;
	}

	.addition img {
		width: 296px;
	}

	.addition::after {
		width: 168px;
		height: 160px;
		margin: 25px 0 0;
		background-image: url(https://pntc.sslcs.cdngc.net/cdn/campaign/overseas_2401/img/sp_goal_all_ponta.png);
	}

	.addition::before {
		display: none;
	}

	/* jmb-banner */
	.jmb-banner {
		margin-top: 0;
	}


	/* ============== att =================== */
	.att {
		margin: 50px auto;
	}

	.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;
	}
}