@charset "utf-8";
/* CSS Document */

/*------------ 初期設定 ------------*/
p {
  line-height: 1.7;
}

/*------------ 全体 ------------*/
html {}

body {
  -webkit-text-size-adjust: 100%;
}

.-hover {
  transition: opacity 0.3s linear;
  opacity: 1;
}

.-hover:hover {
  opacity: 0.7;
}

* {
  box-sizing: border-box;
}

img {
  max-width: 100%;
  height: auto;
}

.anim-fadeUp {
  -webkit-transition: opacity .8s, -webkit-transform .8s;
  transition: opacity .8s, -webkit-transform .8s;
  transition: transform .8s, opacity .8s;
  transition: transform .8s, opacity .8s, -webkit-transform .8s;
  opacity: 0;
  -webkit-transform: translateY(60px);
  -ms-transform: translateY(60px);
  transform: translateY(60px);
}

.anim-fadeUp.is-show {
  opacity: 1;
  -webkit-transform: translateY(0);
  -ms-transform: translateY(0);
  transform: translateY(0);
}

.anim-fade {
  transition: opacity .8s;
  opacity: 0;
}

.anim-fade.is-show {
  opacity: 1;
}

.font__min {
  font-family: "Noto Serif JP", serif;
}

.red {
  color: rgba(200,0,0,1.00);
}

/*------------ WRAPPER ------------*/
#wrapper {
	overflow-x: hidden;
}

.contentInner {
  max-width: 128rem;
  margin: 0 auto;
  padding: 0 2rem;
  box-sizing: content-box;
}

.contentInner.-w1080 {
  max-width: 108rem;
}

/*------------ HEADER ------------*/
header {
  padding-top: 5rem;
  margin-bottom: -14rem;
  position: relative;
  z-index: 5;
}

.headerLogo__img img {
  width: 48.9rem;
}

.flexHeaderInfo {
  margin-top: 1.9rem;
  display: flex;
  align-items: flex-end;
  gap: 2.2rem;
}

.flexHeaderInfo__li:nth-child(1) img {
  width: 23.1rem;
}

.flexHeaderInfo__li:nth-child(2) img {
  width: 23.1rem;
}

.flexHeaderBtn {
  position: fixed;
  right: 10rem;
  top: 2.5rem;
  z-index: 100;
  display: flex;
  gap: 5rem;
  align-items: flex-end;
}

.btnTicket {
  width: 28rem;
  height: 5.6rem;
  border-radius: 2.8rem;
  background-color: #000;
  align-items: center;
  justify-content: center;
  color: #FFF;
  gap: 2rem;
  display: flex;
  text-decoration: none;
  box-shadow: 0 0 4px #FFF, 0 0 8px #FFF;
}

.btnTicket .-txt {
  display: flex;
  flex-direction: column;
}

.btnTicket .-txt span {
  font-size: 1.9rem;
  font-weight: 700;
}

.btnTicket .-txt small {
  font-size: 1.5rem;
  margin-top: -.1em;
}

.btnTicket .-icon img {
  width: 1.8rem;
}

/*------------ NAVI ------------*/
#btn_menu {
  position: relative;
  width: 6.4rem;
  height: 6.4rem;
  display: block;
  z-index: 2000;
  background-color: #000;
  background-size: contain;
  cursor: pointer;
  box-shadow: 0 0 4px #FFF, 0 0 8px #FFF;
}

#btn_menu span {
  display: block;
  background: #FFF;
  width: 4.8rem;
  height: 2px;
  position: absolute;
  left: .8rem;
  transition: all 0.4s;
  -webkit-transition: all 0.4s;
  -moz-transition: all 0.4s;
}

#btn_menu span:first-child {
  top: 2.1rem;
}

#btn_menu span:nth-child(2) {
  display: none;
}

#btn_menu span:last-child {
  top: 3.9rem;
}

#btn_menu.is-active span {
  background: #FFF;
}

#btn_menu.is-active span:first-child {
  transform: rotate(45deg);
  top: 50%;
}

#btn_menu.is-active span:nth-child(2) {
  opacity: 0;
}

#btn_menu.is-active span:last-child {
  top: 50%;
  transform: rotate(-45deg);
}

nav {
  position: fixed;
  top: 0;
  bottom: 0;
  right: 0;
  width: 42rem;
  z-index: 50;
  background-color: rgba(255, 255, 255, .9);
  transform: translateX(101%);
  transition: transform .4s;
}

#btn_menu.is-active~nav {
  transform: translateX(0%);
}

nav a {
  color: inherit;
  text-decoration: none;
}

.gnav {
  overflow: auto;
  height: 100%;
  padding: 16rem 0 4rem 4rem;
}

.gnavListSns {
  display: flex;
  gap: 1.9rem;
}

.gnavListSns img {
  width: 3.8rem;
}

.gnavMenuList {
  margin-top: 3rem;
  display: flex;
  flex-direction: column;
  gap: 1.9rem;
}

.gnavMenuList>li {
  padding-bottom: 1.2rem;
  border-bottom: 1px solid #000;
}

.gnavMenuList>li>a img {
  height: 2.6rem;
  width: auto;
}

.gnavMenuList__children {
  font-size: 1.6rem;
  font-weight: 900;
  padding: 1.4rem 0 1rem 3.4rem;
  display: flex;
  flex-direction: column;
  gap: 1.4rem;
}

.gnavMenuList__children>li {
  display: flex;
  align-items: center;
  gap: 1rem;
}

.gnavMenuList__children>li a:hover {
  text-decoration: underline;
}

.gnavMenuList__children>li:before {
  content: "";
  width: 2rem;
  height: 1px;
  background-color: #000;
}

