
@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 0 5px;
	font-weight: 600;
	font-size: 14px;
}
.text-wrap .item-text{
	margin: 0 0 4px;
	font-size: 17px;
}
.text-wrap .item-text span{
	margin:0 0 0 8px;
	padding:2px 5px;
	font-size:11px;
	display:inline-block;
	border:1px solid;
}
.text-wrap .item-price{
	text-align: right;
	font-size: 11px;
	font-weight: 600;
}
.text-wrap .item-price .size{
	font-size:15px;
	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 .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.floor-text {
	position: relative;
	padding-left: 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{
	padding:15px 20px;
	display: block;
	width: 100%;
	text-align: center;
	font-weight: 600;
	font-size: 18px;
	background: #fff;
	color: #000;
	display: inline-block;
	padding: 0.5em 1em;
	text-decoration: none;
	font-weight: bold;
	border-radius: 4px;
	color: rgb(255 255 255 / 94%);
	text-shadow: 1px 1px 1px rgb(0 0 0);
	background: #000000;
}
.heroaca-tokyu_bt a span{
	font-size: 11px;
}
@media screen and (max-width:768px){
	#heroaca-tokyu{
		font-size:14px;
	}
	.text-wrap .brand-name{
		font-size: 13px;
		line-height: 1.0;
	}
	.text-wrap .item-text{
		margin: 0 0 4px;
		font-size: 15px;
	}
	.text-wrap .item-price{
		margin-top:10px;
		font-size: 13px;
		line-height: 1.2;
	}
	.text-wrap .item-price span.price-outin{
		font-size:11px
	}
	.text-wrap .item-price .size{
		font-size: 14px;
		margin-right:10px;
	}
	.text-wrap .item-price span.price{
		font-size: 19px;
	}
	.text-wrap .item-price span.price span{
		font-size: 18px;
	}
	.text-wrap .item-price::after{
		font-size: 6px;
	}
	.text-wrap p.floor-text {
		font-size:11px
	}
	.heroaca-tokyu_bt{
		width: 90%;
	}
	.heroaca-tokyu_bt a{
		font-size: 16px;
	}
	.pc-only {
		display: none;
	}
}


/*ヘッダー*/
#heroaca-tokyu header{
	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{
	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;

  /* 初期位置：右に待機 */
  transform: translateX(100%);
  will-change: transform;
}

#heroaca-tokyu .heroaca-tokyu_stecker .lead-slide-wrap > P{
	
	font-size: 26px;
	letter-spacing: 0.1em;
	text-align: center;
}
#heroaca-tokyu .heroaca-tokyu_stecker .lead-slide-wrap > P span{
	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: 15px;
	}
	#heroaca-tokyu .heroaca-tokyu_stecker .lead-slide-wrap > P span{
		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%
	}
}

