/*設定*/
:root {
  /* ヘッダー */
  --header-bg-color: #fff; /* ヘッダーの背景色 */
  --header-hover--color: #d61525; /* ホバー時の背景色 */
  --header--active-color: #ff9c9c; /* タブが選択された時の背景色 */

  /* トップ */
  --main-title-color: #ba0000; /* タイトルテキストの色 */
  --main-text-color: #525252; /* テキスト色 */
  --table-title-line-color: #b6b6b6; /* タイムテーブルのタイトルアンダーラインの色 */
  --table-venue1-line-color: #dcdcdc; /* 会場名 アンダーラインの色 */
  --table-venue2-line-color: #dcdcdc; /* 会場名 アンダーラインの色 */
  --table-bg-color: #565656; /* タイムテーブルの背景色 */
  --table-booth-bg-color: #eeeeee; /* タイムテーブル内コンテンツの背景色 */
  --table-booth-bghover-color1: #fdfff3; /* タイムテーブル内コンテンツのホバー時の背景色 */
  --table-booth-bghover-color2: #f0fffe; /* タイムテーブル内コンテンツのホバー時の背景色 */
  --table-time-color: #5a5a5a; /* タイムテーブル内 時間軸の色 */
  --button-bg-color: #686868; /* 上に戻るボタンの背景色 */
  --button-icon-color: #525252; /* 上に戻るボタンの矢印色 */

  /* チケットはこちらボタン */
  --ticket-text-color1: #fff; /* チケットボタン テキスト色 */
  --ticket-btn-color1: #de0000; /* チケットボタン グラデーション背景色1 */
  --ticket-btn-color2: #b40000; /* チケットボタン グラデーション背景色2 */
  --ticket-hover-color: #9b0000; /* チケットボタン ホバー時の背景色 */
  --ticket-text-color2: #ffffff; /* チケットボタン ホバー時のテキスト色 */
}

/* カラー変更*/

/*タイトルボーダー（文字下）*/
.base-background-color {
  background-color: var(--main-title-color) !important;
}

/*「もっと見る」ボタンの文字色*/
.widget__header.v-btn .v-btn__content {
  color: var(--main-title-color) !important;
}

/*タイトルボーダー（長）*/
.widget-header__border {
  border-color: var(--main-title-color) !important;
}

/*CTA*/
.cta-top {
  padding: 20px;
  background: rgba(255, 255, 255, 0.7);
  border-radius: 16px;
}

a.cta-btn {
  background-color: var(--main-title-color) !important;
  color: #fff !important;
  transition: all 0.25s ease;
  display: inline-block;
  color: #ffffff;
  padding: 18px 40px;
  text-decoration: none;
  border-radius: 8px;
  font-weight: bold;
  font-size: 18px;
  margin: 0 0 25px;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.2);
}
.cta-btn:hover {
  background-color: #7b0000;
  box-shadow: 0 0 15px rgba(217, 0, 0, 0.6);
  transform: translateY(-2px);
}

/*上に戻るボタン*/
.top-button__wrap button.mx-2.top-button__content {
  background-color: var(--table-bg-color) !important;
}

/* 上部に戻るボタン矢印 */
.v-btn--round .v-btn__content .v-icon {
  color: #ffffff !important;
}

/* FV制御*/
/* webで表示されるコンテンツの数＋１を指定(無効も含む) */
/* ＋１はポータルに戻るボタンが該当 */
.widget__wrap.event__layout > div:nth-of-type(2) {
  display: none;
}

