/* -----------------------------------
 トップページ - メインビジュアル
----------------------------------- */
.t_tv {
  height: 100vh;
  width: 100vw;
}
.t_tv .inner {
  height: 100%;
  width: 100%;
  position: fixed;
  top: 0;
}

/* スライドショー */
#viewer {
  position: relative;
  overflow: hidden;
  height: 100%;
}
.slideItem {
  width: 100%;
  height: 100%;
  opacity: 0;
  transform: scale(1);
  transition: opacity 1s linear, transform 15s linear;  /*秒数に注意*/
  position: relative;
  z-index: 1;
}
.slideItem img {
  width: 100%;
  height: 100%;
}
.slideItem:not(:first-child) {
  position: absolute;
  top: 0;
  left : 0;
}
.t_tv .credit {
  /* transition: 1s; */
}
.t_tv .credit img {
  width: 80%;
  max-width: 600px;
  position: absolute;
  top: 35%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 2;
}

/* スライド用 */
.show {
  opacity: 1;
}
.zoom {
  transform: scale(1);
  /* transform: scale(1.3); */
}

/* -----------------------------------
 トップページ - トップビュー直下
----------------------------------- */
.t_event_detail {
  /* color: #DB5F70; */
  text-align: center;
  /* background-image: url(../image/bg/mb/bg_common.jpg); */
  background-size: contain;
  padding-top: 20px;
  position: relative;
  /* padding-bottom: calc(var(--bottom_margin_2) + 30px); */
  border-top: 1px solid var(--line_gray);
}
.t_event_detail .top {
  font-size: 1.6rem;
}
.t_event_detail .bottom {
  font-size: 2.8rem;
}

/* -----------------------------------
 トップページ - タイムテーブル
----------------------------------- */
.t_timeteble {
  /* border-top: 1px solid #dfdfdf; */
  /* background-image: url(../image/bg/mb/bg_common.jpg); */
  /* background-size: contain; */
  background: var(--bg_common);
  padding-top: var(--top_padding);
  position: relative;
  padding-bottom: var(--bottom_margin_2);
}
.t_timeteble .img ul li:not(:last-child) {
  margin-bottom: 20px;
}


/* -----------------------------------
 トップページ - ライブ
----------------------------------- */
.t_lineup {
  /* background-image: url(../image/bg/mb/bg_common.jpg); */
  /* background-size: cover; */
  background: var(--bg_common);
  z-index: 4;
  position: relative;
  padding-top: var(--top_padding);
  padding-bottom: calc(var(--bottom_padding) + 30px);
}
.t_lineup .movie,
.t_market .movie {
  margin-bottom: 20px;
}
.t_lineup video,
.t_market video {
  width: 100%;
}
.t_lineup .text,
.t_market .text {
  font-weight: 800;
  line-height: 32px;
}
.t_lineup .text {
  text-align: center;
}
/* .t_lineup .img,
.t_market .img {
  width: 70%;
}
.t_lineup .img {
  margin-left: auto;
} */

