@charset "utf-8";

/* CSS Document */
/*2025 created by NANACO JAPAN CREATIVE OFFICE*/
html {
	scroll-padding-top: 74px;
}

main{
  background-image: url("../img/0_bg.png");
  background-position: top center;
  background-size: 100% auto;
  background-repeat: repeat-y;
}

/* 共通 */
.br800,
.br605,
.br450,
.br400 {
	display: none !important;
}

section {
	position: relative;
}

section#menu,
section#food-tokuten,
section#schedule,
section#tokuten,
section#item,
section#notes {
	padding-top: clamp(30px, 8.3334vw, 80px);
}

section#menu,
section#schedule,
section#tokuten,
section#notes,
section#food-tokuten {
	padding-bottom: clamp(40px, 5.6vw, 80px);
}

section#item {
	z-index: 3;
}

.content {
	max-width: 1130px;
}

.marker-yellow {
  background: linear-gradient(transparent 60%, #ffeb3b 60%);
}



h1 {
	background: #E6E1D8;
}

h2 {
	text-align: center;
	position: absolute;
	top: 0;                       /* フレームボーダー上端に合わせる */
	left: 50%;
	transform: translate(-50%, -50%); /* 縦横中央→常にボーダー中央に固定 */
	-webkit-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	background-color: transparent;
	color: transparent;
	padding: 0;
	border-radius: 0;
	font-size: 0;
	font-weight: bold;
	letter-spacing: 0;
	white-space: nowrap;
	box-shadow: none;
	border: none;
	z-index: 5;
}

h2 img {
	display: block;
	width: 100%;
  max-width: 631px;
	margin: 0 auto;
}

h3 img {
	max-width: 18.2rem;
	margin: 0 auto;
}

/* Xアイコン（SVG）の見出しサイズ制御：オンラインショップと同じ高さに統一 */
.x-heading img {
	height: 40px;
	width: auto;
	max-width: none;
	max-height: 40px;
	margin: 0 auto;
	display: block;
}

/* オンラインショップ見出し画像：Xと同高さに統一 */
.schedule__online-heading img {
	height: 40px;
	width: auto;
	max-width: 445px;
	margin: 0 auto;
	display: inline-block;
}

/* オンラインショップ・Xセクション 花飾り */
.schedule__section-flower {
	text-align: center;
	margin: 4rem 0 0.5rem;
}

.schedule__section-flower img {
	max-width: 211px;
	width: auto;
	margin: 0 auto;
	display: block;
}

p,
dl,
dt,
dd {
	font-size: clamp(16px, 1.6vw, 22px);
	letter-spacing: 0.2px;
	line-height: 1.8;
	font-weight: 400;
}


.note__list {
	padding-top: 1.5rem;
	font-size: clamp(12px, 1.3vw, 14px);
	letter-spacing: 0.14px;
	line-height: 1.5rem;
	text-indent: -1em;
	padding-left: 1em;
	margin: 0 auto;
	text-align: left;
}

.note__list-item:not(:last-child) {
	margin-bottom: 0.5rem;
}

.heading {
	padding-top: 5rem;
}

/*.img_border {border: 1px solid #707070;}*/


article.bg-lovelive-diamond {
	background: url("../img/bg.webp") repeat;
	background-size: 6.723%;
	z-index: 0;
	position: relative;
	padding: 5.8334% 0;
}



/* bg-area-pinkはsectionタグに直接付くので上書き不要だが念のため */
article.bg-lovelive-diamond>section.bg-area-pink {
	background: url("../img/bg2.webp") repeat;
	background-size: 290px;
}



/* 枠 */
.contentA {
	width: 94%;
	max-width: 1200px;
	height: auto;
	margin: 0 auto;

	position: relative;
	z-index: 3;

	padding: 160px 135px 80px;

	background-color: #FFFFFF;

	/* border-image で 0_frame.png を適用 — 角を固定・辺を伸縮 */
	border: 20px solid transparent;
	border-image-source: url('../img/0_frame.png');
	border-image-slice: 20 fill;
	border-image-width: 20px;
	border-image-outset: 0;
	border-image-repeat: stretch;
}

#item .contentA{
  padding:10rem 3.778%;
}

/* SCHEDULE / ITEMS セクションも同フレーム（0_frame.png）を共有 */

.contentB {
	width: 100%;
	max-width: 1200px;
	height: auto;
	margin: 0 auto;

	position: relative;
	z-index: 3;

	padding: 10rem 5rem 5rem;
	/* 上8rem・左右2rem・下5rem */
}

#item .contentB {
	padding: 10rem 0 5rem;
}

.contentA,
.contentB {
	margin-top: 6.875em;
}

/* 飲食特典・物販特典のみスカラップフレーム適用 */
#tokuten .contentB {
	background-image: url("../img/pattern2_frame.webp");
	background-size: 100% 100%;
	background-repeat: no-repeat;
	padding: 10rem 5rem 5rem;
}

#schedule .contentB {
	padding: 4em 0 0;
}

.bottom {
	margin: 0 auto 7.223% !important;
}

.gaiyo__heading_menu {
	padding-bottom: 3.6rem;
}

