
@charset "utf-8";
/* ===================================== */
/* 拡張リセットCSS*/
/* ===================================== */

/* ----------------------------- */
/* 基本リセット */
/* ----------------------------- */
*,
*::before,
*::after {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
  border: 0;
  vertical-align: baseline;
}
::-webkit-scrollbar{
    width: 5px;
    border-radius: 100vh;
    height: 5px;
    overflow: hidden;
}
::-webkit-scrollbar-track{
   background-color: #fff;
    border-radius: 100vh;
    opacity:0.7;
}
::-webkit-scrollbar-thumb{
   background-color: #fff;
    border-radius: 100vh;
}
/* HTML5要素をブロック要素として */
article, aside, details, figcaption, figure,
footer, header, main, menu, nav, section, summary {
  display: block;
}

/* body 基本設定 */
body {
  line-height: 1.5;
font-family: "heisei-kaku-gothic-std", sans-serif;
font-weight: 900;
font-style: normal;
  background: #fff;
  color: #000;
  min-height: 100vh;
  overflow-x: hidden;
}
body.is-scrollLock {
    overflow: hidden;
}
/* ----------------------------- */
/* リストとテーブルリセット */
/* ----------------------------- */
ol, ul {
  list-style: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

/* 引用リセット */
blockquote, q {
  quotes: none;
}
blockquote::before, blockquote::after,
q::before, q::after {
  content: '';
  content: none;
}

/* ----------------------------- */
/* フォーム要素リセット */
/* ----------------------------- */
button, input, select, textarea {
  font: inherit;
  color: inherit;
  background: none;
  outline: none;
  border: none;
  appearance: none;
}

button {
  cursor: pointer;
  background: none;
  padding: 0;
  margin: 0;
}

/* ----------------------------- */
/* 画像・メディアリセット */
/* ----------------------------- */
img, video, canvas, svg {
  display: block;
  max-width: 100%;
  height: auto;
}

/* ----------------------------- */
/* リンクリセット */
/* ----------------------------- */
a {
  text-decoration: none;
  color: inherit;
}

/* ----------------------------- */
/* hidden属性対応 */
/* ----------------------------- */
[hidden] {
  display: none !important;
}

/* ----------------------------- */
/* 見出し・段落リセット */
/* ----------------------------- */
p, h1, h2, h3, h4, h5, h6 {
  margin: 0;
}

/* ----------------------------- */
/* スクロールバーやモーダルの基本対応 */
/* ----------------------------- */
body.modal-open {
  overflow: hidden; /* モーダル開いたら背景スクロール防止 */
}
@media screen and (max-width:385px){
	br.sp-only.mini {   
	display: none;
  }
}
@media screen and (max-width:769px){
	.pc-only {   
	display: none;
  }
}
@media screen and (min-width:768px){
	.sp-only {   
	display: none;
  }
}


/* ピンボタン */
.pin {
  position: absolute;
  transform: translate(-50%, -100%); /* ピン先端を座標に合わせる */
  width: 24px;
  height: 24px;
  background: url('images/pin.png') no-repeat center center;
  background-size: contain;
  border: none;
  cursor: pointer;
}
.swiper,.swiper-wrapper,.swiper-slide{
	height: auto;
}


#heroaca-tokyu{
	font-size:16px;
	line-height: 1.8;
	box-sizing: border-box;
	width: 100%;
	color: #fff;
    overflow: hidden;
}
#heroaca-tokyu .flex-wrap{
	display: grid;
	gap: 20px 5px;
}

.text-wrap .brand-name{
	margin: 0;
	font-size: clamp(17px, 1.6vw, 23px);
	/* border-bottom: 1px solid; */
}
.text-wrap .item-text{
	margin: 0 0 4px;
	padding: 0 10px 0;
	font-size: clamp(14px, 1.3vw, 18px);
}
.text-wrap .item-text span{
	margin: 5px 0 0;
	padding:2px 5px;
	font-size: 11px;
	display:inline-block;
	border:1px solid;
}
.heroaca-tokyu_food .text-wrap .item-text span{margin: 5px 3px 0;}

.text-wrap .item-price{
	/* padding-left: 20px; */
	/* text-align: right; */
	font-size: 11px;
	padding: 0 10px 0;
}
.text-wrap .item-price .size{
	font-size: 13px;
	margin-right:10px;
}
.text-wrap .item-price span.price-outin {
    margin: 0 10px 0 0;
}
.text-wrap .item-price span.price{
	font-size: 22px;
}
.text-wrap.kintan27 span.price{
	color:red
}
.text-wrap .item-price span.price span{
	font-size:13px
}
.text-wrap .item-price::after{
	content: "税込";
	display: inline-block;
	font-size: 8px;
	padding: 2px 3px;
	border: 1px solid;
	margin: 0 0 0 4px;
	line-height: 1.0;
}
.text-wrap p.item-period .period {
	margin: 0 10px 0 0;
	padding: 3px 10px 3px 0;
	font-size: 0.9rem;
	border-right: 1px solid;
}
.text-wrap p.item-period {
	margin: 20px 0 0;
	padding: 16px 0 0;
	font-size: 1rem;
	/* border-top: 1px solid; */
}
.text-wrap p.floor-text {
	position: relative;
	padding: 0 0 4px 22px;
	margin-left: -3px;
}
.text-wrap p.floor-text::before {
	position: absolute;
	bottom: 0;
	left: -4px;
	display: block;
	width: 20px;
	height: 15px;
	background-image: url(/images/sp_common/sprite_icon.png);
	background-position: -275px -41px;
	background-size: 404px auto;
	vertical-align: middle;
	content: " ";
	transform: translateY(-50%);
}
.heroaca-tokyu_bt{
	margin: 20px auto 0;
	max-width:400px;
	width: 75%;
	border-radius: 100vh;
	overflow: hidden;
	box-shadow: 0px 0px 15px rgb(0 181 136);
	position:relative;
	user-select:none;
	vertical-align:baseline;
	cursor:pointer;
}
.heroaca-tokyu_bt a,div#modal .modal-content .heroaca-tokyu_bt a{
	padding: 5px 20px 15px;
	display: block;
	width: 100%;
	text-align: center;
	font-size: 18px;
	text-decoration: none;
	font-weight: bold;
	border-radius: 4px;
	color: rgb(255 255 255);
	text-shadow: 1px 1px 1px rgb(0 0 0);
	background: #000000;
	z-index: 1000000;
	position: relative;
}
.heroaca-tokyu_bt a span{
	font-size: 11px;
}
@media screen and (max-width:768px){
	#heroaca-tokyu{
		font-size:14px;
	}
	.text-wrap .brand-name{
		padding: 0 0px 5px 10px;
		font-size: 14px;
		line-height: 1.2;
	}
	.text-wrap .item-text{
		margin: 0 0 4px;
		font-size: 13px;
		padding: 0 10px;
	}
	.text-wrap .item-text span{
		font-size:10px;
		margin: 3px 0 0 0;
	}
	.text-wrap .item-price{
		margin-top:10px;
		padding: 0 11px 0;
		font-size: 13px;
		line-height: 1.2;
	}
	.text-wrap .item-price span.price-outin{
		font-size: 8px;
		margin: 0 5px 0 0;
	}
	.text-wrap .item-price .size{
		font-size: 10px;
		margin-right: 6px;
	}
	.text-wrap .item-price span.price{
		font-size: 17px;
	}
	.text-wrap .item-price span.price span{
		font-size: 8px;
	}
	.text-wrap .item-price span.price span.en{
		font-size: 13px;
	}
	.text-wrap .item-price::after{
		font-size: 6px;
	}

	.text-wrap p.floor-text {
		font-size: 12px;
	}
	.heroaca-tokyu_bt{
		width: 90%;
	}
	.heroaca-tokyu_bt a{
		font-size: 16px;
	}
	.pc-only {
		display: none;
	}
	.text-wrap p.item-period{
		padding: 0 10px;
		font-size:13px
	}
	.text-wrap p.item-period .period{
		font-size:11px;
	}
}


/*ヘッダー*/
#heroaca-tokyu header,section.heroaca-tokyu_food > h2{
	padding: 0 0 10%;
	position: relative;
	background: url(/heroaca_foodshow/image/lead-bg.webp) no-repeat center/cover;
	border: none;
}
#heroaca-tokyu header .header-text {
    grid-template-columns: 41% 37%;
    justify-content: space-between;
    gap: 8%;
    padding: 20px 50px 41px;
    align-items: center;
    width: 100%;
    /* max-width: 1350px; */
    z-index: 100;
    position: absolute;
    margin: 0 auto;
    top: 0;
    left: 0;
}
#heroaca-tokyu header .header-text::before{
	width:100vw;
	content:"";
	display:block;
	position:absolute;
	top:0;
	left: -3px;
	background: url(/heroaca_foodshow/image/header-top-bg.webp) repeat center bottom/cover;
	aspect-ratio: 23/4;
	z-index: 0;
	opacity: 0.9;
}
#heroaca-tokyu header .header-text .c-hero_logo{
	margin-top: -20px;
	/* max-width:350px; */
	position: relative;
}
#heroaca-tokyu header .header-text p.c-hero_schedele {
    background: url(/heroaca_foodshow/image/main-schedule.webp) no-repeat center / contain;
    aspect-ratio: 291/103;
    position: relative;
}

#heroaca-tokyu header .mv-image::before {
    content: "";
    display: block;
    position: absolute;
    bottom: 8%;
    right: 20px;
    background: url(/heroaca_foodshow/image/lead-textsub.webp) no-repeat center top/ contain;
    aspect-ratio: 101/824;
    width: 6%;
}
#heroaca-tokyu header .mv-image{
	/* height: 106vh; */
	width: 100%;
	/* min-height: 832px; */
	position: relative;
	/* margin-top: -10%; */
	z-index: 1;
	position: relative;
display:block
}
#heroaca-tokyu header .mv-image img{
	height: 100%;
	object-fit: cover;
	object-position: bottom center;
	width: 100%;;
}
#heroaca-tokyu header .heroaca-tokyu_title span, .heroaca-tokyu_text span, #heroaca-tokyu h2 span, #heroaca-tokyu h3 span, .chara-name span, p.limited-item span, p.item-explaination span, p.c-hero_schedele span, .detail-stecker span, #heroaca-tokyu .flex-wrap.photospot .text-area > p span, #heroaca-tokyu .comingsoon span,.tab-area .tab-wrap .tab span{
	width:1px;
	height: 1px;
	overflow: hidden;
	clip:rect(0,0,0,0);
	position: absolute;
	white-space: nowrap;
	margin-top: -1px;
	border: none;
}
#heroaca-tokyu header .lead-wrap{
	padding: 30px 0 0;
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	gap:60px;
}
#heroaca-tokyu header .lead-wrap .c-hero_logo{
	width: 70%;
	max-width: 600px
}
#heroaca-tokyu header .lead-wrap .heroaca-tokyu_text{
	width: 61%;
	max-width: 900px;
	background: url(/heroaca_foodshow/image/lead-textmain.webp) no-repeat center/contain;
	aspect-ratio: 237/59;
}
@media screen and (max-width:768px){
	#heroaca-tokyu header{
		padding: 0 0 60px;
	}
	#heroaca-tokyu header .mv-image{
		height: auto;
		min-height: auto;
		transform: scale(1.1);
	}
	#heroaca-tokyu header .mv-image::before{
		width: 9%;
		bottom: -7%;
	}
	#heroaca-tokyu header .mv-image img{
		object-fit: contain;
		object-position: top center;
	}
	#heroaca-tokyu header .header-text{
		position:relative;
		padding: 12px 15px 20px;
		gap: 3%;
		grid-template-columns: 34% 61%;
		margin-bottom: -10px;
	}
	#heroaca-tokyu header .header-text::before{
		width: auto;
		height: 100%;
	}
	#heroaca-tokyu header .lead-wrap{
		padding: 35px 0 0;
		gap:20px;
	}
	#heroaca-tokyu header .lead-wrap .c-hero_logo{
		width: 80%;
		max-width: 600px
	}
	#heroaca-tokyu header .lead-wrap .heroaca-tokyu_text{
		width: 80%;
		background: url(/heroaca_foodshow/image/lead-textmain-sp.webp) no-repeat center / contain;
		aspect-ratio: 527/226;
	}
}