/* -----------------------------------
  トップページ - ラインナップ
----------------------------------- */
.t_lineup,
.t_lineup a {
  /* color: #fff; */
}
.t_lineup {
  /* background-image: url(../image/bg/mb/bg_yellow.jpg); */
  /* background-size: contain; */
  background: var(--bg_common);
  padding-top: 60px;
  position: relative;
  padding-bottom: calc(var(--bottom_margin_2) + 30px);
  border-top: 1px solid var(--line_gray);
}
.t_lineup .artist_list {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.t_lineup .day_list > li:not(:last-child) {
  margin-bottom: 30px;
}
.t_lineup .artist_list .item {
  margin-bottom: 20px;
}
.t_lineup .artist_list li {
  width: 48%;
}
.t_lineup .artist_list li h4 {
  margin-top: 5px;
}

/* -----------------------------------
 トップページ - マーケット
----------------------------------- */
.t_market {
  /* background-image: url(../image/bg/mb/bg_common.jpg); */
  /* background-size: cover; */
  background: var(--bg_common);
  z-index: 0;
  position: relative;
  padding-top: calc(var(--top_padding) + 30px);
  padding-bottom: var(--bottom_padding);
}
.t_market .bottom {
  text-align: center;
}
/* .t_market .img {
  padding-left: 20px;
} */

/* -----------------------------------
 トップページ - AREA MAP
----------------------------------- */
.t_areamap {
  /* background-image: url(../image/bg/mb/bg_common.jpg); */
  /* background-size: cover; */
  background: var(--bg_common);
  z-index: 0;
  position: relative;
  padding-top: calc(var(--top_padding));
  /* padding-top: calc(var(--top_padding) + 30px); */
  padding-bottom: var(--bottom_padding);
}

/* -----------------------------------
 トップページ - アバウト
----------------------------------- */
.t_about {
  /* background-image: url(../image/bg/mb/bg_common.jpg); */
  /* background-size: cover; */
  background: var(--bg_common);
  z-index: 4;
  position: relative;
  padding-top: var(--top_padding);
  padding-bottom: var(--bottom_padding);
}
.t_about .credit {
	margin-bottom: 30px;
  /* width: 85%; */
  margin-left: auto;
  margin-right: auto;
}
.t_about .credit_text {
	color: var(--deepblue);
  font-size: 4.6rem;
  white-space: nowrap;
}
.t_about .copy .text {
  /* font-size: 1.4rem; */
  /* font-weight: 800; */
  line-height: 24px;
}
.t_about .copy .text p:not(:first-child) {
  margin-top: 10px;
}
.t_about .copy img {
  width: 60%;
  margin-bottom: 10px;
}

/* -----------------------------------
 トップページ - ニュース
----------------------------------- */
.t_news {
  /* background-image: url(../image/bg/mb/bg_common.jpg); */
  /* background-size: cover; */
  background: var(--bg_common);
  z-index: 4;
  position: relative;
}
.t_news .inner {
  padding-top: var(--top_padding);
  /* padding-bottom: 120px; */
  padding-bottom: var(--bottom_padding);
}
.t_news ul a:hover h3 {
  /* color: var(--pink); */
}
.t_news li {
  width: 75%;
}
.t_news .thumbnail {
  margin-bottom: 15px;
}
.t_news .content time {
  font-size: 1.2rem;
  display: block;
  margin-bottom: 4px;
  font-weight: 500;
}
.t_news .content h3 {
  font-size: 1.8rem;
  line-height: 3rem;
  margin-bottom: 12px;
  transition: .3s;
}
.t_news .content .text {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
}
.t_news .content a {
  color: #0000EE;
  text-decoration: underline;
  display: inline;
}

/* 流れる文字 */
.flow_txt {
  display: flex;
	position: absolute;
  width: 100vw;
  left: 0;
	bottom: -50px;
	width: 100%;
	/* height: 110px;
	line-height: 110px; */
	overflow: hidden;
	z-index: -1;
}
.flow_txt div {
  flex: 0 0 auto;
  white-space: nowrap;
	padding-right: 30px;
	color: rgba(0,0,0,0);
	font-size: 9rem;
	font-weight: 700;
	-webkit-text-stroke: 2px #727171;
}
.flow_txt div:nth-child(odd) {
  animation: loop 40s -20s linear infinite;
}
.flow_txt div:nth-child(even) {
  animation: loop2 40s linear infinite;
}

@keyframes loop {
  0% {
    transform: translateX(100%);
  }
  to {
    transform: translateX(-100%);
  }
}
@keyframes loop2 {
  0% {
    transform: translateX(0);
  }
  to {
    transform: translateX(-200%);
  }
}

/* -----------------------------------
 トップページ - チケット
----------------------------------- */
.t_ticket {
  z-index: 1;
  position: relative;
}

/* -----------------------------------
 ヒストリー
----------------------------------- */
.t_after_movie .inner {
  position: relative;
}
.t_after_movie,
.t_after_movie a {
  /* color: #fff; */
}
.t_after_movie .inner {
  /* background-image: url(../image/bg/mb/bg_common.jpg); */
  /* background-size: cover; */
  background: var(--bg_common);
  padding-top: var(--top_padding);
  /* padding-top: 60px; */
  padding-bottom: 160px;
}
.t_after_movie .g_head_01 {
  /* margin-bottom: 80px; */
}
.t_after_movie .movie h3 {
  margin: 10px 0;
  /* line-height: 28px; */
}
.t_after_movie .thumbnail {
  position: relative;
  text-align: center;
  /* margin-bottom: 15px; */
}
.t_after_movie .thumbnail .anchor {
  position: relative;
  text-align: center;
  /* margin-bottom: 15px; */
}
.t_after_movie .thumbnail .btn {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%,-50%);
  width: 40px;
}
.t_after_movie .link {
  position: absolute;
  right: var(--side_padding);
  bottom: 50px;
}
.t_after_movie .read_more {
  display: inline-block;
}
.t_after_movie .read_more:after {
  background: var(--general);
}

