@charset "utf-8";

:root {
	scroll-padding-top: 20px;
}

html {
	scroll-behavior: smooth;
}

/* 基本 */
.pc {
	display: block;
}

.sm {
	display: none;
}

body {
	width: 100%;
	position: relative;
	margin: 0;
	padding: 0;
	color: #592A1F;
	font-size: 16px;
	font-family: "TBUDゴシック E", "メイリオ", Meiryo, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}

/* lead */
section.lead {
	width: 100%;
	height: auto;
	background: conic-gradient(#A4DBF6 0% 25%, #EF9BC0 25% 50%, #B7EAE0 50% 75%, #FFF480 75% 100%);
	display: flex;
	justify-content: center;
	align-items: center;
	flex-direction: column;
	position: relative;
	padding: 60px 0;
}

section.lead::after {
	position: absolute;
	content: "";
	background-image: url(../img/buz-bg.svg);
	background-size: contain;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	animation: fadeIn;
	animation-duration: 1.2s;
}

a {
	-webkit-tap-highlight-color: transparent;
}

.buzz-logo {
	position: relative;
	z-index: 1;
	animation: fadeIn;
	animation-duration: 1s;
	margin-bottom: 30px;
}

h1 {
	margin: 0;
}

.buzz-logo h1 img {
	position: relative;
	width: 100%;
	max-width: 793.6px;
	height: 100%;
	z-index: 1;
	animation: rubberBand;
	animation-duration: 0.9s;
}

.buzz-logo .logo-date,
.buzz-logo .logo-place {
	width: 21vw;
	max-width: 405px;
	position: absolute;
}

.buzz-logo .logo-date {
	top: 190px;
	left: -17vw;
	animation: fadeInRight;
	animation-duration: 0.3s;
}

.buzz-logo .logo-place {
	top: 280px;
	right: -16.5vw;
	animation: fadeInLeft;
	animation-duration: 0.3s;
}

.buzz-about {
	background-color: #ffffff;
	border-radius: 30px;
	width: 100%;
	max-width: calc(1100px - 20px);
	padding: 10px;
	display: flex;
	align-items: stretch;
	position: relative;
	z-index: 1;
	animation: fadeIn;
	animation-duration: 1s;
}

.buzz-about::before,
.buzz-about::after {
	position: absolute;
	content: "";
	background-image: url(../img/buz-thunder1.svg);
	background-size: contain;
	background-repeat: no-repeat;
	width: 100%;
	max-width: 6.9vw;
	height: 168px;
	animation: tada;
}

.buzz-about::before {
	background-image: url(../img/buz-thunder1.svg);
	top: -0.4svh;
	left: -4.5vw;
	animation-duration: 0.8s;
}

.buzz-about::after {
	background-image: url(../img/buz-thunder2.svg);
	top: -3.9svh;
	right: -4.7vw;
	animation-duration: 0.8s;
}

.buzz-about .inner1 {
	background-color: #E1007D;
	border-radius: 23px;
	padding: 12px;
	display: flex;
}

.buzz-about .inner2 {
	background-color: #ffffff;
	border-radius: 16px;
	padding: 35px 2.9vw 30px;
}

.buzz-about h2 {
	margin: 0 auto;
	width: fit-content;
	position: absolute;
	top: -9px;
	left: 50%;
	transform: translateX(-50%);
	-webkit-transform: translateX(-50%);
	-ms-transform: translateX(-50%);
}

.buzz-about h2 img {
	width: 100%;
	max-width: 700px;
}

.buzz-about p {
	font-size: clamp(1rem, 0.501rem + 0.78vw, 1.438rem);
	line-height: clamp(1.563rem, 0.85rem + 1.11vw, 2.188rem);
	color: #592A1F;
	margin: 0;
	text-align: left;
}

/* article */
article {
	background: #f6f2ed;
	padding: 25px;
	margin: 70px 0;
}

article h2 {
	width: fit-content;
	margin: 0 auto 20px;
	text-align: center;
	font-size: 2rem;
	font-family: "じゅん 501", "メイリオ", Meiryo, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	line-height: 2.3rem;
	position: relative;
}

article h2 span.subtitle {
	font-size: 1.3rem;
	display: block;
}

.title-icon {
	position: absolute;
	background-size: contain;
	background-repeat: no-repeat;
	animation-duration: 0.8s;
}

/** shop **/
section.shop .icon1 {
	background-image: url(../img/buz-icon1.svg);
	width: 100%;
	max-width: 102px;
	height: 90px;
	top: -16px;
	left: -107px;
}

section.shop .icon2 {
	background-image: url(../img/buz-icon2.svg);
	width: 100%;
	max-width: 92px;
	height: 80px;
	top: -10px;
	right: -100px;
}

section.shop>.flex-around {
	margin: auto;
	align-items: stretch;
	align-content: flex-start;
	display: grid;
	grid-template-columns: repeat(auto-fit, 247px);
	justify-content: center;
	gap: 24px 16px;
}

section.shop .shopbox p:has(.instagram) {
	width: 100%;
}

/** day-shop **/
section.dayshop {
	margin-top: 50px;
}

section.dayshop h2 {
	margin-bottom: 50px;
}

section.dayshop .icon1 {
	background-image: url(../img/buz-icon3.svg);
	width: 100%;
	max-width: 85.6px;
	height: 95px;
	top: -30px;
	left: -100px;
}

section.dayshop .icon2 {
	background-image: url(../img/buz-icon2.svg);
	width: 100%;
	max-width: 92px;
	height: 80px;
	top: -31px;
	right: -103px;
}

section.dayshop table tr td:nth-child(2) {
	text-align: center;
}

/* インフルエンサー */
section.introduce-outer .introduce {
	display: grid;
	grid-template-columns: repeat(auto-fit, 150px);
	justify-content: center;
	gap: 16px;
	max-width: 1580px;
	margin: 40px auto 0;
	padding-bottom: 80px;
}

section.introduce-outer .introduce .intro-box {
	width: 100%;
	max-width: 150px;
	background: #FFF;
	border-radius: 10px;
	padding: 12px 10px 10px;
	box-sizing: border-box;
	box-shadow: 0 2px 3px 0 rgba(4, 0, 0, .2);
	display: grid;
	grid-template-rows: subgrid;
	grid-row: span 2;
	justify-items: center;
	gap: 12px 0;
}

.intro-box img {
	width: 120px;
	height: 120px;
	border-radius: calc(infinity * 1px);
	object-fit: cover;
	object-position: center;
}

.intro-box p {
	margin: 0;
	font-size: 1rem;
	line-height: 1.2rem;
}

.intro-box a {
	color: #592A1F;
	transition: all .3s;
}

.intro-box a:hover {
	opacity: .8;
}

section.introduce-outer .icon1 {
	background-image: url(../img/buz-icon1.svg);
	width: 100%;
	max-width: 102px;
	height: 90px;
	top: -30px;
	left: -100px;
}

section.introduce-outer .icon2 {
	background-image: url(../img/buz-icon3.svg);
	width: 100%;
	max-width: 85.6px;
	height: 95px;
	top: -31px;
	right: -103px;
}

/* footer */
footer {
	position: relative;
}

footer .footer1 {
	margin: 30px 0;
}

footer .footer2 {
	padding: 50px 0;
	background-color: #B7EAE0;
}

footer p {
	margin: 0;
}

footer .footer2 p {
	color: #007130;
}

footer .footer2 p.host {
	margin-top: 30px;
}

footer .footer2 .mgn-r {
	margin-right: 1rem;
}

footer img.btm-logo {
	position: absolute;
	width: 100%;
	max-width: 15vw;
	height: 25.9svh;
	top: 0;
	left: 2vw;
	transform: rotate(-8deg);
}

#gotop {
	display: none;
	max-width: 200px;
	width: 200px;
	position: fixed;
	right: 3%;
	z-index: 100;
	animation: tada;
	animation-duration: 1s;
	bottom: 97px;
}