/*対象商品*/
section.heroaca-tokyu_food {
    position: relative;
    margin: -5vw 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: 50vh;
}
section.heroaca-tokyu_food > h2::before{
	content:"";
	display:block;
	width:100%;
	height:100%;
	background:url(/heroaca_foodshow/image/allitem-title-bg.webp) no-repeat center / cover;
    z-index:-1;
}
section.heroaca-tokyu_food > h2::after{
	content:"";
	display:block;
	width:90%;
	background: url(/heroaca_foodshow/image/allitem-title.webp) no-repeat center / contain;
	z-index:1;
	visibility:visible;
	position: absolute;
	aspect-ratio: 1431/590;
	top: 43%;
	left: 50%;
	transform: translateX(-50%) translateY(-50%);
	max-width:600px
}
#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(/heroaca_foodshow/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(/heroaca_foodshow/image/food-title.webp) no-repeat center/contain;
}
#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(/heroaca_foodshow/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(/heroaca_foodshow/image/item-bg-drink02.webp) repeat-y top center/cover;
	padding: 218px 10px 150px;
}
#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(/heroaca_foodshow/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: 77%;
}
#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/ochaco-bg.webp) no-repeat top center/100%;
	top: -4%;
	right: -84px;
	left: auto;
	aspect-ratio: 508/779;
	height: 109vh;
	width: auto;
	max-width: 147%;
	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%;
	font-weight: 600;
	background: url(/heroaca_foodshow/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(/heroaca_foodshow/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;
}
#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(/heroaca_foodshow/image/item-bg-kageyamarou.webp) no-repeat center/cover;
	position: relative;
	display: flex;
	justify-content: center;
	align-items: center;
	overflow: hidden;
	z-index: 21;
}
.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;
	width: 15vw;
	color: #000;
	padding: 18px;
	top: -7%;
	right: 5%;
	background: url(/heroaca_foodshow/image/bakugo-comment.webp) no-repeat center / contain;
	aspect-ratio: 277/159;
	width: 22vw;
	/* max-width: 190px; */
}
.food-area > .item-food .text-wrap{
	width: 40%;
	max-width: 386px;
	padding: 20px 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: -11%;
	background: url(/heroaca_foodshow/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: -11%;
	right: auto;
	left: 0;
	background: url(/heroaca_foodshow/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: -7%;
	right: auto;
	left: 0%;
	background: url(/heroaca_foodshow/image/ochako-comment.webp) no-repeat center / contain;
	aspect-ratio: 43/25;
	width: 17vw;
	max-width: 190px;
}
#heroaca-tokyu .heroaca-tokyu_food .collabo-wrap .item-food:nth-of-type(3){
	background: url(/heroaca_foodshow/image/item-bg-food03.webp) repeat-y top center/cover;
}
@media screen and (max-width: 780px){
	section.heroaca-tokyu_food > h2{
		height:30vh
	}
	#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(/heroaca_foodshow/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(/heroaca_foodshow/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;
}
#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(/heroaca_foodshow/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(/heroaca_foodshow/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(/heroaca_foodshow/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(/heroaca_foodshow/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: 112%;
		top: -2%;
		left: -37%;
	}

	#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: 108%;top: -7%;}

	#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: -21%;
		max-width: 521px;
		width: 115%;
		top: -3%;
	}
	#heroaca-tokyu .heroaca-tokyu_food .collabo-wrap .item-food:nth-of-type(1)::before{
		width:130%;
		top:-2%;
		left: -20%;
		max-width: 500px;
	}
	#heroaca-tokyu .heroaca-tokyu_food .collabo-wrap .item-food:nth-of-type(3)::before{
		background: url(/heroaca_foodshow/image/ochaco-bg.webp) no-repeat top center/contain;
		top: -6%;
		right: 0;
		left: auto;
		width: 143%;
		max-width: 200%;
		aspect-ratio: 508/779;
	}
	.collabo-wrap li figure, .collabo-wrap .item-drink figure{
		position:relative;
		width: 77%;
		margin: 0 auto 11px;
	}
	.collabo-wrap li .text-wrap, .collabo-wrap .item-drink .text-wrap, .food-area > .item-food .text-wrap{
		padding: 16px 8% 5px 11%;
		width: 102%;
		max-width: 336px;
		transform: translateX(-5px);
	}
	.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(/heroaca_foodshow/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: 283/216;
	}
	.collabo-wrap li figure img{
		width: 100%;
		height: 100%;
		object-fit: contain;
	}
	.food-area > .item-food{
		padding: 96px 0 53px;
		height: 100vh;
	}
	.food-area > .item-food > span {
		flex-direction: column;
		gap: 20px;
	}
	.food-area > .item-food > span::before{
		width: 140%;
		top: -25%;
		left: -25%;
		max-width: 600px;
	}
	.food-area > .item-food figure{
		position: relative;
		\: /;
		width: 72%;
	}
	.food-area > .item-food figure img{
		height:100%;
		object-fit:contain;
	}
	p.item-explaination {
		position: absolute;
		background: url(/heroaca_foodshow/image/item-coment-text.webp) no-repeat center/contain;
		aspect-ratio:267/161;
		color: #000;
		padding: 18px;
		top: 10%;
		left: 5%;
		width: 33vw;
	}
	.food-area > .item-food .text-wrap{
		transform: none;
		left: auto;
		bottom: auto;
		width: 80%;
		max-width: 386px;
		padding: 20px 35px 20px 48px;
		position: relative;
	}
	#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: 4%;
		left: -6%;
	}
	#heroaca-tokyu .heroaca-tokyu_food .collabo-wrap .item-food:nth-of-type(3) p.item-explaination{
		top: -11%;
		right: auto;
		left: -8%;
	}
	#heroaca-tokyu .heroaca-tokyu_food .collabo-wrap .item-food:nth-of-type(3){
		background: url(/heroaca_foodshow/image/item-bg-food03.webp) repeat-y top center/cover;
	}
}







