@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;
}
figure {
	margin: 0;
}
main {
	padding: 40px 30px 60px;
	background-color: #faf1ef;
}

/* spanテキスト */
span.em_txt {
	color: #e94d35;
}

/*角丸ブロック*/
.ly_round {
	border-radius: 8px;
}

/*終了対応*/
#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;
}
/* ============== btn共通 =================== */
.btn {
	width: 100%;
	max-width:400px;
	height: 50px;
	margin: 0 auto;
	display: grid;
	position: relative;
	place-items: center;
	background-color: #ff9123;
	background-image: url(https://pntc.sslcs.cdngc.net/cdn/campaign/nishimuta_2412/img/btnarrow_right.png);
	background-size: 20px;
	background-position: center right 15px;
	background-repeat: no-repeat;
	border-radius: 5px;
}

/* ============== LP =================== */
/* top */
.top {
	position: relative;
	background-color: #99151d;
	overflow: hidden;
}
@media screen and (min-width: 1200px) {
	.top::before {
		content: "";
		position: absolute;
		bottom: 0;
		left: 50%;
		transform: translateX(-50%);
		background-image: url(https://pntc.sslcs.cdngc.net/cdn/campaign/nishimuta_2412/img/mv_bg_pc.png);
		background-size: cover;
		height: 467px;
		width: 1476px;
	}
}
.top_ttl {
	position: inherit;
	z-index: 10;
}

/* sec共通 */
.sec {
	margin: auto;
	max-width: 970px;
}
.sec_ttl {
	font-size: 22px;
	text-align: center;
}

/* join 参加方法 */
.join_slash_txt {
	display: inline-block;
	position: relative;
	padding: 0 8px;
}
.join_slash_txt::before,
.join_slash_txt::after {
	content: '';
	width: 1px;
	height: 16px;
	display: inline-block;
	position: absolute;
	bottom: 3px;
	background-color: #333;
}
.join_slash_txt::before {
	left: 0;
	transform: rotate(-40deg);
}
.join_slash_txt::after {
	right: 0;
	transform: rotate(40deg);
}
.join_list {
	margin-top: 40px;
	display: grid;
	grid-template-columns: 1fr 1fr;
	gap: 35px;
}
.join_item {
	padding: 40px 30px 30px;
	position: relative;
	background-color: #ffffff;
	border: 1px solid #e38a90;
}
.join_item_icon {
	width: 60px;
	height: 60px;
	position: absolute;
	top: 0;
	left: 0;
	transform: translate(-20px, -20px);
}
.join_item_contents {
	height: 290px;
	display: flex;
	flex-direction: column;
	justify-content: space-between;
	align-items: center;
}
.join_item_ttl {
	width: 100%;
	margin: 0 auto;
	padding-bottom: 10px;
	position: relative;
	color: #000000;
	font-size: 16px;
	font-weight: bold;
	border-bottom: 2px solid #e38a90;
}
.join_item_01 .join_item_ttl {
	max-width: 286px;
}
.join_item_02 .join_item_ttl {
	max-width: 310px;
}
.join_item_ttl::before,
.join_item_ttl::after {
	content: '';
	position: absolute;
	width: 30px;
	height: 15px;
	left: 50%;
	bottom: -15px;
	transform: translateX(-50%);
	clip-path: polygon(0 0, 100% 0, 50% 100%);
}
.join_item_ttl::before {
	background-color: #e38a90;
}
.join_item_ttl::after {
	bottom: -13px;
	background-color: #fff;
}
.join_item_pic {
	max-width: 270px;
}
.join_item_att {
	width: 100%;
	text-align: left;
}
.join_goal {
	margin-top: 25px;
}
.join_goal::before {
	content:"";
	width: 21px;
	height: 43px;
	margin: 0 auto;
	display: block;
	background-image: url(https://pntc.sslcs.cdngc.net/cdn/campaign/nishimuta_2412/img/join_arrow.png);
}
.join_goal_pic {
	margin-top: 25px;
	overflow: hidden;
}

/* btn_wrap */
.btn_wrap {
	margin: 60px auto 0;
}
#contents .btn {
	color: #ffffff;
	font-size: 14px;
	font-weight: bold;
	text-decoration: none;
}
.btn_wrap .btn {
	margin-top: 30px;
}
.btn_ttl {
	width: 286px;
	margin: 0 auto;
	padding-bottom: 10px;
	position: relative;
	color: #000000;
	font-size: 16px;
	font-weight: bold;
	border-bottom: 2px solid #e38a90;
}
.btn_ttl::before,
.btn_ttl::after {
	content: '';
	width: 30px;
	height: 15px;
	position: absolute;
	left: 50%;
	bottom: -15px;
	transform: translateX(-50%);
	clip-path: polygon(0 0, 100% 0, 50% 100%);
}
.btn_ttl::before {
	background-color: #e38a90;
}
.btn_ttl::after {
	bottom: -12px;
	background-color: #faf1ef;
}
.btn_att {
	margin-top: 20px;
	color: #999999;
	font-size: 12px;
}

/* ============== att =================== */
.att {
	margin: 60px auto 0;
	padding: 50px 70px;
	background-color: #ffffff;
	text-align: left;
	overflow: hidden;
}
.att_list {
	max-width: 830px;
	margin: 40px auto 0;
}
.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: #e38a90;
	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_small-unit dd > *:first-child {
	margin-top: 0;
}
.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;
	}
	main {
		padding: 25px 15px 50px;
		background-color: #faf1ef;
	}

	/*終了対応*/
	#contents .btn_close::after {
		font-size: 1.8rem;
	}
	.end_txt {
		font-size: 150%;
	}
/* ============== btn共通 =================== */
	.btn {
		max-width: 100%;
	}

/* ============== LP =================== */
	/* join 参加方法 */
	.join_list {
		margin-top: 25px;
		grid-template-columns: 1fr;
	}
	.join_item {
		padding: 40px 30px;
	}
	.join_item_icon {
		width: 60px;
		height: 60px;
		position: absolute;
		top: 0;
		left: 0;
		transform: translate(-8px, -8px);
	}
	.join_item_contents {
		height: auto;
		gap: 20px;
	}
	.join_item_ttl {
		width: 100%;
		margin-bottom: 13px;
	}
	.join_goal_pic {
		width: calc(100% + 30px);
		transform: translateX(-15px);
	}

	/* btn_wrap */
	.btn_wrap {
		margin-top: 50px;
		padding: 0 30px;
	}
	.btn_ttl {
		width: 100%;
	}
	.btn_att {
		text-align: left;
		text-indent: -1em;
		margin-top: 15px;
		padding-left: 1em;
	}
/* ============== att =================== */
	.att {
		margin: 50px auto;
		padding: 40px 30px 30px;
	}
	.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;
	}
}