.global_lang{
  font-size: 1.6rem;
  font-family: "Noto sans JP", sans-serif;
  border: 1px solid #000;
  background: #fff;
  padding-block: .1rem;
  width: 6.4rem;
  text-align: center;
  margin-bottom: 1rem;
}
.globalsite_list{
  display: flex;
  margin-block: 3rem;
}
.globalsite_list li::after{
  content: "/";
  margin: 0 0.5em;
}
.globalsite_list li:last-of-type:after {
  content: "";
  margin: 0;
}


/*------------ TOP ------------*/
.contentMvTop {
  padding: 19rem 0 20rem;
  background: url("../images/index/bg_mv.png") no-repeat center center;
  background-size: cover;
  position: relative;
  z-index: 2;
}

.mvSlideWrap {
  display: flex;
  flex-direction: column;
  gap: 2rem;
}

.mvSlide {
  display: flex;
  gap: 1.2rem;
  overflow: hidden;
  padding-top: 2rem;
  margin-top: -2rem;
}

.mvSlide>li{
  flex-shrink: 0;
  flex-grow: 0;
}

.mvSlide>li:nth-child(n+8) {
  display: none;
}

.mvSlide>li.-pic {
  /*opacity: 1;*/
}

.mvSlide>li.-pic.is-hide {
  opacity: 0;
  transition: all 1s;
}

.mvSlide>li.-pic.is-show {
  opacity: 1;
  animation: showPic .75s ease-out forwards;
}

@keyframes showPic {
  0% {
    transform: translateY(100%);
  }
  40% {
    transform: translateY(-5%);
  }
  80% {
    transform: translateY(2%);
  }
  100% {
    transform: translateY(0%);
  }
}

.mvSlide a {
  display: block;
  height: 100%;
}

.mvSlide img {
  width: 17.25rem;
  height: 100%;
}

.contentPickupTop {
  padding: 20rem 0;
  margin-top: -20rem;
  background: url("../images/index/bg_pickup.png") no-repeat center center;
  background-size: cover;
  position: relative;
  z-index: 1;
}

.flexPickup {
  display: flex;
  align-items: center;
}

.flexPickup.-pickup {
  gap: 6.3rem;
}

.flexPickup.-news {
  gap: 4.2rem;
}

.flexPickup.-movie {
  gap: 6.4rem;
}

.flexPickup.-playlist {
  gap: 3.8rem;
}

.flexPickup__li:nth-child(1) {
  padding-left: 10rem;
  flex-shrink: 0;
  flex-grow: 0;
}

.flexPickup .flexPickup__li:nth-child(2) {
  flex: 1;
}

.flexPickup.-pickup .flexPickup__li:nth-child(2) {
  flex: 1;
  margin-right: calc(50% - 50vw);
  overflow: hidden;
}

.flexPickup.-pickup .ttlTop img {
  width: 24.2rem;
}

.flexPickup.-news .ttlTop img {
  width: 19.1rem;
}

.flexPickup.-movie .ttlTop img {
  width: 21.8rem;
}

.flexPickup.-playlist .ttlTop img {
  width: 31.4rem;
}

.slidePickup {
  /*display: flex;
  gap: 1.4rem;*/
}

.slidePickup .swiper-slide {
  width: 48rem;
}

.slidePickup img {
  width: 100%;
}

.flexPickup .swiper-pagination {
  margin-top: 3.8rem;
  position: static;
  text-align: left;
  display: flex;
  gap: 1rem;
}

.flexPickup .swiper-horizontal>.swiper-pagination-bullets .swiper-pagination-bullet,
.swiper-pagination-horizontal.swiper-pagination-bullets .swiper-pagination-bullet {
  margin: 0;
}

.flexPickup .swiper-pagination-bullet {
  width: 1.2rem;
  height: 1.2rem;
  display: inline-block;
  border-radius: 0;
  background-color: #000000;
  opacity: 1;
}

.flexPickup .swiper-pagination-bullet-active {
  opacity: 1;
  background-color: #c2a01e;
}

.contentNewsTop {
  padding: 23rem 0 10rem;
  margin-top: -20rem;
  background: url("../images/index/bg_news.png") no-repeat center top;
  background-size: cover;
  position: relative;
  z-index: 1;
  color: #FFF;
}

.flexPickup__more {
  margin-top: 2rem;
}

.btnMore {
  font-size: 1.6rem;
  font-weight: 900;
  text-decoration: none;
  display: flex;
  align-items: center;
  gap: 1rem;
  color: #FFF;
}

.btnMore:after {
  content: "";
  width: 1.8rem;
  height: 1.6rem;
  background: url("../images/common/icon_arrow_w.png") no-repeat center center;
  background-size: contain;
}

.btnMore.-black {
  color: #000;
}

.btnMore.-black:after {
  background-image: url("../images/common/icon_arrow_b.png");
}

.listNews>li {
  padding: 1.3rem 0 1.5rem;
  border-bottom: 1px solid #b2bbc0;
  font-size: 1.8rem;
}

.listNews a {
  color: inherit;
  text-decoration: none;
}

.listNews a:hover {
  text-decoration: underline;
}

.listNews__head {
  display: flex;
  gap: 1em;
  color: #b2bbc0;
  margin-bottom: .8rem;
}

.listNews__body {
  font-weight: 700;
}

.contentMovieTop {
  padding: 10rem 0 20rem;
  background: url("../images/index/bg_movie.png") no-repeat center top;
  background-size: cover;
  position: relative;
  z-index: 1;
}

.movie_wp {
  width: 50%;
  margin: 6rem auto 0;
  overflow: hidden;
}

.movieBox {
  width: 100%;
}

.movieBox__inner {
  padding-top: 56.25%;
  position: relative;
}

.movieBox__inner iframe {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}

.contentPlaylistTop {
  margin-top: -20.5rem;
  background-size: cover;
  position: relative;
  z-index: 2;
  padding: 20rem 0 0;
  background: url("../images/index/bg_playlist_w.png") no-repeat center top;
  /*padding: 20rem 0 10rem;
  background: url("../images/index/bg_playlist.png") no-repeat center top;*/
}