/*ステッカー*/
#heroaca-tokyu .heroaca-tokyu_stecker{
	position: relative;
	transition: background-color 0.6s ease;
	border: none;
	margin: -6vw 0 0;
	background: #ED5F1A;
	background: linear-gradient(0deg, rgba(237, 95, 26, 1) 0%);
	z-index: 0;
	clip-path: polygon(  100% 5vw,    /* 下右 */  40vw 5vw,     /* 下少し左 */  35vw 0%,     /* 下少し上 */  0% 0%,      /* 下左 */  0% 100%,    /* 上左 */  100% 100%);
}
.stecker-only-wrap {
	--c3: hsl(13deg 94.49% 54.59%);
	--c4: hsl(18, 82%, 20%);
}
#heroaca-tokyu .heroaca-tokyu_stecker h2{
    margin: 0 0 50px;
    position: relative;
    width: 110%;
    aspect-ratio: 1901 / 333;
    max-width: 1100px;
    margin: 0 auto 50px;
}
#heroaca-tokyu .heroaca-tokyu_stecker h2::before{
	content:"";
	display: block;
	width: 110%;
	aspect-ratio: 1901/333;
	transform: translateX(-50%);
	position: absolute;
	top: 30px;
	left: 47%;
	z-index: 0;
	background: url(/heroaca_foodshow/image/stecker-title-pc.webp) no-repeat center/contain;
	max-width: 1100px;
}
#heroaca-tokyu .heroaca-tokyu_stecker .lead-slide-wrap{
	padding: 50px 20px 60px;
	transition: background 0.5s ease;
	position: relative;
	z-index: 10000;
	clip-path: polygon(0 0, 100% 0, 100% 96%, 50% 100%, 0 96%);
	background: linear-gradient(135deg, rgb(6, 111, 111), rgb(0, 148, 138));
	overflow: hidden;
	transform: translateZ(0);
	backface-visibility: hidden;
}
/* かぶさる背景 */
#heroaca-tokyu .heroaca-tokyu_stecker .bg-overlay {
  position: absolute;
  inset: 0;
  pointer-events: none;
  z-index: -1;
 pointer-events: none;
  /* 初期位置：右に待機 */
  transform: translateX(100%);
  will-change: transform;
}

#heroaca-tokyu .heroaca-tokyu_stecker .lead-slide-wrap > P{font-size: 20px;letter-spacing: 0.1em;text-align: center;font-weight: 600;}
#heroaca-tokyu .heroaca-tokyu_stecker .lead-slide-wrap > P span{
font-size: 24px;
}
#heroaca-tokyu .heroaca-tokyu_stecker .bt-wrap {
    max-width: 447px;
    margin: 40px auto 100px;
    /* display: grid; */
    /* grid-template-columns: repeat(2,1fr); */
    gap: 5%;
    /* align-items: stretch; */
}
#heroaca-tokyu .heroaca-tokyu_stecker .bt-wrap .item-bt{
    background: url(/heroaca_foodshow/image/steckerbt-bg.webp) no-repeat center/cover;
    width: 100%;
    transition:0.3s;
    overflow: hidden;
    border-radius: 20px;
    box-shadow: 0px 5px 0 #212121;
}
#heroaca-tokyu .heroaca-tokyu_stecker .bt-wrap .item-bt a {
    grid-template-columns: 272px 1fr;
    gap: 15px;
    position: relative;
    padding: 9px 17px 15px 14px;
    line-height: 1.2;
    width: 100%;
    height: 100%;
    align-items: center;
    overflow: hidden;
}
#heroaca-tokyu .heroaca-tokyu_stecker .bt-wrap .item-bt:hover{
	transform: translateY(5px);
	box-shadow: none;
}
#heroaca-tokyu .heroaca-tokyu_stecker .bt-wrap .item-bt a figure{
	height: 85%;
}
#heroaca-tokyu .heroaca-tokyu_stecker .bt-wrap .item-bt:last-of-type a figure{
	height: 93%;
}
#heroaca-tokyu .heroaca-tokyu_stecker .bt-wrap .item-bt a figure img{
	object-fit:contain;
	height:100%
}
#heroaca-tokyu .heroaca-tokyu_stecker .bt-wrap .item-bt a p{
	padding-top:10px;
	font-weight: 600;
	font-size: 19px;
	letter-spacing: 0.1em;
	position: relative;
}
#heroaca-tokyu .heroaca-tokyu_stecker .bt-wrap .item-bt a p::before{
	content:"";
	display:block;
	width: 0;
	height: 0;
	border-style: solid;
	border-right: 10px solid transparent;
	border-left: 10px solid transparent;
	border-top: 15px solid #ffffff;
	border-bottom: 0;
	position:absolute;
	bottom:2px;
	right:0;
	transform: translateX(23%);
}

#heroaca-tokyu .heroaca-tokyu_stecker .bt-wrap .item-bt a p span.stecker-bt-text {
    content: "";
    display: block;
    width: 74%;
    background: url(/heroaca_foodshow/image/stecker-bt-text.webp) no-repeat center/89%;
    aspect-ratio: 304/49;
    padding: 5px;
    margin: 0 0 10px 0;
    transform: translateX(-14px);
    z-index:1;
    position:relative
}
#heroaca-tokyu .heroaca-tokyu_stecker .bt-wrap .item-bt a p::after {
    content: "";
    display: block;
    width: 78%;
    background:  #fff;
    aspect-ratio: 304/49;
    padding: 5px;
    transform: translateX(-14px) skewX(8deg);
    z-index:0;
    position:absolute;
    top: 9px;
    left: -11px;
}
#heroaca-tokyu .heroaca-tokyu_stecker .bt-wrap .item-bt a p span.text-big {
    font-size: 25px;
}
#heroaca-tokyu .heroaca-tokyu_stecker .lead-slide-wrap > P span.kome{
	font-size:13px;
	display:block
}
#heroaca-tokyu .heroaca-tokyu_stecker .stecker-slider-wrap{
	margin:0 auto;
	    max-width: 1000px;
}
#heroaca-tokyu .heroaca-tokyu_stecker .stecker-slider-wrap.slider-a{
	margin: 60px auto 0;
}

#heroaca-tokyu .heroaca-tokyu_stecker .stecker-slider-wrap p.detail-stecker{
	padding: 0 30px;
	font-size: 20px;
	line-height: 2.2;
	color: #fff;
	
	width: 100%;
	background: url(/heroaca_foodshow/image/first-group-pc.webp) no-repeat center/contain;
	aspect-ratio: 757/96;

}
#heroaca-tokyu .heroaca-tokyu_stecker .stecker-slider-wrap.slider-b p.detail-stecker{
	background: url(/heroaca_foodshow/image/second-group-pc.webp) no-repeat center/contain;
	aspect-ratio: 253/32;
}
#heroaca-tokyu .heroaca-tokyu_stecker .stecker-slider-wrap p.detail-stecker span span{
	font-size:30px
}
#heroaca-tokyu .heroaca-tokyu_stecker .stecker-slider-wrap .flex-wrap.stecker-wrap{
	grid-template-columns: 60% 1fr;
	gap:50px;
	align-items: center;
	margin: 0 auto;
}
#heroaca-tokyu .heroaca-tokyu_stecker .stecker-slider-wrap .flex-wrap.stecker-wrap .ht-swiper-main{
	width: 100%;
	position:relative;
	aspect-ratio: 338/257;
	padding: 0 0 8%;
	z-index:100;
	overflow: visible;
}
.bg-layer {
  position: absolute;
  inset: 0;
  z-index: 0;
  transform: translateX(-100%);
}
#heroaca-tokyu .heroaca-tokyu_stecker .stecker-slider-wrap .flex-wrap.stecker-wrap .ht-swiper-main .swiper-wrapper{
	height: 100%;
	width: 100%;
}
#heroaca-tokyu .heroaca-tokyu_stecker .stecker-slider-wrap .flex-wrap.stecker-wrap .ht-swiper-main .swiper-slide{
	margin: 20px 0 0;
	background: transparent;
	background: url(/heroaca_foodshow/image/deku-stecker-bg.webp) no-repeat center/contain;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	opacity: 0;
	transform-origin: center center;
	backface-visibility: hidden;
    aspect-ratio: 602/495;
	display:none
}
#heroaca-tokyu .heroaca-tokyu_stecker .stecker-slider-wrap .flex-wrap.stecker-wrap .ht-swiper-main .swiper-slide.is-active{
	z-index:1000;
	display:block;
	opacity:1
}
#heroaca-tokyu .heroaca-tokyu_stecker .stecker-slider-wrap .flex-wrap.stecker-wrap .ht-swiper-main .swiper-slide .swiper-inner{position: relative;   /* ← absoluteやめる */


         /* ← 親基準 *//* padding: 5% 10%; */box-sizing: border-box;display: grid;grid-template-columns: 49% 1fr;align-items: center;gap: 5px;transform: translateZ(0);width: 83%;margin: 0 auto;height: 100%;}
.swiper-slide,
.swiper-inner,
.swiper-inner * {
  min-height: 0;
}

#heroaca-tokyu .heroaca-tokyu_stecker .stecker-slider-wrap.slider-a .flex-wrap.stecker-wrap .ht-swiper-main .swiper-slide:nth-of-type(4) .swiper-inner,#heroaca-tokyu .heroaca-tokyu_stecker .stecker-slider-wrap.slider-a .flex-wrap.stecker-wrap .ht-swiper-main .swiper-slide:nth-of-type(3) .swiper-inner,#heroaca-tokyu .heroaca-tokyu_stecker .stecker-slider-wrap.slider-b .flex-wrap.stecker-wrap .ht-swiper-main .swiper-slide:nth-of-type(4) .swiper-inner{/* padding: 2% 6% 5%; */}
#heroaca-tokyu .heroaca-tokyu_stecker .stecker-slider-wrap .flex-wrap.stecker-wrap .ht-swiper-main .swiper-slide.is-active {
  opacity: 1;
}
#heroaca-tokyu .heroaca-tokyu_stecker .stecker-slider-wrap.slider-a .flex-wrap.stecker-wrap .ht-swiper-main .swiper-slide:nth-of-type(2){
	background: url(/heroaca_foodshow/image/ochako-stecker-bg.webp) no-repeat center/contain;
}
#heroaca-tokyu .heroaca-tokyu_stecker .stecker-slider-wrap.slider-a .flex-wrap.stecker-wrap .ht-swiper-main .swiper-slide:nth-of-type(3){
	background: url(/heroaca_foodshow/image/iida-stecker-bg.webp) no-repeat center/contain;
}
#heroaca-tokyu .heroaca-tokyu_stecker .stecker-slider-wrap.slider-a .flex-wrap.stecker-wrap .ht-swiper-main .swiper-slide:nth-of-type(4){
	background: url(/heroaca_foodshow/image/shoto-stecker-bg.webp) no-repeat center/contain;
}
#heroaca-tokyu .heroaca-tokyu_stecker .stecker-slider-wrap.slider-a .flex-wrap.stecker-wrap .ht-swiper-main .swiper-slide:nth-of-type(5){
	background: url(/heroaca_foodshow/image/allmight-stecker-bg.webp) no-repeat center/contain;
}
#heroaca-tokyu .heroaca-tokyu_stecker .stecker-slider-wrap.slider-a .flex-wrap.stecker-wrap .ht-swiper-main .swiper-slide:nth-of-type(6){
	background: url(/heroaca_foodshow/image/shota-stecker-bg.webp) no-repeat center/contain;
}
#heroaca-tokyu .heroaca-tokyu_stecker .stecker-slider-wrap.slider-a .flex-wrap.stecker-wrap .ht-swiper-main .swiper-slide:nth-of-type(7){
	background: url(/heroaca_foodshow/image/hawks-stecker-bg.webp) no-repeat center/contain;
}
#heroaca-tokyu .heroaca-tokyu_stecker .stecker-slider-wrap.slider-a .flex-wrap.stecker-wrap .ht-swiper-main .swiper-slide:nth-of-type(8){
	background: url(/heroaca_foodshow/image/toga-stecker-bg.webp) no-repeat center/contain;
}
#heroaca-tokyu .heroaca-tokyu_stecker .stecker-slider-wrap.slider-b .flex-wrap.stecker-wrap .ht-swiper-main .swiper-slide:nth-of-type(1){
	background: url(/heroaca_foodshow/image/bakugo-stecker-bg.webp) no-repeat center/contain;
}
#heroaca-tokyu .heroaca-tokyu_stecker .stecker-slider-wrap.slider-b .flex-wrap.stecker-wrap .ht-swiper-main .swiper-slide:nth-of-type(2){
	background: url(/heroaca_foodshow/image/eiji-stecker-bg.webp) no-repeat center/contain;
}
#heroaca-tokyu .heroaca-tokyu_stecker .stecker-slider-wrap.slider-b .flex-wrap.stecker-wrap .ht-swiper-main .swiper-slide:nth-of-type(3){
	background: url(/heroaca_foodshow/image/denki-stecker-bg.webp) no-repeat center/contain;
}
#heroaca-tokyu .heroaca-tokyu_stecker .stecker-slider-wrap.slider-b .flex-wrap.stecker-wrap .ht-swiper-main .swiper-slide:nth-of-type(4){
	background: url(/heroaca_foodshow/image/monoma-stecker-bg.webp) no-repeat center/contain;
}
#heroaca-tokyu .heroaca-tokyu_stecker .stecker-slider-wrap.slider-b .flex-wrap.stecker-wrap .ht-swiper-main .swiper-slide:nth-of-type(5){
	background: url(/heroaca_foodshow/image/shinso-stecker-bg.webp) no-repeat center/contain;
}
#heroaca-tokyu .heroaca-tokyu_stecker .stecker-slider-wrap.slider-b .flex-wrap.stecker-wrap .ht-swiper-main .swiper-slide:nth-of-type(6){
	background: url(/heroaca_foodshow/image/endeavor-stecker-bg.webp) no-repeat center/contain;
}