/*地図*/
.map-area{
	padding: 200px 20px 150px;
	position: relative;
	aspect-ratio: 1413/830;
}

.buttons-a{
  position: absolute;
  inset: 0;
}
.buttons-a .map-pin {
  position: absolute;
  transform: translate(-50%, -50%);
  cursor: pointer;
  border: none;
  background: none;
  padding: 0;
  z-index: 5;
  width: 50px;
  background: url(/heroaca_foodshow/image/pin01.webp) no-repeat center top 5px/contain;
  aspect-ratio: 151/198;
}
#heroaca-tokyu .buttons-a .map-pin figure{
	width:80%;
	margin:0 auto;
	height: 57%;
}
#heroaca-tokyu .buttons-a .map-pin img{
	width:100%;
	height:100%;
	object-fit:contain
}
img:has(+.buttons-a.flex-wrap.underground){
   padding-top:50px
}
.buttons-a.flex-wrap::before{
  content:"";
  display:block;
  width: 46vw;
  background:url(/heroaca_foodshow/image/b1mapbg.webp) no-repeat top left/contain;
  position:absolute;
  top:0;
  left:0;
  aspect-ratio: 1099/726;
  z-index: -1;
  transform: translateY(-50%);
}
.buttons-a.flex-wrap.firstfloor::before{
  background:url(/heroaca_foodshow/image/1fmapbg.webp) no-repeat top left/contain;
}
.map-area .map-image{
	width: 78vw;
	position: relative;
}
figure.map-image.bt-map {
	position: absolute;
	top: 0;
	right: 0;
	width: 31%;
	cursor: pointer;
}
.tab-area {
	padding: 50px 0 0;
}
.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/taboff-bt-all.webp) no-repeat center/contain;
	position: absolute;
	top:0;
	left:0;
}
.tab-area .tab-wrap .tab.active::before{
	background: url(/heroaca_foodshow/image/tab-bt-all.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/tab-bt-sweets.webp) no-repeat center/contain;
	aspect-ratio: 415/165;
}
.tab-area .tab-wrap .tab:nth-of-type(3)::before{
	background: url(/heroaca_foodshow/image/taboff-bt-sweets.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/tab-bt-deli.webp) no-repeat center/contain;
	aspect-ratio: 52/33;
}
.tab-area .tab-wrap .tab:nth-of-type(2)::before{
	background: url(/heroaca_foodshow/image/taboff-bt-deli.webp) no-repeat center/contain;
	aspect-ratio: 52/33;
}
.tab-area .tab-wrap .tab:nth-of-type(4){
	aspect-ratio: 119/55;
}
.tab-area .tab-wrap .tab:nth-of-type(4).active::before{
	background: url(/heroaca_foodshow/image/tab-bt-collabo.webp) no-repeat center/contain;
	aspect-ratio: 251/101;
}
.tab-area .tab-wrap .tab:nth-of-type(4)::before{
	background: url(/heroaca_foodshow/image/taboff-bt-collabo.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 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;
}
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: 37px 73px;
	background: url(/heroaca_foodshow/image/listitem-bg.webp) repeat-y top center / contain;
	width: 80%;
	height: 77vh;
	max-width: 639px;
	display: flex;
	justify-content: center;
	align-items: center;
	position: relative;
	z-index: 10;
}
div#modal .modal-content #modal-body {
    height: 100%;
    padding: 0 20px;
    position: relative;
    z-index: 0;
    width: 100%;
}
.limit-text{
	position:absolute;
	top:0;
	left: 20px;
	transform: translate(0,-58%);
	font-weight:600;
	text-align:center;
	font-size: 23px;
	line-height: 1.1;
	background: url(
	/heroaca_foodshow/image/limit-text-bg.webp) no-repeat center/contain;
	aspect-ratio: 45/46;
	color: #000;
	width: 90px;
	padding: 33px 0 15px 10px;
}
.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: 0px;
	transform: translate(-28%,-11%);
	z-index: 10;
}
div#modal .modal-content figure{
	display:flex;
	justify-content:center;
	margin: 0 auto 15px;
	height: 40vh;
	width: 100%;
	position: relative;
	transition: 0.5s;
	opacity:0
}
div#modal[aria-hidden="false"] .modal-content figure{
	opacity:1;
}
div#modal .modal-content figure img{
	width:100%;
	height:100%;
	object-fit:contain
}
div#modal .modal-content .text-wrap {
    margin: 10px auto 20px;
}
div#modal .modal-content .heroaca-tokyu_bt a{
    padding: 6px 10px;
    font-size: 15px;
    letter-spacing: 0.05em;
}
@media screen and (max-width: 768px){
	.map-area{
		padding: 100px 20px 20px 0px;
		aspect-ratio: 1413/830;
		position: relative;
		z-index: 10000000;
	}
	.map-pinimage-wrap{
		padding: 74px 0 0;
		width: 100vw;
		overflow: scroll;
	}
	.map-area .map-image{
		padding: 0;
		width: 150vw;
		position: relative;
	}
	figure.map-image.bt-map {
		position: absolute;
		top: 0;
		right: 0;
		width: 31%;
		cursor: pointer;
	}
	.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%;
	}
	.tab-area .tab-wrap .tab{
		height: 8vh;
		aspect-ratio:259/172;
		width: 100%;
	}
	.tab-area .tab-wrap .tab::before{
		content: "";
		display: block;
		height: 100%;
		aspect-ratio:259/172;
		background: url(/heroaca_foodshow/image/taboff-bt-all.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: 20px 55px 50px;
		width: 98%;
	}
	div#modal .modal-content div#modal-body{
		width: 100%;
		margin: 0 auto;
	}
	div#modal .modal-content figure{
		height: 221px;
	}
	div#modal .modal-content .text-wrap {
		margin: 10px auto 20px;
		color: #fff;
	}
	div#modal .modal-content .heroaca-tokyu_bt a{
		padding: 9px 10px;
		font-size: 13px;
	}
	div#modal .modal-content #modal-body {
		overflow-y: scroll;
　　}
	div#modal .modal-content .limit-text{
		left:20px;
		top:20px;
		position: relative;
	}
}