img {
	display: block;
	max-width: 100%;
}

a {
	display: block;
	margin: auto;
	text-decoration: none;
}

/* ヘッダー */
.edit-link {
	position: absolute;
	right: 10px;
	top: 10px;
	background: #ffffff;
}

.edit-link a {
	display: inline;
}

.yagisai {
	width: 500px;
	max-width: calc(100% - 80px);
	height: calc(23px / 3 * 5);
	margin: 0 auto;
	padding: 16px 0;
}

/* 日付・ロゴ */
.date {
	width: 290px;
	max-width: 60vw;
	position: absolute;
	right: calc(50% + 30px);
	top: 114px;
}

/* パン */
.item {
	max-width: 100%;
	width: 825px;
	margin: auto;
	justify-content: space-between;
	position: absolute;
	top: 400px;
	left: calc(50% - 420px);
	display: none;
}

.item .flex {
	justify-content: space-between;
	margin: 30px 0;
}

.menu {
	width: 150px;
	max-width: 30vw;
	height: auto;
	max-height: 19.5vw;
}

p {
	text-align: center;
}

.text {
	width: 100%;
	max-width: 596px;
	margin: 20px auto 0;
	position: relative;
	display: none;
}

.text p {
	font-weight: bold;
	font-size: 40px;
	text-align: left;
	margin: 0;
	line-height: 50px;
}