.playlistBox iframe {
  height: 38.3rem;
}

/*------------ LIVE INFO ------------*/
a._color {
  transition: opacity 0.3s linear;
  color: #ba9b20;
  font-weight: 700;
  text-decoration: none;
}

.category-block ._ttl {
  margin-bottom: 10px;
}

.category-block ._category {
  display: flex;
  flex-wrap: wrap;
  font-size: 1.6rem;
  font-weight: 700;
}

.category-block ._category>li a {
  color: inherit;
}

.category-block ._category>li a:hover {
  text-decoration: none;
}

.category-block ._category>li:after {
  content: "/";
  margin: 0 .5em;
}

.category-block ._category>li:last-child:after {
  display: none;
}

.content-block p+p {
  margin-top: 1em;
}

.text-alignC {
  text-align: center;
}

.img_block {
  padding-block: 3em;
}

.ttl-line {
  font-weight: 900;
  font-size: 4rem;
  border-bottom: 2px solid #ba9b20;
}

.contentLiveinfo,
.contentTickets,
.contentGoods,
.contentThemesong {
  margin-top: 8rem;
  font-size: 1.8rem;
  line-height: 1.7;
}

.contentLiveinfo__body,
.contentTickets__body,
.contentGoods__body,
.contentThemesong__body {
  margin-top: 2.5rem;
}

.table-event {
  width: 90%;
}

.table-event th,
.table-event td {
  font-weight: normal;
  vertical-align: top;
  border-top: 1px solid #000;
  padding: 10px 0;
}

.table-event th {
  width: 100px;
}

.table-event tr:first-child th,
.table-event tr:first-child td {
  border-top: none;
  padding-top: 0;
}

.anchor-space {
  position: relative;
  padding-top: 140px;
  margin-top: -140px;
  pointer-events: none;
  display: block;
}
#anchor-day3.anchor-space {
  padding-top: 200px;
  margin-top: -200px;
}



.js-acc {
  pointer-events: none;
}

.list-indent>li {
  padding-left: 1em;
  text-indent: -1em;
}

/*------------ ARTISTS ------------*/
.artistsBlock {
  padding-top: 8rem;
}
#anchor-day1 + .artistsBlock {
  padding-top: 1rem;
}
.artistsBlock__title {
  display: flex;
  justify-content: center;
  margin-bottom: 2rem;
}

.artistsBlock__title img {
  height: 7rem;
  width: auto;
}

.artistsBlock__title img.two_line {
  height: 13rem;
}

.artistsBlockList {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  margin-top: -2rem;
}

.artistsBlockList>li {
  width: calc((100% - (2rem * 5)) / 6);
  margin-left: 2rem;
  margin-top: 2rem;
}

.artistsBlockList>li a {
  display: flex;
  flex-direction: column;
  align-items: center;
  color: #000;
  text-decoration: none;
  text-align: center;
}

.artistsBlockList>li:nth-child(6n + 1) {
  margin-left: 0;
}

.artistsBlockList__name {
  font-size: 1.8rem;
  font-weight: 700;
  padding: .5rem 0 .5rem;
}

.artistsBlockList__name.font__small {
  font-size: 1.5rem;
}

.artistsBlockList__instrument {
  font-size: 1.6rem;
  font-weight: 700;
  padding: .2rem 0 0;
}
.artistsBlockList__name .small_ttl{
  font-size: 1.4rem;
}

.artistsBlockList.inmemory{
    margin-top: 1rem;
}
  .artistsBlockList.inmemory li{
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 1rem;
  }


/*------------ ARTISTS DETAIL ------------*/
.contentPageTitle {
  background: url("../images/common/bg_main.png") no-repeat center top;
  background-size: cover;
  position: relative;
  z-index: 1;
}

.contentPageTitle__title {
  height: 46rem;
  display: flex;
  justify-content: flex-end;
  align-items: center;
  padding-top: 12rem;
}

.contentPageTitle__title img {
  height: 10.4rem;
}

.contentBreadcrumb {
  padding: 1rem 0;
}

.listBreadcrumb {
  display: flex;
  gap: 1.5rem;
  font-weight: 700;
  font-size: 1.4rem;
}

.listBreadcrumb a {
  color: inherit;
}

.listBreadcrumb>li {
  display: flex;
  gap: 1.5rem;
  align-items: center;
}

.listBreadcrumb>li:nth-child(n+2):before {
  content: ">";
}

.contentMain {
  padding: 9rem 0 6rem;
}

.flexArtistsDetail {
  display: flex;
  align-items: center;
  gap: 6.4rem;
}

.flexArtistsDetail__li:nth-child(1) {
  flex-shrink: 0;
  flex-grow: 0;
  width: 48rem;
}

.flexArtistsDetail__li:nth-child(2) {
  flex-shrink: 1;
  flex-grow: 1;
}

.artistsDetailInfo__day {
  display: flex;
  align-items: center;
  gap: 1.7rem;
  font-size: 4rem;
  font-weight: 900;
  margin-bottom: .5rem;
}

.artistsDetailInfo__day:before {
  content: "";
  width: 7.2rem;
  height: 7rem;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: contain;
}

.artistsDetailInfo__day.-day1 {
  color: #2f7535;
}

.artistsDetailInfo__day.-day2 {
  color: #1f318f;
}

.artistsDetailInfo__day.-day3 {
  color: #b6001f;
}

.artistsDetailInfo__day.-asb {
  color: #b39a49;
}

.artistsDetailInfo__day.-sup {
  color: #000;
}

.artistsDetailInfo__day.-day1:before {
  background-image: url("../images/artists/img_daymark01.png");
}

.artistsDetailInfo__day.-day2:before {
  background-image: url("../images/artists/img_daymark02.png");
}

.artistsDetailInfo__day.-day3:before {
  background-image: url("../images/artists/img_daymark03.png");
}

.artistsDetailInfo__day.-asb:before {
  background-image: url("../images/artists/img_daymark04.png");
}