.gaiyo__text,
.gaiyo__benefits-text {
	text-align: center;
	margin: 0 auto;
}

.gaiyo__text {
	padding-bottom: 2rem;
	max-width: 990px;
}

.gaiyo__benefits-text {
	padding-bottom: 1.5rem;
	max-width: 990px;
}

/* .gaiyo__benefits-text のpadding設定はコメントアウト中 */

.gaiyo__highlight {
	padding: 0 1.5rem 0 0.5rem;
	background: #8C001C;
	color: #FFF;
}

.gaiyo__menu-image {
	padding-bottom: 2rem;
}

.allergy-list {
	text-align: center;
}

.allergy-list-highlight {
	font-weight: 600;
	color: #DA292A;
}

p.bar {
	margin: 5.334% auto;
}



/*schedule*/
#schedule .present {
	padding-top: 3rem;
	color: #000;
}


.store-block {
	display: flex;
	justify-content: flex-start;
	align-items: stretch;
	width: 100%;
	margin: 0 auto;
	border-radius: 12px;
	overflow: hidden;
	box-shadow: none;
	background: #fff;
}

.store-block + .store-block {
	border-top: none;
}

/* store-blockの間に区切り線 */
.sche > .store-block:not(:last-child) {
	margin-bottom: 1.5rem;
	padding-bottom: 0;
	border-bottom: 1px dashed #E6C870;
}

.store-block-right {
	flex: 1;
	padding: 0.75rem 1rem 0.75rem 1.5rem;
	background: #fff;
	display: flex;
	flex-direction: column;
	justify-content: center;
	min-width: 0;
}

.store-block h3 {
	display: flex;
	justify-content: center;
	align-items: center;
	flex-direction: column;
	text-align: center;
	width: 9.5rem;
	padding: 1rem 0.5rem;
	background-color: #C19F6E;
	font-size: clamp(16px, 2.2vw, 20px);
	color: #fff;
	white-space: nowrap;
	line-height: 1.5;
	flex-shrink: 0;
	border-radius: 10px;
	font-weight: 500;
	align-self: center;
}

.btn-wrap {
	display: flex;
	justify-content: space-between;
	gap: 0.5rem;
	padding: 0.75rem 0 0.5rem;
	flex-wrap: wrap;
	width: 100%;
}

.btn {
	display: inline-flex;
	background-color: #fff;
	align-items: center;
	justify-content: center;
	gap: 0.3rem;
	padding: 8px 16px;
	border-radius: 5px;
	border: 1px solid #828282;
	font-size: 16px;
	font-weight: 500;
	text-decoration: none;
	color: #222;
	transition: opacity 0.2s, transform 0.15s;
	min-height: 50px;
}

.btn::after {
	content: " ›";
	font-size: 1.1em;
}


.btn-wrap .btn {
	flex: 1;
	max-width: none;
	width: auto;
	padding: 8px 16px;
	background-color: #fff;
	color: #222;
	text-align: center;
	justify-content: center;
	font-size: 16px;
	font-weight: 500;
}

/* ボタン色バリエーション（Figmaデザインでは全ボタン同一スタイル）*/
.btn.map,
.btn.shop,
.btn.sns {
	background-color: #fff;
	color: #333;
}

.btn i {
	font-size: 0.8rem;
	color: #555;
	vertical-align: middle;
}

.btn:hover {
	opacity: 0.8;
	transform: translateY(-1px);
}


.sche {
	margin-bottom: 7.5rem;
	position: relative;
}

/* ========================================
   スケジュール POP UP STORE タイトルエリア
   ======================================== */
.sche-section-head {
	text-align: center;
	margin: 0 0 1.5rem;
}

.sche-section-flower {
	margin: 0 0 0.5rem;
}

.sche-section-flower img {
	max-width: 211px;
	display: block;
	margin: 0 auto;
}

/* POP UP STORE / Fair 共通の大見出しスタイル */
.sche-section-ttl {
	font-family: 'Ribeye Marrow', serif;
	font-size: clamp(28px, 4vw, 50px);
	color: #6F8261;
	letter-spacing: 0.05em;
	margin: 0 0 1rem;
	background: none;
	box-shadow: none;
	border-bottom: 2px solid #96AD84;
	padding-bottom: 0.4em;
	text-align: center;
}

/* 開催期間・開催場所バー */
.sche-label-bar {
	background: #96AD84;
	color: #fff;
	border-radius: 4px;
	padding: 0.6rem 2rem;
	font-size: clamp(15px, 1.6vw, 20px);
	font-weight: 700;
	letter-spacing: 0.1em;
	margin-bottom: 0.8rem;
	text-align: center;
	white-space: nowrap;
}

.sche-label-bar--place {
	margin-bottom: 1.5rem;
}

/* 開催期間 日付テキスト */
.sche-date-text {
	text-align: center;
	font-size: clamp(13px, 1.6vw, 20px);
	margin-bottom: 1rem;
	font-weight: 700;
}

.sche-date-large {
	font-size: 1.4em;
}

/* ========================================
   全国フェア（Fair）セクション
   ======================================== */