/*フォトスポット*/
.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-weight: 600;
    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: 468/113;
    margin: 0 0 30px;
}
.flex-wrap.photospot .text-area .flex-wrap{
	margin: 0 0 42px;
	grid-template-columns: 100px 1fr;
	align-items: center;
	font-weight: 600;
}
.flex-wrap.photospot .text-area .flex-wrap dt{
	font-weight: 600;
}
.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 {
    transform: scale(1.2) translateY(-10px);
}
@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: 52%;
		aspect-ratio:5/3;
		position:absolute;
		top: 20px;
		left:0;
		z-index: 1;
	}
	#heroaca-tokyu .flex-wrap.photospot .text-area {
		padding: 19px 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: #272b2c;}
#heroaca-tokyu .flex-wrap.photospot .text-area > p {
    font-weight: 600;
    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-weight: 600;
    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;
	font-weight: 600;
	gap: 11px 5px;
}
.flex-wrap.photospot .text-area .flex-wrap dt{
	font-weight: 600;
	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 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;
    font-weight: 600;
}

footer {
    margin: -2px 0 0;
    background: #000;
    border: none;
    padding: 50px 30px;
    text-align: center;
}
footer .other-link {
    margin: 0 0 50px;
    font-weight: 600;
}
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;
}
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;
    font-weight: 600;
  }
  footer {
    padding: 20px 20px 30px;
  }
  footer .other-link {
    margin: 0 0 50px;
    font-weight: 600;
  }
	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;
  font-weight: 600;
}
#access-wrap p span.sub-title {
	font-weight: 600;
	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;
	}
}



