@charset "UTF-8";
/*/  フォント読み込み */
@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@100..900&family=Reddit+Sans+Condensed:wght@200..900&display=swap");
@import url("https://fonts.googleapis.com/icon?family=Material+Icons");

a{
  text-decoration: none;}
a:link{
  color:#000000;
}
a:visited{
  color:#888888;
}

/*文字サイズ*/
:root {
  --size-XL:clamp(1.375rem, 1.148rem + 1.14vw, 2rem);
  --size-L:clamp(1rem, 0.864rem + 0.68vw, 1.375rem);
  --size-M:clamp(0.875rem, 0.784rem + 0.45vw, 1.125rem);
  --size-S:clamp(0.625rem, 0.489rem + 0.68vw, 1rem);
}


/*/ フォントとベースカラーをリセット */
body:not(.v-icon) *{
  font-family: "Noto Sans JP", sans-serif !important;
  font-weight: inherit;
} 
.base-background-color{
  background-color:transparent !important;
}
.widget-header__border{
  border-color:transparent !important;
}
.v-icon.v-icon{
  font-family: "Material Icons" !important;
}
body:has(.web-page__title):not(.v-icon) *{
  font-weight: 400;
}


/*/ボタンのスタイル/*/
.ff_btn{
  padding: 5px 20px;
  margin-top: 10px;
  background: #ffffff;
  color: #000000;
  border: 2px solid #000000;
  border-radius: 9999px;
  font-weight: 700 !important;
  width: fit-content;
  margin:10px auto;
}

.v-application--wrap * .widget__button__event * .v-btn__content {
margin-top: 10px;
color: #000000;
font-weight: 700 !important;
width: fit-content;
margin:10px auto;
background: transparent;
}

@media screen and (min-width: 851px) {
  .v-application--wrap * .widget__button__event * .v-btn__content {
    padding: 5px 20px;
    margin-top: 10px;
    background: #ffffff;
    border: 2px solid #000000;
    border-radius: 9999px;
    font-weight: 700 !important;
    margin:10px auto;
  }
}


#app:has(.float_menu_wrap) * .portal-event-top{
  display: none;
}

#app:has(.float_menu_wrap) * .portal-top-button{
  display: none;
}

@media screen and (max-width: 850px) {
  .top-button__wrap{
      bottom: 70px;
  }
}

/*要素間の間が大きいので、まとめて小さく*/
div.html__wrap {
  margin-top:20px  !important;
}

/*ステージの画像を隠す*/
.booth-image__card {
  display: none;
}
.booth-card__image {
  display: none;
}

/*/1つめのウェブリンクのレイアウト*/
.widget__wrap > div > section:has(.web-link__wrap):nth-last-child(1){
  position: relative;
}
.widget__wrap > div > section:has(.web-link__wrap):nth-last-child(1):before {
  background: #ffc0e7;
  border-radius: 0px 50px 50px 0;
  border: #ffffff 0px solid;
  padding: 50px 1px;
  /* margin-left: -20px; */
  width: 100%;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.3);
  content: "";
  position: absolute;
  left: 0;
  width: 95%;
  bottom: 0%;
  height: 100%;
}
  
.container.widget-header  .widget-title__wrap{
  padding: 0;
  margin-top: 0;
}
.container.widget-header .widget-title__text>h2{
  font-weight: 900 !important;
  font-size: var(--size-XL) !important;
  padding-top: 20px;
  position: relative;
}
.container.widget-header .widget-title__text>h2:before{
  font-size: 40px;
  padding-right: 5px;
  color:#E70012;
  font-family: "Material Icons";
  content:"\e545"; /*/ お花　/*/
}
.widget-header__row.row{
  display: block;
}
.v-application--wrap.widget__bottom.v-btn{
  background: #ffffff;
}
.v-application--wrap .v-btn__content{
  background: #ffffff;
  color:#000000;
}
.v-application--wrap:not(:has(.booth-list__wrap)) .v-btn>.v-btn__content .v-icon{
  display: none;
}

.v-application--wrap .widget-header__button{
  display: none;
}

.web-link__wrap .card_contents__info_title > p{
  font-size: var(--size-L);
  font-weight: 700 !important;
}


