/**クーポンコードテキスト表示**/
.discount__code__label {
    font-size: 0 !important;
}

span.discount__code__label::before {
    content: "割引コード入力";
    font-size: 16px;
}

/*マイチケット　種別項目名表示CSS*/
div.my-ticket-layout__card.col div.row.ticket-card__contents.row--dense {
    height: auto !important;
  }
  
  
  
/*
  .header__menu{
	  display: none;
  }
*/
  
  
 
 
.base-color{
	color: #FE6E00;
}


.information-date__text{
	color: #FE6E00;	
}



.detail-title__border{
	background-color: #FE6E00 !important; 
}

.base-background-color{
	background-color: #FE6E00 !important; 
}



/* 3/1　bravesoft　リリース後CSS */

/* 会員登録ページ */
p.title__content{
  margin: 0 !important;
}
section.register__fast-layout{
  background-color: unset !important;
  display: flex;
  justify-content: center;
  margin: auto;
}
div.fast-register-layout__wrap{
  display: flex;
  padding: 32px;
  max-width: 1080px;
  background-color: #fff;
  margin: 64px 1rem;
  height: fit-content;
  border-radius: 10px;
}
@media screen and (max-width: 750px){
  div.fast-register-layout__wrap{
      display: block;
      margin: 0;
      padding: 1.5rem 0 0 0;
      border-radius: unset;
  }
  div.fast-register-form-layout{
      margin-top: 20px;
      border-radius: unset;
  }
}
@media screen and (min-width: 901px){
  .fast-register-form-layout{
      width: 60%;
  }
  .fast-register-title-layout{
      height: 100%;
      margin: auto;
  }
}
@media screen and (min-width: 601px){
  .title__wrap {
      margin-bottom: 0 !important;
  }
}
.fast-register-form-layout{
  margin: 0 0 0 0;
}

/** 「イベントトップに戻る」を非表示 **/
.portal-event-top {
  display: none !important;
}

/** 「イベントトップに戻る」を非表示（チケットページ） **/
.event-top {
  display: none !important;
}