.fair-section figure,
.fair-section-flower {
	text-align: center;
	margin: 2rem 0 0.5rem;
}

.fair-section figure img,
.fair-section-flower img {
	max-width: 211px;
	display: block;
	margin: 0 auto;
}

.fair-body {
	margin: 0 auto;
	text-align: center;
}

.fair-stores-text {
	padding: 1.2rem 2rem;
	margin-bottom: 1.5rem;
	font-size: clamp(16px, 1.8vw, 22px);
	color: #333;
	line-height: 1.8;
}

.fair-stores-text strong {
	font-size: 1.4em;
	color: #333;
}

.fair-stores-text span {
	font-size: 0.85em;
}

.fair-period-bar {
	background: #97A785;
	color: #fff;
	border-radius: 4px;
	padding: 0.6rem 2rem;
	font-size: clamp(15px, 1.6vw, 20px);
	font-weight: 700;
	letter-spacing: 0.1em;
	margin-bottom: 1rem;
	text-align: center;
	white-space: nowrap;
}

.fair-date {
	text-align: center;
	font-size: clamp(13px, 1.6vw, 20px);
	margin-bottom: 1rem;
	font-weight: 700;
}

.fair-location-btn {
	display: inline-block;
	background: #DDEBC2;
	border: 1px solid #97A785;
	border-radius: 6px;
	padding: 0.8rem 2.5rem;
	font-size: clamp(15px, 1.6vw, 18px);
	color: #333;
	text-decoration: none;
	font-weight: 600;
}

.fair-location-btn:hover {
	opacity: 0.8;
	text-decoration: none;
}


.sche .store-block h3 img {
	width: auto;
	max-width: 36px;
	height: auto;
	display: block;
	flex-shrink: 0;
}

.sche .store-block-right dt {
	color: #fff;
	padding: 6px 14px;
	width: auto;
	white-space: nowrap;
	text-align: center;
	font-size: clamp(13px, 1.4vw, 18px);
	font-weight: 500;
	letter-spacing: 2px;
	background-color: #96AD84;
	border-radius: 6px;
	flex-shrink: 0;
	display: inline-flex;
	align-items: center;
	min-height: 36px;
}

.sche .store-block-right dd {
	text-align: left;
	white-space: normal;
	word-break: break-all;
	flex: 1;
}

#onlineshop {
	position: relative;
	padding: 1.3rem 0;
	text-align: center;
}



.sche dl {
	width: 100%;
	margin: 0 auto 0.5em;
	align-items: center;
	padding: 0;
	display: flex;
	gap: 0.75rem;
}

/*.sche dl:last-of-type{border-bottom:5px dotted #fff;}*/
.sche dt {
	color: #fff;
	padding: 6px 14px;
	width: auto;
	white-space: nowrap;
	text-align: center;
	font-size: clamp(13px, 1.4vw, 18px);
	font-weight: 500;
	letter-spacing: 2px;
	background-color: #96AD84;
	border-radius: 6px;
	flex-shrink: 0;
	min-height: 36px;
	display: inline-flex;
	align-items: center;
}

.sche dd {
	flex: 1;
	font-size: clamp(14px, 1.5vw, 19px);
	font-weight: 400;
	color: #222;
}

.sche dd span {
	font-size: clamp(18px, 2.4vw, 28px);
	font-weight: 400;
	letter-spacing: 0.56px;
}

.sche dd a {
	/*color: #fff;*/
	color: #276D8A;
	text-decoration: underline;
}

.banner {
	padding: 3rem;
	max-width: 1134px;
	margin: 0 auto;
}

#schedule ul.f16 {
	color: #000;
}



.schedule__online-banner {
	width: 100%;
	margin: 2rem auto;
}

/* オンラインショップ詳細 (schedule__online-details) のスタイル */
.schedule__online-details {
	padding: 1.5% 0 0;
}

.schedule__item,
.schedule__online-item {
	display: flex;
	align-items: center;
	gap: 1rem;
	padding: 0.6rem 0;
}

.schedule__item-title {
	font-size: clamp(13px, 1.4vw, 18px);
	width: auto;
	text-align: center;
	padding: 6px 14px;
	white-space: nowrap;
	color: #fff;
	font-weight: 500;
	letter-spacing: 2px;
	background-color: #96AD84;
	border-radius: 6px;
	flex-shrink: 0;
	display: inline-flex;
	align-items: center;
	min-width: 80px;
	min-height: 36px;
	justify-content: center;
}

.schedule__item-title img {
	width: auto;
	max-width: 36px;
	height: auto;
	display: block;
	flex-shrink: 0;
}

.schedule__item:not(:last-child),
.schedule__item-text,
.schedule__online-item-text {
	text-align: left;
	flex: 1;
}

.schedule__details {
	margin: 0 auto;
}

/* オンラインショップ: dt ラベル全て同幅（dd開始位置を揃える） */
.schedule__online-details .schedule__item-title {
	width: 130px;
	min-width: 130px;
	justify-content: center;
}

/* 通販特典などの長文ddをPC幅で1行に収めるためフォント縮小 */
.schedule__online-details .schedule__item-text {
	font-size: clamp(14px, 1.4vw, 22px);
	line-height: 1.8;
}