#heroaca-tokyu .heroaca-tokyu_stecker .stecker-slider-wrap.slider-b .flex-wrap.stecker-wrap .ht-swiper-main .swiper-slide:nth-of-type(7){
	background: url(/heroaca_foodshow/image/dabi-stecker-bg.webp) no-repeat center/contain;
}
#heroaca-tokyu .heroaca-tokyu_stecker .stecker-slider-wrap.slider-b .flex-wrap.stecker-wrap .ht-swiper-main .swiper-slide:nth-of-type(8){
	background: url(/heroaca_foodshow/image/shigaraki-stecker-bg.webp) no-repeat center/contain;
}
.stecker-slider-wrap .flex-wrap.stecker-wrap .ht-swiper-main .swiper-slide {
    display: flex; align-items: center; justify-content: center;
    font-size: 24px; color: #fff;
    border-radius: 12px;
    --c1: hsl(175, 100%, 51%);
    --c2: hsl(60, 80%, 60%);
    background: linear-gradient(135deg, var(--c1), var(--c2));
  }
.stecker-only-wrap {
    margin-top: -5%;
    padding: 10% 50px 13%;
    position: relative;
    z-index: 4;
    overflow: hidden;
    transform: translateZ(0);
    backface-visibility: hidden;
}
.stecker-slider-wrap.slider-a .flex-wrap.stecker-wrap .ht-swiper-main .swiper-slide:nth-child(1) {
  --c1: hsl(180, 90%, 23%);
  --c2: hsl(176, 100%, 29%);
}
.stecker-slider-wrap.slider-a .flex-wrap.stecker-wrap .ht-swiper-main .swiper-slide:nth-child(2) {
  --c1: hsl(339, 97%, 85%);
  --c2: hsl(331, 82%, 89%);
}
.stecker-slider-wrap.slider-a .flex-wrap.stecker-wrap .ht-swiper-main .swiper-slide:nth-child(3) {
  --c1: hsl(223, 97%, 30%);
  --c2: hsl(230, 80%, 14%);
}
.stecker-slider-wrap.slider-a .flex-wrap.stecker-wrap .ht-swiper-main .swiper-slide:nth-child(4) {
  --c1: hsl(199, 92%, 67%);
  --c2: hsl(192, 87%, 27%);
}
.stecker-slider-wrap.slider-a .flex-wrap.stecker-wrap .ht-swiper-main .swiper-slide:nth-child(5) {
  --c1: hsl(56, 85%, 64%);
  --c2: hsl(55, 60%, 35%);
}
.stecker-slider-wrap.slider-a .flex-wrap.stecker-wrap .ht-swiper-main .swiper-slide:nth-child(6) {
  --c1: hsl(96, 3%, 29%);
  --c2: hsl(0, 0%, 0%);
}
.stecker-slider-wrap.slider-a .flex-wrap.stecker-wrap .ht-swiper-main .swiper-slide:nth-child(7) {
  --c1: hsl(34, 83%, 63%);
  --c2: hsl(36, 57%, 27%);
}
.stecker-slider-wrap.slider-a .flex-wrap.stecker-wrap .ht-swiper-main .swiper-slide:nth-child(8) {
  --c1: hsl(43, 86%, 72%);
  --c2: hsl(43, 86%, 50%);
}
.stecker-only-wrap{
  --c3: hsl(13deg 94.49% 54.59%);
  --c4: hsl(18, 82%, 20%);

}
.stecker-slider-wrap.slider-b .flex-wrap.stecker-wrap .ht-swiper-main .swiper-slide:nth-child(1) {
  --c3: hsl(13deg 94.49% 54.59%);
  --c4: hsl(18, 82%, 20%);
}
.stecker-slider-wrap.slider-b .flex-wrap.stecker-wrap .ht-swiper-main .swiper-slide:nth-child(2) {
  --c3: hsl(345.26deg 66.28% 33.73%);
  --c4: hsl(351.11deg 36.99% 14.31%);
}
.stecker-slider-wrap.slider-b .flex-wrap.stecker-wrap .ht-swiper-main .swiper-slide:nth-child(3) {
  --c3: hsl(51.14deg 95.45% 56.86%);
  --c4: hsl(51.3deg 100% 25.69%);
}
.stecker-slider-wrap.slider-b .flex-wrap.stecker-wrap .ht-swiper-main .swiper-slide:nth-child(4) {
  --c3: hsl(0deg 0% 86.27%);
  --c4: hsl(0deg 0.41% 48.04%);  
}
.stecker-slider-wrap.slider-b .flex-wrap.stecker-wrap .ht-swiper-main .swiper-slide:nth-child(5) {

  --c3: hsl(276.75deg 55.56% 71.76%);
  --c4: hsl(270deg 26.56% 25.1%);
}
.stecker-slider-wrap.slider-b .flex-wrap.stecker-wrap .ht-swiper-main .swiper-slide:nth-child(6) {
--c3: hsl(0.56deg 73.79% 28.43%);
  --c4: hsl(0deg 100% 8.24%);
}

.stecker-slider-wrap.slider-b .flex-wrap.stecker-wrap .ht-swiper-main .swiper-slide:nth-child(7) {
  --c3: hsl(347.5deg 23.08% 20.39%);
  --c4: hsl(312deg 13.51% 7.25%);
}
.stecker-slider-wrap.slider-b .flex-wrap.stecker-wrap .ht-swiper-main .swiper-slide:nth-child(8) {
  --c3: hsl(337.14deg 10.45% 39.41%);
  --c4: hsl(330deg 11.11% 10.59%);
}
#heroaca-tokyu .heroaca-tokyu_stecker .stecker-slider-wrap .flex-wrap.stecker-wrap .ht-swiper-main .swiper-slide figure{
	aspect-ratio:auto;
	transform: rotate(-2deg);
	margin: 0 0 0 auto;
	transform: translateZ(0);
	backface-visibility: hidden;
}
#heroaca-tokyu .heroaca-tokyu_stecker .stecker-slider-wrap.slider-a .flex-wrap.stecker-wrap .ht-swiper-main .swiper-slide:nth-of-type(2) figure{
	/* width:89%; */
}
#heroaca-tokyu .heroaca-tokyu_stecker .stecker-slider-wrap.slider-b .flex-wrap.stecker-wrap .ht-swiper-main .swiper-slide:nth-of-type(2) figure,#heroaca-tokyu .heroaca-tokyu_stecker .stecker-slider-wrap.slider-b .flex-wrap.stecker-wrap .ht-swiper-main .swiper-slide:nth-of-type(6) figure{
	/* width:85%; */
}
#heroaca-tokyu .heroaca-tokyu_stecker .stecker-slider-wrap .flex-wrap.stecker-wrap .ht-swiper-main .swiper-slide figure img{
	height:100%;
	width: 100%;
	object-fit:contain;
	object-position: center;
}
#heroaca-tokyu .heroaca-tokyu_stecker .stecker-slider-wrap .flex-wrap.stecker-wrap .ht-swiper-main .swiper-slide p.chara-name{
	background: url(/heroaca_foodshow/image/deku-stecker-text.webp) no-repeat center/contain;
  width: 100%;
  max-width: 360px;          /* ← 好きな最大幅 */
  aspect-ratio: 300 / 119;  /* ← 基準比率（1つに統一） */
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  transform: rotate(-2deg) translateZ(0);
  backface-visibility: hidden;
}
#heroaca-tokyu .heroaca-tokyu_stecker .stecker-slider-wrap.slider-a .flex-wrap.stecker-wrap .ht-swiper-main .swiper-slide:nth-of-type(2) p.chara-name{
	background: url(/heroaca_foodshow/image/ochako-stecker-text.webp) no-repeat center/contain;
}
#heroaca-tokyu .heroaca-tokyu_stecker .stecker-slider-wrap.slider-a .flex-wrap.stecker-wrap .ht-swiper-main .swiper-slide:nth-of-type(3) p.chara-name{
	background: url(/heroaca_foodshow/image/iida-stecker-text.webp) no-repeat center/contain;
}
#heroaca-tokyu .heroaca-tokyu_stecker .stecker-slider-wrap.slider-a .flex-wrap.stecker-wrap .ht-swiper-main .swiper-slide:nth-of-type(4) p.chara-name{
	background: url(/heroaca_foodshow/image/shoto-stecker-text.webp) no-repeat center/contain;
}
#heroaca-tokyu .heroaca-tokyu_stecker .stecker-slider-wrap.slider-a .flex-wrap.stecker-wrap .ht-swiper-main .swiper-slide:nth-of-type(5) p.chara-name{
	background: url(/heroaca_foodshow/image/allmight-stecker-text.webp) no-repeat center/contain;
}
#heroaca-tokyu .heroaca-tokyu_stecker .stecker-slider-wrap.slider-a .flex-wrap.stecker-wrap .ht-swiper-main .swiper-slide:nth-of-type(6) p.chara-name{
	background: url(/heroaca_foodshow/image/shota-stecker-text.webp) no-repeat center/contain;
}
#heroaca-tokyu .heroaca-tokyu_stecker .stecker-slider-wrap.slider-a .flex-wrap.stecker-wrap .ht-swiper-main .swiper-slide:nth-of-type(7) p.chara-name{
	background: url(/heroaca_foodshow/image/hawks-stecker-text.webp) no-repeat center/contain;
}
#heroaca-tokyu .heroaca-tokyu_stecker .stecker-slider-wrap.slider-a .flex-wrap.stecker-wrap .ht-swiper-main .swiper-slide:nth-of-type(8) p.chara-name{
	background: url(/heroaca_foodshow/image/toga-stecker-text.webp) no-repeat center/contain;
}
#heroaca-tokyu .heroaca-tokyu_stecker .stecker-slider-wrap.slider-b .flex-wrap.stecker-wrap .ht-swiper-main .swiper-slide p.chara-name{
	background: url(/heroaca_foodshow/image/bakugo-stecker-text.webp) no-repeat center/contain;
}
#heroaca-tokyu .heroaca-tokyu_stecker .stecker-slider-wrap.slider-b .flex-wrap.stecker-wrap .ht-swiper-main .swiper-slide:nth-of-type(2) p.chara-name{
	background: url(/heroaca_foodshow/image/eiji-stecker-text.webp) no-repeat center/contain;
}
#heroaca-tokyu .heroaca-tokyu_stecker .stecker-slider-wrap.slider-b .flex-wrap.stecker-wrap .ht-swiper-main .swiper-slide:nth-of-type(3) p.chara-name{
	background: url(/heroaca_foodshow/image/denki-stecker-text.webp) no-repeat center/contain;
}
#heroaca-tokyu .heroaca-tokyu_stecker .stecker-slider-wrap.slider-b .flex-wrap.stecker-wrap .ht-swiper-main .swiper-slide:nth-of-type(4) p.chara-name{
	background: url(/heroaca_foodshow/image/monoma-stecker-text.webp) no-repeat center/contain;
}
#heroaca-tokyu .heroaca-tokyu_stecker .stecker-slider-wrap.slider-b .flex-wrap.stecker-wrap .ht-swiper-main .swiper-slide:nth-of-type(5) p.chara-name{
	background: url(/heroaca_foodshow/image/shinso-stecker-text.webp) no-repeat center/contain;
}
#heroaca-tokyu .heroaca-tokyu_stecker .stecker-slider-wrap.slider-b .flex-wrap.stecker-wrap .ht-swiper-main .swiper-slide:nth-of-type(6) p.chara-name{
	background: url(/heroaca_foodshow/image/endeavor-stecker-text.webp) no-repeat center/contain;
}