@media screen and (max-width: 850px) {
.v-application--wrap .widget__button__event button{
  border: 1px solid #000 !important;
  background: #ffffff !important;
  box-shadow: none !important;
  color:#000000 !important;
   }
   .v-application--wrap .v-btn__content{
    border: none;
   }
}

@media screen and (min-width: 851px) {
  .v-application--wrap .widget__button__event{
      display: inline-flex;
  }
  .v-application--wrap .widget__button__event * .v-btn__content{
  padding: 10px;
  border-radius: 5px;
  width: 15em;
  }
}

/* 開催概要 */

.about{
  text-align: center;
  margin-bottom:20px;
}
.about h1{
  font-size:clamp(0.75rem, 0.659rem + 0.45vw, 1rem);
  font-weight: 900;
  margin-bottom:20px
}
.about>p{
  font-weight: 900;
  font-size:var(--size-L);
}
.about .about__sub{
  font-size: clamp(0.75rem, 0.659rem + 0.45vw, 1rem);
  display: block;
}
.about .ff_logo_image{
  width:70%;
  max-width: 500px;
  text-align: center;
  margin: 0 auto;
}
.ff_logo_image img{
  width: 100%;
}

.about .whats_ff a{
  display: flex;
  align-items: center;
  color:#ffffff;
  text-decoration: none;
}
.about .whats_ff.ff_btn{
  color:#FFFFFF;
  background: #E70012;
  border: none;
}
.about .whats_ff.ff_btn p{
  margin: auto 5px;
}


h2#map{
  font-size: var(--size-XL);
  font-weight: 900;
  margin: 30px;
  padding-top: 30px;
}







/*/ 戻るボタンのスタイル*/
#app .portal-event-top{
  padding:5px 20px;
  margin-top:10px;
  background: #ffffff;
  color:#000000;
  border:2px solid #000000;
  border-radius: 20px;
  position: absolute;
  bottom: 20px;
  margin: 10px auto 100px auto;
  right: 0;
  left: 0;
  width: fit-content;
}
#app:has(.coupon-description__text-detail) .portal-event-top{
  margin: 10px auto 30px auto;
}


/*////////////////////////////////
/
/ グローバルメニューの見た目変更
/
////////////////////////////////*/

#app .header__wrap{
  background: #FFFFFF;
  border-radius: 9999px;
  margin-bottom: 5px;
}

.event__wrap:has(.portal-event-top) .contents__wrap {
  padding-bottom: 180px;
}

@media screen and (min-width: 851px) {
  #app .header-logo__wrap {
  padding: 8px 8px 0;
  margin: auto;
  height: 60px;
  width: 250px;
  margin-top: 5px;
  }
}

@media screen and (min-width: 851px) {
  #app .layout.menu__name:before{
    content: "\e5d2";
    font-family: 'Material Icons' !important;
    background: #ffffff;
    width: 50px;
    display: block;
    height: 50px;
    font-size: 35px;
    color: #000000;
  }
  
  #app .menu__name__area{
    display: none;
  }
  #app .menu__icon__detail{
    display: none;
  }
  #app p.header-tab{
    font-size: var(--size-M);
    font-weight: 900;
  }
}

@media screen and (max-width: 850px) {
  #app .menu__icon:before {
    content: "\e5d2";
    font-family: 'Material Icons' !important;
    /* background: #ffffff; */
    width: 50px;
    display: block;
    height: 50px;
    font-size: 35px;
    margin-top: -10px;
    margin-left: -10px;
    color: #000000;
  }
  #app .menu__icon__image{
    display: none;
  }
}

#app .header-tab__name{
  font-size: var(--size-S);
  font-weight: 700;
}



/* フローティングメニュー */
.material-symbols-outlined{
  font-family: 'Material Icons' !important;
}

.float_menu_wrap{
  width: 100%;
  position: fixed;
  bottom:-2px;
  text-align: center;
  height: 62px;
  z-index: 999;
}
.float_menu{
  display: flex;
  width: 100%;
  max-width: 600px;
  margin: 0 auto;
}
.float_menu > div{
  width: calc(100%/5);
  height: 80px;
}
.float_menu > div:first-child > a{
  border-radius: 30px 0 0 0;
}