.schedule__bold {
	font-weight: 600;
}

.schedule__large {
	font-size: clamp(14px, 2.2vw, 30px);
	letter-spacing: 0.25px;
	line-height: clamp(1.5rem, 2.2vw, 3.5rem);
}



/* X */
#X {
	position: relative;
	background: #FFF;
	padding: 2.5rem 1.3rem;
	text-align: center;
	display: flex;
	flex-direction: column;
	align-items: center;
	gap: 20px;
}

.x-text {
	font-size: clamp(16px, 1.8vw, 24px);
	font-weight: 400;
	color: #222;
	text-align: center;
	line-height: 1.8;
	padding: 0;
	margin: 0;
}

.schedule__x-link {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	font-size: clamp(15px, 1.4vw, 18px);
	font-weight: 500;
	color: #333;
	text-decoration: none;
	line-height: 1.8;
	background: #DDEBC2;
	border: 1px solid #97A785;
	border-radius: 6px;
	padding: 0.7rem 2.5rem;
	margin-top: 0.5rem;
}

.schedule__x-link::after {
	content: " ›";
	font-size: 1.1em;
}

/* ONLINE SHOP・ Xセクションの見出し下線 */
.schedule__online-heading,
.x-heading{
	position: relative;
	padding-bottom: 0.6rem;
	margin-bottom: 1.2rem !important;
}

.schedule__online-heading::after,
.x-heading::after{
	content: "";
	display: block;
	height: 4px;
	background: #96AD84;
	margin: 0.4rem auto 0;
}

/* tokuten */
.tokuten__content-wrapper {
	margin: 0 2rem 0 auto;
}

.tokuten__content-details {
	margin: 0 auto;
}

.tokuten__details {
	text-align: center;
}

/* 購入特典 縦ブロック */
.tokuten-block {
	margin: 0 auto 2rem;
	text-align: center;
	max-width: 860px;
}

.tokuten-block--fair {
	margin-top: 2rem;
}

/* 購入特典 SVGタイトル */
.tokuten-ttl {
	margin: 0 auto 1rem;
	display: flex;
	justify-content: center;
	padding-bottom: 1rem;
	width: 100%;
	max-width: 930px;
}

.tokuten-ttl img {
	height: auto;
	display: block;
	margin: 0 auto;
}

.tokuten-ttl.popup img {
	max-width: 402px;
	width: min(402px, 85vw);
}

.tokuten-ttl.fair img {
	max-width: 112px;
	width: min(112px, 30vw);
}
.fair-section h3.tokuten-ttl{
  border-bottom: 4px solid #96AD84;
}
  
/* 購入特典 期間テキスト */
.tokuten-period {
	font-size: clamp(13px, 1.6vw, 20px);
	font-weight: 700;
	text-align: center;
	margin: 0.5rem auto 1rem;
  padding:0 0 1em;
	color: #333;
  border-bottom: 4px solid #96AD84;
}

.tokuten-large {
	font-size: 1.4em;
	letter-spacing: 0.02em;
}

/* 購入特典 画像エリア */
.tokuten-image-wrap {
	display: flex;
	justify-content: center;
	margin: 1.5rem auto;
	max-width: 700px;
}

.tokuten-image-wrap a {
	display: block;
	width: 100%;
}

.tokuten-image-wrap img {
	width: 100%;
	height: auto;
	border-radius: 8px;
	display: block;
}


/* item */
.item__content-wrapper {
	margin: 0 2rem 0 auto;
}

.animateme {
	position: relative;
}

.animateme span.flag {
	position: absolute;
	top: -3px;
	left: 0;
	display: flex;
	align-items: center;
	justify-content: center;
	gap: 4px;
	padding: 0.2em 0.6em;
	text-align: center;
	font-size: clamp(11px, 1vw, 13px);
	font-weight: 700;
	color: #F2A72B;
	z-index: 2;
}

.animateme span.flag::before,
.animateme span.flag::after {
	content: "";
	display: inline-block;
	width: 16px;
	height: 16px;
	background-image: url('../img/flag_star.svg');
	background-size: contain;
	background-repeat: no-repeat;
	background-position: center;
	flex-shrink: 0;
}

/* item gapで管理 */
#item ul {
	display: flex;
	flex-wrap: wrap;
	justify-content: flex-start;
	width: 100%;
	margin: 0 auto;
	gap: 2%;
}

#item li {
	width: calc(25% - 1.6%);
	margin-bottom: 0;
	background-color: #FFFFFF;
	border-radius: 12px;
	box-shadow: none;
	display: flex;
	flex-direction: column;
	overflow: hidden;
}

#item li a {
	display: block;
	width: 100%;
  padding-top:1em;
}

#item li img {
	width: 100%;
	height: auto;
	object-fit: cover;
}

#item li:last-child {
	margin-right: 0;
}

.item__text {
	width: 100%;
	flex-grow: 1;
	padding: 5% 0 8%;
	position: relative;
	display: flex;
	flex-direction: column;
}