#heroaca-tokyu .heroaca-tokyu_stecker .stecker-slider-wrap.slider-b .flex-wrap.stecker-wrap .ht-swiper-main .swiper-slide:nth-of-type(7) p.chara-name{
	background: url(/heroaca_foodshow/image/shigaraki-stecker-text.webp) no-repeat center/contain;
}
#heroaca-tokyu .heroaca-tokyu_stecker .stecker-slider-wrap.slider-b .flex-wrap.stecker-wrap .ht-swiper-main .swiper-slide:nth-of-type(8) p.chara-name{
	background: url(/heroaca_foodshow/image/dabi-stecker-text.webp) no-repeat center/contain;

}
#heroaca-tokyu .heroaca-tokyu_stecker .stecker-slider-wrap .ht-swiper-thumb {
	max-width: 800px;
	width: 100%;
	position:relative;
	z-index:100
}
#heroaca-tokyu .heroaca-tokyu_stecker .stecker-slider-wrap .ht-swiper-thumb .swiper-wrapper{
	gap: 10px 0;
	box-sizing: border-box;
	flex-wrap: wrap;
}
#heroaca-tokyu .heroaca-tokyu_stecker .stecker-slider-wrap .ht-swiper-thumb .swiper-slide {
	cursor: pointer;
	width: auto;
	flex-shrink: 0;
	aspect-ratio: 1/1.5;
	border-radius: 5px;
	transition: 0.3s;
}
#heroaca-tokyu .heroaca-tokyu_stecker .stecker-slider-wrap .ht-swiper-thumb .swiper-slide-thumb-active {
	transform: scale(1.05);
}
#heroaca-tokyu .heroaca-tokyu_stecker .stecker-slider-wrap .ht-swiper-thumb .swiper-slide figure{
	height: 100%;
	width: 100%
}
#heroaca-tokyu .heroaca-tokyu_stecker .stecker-slider-wrap .ht-swiper-thumb .swiper-slide img {
	width: 100%;
	height: 100%;
	object-fit: contain;
}
#heroaca-tokyu .comingsoon{
	margin: 50px auto 0;
	width:100%;
	background:url(/heroaca_foodshow/image/comingsoon.webp) no-repeat center/contain;
	aspect-ratio:601/213;
	max-width: 700px;
}
@media screen and (max-width: 1000px) and (min-width: 500px){
	#heroaca-tokyu .comingsoon{
		width:70%
	}
}
@media screen and (max-width: 780px){
	#heroaca-tokyu .heroaca-tokyu_stecker::before,.heroaca-tokyu_photospot::before{
		width: 70%;
		height: 20px;
		transform: skewX(45deg);
	}
	#heroaca-tokyu .heroaca-tokyu_stecker h2{
		width: 94%;
		margin: 12px auto 2px;
		aspect-ratio: auto;
	}
	#heroaca-tokyu .heroaca-tokyu_stecker h2::before{
		background: url(/heroaca_foodshow/image/stecker-title-sp.webp) no-repeat center / contain;
		aspect-ratio: 329/101;
		width: 100%;
		position: relative;
		top: -11px;
		left: auto;
		transform: none;
	}
	#heroaca-tokyu .heroaca-tokyu_stecker .lead-slide-wrap{
		padding: 17px 13px 65px;
		transition: background 0.5s ease;
	}
	#heroaca-tokyu .heroaca-tokyu_stecker .lead-slide-wrap > P{
		font-size: 12px;
		letter-spacing: 0;
	}
	#heroaca-tokyu .heroaca-tokyu_stecker .lead-slide-wrap > P span{
		font-size: 15px;
		line-height: 1.5;
	}
	#heroaca-tokyu .heroaca-tokyu_stecker .lead-slide-wrap > P span.kome{
		margin: 6px 0 0;
		font-size: 9px;
	}
	#heroaca-tokyu .heroaca-tokyu_stecker .stecker-slider-wrap{
		margin:0 auto;
		max-width: 1000px;
	}
	#heroaca-tokyu .heroaca-tokyu_stecker .stecker-slider-wrap.slider-a{
		margin: 39px auto 0;
	}
	#heroaca-tokyu .heroaca-tokyu_stecker .stecker-slider-wrap p.detail-stecker{
		padding: 0;
		font-size: 12px;
		width: 100%;
	}
	#heroaca-tokyu .heroaca-tokyu_stecker .stecker-slider-wrap p.detail-stecker span span{
		font-size:18px
	}
	#heroaca-tokyu .heroaca-tokyu_stecker .stecker-slider-wrap .flex-wrap.stecker-wrap{
		grid-template-columns: 1fr;
		gap: 16px;
		max-width: 500px;
	}
	#heroaca-tokyu .heroaca-tokyu_stecker .stecker-slider-wrap .flex-wrap.stecker-wrap .ht-swiper-main .swiper-slide{
		/* margin: 20px 0; */
		gap: 15px;
	}
	.stecker-slider-wrap .flex-wrap.stecker-wrap .ht-swiper-main .swiper-slide {
		font-size: 20px; 
	}
	.stecker-only-wrap {
		padding: 28% 20px 80px;
		margin-top: -21%;
	}
	#heroaca-tokyu .heroaca-tokyu_stecker .stecker-slider-wrap .ht-swiper-thumb .swiper-slide {
		aspect-ratio: 1/1.4;
	}
	#heroaca-tokyu .heroaca-tokyu_stecker .stecker-slider-wrap p.detail-stecker{
	width: 80%;
	background: url(/heroaca_foodshow/image/first-group-sp.webp) no-repeat center/contain;
	aspect-ratio: 701/303;
	max-width: 418px;
	margin: 0 auto;
}
#heroaca-tokyu .heroaca-tokyu_stecker .stecker-slider-wrap.slider-b p.detail-stecker{
	background: url(/heroaca_foodshow/image/second-group-sp.webp) no-repeat center/contain;
	aspect-ratio: 701/303;
}
	#heroaca-tokyu .heroaca-tokyu_stecker .stecker-slider-wrap .flex-wrap.stecker-wrap .ht-swiper-main .swiper-slide .swiper-inner{
		gap:10px
	}
	#heroaca-tokyu .heroaca-tokyu_stecker .stecker-slider-wrap .flex-wrap.stecker-wrap .ht-swiper-main .swiper-slide figure{
		height:80%
	}
	#heroaca-tokyu .heroaca-tokyu_stecker .stecker-slider-wrap .ht-swiper-thumb{
		max-width:400px
	}
	#heroaca-tokyu .heroaca-tokyu_stecker .bt-wrap{
		gap: 14px;
		margin: 21px auto;
		max-width: 357px;
		width: 94%;
	}
	#heroaca-tokyu .heroaca-tokyu_stecker .bt-wrap .item-bt:hover{
	transform:translateY(0px)
}
	#heroaca-tokyu .heroaca-tokyu_stecker .bt-wrap .item-bt a{
		padding: 8px 14px 11px;
		grid-template-columns: 191px 1fr;
		font-size: 14px;
		line-height: 1.4;
		gap: 10px;
	}
	#heroaca-tokyu .heroaca-tokyu_stecker .bt-wrap .item-bt a::before{
		width: 142px;
		top: 0;
		left: 0;
		position: relative;
	}
	#heroaca-tokyu .heroaca-tokyu_stecker .bt-wrap .item-bt a figure,#heroaca-tokyu .heroaca-tokyu_stecker .bt-wrap .item-bt:last-of-type a figure{
		margin:0 auto;
		display: flex;
		justify-content: center;
		height: 61px;
	}
	#heroaca-tokyu .heroaca-tokyu_stecker .bt-wrap .item-bt a p span.stecker-bt-text{
		width:80%;
		margin: 0 0 5px 0;
	}
	#heroaca-tokyu .heroaca-tokyu_stecker .bt-wrap .item-bt a p span.text-big{
		font-size: 18px;
		white-space: nowrap;
	}
	#heroaca-tokyu .heroaca-tokyu_stecker .bt-wrap .item-bt a p{
		font-size: 12px;
		padding: 0;
		position: relative;
		margin: 6px 0 0;
	}
	#heroaca-tokyu .heroaca-tokyu_stecker .bt-wrap .item-bt a p::before{
	border-right: 7px solid transparent;
	border-left: 7px solid transparent;
	border-top: 15px solid #ffffff;
	transform: translateX(0%);
	right: 5px;
	}
	#heroaca-tokyu .heroaca-tokyu_stecker .bt-wrap .item-bt a p::after{
		top: -3px;
		width: 87%;
	}
}


/*対象商品*/
section.heroaca-tokyu_food {
    position: relative;
    margin: -6vw 0 0;
    clip-path: polygon(  100% 5vw,    /* 下右 */  40vw 5vw,     /* 下少し左 */  35vw 0%,     /* 下少し上 */  0% 0%,      /* 下左 */  0% 100%,    /* 上左 */  100% 100%);
}
section.heroaca-tokyu_food > h2 {
    padding: 0;
    position: relative;
    width: 100%;
    z-index: 0;
    height: 41vh;
}

section.heroaca-tokyu_food > h2::after{
	content:"";
	display:block;
	width:90%;
	background: url(/heroaca_foodshow/image/eligiblefood-title-pc.webp) no-repeat center / contain;
	z-index:1;
	visibility:visible;
	position: absolute;
	aspect-ratio: 651/148;
	top: 56%;
	left: 50%;
	transform: translateX(-50%) translateY(-50%);
	max-width: 800px;
	height: 48%;
}
#heroaca-tokyu .heroaca-tokyu_food h3{
	padding: 0;
	position: absolute;
	top: 0;
	left: 0;
}
#heroaca-tokyu .heroaca-tokyu_food .drink-area,#heroaca-tokyu .heroaca-tokyu_food .food-area{
	position: relative;
}
#heroaca-tokyu .heroaca-tokyu_food .drink-area h3,#heroaca-tokyu .heroaca-tokyu_food .food-area h3{
	padding: 0;
	position: absolute;
	top: 0;
	left: 0;
	background: url(https://www.tokyu-dept.co.jp/h115215td/dummy/image/drink-title.webp) no-repeat center/contain;
	aspect-ratio: 667/98;
	width: 100%;
	z-index: 1000;
	transform: translateY(-32%);
}
#heroaca-tokyu .heroaca-tokyu_food .food-area h3{
	background: url(https://www.tokyu-dept.co.jp/h115215td/dummy/image/food-title.webp) no-repeat center/contain;
	aspect-ratio: 2001/295;
}
#heroaca-tokyu .heroaca-tokyu_food .collabo-wrap{
	margin: -20px 0 0;
	grid-template-columns: repeat(3,1fr);
	gap:0;
	position:relative;
}
#heroaca-tokyu .heroaca-tokyu_food .drink-area .collabo-wrap li{
	padding: 150px 20px 300px;
	position: relative;
	display: flex;
	justify-content: center;
	align-items: center;
	background: url(https://www.tokyu-dept.co.jp/h115215td/dummy/image/item-bg-drink01.webp) repeat-y top center/cover;
	overflow: hidden;
}
#heroaca-tokyu .heroaca-tokyu_food .drink-area .collabo-wrap li:nth-of-type(2),#heroaca-tokyu .heroaca-tokyu_food .collabo-wrap .item-food:nth-of-type(2){
	background: url(https://www.tokyu-dept.co.jp/h115215td/dummy/image/item-bg-drink02.webp) repeat-y top center/cover;
	z-index: 2;
}
#heroaca-tokyu .heroaca-tokyu_food .drink-area .collabo-wrap li:nth-of-type(3),#heroaca-tokyu .heroaca-tokyu_food .collabo-wrap .item-food:nth-of-type(1){
	background: url(https://www.tokyu-dept.co.jp/h115215td/dummy/image/item-bg-drink03.webp) repeat-y top center/cover;
}
#heroaca-tokyu .heroaca-tokyu_food .drink-area .collabo-wrap li > span:nth-of-type(2){
	display:block;
	width: 100%;
	height: 93%;
}
#heroaca-tokyu .heroaca-tokyu_food .drink-area .collabo-wrap li::before, #heroaca-tokyu .heroaca-tokyu_food .collabo-wrap .item-food::before, .food-area > .item-food > span::before{
	content:"";
	display:block;
	width: 140%;
	position: absolute;
	top: 0%;
	left: -47%;
	background: url(/heroaca_foodshow/image/bg-bakugo.webp) no-repeat center/contain;
	aspect-ratio: 974/2649;
	z-index: 10;
	z-index: 0;
	max-width: 520px;
}

