/* 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.3rem;
	font-weight: normal;
	margin-top: 3px;
}

.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;
}

.button-55 {
	display: flex;
	justify-content: center;
	align-items: center;
	min-width: 250px;
	margin: 20px auto 0px;
	padding: .9em 2em;
	border: none;
	border-radius: 40px;
	background-color: #ff34aa;
	color: #fff;
	font-weight: 600;
	font-size: 1.6rem;
}

.button-55::after {
	width: 1.25em;
	height: 1.25em;
	margin-left: 8px;
	background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath d='M10 6V8H5V19H16V14H18V20C18 20.5523 17.5523 21 17 21H4C3.44772 21 3 20.5523 3 20V7C3 6.44772 3.44772 6 4 6H10ZM21 3V11H19L18.9999 6.413L11.2071 14.2071L9.79289 12.7929L17.5849 5H13V3H21Z' fill='%23fff'%3E%3C/path%3E%3C/svg%3E");
	content: '';
}

.button-55:hover {
	background-color: #ff34aa;
}


.caution {
	background-color: #f6f6f6;
}

.caution_container {
	display: flex;
	flex-direction: column;
	gap: 6px;
	padding: 30px;
	margin-top: 20px;
	text-align: center;
}

.caution_title {
	font-size: 1.6rem;
	font-family: hiragino-kaku-gothic-pron, sans-serif;
	font-weight: 600;
}

.caution_text {
	font-size: 13px;
	font-family: hiragino-kaku-gothic-pron, sans-serif;
	font-weight: 300;
}

/* 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.3rem;
		font-weight: normal;
		margin-top: 3px;
	}

	.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;
	}


	.button-55 {
		display: flex;
		justify-content: center;
		align-items: center;
		min-width: 250px;
		margin: 20px auto 0px;
		padding: .9em 2em;
		border: none;
		border-radius: 40px;
		background-color: #ff34aa;
		color: #fff;
		font-weight: 600;
		font-size: 1.6rem;
	}
	
	.button-55::after {
		width: 1.25em;
		height: 1.25em;
		margin-left: 8px;
		background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath d='M10 6V8H5V19H16V14H18V20C18 20.5523 17.5523 21 17 21H4C3.44772 21 3 20.5523 3 20V7C3 6.44772 3.44772 6 4 6H10ZM21 3V11H19L18.9999 6.413L11.2071 14.2071L9.79289 12.7929L17.5849 5H13V3H21Z' fill='%23fff'%3E%3C/path%3E%3C/svg%3E");
		content: '';
	}
	
	.button-55:hover {
		background-color: #ff34aa;
	}
	
	
	
	.caution {
		background-color: #f6f6f6;
	}
	
	.caution_container {
		display: flex;
		flex-direction: column;
		gap: 6px;
		padding: 30px;
		margin-top: 20px;
		text-align: center;
	}
	
	.caution_title {
		font-size: 1.3rem;
		font-family: hiragino-kaku-gothic-pron, sans-serif;
		font-weight: 600;
	}
	
	.caution_text {
		font-size: 1.2rem;
		font-family: hiragino-kaku-gothic-pron, sans-serif;
		font-weight: 300;
	}

}