/* PC
----------------------------------*/
.sp_break {
	display: none;
}

.pc_break {
	display: inline;
}

.pi_font h1,
h2,
h3,
h4,
h5 {
	font-family: "ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic ProN", "メイリオ", "Meiryo", "Helvetica", "Arial", sans-serif;
}

.pi-area {
	text-align: center;
	margin: 0px auto 20px;
}

.pi_banner {
	display: block;
	font-size: 0;
	line-height: 0;
	margin: 0 auto 30px;
}

.pi_tx_area {
	margin: 0 auto 30px;
}

/*タイマー*/
.pi_timer {
	display: flex;
	justify-content: center;
	font-size: 24px;
	font-weight: bold;
	letter-spacing: 0.1em;
	margin: 0 auto 16px;
}

.pi_timer p {
	margin-right: 10px;
}

/*タイマー日付あり*/
.pi_timer_day {
	display: flex;
	justify-content: center;
	font-size: 24px;
	font-weight: bold;
	letter-spacing: 0.1em;
	margin: 0 auto 16px;
}

.pi_timer_day p {
	margin-right: 10px;
}

.pi_tx {
	font-size: 16px;
	letter-spacing: 0.02em;
	line-height: 1.6;
}

.cp_only,
.cp_m-buy {
	margin: 0 auto 40px;
}


.cp_area {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	width: 100%;
	margin: 0 auto 20px;
	gap: 20px;
	max-width: 770px;
}

.cp_area li {
	list-style: none;
}

.cp_tx {
	margin: 0 auto 2px;
}

.cp_only .cp_tx {
	display: none;
}

.cp_m-buy .cp_tx {
	font-size: 1.8rem;
	font-weight: bold;
	margin: 0 auto 10px;
	text-align: center;
}

.cp_tx_quantity {
	font-size: 1.2rem;
	margin-right: 4px;
}

.cp_tx_buy {
	font-size: 1.2rem;
	margin: 0 auto 10px;
}


.cp_limit {
	font-size: 1.2rem;
	font-weight: bold;
}

.pi_cap {
	font-size: 10px;
	text-align: left;
	border-top: solid 1px #DADADA;
	border-bottom: solid 1px #DADADA;
	width: 500px;
	margin: 0 auto;
	padding: 8px 0;
}

.pi_price {
	width: 770px;
	margin: 60px auto 0;
	padding: 20px;
	border: 1px solid #dadada;
	display: flex;
	align-items: center;
	text-align: left;
	justify-content: space-between;
}

.pi_price a {
	line-height: 0;
}

.pi_price p {
	font-size: 16px;
	line-height: 1.6;
	margin: 8px 15px 0 0;
}

.pi_price img {
	width: 400px;
}

.pi_bold {
	font-weight: bold;
}

.title_1 {
    font-size: 1.6rem;
    font-weight: bold;
    text-align: center;
    margin-top: 20px;
}

.title_2 {
	font-size: 12px;
	font-weight: normal;
	text-align: center;
	margin-top: 10px;
	letter-spacing: 1px;
	line-height: 23px;
}




/* SP
----------------------------------*/
@media screen and (max-width: 768px) {
	.sp_break {
		display: inline;
	}

	.pc_break {
		display: none;
	}


	.button-get {
		display: flex;
		justify-content: center;
		align-items: center;
		margin: 0 auto;
		padding: 14px 0px;
		border: none;
		border-radius: 30px;
		background-color: #000000;
		color: #fff;
		font-weight: 600;
		font-size: 18px;
		width: 320px;
		margin-top: 10px;
		margin-bottom: 30px;
	}

	.pi-area {
		margin: auto;
		text-align: center;
	}

	.pi_banner {
		font-size: 0;
		line-height: 0;
		display: block;
		width: 100%;
		margin: 0 auto 20px;
	}

	.pi_tx_area {
		margin: 0 auto 8%;
	}

	/*タイマー*/
	.pi_timer {
		display: flex;
		flex-direction: column;
		font-size: 2rem;
		font-weight: bold;
		letter-spacing: 0.1em;
		margin: 0 auto 5%;
	}

	.pi_timer p {
		margin-right: 0;
	}

	/*タイマー*/
	.pi_timer_day {
		display: flex;
		flex-direction: column;
		font-size: 2rem;
		font-weight: bold;
		letter-spacing: 0.1em;
		margin: 0 auto 5%;
	}

	.pi_timer_day p {
		margin-right: 0;
	}

	.pi_tx {
		font-size: 1.4rem;
		letter-spacing: 0.02em;
		line-height: 1.6;
	}

	.cp_only,
	.cp_m-buy {
		margin: 0 auto 8%;
	}

	.cp_area {
		display: flex;
		flex-wrap: nowrap;
		justify-content: center;
		flex-direction: column;
		width: 100%;
		margin: 0 auto 8%;
		gap: 2rem 0;
		max-width: 440px;
	}

	.cp_m-buy .cp_tx {
		font-size: 1.6rem;
		font-weight: bold;
		margin: 0 auto;
		text-align: left;
		line-height: 20px;
	}

	.cp_tx_quantity {
		font-size: 1.2rem;
		margin: 0 auto;
	}

	/*ボタン*/
	.cp_only li {
		list-style: none;
		margin: 0 auto;
		width: 54%;
	}

	.cp_m-buy li {
		display: flex;
		align-items: center;
		list-style: none;
		width: 80%;
		margin: 0 auto;
	}


	.cp_m-buy button {
		padding: 5% 10%;
	}

	.cp_limit {
		font-size: 1.2rem;
		font-weight: bold;
	}

	.pi_cap {
		border-top: solid 1px #DADADA;
		border-bottom: solid 1px #DADADA;
		font-size: 1rem;
		text-align: left;
		margin: 0 auto;
		padding: 2% 0;
		width: 92%;
	}

	.pi_price {
		width: 90%;
		margin: 10% auto;
		padding: 20px;
		border: 1px solid #dadada;
		display: block;
		text-align: center;
	}

	.pi_price a {
		line-height: 0;
	}

	.pi_price p {
		font-size: 1.2rem;
		line-height: 1.6;
	}

	.pi_price img {
		margin: 0 auto 10px;
	}

	.pi_bold {
		font-weight: bold;
	}

	.title_1 {
		font-size: 1.4rem;
		font-weight: bold;
		text-align: center;
		margin-top: 20px;
	}

	.title_2 {
			font-size: 12px;
			font-weight: normal;
			text-align: center;
			margin-top: 10px;
			letter-spacing: 1px;
			line-height: 23px;
	}

}