#heroaca-tokyu .heroaca-tokyu_food .drink-area .collabo-wrap .item-drink:nth-of-type(2)::before,#heroaca-tokyu .heroaca-tokyu_food .collabo-wrap .item-food:nth-of-type(2)::before{
	 background: url(/heroaca_foodshow/image/deku-bg.webp) repeat-y top center/cover;
	 left: -10%;
	 width: 130%;
	 top: -5%;
	 max-width: 500px;
	 margin: 0 auto;
}
#heroaca-tokyu .heroaca-tokyu_food .drink-area .collabo-wrap .item-drink:nth-of-type(2)::before{width: 136%;top: -1%;}
#heroaca-tokyu .heroaca-tokyu_food .drink-area .collabo-wrap .item-drink:nth-of-type(3)::before,#heroaca-tokyu .heroaca-tokyu_food .collabo-wrap .item-food:nth-of-type(1)::before{
	background: url(/heroaca_foodshow/image/shoto-bg.webp) repeat-y top center/cover;
	left: -39%;
	max-width: 517px;
}
#heroaca-tokyu .heroaca-tokyu_food .collabo-wrap .item-food:nth-of-type(1)::before{
	width:130%;
	top:-2%;
	left: auto;
	right: -6%;
	max-width: 500px;
}
#heroaca-tokyu .heroaca-tokyu_food .collabo-wrap .item-food:nth-of-type(3)::before{
	background: url(/heroaca_foodshow/image/ochako-bg.webp) no-repeat top center/100%;
	top: -4%;
	right: -84px;
	left: auto;
	aspect-ratio: 508/779;
	height: 98vh;
	width: auto;
	max-width: 136%;
	max-height: 114%;
}
.collabo-wrap li .text-wrap,.collabo-wrap .item-drink .text-wrap,.food-area > .item-food .text-wrap{
	margin: 0 auto;
	padding: 36px 8% 20px 14%;
	background: url(https://www.tokyu-dept.co.jp/h115215td/dummy/image/item-text-bg.webp) repeat-y top center/100%;
	aspect-ratio:713/429;
	width: 99%;
	display: block;
	display: flex;
	flex-direction: column;
	justify-content: center;
	max-width: 434px;
	z-index: 100;
	position: relative;
}
.collabo-wrap li .text-wrap p.limited-item,.collabo-wrap .item-drink .text-wrap p.limited-item,.food-area > .item-food .text-wrap p.limited-item{
	content: "";
	display: block;
	width: 23%;
	max-width: 90px;
	background: url(https://www.tokyu-dept.co.jp/h115215td/dummy/image/limit-text.webp) no-repeat center/contain;
	position: absolute;
	top:0;
	left: 0;
	transform: translate(0px,-63%);
	aspect-ratio: 45/46;
}
.collabo-wrap li figure,.collabo-wrap .item-drink figure{
	position:relative;
	width: 96%;
	margin: 0 auto 30px;
	max-width: 300px;
}
.collabo-wrap .item-drink figure{
	transform:rotate(5deg)
}
.collabo-wrap li.item-food figure{
	margin: 0 auto 76px;
	max-width: 345px;
	aspect-ratio: 345/334;
	height: 27vh;
}
#heroaca-tokyu .heroaca-tokyu_food .collabo-wrap .item-food:nth-of-type(2) figure{
	width:100%;
	max-width: 100%;
	/* margin: 0 auto; */
}
.collabo-wrap li figure img,.collabo-wrap .item-drink figure img{
	width: 100%;
	height: 100%;
	object-fit: contain;
}
.food-area > .item-food{
	padding: 10% 0 8% 0%;
	background: url(https://www.tokyu-dept.co.jp/h115215td/dummy/image/item-bg-kageyamarou.webp) no-repeat center/cover;
	position: relative;
	display: flex;
	justify-content: center;
	align-items: center;
	overflow: hidden;
	z-index: 0;
}
.food-area > .item-food > span {
	display: flex;
	align-items: center;
	justify-content: center;
	width: 100%;
	height: 100%;
	position: relative;
	max-width: 1200px;
	gap: 5%;
}
.food-area > .item-food > span::before{
	width: 60%;
	top: -23%;
	left: -21%;
	max-width: 600px;
}
.food-area > .item-food figure{
	position: relative;
	width: 80%;
	max-width: 500px;
}
.food-area > .item-food figure img{
	height:100%;
	object-fit:contain;
}
p.item-explaination {
	position: absolute;
	color: #000;
	padding: 18px;
	top: 2%;
	right: 5%;
	background: url(/h115215td/dummy/image/bakugo-comment.webp) no-repeat center / contain;
	aspect-ratio: 277/159;
	width: 22vw;
	max-width: 300px;
}
.food-area > .item-food .text-wrap{
	width: 40%;
	max-width: 386px;
	padding: 42px 35px 20px 48px;
	margin: 0;
	position: absolute;
	right: 0;
	bottom: 0;
}
#heroaca-tokyu .heroaca-tokyu_food .collabo-wrap .item-food{
	padding: 218px 20px 150px;
	position:relative;
	overflow: hidden;
	transform: skewY(3deg);
}
#heroaca-tokyu .heroaca-tokyu_food .collabo-wrap .item-food > span{
	display: flex;
	justify-content: center;
	align-items: center;
	flex-direction: column;
	transform: skewY(-3deg);
	max-width: 500px;
	margin: 0 auto;
	height: 100%;
}
#heroaca-tokyu .heroaca-tokyu_food .collabo-wrap .item-food p.item-explaination{
	top: 28%;
	right: -12%;
	background: url(/h115215td/dummy/image/deku-comment.webp) no-repeat center / contain;
	max-width: 190px;
}
#heroaca-tokyu .heroaca-tokyu_food .collabo-wrap .item-food:nth-of-type(1) p.item-explaination{
	top: -13%;
	right: auto;
	left: -2%;
	background: url(/h115215td/dummy/image/shoto-comment.webp) no-repeat center/contain;
	aspect-ratio: 108/55;
	width: 17vw;
}
#heroaca-tokyu .heroaca-tokyu_food .collabo-wrap .item-food:nth-of-type(3) p.item-explaination{
	top: -17%;
	right: auto;
	left: -2%;
	background: url(/h115215td/dummy/image/ochako-comment.webp) no-repeat center / contain;
	aspect-ratio: 43/25;
	width: 31vw;
	max-width: 190px;
}
#heroaca-tokyu .heroaca-tokyu_food .collabo-wrap .item-food:nth-of-type(3){
	background: url(https://www.tokyu-dept.co.jp/h115215td/dummy/image/item-bg-food03.webp) repeat-y top center/cover;
	z-index: 3;
	margin: 0 0 0 -1px;
}
@media screen and (max-width: 780px){
	section.heroaca-tokyu_food > h2{
		height:30vh
	}
section.heroaca-tokyu_food > h2::after{
	width: auto;
	height: 52%;
	top: 45%;
	left: 50%;
	transform: translateX(-50%) translateY(-50%);
	background: url(/heroaca_foodshow/image/eligiblefood-title-sp.webp) no-repeat center / contain;
	aspect-ratio: 401/140;
}
	#heroaca-tokyu .heroaca-tokyu_food h3{
		padding: 0;
		position: absolute;
		top: 0;
		left: 0;
	}
	#heroaca-tokyu .heroaca-tokyu_food .drink-area,#heroaca-tokyu .heroaca-tokyu_food .food-area{
		position: relative;
		z-index: 16;
	}
	#heroaca-tokyu .heroaca-tokyu_food .drink-area h3,#heroaca-tokyu .heroaca-tokyu_food .food-area h3{
		padding: 0;
		position: absolute;
		top: 0;
		left: 0;
		background: url(https://www.tokyu-dept.co.jp/h115215td/dummy/image/drink-title.webp) no-repeat center/contain;
		aspect-ratio: 667/98;
		width: 136%;
		z-index: 22;
		transform: translateY(-50%) translateX(-13%);
	}
	#heroaca-tokyu .heroaca-tokyu_food .food-area h3{
		background: url(https://www.tokyu-dept.co.jp/h115215td/dummy/image/food-title.webp) no-repeat center/contain;
	}
	/* 横スクロール対応 */
  #heroaca-tokyu .heroaca-tokyu_food .scroll-area {
    height: 114vh;
    z-index: 12;
    position: relative;
  }
	#heroaca-tokyu .heroaca-tokyu_food .drink-area .collabo-wrap {
		display: flex;
		width: 300vw;
		height: 100%;
		margin: -13px 0 0;
		grid-template-columns: 1fr;
		gap:0;
		height: 100vh;
		overflow: hidden;
	}
	#heroaca-tokyu .heroaca-tokyu_food .scroll-area .scroll-wrap {
		width: 300vw;
		height: 149vh;
		display: flex;
	}
	#heroaca-tokyu .heroaca-tokyu_food .scroll-area .scroll-wrap .scroll-item{
		width: 100vw;
		display:flex;
		justify-content:center;
		align-items:center;
		font-size:40px;
		color:#fff;
	}
	#heroaca-tokyu .heroaca-tokyu_food .drink-area .collabo-wrap .item-drink {
    width: 100vw;
    height: 100%;
    transition: transform 0.3s ease-out;
    background: url(https://www.tokyu-dept.co.jp/h115215td/dummy/image/item-bg-drink01.webp) repeat-y top center / cover;
    padding: 20px;
    display: flex;
    justify-content: center;
    align-items: center;
  }


	#heroaca-tokyu .heroaca-tokyu_food .drink-area .collabo-wrap li{
		padding:20px;
		position: relative;
		display: flex;
		justify-content: center;
		align-items: center;
		height: 100vh;
		background: url(https://www.tokyu-dept.co.jp/h115215td/dummy/image/item-bg-drink01.webp) repeat-y top center/cover;
		overflow: hidden;
	}
	#heroaca-tokyu .heroaca-tokyu_food .drink-area .collabo-wrap li:nth-of-type(2),#heroaca-tokyu .heroaca-tokyu_food .drink-area .collabo-wrap .item-drink:nth-of-type(2),#heroaca-tokyu .heroaca-tokyu_food .collabo-wrap .item-food:nth-of-type(2){
		background: url(https://www.tokyu-dept.co.jp/h115215td/dummy/image/item-bg-drink02.webp) repeat-y top center/cover;
	}
	#heroaca-tokyu .heroaca-tokyu_food .drink-area .collabo-wrap li:nth-of-type(3),#heroaca-tokyu .heroaca-tokyu_food .drink-area .collabo-wrap .item-drink:nth-of-type(3),#heroaca-tokyu .heroaca-tokyu_food .collabo-wrap .item-food:nth-of-type(1){
		background: url(https://www.tokyu-dept.co.jp/h115215td/dummy/image/item-bg-drink03.webp) repeat-y top center/cover;
	}
	#heroaca-tokyu .heroaca-tokyu_food .drink-area .collabo-wrap li::before,#heroaca-tokyu .heroaca-tokyu_food .drink-area .collabo-wrap .item-drink::before, #heroaca-tokyu .heroaca-tokyu_food .collabo-wrap .item-food::before, .food-area > .item-food > span::before{
		width: 73%;
		top: -1%;
		right: -7%;
		left: auto;
	}

	#heroaca-tokyu .heroaca-tokyu_food .drink-area .collabo-wrap .item-drink:nth-of-type(2)::before,#heroaca-tokyu .heroaca-tokyu_food .collabo-wrap .item-food:nth-of-type(2)::before{
		 left: -10%;
		 width: 130%;
		 top: -11%;
		 max-width: 500px;
		 margin: 0 auto;
	}
	#heroaca-tokyu .heroaca-tokyu_food .drink-area .collabo-wrap .item-drink:nth-of-type(2)::before{width: 68%;top: 0%;left: 60%;}

	#heroaca-tokyu .heroaca-tokyu_food .drink-area .collabo-wrap .item-drink:nth-of-type(3)::before,#heroaca-tokyu .heroaca-tokyu_food .collabo-wrap .item-food:nth-of-type(1)::before{
		left: -14%;
		max-width: 521px;
		width: 71%;
		top: 0%;
	}
	#heroaca-tokyu .heroaca-tokyu_food .collabo-wrap .item-food:nth-of-type(1)::before{
		width: 137%;
		top: -10%;
		left: -41%;
		max-width: 507px;
	}
	#heroaca-tokyu .heroaca-tokyu_food .collabo-wrap .item-food:nth-of-type(3)::before{
		top: -6%;
		right: -15%;
		left: auto;
		width: 125%;
		max-width: 218%;
		/* aspect-ratio: 508/779; */
		height: 108vh;
	}
	.collabo-wrap li figure, .collabo-wrap .item-drink figure{
		position:relative;
		margin: 0 auto 11px;
		height: 50vh;
	}
	.collabo-wrap li .text-wrap, .collabo-wrap .item-drink .text-wrap, .food-area > .item-food .text-wrap{
		padding: 16px 8% 5px 11%;
		width: 102%;
		transform: translateX(-5px);
		height: auto;
	}
	.food-area #collabo-food .text-wrap{
		margin-top:50px
	}
	.collabo-wrap li .text-wrap .limit-text{
		font-size: 21px;
		width: 78px;
	}
	.collabo-wrap li .text-wrap .limit-text::before,.collabo-wrap li .text-wrap .limit-text::after{
		font-size: 11px;
	}
	.collabo-wrap li .text-wrap p.limited-item,.food-area > .item-food .text-wrap p.limited-item{
		content: "";
		display: block;
		width: 23%;
		max-width: 90px;
		background: url(https://www.tokyu-dept.co.jp/h115215td/dummy/image/limit-text.webp) no-repeat center/contain;
		position: absolute;
		top:0;
		left: 0;
		transform: translate(0px,-63%);
		aspect-ratio: 45/46;
	}
	.collabo-wrap li.item-food figure{
		margin: 0 auto;
		aspect-ratio: 161/152;
		width: 80%;
	}
	.collabo-wrap li figure img{
		width: 100%;
		height: 100%;
		object-fit: contain;
	}
	.food-area > .item-food{
		padding: 78px 0 53px;
		height: 100vh;
	}
	.food-area > .item-food > span {
		flex-direction: column;
		gap: 20px;
		width: auto;
		margin: 0 auto;
		justify-content: flex-start;
		height: auto;
	}
	.food-area > .item-food > span::before{
		width: 117%;
		top: -30%;
		max-width: 600px;
	}
	.food-area > .item-food figure{
		position: relative;
		width: 72%;
		aspect-ratio: 24/23;
	}
	.food-area > .item-food figure img{
		height:100%;
		object-fit:contain;
	}
	p.item-explaination {
		top: 10%;
		left: 5%;
		width: 33vw;
	}
	.food-area > .item-food .text-wrap{
		transform: none;
		bottom: auto;
		left: auto;
		width: 86%;
		max-width: 409px;
		padding: 20px 35px 20px 48px;
		/* transform: translateX(-50%); */
		position: relative;
	}
	.food-area > .item-food .text-wrap .limit-text{
		width:70px
	}
	#heroaca-tokyu .heroaca-tokyu_food .collabo-wrap .item-food{
		height: 100vh;
		position:relative;
		overflow: hidden;
		transform: skewY(3deg);
	}
	#heroaca-tokyu .heroaca-tokyu_food .collabo-wrap .item-food > span{
		display: flex;
		justify-content: center;
		align-items: center;
		transform: skewY(-3deg);
		max-width: 504px;
		margin: 0 auto;
		height: 100%;
		width: 100%;
	}
	#heroaca-tokyu .heroaca-tokyu_food .collabo-wrap .item-food p.item-explaination{
		top: 23%;
		right: 1%;
		left: auto;
	}
	#heroaca-tokyu .heroaca-tokyu_food .collabo-wrap .item-food:nth-of-type(1) p.item-explaination{
		width:50vw;
		top: 16%;
		right: auto;
		left: 71%;
		max-width: 33%;
	}
	#heroaca-tokyu .heroaca-tokyu_food .collabo-wrap .item-food:nth-of-type(3) p.item-explaination{
		top: -44%;
		right: auto;
		left: 1%;
	}
	#heroaca-tokyu .heroaca-tokyu_food .collabo-wrap .item-food:nth-of-type(3){
		background: url(https://www.tokyu-dept.co.jp/h115215td/dummy/image/item-bg-food03.webp) repeat-y top center/cover;
	}
}