.artistsDetailInfo__day.-sup:before {
  background-image: url("../images/artists/img_daymark05.png");
}

.artistsDetailInfo__name {
  display: flex;
  flex-direction: column;
  gap: .5rem;
  font-weight: 900;
}

.artistsDetailInfo__name .-jp {
  font-size: 6.4rem;
}
.artistsDetailInfo__name .-jp.two_line{
  line-height: .8;
  margin-bottom: 2rem;
}
.artistsDetailInfo__name .-jp .small_ttl{
  font-size: 3.8rem;
}

.artistsDetailInfo__name .-en {
  font-size: 2.4rem;
}

.artistsDetailInfo__more {
  margin-top: 4rem;
}

.contentArtistsDetail__body {
  margin-top: 5rem;
  font-size: 1.8rem;
  font-weight: 700;
  line-height: 1.7;
}

.contentArtistsDetail__playlist {
  margin-top: 4rem;
  padding: 0 9rem;
}

.contentArtistsDetail__back {
  margin-top: 10rem;
  display: flex;
  justify-content: center;
}

.btnMore.-rev {
  flex-direction: row-reverse;
}

.btnMore.-rev:after {
  transform: scaleX(-1);
}

/*------------ TICKETS ------------*/
.content-ticket__block .ttl-bg {
  margin-top: 1.5rem;
}

.ttl-bg {
  background-color: #ba9b2080;
  margin: 2rem 0 1.5rem;
  font-size: 2.6rem;
  padding: 5px 10px;
}

.font-bold {
  font-weight: 700;
}

.font-note {
  font-size: 1.4rem;
  line-height: 1.7;
  margin-block: 1rem;
}

.contentTickets__body a,
.contentGoods__body a {
  color: #000;
}

ul.font-note li {
  list-style-position: inside;
  position: relative;
}

ul.font-note li::marker {
  content: "※";
  position: absolute;
  left: 0;
}

.text_link::before {
  content: "＞";
  margin-right: 0.5rem;
}

/*------------ GOODS ------------*/
.content-goods__notes a {
  color: #000;
}

.text_link2::before {
  content: ">>";
  padding-right: 0.5rem;
}

.frame-gold {
  border: 2px solid #ba9b20;
  padding: 2rem 1rem;
}

.list-goods__wrap {
  margin-top: 4rem;
}

.artistgoods_day1 h4{
  background: #2f7535;
  color: #fff;
}
.artistgoods_day1 .goods-item{
  border: 1px solid #2f7535;
  padding: 4rem;
  margin-block: 4rem;
  box-sizing: border-box;
}
.artistgoods_day2 h4 {
  background: #1f318f;
  color: #fff;
}
.artistgoods_day2 .goods-item {
  border: 1px solid #1f318f;
  padding: 4rem;
  margin-block: 4rem;
  box-sizing: border-box;
}.artistgoods_day3 h4 {
  background: #b6001f;
  color: #fff;
}
.artistgoods_day3 .goods-item {
  border: 1px solid #b6001f;
  padding: 4rem;
  margin-block: 4rem;
  box-sizing: border-box;
}
.artistgoods_day1 .goods-item:last-of-type,
.artistgoods_day2 .goods-item:last-of-type{
  margin-bottom: 8rem;
}
.artistgoods_day1 h5,
.artistgoods_day2 h5,
.artistgoods_day3 h5{
  font-size: 32px;
}

.goods-item{
  font-size: 1.8rem;
  background: #fff;
  padding: 1rem;
  box-sizing: border-box;
  color: #000;
}
.goods-item figure{
  margin-inline: 0;
}
.goods-item .item-img{
  text-align: center;
}
.goods-item p{
  margin-bottom: 1.2rem;
}
.goods-item p:last-of-type{
  margin-bottom: 0;
}
p.name-ttl{
  font-size: 2.8rem;
  font-weight: bold;
}
p.item-ttl{
  font-weight: bold;
}
.content-block p.item-note{
  font-weight: normal;
  margin-top: 0;
}
ul.item-list li{
  font-weight: bold;
  list-style-position: inside;
  position: relative;
}
  .item-list li::marker{
    content: "▶";
    position: absolute;
    left: 0;
  }

.item_bluray{
  width: 95%;
  margin-block: 50px;
  margin-inline: auto;
  border: 1px solid #ba9b20;
  padding-block: 20px;
  display: flex;
  align-items: flex-start;
  gap: 20px;
}
  .item_bluray .item-img {
    width: calc(100% / 2);
    margin-block: 0;
  }
  .item_bluray a{
    color: #000;
  }

.list-goods{
  display: flex;
  flex-wrap: wrap;
  margin-top: 0;
}
.list-goods+.list-goods{
  margin-top: 2rem;
}
.list-goods>li{
  width: calc((100% - (2rem * 2)) / 3);
  margin-top: 2rem;
  margin-left: 2rem;
}
.list-goods>li:nth-child(3n+1){
  margin-left: 0;
}
.list-goods ._ttl{
  font-size: 1.8rem;
}
.list-goods ._img img{
  width: calc(100% - 2px);
  border: 1px solid #ba9b20;
  display: block;
}

.ttl_tshirt {
  font-size: 2.6rem;
  margin-top: 4rem;
}

.list-tshirt_size {
  font-size: 1.8rem;
  width: 100%;
  font-weight: bold;
  border-top: 1px solid #ba9b20;
  margin-top: 2rem;
}

.list-tshirt_size th,
.list-tshirt_size td {
  border-bottom: 1px solid #000;
  padding: 1rem;
  text-align: center;
}
.list-tshirt_size tr:last-of-type th,
.list-tshirt_size tr:last-of-type td {
  border-bottom: 1px solid #ba9b20;
}
.list-tshirt_size.aftersales th:first-of-type ,
.list-tshirt_size.aftersales td:first-of-type {
  text-align: left;
  padding-left: 5%;
}

