@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;
}
/* レイアウト */
.ly_panel {
	background-color: #fff;
	border-radius: 20px;
}
/*注釈テキスト*/
.note_txt {
	text-indent: -1em;
	padding-left: 1em;
}
.sm_note_txt {
	color: #a50319;
	font-size: 1.3rem;
	vertical-align: text-top;
}
/*太字*/
.bold_font {
	font-weight: bold;
}
/*中黒リスト*/
.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) ")";
}
/* ============== btn =================== */
#contents .btn {
	max-width: 540px;
	height: 80px;
	margin-right: auto;
	margin-left: auto;
	display: grid;
	place-items: center;
	position: relative;
	color: transparent;
	background-image: url(https://pntc.sslcs.cdngc.net/cdn/campaign/bspontacafe2026/img/btn@2x.png);
	background-size: 100%;
	background-position: bottom center;
	background-repeat: no-repeat;
}
/*終了対応*/
#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;
}
.end_txt {
	color: #f50028;
	background-color: #fff;
	font-size: 180%;
	font-weight: bold;
	text-align: center;
	padding: 20px 0;
	line-height: 1;
}
/* ============== main =================== */
main {
	background-color: #ffe100;
}
main > * {
	width:calc(100% - 60px);
	max-width: 970px;
	margin: 0 auto;
	padding-right: 15px;
	padding-left: 15px;
	background-color: #fffcc5;
}
#bspontacafe2026 {
	font-family: "M PLUS Rounded 1c", sans-serif;
}
/* ============== top =================== */
.top {
	padding: 0;
	font-size: 0;
}
/* ============== nav =================== */
.nav_wrap {
	padding: 0;
}
.nav_wrap::before,
.nav_wrap::after {
	content: "";
	width: 100%;
	height: 20px;
	display: block;
	background-image: url(https://pntc.sslcs.cdngc.net/cdn/campaign/bspontacafe2026/img/border@2x.png);
	background-size: contain;
	background-position: center;
}
.nav {
	padding: 0 15px;
	position: relative;
}
.nav_list {
	max-width: 880px;
	margin: 0 auto;
	padding: 10px 0;
	display: flex;
	justify-content: space-between;
	gap: 5px;
}
.nav_item {
	max-width: 274px;
}
/* ============== sec/wrap共通 =================== */
.sec_inner,
.logo_inner {
	max-width: 880px;
	margin: 0 auto;
}
/* ============== LP =================== */
/* 概要 overview */
.overview_wrap {
	padding-top: 10px;
}
.overview_inner {
	max-width: 880px;
	margin: 0 auto;
	padding: 30px 0 40px;
}
.overview_lead {
	font-size: 20px;
	line-height: 1.3;
}
.overview_list {
	margin-top: 25px;
}
.overview_item + .overview_item {
	margin-top: 25px;
}
.overview_item_inner {
	display: grid;
	justify-items: center;
}
.overview_item_ttl {
	width: 200px;
	height: 40px;
	display: flex;
	align-items: center;
	justify-content: center;
	font-size: 24px;
	text-align: center;
	color: #fff;
	background-color: #071635;
	border-radius: 3rem;
}
.overview_item_txt {
	margin-top: 10px;
	font-size: 18px;
}
.overview_em_txt {
	margin-top: 30px;
	font-size: 28px;
	color: #A50319;
}
.overview_btn {
	margin-top: 10px;
}
/* img_wrap */
.img_wrap {
	padding-top: 20px;
}
.img_wrap img {
	max-width: 690px;
}
/* 詳細 detail */
.detail {
	padding-top: 20px;
}
.detail_inner {
	padding: 20px 0 25px;
}
.detail_contents + .detail_contents {
	margin-top: 50px;
}
.detail_ttl {
	width: 600px;
	height: 60px;
	margin: 0 auto;
	font-size: 27px;
	text-align: center;
	line-height: 60px;
	color: #fff;
	background-color: #071635;
	border-radius: 3rem;
	letter-spacing: -2px;
}
.detail_body {
	margin-top: 30px;
}
.detail_lead {
	font-size: 20px;
}
.detail_lead + * {
	margin-top: 20px;
}
/* 詳細 > バファローズ☆ポンタカフェのここがうれしい！ */
.detail_appeal_item + .detail_appeal_item {
	margin-top: 30px;
}
.detail_appeal_txt {
	position: relative;
	font-size: 20px;
	line-height: 1.3;
}
.detail_appeal_txt::before {
	content: "■";
	display: inline-block;
	font-size: 20px;
	color: #E7380D;
}
.detail_appeal_img {
	width: 100%;
	max-width: 690px;
	margin-top: 10px;
}
.detail_bg_ponta {
	display: inline-block;
	position: relative;
}
.detail_bg_ponta::before,
.detail_bg_ponta::after {
	content: "";
	position: absolute;
	top: 10px;
	background-size: contain;
	background-position: center;
	background-repeat: no-repeat;
}
.detail_bg_ponta::before {
	width: 101.2348px;
	height: 107.6122px;
	background-image: url(https://pntc.sslcs.cdngc.net/cdn/campaign/bspontacafe2026/img/cafe-goods_ponta-left@2x.png);
	left: -150px;
}
.detail_bg_ponta::after {
	width: 100.5458px;
	height: 118.6752px;
	background-image: url(https://pntc.sslcs.cdngc.net/cdn/campaign/bspontacafe2026/img/cafe-goods_ponta-right@2x.png);
	right: -150px;
}
.detail_appeal_em_txt {
	margin-top: 45px;
	display: flex;
	justify-content: center;
	align-items: center;
	font-size: 18px;
	color: #a50319;
	gap: 20px;
}
.detail_appeal_em_txt::before,
.detail_appeal_em_txt::after {
	content: '';
	width: 2px;
	height: 16px;
	display: inline-block;
	background-color: #a50319;
}
.detail_appeal_em_txt::before {
	transform: rotate(-30deg);
}
.detail_appeal_em_txt::after {
	transform: rotate(30deg);
}
/* 詳細 > 予約チケット セットアイテム */
.detail_reservation_list {
	display: block;
	max-width: 680px;
	margin-right: auto;
	margin-left: auto;
}
.detail_reservation_item {
	display: flex;
	justify-content: center;
	align-items: center;
	font-size: 14px;
}
.detail_reservation_item + .detail_reservation_item {
	margin-top: 10px;
}
.detail_reservation_item > p,
.detail_reservation_item > div {
	flex: 145; 
}
.detail_reservation_item > img {
	width: 0;
	flex: 155; 
}
.detail_reservation_item:nth-of-type(2) {
	display: flex;
	flex-direction: row-reverse;
}
.detail_reservation_bottom {
	display: flex;
	justify-content: center;
	align-items: center;
	text-align: left;
	gap: 10px;
}
.detail_reservation_bottom img {
	max-width: 290px;
}
/* 詳細 > オリジナルメニュー */
.detail_menu_list {
	padding: 0 40px;
	display: grid;
	grid-template-columns: repeat(2, 250px);
	grid-template-rows: repeat(2, 1fr);
	justify-content: center;
	column-gap: 25px;
	row-gap: 20px;
}
.detail_menu_item {
	max-width: 250px;
}
.detail_menu_item .price {
	word-break: keep-all;
}
.detail_menu_txt {
	margin-top: 10px;
}
.detail_menu_note_txt {
	font-size: 12px;
}
.detail_menu_ponta {
	margin-top: 20px;
	max-width: 517px;
}
.detail_att {
	width: calc(100% - 30px);
	margin: 25px auto 0;
	text-align: left;
}
/* 詳細 > タイムスケジュール */
.detail_schedule_body {
	max-width: 600px;
	margin-right: auto;
	margin-left: auto;
	font-size: 20px;
}
.detail_schedule_em_txt {
	color: #a50319;
}
.detail_schedule_list {
	margin-top: 10px;
	display: grid;
	justify-content: center;
	grid-template-columns: repeat(2, 1fr);
	grid-template-rows: repeat(4, auto);
	text-align: left;
}
.detail_schedule_ponta {
	margin-top: 25px;
	max-width: 540px;
}
.detail_schedule_em_txt {
	margin-top: 15px;
	text-align: left;
	line-height: 1.3;
}
.detail_btn {
	margin-top: 20px;
}
/* 詳細 > アクセス */
.detail_access_body {
	max-width: 600px;
	margin-right: auto;
	margin-left: auto;
	font-size: 20px;
	text-align: left;
}
.detail_access_item + .detail_access_item {
	margin-top: 25px;
}
.detail_access_map {
	margin-left: 5rem;
}
#contents .detail_access_map a {
	color: #a50319;
}
.detail_access_ponta {
	max-width: 577px;
	margin: 35px auto 0;
	display: block;
}
#contents .detail_access_link:hover {
	opacity: 1;
}
/* logo_wrap */
.logo_wrap {
	padding: 35px 15px 20px;
}
.logo_img {
	max-width: 100px;
}
#contents .logo_page_top a {
	width: 120px;
	height: 30px;
	margin: 0 0 0 auto;
	display: block;
	position: relative;
	font-size: 13px;
	color: #fff;
	background: #6ac05e;
	border-radius: 5px;
	text-align: center;
	text-decoration: none;
	line-height: 30px;
}
.logo_page_top a:before {
	content: "";
	margin: -14px 0 0 -8px;
	position: absolute;
	top: 0;
	left: 50%;
	border: 8px solid transparent;
	border-bottom-color: #6ac05e;
}
/* ============== att =================== */
.att {
	padding-bottom: 60px;
	text-align: left;
	overflow: hidden;
	font-family: "M PLUS 1p", sans-serif;
}
.att_inner {
	padding: 40px 40px 20px;
}
.att_ttl {
	margin-top: 25px;
	font-size: 22px;
	font-weight: bold;
}
.att_ttl + .att_list {
	margin-top: 20px;
}
.att_item + .att_item {
	margin-top: 30px;
}
.att_item_ttl {
	font-size: 14px;
	font-weight: bold;
	line-height: 1.3;
	position: relative;
}
.att_item_inner .note_txt {
	margin-top: 0;
}
.att_item_inner p + p {
	margin-top: 0;
}
.att_item_inner dd {
	margin-left: 15px;
}
.att_item_img {
	text-align: center;
	margin-top: 20px;
}
.att_item_img + * {
	margin-top: 20px;
}
.att .dot_list,
.att .num_list,
.att_small_unit,
.att_small_unit + * {
	margin-top: 10px;
}
.att_small_unit dd > *:first-child {
	margin-top: 0;
}
.att .dot_list .att_small_unit {
	text-indent: 0;
}
.att .dot_list li > .dot_list,
.att .dot_list li > .num_list,
.att .num_list li > .dot_list,
.att .num_list li > .num_list,
.att_small_unit .dot_list,
.att_small_unit .num_list {
	margin-top: 0;
}
.att .dot_list li > .dot_list + *,
.att .dot_list li > .num_list + *,
.att .num_list li > .dot_list + *,
.att .num_list li > .num_list + *,
.att_small_unit .dot_list + *,
.att_small_unit .num_list + * {
	margin-top: 10px;
}
.att .dot_list li > .num_list,
.att .num_list li > .num_list {
	transform: translateX(-0.2em);
}
.att_small_unit .dot_list,
.att_small_unit .num_list {
	margin-left: 0.5em;
}
.att .em_font {
	color: #f50028;
	font-weight: bold;
}
/* コンテンツ（SP：767px以下）
========================================================*/
@media screen and (max-width: 767px) {
	/* ============== 共通 =================== */
	img {
		width: 100%;
	}
	.display_pc {
		display: none;
	}
	.display_sp {
		display: block;
	}
	/* レイアウト */
	.ly_panel {
		border-radius: 0;
	}
	/* 注釈テキスト */
	.sm_note_txt {
		font-size: 0.8rem;
	}
	/* ============== btn =================== */
	#contents .btn {
		max-width: 270px;
		height: 40px;
	}
	/*終了対応*/
	#contents .close_btn::after {
		font-size: 1.5rem;
	}
	/* ============== main =================== */
	main {
		padding-bottom: 60px;
		background-color: #fffcc5;
	}
	main > * {
		width: 100%;
	}
	#contents main > * {
		padding: 0;
	}
	/* ============== nav =================== */
	.nav {
		padding: 0;
	}
	.nav_wrap::before,
	.nav_wrap::after {
		height: 10px;
		background-size: cover;
	}
	.nav_list {
		padding: 5px 12px;
	}
	/* ============== sec共通 =================== */
	.sec {
		width: calc(100% - 30px);
	}
	.btn_wrap + *,
	.sec + .sec {
		margin-top: 45px;
	}
	.sec_ttl + * {
		margin-top: 30px;
	}
	.sec_lead_main {
		font-size: 18px;
	}
	/* ============== LP =================== */
	/* 概要 overview */
	.overview_inner {
		padding: 10px 0 20px;
	}
	.overview_lead {
		font-size: 12px;
	}
	.overview_list {
		margin-top: 10px;
	} 
	.overview_item_ttl {
		width: 100px;
		height: 20px;
		font-size: 12px;
	}
	.overview_item_txt {
		margin-top: 5px;
		font-size: 15px;
	}
	.overview_em_txt {
		margin-top: 15px;
		font-size: 17px;
	}
	.overview_btn {
		margin-top: 5px;
	}
	.detail_body {
		margin-top: 15px;
		padding-right: 7.5px;
		padding-left: 7.5px;
	}
	.detail_lead {
		font-size: 12px;
	}
	/* 詳細 detail */
	.detail {
		margin-top: 15px;
	}
	.detail_contents + .detail_contents {
		margin-top: 25px;
	}
	.detail_ttl {
		width: calc(100% - 15px);
		height: 30px;
		font-size: 13.5px;
		line-height: 30px;
		letter-spacing: -1px;
	}
	/* 詳細 > バファローズ☆ポンタカフェのここがうれしい！ */
	.detail_appeal_item + .detail_appeal_item {
		margin-top: 15px;
	}
	.detail_appeal_txt {
		font-size: 10px;
	}
	.detail_appeal_txt::before {
		font-size: 10px;
	}
	.detail_appeal_img {
		max-width: 592px;
		margin-top: 5px;
	}
	.detail_bg_ponta::before {
		width: calc(101.2348px / 2);
		height: calc(107.6122px / 2);
		left: -55px;
	}
	.detail_bg_ponta::after {
		width: calc(100.5458px / 2);
		height: calc(118.6752px / 2);
		right: -55px;
	}
	.detail_appeal_em_txt {
		margin-top: 20px;
		font-size: 9px;
		gap: 10px;
	}
	.detail_appeal_em_txt::before,
	.detail_appeal_em_txt::after {
		width: 1px;
		height: 9px;
	}
	/* 詳細 > 予約チケット セットアイテム */
	.detail_reservation_bottom {
		margin-top: 5px;
		font-size: 9px;
	}
	.detail_reservation_bottom img {
		width: 42%;
	}
	/* 詳細 > オリジナルメニュー */
	.detail_menu_list {
		padding: 0;
		grid-template-columns: repeat(2, auto);
		grid-template-rows: repeat(2, auto);
		gap: 10px;
	}
	.detail_menu_item {
		max-width: 291px;
	}
	.detail_menu_item:nth-of-type(1) {
		order: 1;
	}
	.detail_menu_item:nth-of-type(2) {
		order: 2;
	}
	.detail_menu_item:nth-of-type(3) {
		order: 4;
	}
	.detail_menu_item:nth-of-type(4) {
		order: 3;
	}
	.detail_menu_item:nth-of-type(5) {
		order: 5;
	}
	.detail_menu_item:nth-of-type(6) {
		order: 6;
	}
	.detail_menu_item.detail_menu_item_entirety {
		order: inherit;
	}
	.detail_menu_txt {
		margin-top: 5px;
		font-size: 12px;
	}
	.detail_menu_note_txt {
		font-size: 9px;
	}
	.detail_menu_ponta {
		max-width: 520px;
		padding: 0 18px;
	}
	.detail_att {
		width: 100%;
		font-size: 9px;
	}
	/* 詳細 > タイムスケジュール */
	.detail_schedule_body {
		font-size: 10px;
		text-align: left;
	}
	.detail_schedule_list {
		margin-top: 5px;
	}
	.detail_schedule_ponta {
		max-width: 541px;
		margin-top: 12.5px;
		padding: 0 12.5px;
	}
	.detail_schedule_em_txt {
		margin-top: 7px;
	}
	.detail_btn {
		margin-top: 10px;
	}
	/* 詳細 > アクセス */
	.detail_access_body {
		font-size: 10px;
	}
	.detail_access_ponta {
		margin-top: 17.5px;
		padding: 0 6px;
	}
	.detail_access_map {
		margin-left: 3rem;
	}
	/* logo_wrap */
	.logo_wrap {
		width: calc(100% - 30px);
	}
	.logo_img {
		width: 21.3vw;
		padding: 12px 0;
	}
	#contents .logo_page_top a {
		width: 69px;
		height: 17px;
		font-size: 7.5px;
		border-radius: 3px;
		line-height: 17px;
	}
	/* ============== att =================== */
	.att {
		margin-top: 15px;
	}
	.att_inner {
		padding: 30px 15px 60px;
	}
	.att_ttl {
		margin-top: 20px;
		font-size: 18px;
	}
	.att .dot_list,
	.att .num_list,
	.att_small_unit,
	.att_small_unit + * {
		margin-top: 5px;
	}
}