/*地図*/
.map-area{
	padding: 30% 20px 150px;
	position: relative;
	aspect-ratio: 1413/830;
	max-width: 1200px;
	margin: 0 0 0 10%;
}

.buttons-a{
  position: absolute;
  inset: 0;
	top:-10%;
	left:-3%
}
.buttons-a .map-pin {
  position: absolute;
  cursor: pointer;
  border: none;
  background: none;
  padding: 0;
  z-index: 5;
  width: 4.5vw;
  background: url(/h115215td/dummy/image/pin01.webp) no-repeat center top/contain;
  aspect-ratio: 151/198;
}
.buttons-a .map-pin[data-id="12"], .buttons-a .map-pin[data-id="13"], .buttons-a .map-pin[data-id="18"], .buttons-a .map-pin[data-id="17"],.buttons-a .map-pin[data-id="27"], .buttons-a .map-pin[data-id="28"],.buttons-a .map-pin[data-id="29"] , .buttons-a .map-pin[data-id="30"],.buttons-a .map-pin[data-id="31"] {
	display: none;
}
.buttons-a .map-pin:hover{
	transform: scale(1.5) translateY(-10px);
	z-index:1000
}
#heroaca-tokyu .buttons-a .map-pin figure{
	width:80%;
	margin: 0 auto;
	height: 57%;
	transform: translateY(-19%);
}
#heroaca-tokyu .buttons-a .map-pin img{
	width:100%;
	height:100%;
	object-fit:contain
}
img:has(+.buttons-a.flex-wrap.underground){
   padding-top:50px;
   width: 100%;
  
   animation: big02 0.3s forwards;
}
.map-area::before{
  content:"";
  display:block;
  width: 52vw;
  background:url(/heroaca_foodshow/image/b1mapbg.webp) no-repeat top left/contain;
  position:absolute;
  top: 17%;
  left:0;
  aspect-ratio: 1099/726;
  z-index: -1;
  max-width: 500px;
  animation: slidedown 0.3s forwards;
	transition:0.3s;
}
.map-area:has(.buttons-a.flex-wrap.firstfloor)::before {background: url(/heroaca_foodshow/image/1fmapbg.webp) no-repeat top left / contain; transform:translateY(6px)}

.map-area .map-image{
	width: 78vw;
	position: relative;
	animation: big 0.5s forwards;
}

@keyframes big{
	0%{
		transform:scale(0);
	}
	100%{
		transform:scale(1.0)
	}
}
@keyframes big02{
	0%{
		transform:scale(0) rotate(-6deg);
	}
	100%{
		transform:scale(1.0) rotate(-6deg);
	}
}
.map-area .map-image img{
	width:100%;
	animation: big 0.3s forwards;
}
figure.map-image.bt-map {
	position: absolute;
	top: 38px;
	right: 19px;
	width: 27%;
	cursor: pointer;
}
.text-wrap.jackinthedonuts46 .en {
    display: none;
}
@media screen and (min-width:1200px){
	figure.map-image.bt-map {
	top: 5%;
	right: 0;
	width: 27%;
  }
}
.tab-area {

padding: 0 0 20%;

position: relative;

z-index: 99999;

pointer-events: auto;
}
.tab-area .tab-wrap{
	margin: 0 0 30px;
	display: flex;
	margin: 0 auto;
	max-width: 900px;
	align-items: center;
	justify-content: center;
	width:90%
}
.tab-area .tab-wrap .tab{
	height: 80px;
	position: relative;
	aspect-ratio:259/172;
	cursor: pointer;
}
.tab-area .tab-wrap .tab::before{
	content: "";
	display: block;
	height: 100%;
	aspect-ratio:259/172;
	background: url(/heroaca_foodshow/image/tab01.webp) no-repeat center/contain;
	position: absolute;
	top:0;
	left:0;
	transition: 0.3s;
}
.tab-area .tab-wrap .tab.active::before{
	background: url(/heroaca_foodshow/image/tab01-on.webp) no-repeat center/contain;
}
.tab-area .tab-wrap .tab:nth-of-type(3){
	aspect-ratio: 415/165;
}
.tab-area .tab-wrap .tab:nth-of-type(3).active::before{
	background: url(/heroaca_foodshow/image/tab02-on.webp) no-repeat center/contain;
	aspect-ratio: 415/165;
}
.tab-area .tab-wrap .tab:nth-of-type(3)::before{
	background: url(/heroaca_foodshow/image/tab02.webp) no-repeat center/contain;
	aspect-ratio: 415/165;
}
.tab-area .tab-wrap .tab:nth-of-type(2){
	aspect-ratio: 52/33;
}
.tab-area .tab-wrap .tab:nth-of-type(2).active::before{
	background: url(/heroaca_foodshow/image/tab03-on.webp) no-repeat center/contain;
	aspect-ratio: 52/33;
}
.tab-area .tab-wrap .tab:nth-of-type(2)::before{
	background: url(/heroaca_foodshow/image/tab03.webp) no-repeat center/contain;
	aspect-ratio: 52/33;
}
.tab-area .tab-wrap .tab:nth-of-type(4){
	aspect-ratio: 251/101;
}
.tab-area .tab-wrap .tab:nth-of-type(4).active::before{
	background: url(/heroaca_foodshow/image/tab04-on.webp) no-repeat center/contain;
	aspect-ratio: 251/101;
}
.tab-area .tab-wrap .tab:nth-of-type(4)::before{
	background: url(/heroaca_foodshow/image/tab04.webp) no-repeat center/contain;
	aspect-ratio: 251/101;
}
.buttons-b.flex-wrap{

	grid-template-columns: repeat(5,1fr);
	gap:20px 15px;
}
.buttons-b.flex-wrap > button{
	position:relative;
	background: url(/heroaca_foodshow/image/listitem-bg.webp) repeat-y top center / contain;
	aspect-ratio: 614 / 503;
}
.buttons-b.flex-wrap > button:hover{
	animation: chika 0.1s infinite;
}