.float_menu > div:last-child > a{
  border-radius: 0 30px 0 0;
}
/*
.float_menu > .menu__icon{
  border-radius: 0  30px 0px 0px;
  z-index: 9;
  background-color: #d9a01c;
  height: 60px;
  border: rgba(255, 255, 255, 0.308) 1px solid;
}*/
.float_menu > .menu__icon> label > span > span{
  display: block;
}
.float_menu > .menu__icon> label > span{
  display: block;
  text-align: center;
  color: #ffffff;;
  font-size: 14px;
}
.float_menu > div > a{
  display: block;
  height: 60px;
  background-color: rgba(217, 160, 28, 0.9);
  text-decoration: none;
  border: rgba(255, 255, 255, 0.308) 1px solid;
}
.float_menu > div > a > div > span{
  display: block;
  text-align: center;
  color: #ffffff;
  font-size: 14px;
}

.float_menu .material-symbols-outlined{
  font-size: 30px;
}
.float_menu > div> a:has(.float_menu_center) .material-symbols-outlined{
  font-size: 45px;
}
.float_menu > div > a:has(.float_menu_center){
  border-radius: 30px 30px 0 0;
  height: 80px;
  transform: translateY(-20px);
}
.float_menu > div > a > div {
  padding-top: 50%;
  transform: translateY(-49%);
}

.float_menu > div > a:has(.float_menu_center) > div {
  padding-top: calc(50% + 15px);
  transform: translateY(-49%);
}

@media screen and (max-width: 600px) {
  .float_menu > div > a > div{
    margin-top: 50%;
    padding-top: 0;
    transform: translateY(calc(-50% - 5px));
  }
  .float_menu > div > a > div > span{
    font-size: 10px;
  } 
    
  .float_menu > div > a:has(.float_menu_center){
    border-radius: 15px 15px 0 0;
    height: 70px;
    transform: translateY(-10px);
  }
    

  .float_menu > div > a:has(.float_menu_center) > div {
    padding-top: 0 !important;
  }

  .float_menu .material-symbols-outlined{
    font-size: 27px;
  }
  .float_menu > div> a:has(.float_menu_center) .material-symbols-outlined{
  font-size: 40px !important;
  }
  
  .float_menu > div:first-child > a{
    border-radius: 0 0 0 0;
  }
  .float_menu > div:last-child > a{
    border-radius: 0 0 0 0;
  }
}


/* 当日プログラム情報 /*/

.html__wrap.fr-view:has(.program){
  position: relative !important;
  z-index:0 ;
}
.html__wrap.fr-view:has(.program)::before{
  background: #ffc0e7;
  border-radius: 50px 0px 0px 50px;
  border: #ffffff 0px solid;
  padding: 50px 1px;
  width: 100%;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.3);
  content: "";
  position: absolute;
  right: 0;
  width: 95%;
  bottom: 0%;
  height: 100%;
  z-index: -1;
}
.program_inner{
  text-align: center;
}
.program_table img{
  width: 100%;
}
.program_table{
  display: flex;
  flex-wrap: wrap;
  justify-content:center;
  width: 100%;
}
.program_table > div{
  width:120px ;
  text-align: center;
  margin: 10px;
  font-size: 14px;
  font-weight: 700 !important;
}
.program_title{
  height:2.5em;
  line-height: 110%;
  display: block;
}
.program_day{
  border:1px solid #E70012;
  color:#E70012;
  background-color: #ffffff;
  font-size:12px;
  padding:2px;
  display: block;
  width:5em;
  margin: 5px auto;
}
.program h2{
  font-size: var(--size-XL);
  font-weight: 900;
  margin: 30px;
  padding-top: 30px;
}


/* 交通アクセス /*/

.html__wrap.fr-view:has(.access){
  position: relative !important;
  z-index:0 ;
}
.html__wrap.fr-view:has(.access)::before{
  background: #e0f5ff;
  border: #ffffff 0px solid;
  padding: 50px 1px;
  width: 100%;
  content: "";
  position: absolute;
  right: 0;
  width: 100%;
  bottom: 0%;
  height: 100%;
  z-index: -1;
}
.access_inner{
  text-align: center;
}
.access h2{
  font-size: var(--size-XL);
  font-weight: 900;
  margin: 30px;
  padding-top: 30px;
}