.text p.orange {
	text-align: center;
	background: url(https://tatsumi-insatsu.co.jp/saihokumarche_2025/wp-content/themes/paindemarchelp/img/head.png);
	color: #FFF;
	font-size: 30px;
	padding: 4px 10px 2px;
	border-radius: 6px;
	clear: both;
	float: left;
	margin: 0 10px;
	line-height: 1.2;
}

.text p.orange:first-child {
	margin-bottom: 10px;
}

.text p:last-of-type {
	line-height: 1;
}

.flex {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	margin: auto;
}

.flex a {
	display: block;
	margin: 22px 10px 2vw 0;
}

.flex a#to-latte {
	margin-top: 0 !important;
}

.bread img {
	height: auto;
}

.past {
	display: none;
	padding: 16px 0 26px;
}

.past h2 img {
	width: auto;
	margin: auto auto -10px;
	max-height: 8vw;
}

.past a {
	color: #703A02;
	margin-bottom: 10px;
}


.past a img {
	max-width: 240px;
	border: 1px solid #703A02;
}

.past a:last-child {
	margin-bottom: 0;
}

/* 20200317　追加  */

.text .notice {
	padding: 10px;
	border: 1px solid #F60;
	background: #FFF;
	padding: 0 15px 10px;
	margin-bottom: 25px;
}

.text .notice h2 {
	font-size: 20px !important;
	text-align: left !important;
}


.text .notice p {
	font-size: 16px !important;
	line-height: 1.8 !important;
	font-weight: normal !important;
	margin-bottom: 10px !important;
}

.text .notice p:last-child {
	line-height: 1.2 !important;
}

/* 20200317　追加 ここまで */

.main_msg {
	padding: 0 20px;
}

.end {
	/*display: none;*/
	color: #e83828;
	margin-bottom: 30px;
	font-size: 34px;
	font-weight: bold;
}

/* 20250919 イベント情報追加 */
section.event-outer {
	max-width: 1580px;
	margin: 0 auto 110px;
}

section.event-outer .icon1 {
	background-image: url(../img/buz-icon1.svg);
	width: 100%;
	max-width: 102px;
	height: 90px;
	top: -25px;
	left: -107px;
}

section.event-outer .icon2 {
	background-image: url(../img/buz-icon2.svg);
	width: 100%;
	max-width: 92px;
	height: 80px;
	top: -23px;
	right: -105px;
}

section.event-outer .event-info {
	display: grid;
	justify-content: center;
	gap: 16px;
	justify-items: center;
}

section.event-outer .event-card {
	width: 100%;
	max-width: 800px;
	background: #FFF;
	border-radius: 10px;
	padding: 1rem;
	box-sizing: border-box;
	box-shadow: 0 2px 3px 0 rgba(4, 0, 0, .2);
	display: grid;
	grid-template-rows: subgrid;
	grid-row: span 3;
	justify-items: center;
	gap: 12px 0;
	margin-top: 1rem;
}

section.event-outer .event-card h3 {
	line-height: 33px;
	font-size: 22px;
	display: flex;
	justify-content: center;
	align-items: center;
	overflow-wrap: anywhere;
	margin: 1rem 0;
}

section.event-outer .event-box {
	display: flex;
	align-items: center;
	justify-content: flex-end;
	gap: 16px;
	padding: 2rem 0;
	border-bottom: 2px dashed;
}