.content-goods__notes{
  margin-top: 4rem;
  font-size: 1.8rem;
}
.content-goods__notes p + p{
  margin-top: 1em;
}

  .goods_flex {
    display: flex;
    justify-content: center;
    align-items: flex-start;
  }
  .goods_flex .flex_left{
    margin-right: 0.8rem;
  }
  .goods_flex .flex_right{
    width: 700px;
  }
  .goods_flex .flex_right ul{
    display: flex;
    flex-wrap: wrap;
  }
  .goods_flex .flex_right li{
    margin-block: 0 1rem;
    margin-inline: 1rem;
    width: calc(100% / 3 - 2rem);
  }
  .goods_flex .flex_right p{
    text-align: right;
    font-size: 1.2rem;
    margin-top: -.5rem;
  }
/*------------ Fancybox ------------*/
  body #fancybox-close {
    top: -1px;
    right: 0;
    width: 29px;
    height: 29px;
    transform: translateY(-100%);
    background: transparent url(../images/goods/btn_close.png) no-repeat center center;
  }
  #fancybox-wrap,
  #fancybox-wrap *{
    box-sizing: content-box;
  }
  .fancybox-bg{
    display: none;
  }
  ._hover {
    transition: opacity 0.3s linear;
    opacity: 1;
  }  

/*------------ THEME SONG ------------*/
.contentThemesong {
  margin-top: 0 !important;
}
.themesong_ttl {
  font-weight: 900;
  font-size: 4rem;
  line-height: .8;
  margin-block: 3rem;
}

.themesong_ttl span {
  font-weight: 500;
  font-size: 1.5rem;
}

.ThemesongBlock p {
  font-size: 2rem;
}

.lyrics-area {
  margin-top: 30px;
}

.lyrics_txt{
  margin-top: 60px !important;
  font-size: 1.5rem !important;
}

/*------------ SETLIST ------------*/
.setlist-content-block{
  margin-top: 4rem;
  font-size: 18px;
}
.setlist-content-block p + p{
  margin-top: 1em;
}
.setlist_ttl {
  color: #fff;
  font-size: 24px;
  padding: 0.5rem 1rem;
  margin-block: 1rem 2rem;
}
.anchor-setlist{
  position: relative;
  padding-top: 160px;
  margin-top: -160px;
  pointer-events: none;
  display: block;
}
.bg_day1{
  background: #347535;
}
.bg_day2{
  background: #1f318f;
}
.bg_day3{
  background: #b6001f;
}
.table_setlist{
  width: 100%;
}
.table_setlist th,
.table_setlist td{
  color: #000;
  border: 1px solid #c8c8c8;
  background-color: #fff;
  font-size: 16px;
  padding: 5px;
}
.table_setlist th{
  color: #FFF;
  text-align: center;
  width: 3.3em;
  box-sizing: border-box;
  font-weight: 100;
}
.table_setlist td{
  font-weight: 700;
}
.table_setlist .ttl_song {
  border-right: none;
  width: 48%;
}
.table_setlist .ttl_artist {
  padding: 5px 15px;
  border-left: none;
  border-right: none;
  width: calc(52% - 3.3em);
}
.day3 .table_setlist th{
  background-color: #b6001f;
}
.day3 .table_setlist .ttl_song{
  color: #b6001f;
}
.day2 .table_setlist th{
  background-color: #1f318f;
}
.day2 .table_setlist .ttl_song{
  color: #1f318f;
}
.day1 .table_setlist th{
  background-color: #347535;
}
.day1 .table_setlist .ttl_song{
  color: #347535;
}

/*------------ FOOTER ------------*/

footer {
  position: relative;
  z-index: 3;
}

.footerBnr {
  /*padding: 9rem 0;*/
  padding: 3rem 0 9rem;
  background-color: #FFF;
}

.listFooterBnr {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
}

.listFooterBnr>li {
  margin: 1rem 2.2rem;
}

.footerHistory {
  padding: 10rem 0;
  background: url("../images/common/bg_footer.png") no-repeat center top;
  background-size: cover;
}

.footerHistory__title {
  display: flex;
  justify-content: center;
}

.footerHistory__title img {
  width: 33.2rem;
}

.footerHistory__list {
  display: flex;
  justify-content: space-between;
  width: 100%;
  margin-top: 2rem;
}

.footerHistory__list img {
  height: 1.6rem;
  width: auto;
}

.footerCopyright {
  padding: 4.5rem 0 4rem;
  background-color: #000;
  color: #FFF;
}

.footerCopyright a {
  color: inherit;
}

.footerCopyright__title {
  display: flex;
  justify-content: center;
  font-size: 1.6rem;
  font-weight: 900;
}

.flexFooterContact {
  margin-top: 2rem;
  display: flex;
  justify-content: center;
  gap: 6rem;
  font-size: 1.4rem;
  font-weight: 900;
}

.listBnrAw {
  display: flex;
  justify-content: center;
  gap: 12rem;
  margin-top: 10rem;
}

.listBnrAw img {
  width: 48rem;
}

hr {
  background-color: #000;
  height: 1px;
  display: block;
}

@media (min-width:769px) {
  .sp {
    display: none !important;
  }
}