.item__text p {
	font-family: "Noto Sans JP", sans-serif;
	font-weight: 400;
	font-style: normal;
	text-align: center;
	font-size: clamp(12px, 2vw, 14px);
	letter-spacing: 0;
	line-height: 1.375rem;
}

.condition {
	color: #fff;
	background-color: #B48E47;
	border-radius: 4px;
	text-align: center;
	font-size: clamp(10px, 1.05vw, 12px);
	line-height: 1.5;
	white-space: pre-wrap;
	margin: 0 0 0.75rem;
	width: 100%;
	box-sizing: border-box;
}

.itemname_box {
	margin: 0.5rem auto;
	font-size: clamp(13px, 1.4vw, 16px);
	text-align: center;
	line-height: 1.6;
	color: #333;
}

.itemname {
	margin-bottom: 1rem;
	height: 8.1rem;
}

.item__text .price-right {
	text-align: right;
	margin: 0 auto;
	max-width: 161px;
}

.price-tax {
	padding-right: 0.5rem;
}

dl.price-box {
	font-weight: 400;
	font-style: normal;
	display: flex;
	flex-wrap: wrap;
	margin: auto auto 0;
	padding: 0;
	width: 100%;
}

.price-box dt {
	width: 45%;
	text-align: right;
	line-height: 1.4rem;
}

.price-box dd {
	width: 55%;
	text-align: right;
	line-height: 1.4rem;
}

.item__text .rprice {
	font-size: 1rem;
}

.item__text .ryomoku,
.item__text .rprice span,
.item__text .price span {
	font-size: clamp(0.65rem, 2vw, 0.875rem);
}

.item__text .price {
	width: 100%;
	font-size: 1.1rem;
	text-align: center;
	margin-top: auto;
	font-weight: 400;
}

/* PACK/BOXなど複数価格をひとつのカードに表示する汎用スタイル */
.item__text .price--multi {
	width: 100%;
	margin-top: auto;
	font-weight: 400;
	display: flex;
	flex-direction: column;
	gap: 0.1em;
	align-items: center;
}

.item__text .price-row {
	display: grid;
	grid-template-columns: auto auto;
	align-items: baseline;
	gap: 0.3em;
	width: 100%;
	max-width: 170px;
	font-size: clamp(11px, 1.15vw, 13px);
	line-height: 1.7;
}

.item__text .price-row .price-label {
	white-space: nowrap;
	font-weight: 500;
	text-align: left;
}

.item__text .price-row .price-value {
	white-space: nowrap;
	text-align: left;
}

.item__text .price-row .price-value span {
	font-size: clamp(0.65rem, 1.8vw, 0.8rem);
}

.flag1 {
	background-color: #ff0000;
	color: #fff;
	text-align: center;
	font-size: clamp(0.65rem, 2vw, 0.875rem);
}


/* notes */
.notes__content-wrapper {
	margin: 0 2rem 0 auto;
}

.notes__content-details {
	max-width: 920px;
	margin: 0 auto;
}

/* ========================================
   セクションイラスト（開催概要・注意事項 右下）
   ======================================== */
.section-il {
	position: absolute;
	bottom: -2px;     /* フレーム下端に合わせる */
	right: -2px;      /* フレーム右端に合わせる */
	width: 121px;
	max-width: 121px;
	height: auto;
	pointer-events: none;
	display: block;
	z-index: 4;
}

.notes-horizon {
	position: absolute;
	max-width: 231px;
	top: 8%;
	right: 2%;
}

.notes-nessie {
	position: absolute;
	max-width: 211px;
	bottom: 0%;
	right: 8%;
}

#notes li {
	text-indent: -1em;
	padding-left: 1em;
}

.attention__list {
	font-size: clamp(14px, 1.4vw, 18px);
	font-weight: 400;
	letter-spacing: 0.2px;
	line-height: 1.5;
}

.attention__list-item:not(:last-child) {
	margin-bottom: 1rem;
}

/* footer */
footer {
	background: #4E5E42;
	position: relative;
	z-index: -1;
}

.copyright {
	color: #FFF;
	letter-spacing: 1.2px;
	line-height: 2rem;
	text-align: center;
	padding: 2rem 0;
	font-size: 1rem;
}

/* TOPへ戻る */
.top1 {
	text-align: center;
}

#top img {
	max-width: 110px;
	width: 100%;
	filter: drop-shadow(0px 2px 6px rgba(0, 0, 0, 0.35));
	transition: transform 0.2s ease;
}

#top img:hover {
	transform: scale(1.08);
}

#top {
	position: fixed;
	bottom: 7%;
	z-index: 3;
	right: calc(50.5% - 900px);
}

#top a {
	display: inline-flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	font-size: 0;
	width: auto;
	height: auto;
	background-color: transparent;
	color: transparent;
	border-radius: 0;
	text-decoration: none;
	box-shadow: none;
	font-weight: bold;
}

#top a .top-arrow {
	display: none;
}

.copyright {
	width: 100%;
	max-width: 90%;
	margin: 0 auto;
	white-space: nowrap;
}

/* リボン区切り */
.ribon_line {
	width: 100%;
	max-width: 965px;
	margin: 0 auto;
}

