@charset "UTF-8";
/*===============================================
reset
=============================================== */
@import url("//hello.myfonts.net/count/33b33c");
a:active,
a:hover {
  outline: 0;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-size: inherit;
  margin: 0;
  font-weight: normal;
}

ul,
ol {
  margin: 0;
  padding: 0;
}

li {
  list-style: none;
}

dl,
dt,
dd {
  margin: 0;
}

figure {
  margin: 0;
}

p {
  margin: 0;
}

address {
  font-style: normal;
}

*,
*:after,
*:before {
  box-sizing: border-box;
}

img {
  vertical-align: top;
}

/*===============================================
base, layout
=============================================== */
/* =Global
----------------------------------------------- */
/* font */
/* @import must be at top of file, otherwise CSS will not work */
@font-face {
  font-family: 'VeneerClean-Reg';
  src: url("/common/special/others/170519_BBJParty2017/font/33B33C_0_0.eot");
  src: url("/common/special/others/170519_BBJParty2017/font/33B33C_0_0.eot?#iefix") format("embedded-opentype"), url("/common/special/others/170519_BBJParty2017/font/33B33C_0_0.woff2") format("woff2"), url("/common/special/others/170519_BBJParty2017/font/33B33C_0_0.woff") format("woff"), url("/common/special/others/170519_BBJParty2017/font/33B33C_0_0.ttf") format("truetype");
}
/* basic */
html {
  font-size: 62.5%;
}

body {
  font-size: 1.4rem;
  font-family: "Hiragino Sans", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", "MS Pゴシック", "MS P Gothic", sans-serif;
  color: #000;
  background-color: #fff;
  min-width: 1140px;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

p {
  line-height: 2;
  font-size: 1.4rem;
}

a {
  color: #fff;
  text-decoration: none;
}

@media screen and (max-width: 780px) {
  body {
    font-size: 1.2rem;
    overflow-x: hidden;
    min-width: 100%;
    -webkit-text-size-adjust: 100%;
  }

  p {
    line-height: 1.8;
    font-size: 1.2rem;
  }
}
/* #header, #footer
** テンプレートのスタイルを上書き
----------------------------------------------- */
html {
  background-image: none;
}

#wrapper {
  width: 100%;
  padding: 0;
}

#content {
  width: inherit;
  margin: 0;
  padding: 0;
  background: none;
  overflow: hidden;
  position: relative;
}

#footer {
  margin: 0;
}

#widebanner {
  margin: 0 auto;
}

#ydn_pc {
  display: none;
}