@keyframes chika{
 0%,100%{
background-position: 0% 0%;
 }	
	20%,70%{
background-position: 50% 5%;
 }	
		30%,80%{
background-position: 0% 5%;
 }	
 50%,90%{
background-position: 100% 5%;
 }	
}
.buttons-b.flex-wrap > button[data-id="52"],.buttons-b.flex-wrap > button[data-id="53"],.buttons-b.flex-wrap > button[data-id="54"],.buttons-b.flex-wrap > button[data-id="55"],.buttons-b.flex-wrap > button[data-id="56"] {
    display: none;
}
.buttons-b.flex-wrap > button figure {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 100%;
}
.buttons-b.flex-wrap > button .modal-bt-design,div#modal .modal-content button.close{
	width: 25%;
	max-width: 67px;
	background: #fcdb1f;
	position: absolute;
	bottom:0;
	right: 0;
	transform: translate(0px,30%);
	aspect-ratio: 1/1;
	border-radius:50%;
	border: 4px solid #000;
}
.buttons-b.flex-wrap > button .modal-bt-design span,div#modal .modal-content button.close span{
	width:70%;
	height: 4px;
	background:#000;
	position:absolute;
	top:50%;
	left:50%;
	transform: translate(-50%,-50%);
}
.buttons-b.flex-wrap > button .modal-bt-design span:last-of-type{
	transform: translate(-50%,-50%) rotate(90deg);
}
.buttons-b.flex-wrap > button{
	padding: 10px 0;
	width:100%;
	height:100%;
}
.buttons-b.flex-wrap > button img{
	width:70%;
	height: 100%;
	object-fit: contain;
	object-position: center;
}
.content-wrap {
	display: none;
	margin: 0px auto;
	opacity: 0;
	transition: all 0.3s ease 0s;
}
.content-wrap.active {
	padding: 35px 20px 0;
	display: block;
	max-width: 1000px;
	margin: 0px auto;
	opacity: 1;
	transition: all 0.3s ease 0s;
	width: 80%;
	position: relative;
	box-sizing: border-box;
}
div#modal {
	opacity: 0;
	display: none;
}
div#modal[aria-hidden="false"] {
	position: fixed;
	top: 0;
	left: 0;
	width: 100vw;
	height: 100vh;
	background: #000000b5;
	display: flex;
	justify-content: center;
	align-items: center;
	opacity: 1;
	z-index: 10000;
}
div#modal .modal-content {
	padding: 52px 73px 60px;
	background: url(/heroaca_foodshow/image/listitem-bg.webp) repeat-y top center / 100%;
	width: 80%;
	height: auto;
	max-width: 639px;
	display: flex;
	justify-content: center;
	align-items: center;
	position: relative;
	z-index: 10;
}
div#modal .modal-content #modal-body {
    height: 65vh;
    padding: 0 20px 20px;
    z-index: 0;
    width: 100%;
}
.limit-text{
	position:absolute;
	top: -12px;
	left: 5%;
	transform: translate(0,-58%);
	text-align:center;
	font-size: 23px;
	line-height: 1.1;
	background: url(
	https://www.tokyu-dept.co.jp/h115215td/dummy/image/limit-text-bg.webp) no-repeat center/contain;
	aspect-ratio: 45/46;
	color: #000;
	width: 33%;
	padding: 33px 0 15px 10px;
	max-width: 90px;
}
.limit-text span{
	font-size:14px;
	letter-spacing:-0.15em
}
.limit-text::before{
	content:"各日";
	display:block;
	font-size:11px;
}
.limit-text::after{
	content:"限定";
	display:block;
	font-size: 16px;
}
div#modal .modal-content .limit-text {
	top:0;
	left: 29px;
	transform: translate(51%,23%);
	z-index: 10000;
}
div#modal .modal-content figure{
	display:flex;
	justify-content:center;
	margin: 0 auto 15px;
	height: 36vh;
	width: 82%;
	position: relative;
	transition: 0.5s;
	opacity:0
}
div#modal[aria-hidden="false"] .modal-content figure{
	opacity:1;
}
div#modal .modal-content p.item-details {
    max-width: 200px;
    position: absolute;
    top: 85%;
    right: 0;
    transform: rotate(5deg) translateX(35%);
    width: 46%;
    height: auto;
    text-shadow: 0 0 11px #000;
    color: #fff;
    font-size: 14px;
}
div#modal .modal-content figure img{
	width:100%;
	height:100%;
	object-fit:contain
}
div#modal .modal-content .heroaca-tokyu_bt{
  margin: 0 auto 0;
  max-width: 200px;
  display: block;
  z-index: 10000;
}
div#modal .modal-content .text-wrap {
    margin: 0 auto;
    color: #fff;
    display: flex;
    justify-content: center;
    max-width: 95%;
}
div#modal .modal-content .heroaca-tokyu_bt a{
    padding: 10px 8px;
    font-size: 13px;
    letter-spacing: 0.05em;
}
div#modal .modal-content .text-wrap .flex-wrap{
	margin: 0 0 20px;
	padding: 0 10px 16px;
	display:grid;
	grid-template-columns: 1fr 145px;
	align-items: center;
	/* border-bottom: 1px solid; */
}
@media screen and (max-width: 768px){
	.map-area{
		padding: 27px 20px 20px 0px;
		position: relative;
		z-index: 10000000;
		margin: 0;
		width: 100%;
		aspect-ratio: unset;
	}
	.map-pinimage-wrap{
		padding: 74px 0 0;
		width: 100vw;
		overflow-x: scroll;
		/* aspect-ratio: 419/832; */
	}
	.map-area::before{
		top:0px;
		left:5px;
	}
	.map-area::after{
		  content:"";
		  display:block;
		  width: 19vw;
		  background:url(/heroaca_foodshow/image/scroll.webp) no-repeat top left/contain;
		  position:absolute;
		  top: 15%;
		  right: 5%;
		  aspect-ratio: 369/86;
		  z-index: -1;
		  max-width: 500px;
		  animation: slidedown 0.3s forwards;
		  transition:0.3s;
	}
	.map-area .map-image{
		padding: 0;
		width: 208vw;
		position: relative;
	}
	figure.map-image.bt-map {
		position: absolute;
		top: -8%;
		right: 3%;
		width: 32%;
		cursor: pointer;
		z-index: 100;
	}
	.buttons-a{
		top:-14%
	}
	div:has(+.now-map){
   transform: rotate(-6deg);
}
	.buttons-a .map-pin{
		width: 12vw;
	}
	.tab-area {
		padding: 0 0 80px;
	}
	.tab-area .tab-wrap{
		margin: 0 auto 20px;
		width: 90%;
		display: grid;
		grid-template-columns: 20% 20% 31% 30%;
		max-width: 500px;
	}
	.tab-area .tab-wrap .tab{
		aspect-ratio:259/172;
		height: auto;
	}
	.tab-area .tab-wrap .tab::before{
		content: "";
		display: block;
		height: 100%;
		aspect-ratio:259/172;
		background: url(/heroaca_foodshow/image/tab01.webp) no-repeat center/contain;
		position: absolute;
		top:0;
		left:0;
		width: 100%;
	}
	#heroaca-tokyu .buttons-b.flex-wrap{
		grid-template-columns: repeat(3,1fr);
		gap: 20px 1px;
	}
	.buttons-b.flex-wrap > button{
		position:relative;
		background: url(/heroaca_foodshow/image/listitem-bg.webp) repeat-y top center / contain;
		aspect-ratio: 614 / 503;
	}
	.buttons-b.flex-wrap > button .modal-bt-design,div#modal .modal-content button.close{
		max-width: 52px;
		right: 9px;
	}
	.buttons-b.flex-wrap > button .modal-bt-design span,div#modal .modal-content button.close span{
		width:70%;
		height: 4px;
		background:#000;
		position:absolute;
		top:50%;
		left:50%;
		transform: translate(-50%,-50%);
	}
	.buttons-b.flex-wrap > button .modal-bt-design span:last-of-type{
		transform: translate(-50%,-50%) rotate(90deg);
	}
	.buttons-b.flex-wrap > button{
		display:flex;
		justify-content:center;
		align-items:center;
		width:100%;
		height:100%;
	}
	.buttons-b.flex-wrap > button img{
		width:70%;
	}
	.content-wrap {
		display: none;
		margin: 0px auto;
		opacity: 0;
		transition: all 0.3s ease 0s;
	}
	.content-wrap.active {
		padding: 0 20px 0;
		margin: 0px auto;
		width: 100%;
	}
	div#modal {
		opacity: 0;
		display: none;
	}
	div#modal[aria-hidden="false"] {
		position: fixed;
		top: 0;
		left: 0;
		width: 100vw;
		height: 100vh;
		background: #000000b5;
		display: flex;
		justify-content: center;
		align-items: center;
		opacity: 1;
		z-index: 1000000000000000;
	}
	div#modal .modal-content {
		padding: 50px 37px 41px;
		width: 98%;
	}
	div#modal .modal-content div#modal-body{
		width: 100%;
		margin: 0 auto;
		padding: 0 0 20px;
	}
	div#modal .modal-content figure{
		height: 30vh;
	}
	div#modal .modal-content p.item-details{
		font-size:10px;
		display: none;
	}
	div#modal .modal-content .text-wrap {
		margin: 10px auto 20px;
	}
	div#modal .modal-content .heroaca-tokyu_bt{
  margin: 14px auto 0;
  box-shadow: 0px 0px 9px rgb(0 181 136);
  width: 85px;
}
	div#modal .modal-content .heroaca-tokyu_bt a{
		padding: 4px 10px;
		font-size: 9px;
	}
	div#modal .modal-content #modal-body {
		overflow-y: scroll;
		}
		div#modal .modal-content .text-wrap .flex-wrap{
	margin: 0 0 11px;
	padding: 0 0px 9px 10px;
	/* display:flex; */
	/* flex-direction:column; */
	grid-template-columns: 1fr 92px;
	gap: 8px;
}
	div#modal .modal-content .limit-text{
		left: 20px;
		top: -8px;
		transform: translate(0, -12%);
		font-size: 1.3rem;
		width: 22%;
		/* min-width:77px; */
		/* display: flex; */
		flex-direction: column;
		align-items: center;
		justify-content: center;
	}
	.limit-text::before,.limit-text::after{
		font-size: 11px;
		margin-top: 0px;
	}
}



/*フォトスポット*/
.heroaca-tokyu_photospot{
	margin: -7% 0 0;
	padding: 134px 39px 17%;
	background: url(/heroaca_foodshow/image/lead-bg.webp) no-repeat center / cover;
	position: relative;
	clip-path: polygon(  100% 5vw,    /* 下右 */  40vw 5vw,     /* 下少し左 */  35vw 0%,     /* 下少し上 */  0% 0%,      /* 下左 */  0% 100%,    /* 上左 */  100% 100%);
}
.heroaca-tokyu_photospot::before{
	background:#fff
}
section.heroaca-tokyu_photospot h2 {
    aspect-ratio: 1215/189;
    background: url(/heroaca_foodshow/image/photo-title.webp) no-repeat center/contain;
    width: 80%;
    margin: 0 auto 90px;
    max-width: 800px;
}
#heroaca-tokyu .heroaca-tokyu_photospot > .flex-wrap {
	grid-template-columns: repeat(2,1fr);
	gap: 50px;
	max-width: 800px;
	margin: 0 auto;
}
#heroaca-tokyu .flex-wrap.photospot{
	grid-template-columns: 52% 1fr;
	max-width: 1000px;
	margin: 70px auto 0;
	gap: 30px;
	align-items: center;
	position: relative;
}
#heroaca-tokyu .flex-wrap.photospot .text-area > p {
    
    font-size: 25px;
    text-align:center;
    background:url(/heroaca_foodshow/image/photospot-text.webp) no-repeat center/contain;
    width: 99%;
    max-width: 400px;
    aspect-ratio: 52/23;
    margin: 0 0 30px;
}
.flex-wrap.photospot .text-area .flex-wrap{
	margin: 0 0 42px;
	grid-template-columns: 100px 1fr;
	align-items: center;
	
}
.flex-wrap.photospot .text-area .flex-wrap dt{
	
}
.flex-wrap.photospot .text-area .flex-wrap dd{
	font-size: 29px;
	letter-spacing: 0.05em;
}
.flex-wrap.photospot .text-area .flex-wrap dd:last-of-type{
	font-size:20px;
}
.flex-wrap.photospot .text-area .flex-wrap dd .md{
	font-size:15px;
}
.flex-wrap.photospot .text-area .flex-wrap dd .date{
	font-size:14px;
	padding: 3px 5px;
	line-height: 1.0;
	border:1px solid;
}
#heroaca-tokyu .flex-wrap.photospot figure {
    padding: 18% 0 0;
    transform: scale(1.2) translateY(-10px);
}
#heroaca-tokyu .flex-wrap.photospot figure span{
	position:relative;
	display:inline-block
}
#heroaca-tokyu .flex-wrap.photospot figure span::before{
	content:"";
	display:block;
	width:8%;
	aspect-ratio:47/78;
	background:url(/heroaca_foodshow/image/photospot-pin.webp) no-repeat center/contain;
	max-width:47px;
	animation:fuwafuwa 1.3s infinite forwards;
	position: absolute;
	top: 0;
	right: 4.2vw;
	z-index: 100;
	opacity: 1;
}
@keyframes fuwafuwa{
	0%,100%{
		transform:translateY(-110%) ;
	}
	50%{
		transform:translateY(-100%)
	}
}
@media screen and (max-width: 768px){
	.heroaca-tokyu_photospot{
	margin: -5vw 0 0;
	padding: 60px 20px 100px;
}
section.heroaca-tokyu_photospot h2 {
    width: 90%;
    margin: 0 auto 40px;
}
#heroaca-tokyu .heroaca-tokyu_photospot > .flex-wrap.photospot{
	grid-template-columns: 1fr;
	max-width: 1000px;
	margin: 20px auto 0;
	gap: 47px;
	align-items: center;
	display: flex;
	height: auto;
	flex-direction: column-reverse;
	position: relative;
}
	#heroaca-tokyu .heroaca-tokyu_photospot > .flex-wrap.photospot::before{
		content:"";
		display:block;
		background:url(/heroaca_foodshow/image/photospot-text.webp) no-repeat center/contain;
		width: 64%;
		aspect-ratio:5/3;
		position:absolute;
		top: -29px;
		left:0;
		z-index: 1;
	}
	#heroaca-tokyu .flex-wrap.photospot .text-area {
		padding: 18px 35px 23px;
		border:1px solid;
		position: relative;
		width: 100%;
		max-width: 500px;
	}
	#heroaca-tokyu .flex-wrap.photospot .text-area::before{
		content:"";
		display:block;
		border-right: 1px solid;
		height: 46px;
		width: 20px;
		position: absolute;
		top: 0;
		right: 40px;
		transform: translateY(-100%);
		background: #222627;
		background: linear-gradient(180deg, rgb(34 39 40) 47%, rgb(37 42 43) 100%);
	}