@media (max-width: 768px) {
  .widget__wrap.event__layout > div:nth-of-type(2) {
    display: block;
  }
  .widget__wrap.event__layout > div:nth-of-type(3) {
    display: none;
  }
}
/* 背景画像 */
.widget__wrap {
  background-repeat: no-repeat !important;
  background-image: url(https://www.labonetwork.co.jp/wp-content/uploads/bg1.webp);
  background-size: 100% !important;
  background-position: top calc(100lvw * (824 / 1920)) center !important;
  @media screen and (max-width: 960px) {
    background-repeat: no-repeat !important;
    background-image: url(https://www.labonetwork.co.jp/wp-content/uploads/bg1.webp);
  }
}

/* 開催概要 */
[modulecode="html"].html__wrap {
  width: 100%;
  padding: 12px;
  margin-right: auto;
  margin-left: auto;

  @media screen and (max-width: 600px) {
    width: 100%;
    padding: 0 20px !important;
  }
  @media screen and (min-width: 601px) {
    width: 70%;
  }

  @media (min-width: 960px) {
    max-width: 900px;
  }
  @media (min-width: 1264px) {
    max-width: 1185px;
  }
  @media (min-width: 1904px) {
    max-width: 1785px;
  }
  [style="padding: 30px 30px 0 40px; text-align: left;"] {
    padding: 0 !important;
  }
}
/*上部余白*/
html body #__nuxt section div.html__wrap {
  margin-top: clamp(10px, 4.839vw + 11.613px, 20px);
}

/*開催概要見出し*/
.row.widget-header__row {
  display: flex;
  flex-wrap: wrap;
  flex: 1 1 auto;
}
.widget-title__border {
  height: 8px;
  width: 100%;
}
.widget-title__wrap {
  display: inline-block;
  margin-top: 40px;
  height: auto;
  @media screen and (min-width: 601px) {
    margin-top: 72px;
  }
}
.widget-header__border {
  width: 100%;
  border: 1px solid;
  display: none;
  @media screen and (min-width: 601px) {
    display: block;
  }
}

.widget-header__col{
  padding: 0;
  align-self: flex-end !important;
  width: 100%;
  @media screen and (min-width: 601px) {
    width: auto;
  }
}

/*開催概要本文*/
.gaiyo p {
  line-height: 1.7;
  margin-block: 32px;
}

/* ヘッダー */
.header__wrap {
  position: fixed;
  z-index: 1000;
  background: #fff;
}
.header-logo__wrap{
  padding:0!important;
  margin: auto!important;
  height: 40px!important;
}
.flex.header__logo{
  flex: 2 1 auto;
}
.header-logo__image-pc{
  background-position:center center;
  background-repeat: no-repeat;
}

@media only screen and (min-width: 850px) {
  .header__wrap {
    height: 48px !important;
  }
}
.v-tab{
  max-width: none!important;
  padding: 0 8px!important;
}

.header-tab__name {
  padding: 5px 15px;
  max-width: none!important;
  font-size:14px!important;

}

.header-tab__name:hover {
  border-radius: 8px;
  background: var(--header-hover--color);
  color:var(--header-bg-color);
  transition: 0.3s;
}
.header__logo{
  max-width: 200px!important;
}
.header-logo__image-sp{
  display: flex!important;
  justify-content: center!important;
  align-items: center!important;
  @media screen and (min-width: 851px) {
    display:none!important;
  }
}
.header-tab__active__event {
  border-bottom: none !important;
  color: var(--main-title-color) !important;
}

.v-tab:before {
  display: none;
}

@media only screen and (min-width: 850px) {
  .menu__name {
    display: none !important;
  }
  .header__wrap {
    height: 48px !important;
  }
}

/* チケットはこちらボタン */
.btn {
  width: 460px;
  line-height: 70px;
  text-align: center;
  margin: 30px auto;
}

.btn a {
  text-decoration: none;
  font-size: 20px;
  font-weight: bold;
  letter-spacing: 0.2em;
  display: block;
  width: 100%;
  color: var(--ticket-text-color1);
  /* ホバー後の背景カラー */
  background: var(--ticket-hover-color);
  border-radius: 50px;
  box-shadow: 0 4px 4px 0 rgba(0, 0, 0, 0.25);
  position: relative;
  z-index: 0;
}

.btn a::before {
  content: "";
  left: 0;
  width: 100%;
  height: 100%;
  /* ホバー前の背景カラー */
  background: linear-gradient(
    90deg,
    var(--ticket-btn-color1),
    var(--ticket-btn-color2)
  );
  border-radius: 50px;
  position: absolute;
  z-index: -1;
}

.btn a:hover::before {
  opacity: 0;
  transition: all 1s ease;
}

/* ホバー後のテキストカラー */
.btn a:hover {
  color: var(--ticket-text-color2);
  transition: all 0.3s ease;
}

@media only screen and (max-width: 768px) {
  .btn {
    width: 190px;
    line-height: 43px;
    position: static;
    border-radius: 97px;
    background: linear-gradient(
      90deg,
      var(--ticket-btn-color1),
      var(--ticket-btn-color2)
    );
  }
  .btn a {
    font-size: 16px;
  }
  .btn::before,
  .btn::after {
    display: none;
  }
}

section.event__layout {
  margin-top: 48px;
}

@media screen and (max-width: 850px) {
  section.event__layout {
    margin-top: 64px;
  }
}

section.mypage-layout__wrap.mypage__layout {
  margin-top: 48px;
}
@media screen and (max-width: 850px) {
  section.mypage-layout__wrap.mypage__layout {
    margin-top: 64px;
  }
}

.v-overlay.member-code-overlay.v-overlay--active.theme--dark {
  z-index: 1111 !important;
}