@media (max-width:768px) {
  .pc {
    display: none !important;
  }

  body {
    -webkit-text-size-adjust: 100%;
  }

  /*------------ WRAPPER ------------*/
  #wrapper {}

  .contentInner {
    max-width: 100%;
    margin: 0 auto;
    padding: 0 2rem;
    box-sizing: border-box;
  }

  /*------------ HEADER ------------*/
  header {
    padding-top: 4rem;
    margin-bottom: .8rem;
  }

  .headerLogo {
    width: 32rem;
  }

  .headerLogo__img img {
    width: 100%;
  }

  .flexHeaderInfo {
    margin-top: 2.1rem;
    flex-direction: column;
    align-items: center;
    gap: 1.2rem;
  }

  .flexHeaderInfo__li:nth-child(1) img {
    width: 23.1rem;
  }

  .flexHeaderInfo__li:nth-child(2) img {
    width: 23.1rem;
  }

  .flexHeaderBtn {
    position: fixed;
    right: 1rem;
    top: 4rem;
    gap: 2rem;
  }

  /*------------ NAVI ------------*/
  #btn_menu {
    position: relative;
    width: 6.4rem;
    height: 6.4rem;
    display: block;
    z-index: 2000;
    background-color: #000;
    background-size: contain;
    cursor: pointer;
    box-shadow: 0 0 4px #FFF, 0 0 8px #FFF;
  }

  #btn_menu span {
    display: block;
    background: #FFF;
    width: 4.8rem;
    height: 2px;
    position: absolute;
    left: .8rem;
    transition: all 0.4s;
    -webkit-transition: all 0.4s;
    -moz-transition: all 0.4s;
  }

  #btn_menu span:first-child {
    top: 2.1rem;
  }

  #btn_menu span:nth-child(2) {
    display: none;
  }

  #btn_menu span:last-child {
    top: 3.9rem;
  }

  #btn_menu.is-active span {
    background: #FFF;
  }

  #btn_menu.is-active span:first-child {
    transform: rotate(45deg);
    top: 50%;
  }

  #btn_menu.is-active span:nth-child(2) {
    opacity: 0;
  }

  #btn_menu.is-active span:last-child {
    top: 50%;
    transform: rotate(-45deg);
  }

  nav {
    position: fixed;
    top: 0;
    bottom: 0;
    right: 0;
    width: 100%;
    z-index: 50;
    background-color: rgba(255, 255, 255, .8);
    transform: translateX(101%);
    transition: transform .4s;
  }

  #btn_menu.is-active~nav {
    transform: translateX(0%);
  }

  .gnav {
    padding: 14rem 0 4rem 4rem;
  }

  .gnavListSns {
    display: flex;
    gap: 5rem;
  }

  .gnavListSns img {
    width: 4.5rem;
  }

  .gnavMenuList {
    margin-top: 5rem;
    display: flex;
    flex-direction: column;
    gap: 1.9rem;
  }

  .gnavMenuList>li {
    padding-bottom: .9rem;
    border-bottom: 1px solid #000;
  }

  .gnavMenuList>li>a img {
    height: 3.1rem;
    width: auto;
  }

  .gnavMenuList__children {
    font-size: 2rem;
    font-weight: 900;
    padding: 1.4rem 0 1rem 3.4rem;
    display: flex;
    flex-direction: column;
    gap: 1.4rem;
  }

  .gnavMenuList__children>li {
    display: flex;
    align-items: center;
    gap: 1rem;
  }

  .gnavMenuList__children>li a:hover {
    text-decoration: underline;
  }

  .gnavMenuList__children>li:before {
    content: "";
    width: 2rem;
    height: 1px;
    background-color: #000;
  }

  .global_lang{
  }
  .globalsite_list img{
    height: 2.2rem
  }

  /*------------ TOP ------------*/
  .contentMvTop {
    padding: 4.4rem 0 11.6rem;
    background-image: url("../images/index/bg_mv_sp.png");
    background-size: 100% 100%;
  }

  .contentMvTop .contentInner {
    padding: 0 1rem;
  }

  .mvSlideWrap {
    gap: 2rem;
  }

  .mvSlide {
    display: flex;
    gap: .3rem;
  }

  .mvSlide>li:nth-child(n+5) {
    display: none;
  }

  .mvSlide img {
    width: 17.9rem;
  }

  .contentPickupTop {
    padding: 18rem 0;
    margin-top: -8rem;
    background-image: url("../images/index/bg_pickup_sp.png");
    background-size: cover;
  }

  .flexPickup {
    display: flex;
    align-items: center;
  }

  .flexPickup.-pickup {
    gap: 2.6rem;
  }

  .flexPickup.-news {
    gap: 4.2rem;
  }

  .flexPickup.-movie {
    gap: 6.4rem;
  }

  .flexPickup.-playlist {
    gap: 3.8rem;
  }

  .flexPickup__li:nth-child(1) {
    padding-left: 0;
    flex-shrink: 0;
    flex-grow: 0;
  }

  .flexPickup .flexPickup__li:nth-child(2) {
    flex: 1;
  }

  .flexPickup.-pickup .flexPickup__li:nth-child(2) {
    flex: 1;
    margin-right: calc(50% - 50vw);
    overflow: hidden;
  }

  .flexPickup.-pickup .ttlTop img {
    width: 24.2rem;
  }

  .flexPickup.-news .ttlTop img {
    width: 19rem;
  }

  .flexPickup.-movie {
    flex-direction: column;
    align-items: flex-start;
    gap: 4.8rem;
  }

  .flexPickup.-movie .ttlTop img {
    width: 21.6rem;
  }

  .flexPickup.-movie .flexPickup__li:nth-child(2) {
    width: 100%;
  }

  .flexPickup.-playlist .ttlTop img {
    width: 31.4rem;
  }

  .slidePickup {
    /*display: flex;
    gap: 1.4rem;*/
  }

  .slidePickup .swiper-slide {
    width: 44rem;
  }

  .slidePickup img {
    width: 100%;
  }

  .flexPickup .swiper-pagination {
    margin-top: 3.8rem;
    position: static;
    text-align: left;
    display: flex;
    gap: 1rem;
  }

  .flexPickup .swiper-horizontal>.swiper-pagination-bullets .swiper-pagination-bullet,
  .swiper-pagination-horizontal.swiper-pagination-bullets .swiper-pagination-bullet {
    margin: 0;
  }

  .flexPickup .swiper-pagination-bullet {
    width: 1.2rem;
    height: 1.2rem;
    display: inline-block;
    border-radius: 0;
    background-color: #000000;
    opacity: 1;
  }

  .flexPickup .swiper-pagination-bullet-active {
    opacity: 1;
    background-color: #c2a01e;
  }

  .contentNewsTop {
    padding: 12rem 0 10rem;
    margin-top: -8rem;
    background-image: url("../images/index/bg_news_sp.png");
    background-size: cover;
  }

  .flexPickup__more {
    margin-top: 2rem;
  }

  .listNews>li {
    padding: 1.3rem 0 1.5rem;
    border-bottom: 1px solid #b2bbc0;
    font-size: 2.2rem;
  }

  .listNews a {
    color: inherit;
    text-decoration: none;
  }

  .listNews a:hover {
    text-decoration: underline;
  }

  .listNews__head {
    display: flex;
    gap: 1em;
    color: #b2bbc0;
    margin-bottom: .8rem;
  }

  .listNews__body {
    font-weight: 700;
  }

  .contentMovieTop {
    padding: 10rem 0 13rem;
    background-image: url("../images/index/bg_movie_sp.png");
    background-size: cover;
    position: relative;
    z-index: 1;
  }
  .movie_wp {
    width: 80%;
    margin: 6rem auto 0;
    overflow: hidden;
  }

  .movieBox {
    width: 100%;
  }

  .movieBox__inner {
    padding-top: 56.25%;
    position: relative;
  }

  .movieBox__inner iframe {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
  }

  .contentPlaylistTop {
    margin-top: -8rem;
    background-size: 100% auto;
    padding: 8rem 0 0;
    background-image: url("../images/index/bg_playlist_w.png");
    /*padding: 20rem 0 10rem;
    background: url("../images/index/bg_playlist.png") no-repeat center top;*/
  }

  .playlistBox iframe {
    height: 38.3rem;
  }
	
  /*------------ TICKET ------------*/
  .ticket_logo,
  .ticket_btn{
    width: 60vw;
    margin-inline: auto;
  }
  .ticket_qr{
    width: 30vw;
    margin-inline: auto;
  }
	
  /*------------ LIVE INFO ------------*/
  .content-block {
    margin-top: 4rem;
    font-size: 2.4rem;
  }

  .content-block p img {
    width: 100%;
  }

  .contentLiveinfo,
  .contentTickets {
    margin-top: 0;
    font-size: 2.2rem;
  }

  .table-event {
    border-bottom: 1px solid #000;
    width: 100%;
  }

  .table-event th,
  .table-event td {
    padding: 1rem 0;
  }

  .table-event th {
    width: 5em;
  }

  .anchor-space {
    padding-top: 30rem;
    margin-top: -30rem;
  }
  #anchor-day3.anchor-space {
    padding-top: 40rem;
    margin-top: -40rem;
  }

  .js-acc {
    position: relative;
    padding-right: 4.5rem;
    pointer-events: auto;
  }

  .js-acc__target {
    display: none;
  }

  .js-acc__icon {
    position: absolute;
    right: 0;
    top: calc(50% - 1rem);
    transform: translateY(-50%);
  }

  .js-acc__icon:before {
    content: "";
    display: block;
    width: 3.2rem;
    height: 1.9rem;
    background: url("../images/common/icon_arrow_acc.png") no-repeat center center;
    background-size: contain;
    transform: rotate(0deg);
    transition: transform .3s;
  }

  .js-acc.is-active .js-acc__icon:before {
    transform: rotate(180deg);
  }


  /*------------ ARTISTS ------------*/
  .artistsBlock {
    padding-top: 4rem;
  }

  .artistsBlock+.artistsBlock {
    padding-top: 8rem;
  }

  .artistsBlock__title {
    display: flex;
    justify-content: center;
    margin-bottom: 2rem;
  }


  .artistsBlockList {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    margin-top: -4rem;
  }

  .artistsBlockList>li {
    width: 50%;
    margin-left: 0;
    margin-top: 4rem;
    padding: 0 1rem;
  }

  .artistsBlockList__name {
    font-size: 2.8rem;
    padding: 1rem 0 .5rem;
  }

  .artistsBlockList__name.font__small {
    font-size: 2.7rem;
  }

  .artistsBlockList__instrument {
    font-size: 2.4rem;
    font-weight: 700;
    padding: .2rem 0 0;
  }

  .artistsBlockList__name .small_ttl {
    font-size: 2rem;
  }
  .artistsBlockList.inmemory{
    margin-top: -2rem;
  }


  /*------------ ARTISTS DETAIL ------------*/
  .contentPageTitle {
    background-image: url("../images/common/bg_main_sp.png");
    margin-top: -3rem;
  }

  .contentPageTitle__title {
    height: 35.8rem;
    padding-top: 5.6rem;
  }

  .contentPageTitle__title img {
    height: 8.9rem;
  }

  .contentBreadcrumb {
    padding: 1rem 0;
  }

  .listBreadcrumb {
    display: flex;
    gap: 1.5rem;
    font-weight: 700;
    font-size: 1.4rem;
  }

  .listBreadcrumb a {
    color: inherit;
  }

  .listBreadcrumb>li {
    display: flex;
    gap: 1.5rem;
    align-items: center;
  }

  .listBreadcrumb>li:nth-child(n+2):before {
    content: ">";
  }

  .contentMain {
    padding: 4rem 0 6rem;
  }

  .flexArtistsDetail {
    flex-direction: column;
    gap: 5rem;
    padding: 0 3.5rem;
  }

  .flexArtistsDetail__li:nth-child(1) {
    flex-shrink: 1;
    flex-grow: 1;
    width: 100%;
  }

  .flexArtistsDetail__li:nth-child(2) {
    flex-shrink: 1;
    flex-grow: 1;
    width: 100%;
  }

  .artistsDetailInfo__day {
    display: flex;
    align-items: center;
    gap: 1.7rem;
    font-size: 4rem;
    font-weight: 900;
    margin-bottom: .5rem;
  }

  .artistsDetailInfo__day:before {
    content: "";
    width: 7.2rem;
    height: 7rem;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: contain;
  }

  .artistsDetailInfo__name {
    display: flex;
    flex-direction: column;
    gap: .5rem;
    font-weight: 900;
  }

  .artistsDetailInfo__name .-jp {
    font-size: 6.4rem;
  }

  .artistsDetailInfo__name .-en {
    font-size: 2.4rem;
  }

  .artistsDetailInfo__more {
    margin-top: 4rem;
  }

  .contentArtistsDetail__body {
    margin-top: 5.5rem;
    font-size: 2.2rem;
  }

  .contentArtistsDetail__playlist {
    margin-top: 4rem;
    padding: 0;
  }

  .contentArtistsDetail__back {
    margin-top: 10rem;
  }

  .contentArtistsDetail__back .btnMore {
    font-size: 2.2rem;
  }

  /*------------ TICKETS ------------*/
  .font-note {
    font-size: 1.8rem;
  }

  /*------------ GOODS ------------*/
  .list-goods__wrap ._category,
  .frame-gold {
    font-size: 2.4rem;
  }
  .frame-gold img {
    max-width: 80%;
  }
    .artistgoods_day1 h5,
    .artistgoods_day2 h5,
    .artistgoods_day3 h5 {
      font-size: 4rem;
    }

  .ttl-line{
    font-size: 4rem;
    padding-bottom: 1rem;
    margin-bottom: 2rem;
  }
  .list-goods{
    display: flex;
    flex-wrap: wrap;
    margin-top: -1.5rem;
  }
  .list-goods>li{
    width: 50%;
    padding: 0 1.5rem;
    margin-top: 1.5rem;
    margin-left: 0;
  }
  .list-goods>li:nth-child(3n+1){
    margin-left: 0;
  }
  .list-goods ._ttl{
    font-size: 2.4rem;
    margin-top: 1rem;
  }
  .ttl-bg{
    margin: 4rem 0 2rem;
    font-size: 3.2rem;
    padding: .5rem 1rem;
  }
  .content-goods__notes{
    margin-top: 4rem;
    font-size: 2.4rem;
  }
  .content-goods__notes p + p{
    margin-top: 1em;
  }
  .goods-item {
    font-size: 2.4rem;
  }
  .goods-item .artist-ttl{
    font-size: 4rem;
  }
  .goods-item .artist-ttl span{
    font-size: 2.4rem;
  }
  .list-tshirt_size {
    font-size: 2.4rem;
  }
  .list-tshirt_size.aftersales th:first-of-type ,
  .list-tshirt_size.aftersales td:first-of-type {
    padding-left: 0;
  }
  .goods_flex{
    flex-direction: column;
  }
  .goods_flex .flex_left{
    margin-right: 0;
    margin-bottom: 1rem;
    text-align: center;
    width: 100%;
  }
  .goods_flex .flex_left img{
    width: 45vw;
  }
  .goods_flex .flex_right{
    width: 100%;
  }
  .goods_flex .flex_right ul{
    justify-content: center;
  }
  .goods_flex .flex_right li {
    margin-block: 0 2rem;
    margin-inline: 1.3rem;
    width: calc(100% / 2 - 3rem);
  }
  .goods_flex .flex_right p{
    text-align: center;
    font-size: 1.8rem;
  }
  
  .item_bluray {
    flex-direction: column;
  }
    .item_bluray .item-img{
      width: 70%;
      margin-inline: auto;
    }


  /*------------ THEME SONG ------------*/
  .themesong_ttl {
    line-height: 1.2;
    font-size: 4.2rem;
  }

  .themesong_ttl span {
    font-size: 2rem;
  }

  .ThemesongBlock p {
    font-size: 2.5rem;
  }

  .jacket_img{
    width: 45% !important;
  }

  .lyrics_txt {
    margin-top: 40px !important;
    font-size: 2rem !important;
  }

  /*------------ SETLIST ------------*/
  .setlist_ttl .js-acc__icon{
    right: 1rem;
    top: 50%;
  }
  .setlist_ttl .js-acc__icon:before {
    background: url("../images/common/icon_arrow_acc_w.png") no-repeat center center;
    background-size: contain;
  }
  
  .setlist-content-block{
    font-size: 2.4rem;
  }
  .setlist-content-block p + p{
    margin-top: 1em;
  }
  .table_setlist th,
  .table_setlist td{
    font-size: 2.8vw;
    padding: 1vw;
  }  
  /*------------ FOOTER ------------*/

  footer {
    position: relative;
    z-index: 3;
  }

  .footerBnr {
    /*padding: 9rem 0;*/
    padding: 2rem 0 8rem;
  }

  .listFooterBnr {
    margin: 0 -1.5rem;
  }

  .listFooterBnr>li {
    margin: 1.5rem 1.5rem;
  }

  .listFooterBnr>li img {
    max-height: 6rem;
    max-width: 20.2rem;
    width: auto;
    height: auto;
  }

  .footerHistory {
    padding: 10rem 0;
    background: url("../images/common/bg_footer.png") no-repeat center top;
    background-size: cover;
  }

  .footerHistory__title {
    display: flex;
    justify-content: center;
  }

  .footerHistory__title img {
    width: 33.2rem;
  }

  .footerHistory__list {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    gap: 2rem;
    width: 100%;
    margin-top: 5rem;
    padding: 0 2rem;
  }

  .footerHistory__list img {
    height: 2rem;
    width: auto;
  }

  .footerCopyright {
    padding: 4.5rem 0;
  }

  .footerCopyright__title {
    font-size: 1.8rem;
    font-weight: 900;
  }

  .flexFooterContact {
    margin-top: 2rem;
    gap: 6.8rem;
    font-size: 1.6rem;
  }

  .listBnrAw {
    flex-direction: column;
    align-items: center;
    gap: 4rem;
    margin-top: 8rem;
  }

  .listBnrAw img {
    width: 48rem;
  }
}