#heroaca-tokyu .flex-wrap.photospot .text-area > p {
    
    font-size: 18px;
    margin: 0 0 53px;
    display: none;
}
	#heroaca-tokyu .flex-wrap.photospot .text-area::after{content:"";display:block;border-right: 1px solid;height: 50px;width: 24px;position: absolute;top: -2px;right: 49px;transform: translateY(-100%) rotate(23deg);}
#heroaca-tokyu .flex-wrap.photospot .text-area > p {
    
    font-size: 18px;
    margin: 0 0 53px;
    display: none;
}
#heroaca-tokyu .flex-wrap.photospot .text-area .flex-wrap{
	margin: 0 0 12px;
	grid-template-columns: 1fr;
	align-items: center;
	
	gap: 11px 5px;
}
.flex-wrap.photospot .text-area .flex-wrap dt{
	
	font-size: 14px;
	border-bottom: 1px solid;
	padding: 0 0 0 5px;
}
.flex-wrap.photospot .text-area .flex-wrap dd{
	font-size: 22px;
	letter-spacing: 0.05em;
	margin: 0 0 11px;
}
.flex-wrap.photospot .text-area .flex-wrap dd:last-of-type{
	font-size: 15px;
}
.flex-wrap.photospot .text-area .flex-wrap dd .md{
	font-size: 13px;
}
.flex-wrap.photospot .text-area .flex-wrap dd .date{
	font-size:14px;
	padding: 3px 5px;
	line-height: 1.0;
	border:1px solid;
}
	#heroaca-tokyu .heroaca-tokyu_photospot > .flex-wrap.photospot .figure-area {
    width: 100%;
    display: flex;
    justify-content: flex-end;
}
#heroaca-tokyu .heroaca-tokyu_photospot > .flex-wrap.photospot .figure-area figure {
    transform: scale(1.2) translateY(0px);
}
	.flex-wrap.photospot .text-area .heroaca-tokyu_bt{
		margin-top:10px;
		width: 100%;
		max-width: 300px;
	}
.flex-wrap.photospot .text-area .heroaca-tokyu_bt a{
		padding: 8px 13px 12px;
		line-height: 1.2;
	}
		#heroaca-tokyu .heroaca-tokyu_photospot > .flex-wrap{
		gap:0;
		height: 350px;
		position: relative;
	}
	section.heroaca-tokyu_photospot figure.photospot-img {
	max-width: 1000px;
	margin: 0 auto;
	width: 100%;
	display: flex;
	justify-content: center;
	animation: kuru 5s infinite;
	position: absolute;
	top: 0%;
	height: 100%;
	}
#heroaca-tokyu .flex-wrap.photospot figure span::before{

	right: 12%;
}
	#heroaca-tokyu section.heroaca-tokyu_photospot figure.photospot-img img{
		height:100%;
		object-fit:contain;
		object-position: center;
	}
section.heroaca-tokyu_photospot figure.photospot-img:nth-of-type(2){
    animation: kuru02 5s infinite;
    opacity:0;
    animation-delay: 0.3s;
  }


}
@keyframes kuru{
    0%{
      opacity:0.5;
      transform: rotateY(-90deg);
    }
    8%{
      opacity:1;
      transform: rotateY(0);
    }
    42%{
      opacity:1;
      transform: rotateY(0);
    }
    50%{
      opacity:0;
      transform: rotateY(-90deg);
    }
    100%{
      opacity:0;
      transform: rotateY(-90deg);
    }
  }
  @keyframes kuru02{
    0%{
      opacity:0;
      transform: rotateY(-90deg);
    }
    40%{
      opacity:0;
      transform: rotateY(-90deg);
    }
    50%{
      opacity:1;
      transform: rotateY(0);
    }
    92%{
      opacity:1;
      transform: rotateY(0);
    }
    100%{
      opacity:0;
      transform: rotateY(-90deg);
    }
  }


footer .other-link {
    margin: 0 0 50px;
    
}

footer {
    background: #000;
    border: none;
    padding: 50px 30px;
    text-align: center;
}
footer .other-link {
    margin: 0 0 50px;
    
}
footer .other-link figure {
    max-width: 800px;
    margin: 58px auto 0;
    width: 97%;
    box-shadow: 0 0 35px #21b1a0;
    padding: 20px 50px;
    box-sizing: border-box;
    border-radius: 30px;
	transition:0.3s;
}
footer .other-link:hover figure{
    box-shadow: 0 0 35px #2cedd6;
}
footer .other-link figure p {
    width: 330px;
    text-align: center;
    margin: 0 auto;
    position:relative;
}
footer .other-link figure p::before,footer .other-link figure p::after {
    content: "";
    display: block;
    width: 2px;
    height: 30px;
    background: #fff;
    transform: rotate(
69deg) translateY(98%) translateX(100%);
    position: absolute;
    right: 0;
    bottom: -15px;
}
footer .other-link figure p::after {
    content: "";
    display: block;
    width: 2px;
    height: 30px;
    background: #fff;
    transform: rotate(-69deg) translateY(-100%) translateX(100%);
    position: absolute;
    top: -17px;
    right: 0;
}
footer .other-link figure img {
    width: 400px;
    margin: 0 auto;
}

footer .other-link figure a {
    display: grid;
    grid-template-columns: 330px 1fr;
    gap: 50px;
    align-items: center;
}
footer > p{
	font-size:11px
}
@media screen and (max-width: 768px){
	footer .other-link {
    margin: 0 0 50px;
    
  }
  footer {
    padding: 20px 20px 30px;
  }
  footer .other-link {
    margin: 0 0 50px;
    
  }
	footer .other-link figure{
    padding: 30px 20px 30px;
}
	footer .other-link figure a {
    grid-template-columns: 1fr;
    gap: 17px;
    align-items: center;
    justify-content:center
  }
	footer .other-link figure p{
		width:100%;
		max-width: 280px;
	}
	footer .other-link figure p::before,footer .other-link figure p::after {
    content: "";
    display: block;
    width: 2px;
    height: 30px;
    background: #fff;
    transform: rotate(-45deg) translateY(98%) translateX(100%);
    left: -16px;
    bottom: 0;
}
footer .other-link figure p::after {
    transform: rotate(45deg) translateY(100%) translateX(-100%);
    position: absolute;
    top: auto;
    bottom:0;
    right: -16px;
    left:auto
}
footer .other-link figure img {
    width: 77%;
    margin: 0 auto;
}
	footer > p{
	font-size:10px
}
}


#access-wrap{
  margin: -11% 0 0;
  padding: 135px 20px 90px;
  background: url(/heroaca_foodshow/image/allitem-title-bg.webp) no-repeat center / cover;
  color: #fff;
  position: relative;
	clip-path: polygon(  100% 5vw,    /* 下右 */  40vw 5vw,     /* 下少し左 */  35vw 0%,     /* 下少し上 */  0% 0%,      /* 下左 */  0% 100%,    /* 上左 */  100% 100%);
}
#access-wrap::before{
	content:"";
	display:block;
	width:100%;
	height:100%;
	position:absolute;
	top:0;
	left:0;
	background:#00000057;

}
#access-wrap h3 {
    background: url(/heroaca_foodshow/image/access-title.webp) no-repeat center/contain;
    aspect-ratio: 829/333;
    width: 70%;
    margin: 0 auto 20px;
    max-width: 500px;
	position:relative
}
#access-wrap iframe {
   width:100%;
  height:100%;
    display: block;
	position:relative
}
#access-wrap .flex-wrap{
  max-width: 1000px;
  margin:0 auto;
  gap: 30px;
  grid-template-columns: 400px 1fr;
  align-items: center;
}
.map-google {
    width: unset;
    height: 300px;
}
#access-wrap p{
  font-size: 17px;
  position: relative;
  z-index: 10;
}
#access-wrap p a{
  color:#fff
}
#access-wrap p span.ex{
  margin: 0 0 5px;
  display: block;
  font-size: 22px;
  
}
#access-wrap p span.sub-title {
	
	margin: 0 0px 4px 0;
	border-bottom: 2px solid;
	letter-spacing: 0.1em;
	display: block;
}
#access-wrap p:nth-of-type(n+2) {
    margin-top: 20px;
}
@media screen and (max-width:768px){
  #access-wrap{
    margin: -6vw 0 0;
    padding: 50px 20px 80px;
    background: url(/heroaca_foodshow/image/allitem-title-bg.webp) no-repeat center / cover;
    color: #fff;
  }
   #access-wrap .section-lead h3{
     color:#fff;
     max-width: 480px;
   }
	#access-wrap .flex-wrap{
  grid-template-columns: 1fr;
  justify-content: center;
}
    .map-google {
    width: 100%;
    height: 300px;
    max-width: 480px;
    margin: 0 auto;
  }
  #access-wrap .section-lead {
    margin:0 0 30px
  }
  #access-wrap p{
    font-size: 17px;
    width:100%
  }
  #access-wrap p span{
      margin: 0 0 17px;
      display: block;
      font-size: 20px;
  }
	#access-wrap p span.sub-title{
		font-size: 16px;
		display: block;
		margin: 0 0 10px;
		padding: 0 0 0 5px;
		letter-spacing: 0.1em;
	}
}

.scroll-wrap,
#collabo-drink,
#collabo-food {
  pointer-events: auto;
}
.pin-spacer {
  pointer-events: none;
}
.pin-spacer * {
  pointer-events: auto;
}

.fade-up,.scale,.slide-right,.slide-left,.slide-down {
  opacity: 0;
  transform: translateY(80px);
  transition:
    opacity 0.8s ease-out,
    transform 0.4s ease-out;
  will-change: opacity, transform;
}
.scale{
  transform: scale(0);
}
.slide-right{
  transform: translateX(80px);
}
.slide-left{
  transform:  translateX(-80px);
}
.slide-down{
  transform:  translateY(-80px) scale(0.8);
}
.fade-up.is-visible {
  opacity: 1;
  transform: translateY(0);
}
#heroaca-tokyu .heroaca-tokyu_food .collabo-wrap .item-food > span.fade-up{
 transform: translateY(80px) skewY(-3deg);
}
#heroaca-tokyu .heroaca-tokyu_food .collabo-wrap .item-food > span.fade-up.is-visible{
  transform: translateY(0) skewY(-3deg);
}
.scale.is-visible{
  opacity: 1;
  transform: scale(1);
}
.slide-right.is-visible,.slide-left.is-visible{
  opacity: 1;
  transform: translateX(0px);
}
.slide-down.is-visible{
  opacity: 1;
  transform: translateY(0px) scale(1);
}


/* 遅延用（JSいらず） */
.fade-up.delay {
  transition-delay: 0.2s;
}
.fade-up.delay02 {
  transition-delay: 0.4s;
}
@media screen and (max-width: 768px){
	.fade-up.delay {
  transition-delay: 0;
}
.fade-up.delay02 {
  transition-delay: 0;
}
}
.mv-img-wrap {
    animation: fuwa 0.5s forwards;
}
@keyframes fuwa{
    0%{
        opacity:0
    }
    100%{
        opacity:100%
    }
}