.t_after_movie .line_up {
  font-size: 1.6rem;
  font-weight: 600;
  margin-bottom: 60px;
}
.t_after_movie .line_up ul {
  display: flex;
  flex-wrap: wrap;
}
.t_after_movie .line_up ul li:not(:last-child) {
  margin-right: 10px;
}
.t_after_movie .line_up .day_1 {
  margin-bottom: 20px;
}


/* -----------------------------------
 トップページ - SPONSOR
----------------------------------- */
.t_sponsor {
  background: #fff;
  background-size: cover;
  z-index: 0;
  position: relative;
  padding-top: calc(var(--top_padding) + 30px);
  padding-bottom: var(--bottom_padding);
  text-align: center;
  border-top: 1px solid #f4f4f4;
}
.sponsor_list ul {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
}
.sponsor_list li {
  margin-right: auto;
  margin-left: auto;
  text-align: center;
  margin-bottom: 65px;
}
.sponsor_list .size_a {
  width: 100%;
}
.sponsor_list .size_b {
  width: 50%;
}
.sponsor_list .size_c {
  width: 50%;
}
.sponsor_list .size_d {
  width: 50%;
}
.sponsor_list .size_e {
  width: 50%;
}
.sponsor_list .size_a img {
  width: 220px;
}
.sponsor_list .size_b img {
  width: 150px;
}
.sponsor_list .size_c img {
  width: 130px;
}
.sponsor_list .size_d img {
  width: 110px;
}
.sponsor_list .size_e img {
  width: 80px;
}
.sponsor_list img {
  display: inline-block;
  /* width: 100%; */
}


/****************************** 600px ******************************/
@media (min-width: 600px){

  /* -----------------------------------
   トップページ - メインビジュアル
  ----------------------------------- */
  .t_tv .item_01 .credit img {
    max-width: 550px;
  }

  /* -----------------------------------
   トップページ - アバウト
  ----------------------------------- */
  .t_about .copy .text {
    font-size: 1.6rem;
  }
  .t_about .copy img {
    width: 70%;
  }

  /* -----------------------------------
   トップページ - ニュース
  ----------------------------------- */
  .t_news .content h3 {
    margin-bottom: 15px;
    padding-bottom: 15px;
  }

  /* -----------------------------------
   トップページ - ラインナップ
  ----------------------------------- */
  .t_lineup .artist_list li {
    width: 32%;
  }

}