section.event-outer .event-box:first-child {
	padding: 0 0 2rem;
}

section.event-outer .event-box:last-child {
	padding: 2rem 0 0;
	border-bottom: none;
}

section.event-outer .event-img {
	width: 40%;
}

section.event-outer .event-img img {
	border-radius: 20px;
	max-width: 300px;
	aspect-ratio: 1 / 1;
	object-fit: cover;
}

section.event-outer .event-content {
	width: 60%;
}

section.event-outer .event-card h4 {
	margin: 0;
	text-align: center;
	font-size: 18px;
	line-height: 40px;
	text-decoration: underline dashed;
	text-underline-offset: 10px;
}

section.event-outer .event-content p {
	margin: 1rem 0 0;
	text-align: left;
}

section.event-outer .event-box:not(:has(.event-img)) .event-content p {
	padding-left: 1rem;
}

.shopbox>p:has(a.event_check) {
	display: flex;
	flex-wrap: wrap;
	gap: 10px 0;
}

.shopbox p a.event_check {
	border-radius: calc(infinity * 1px);
	border: 2px solid #0e6e38;
	background-color: #ffffff;
	color: #0e6e38;
	padding: 2px 10px 1px;
}

/* ブラウザ幅ごとの設定 */
@media (max-width: 1440px) {
	.buzz-about::before {
		top: 2.6svh;
	}

	.buzz-about::after {
		top: 1.1svh;
	}

	#gotop {
		max-width: 10.42vw;
	}
}

@media (max-width: 1300px) {
	.buzz-logo h1 img {
		max-width: 60vw;
	}

	.buzz-about {
		max-width: calc(80vw - 20px);
	}
}

@media (max-width: 1230px) {

	/* 日付・ロゴ */
	.date {
		width: 320px;
		right: calc(50% + 20px);
		top: 120px;
	}

	/* パン */
	.item {
		width: 700px;
		top: 280px;
		left: calc(50% - 340px);
	}

	/* 時間 */
	.text {
		max-width: 458px;
		margin: 10px auto 0;
	}

	.text p {
		font-size: 30px;
		line-height: 1.5;
	}
}

@media (max-width: 1023px) {
	.buzz-logo {
		display: flex;
		flex-direction: column;
		align-items: center;
	}

	.info-wrap {
		display: flex;
		align-items: center;
		justify-content: center;
		flex-wrap: nowrap;
		gap: 30px;
	}

	.buzz-logo .logo-date,
	.buzz-logo .logo-place {
		width: 100%;
		max-width: 19vw;
		position: relative;
		top: unset;
		left: unset;
		right: unset;
	}

	.buzz-about h2 img {
		width: 55vw;
		max-width: unset;
	}

	.buzz-about p {
		font-size: clamp(1.125rem, 0.682rem + 1.18vw, 1.438rem);
	}

	footer {
		display: flex;
		flex-direction: column;
	}

	footer .bottom-logo {
		background-color: #B7EAE0;
	}

	footer img.btm-logo {
		position: relative;
		width: 100%;
		max-width: 250px;
		height: auto;
		top: unset;
		left: unset;
		transform: unset;
		margin: 0 auto;
		padding: 0 0 30px;
	}

	#gotop {
		max-width: 15vw;
		bottom: 20px;
	}

	.date {
		width: 270px;
		right: calc(50% + 60px);
		top: 120px;
	}

	.item {
		position: relative;
		top: 0;
		left: 0;
		margin-top: -70px;
	}

	.item .flex {
		justify-content: center;
		margin: 0;
	}

	.item .flex img {
		margin: 7px 12px;
	}

	/* 時間 */
	.text {
		margin: 30px auto 0;
	}
}

@media (max-width:768px) {
	.info-wrap {
		margin-top: 20px;
	}

	.buzz-logo {
		margin-bottom: 25px;
	}

	.buzz-about h2 {
		top: -3px;
	}

	article h2 {
		font-size: clamp(1.5rem, 0.791rem + 1.89vw, 2rem);
	}

	.device-indent {
		display: inline-block;
	}

	/* 日付・ロゴ */
	.date {
		position: relative;
		top: 0;
		right: 0;
		padding-top: 50px;
		margin-left: 7%;
	}

	.end {
		font-size: 20px;
	}

	section.event-outer .event-box {
		justify-content: unset;
		flex-direction: column-reverse;
	}

	section.event-outer .event-img,
	section.event-outer .event-content {
		width: auto;
	}
}