/* =Content
----------------------------------------------- */
article.gradient {
  background: #da4c44;
  /* Old browsers */
  background: -moz-linear-gradient(top, #da4c44 0%, #fe9c76 15%, #fe9c76 15%, #ac01f0 34%, #5201fc 53%, #03033b 73%, #060116 100%);
  /* FF3.6-15 */
  background: -webkit-linear-gradient(top, #da4c44 0%, #fe9c76 15%, #fe9c76 15%, #ac01f0 34%, #5201fc 53%, #03033b 73%, #060116 100%);
  /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to bottom, #da4c44 0%, #fe9c76 15%, #fe9c76 15%, #ac01f0 34%, #5201fc 53%, #03033b 73%, #060116 100%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#da4c44', endColorstr='#060116',GradientType=0 );
  /* IE6-9 */
}

.hero {
  overflow: hidden;
  position: relative;
  width: 100%;
  min-height: 790px;
  max-height: 900px;
}
.hero:before {
  content: "";
  display: block;
  padding-top: 54.86%;
  /* 高さを幅の54.86%に固定 */
}
@media screen and (max-width: 780px) {
  .hero {
    width: 100%;
    height: 100vh;
    min-height: 100vh;
    max-height: 100vh;
  }
}
.hero .swiper-container {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  width: 100%;
  height: 100%;
  margin-left: auto;
  margin-right: auto;
  overflow: hidden;
  z-index: -1;
}
.hero .hero-item {
  width: 100%;
  height: 100%;
  background-size: cover;
  background-position: center top;
}
.hero .hero-item01 {
  background-image: url(/common/special/others/170519_BBJParty2017/images/hero_image_01.jpg);
}
.hero .hero-item02 {
  background-image: url(/common/special/others/170519_BBJParty2017/images/hero_image_02.jpg);
}
.hero .hero-item03 {
  background-image: url(/common/special/others/170519_BBJParty2017/images/hero_image_03.jpg);
}
.hero .hero-item04 {
  background-image: url(/common/special/others/170519_BBJParty2017/images/hero_image_04.jpg);
}
.hero .logo_10th_anniversary {
  position: absolute;
  top: 20px;
  left: 35px;
}
.hero .logo_10th_anniversary img {
  width: 60px;
  height: 60px;
}
@media screen and (max-width: 780px) {
  .hero .logo_10th_anniversary {
    top: 6.7vw;
    left: 6.7vw;
  }
  .hero .logo_10th_anniversary img {
    width: 12vw;
    height: 12vw;
  }
}
.hero .hero__contents {
  position: absolute;
  width: 100%;
  height: 622px;
  top: 50%;
  transform: translateY(-50%);
}
@media screen and (max-width: 780px) {
  .hero .hero__contents {
    height: 97.3vw;
  }
}
.hero .hero__lead--1 {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  margin: auto;
  width: 120px;
}
@media screen and (max-width: 780px) {
  .hero .hero__lead--1 {
    top: 0vw;
    width: 17.6vw;
  }
  .hero .hero__lead--1 img {
    width: 100%;
  }
}
.hero .hero__lead--2 {
  position: absolute;
  top: 53px;
  left: 0;
  right: 0;
  margin: auto;
  width: 252px;
}
@media screen and (max-width: 780px) {
  .hero .hero__lead--2 {
    top: 8vw;
    width: 38vw;
  }
  .hero .hero__lead--2 img {
    width: 100%;
  }
}
.hero .hero__lead--3 {
  position: absolute;
  top: 148px;
  left: 0;
  right: 0;
  margin: auto;
  width: 540px;
}
@media screen and (max-width: 780px) {
  .hero .hero__lead--3 {
    top: 21vw;
    width: 82vw;
  }
  .hero .hero__lead--3 img {
    width: 100%;
  }
}
.hero .hero__text--1 {
  position: absolute;
  top: 462px;
  left: 0;
  right: 0;
  margin: auto;
  width: 1010px;
  text-align: center;
  color: #ffffff;
  font-family: VeneerClean-Reg, sans-serif;
  font-size: 4.2rem;
  letter-spacing: 0.025em;
  line-height: 1.2;
}
@media screen and (max-width: 780px) {
  .hero .hero__text--1 {
    top: 71vw;
    width: 100%;
    font-size: 6.6vw;
  }
}
.hero .hero__text--2 {
  position: absolute;
  top: 592px;
  left: 0;
  right: 0;
  margin: auto;
  width: 1010px;
  text-align: center;
  color: #ffffff;
  font-family: VeneerClean-Reg, sans-serif;
  font-size: 2.0rem;
  letter-spacing: 0.05em;
}
.hero .hero__text--2 .artist {
  display: inline-block;
}
.hero .hero__text--2 .artist:nth-child(2) {
  margin-left: 20px;
}
.hero .hero__text--2 .artist:nth-child(3) {
  margin-left: 20px;
}
@media screen and (max-width: 780px) {
  .hero .hero__text--2 {
    top: 93vw;
    width: 100%;
    font-size: 4vw;
  }
  .hero .hero__text--2 .artist:nth-child(2) {
    margin-left: 4vw;
  }
  .hero .hero__text--2 .artist:nth-child(3) {
    margin-left: 4vw;
  }
}

.sec__upper h3 {
  font-family: VeneerClean-Reg, sans-serif;
}
.sec__upper h3 img {
  width: 100%;
}
.sec__upper span {
  font-size: 2rem;
  text-transform: uppercase;
  letter-spacing: .1em;
}

.sec__lower {
  margin-top: 50px;
}
.sec__lower p {
  font-size: 1.4rem;
  line-height: 2.3;
}
.sec__lower button {
  width: 210px;
  height: 48px;
  margin-top: 40px;
  padding: 0;
  background: none;
  border: #000000 solid 1px;
  font-family: VeneerClean-Reg, sans-serif;
  font-size: 1.6rem;
  letter-spacing: 0.15em;
  line-height: 48px;
}
.sec__lower button:hover {
  cursor: pointer;
}
.sec__lower button:active {
  cursor: pointer;
}

.sec00 {
  padding-bottom: 70px;
  text-align: center;
}
.sec00 h2 {
  margin-top: 170px;
  font-family: VeneerClean-Reg, sans-serif;
  font-size: 4.8rem;
  letter-spacing: 0.05em;
}
.sec00 h2 .shoulder {
  display: block;
  font-size: 1.4rem;
  line-height: 1.0;
  letter-spacing: 0.03em;
}
.sec00 h2 .main {
  display: block;
  margin-top: 10px;
  font-size: 4.8rem;
  line-height: 1.2;
}
.sec00 .lead {
  margin-top: 18px;
  font-family: "HiraginoSans-W6", "Hiragino Sans W6", "ヒラギノ角ゴシック W6", "メイリオ", "Meiryo", sans-serif;
  font-weight: bold;
  font-weight: 600;
  font-size: 2.0rem;
}
.sec00 .body {
  margin-top: 20px;
  font-family: "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", "MS Pゴシック", "MS P Gothic", sans-serif;
  font-size: 1.4rem;
  line-height: 2.4;
}
@media screen and (max-width: 780px) {
  .sec00 {
    padding-bottom: 16.7vw;
  }
  .sec00 h2 {
    margin-top: 26vw;
    font-size: 7.47vw;
    letter-spacing: 0.025em;
  }
  .sec00 h2 .shoulder {
    font-size: 3.2vw;
  }
  .sec00 h2 .main {
    margin-top: 4.4vw;
    font-size: 7.47vw;
  }
  .sec00 .lead {
    margin-top: 6.67vw;
    font-size: 4.26vw;
  }
  .sec00 .body {
    margin-top: 7.6vw;
    font-size: 3.46vw;
    line-height: 1.9;
  }
}

/*アーティスト紹介共通レイアウト*/
.sec {
  position: relative;
  overflow: hidden;
}

.sec.sec01 .line_tl, .sec.sec02 .line_tl, .sec.sec03 .line_tl {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
}
.sec.sec01 .line_br, .sec.sec02 .line_br, .sec.sec03 .line_br {
  display: block;
  position: absolute;
  bottom: 0;
  right: 0;
}

/*スマホ用アーティスト紹介共通レイアウト*/
@media screen and (max-width: 780px) {
  .sec.sec01 .line_tl, .sec.sec02 .line_tl, .sec.sec03 .line_tl {
    width: 35vw;
    left: -5.3vw;
  }
  .sec.sec01 .line_br, .sec.sec02 .line_br, .sec.sec03 .line_br {
    width: 35vw;
    right: -14.6vw;
  }
  .sec.sec01 h2, .sec.sec02 h2, .sec.sec03 h2 {
    font-size: 3.2vw;
  }
  .sec.sec01 h2 .shoulder, .sec.sec02 h2 .shoulder, .sec.sec03 h2 .shoulder {
    display: block;
    font-size: 3.2vw;
    line-height: 1.0;
    letter-spacing: 0.03em;
  }
  .sec.sec01 h2 .main, .sec.sec02 h2 .main, .sec.sec03 h2 .main {
    display: block;
    margin-top: 14px;
    font-size: 6.4vw;
    line-height: 1.2;
  }
  .sec.sec01 .sec__upper, .sec.sec02 .sec__upper, .sec.sec03 .sec__upper {
    flex-direction: column;
    width: 100vw;
    max-width: 100vw;
    min-width: 100vw;
  }
  .sec.sec01 .sec__upper .name, .sec.sec02 .sec__upper .name, .sec.sec03 .sec__upper .name {
    width: 86.6vw;
    margin: 0 auto;
  }
  .sec.sec01 .sec__upper .name h3 img, .sec.sec02 .sec__upper .name h3 img, .sec.sec03 .sec__upper .name h3 img {
    margin: 0;
    padding-top: 8vw;
  }
  .sec.sec01 .sec__upper .name h3 span, .sec.sec02 .sec__upper .name h3 span, .sec.sec03 .sec__upper .name h3 span {
    padding-top: 7vw;
    padding-left: 0;
    font-size: 3.7vw;
  }
  .sec.sec01 .sec__upper .name p, .sec.sec02 .sec__upper .name p, .sec.sec03 .sec__upper .name p {
    padding-top: 5vw;
    padding-left: 0;
    font-size: 4vw;
    line-height: 1.8;
  }
  .sec.sec01 .sec__middle, .sec.sec02 .sec__middle, .sec.sec03 .sec__middle {
    flex-direction: column;
    width: 100vw;
    max-width: 100vw;
    min-width: 100vw;
    margin: 10vw auto 0;
  }
  .sec.sec01 .sec__middle .video__wrapper, .sec.sec02 .sec__middle .video__wrapper, .sec.sec03 .sec__middle .video__wrapper {
    width: 86.6vw;
    margin: 0 auto;
  }
  .sec.sec01 .sec__middle .video__wrapper img, .sec.sec02 .sec__middle .video__wrapper img, .sec.sec03 .sec__middle .video__wrapper img {
    width: 100%;
  }
  .sec.sec01 .sec__middle .video__wrapper h4, .sec.sec02 .sec__middle .video__wrapper h4, .sec.sec03 .sec__middle .video__wrapper h4 {
    margin-top: 4vw;
    font-size: 4vw;
  }
  .sec.sec01 .sec__middle .album, .sec.sec02 .sec__middle .album, .sec.sec03 .sec__middle .album {
    width: 86.6vw;
    margin: 7vw auto 0;
    padding-left: 0;
  }
  .sec.sec01 .sec__middle .album figure, .sec.sec02 .sec__middle .album figure, .sec.sec03 .sec__middle .album figure {
    display: flex;
    flex-direction: row;
  }
  .sec.sec01 .sec__lower, .sec.sec02 .sec__lower, .sec.sec03 .sec__lower {
    width: 100%;
    margin: 10vw auto 0;
  }
  .sec.sec01 .sec__lower .l-container, .sec.sec02 .sec__lower .l-container, .sec.sec03 .sec__lower .l-container {
    width: 86.6vw;
    margin: 2vw auto 0;
  }
  .sec.sec01 .sec__lower p, .sec.sec02 .sec__lower p, .sec.sec03 .sec__lower p {
    width: 86.6vw;
    font-size: 3.47vw;
    line-height: 1.84;
  }
  .sec.sec01 .sec__lower .btn, .sec.sec02 .sec__lower .btn, .sec.sec03 .sec__lower .btn {
    margin-top: 40px;
  }
}
.sec01 {
  padding-top: 58px;
  padding-bottom: 58px;
}
.sec01 h2 {
  text-align: center;
  font-family: VeneerClean-Reg, sans-serif;
  font-size: 4.8rem;
  letter-spacing: 0.05em;
}
.sec01 h2 .shoulder {
  display: block;
  font-size: 1.4rem;
  line-height: 1.0;
  letter-spacing: 0.03em;
}
.sec01 h2 .main {
  display: block;
  margin-top: 14px;
  font-size: 4.0rem;
  line-height: 1.2;
}
.sec01 .sec__upper {
  display: flex;
  flex-direction: row-reverse;
  width: 100%;
  max-width: 1200px;
  min-width: 1140px;
  margin: 62px auto 0;
}
.sec01 .sec__upper .photo {
  width: 64.3%;
}
.sec01 .sec__upper .photo img {
  width: 100%;
}
.sec01 .sec__upper .name {
  width: 35.7%;
}
.sec01 .sec__upper .name h3 img {
  display: block;
  width: 380px;
  padding-top: 102px;
}
.sec01 .sec__upper .name h3 span {
  display: block;
  padding-top: 58px;
  padding-left: 95px;
  font-size: 1.6rem;
  letter-spacing: 0.05em;
}
.sec01 .sec__upper .name p {
  padding-top: 48px;
  padding-left: 95px;
  font-family: "HiraginoSans-W6", "Hiragino Sans W6", "ヒラギノ角ゴシック W6", "メイリオ", "Meiryo", sans-serif;
  font-weight: bold;
  font-weight: 600;
  font-size: 1.8rem;
  line-height: 1.8;
}
.sec01 .sec__middle {
  display: flex;
  flex-direction: row;
  width: 1010px;
  margin: 50px auto 0;
}
.sec01 .sec__middle .video__wrapper {
  width: 61.4%;
}
.sec01 .sec__middle .video__wrapper img {
  display: block;
  width: 100%;
}
.sec01 .sec__middle .video__wrapper h4 {
  margin-top: 24px;
  font-family: VeneerClean-Reg, sans-serif;
  font-size: 1.6rem;
  letter-spacing: 0.08rem;
}
.sec01 .sec__middle .album {
  width: 38.6%;
  padding-left: 135px;
}
.sec01 .sec__lower .btn {
  margin-top: 40px;
}
@media screen and (max-width: 780px) {
  .sec01 {
    padding-top: 9vw;
    padding-bottom: 9vw;
  }
  .sec01 h2 {
    letter-spacing: 0.025em;
  }
  .sec01 .sec__upper {
    margin: 12.8vw auto 0;
  }
  .sec01 .sec__upper .photo {
    width: 86.6vw;
    margin: 0 auto;
    padding: 0;
  }
  .sec01 .sec__upper .photo img {
    width: 100%;
  }
  .sec01 .sec__upper .name h3 img {
    width: 50vw;
  }
  .sec01 .sec__upper .name h3 span {
    letter-spacing: 0.025em;
  }
}

.sec02 {
  padding-top: 58px;
  padding-bottom: 58px;
}
.sec02 .sec__upper {
  display: flex;
  flex-direction: row;
  width: 100%;
  max-width: 1200px;
  min-width: 1140px;
  margin: 110px auto 0;
}
.sec02 .sec__upper .photo {
  width: 64.3%;
  z-index: 1;
}
.sec02 .sec__upper .photo img {
  width: 100%;
}
.sec02 .sec__upper .name {
  width: 35.7%;
}
.sec02 .sec__upper .name h3 img {
  display: block;
  width: 300px;
  margin: 0 60px 0 70px;
  padding-top: 94px;
}
.sec02 .sec__upper .name h3 span {
  display: block;
  padding-top: 58px;
  padding-left: 95px;
  font-size: 1.6rem;
  letter-spacing: 0.05em;
}
.sec02 .sec__upper .name p {
  padding-top: 48px;
  padding-left: 95px;
  font-family: "HiraginoSans-W6", "Hiragino Sans W6", "ヒラギノ角ゴシック W6", "メイリオ", "Meiryo", sans-serif;
  font-weight: bold;
  font-weight: 600;
  font-size: 1.8rem;
  line-height: 1.8;
}
.sec02 .sec__middle {
  display: flex;
  flex-direction: row-reverse;
  width: 1010px;
  margin: 50px auto 0;
}
.sec02 .sec__middle .video__wrapper {
  width: 61.4%;
}
.sec02 .sec__middle .video__wrapper img {
  display: block;
  width: 100%;
}
.sec02 .sec__middle .video__wrapper h4 {
  margin-top: 24px;
  font-family: VeneerClean-Reg, sans-serif;
  font-size: 1.6rem;
  letter-spacing: 0.08rem;
}
.sec02 .sec__middle .album {
  width: 38.6%;
  padding-left: 55px;
}
.sec02 .sec__lower .btn {
  margin-top: 40px;
}
@media screen and (max-width: 780px) {
  .sec02 {
    margin: 6.1vw auto 0;
    padding-top: 17.4vw;
    padding-bottom: 11vw;
  }
  .sec02 .sec__upper {
    margin: 0 auto 0;
  }
  .sec02 .sec__upper .photo {
    width: 86.6vw;
    margin: 0 auto;
    padding: 0;
  }
  .sec02 .sec__upper .photo img {
    width: 100%;
  }
  .sec02 .sec__upper .name h3 img {
    width: 40vw;
  }
  .sec02 .sec__upper .name h3 span {
    letter-spacing: 0.025em;
  }
}

.sec03 {
  padding-top: 58px;
  padding-bottom: 58px;
  color: #ffffff;
}
.sec03 .sec__upper {
  display: flex;
  flex-direction: row-reverse;
  width: 100%;
  max-width: 1200px;
  min-width: 1140px;
  margin: 180px auto 0;
}
.sec03 .sec__upper .photo {
  width: 50%;
  padding-right: 94px;
}
.sec03 .sec__upper .photo img {
  width: 100%;
}
.sec03 .sec__upper .name {
  width: 50%;
}
.sec03 .sec__upper .name h3 img {
  display: block;
  width: 348px;
  padding-top: 68px;
}
.sec03 .sec__upper .name h3 span {
  display: block;
  padding-top: 58px;
  padding-left: 95px;
  font-size: 1.6rem;
  letter-spacing: 0.05em;
}
.sec03 .sec__upper .name p.lead {
  padding-top: 48px;
  padding-left: 95px;
  font-family: "HiraginoSans-W6", "Hiragino Sans W6", "ヒラギノ角ゴシック W6", "メイリオ", "Meiryo", sans-serif;
  font-weight: bold;
  font-weight: 600;
  font-size: 1.8rem;
  line-height: 1.8;
}
.sec03 .sec__upper .name p.body {
  padding-top: 28px;
  padding-left: 95px;
  font-size: 1.4rem;
  line-height: 2.3;
}
.sec03 .sec__middle {
  display: flex;
  flex-direction: row;
  width: 1010px;
  margin: 50px auto 0;
}
.sec03 .sec__middle .video__wrapper {
  width: 61.4%;
}
.sec03 .sec__middle .video__wrapper img {
  display: block;
  width: 100%;
}
.sec03 .sec__middle .video__wrapper h4 {
  margin-top: 24px;
  font-family: VeneerClean-Reg, sans-serif;
  font-size: 1.6rem;
  letter-spacing: 0.08rem;
}
.sec03 .sec__middle .album {
  width: 38.6%;
  padding-left: 135px;
}
.sec03 .sec__lower .btn {
  margin-top: 20px;
}
.sec03 .sec__lower .btn a {
  border-color: #ffffff;
  color: #ffffff;
}
.sec03 .btn_officialsite a {
  border-color: #ffffff;
}
.sec03 .btn_officialsite a div {
  color: #ffffff;
}
@media screen and (max-width: 780px) {
  .sec03 {
    margin: 6.1vw auto 0;
    padding-top: 17.4vw;
    padding-bottom: 11vw;
  }
  .sec03 .sec__upper {
    margin-top: 0;
  }
  .sec03 .sec__upper .photo {
    width: 65vw;
    margin-left: 28vw;
    padding-right: 0;
  }
  .sec03 .sec__upper .photo img {
    width: 100%;
  }
  .sec03 .sec__upper .name h3 {
    margin-top: -26vw;
  }
  .sec03 .sec__upper .name h3 img {
    width: 46.5vw;
  }
  .sec03 .sec__upper .name h3 span {
    letter-spacing: 0.05em;
  }
  .sec03 .sec__upper .name p.lead {
    padding: 5vw 0 0;
    font-size: 4vw;
    line-height: 1.8;
  }
}

.sec04 {
  padding-top: 114px;
  text-align: center;
  color: #ffffff;
}
.sec04 h2 {
  text-align: center;
  font-family: VeneerClean-Reg, sans-serif;
  font-size: 4.8rem;
  letter-spacing: 0.05em;
}
.sec04 h2 .shoulder {
  display: block;
  font-size: 1.4rem;
  line-height: 1.0;
  letter-spacing: 0.03em;
}
.sec04 h2 .main {
  display: block;
  margin-top: 14px;
  font-size: 4.0rem;
  line-height: 1.2;
}
.sec04 p {
  margin-top: 30px;
  font-size: 1.8rem;
}
.sec04 .btn_skewshadow {
  position: relative;
  display: block;
  width: 360px;
  height: 60px;
  margin: 50px auto 0;
  background: #ad03ef;
  /* Old browsers */
  background: linear-gradient(to right, #5001fc 0%, #ad03ef 100%);
  color: #ffffff;
  font-size: 1.8rem;
  font-family: "HiraginoSans-W6", "Hiragino Sans W6", "ヒラギノ角ゴシック W6", "メイリオ", "Meiryo", sans-serif;
  font-weight: bold;
  font-weight: 600;
  line-height: 60px;
}
.sec04 .btn_skewshadow:before {
  content: "";
  position: absolute;
  left: -130%;
  top: 0;
  width: 120%;
  height: 100%;
  transform: skewX(-30deg);
  background-color: #5001fc;
  transition-property: left;
  transition-duration: 0.6s;
  transition-timing-function: ease;
}
.sec04 .btn_skewshadow .txt {
  display: block;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: 1;
}
.sec04 .btn_skewshadow:hover:before {
  left: -10%;
}
@media screen and (max-width: 780px) {
  .sec04 {
    padding-top: 24vw;
  }
  .sec04 h2 {
    letter-spacing: 0.025em;
  }
  .sec04 h2 .shoulder {
    font-size: 3.2vw;
  }
  .sec04 h2 .main {
    margin-top: 3vw;
    font-size: 6vw;
  }
  .sec04 p {
    margin-top: 4vw;
    font-size: 3.4vw;
  }
  .sec04 .btn_skewshadow {
    display: block;
    width: 86.6vw;
    height: 14.4vw;
    margin: 10.6vw auto 0;
    background: #5001fc;
    /* Old browsers */
    background: linear-gradient(to right, #5001fc 0%, #ad03ef 100%);
    color: #ffffff;
    font-size: 4vw;
    font-family: "HiraginoSans-W6", "Hiragino Sans W6", "ヒラギノ角ゴシック W6", "メイリオ", "Meiryo", sans-serif;
    font-weight: bold;
    font-weight: 600;
    line-height: 14.4vw;
  }
}

.sec05 {
  padding-top: 180px;
  text-align: center;
  color: #ffffff;
}
.sec05 h2 {
  text-align: center;
  font-family: VeneerClean-Reg, sans-serif;
  font-size: 4.8rem;
  letter-spacing: 0.05em;
}
.sec05 h2 .shoulder {
  display: block;
  font-size: 1.4rem;
  line-height: 1.0;
  letter-spacing: 0.03em;
}
.sec05 h2 .main {
  display: block;
  margin-top: 14px;
  font-size: 4.0rem;
  line-height: 1.2;
}
.sec05 p {
  margin-top: 30px;
  font-size: 1.8rem;
}
.sec05 .live_info {
  width: 1010px;
  margin: 64px auto;
  border: none;
  border-collapse: separate;
  border-spacing: 0 2px;
}
.sec05 .live_info tr {
  height: 140px;
  background-color: #000000;
}
.sec05 .live_info td {
  vertical-align: middle;
  box-sizing: border-box;
}
.sec05 .live_info .date {
  width: 120px;
  color: #9290a8;
  font-family: VeneerClean-Reg, sans-serif;
}
.sec05 .live_info .date .day {
  display: block;
  margin: 0 auto;
  font-size: 5.4rem;
  letter-spacing: 0.05em;
}
.sec05 .live_info .info {
  width: 890px;
  text-align: left;
  vertical-align: middle;
}
.sec05 .live_info .info .artist {
  width: 294px;
  padding-left: 22px;
  text-align: left;
}
.sec05 .live_info .info .artist img {
  display: inline-block;
  width: 80px;
  vertical-align: middle;
}
.sec05 .live_info .info .artist .name {
  display: inline-block;
  width: 184px;
  padding-left: 30px;
  color: #ffffff;
  font-size: 1.5rem;
  font-family: "HiraginoSans-W6", "Hiragino Sans W6", "ヒラギノ角ゴシック W6", "メイリオ", "Meiryo", sans-serif;
  font-weight: bold;
  font-weight: 600;
}
.sec05 .live_info .info .ticket {
  width: 396px;
  padding-left: 16px;
  text-align: left;
  vertical-align: middle;
}
.sec05 .live_info .info .ticket .place, .sec05 .live_info .info .ticket .price {
  display: inline-block;
  text-align: left;
  vertical-align: middle;
}
.sec05 .live_info .info .ticket .place dt, .sec05 .live_info .info .ticket .price dt {
  color: #9290a8;
  font-size: 1.4rem;
  font-family: VeneerClean-Reg, sans-serif;
  letter-spacing: 0.05em;
  text-align: left;
}
.sec05 .live_info .info .ticket .place dd, .sec05 .live_info .info .ticket .price dd {
  color: #ffffff;
  text-align: left;
}
.sec05 .live_info .info .ticket .place {
  width: 202px;
  text-align: left;
}
.sec05 .live_info .info .ticket .place dd {
  margin-top: 12px;
  margin-bottom: 10px;
  font-size: 1.5rem;
  font-family: "HiraginoSans-W6", "Hiragino Sans W6", "ヒラギノ角ゴシック W6", "メイリオ", "Meiryo", sans-serif;
  font-weight: bold;
  font-weight: 600;
}
.sec05 .live_info .info .ticket .price {
  width: 82px;
  padding-left: 14px;
}
.sec05 .live_info .info .ticket .price dd {
  margin-top: 10px;
  margin-bottom: 10px;
  font-size: 2.0rem;
  font-family: VeneerClean-Reg, sans-serif;
  letter-spacing: 0.05em;
}
.sec05 .live_info .info .buy_ticket {
  width: 208px;
  padding-left: 35px;
  vertical-align: middle;
}
.sec05 .live_info .info .buy_ticket .btn_skewshadow {
  position: relative;
  display: inline-block;
  width: 128px;
  height: 36px;
  margin: 0 auto -12px;
  background: #ad03ef;
  /* Old browsers */
  background: linear-gradient(to right, #5001fc 0%, #ad03ef 100%);
  text-align: center;
  color: #ffffff;
  font-size: 1.4rem;
  font-family: "HiraginoSans-W6", "Hiragino Sans W6", "ヒラギノ角ゴシック W6", "メイリオ", "Meiryo", sans-serif;
  font-weight: bold;
  font-weight: 600;
  line-height: 36px;
}
.sec05 .live_info .info .buy_ticket .btn_skewshadow:before {
  content: "";
  position: absolute;
  left: -130%;
  top: 0;
  width: 120%;
  height: 100%;
  transform: skewX(-30deg);
  background-color: #5001fc;
  transition-property: left;
  transition-duration: 0.2s;
  transition-timing-function: ease-out;
}
.sec05 .live_info .info .buy_ticket .btn_skewshadow .txt {
  display: block;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: 1;
}
.sec05 .live_info .info .buy_ticket .btn_skewshadow:hover:before {
  left: -10%;
}
@media screen and (max-width: 780px) {
  .sec05 .live_info .info .buy_ticket .btn_skewshadow {
    display: block;
    width: 35vw;
    height: 9.8vw;
    margin: 4vw 0 0 0;
    font-size: 3.4vw;
    line-height: 9.8vw;
  }
}
.sec05 .live_info tr:nth-child(even) {
  background-color: #ffffff;
}
.sec05 .live_info tr:nth-child(even) .info .artist .name {
  color: #000000;
}
.sec05 .live_info tr:nth-child(even) .info .place dd, .sec05 .live_info tr:nth-child(even) .info .price dd {
  color: #000000;
}
@media screen and (max-width: 780px) {
  .sec05 {
    padding-top: 30vw;
  }
  .sec05 h2 {
    letter-spacing: 0.025em;
  }
  .sec05 h2 .shoulder {
    font-size: 3.2vw;
  }
  .sec05 h2 .main {
    margin-top: 3vw;
    font-size: 6vw;
  }
  .sec05 p {
    margin-top: 4vw;
    font-size: 3.4vw;
  }
  .sec05 .live_info {
    width: 86.6vw;
    margin: 10.6vw auto 0;
  }
  .sec05 .live_info tr {
    height: auto;
  }
  .sec05 .live_info .date {
    width: 30%;
    padding: 0 0 0 5vw;
    text-align: left;
  }
  .sec05 .live_info .date .day {
    font-size: 10.8vw;
  }
  .sec05 .live_info .info {
    width: 70%;
    padding: 6.6vw 0;
  }
  .sec05 .live_info .info .artist {
    width: 294px;
    padding-left: 0;
    text-align: left;
  }
  .sec05 .live_info .info .artist img {
    display: none;
  }
  .sec05 .live_info .info .artist .name {
    display: inline-block;
    padding-left: 0;
    font-size: 4vw;
    padding-bottom: 4vw;
  }
  .sec05 .live_info .info .ticket {
    width: 396px;
    padding-left: 0;
    text-align: left;
    vertical-align: middle;
  }
  .sec05 .live_info .info .ticket .place, .sec05 .live_info .info .ticket .price {
    display: inline;
    padding-left: 0;
    padding-bottom: 1vw;
    letter-spacing: 0.025em;
  }
  .sec05 .live_info .info .ticket .place dt, .sec05 .live_info .info .ticket .price dt {
    display: inline-block;
    font-size: 3.2vw;
  }
  .sec05 .live_info .info .ticket .place dt {
    display: inline-block;
  }
  .sec05 .live_info .info .ticket .place dd {
    display: inline-block;
    margin-top: 0;
    margin-bottom: 0;
    padding-bottom: 2vw;
    font-size: 3.7vw;
    letter-spacing: 0.025em;
  }
  .sec05 .live_info .info .ticket .price dt {
    display: inline-block;
  }
  .sec05 .live_info .info .ticket .price dd {
    display: inline-block;
    margin-top: 0;
    margin-bottom: 0;
    margin-right: 3vw;
    font-size: 4.0vw;
  }
  .sec05 .live_info .info .buy_ticket {
    padding-left: 0;
    padding-top: 5vw;
  }
  .sec05 .live_info .info .buy_ticket .btn {
    display: inline-block;
    width: 34.9vw;
    height: 9.8vw;
    font-size: 3.4vw;
    line-height: 9.8vw;
  }
}

.sec06 {
  padding-top: 180px;
  text-align: center;
  color: #ffffff;
}
.sec06 h2 {
  text-align: center;
  font-family: VeneerClean-Reg, sans-serif;
  font-size: 4.8rem;
  letter-spacing: 0.05em;
}
.sec06 h2 .shoulder {
  display: block;
  font-size: 1.4rem;
  line-height: 1.0;
  letter-spacing: 0.03em;
}
.sec06 h2 .main {
  display: block;
  margin-top: 14px;
  font-size: 4.0rem;
  line-height: 1.2;
}
.sec06 .annual {
  position: relative;
  width: 1104px;
  height: 190px;
  margin: 96px auto 0;
}
.sec06 .annual li {
  position: absolute;
  display: block;
  width: 362px;
}
.sec06 .annual li:nth-child(1) {
  left: -4px;
}
.sec06 .annual li:nth-child(1) .image {
  left: -54px;
  top: -25px;
  width: 128%;
  height: 128%;
}
.sec06 .annual li:nth-child(2) {
  left: 389px;
  top: -32px;
}
.sec06 .annual li:nth-child(2) .image {
  left: -42px;
  top: 0;
  width: 128%;
  height: 128%;
}
.sec06 .annual li:nth-child(2) .txt {
  padding-right: 75px;
}
.sec06 .annual li:nth-child(3) {
  left: 746px;
}
.sec06 .annual li:nth-child(3) .image {
  left: -78px;
  top: -28px;
  width: 138%;
  height: 138%;
}
.sec06 .annual .live_report_image {
  display: block;
  position: relative;
  overflow: hidden;
  width: 362px;
  height: 154px;
  margin: 0;
  padding: 0;
  background-color: #000000;
  transform: skewX(-30deg);
}
.sec06 .annual .live_report_image .image {
  position: absolute;
  transform: skewX(30deg);
}
.sec06 .annual .live_report_image .shadow {
  position: absolute;
  left: -1px;
  top: 0;
  width: 110%;
  height: 100%;
  background-color: rgba(4, 2, 44, 0.5);
  transition-property: left, background-color;
  transition-duration: 0.4s;
  transition-timing-function: ease-out;
}
.sec06 .annual figcaption {
  text-align: right;
}
.sec06 .annual figcaption .txt {
  display: inline-block;
  padding: 17px 50px 0 0;
  color: #ffffff;
  font-size: 1.8rem;
  font-family: VeneerClean-Reg, sans-serif;
  letter-spacing: 0.05em;
}
.sec06 .annual figcaption .txt:before {
  content: '';
  display: inline-block;
  position: relative;
  bottom: 6px;
  right: 14px;
  width: 40px;
  height: 1px;
  background-color: #ffffff;
  transform: scaleX(0);
  transform-origin: right;
  transition-property: transform;
  transition-duration: 0.4s;
  transition-timing-function: ease-out;
}
.sec06 .annual a {
  display: block;
  overflow: visible;
  margin: auto;
}
.sec06 .annual a:hover .shadow {
  left: 110%;
  background-color: rgba(4, 2, 44, 0);
}
.sec06 .annual a:hover .txt:before {
  transform: scaleX(1);
}
@media screen and (max-width: 780px) {
  .sec06 {
    padding-top: 30vw;
  }
  .sec06 h2 {
    letter-spacing: 0.025em;
  }
  .sec06 h2 .shoulder {
    font-size: 3.2vw;
  }
  .sec06 h2 .main {
    margin-top: 3vw;
    font-size: 6vw;
  }
  .sec06 .annual {
    position: relative;
    width: 100%;
    height: auto;
    margin: 10vw auto 0;
  }
  .sec06 .annual li {
    position: relative;
    width: 86.6vw;
    margin: 0 auto 6vw;
  }
  .sec06 .annual li:nth-child(1) {
    left: 0;
    top: 0;
  }
  .sec06 .annual li:nth-child(1) .image {
    left: -2vw;
    top: -4vw;
    width: 110%;
    height: 144%;
  }
  .sec06 .annual li:nth-child(2) {
    left: 0;
    top: 0;
  }
  .sec06 .annual li:nth-child(2) .image {
    left: -2vw;
    top: 0vw;
    width: 110%;
    height: 144%;
  }
  .sec06 .annual li:nth-child(2) .txt {
    padding-right: 0;
  }
  .sec06 .annual li:nth-child(3) {
    left: 0;
    top: 0;
  }
  .sec06 .annual li:nth-child(3) .image {
    left: 10px;
    top: -19px;
    width: 100%;
    height: 138%;
  }
  .sec06 .annual .live_report_image {
    display: block;
    position: relative;
    overflow: hidden;
    width: 86vw;
    height: 29.3vw;
    transform: skewX(0);
  }
  .sec06 .annual .live_report_image .image {
    transform: skewX(0);
  }
  .sec06 .annual .live_report_image .shadow {
    left: -30%;
    top: 0;
    width: 150%;
    transform: skewX(30deg);
  }
  .sec06 .annual figcaption {
    text-align: right;
  }
  .sec06 .annual figcaption .txt {
    padding: 3vw 0 0 0;
    font-size: 4vw;
    letter-spacing: 0.025em;
  }
  .sec06 .annual figcaption .txt:before {
    bottom: 6px;
    right: 14px;
    width: 40px;
    height: 1px;
  }
  .sec06 .annual a:hover .shadow {
    left: 110%;
    background-color: rgba(4, 2, 44, 0);
  }
  .sec06 .annual a:hover .txt:before {
    transform: scaleX(1);
  }
}

@media screen and (max-width: 320px) {
  .sec h3 {
    font-size: 2.8rem;
  }
}
/* =footer
----------------------------------------------- */
.l-footer {
  margin-top: -140px;
  padding-top: 210px;
  padding-bottom: 250px;
  background-image: url(/common/special/others/170519_BBJParty2017/images/bg_live_stage.png);
  background-size: cover;
  background-position: center top;
  text-align: center;
}
.l-footer aside {
  margin-top: 140px;
}
.l-footer aside img {
  width: 240px;
}
.l-footer aside a:hover {
  opacity: .7;
}
.l-footer .sns {
  overflow: hidden;
  display: inline-block;
  margin-top: 76px;
}
.l-footer .sns li {
  float: left;
  margin: 0 24px;
}
.l-footer .sns a:hover {
  opacity: .7;
}
@media screen and (max-width: 780px) {
  .l-footer {
    margin-top: 0;
    padding-top: 28vw;
    padding-bottom: 46vw;
  }
  .l-footer aside {
    margin-top: 0;
  }
  .l-footer aside img {
    width: 41.6vw;
  }
  .l-footer .sns {
    margin-top: 15.2vw;
  }
  .l-footer .sns li {
    margin: 0 2vw;
  }
}

.drawer_official_link a {
  font-size: 16px;
  color: #626369;
  transition-property: color;
  transition-duration: 0.4s;
  transition-timing-function: ease-out;
}

.drawer_official_link a:hover {
  color: #ffffff;
}

/*===============================================
module
=============================================== */
/* common class */
.brlh {
  line-height: 1.5em;
}

/* responsive display */
.sp {
  display: none;
}

@media screen and (max-width: 780px) {
  .pc {
    display: none;
  }

  .sp {
    display: block;
  }
}
/* layout */
.l-container {
  width: 1010px;
  margin: 0 auto;
  overflow: hidden;
  position: relative;
}

@media screen and (max-width: 780px) {
  .l-container {
    width: 90%;
  }
}
/* video */
.video {
  display: block;
  position: relative;
  background-color: #000;
  cursor: pointer;
}
.video:after {
  content: '';
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  width: 100px;
  height: 100px;
  border: solid 4px #ffffff;
  border-radius: 60px;
  transition-timing-function: ease-out;
  transition-property: width height;
  transition-duration: .3s;
}
@media screen and (max-width: 780px) {
  .video:after {
    width: 13.3vw;
    height: 13.3vw;
    border: solid 2px #ffffff;
    border-radius: 10vw;
  }
}
.video .poster {
  opacity: 1.0;
  transition-timing-function: ease-out;
  transition-property: opacity;
  transition-duration: .3s;
}
.video .icon_play {
  display: block;
  position: absolute;
  width: 24px;
  height: 29px;
  background-image: url(/common/special/others/170519_BBJParty2017/images/icon_play.svg);
  background-position: center center;
  background-repeat: no-repeat;
  margin: auto;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  padding-left: 4px;
}
@media screen and (max-width: 780px) {
  .video .icon_play {
    width: 3.2vw;
    height: auto;
  }
}
.video.is-active:after {
  display: none;
}
.video:hover .poster {
  opacity: 0.5;
}
.video:hover:after {
  width: 120px;
  height: 120px;
}
@media screen and (max-width: 780px) {
  .video:hover:after {
    width: 16vw;
    height: 16vw;
  }
}

@media screen and (max-width: 780px) {
  .video {
    margin: 0;
    width: 100%;
    height: auto;
    position: relative;
    padding-bottom: 56.25%;
    height: 0;
    overflow: hidden;
  }
  .video:after {
    background-size: cover;
    width: 60px;
    height: 60px;
  }
  .video iframe,
  .video object,
  .video embed,
  .video img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
  }
}
/* album infos */
.album h4 {
  margin-top: 48px;
  font-family: VeneerClean-Reg, sans-serif;
  font-size: 1.4rem;
  letter-spacing: 0.05rem;
}
.album img {
  width: 200px;
  margin-top: 18px;
}
.album figure figcaption {
  margin-top: 24px;
  font-size: 1.6rem;
  text-transform: uppercase;
  font-family: VeneerClean-Reg, sans-serif;
  letter-spacing: 0.08rem;
}

@media screen and (max-width: 780px) {
  .album {
    display: block;
  }
  .album figure img {
    width: 20vw;
    height: 20vw;
    margin-top: 0;
  }
  .album figure figcaption {
    margin-top: 0;
    font-size: 4.8vw;
    padding: 5.3vw 0 0 5.3vw;
    text-align: left;
  }
  .album figure figcaption span.sp {
    padding-bottom: 2vw;
    font-size: 3.2vw;
  }
}
/* buttons */
.btn a {
  display: block;
  position: relative;
  overflow: hidden;
  width: 210px;
  height: 48px;
  background: none;
  border: #000000 solid 1px;
  color: #000000;
  font-size: 1.6rem;
  letter-spacing: .15em;
  font-family: VeneerClean-Reg, sans-serif;
  text-align: center;
  line-height: 48px;
  text-transform: uppercase;
  z-index: 1;
  transition-timing-function: cubic-bezier(0.645, 0.045, 0.355, 1);
  transition-property: color color;
  transition-duration: .15s;
}
.btn a:hover {
  color: #ffffff;
  background-color: rgba(120, 120, 120, 0.5);
}

@media screen and (max-width: 780px) {
  .btn a {
    width: 50%;
    height: 9.86vw;
    line-height: 9.86vw;
  }
}
.btn_officialsite {
  margin-top: 50px;
}
.btn_officialsite a {
  display: block;
  overflow: hidden;
  width: 210px;
  height: 48px;
  background: none;
  border: #000000 solid 1px;
}
.btn_officialsite a div {
  position: relative;
  overflow: hidden;
  width: 210px;
  height: 48px;
  background: none;
  color: #000000;
  font-size: 1.6rem;
  letter-spacing: .15em;
  font-family: VeneerClean-Reg, sans-serif;
  text-align: center;
  line-height: 48px;
  text-transform: uppercase;
  z-index: 1;
}
.btn_officialsite a:hover {
  background-color: agba(255, 255, 255, 0.3);
}
.btn_officialsite a:hover div {
  animation: btn_officialsite_anim 0.4s ease;
}
@media screen and (max-width: 780px) {
  .btn_officialsite {
    margin-top: 9.3vw;
  }
  .btn_officialsite a {
    display: block;
    width: 50%;
    height: 9.86vw;
  }
  .btn_officialsite a div {
    width: 100%;
    height: 100%;
    font-size: 3.7vw;
    line-height: 9.86vw;
  }
}

@keyframes btn_officialsite_anim {
  0% {
    transform: translate3d(0, 0, 0);
    opacity: 1.0;
  }
  49% {
    transform: translate3d(0, 75%, 0);
    opacity: 0.0;
  }
  50% {
    transform: translate3d(0, -75%, 0);
    opacity: 0.0;
  }
  100% {
    transform: translate3d(0, 0, 0);
    opacity: 1.0;
  }
}
/*ビデオ関係*/
.modal-content {
  width: 100%;
  height: 100%;
}
.modal-content .video_wrapper {
  width: 100%;
  height: 60%;
  margin-top: 20%;
}
.modal-content .video_wrapper iframe {
  width: 100%;
  height: 100%;
}

.modal_close_button {
  display: block;
  position: absolute;
  top: 30px;
  right: 30px;
  font-family: VeneerClean-Reg, sans-serif;
  color: #ffffff;
  font-size: 20px;
  vertical-align: middle;
  z-index: 100000;
}
.modal_close_button:hover {
  cursor: pointer;
}
.modal_close_button .close_button_txt {
  display: inline-block;
  padding-right: 34px;
  line-height: 40px;
}
.modal_close_button img {
  display: inline-block;
}

.animatedModal01-off .modal_close_button, 
.animatedModal02-off .modal_close_button, 
.animatedModal03-off .modal_close_button{
  display: none;
}
.animatedModal01-on .modal_close_button, 
.animatedModal02-on .modal_close_button, 
.animatedModal03-on .modal_close_button{
  display: block;
}

.videoZoomIn {
  animation-name: videoZoomIn;
}

@keyframes videoZoomIn {
  from {
    opacity: 0.0;
    transform: scale3d(0.7, 0.7, 0.7);
  }
  100% {
    opacity: 1.0;
    transform: scale3d(1, 1, 1);
  }
}
.videoZoomOut {
  animation-name: videoZoomOut;
}

@keyframes videoZoomOut {
  from {
    opacity: 0.5;
    transform: scale3d(1, 1, 1);
  }
  50% {
    opacity: 0;
    transform: scale3d(0.7, 0.7, 0.7);
  }
  100% {
    opacity: 0;
    transform: scale3d(0.7, 0.7, 0.7);
  }
}

/*# sourceMappingURL=style.css.map */