/*
Theme Name: Lightning Child Sample
Theme URI: ★ テーマの公式サイトなどのURL（空欄でも可） ★
Template: lightning
Description: ★ テーマの説明（空欄でも可） ★
Author: ★ テーマ作成者の名前（空欄でも可） ★
Tags:
Version: 0.5.1
*/

.page-template-page-lp .siteContent { padding-top:0; }

.vk_post .vk_post_title {
    font-size: 1.2rem;
}

.vk_post .vk_post_imgOuter:before {
    padding-top: 83%;
}

a img {
  -webkit-transition: all ease-in-out 0.3s;
  transition: all ease-in-out 0.3s;
}

a img:hover {
  opacity: 0.6;
}

/****************************************
サイドバーSNS
****************************************/

.side_sns_wrap {
  /* display: none; */
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  position: fixed;
  inset: 0;
      margin: auto auto 62px auto;
  height: 30px;
  width: 120px;
z-index: 999;
}

.side_sns_btn {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  height: 30px;
  width: 30px;
}

.side_sns_btn:hover {
  opacity: 0.7;
}

a.side_sns_btn i {
  color: #fff;
  font-size: 18px;
}

a.side_sns_btn:hover {
  text-decoration: none;
}

.side_sns_facebook {
  background: #1877f2;
}

.side_sns_instagram {
  background: linear-gradient(135deg, #427eff 0%, #f13f79 70%) no-repeat;/*グラデーション①*/
}

.side_sns_twitter {
  background: #1DA1F2;
}

.side_sns_line {
  background: #06C755;
}

@media screen and (min-width:950px) {
  .side_sns_wrap {
      display: block;
      height: 200px;
      margin: auto 0;
      width: 50px;
  }

  .side_sns_btn {
    height: 50px;
    width: 50px;
  }

  a.side_sns_btn i {
    color: #fff;
    font-size: 30px;
  }
}

/****************************************
ヘッダー
****************************************/
.site-header-container {
  display: none;
}

/****************************************
グロナビ
****************************************/
.global-nav-list>li[class*=current]:before {
    width: 0%;
}

.global-nav-list>li:hover:before {
width: 100%;
}

/****************************************
SPナビ SNS
****************************************/
.spnavi_sns_wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

i {
    margin-right: 0;
}

/****************************************
ブース
****************************************/
.vk_prContent .vk_prContent_colTxt .vk_prContent_colTxt_title {
    font-size: calc(var(--vk-size-text)*1.5);
}

.vk_prContent .vk_prContent_colImg_image {
    width: 100%;
    -o-object-fit: cover;
       object-fit: cover;
}

.advps-slide a {
  pointer-events:none;
}

@media (min-width: 576px) {
  .vk_prContent-layout-imageRight .vk_prContent_colImg {
    padding-left: 1em;
    padding-right: 0;
  }
}

.bx-wrapper img {
  height: 200px;
  margin: 0 auto;
  width: 250px;
           -o-object-fit: cover;
              object-fit: cover;
}

/****************************************
水上ステージ
****************************************/
.wp-block-image figcaption {
    text-align: center;
    font-size: calc(var(--vk-size-text)*1.2);
    font-weight: 600;
}

#advps_container1 {
  display: none !important;
}

@media screen and (min-width:950px) {
  #advps_container1 {
    display: block !important;
  }

  #advps_container5 {
    display: none !important;
  }
}

/****************************************
出演アーティスト一覧
****************************************/
.post-name-artists .vk_post_imgOuter a {
  pointer-events: none;
}

.artist_wrap {
  border-bottom: solid 1px #ccc;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.artist_content {
  width: calc(100% - 160px - 10px);
}

h3.artist_name {
  margin-top: 10px;
  margin-bottom: 0;
}

.artist_excerpt {
  color: #aaa;
}

.artist_sns_wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack:end;
      -ms-flex-pack:end;
          justify-content:flex-end;
}

.artist_sns_btn {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  height: 30px;
  margin: 10px 0 10px 5px;
  -webkit-transition: all ease-in-out 0.3s;
  transition: all ease-in-out 0.3s;
  width: 30px;
}

.artist_sns_btn:hover {
  opacity: 0.6;
}

.artist_homepage {
  background: #333;
}

.artist_homepage p {
  color: #fff;
  font-size: 10px;
  line-height: 11px;
  margin: 0;
  text-align: center;
}

a.artist_sns_btn i {
  color: #fff;
  font-size: 17px;
}


.artist_youtube {
  background: #ff0000;
}

.artist_txt_pc {
  display: none;
}

.artist_img {
  display: block;
  height: 120px;
     -o-object-fit: contain;
        object-fit: contain;
        -o-object-position: right;
           object-position: right;
  margin: 10px 0 10px 10px;
  width: 160px;
}

@media screen and (min-width:950px) {
  .artist_content {
    width: calc(100% - 266px - 20px);
  }

  .artist_head {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack:justify;
        -ms-flex-pack:justify;
            justify-content:space-between;
            width: 100%;
  }

  .artist_sns_btn {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    height: 50px;
      margin: 20px 0 20px 10px;
    width: 50px;
  }

  .artist_homepage p {
    font-size: 14px;
    line-height: 16px;
  }

  a.artist_sns_btn i {
    font-size: 30px;
  }

  .artist_txt_pc {
    display: block;
  }

  .artist_txt_sp {
    display: none;
  }

  .artist_img {
    height: 200px;
      margin: 20px 0 20px 20px;
    width: 266px;
  }
}

/****************************************
新着情報
****************************************/
.scroll_outer {
  height: 144px;
  overflow-y: scroll;
}

@media screen and (min-width:950px) {
  .scroll_outer {
    height: 114px;
  }
}