@media (max-width:600px) {
	.pc {
		display: none;
	}

	.sm {
		display: block;
	}

	section.lead {
		padding: 30px 0;
	}

	.buzz-logo h1 img {
		max-width: 90vw;
	}

	.info-wrap {
		flex-wrap: nowrap;
		gap: 5px;
		margin-top: 0;
	}

	.buzz-logo .logo-date,
	.buzz-logo .logo-place {
		max-width: 120px;
	}

	.buzz-about {
		max-width: calc(90vw - 10px);
		padding: 5px;
	}

	.buzz-about::before,
	.buzz-about::after {
		content: none;
	}

	.buzz-about .inner1 {
		padding: 6px;
	}

	.buzz-about h2 {
		top: -10px;
	}

	.buzz-about h2 img {
		width: 75vw;
	}

	.buzz-about p {
		font-size: 0.9rem;
	}

	.buzz-about .inner2 {
		padding: 20px 1rem 15px;
	}

	article h2 {
		font-size: 1.3rem;
	}

	article h2 span.subtitle {
		font-size: 1rem;
		display: block;
	}

	section.shop .icon1 {
		max-width: 90px;
		left: -90px;
	}

	section.shop .icon2 {
		max-width: 82px;
		right: -87px;
	}

	section.shop>.flex-around {
		grid-template-columns: repeat(auto-fit, 41vw);
		gap: 14px 12px;
	}

	section.dayshop .icon1 {
		max-width: 60px;
		top: -21px;
		left: -60px;
	}

	section.dayshop .icon2 {
		max-width: 65px;
		top: -17px;
		right: -69px;
	}

	section.introduce-outer .icon1 {
		max-width: 70px;
		top: -20px;
		left: -72px;
	}

	section.introduce-outer .icon2 {
		max-width: 60px;
		top: -26px;
		right: -65px;
	}

	footer .footer1 {
		margin: 20px 0;
	}

	footer .footer2 {
		padding: 25px 0;
	}

	footer .footer2 p.host {
		margin-top: 15px;
	}

	footer p {
		font-size: 12px;
	}

	#gotop {
		bottom: 50px;
	}

	/* ロゴ */
	.pain {
		width: 65%;
		height: 100vw;
		padding-top: 30px;
	}

	/* 時間 */
	.text {
		max-width: 370px;
		padding: 0 4px;
		margin: 20px auto;
		width: 100%;
		box-sizing: border-box;
	}

	.text p {
		font-size: 20px;
		line-height: 36px;
	}

	.text p.orange {
		font-size: 20px;
	}

	.text p:last-of-type {
		margin-left: 80px;
	}

	.bannar.flex {
		flex-flow: column;
		padding: 10px;
		padding-bottom: 40px;
	}

	.flex a {
		margin: 20px auto -10px;
	}
}

@media (max-width: 374px) {

	.buzz-logo .logo-date,
	.buzz-logo .logo-place {
		max-width: 100px;
	}

	.buzz-about p {
		font-size: 0.8rem;
	}
}

/* 会期終了後 */
.main_msg {
	position: absolute;
	top: 350px;
	left: 50%;
	translate: -50%;
	border: 5px solid #E1007D;
	border-radius: 20px;
	background-color: #ffffff;
	padding: 2rem 3rem;
	opacity: 1;
	z-index: 5;
}

.end {
	margin: 0;
	word-break: auto-phrase;
}

section.lead {
	opacity: 0.2;
}

@media (max-width: 1023px) {
	.end {
		font-size: clamp(1.25rem, 0.816rem + 1.85vw, 2rem);
		line-height: clamp(1.875rem, 1.224rem + 2.78vw, 3rem);
	}

	@media (orientation: landscape) {
		.main_msg {
			top: 13svh;
		}
	}
}

@media (max-width: 600px) {
	.main_msg {
		top: 30svh;
		width: 70vw;
		border: 2px solid #E1007D;
		padding: 1rem 2rem;
	}
}