.ribon_line img {
	width: 100%;
	height: auto;
}

/* オンラインショップ 事後通販ボックス */
.online-notice-box {
	width: 90%;
	margin: 2rem auto;
	padding: 2rem 3rem;
	background-color: #FFF9EE;
	border-radius: 16px;
	text-align: center;
	line-height: 1.75rem;
}

.online-notice-title {
	font-size: clamp(16px, 2vw, 22px);
	font-weight: 700;
	margin-bottom: 1.5rem;
}

.online-notice-list {
	text-align: center;
	width: 90%;
	margin: 0 auto;
	padding-top: 0;
}

/* 公式X エリア */
.x__content-wrapper {
	text-align: center;
  width:100%;
}

.x__content-wrapper h3{
  margin-bottom:2rem;
}

.x-follow-box {
	display: inline-flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	gap: 8px;
	padding: 20px 40px;
	background-color: #FFF0CA;
	border-radius: 99px;
	margin: 0 auto 1rem;
	min-width: 280px;
	max-width: 400px;
	width: auto;
}

.x-follow-box p {
	font-size: clamp(16px, 1.4vw, 20px);
	font-weight: 400;
	color: #222;
	text-align: center;
	margin: 0;
	line-height: 1.6;
}

.x-follow-ribon {
	width: auto;
	max-width: 28px;
	height: auto;
	display: inline;
	vertical-align: middle;
	margin: 0 0.3rem;
}

/* 物販特典 特製カードボックス */
.tokuten__promo-box {
	display: inline-block;
	font-weight: 700;
	padding: 0 0.8em;
	border-radius: 2px;
	margin-right: 0.3em;
}

.tokuten__promo-red {
	color: #99102A;
	font-weight: 700;
}


/*obj*/
.obj1,
.obj2,
.obj3,
.obj4,
.obj5,
.obj6,
.obj7,
.obj8,
.obj9,
.obj10,
.obj11,
.obj22,
.obj33 {
	position: absolute;
}

/*飲食特典 装飾星 (obj1〜obj6)*/
.obj1 {
	bottom: 10%;
	right: 1%;
	width: 14.612%;
	z-index: 6;
}

.obj2 {
	top: 8%;
	right: 2%;
	width: 10.334%;
	z-index: 6;
}

.obj3 {
	bottom: 8%;
	left: 2%;
	width: 11%;
	z-index: 6;
}

.obj22 {
	top: 45%;
	left: 2%;
	width: 10.334%;
	z-index: 6;
}

.obj33 {
	bottom: 45%;
	right: 1.5%;
	width: 11%;
	z-index: 6;
}

/* obj4: 右下の大きな流れ星 → コンテンツ枠より裏面 */
.obj4 {
	bottom: 5%;
	right: 10%;
	width: 27.778%;
	z-index: 100;
}

.obj5 {
	top: 15%;
	left: 2%;
	width: 13.334%;
	z-index: 6;
}


/* 	responsive */

.change {
	display: block;
}

@media screen and (max-width:1799px) {
	#top {
		position: fixed;
		bottom: 7%;
		z-index: 100;
		right: 3%;
	}
}

@media screen and (max-width:1400px) {
	.change {
		display: none;
	}
}

@media screen and (max-width:1200px) {
	#top img {
		max-width: 70px;
	}

	#top {
		font-size: 1.6rem;
	}


	.bg-area-purple,
	.bg-area-pink,
	.bg-area-green {
		padding: 10% 0;
	}
}

@media screen and (max-width:1100px) {
	/*p, dl, dt, dd  {
	font-size: 1.8rem;
	letter-spacing: 0.15px;
	line-height: 3rem;
	}*/
	/*.schedule__large {font-size: 2.2rem;}*/

	h3 img {
		max-width: 14rem;
	}

	/*.schedule__online-heading img {max-width: 38.3rem;}*/
	/*.note__list {
    padding-top: 1rem;
    line-height: 1.8rem;
	}*/
	.gaiyo__content,
	.item__content {
		border-image: url("../img/pattern2_frame.png") 100 fill / 80px / 0px round;
	}

	.schedule__content {
		border-image: url("../img/pattern2_frame.png") 100 fill / 80px / 0px round;
	}

	.tokuten__content,
	.notes__content {
		border-image: url("../img/pattern2_frame.png") 100 fill / 80px / 0px round;
	}

	.gaiyo__content-wrapper,
	.schedule__content-wrapper,
	.tokuten__content-wrapper,
	.item__content-wrapper,
	.notes__content-wrapper {
		margin: 0 1.8rem 0 auto;
	}

	.notes-horizon {
		max-width: 185px;
	}

	.notes-nessie {
		max-width: 169px;
		right: 2%;
	}
}

@media screen and (max-width:1000px) {
	html {
		scroll-padding-top: 0;
	}

	h1 {
		padding-top: 0;
	}

	/* contentA左右パディングを縮小 */
	.contentA {
		padding: 120px 60px 60px;
	}

	#item .contentA {
		padding: 8rem 3% 4rem;
	}

	/* 4列から2列に切り替え */
	#item li {
		width: calc(50% - 1%);
	}

	#item li:last-child {
		margin-right: 0;
	}

	.notes-horizon {
		max-width: 161px;
		top: 0;
		right: 7%;
	}

	.notes-nessie {
		max-width: 148px;
		left: 7%;
		top: 0;
	}

	.copyright {
		max-width: 80%;
		font-size: clamp(10px, 2vw, 18px);
	}
}