/****************************** 1025px ******************************/
@media (min-width: 1025px){

  /* -----------------------------------
   トップページ - メインビジュアル
  ----------------------------------- */
  .t_tv .item_01 .credit img {
    max-width: 650px;
    margin-top: 100px;
    /* top: 30%; */
  }

  /* -----------------------------------
  トップページ - トップビュー直下
  ----------------------------------- */
  .t_event_detail {
    padding-top: 30px;
  }
  .t_event_detail .top {
    font-size: 4rem;
  }
  .t_event_detail .bottom {
    font-size: 4rem;
  }

  /* -----------------------------------
  トップページ - AREA MAP
  ----------------------------------- */
  .t_areamap .img {
    padding-left: 10%;
    padding-right: 10%;
  }

/* -----------------------------------
   トップページ - アバウト
  ----------------------------------- */
  .t_about {
  }
  .t_about .credit img {
    max-width: 900px;
    /* margin-right: auto;
    margin-left: auto; */
  }
  .t_about .copy {
    /* text-align: center; */
  }
  .t_about .credit_text {
    font-size: 8rem;
  }
  .t_about .copy img {
    /* margin-bottom: 40px; */
    max-width: 320px;
  }
  .t_about .copy .text {
    font-size: 1.8rem;
    line-height: 36px;
  }

  /* -----------------------------------
   トップページ - タイムテーブル
  ----------------------------------- */
  .t_timeteble .img {
    padding: 0 40px;
  }


  /* -----------------------------------
   トップページ - ライブ
  ----------------------------------- */
  .t_lineup {
    /* background-image: url(../image/bg/mb/bg_common.jpg); */
  }
  .t_lineup .content,
  .t_market .content {
    display: flex;
    justify-content: space-between;
    align-items: center;
  }
  .t_lineup .movie,
  .t_market .movie {
    margin-bottom: 0px;
    /* max-width: 800px; */
    width: 50%;
  }
  .t_lineup .text,
  .t_market .bottom {
    width: 45%;
    text-align: left;
  }
  .t_lineup .text,
  .t_market .text {
    font-size: 1.8rem;
    line-height: 60px;
  }
  .t_lineup .img,
  .t_market .img {
    /* width: 50%; */
    /* max-width: 500px; */
  }
  /* .t_lineup .img {
    margin-left: auto;
  } */

  /* -----------------------------------
   トップページ - ラインナップ
  ----------------------------------- */
  .t_lineup {
    /* background-image: url(../image/bg/pc/bg_yellow.jpg); */
    padding-top: 150px;
    padding-bottom: 220px;
  }
  .t_lineup .artist_list li {
    width: 19%;
  }

  /* -----------------------------------
   トップページ - マーケット
  ----------------------------------- */
  .t_market {
    /* background-image: url(../image/bg/mb/bg_common.jpg); */
  }
  .t_market .movie {
    /* margin-left: auto; */
  }
  .t_market .img {
    /* padding-left: 50px; */
  }

  /* -----------------------------------
   トップページ - ニュース
  ----------------------------------- */
  .t_news {
    /* background-image: url(../image/bg/pc/bg_common.jpg); */
  }
  .t_news .inner {
    /* padding-top: 100px; */
    /* padding-bottom: 200px; */
  }
  .t_news ul {
    /* padding: 0 40px; */
    box-sizing: border-box;
  }
  .t_news ul li a {
    display: flex;
    align-items: flex-start;
  }
  .t_news li {
    width: 100%;
  }
  .t_news .thumbnail {
    width: 35%;
    margin-bottom: 0px;
  }
  .t_news .content {
    width: 65%;
    padding-left: 40px;
  }
  .t_news .content h3 {
    font-size: 3.2rem;
    line-height: 4rem;
    margin-bottom: 20px;
    padding-bottom: 20px;
  }
  .t_news .content p {
    font-size: 1.8rem;
    line-height: 36px;
  }
  .t_news .content time {
    font-size: 1.6rem;
  }

  /* .t_news ul li a {
    display: block;
  }
  .t_news .thumbnail {
    width: 100%;
    margin-bottom: 20px;
  }
  .t_news .content {
    width: 100%;
    padding-left: 0px;
  }
  .t_news .content h3 {
    font-size: 1.8rem;
    line-height: 3rem;
    margin-bottom: 12px;
    transition: .3s;
  }
  .t_news .content .text {
    font-size: 1.4rem;
    line-height: 2.2rem;
  }
  .t_news .content time {
    font-size: 1.2rem;
  }

  .t_news {
    background-image: url(../image/bg/pc/bg_common.jpg);
  }
  .t_news .inner {
    padding-top: 100px;
    padding-bottom: 200px;
  }
  .t_news ul {
    padding: 0 40px;
    box-sizing: border-box;
  }
  .t_news li {
    width: 23%!important;
  } */
  .t_news ul li a {
    /* display: flex;
    align-items: flex-start; */
  }
  .t_news .content h3 {
    /* font-size: 3.2rem;
    line-height: 4rem;
    margin-bottom: 20px;
    padding-bottom: 20px; */
  }

  /* -----------------------------------
   トップページ - SPONSOR
  ----------------------------------- */
  .sponsor_list ul {
    /* display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center; */
  }
  .sponsor_list li {
    margin-right: inherit;
    margin-left: inherit;
    margin-bottom: 50px;
  }
  .sponsor_list li:not(:last-child) img {
    margin-bottom: 0px;
  }
  .sponsor_list .size_a {
    width: 100%;
  }
  .sponsor_list .size_b {
    width: 20%;
  }
  .sponsor_list ul {
    flex-wrap: nowrap;
  }
  .sponsor_list .list_b {
    justify-content: space-evenly;
  }
  .sponsor_list .list_c {
    justify-content: space-around;
  }
  .sponsor_list .size_c {
    width: inherit;
  }
  .sponsor_list .size_d {
    width: inherit;
  }
  .sponsor_list .size_e {
    width: inherit;
  }
  .sponsor_list .size_a img {
    width: 350px;
  }
  .sponsor_list .size_b img {
    width: 180px;
  }
  .sponsor_list .size_c img {
    width: 100px;
  }
  .sponsor_list .size_d img {
    width: 80px;
  }
  .sponsor_list .size_e img {
    width: 50px;
  }
  .sponsor_list img {
    display: inline-block;
    /* width: 100%; */
  }


  /* -----------------------------------
   ヒストリー
  ----------------------------------- */
  .t_after_movie .inner {
    /* background-image: url(../image/bg/pc/bg_common.jpg); */
    /* background-size: contain; */
    background-size: cover;
    /* padding-top: 60px; */
    padding-bottom: 120px;
  }
  /* .t_after_movie .inner > div { */
  .t_after_movie .inner > .movie {
    max-width: 750px;
  }
  .t_after_movie .inner {
    /* padding-top: 100px; */
  }
  .t_after_movie h2 br {
    display: none;
  }
  .t_after_movie .movie h3 {
    /* margin: 25px 0; */
    font-size: 1.8rem;
    line-height: 36px;
  }

  .t_after_movie .g_head_01 time {
    /* font-size: 2rem; */
  }
  .t_after_movie .g_head_01 .date {
    margin-top: 0px;
    font-size: 3rem;
  }
  .t_after_movie .movie .text {
    font-size: 1.8rem;
    line-height: 36px;
  }
  .t_after_movie .thumbnail a {
    max-width: 900px;
  }
  .t_after_movie .thumbnail .btn {
    width: 50px;
  }
  .t_after_movie .link {
    bottom: 120px;
  }

  .t_after_movie .line_up {
    font-size: 1.7rem;
    margin-bottom: 120px;
  }
  .t_after_movie .line_up time,
  .t_after_movie .line_up ul {
    line-height: 3rem;
  }
  .t_after_movie .line_up ul li:not(:last-child) {
    margin-right: 15px;
  }

}

/****************************** 1400px ******************************/
@media (min-width: 1400px){

  /* -----------------------------------
   トップページ - メインビジュアル
  ----------------------------------- */
  .t_tv .item_01 .credit img {
    max-width: 750px;
    /* top: 30%; */
  }

  /* -----------------------------------
   トップページ - アバウト
  ----------------------------------- */
  .t_about .credit_text {
  	/* color: var(--corp_orange); */
    font-size: 7rem;
  }

  /* -----------------------------------
   トップページ - ニュース
  ----------------------------------- */
  .t_news .content p {
    /* font-size: 1.8rem;
    line-height: 2.4rem; */
  }

}
