/*-------------------------------
---main
-------------------------------*/

main {
background:#fef4d1;
  background-size: contain;
}


/*-------------------------------
---.hero
-------------------------------*/

.hero::before {
background-image: url(../image/lp/wakuwaku-2025/frame_hero.svg);}

.hero .section_inner {
  padding-bottom: min(3.5vw, 4.45rem);
}

.hero .event-summary {
  padding-left: 17.5%;
  padding-right: 17.5%;
}

.hero .wrap_contents {
  position: relative;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  align-items: center;
  grid-column-gap: 3em;
}

.hero .wrap_contents::before {
  content: '';
  position: absolute;
  top: 0;
  left: 50%;
  display: block;
  width: 0.1rem;
  height: 100%;
  background-color: #231815;
}

.hero .event-date {
  padding-left: 0;
  padding-right: 0;
  margin-bottom: 0;
}

.hero .lead-copy {
  font-size: min(1.4rem, (calc(10 / 520) * 100vw));
  text-align: left;
}

.hero .tenkenkun {
  bottom: -7%;
  left: -2.5%;
  width: 17.5%;
}


/*-------------------------------
---.boothes
-------------------------------*/

/*--.boothes {
  margin-top: max(-10vw, -12.5rem);
}--*/

.list_booth {
  grid-template-columns: repeat(2, 1fr);
}

#curry {
padding-right: 0;
margin-top: 7%;
margin-bottom: 11%;}

#kitchencar {
top: min(23.5vw, 6.5rem);
left: 25%;
width: 43%;}

#noodles {
  top: min(9.5vw, 10.2rem);
  left: 42.5%;
  width: 11%;
}

#amusement {
  padding-left: 0;
  margin-top: 0;
}

#touch {
  grid-column: 1/3;
  grid-row: 2/3;
  margin-top: max(-3.6vw, -3.7rem);
  margin-left: 3.7%;
  margin-right: 4.7%;
}

#touch .wrap_contents {
  position: relative;
  height: min(22vw, 23.76rem);
  background-image: url(../image/lp/wakuwaku-2023/carpet_touch.svg);
  padding: 0;
  margin-bottom: min(3.87vw, 4.3rem);
}

#touch .list_contents {
  display: block;
}

#touch .list_contents .item {
  position: absolute;
}

#touch .list_contents .item:nth-child(1) {
top: 12%;
left: 2%;
width: 52%;}

#touch .list_contents .item:nth-child(2) {
bottom: -2%;
left: 1%;
width: 37%;}

#touch .list_contents .item:nth-child(3) {
bottom: 1%;
left: 36%;
width: 34%;}

#touch .list_contents .item:nth-child(4) {
top: -7%;
right: 1%;
width: 45%;}

#touch .list_contents .item:nth-child(5) {
bottom: -5%;
right: -4.5%;
width: 35%;}

#touch .list_contents .item:nth-child(6) {
  bottom: 5%;
  right: -2%;
  width: 30%;
}

#maintenance {
  grid-column: 1/3;
  grid-row: 3/4;
  grid-template-columns: 1fr 4.8fr;
  align-items: end;
  margin-top: 0;
  margin-left: 3.7%;
}

#maintenance .wrap_contents {
  background-image: url(../image/lp/wakuwaku-2023/carpet_maintenance.svg);

}

#maintenance .list_contents {
grid-template-columns: repeat(2, 1fr);
align-items: start;
padding: 0 5% 4%;}

#maintenance .list_contents .item img {
  transform: scale(1.1);
  -webkit-transform: scale(1.1);
  -ms-transform: scale(1.1);
}

#maintenance .list_contents .item:first-child {
  transform: translate(0, 6%);
  -webkit-transform: translate(0, 6%);
  -ms-transform: translate(0, 6%);
}

#maintenance .list_contents .item:last-child {
  margin-top: 0;
}

#kitchencar-list {
  grid-column: 1/3;
  grid-row: 4/5;
  padding: 5em 5% 15% 5%;
  margin-top: 3em;
}

#kitchencar-list .booth-name {
  width: 82.5%;
  margin-bottom: 0;
}

#kitchencar-list .wrap_contents {
  background-image: url(../image/lp/wakuwaku-2023/carpet_kitchencar-list.svg);
  padding: max(8%, 9rem) max(5%, 5rem) max(3%, 3rem);
  margin-top: -13.5%;
}

#kitchencar-list .list_contents {
  grid-template-columns: repeat(auto-fit, minmax(15rem, 1fr));
  grid-gap: 0.75em 1em;
}

#kitchencar-list .attention {
  text-align: right;
}


/*-------------------------------
---.map
-------------------------------*/

.map_seamless{
background-image: url(../image/lp/wakuwaku-2025/carpet_map_bk.svg);
background-repeat: no-repeat;
background-size: cover;
width:100%;
height:138px;
margin:0 0 0 0;
position:relative;
z-index:2;
margin:-138px 0 0 0;}

.map .section_inner {
  position: relative;
}

.map .event-name {
z-index:2;
  width: 60%;
  margin-top: -5%;
}

.map .wide-area {
  position: absolute;
  top: 0;
  right: 0;
  z-index: var(--z-index-low);
  width: 38.5%;
}

.map .address {
  text-align: right;
  margin-left: 45%;
}

.map .address dt {
  font-size: 1em;
}

.map .address dd {
  font-size: 1.2rem;
}

.map .tenkenkun-attention {
  margin-left: 45%;
}


/*-------------------------------
---.management
-------------------------------*/

.management {
  margin-top: 5em;
}