@media screen and (max-width:900px) {
	.attention__list-item:not(:last-child) {
		margin-bottom: 0.8rem;
	}

	.content {
		width: 98%;
	}
}

@media screen and (max-width:800px) {
	.br800 {
		display: block !important;
	}

	/* 800px以下のcontentAパディング調整 */
	.contentA {
		padding: 100px 30px 50px;
	}

	#item .contentA {
		padding: 7rem 2% 3rem;
	}

	.store-block {
		display: flex;
		flex-direction: column;
		justify-content: center;
		width: 96%;
		margin: 0 auto 1rem;
		align-items: center;
		padding: 1rem 0.5rem;
	}

	.store-block h3 {
		width: auto;
		height: auto;
		margin-bottom: 0.25rem;
		border-radius: 8px 8px 0 0;
	}

	.store-block-right {
		width: 100%;
		margin: 0.5rem 0 0;
	}

	/* ボタン3つ：折り返し許可・適切な最小幅で崩れ防止 */
	.btn-wrap {
		flex-direction: row;
		flex-wrap: wrap;
		align-items: stretch;
		padding: 0.5rem 0;
		gap: 0.4rem;
		justify-content: center;
	}

	.btn-wrap .btn {
		flex: 1 1 auto;
		min-width: 90px;
		max-width: none;
		padding: 8px 10px;
		font-size: clamp(13px, 1.8vw, 15px);
		text-align: center;
	}

	.schedule__details,
	.schedule__online-details {
		width: 96%;
		margin: 0 auto;
	}
}

@media screen and (max-width:620px) {
	#item li {
		width: calc(50% - 1%);
	}

	#item li:last-child {
		margin-right: 0;
	}

	#item li {
		margin-bottom: 2%;
	}
}

@media screen and (max-width:700px) {

	/* ① 背景の菱形パターンを縮小 */
	.bg-lovelive-diamond {
		background-size: 40vw;
	}

	/* コンテンツボックス：h2スペースをpadding%で確保・左右余白ゼロ */
	.contentA,
	.contentB {
		padding: 80px 0px 40px !important;
		margin-top: 3.875em;
		width: 96%;
	}

	/* ③ フレーム付きコンテンツ */
	#food-tokuten .contentB,
	#tokuten .contentB {
		padding: 28% 2% max(8%, 3.5rem) !important;
	}

	/* ⑤ オンラインショップ・公式X タイトル画像 */
	.schedule__online-heading .cart-icon {
		display: none;
	}

	.x-heading img,
	.schedule__online-heading img:not(.cart-icon) {
		width: 45vw;
		max-width: 45vw;
	}

	/* h2タイトル画像：スマホではコンテナ幅に合わせて縮小 */
	h2 img {
		max-width: 80vw;
		width: auto;
	}

	.schedule__content-details {
		margin-bottom: 1.5em;
	}

	.sche {
		margin-bottom: 2rem;
	}

	.schedule__online-heading,
	.x-heading,
	.tokuten-ttl {
		margin-top: 0;
		padding-top: 0;
	}

	/* スケジュール文字 */
	.schedule__item-title {
		font-size: clamp(0.875rem, 4vw, 1.25rem);
		gap: 0.3em;
	}

	/* online-details内のdt幅を広めに確保 */
	.schedule__online-details .schedule__item-title {
		width: 30%;
	}

	.schedule__item-title img {
		max-width: 5vw;
	}

	.schedule__large {
		font-size: clamp(0.875rem, 4vw, 1.5rem);
		line-height: 1.4;
	}

	/* 見出しバー（開催期間/開催場所）：スマホで上下paddingを圧縮 */
	.sche-label-bar,
	.fair-period-bar {
		padding-top: 1%;
		padding-bottom: 1%;
		font-size: clamp(13px, 3.5vw, 16px);
	}

	/* tokuten__promoテキスト縮小 */
	.tokuten__promo-box {
		font-size: 1rem;
		padding: 0.15em 0.5em;
	}

	.tokuten__promo-red {
		font-size: 1rem;
	}

	[class^="obj"] {
		display: none;
	}

	/* セクションイラストはモバイル幅では非表示 */
	.section-il {
		display: none;
	}

	/* ハートレース（pattern.webp）をスマホ幅に合わせて縮小 */
	.contentA {
		background-size: 10vw auto;
	}

	.contentA::after {
		height: 6.4vw;
		background-size: 10vw auto;
	}

	/* #schedule .contentBはspecificityが高く上書きが必要 */
	#schedule .contentB {
		padding: 28% 2% max(8%, 3.5rem) !important;
	}

	/* 購入特典 h3タイトル画像：h2サイズ感に合わせて縮小 */
	.tokuten-ttl.popup img {
		max-width: 60vw;
		width: min(60vw, 280px);
	}

	.tokuten-ttl.fair img {
		max-width: 22vw;
		width: min(22vw, 90px);
	}

	/* ボタンがはみ出す場合：小さい幅で縦並び */
	.btn-wrap {
		flex-direction: column;
		align-items: stretch;
	}

	.btn-wrap .btn {
		width: 100%;
		flex: unset;
		min-width: 0;
		font-size: clamp(13px, 3.5vw, 15px);
	}

	.item__text {
		padding: 5% 2% 8%;
	}

}