/*////////////////////////
/
/ ブース
/
////////////////////////*/

/*　各ページ共通 */
.booth__wrap h2{
  background: transparent;
  color:#000000;
}
.booth__wrap h1{
  font-size:clamp(1.25rem, 1.023rem + 1.14vw, 1.875rem);
  text-align: center;
}
.booth__wrap .title__content{
  flex-wrap: wrap;
  justify-content:center;
}

.booth__wrap:not(:has(.booth-list__wrap)) button.booth-favorite__button:after{
  content:"お気に入りリスト";
}

.booth-favorite .v-btn__content{
  border: none;
}

.booth__wrap .title__content__text{
  font-weight: 900 !important;
}
.booth__wrap .booth-category__row{
 justify-content: center !important;
}


.booth__wrap .title__content__text{
  text-align: center;
  width: 100%;
}
.booth__wrap div:has(.word) {
  margin-bottom:20px;
  text-align: center;
}
.booth-category__row{
    justify-content: center !important;
    margin-bottom: 20px;
}




/*　ひろば以外　かつ 単行テキスト以外（通過時間）は下線デザイン */
.booth__wrap:not(:has(#hiroba)) section:not(:has(.word)) h2:after{
  content:"";
  display: block;
  height:5px;
  background: #000000;
  border-radius: 3px;
  width: 150px;
  margin:5px auto 10px auto;
}


/*　ひろば以外　かつ 複数行テキスト（パレードタイトル）は文字を大 */
.booth__wrap:not(:has(#hiroba)) .description{
  font-size:var(--size-L);
  margin-bottom:40px;
  font-weight: 900 !important;
  text-align: center;
}

/*　ひろば以外　かつ 単行テキスト（通過時間）のh2は角丸 */
.booth__wrap:not(:has(#hiroba)) div:has(.word) h2{
  background: #ffeabe;
  font-size:var(--size-M) !important;
  padding:5px;
  max-width:300px;
  width: 70%;
  margin: 10px auto;
  border-radius: 20px;
  font-weight: 700;
}
/*　ひろば以外　かつ 単行テキスト（通過時間）は文字を中 */
.booth__wrap:not(:has(#hiroba)) .word{
  font-size:var(--size-M);
 }


/*　ひろばはすべて下線デザイン */
.booth__wrap:has(#hiroba) section h2:after{
  content:"";
  display: block;
  height:5px;
  background: #000000;
  border-radius: 3px;
  width: 150px;
  margin:5px auto 10px auto;
}
.booth__wrap:has(#hiroba) section h2{
  font-size:var(--size-L);
  font-weight: 900 !important;
  text-align: center;
}
/*　ひろばはすべて文字を中 */
.booth__wrap:has(#hiroba) .word{
  font-size:var(--size-M);
 }

 .booth__wrap:has(#hiroba) .description{
  font-size:var(--size-M);
  text-align: center;
 }
#hiroba{
  width: fit-content;
  margin: 50px auto -30px auto;
}




/* ブース検索*/
.booth-title__text {
  font-size: var(--size-L) !important;
  font-weight: 700!important;
}

.booth-cross-search-bar__button__wrap .booth-cross-search-bar__button{
  background: #272727 !important;
  border-color:#272727 !important;
}
.booth-cross-search-bar__button__wrap .booth-cross-search-bar__button .v-btn__content{
    background: transparent!important;
    color:#FFFFFF !important;
    font-size:clamp(1rem, 0.909rem + 0.45vw, 1.25rem);
    font-weight: bold;
}
.booth-cross-search-bar__button__wrap .booth-cross-search-bar__button.v-btn--depressed{
  background: #d1d1d1 !important;
  border-color:#d1d1d1 !important;
}


.top-button__wrap .v-btn__content{
  background: transparent; 
}
.top-button__wrap .top-button__content{
  background-color: #32B372 !important;
  opacity: 0.6;
}
.v-btn:before{
    top: 10px;
    height: 50px;
}

/*  WEBページの文字サイズと余白 */
#app .container{
  font-size: var(--size-M);
}
#app:has(.web-page__wrap) .detail-title__wrap.detail__title{
  margin:20px 0px 0px 0px;
}
#app:has(.web-page__wrap) .contents__wrap {
  margin-top: -30px;
}