@media screen and (max-width:605px) {
	.br605 {
		display: block !important;
	}

	/* ① 店舗名バッジ→横長の長方形に（高さを潰す） */
	.store-block h3 {
		width: 100%;           /* 横幅いっぱい */
		min-height: unset;     /* 170px解除 */
		height: auto;
		flex-direction: row;   /* 横並び */
		gap: 0.75rem;
		border-radius: 8px;
		margin: 0 0 8px;
		font-size: clamp(14px, 4vw, 18px);
		padding: 0.5rem 1.5rem;
		align-self: stretch;
		justify-content: center;
	}
	/* 店舗ブロック: モバイルで縦積み（h2横長バッジ→情報→ボタン横並び） */
	.store-block {
		flex-direction: column;
	}

	.store-block-right {
		padding: 0.75rem 1rem;
		width: 100%;
	}
}

@media screen and (max-width:600px) {

	/* ② ボタン3つを縦並び（700px以下ですでに縦積みに切り替え済み） */
	.btn-wrap {
		flex-direction: column;
		align-items: stretch;
		gap: 0.4rem;
		padding: 0.5rem 0;
	}

	.btn-wrap .btn {
		width: 100%;
		flex: unset;
		min-width: 0;
		max-width: none;
		font-size: clamp(13px, 3.5vw, 15px);
		padding: 10px 12px;
		letter-spacing: 0;
		gap: 0.3rem;
		text-align: center;
		word-break: keep-all;
	}

	/* ボタン内の › 矢印縮小 */
	.btn::after {
		font-size: 0.9em;
	}

	/* 開催日程 dl：縦積み・中央寄せ */
	.sche dl {
		flex-direction: column;
		align-items: center;
		text-align: center;
		padding-bottom: 0.75em;
	}

	.sche dt {
		width: auto;
		padding: 0 0 0.25rem;
	}

	.sche dd {
		width: 100%;
		text-align: center !important;
	}

  .sche .store-block-right dt{
    width:auto;
    text-align: center;
  }

	.schedule__item,
	.schedule__online-item {
		flex-direction: column;
		align-items: center;
		text-align: center;
		margin-bottom: 1.5em;
	}

	.schedule__item-text,
	.schedule__online-item-text {
		width: 100%;
		padding-left: 0;
		font-size: 14px;
		text-align: center;
	}

	.schedule__details,
	.schedule__online-details {
		text-align: center;
		width: 96%;
	}

	/* 縦並び時はitem間の余白を確保 */
	.schedule__details .schedule__item {
		padding-bottom: 0.75em;
	}

	.address_small {
		font-size: 14px;
	}

	/* Follow usボックスを幅に合わせて縮小 */
	.x-follow-box {
		min-width: unset;
		width: 90%;
		padding: 1rem 1.5rem;
	}

	/* 飲食特典テキスト */
	.gaiyo__benefits-text {
		font-size: 1rem;
	}
}

@media screen and (max-width:500px) {

	h3 img {
		max-width: 11rem;
	}

	.schedule__online-heading img {
		max-width: 32.3rem;
	}

	.heading {
		padding-top: 4rem;
	}

	#top {
		font-size: 1.4rem;
	}

}

@media screen and (max-width:450px) {
	.content {
		padding: 4.834% 4.0556%;
	}

	.br450 {
		display: block;
	}

	.schedule__online-heading .cart-icon {
		width: 20%;
	}

	/* 450px以下は縦並みなのでtitle幅をautoに */
	.schedule__item-title,
	.schedule__online-item-title {
		width: auto;
		white-space: normal;
	}

	/* online-details内のitem-titleもautoに */
	.schedule__online-details .schedule__item-title {
		width: auto;
	}

	.schedule__item-text,
	.schedule__online-item-text {
		width: 100%;
		padding-left: 0;
	}

	.note__list {
		line-height: 1.1rem;
	}

	.item__text p small {
		font-size: 1.3rem !important;
	}

	.schedule__online-heading img {
		max-width: 75%;
	}

	.online-notice-box {
		padding: 1.5rem 1.2rem;
		width: 100%;
	}
}

@media screen and (max-width:400px) {
	.br400 {
		display: block;
	}

	/*p, dl, dt, dd  {
	font-size: 1.55rem;
	letter-spacing: 0.12px;
	line-height: 2.3rem;
	}*/
	/*.schedule__large {
    font-size: 1.7rem;
    }
	.gaiyo__highlight {
    padding: 0 1rem 0 0.1rem;
	}
	.common__promo-highlight {
	padding: 0;
	}
	.highlight_400 {padding: 0 1rem;}*/
}