@charset "utf-8";

/* =================================================

		back number TOUR (R) common style

================================================= */
html, body {
  height: 100%;
  -webkit-text-size-adjust: none;
}

html, body, p, ol, ul, li, dl, dt, dd, blockquote, figure, fieldset, legend, textarea, pre, iframe, hr, h1, h2, h3, h4, h5, h6 { margin: 0; padding: 0; }
h1, h2, h3, h4, h5, h6 { font-size: 100%; font-weight: normal; }
ul { list-style: none; }
button, input, select, textarea { margin: 0; }
img, iframe, object, audio, video { height: auto; max-width: 100%; }
iframe { border: 0; }
table { border-collapse: collapse; border-spacing: 0; }
td, th { padding: 0; text-align: left; }
i { font-style: normal; }
img { max-width: 100%; background-position: 50% 50%; background-repeat: no-repeat; background-size: cover;}
::selection { background: #efefef; color: #000; }
::-moz-selection { background: #efefef; color: #000; }
*, *::before,*::after { -webkit-box-sizing: border-box; box-sizing: border-box; padding: 0; margin: 0; outline: none; }
a {color: #333; transition: .3s; }

/* 1.1 base
------------------------------ */
body {
  background: #fff;
  font-family: YakuHanJP,-apple-system, BlinkMacSystemFont, Roboto, '游ゴシック体', YuGothic, 'Yu Gothic Medium', sans-serif;
  color: #333;
  font-size: 15px;
  font-weight: 400;
  line-height: 1.8;
  letter-spacing: 0.07em;
  word-break: break-word;
}


/* 1.2 clearfix
------------------------------ */
.clearfix::after { display: table; content: ""; clear: both; }

/*
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;

  -webkit-box-pack: justify;
  -webkit-justify-content: center;
  justify-content: center;

  -webkit-box-align: center;
  -webkit-align-items: center;
  align-items: center;

*/

/* 1.3 component
------------------------------ */

.txt--sub{ font-size: 0.8em;}
.txt--link a{
  font-size: 14px;
  color: #333;
}

.btn{

}
.btn .btn--main{
  display: block;
  background: #000;
  color: #fff;
  line-height: 1;
  text-align: center;
  font-size: 16px;
  border-radius: 40px;
  padding: 20px 15px;
  text-decoration: none;
  max-width: 350px;
  margin: 2em auto 1em;
}

.list--indent li{
  text-indent: -1em;
  padding-left: 1em;
  margin-bottom: .5em;
}
.list--indent li:last-child{margin-bottom: 0;}

/* list--info */
.list--info li{
  position: relative;
  padding-left: 120px;
  padding-bottom: 30px;
  margin-bottom: 30px;
  transition: .6s;
  cursor: pointer;
  transform: translateY(60px);
  opacity: 0;
}
.list--info.started li{
  transform: translateY(0);
  opacity: 1;
}
.list--info li::after{
  content:'';
  display: block;
  width: calc(100% - 120px);
  height: 1px;
  border-bottom: 1px dashed #aaa;
  position: absolute;
  right: 0;
  bottom:0;
}
.section--news .list--info li a{
  display: block;
  text-decoration: none;
  pointer-events: none;
}
.list--info li .date{
  font-family: 'futura-pt' ,sans-serif;
  font-weight: 400;
  font-size: 13px;
  line-height: 1;
  position: absolute;
  top: 6px;
  left: 0;
}
.list--info li .tit{
  font-size: 15px;
  line-height: 1.7;
  padding: 0 50px 0 0;
  transition: .4s;
  position: relative;
}
.list--info li .tit::after{
  content:'';
  display: block;
  width: 21px;
  height: 1px;
  background: #555;
  position: absolute;
  top:50%;
  right: 0;
}
.list--info li .tit::before{
  content:'';
  display: block;
  width: 1px;
  height: 21px;
  background: #555;
  position: absolute;
  right: 10px;
  top: calc(50% - 10px);
  transition: .3s;
  transform-origin: top;
}
.list--info li .txt{
  display: none;
  padding-top: 20px;
}
.list--info li.open.started:hover{
  opacity: 1;
}
.list--info li.open .tit{
  font-size: 24px;
  line-height: 1.4;
  top:-4px;
}
.list--info li.open .tit::before{
  transform: scaleY(0);
}


/* 2.0 contents
------------------------------ */

.wrap{
  width: 100%;
  min-height: 100%;
  position: relative;
  overflow: hidden;
}

.bg{
  position: fixed;
  width: 100%;
  height: 100%;
  background: no-repeat center url(/static/backnumber/official/feature/nomagictour_r/image/bg_pc.jpg);
  background-size: cover;
  top:0;
  left: 0;
  z-index: -1;
}


/* footer */
footer{
  background: #fff;
  position: relative;
  padding: 100px 6vw 60px 10vw;
}
footer .inner{
  width: 60%;
  margin: 0 0 0 auto;
}
footer .copyright{
  font-size: 10px;
  letter-spacing: 0.05em;
  transform-origin: left;
  transform: rotate(-90deg);
  position: absolute;
  left: calc(10vw - 8px);
  opacity: 0.5;
  line-height: 0;
}
footer .list--share{
  text-align: right;
  margin-bottom: 30px;
}
footer .list--share li{
  display: inline-block;
  width: 40px;
  height: 40px;
}
footer .list--share li a{
  display: block;
  line-height: 40px;
  font-size: 18px;
  border: 1px solid;
  text-align: center;
}
footer .list--share li a svg{
  width: 16px;
  height: 16px;
  vertical-align: -2px;
}
footer .list--bnr{
  text-align: right;
  line-height: 0;
}

footer .list--bnr li{
  display: inline-block;
  margin-left: 0%;
  width: 24%;
}
footer .list--bnr li a{
  display: block;
  line-height: 1;
}
footer .list--bnr li a img{
  display: block;
  border: 1px solid #333;
}

/* contents */
[class^="section--"]{
  position: relative;
}

.section-tit{
  width: 60px;
  height: 100%;
  font-size: 60px;
  font-family: 'futura-pt' ,sans-serif;
  font-weight: 300;
  letter-spacing: 0.08em;
  position: absolute;
  top: 30px;
  text-align: left;
}
.section-tit div{
  transform-origin: left;
  transform: rotate(90deg);
  position: relative;
  top: 0;
  width: 4em;
}
.section-tit::after{
  content: '';
  display: block;
  width: 1px;
  height: calc(100% - 150px);
  background: #868686;
  position: absolute;
  left: -8px;
  top: 260px;
  transform: scaleY(0);
  transition: 2s .4s;
  transform-origin: top;
}
.section-tit.started::after{
  transform: scaleY(1);
}
.section-tit.position--left{
  left: 10vw;
}
.section-tit.position--right{
  left: 90vw;
}
.section-tit.position--right span{
  display: inline-block;
  margin-left: 4px;
}
.section--news .section-tit::after{
  top: 210px;
}
.section--ticket .section-tit::after{
  top: 220px;
  transition: 1.6s .9s;
}
.section--goods .section-tit::after{
  height: calc(100% - 240px);
  top: 240px;
}




/* section top */
.section--top{
  height: 100vh;
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  align-items: center;
  position: relative;
  overflow: hidden;
  background: #fff;
}
.section--top .block--logo{
  width: 50%;
  background: no-repeat url(/static/backnumber/official/feature/nomagictour_r/image/bg_pc.jpg);
  background-size: cover;
  line-height: 0;
  position: relative;
  overflow: hidden;
}
.section--top .block--logo svg{
  width: 105%;
  left:-2.5%;
  position: relative;
}
.section--top .block--logo::before{
  content:'';
  display: block;
  width: 100%;
  height: 100%;
  background: #fff;
  position: absolute;
  top:0;
  left: 0;
  transform-origin: right;
}
.section--top .block--logo .line--topbtm,
.section--top .block--logo .line--side{
  position: absolute;
  z-index: 10;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
}
.section--top .block--logo .line--topbtm::before,
.section--top .block--logo .line--topbtm::after,
.section--top .block--logo .line--side::before,
.section--top .block--logo .line--side::after{
  content:'';
  display: block;
  background: #333;
  position: absolute;
}
.section--top .block--logo .line--side::before,
.section--top .block--logo .line--side::after{
  width: 1px;
  height: 100%;
  top:0;
  transform: scaleY(0);
}
.section--top .block--logo .line--topbtm::before,
.section--top .block--logo .line--topbtm::after{
  width: 100%;
  height: 1px;
  left: 0;
  transform: scaleX(0);
}

.section--top .block--logo .line--topbtm::before{
  top:0;
  transform-origin: left;
}
.section--top .block--logo .line--side::after{
  right: 0;
  transform-origin: top;
}
.section--top .block--logo .line--topbtm::after{
  bottom:0;
  transform-origin: right;
}
.section--top .block--logo .line--side::before{
  left: 0;
  transform-origin: bottom;
}
.animation-start .section--top .block--logo .line--topbtm::before,
.animation-start .section--top .block--logo .line--topbtm::after,
.animation-start .section--top .block--logo .line--side::before,
.animation-start .section--top .block--logo .line--side::after{
  transform: scale(1);
}

/* animation */

.animation-start .section--top .block--logo .line--topbtm::before{
  transition: .25s 0s;
}
.animation-start .section--top .block--logo .line--side::after{
  transition: .25s .25s;
}
.animation-start .section--top .block--logo .line--topbtm::after{
  transition: .25s .5s;
}
.animation-start .section--top .block--logo .line--side::before{
  transition: .25s .75s;
}
.animation-start .section--top .block--logo::before{
  transform: scaleX(0);
  transition: .4s 1.1s;
}
.animation-start .section--top .block--logo .line--topbtm,
.animation-start .section--top .block--logo .line--side{
  opacity: 0;
  transition: .3s 1.1s;
}

.animation-start .section--top .scroll{
  transform: rotate(90deg) translateX(0);
  opacity: 1;
  transition: .8s 1.9s;
}

.wrap .header{
  top: -80px;
}
.animation-start .wrap .header{
  top: 0;
  transition: top 1s 1.9s;
}


.section--top .scroll{
  font-size: 11px;
  font-family: 'futura-pt',sans-serif;
  font-weight: 500;
  transform: rotate(90deg) translateX(-40px);
  transform-origin: top;
  position: absolute;
  top: 50px;
  left: 50px;
  opacity: 0;
}
.section--top .scroll::before{
  content:'scroll';
  display: block;
  font-size: 12px;
}
.section--top .scroll::after{
  content: '';
  display: block;
  width: 120px;
  height: 1px;
  background: #a7a7a7;
  position: absolute;
  left: 40px;
  top: 10px;
  -webkit-animation: scroll 1.4s linear 0s infinite;
  animation: scroll 1.4s linear 0s infinite;
  transform-origin: right;
}
@-webkit-keyframes scroll {
  0% {
    transform-origin: right;
    transform: scaleX(1);
  }
  50% {
    transform-origin: right;
    transform: scaleX(0);
  }
  50.01% {
    transform-origin: left;
    transform: scaleX(0);
  }
  99.99% {
    transform-origin: left;
    transform: scaleX(1);
  }
  100% {
    transform-origin: right;
    transform: scaleX(1);
  }
}
@keyframes scroll {
  0% {
    transform-origin: right;
    transform: scaleX(1);
  }
  50% {
    transform-origin: right;
    transform: scaleX(0);
  }
  50.01% {
    transform-origin: left;
    transform: scaleX(0);
  }
  99.99% {
    transform-origin: left;
    transform: scaleX(1);
  }
  100% {
    transform-origin: right;
    transform: scaleX(1);
  }
}


/* section live */
.section--live{
  color: #fff;
  padding: 220px 0;
}
.section--live a{
  color: #fff;
}
.section--live .fa {
  display: inline-block;
  font-size: 15px;
  padding-left: 3px;
}
.section--live a:hover{
  opacity: 0.5;
}

.section--live .block--live-info dt{
  width: 110px;
  font-size: 13px;
  float: left;
  font-family: 'futura-pt',sans-serif;
  font-weight: 700;
}
.section--live .block--live-info dd{
  font-size: 15px;
  border-bottom: 1px dashed #fff;
  padding-bottom: 25px;
  margin-bottom: 25px;
  margin-left: 120px;
  transform: translateX(-60px);
  opacity: 0;
  transition: .6s;
}
.section--live .block--live-info dd.started{
  opacity: 1;
  transform: translateX(0);
}
.section--live .block--live-info dd:last-of-type{
  border-bottom: none;
  margin-bottom: 0;
  padding-bottom: 0;
}

.section--live .block--live-info .item__date{
  font-size: 24px;
  font-family: 'futura-pt',sans-serif;
  font-weight: 300;
  line-height: 1;
}
.section--live .block--live-info .item__date span{
  font-size: 60px;
  letter-spacing: -0.02em;
}
.section--live .block--live-info .item--label__date{
  margin-top: 32px;
}

.section--live .square{
  width: 130%;
  height: 120%;
  transform: rotate(5deg);
  position: absolute;
  top: -10%;
  left: -15%;
  pointer-events: none;
}

.section--live .square div{
  background: #fff;
  position: absolute;
  transition: .8s .8s;
}

.section--live .square div:nth-child(1),
.section--live .square div:nth-child(3){
  width: 100%;
  height: 1px;
  left: 0;
  transform: scaleX(0);
}
.section--live .square div:nth-child(2),
.section--live .square div:nth-child(4){
  width: 1px;
  height: 100%;
  top: 0;
  transform: scaleY(0);
}
.section--live .square div:nth-child(1){
  top:0;
  transform-origin: left;
}
.section--live .square div:nth-child(2){
  right: 0;
  transform-origin: top;
}
.section--live .square div:nth-child(3){
  bottom: 0;
  transform-origin: right;
}
.section--live .square div:nth-child(4){
  transform-origin: bottom;
  left: 0;
}

.section--live .square.started div{
  transform: scale(1);
}

/* section news */
.section--news{
  background: #fff;
  padding: 200px 10% 150px 0;
  position: relative;
}
.section--news .line::after{
  content: '';
  display: block;
  width: 120%;
  height: .5px;
  background: #868686;
  transform: rotate(28deg) scaleX(0);
  position: absolute;
  bottom: 300px;
  left: -10%;
  z-index: 50;
  transition: 1.6s;
  transform-origin: left;
}
.section--news .line.started::after{
  transform: rotate(28deg) scaleX(1);
}
.section--news .list--info{
  width: 70%;
  margin: 0 0 0 22%;
}

/* section ticket */
.section--ticket{
  background: #fff;
}
.section--ticket .line:after{
  content: '';
  display: block;
  width: 140%;
  height: .5px;
  background: #868686;
  transform: rotate(-30deg) scaleX(0);
  transition: 1.8s;
  transform-origin: right;
  position: absolute;
  bottom: 30vw;
  left: -20%;
  z-index: 10;
}
.section--ticket .line.started:after{
  transform: rotate(-30deg) scaleX(1);
}
.section--ticket .section-tit{

}
.block--ticket{
  background: #f1f1f3;
  z-index: 70;
  transition: .8s;
  opacity: 0;
}
.block--ticket:nth-of-type(even){
  transform: translateX(-100px);
}
.block--ticket:nth-of-type(odd){
  transform: translateX(100px);
}
.block--ticket.started{
  transform: translateX(0);
  opacity: 1;
}
.block--ticket .block-tit{
  font-size: 26px;
  line-height: 1.3;
  padding-bottom: 20px;
}



.block--ticket .block-list dt,
.block--ticket .normal-list dt{
  width: 90px;
  float: left;
  clear: left;
  font-size: 14px;
  font-weight: bold;
}

.block--ticket .block-list dd,
.block--ticket .normal-list dd{
  border-bottom: 1px dashed;
  padding-bottom: 15px;
  margin-bottom: 15px;
  margin-left: 90px;
}



/* section ticket */
.section--goods{
  height: 110vh;
  background: #f1f1f3;
  padding: 110px 0 150px;
}
.section--goods .section-tit{
  top: 100px;
}

.section--goods .before{
  width: 100%;
  height: 100%;
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;

  -webkit-box-pack: justify;
  -webkit-justify-content: center;
  justify-content: center;

  -webkit-box-align: center;
  -webkit-align-items: center;
  align-items: center;
}

.section--goods .before span{
  display: inline-block;
  font-family: 'futura-pt' ,sans-serif;
  font-size: 30px;
  opacity: 0.6;
  font-weight: 300;
  position: relative;
}
.section--goods .before span::after{
  content:'';
  display: block;
  width: 35px;
  height: 1px;
  background: #333;
  position: absolute;
  bottom: -5px;
  left: 0;
}
.section--goods .bnr__goods{
  width: 300px;
  position: absolute;
  bottom: 15vw;
  left: calc(50% - 145px);
}
.section--goods .bnr__goods a:hover{
  opacity: 0.5;
}

/*  pc
------------------------------ */
@media screen and (min-width: 961px) {

  /* header */
  .header{
    width: 100%;
    position: fixed;
    top:0;
    right:0;
    z-index: 999;
    mix-blend-mode: difference;
  }
  .header .g-nav{
    width: auto;
    text-align: right;
    position: relative;
    top: 30px;
    right: 40px;
  }
  .header .g-nav li{
    display: inline-block;
    position: relative;
    margin-left: 50px;
  }
  .header .g-nav li::before{
    content:'';
    display: block;
    width: 30px;
    height: 1px;
    background: #fff;
    position: absolute;
    left: -42px;
    top: 6px;
  }
  .header .g-nav li:first-child::before{
    display: none;
  }
  .header .g-nav li a{
    font-family: 'futura-pt' ,sans-serif;
    font-weight: 300;
    font-size: 14px;
    color: #fff;
    text-decoration: none;
    display: block;
    position: relative;
    line-height: 1;
  }
  .header .g-nav li a:hover{
    opacity: 0.5;
  }
  .btn .btn--main:hover{
    background: #c58c6d;
  }
  .section--live .block--live-info{
    width: 40%;
    min-width: 520px;
    margin-bottom: 50px;
    position: relative;
    left: 15vw;
    top: 2vw;
  }
  .section--top .block--logo{
    width: 50%;
    background: no-repeat url(/static/backnumber/official/feature/nomagictour_r/image/bg_pc.jpg);
    background-size: cover;
    background-attachment: fixed;
    line-height: 0;
  }
  .section--ticket{
    padding: 280px 20vw 150px 50px;
  }

  .block--ticket{
    width: 50%;
    min-width: 660px;
    margin-bottom: 30px;
    padding: 50px;
  }
  .block--ticket .block-list{
    border: 1px solid;
    padding:20px 30px;
    margin-bottom: 20px;
  }
  .block--ticket .block-list dd:last-of-type,
  .block--ticket .normal-list dd:last-of-type{
    padding-bottom: 0;
    margin-bottom: 0;
    border-bottom: none;
  }

  .block--ticket .normal-list dt{
    width: 120px;
  }
    .block--ticket .normal-list dd{
    border-bottom: none;
    padding-bottom: 0;
    margin-bottom: 10px;
    margin-left: 120px;
  }

  .section--live{ z-index: 90;}
  .section--news{ z-index: 89;}
  .section--ticket{ z-index: 88;}
  .section--goods{ z-index: 87;}

  footer .list--share li a,
  footer .list--share li a svg{
    transition: .3s;
  }
  footer .list--share li a:hover{
    background: #333;
    color: #fff;
  }
  footer .list--share li a:hover svg{
    fill: #fff;
  }
  footer .list--bnr li a{transition: .3s;}
  footer .list--bnr li a:hover{
    opacity: 0.5;
  }

  .list--info.started li:hover{
    opacity: 0.5;
  }


}

/*  sp
------------------------------ */
@media screen and (max-width: 960px) {

  /* header */
  .header{
    width: 100%;
  }

  .drawer {
    width: 100%;
    height: 100%;
    position: fixed;
    top: 0;
    right: 0;
    opacity: 0;
    pointer-events: none;
    z-index: -1;
    transition: .5s;
    background: no-repeat center url(/static/backnumber/official/feature/nomagictour_r/image/bg_sp.jpg);
    background-size: cover;
  }
  .drawer .nav {
    width: 100%;
    height: 100%;
  }
  .drawer .nav {
    position: relative;
  }
  .drawer .nav::before {
    content:'';
    display: block;
    position: absolute;
    top:0;
    left: 10%;
    width: 1px;
    height: 100%;
    background: #fff;
    transform: scaleY(0);
    transform-origin: top;
  }
  .drawer-visible .drawer .nav::before {
    transform: scaleY(1);
    transform-origin: top;
    transition: .6s .3s;
  }
  .drawer .nav{
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: flex-start;
    justify-content: flex-start;
    -webkit-box-align: center;
    -webkit-align-items: center;
    align-items: center;
    flex-wrap: wrap;
    position: relative;
    padding-left: 15%;
  }
  .drawer__btn {
    width: 45px;
    height: 45px;
    mix-blend-mode: difference;
    position: fixed;
    top: 18px;
    right: 4%;
    z-index: 999;
  }

  .drawer__btn span {
    display: block;
    width: 100%;
    height: 1px;
    background: #fff;
    position: absolute;
    transition: .3s;
    top: 8px;
  }
  .drawer__btn .top { top: 18px;}
  .drawer__btn .mid { top: 23px;}
  .drawer__btn .btm { top: 28px;}

  .drawer-visible .drawer{
    opacity: 1;
    pointer-events: auto;
    z-index: 900;
  }
  @keyframes button-animation__top {
    0% {
      top: 18px;
      width: 100%;
      transform: rotate(0deg);
    }
    20% {
      top: 23px;
      width: 100%;
      transform: rotate(0deg);
    }
    100% {
      top: 23px;
      width: 100%;
      transform: rotate(20deg);
    }
  }

  @keyframes button-animation__btm {
    0% {
      top: 28px;
      width: 100%;
      transform: rotate(0deg);
    }
    20% {
      top: 23px;
      width: 100%;
      transform: rotate(0deg);
    }
    100% {
      top: 23px;
      width: 100%;
      transform: rotate(-20deg);
    }
  }
  .drawer-visible .drawer__btn span.drawer__btn--item.top {
    animation: button-animation__top 1s forwards;
  }

  .drawer-visible .drawer__btn span.drawer__btn--item.mid {
    transform: scaleX(0);
    transition: .3s .2s;
  }

  .drawer-visible .drawer__btn span.drawer__btn--item.btm {
    top: 14px;
    animation: button-animation__btm 1s forwards;
  }




  .header .g-nav li{
    position: relative;
    margin: 0 0 30px;
    opacity: 0;
    transform: translateX(-40px);
  }
  .header .g-nav li a{
    font-family: 'futura-pt' ,sans-serif;
    font-weight: 300;
    font-size: 26px;
    color: #fff;
    text-decoration: none;
    display: block;
    position: relative;
    line-height: 1;
  }
  .drawer-visible .drawer__btn{
    mix-blend-mode: unset;
  }
  .drawer-visible .header .g-nav li{
    opacity: 1;
    transform: translateX(0);
  }
  .drawer-visible .header .g-nav li:nth-child(1){ transition: .5s .8s;}
  .drawer-visible .header .g-nav li:nth-child(2){ transition: .5s .9s;}
  .drawer-visible .header .g-nav li:nth-child(3){ transition: .5s 1s;}
  .drawer-visible .header .g-nav li:nth-child(4){ transition: .5s 1.1s;}

  .btn .btn--main{
    width: 90%;
  }

  .section-tit {
    font-size: 22px;
    position: absolute;
    top: -140px;
    color: #333;
  }
  .section-tit.position--left {
    left: 6.5vw;
  }
  .section-tit::after {
    background: #969696;
    left: -2px;
    top: 103px;
    height: calc(100% + 90px);
    z-index: 10;
  }
  .section-tit.position--right {
    left: 95vw;
  }
  .section--top .scroll{left: 20px;}
  .section--top .scroll::after{width: 90px;}
  .section--top .block--logo{
    width: 80%;
    height: 48vw;
    top: -4vw;
  }
  .section--top .block--logo svg{
    width: 102.5%;
    height: calc(48vw + 2px);
    position: relative;
    top: -2px;
    left: -1%;
  }

  .section--live .section-tit.position--right{
    top: -180px;
  }
  .section--live .section-tit::after{
    height: calc(100% + 120px);
  }
  .section--live .block--live-info .item--label__date{
    margin: 0 0 -10px;
  }

  .section--live {
    padding: 70px 10% 180px;
  }

  .section--live .block--live-info{
    width: 100%;
    position: relative;
  }
  .section--live .block--live-info dt {
    width: auto;
    font-size: 13px;
    float: none;
    margin-top: 0;
    font-weight: 400;
  }
  .section--live .block--live-info dd {
    font-size: 14px;
    border-bottom: 1px dashed #fff;
    padding-bottom: 10px;
    margin: 0 auto 10px;
  }

  .section--live .block--live-info .item__date {
    font-size: 18px;
  }
  .section--live .block--live-info .item__date span {
    font-size: 45px;
  }
  .section--live .square div {
    transition: .6s 0s;
  }
  .section--news {
    padding: 50px 5% 37vw 0;
  }
  .section--news .line.started::after {
      transform: rotate(36deg) scaleX(1);
  }
  .section--news .line::after {
    width: 160%;
    transform: rotate(36deg) scaleX(0);
    bottom: 160px;
    left: -13%;
}
  .section--news .list--info {
    width: 100%;
    margin: 0;
    padding: 0 10%;
  }
  .section--news .section-tit {
    width: calc(100% + 21vw);
    color: #fff;
  }
  .section--news .section-tit::after {
    top: 77px;
    height: calc(100% - 20px);
  }
  .section--news .list--info {
    width: 100%;
    margin: 0;
    padding: 0 4% 0 10%;
  }
  .list--info li {
      position: relative;
      padding-left: 0;
      border-bottom: 1px dashed #aaa;
      padding-bottom: 15px;
      margin-bottom: 15px;
  }
  .list--info li .date {
    font-size: 11px;
    position: static;
  }
  .list--info li::after{
    display: none;
  }
  .list--info li .tit {
    font-size: 14px;
    padding-right: 30px;
  }
  .list--info li .txt {
    font-size: 13px;
  }
  .list--info li .tit::before {
    height: 15px;
    right: 8px;
    top: calc(50% - 7px);
  }
  .list--info li .tit::after {
    width: 17px;
  }
  .list--info li.open .tit{
    font-size: 16px;
  }
  .section--ticket .section-tit {
    width: calc(100% + 35vw);
    left: 94vw;
    top: -35vw;
  }
  .section--ticket .section-tit::after {
    top: 83px;
  }
  .section--ticket .block-txt{
    padding-top: 10px;
  }

  .section--ticket{
  padding: 0 10% 30px 5%;
  }
  .block--ticket {
    padding: 20px 0;
    margin-bottom: 10px;
    position: relative;
    z-index: 50;
  }
  .block--ticket .block-tit{
    font-size: 20px;
    padding: 0 5% 20px;
  }

  .block--ticket .block-list dt, .block--ticket .normal-list dt {
    width: auto;
    float: none;
    clear: unset;
    padding: 0 5%;
    font-size: 12px;
  }
  .block--ticket .block-list dd, .block--ticket .normal-list dd {
    padding: 0 5% 13px;
    margin-bottom: 13px;
    margin-left: 0;
    border-color: #c7c7c7;
  }
  .block--ticket .normal-list dd:last-of-type {
    border-bottom: none;
    padding-bottom: 0;
    margin-bottom: 0;
  }
  .section--ticket .line:after{
    bottom: 22vw;
    transition: 1.2s .1s;
  }
  .section--goods {
    height: 60vh;
    padding: 0;
  }
  .section--goods .section-tit {
    top: 4vw;
  }
  .section--goods .section-tit::after {
    height: calc( 100% + 60px );
    top: 90px;
    transition: 1.2s .7s;
  }
  .section--goods .before {
    padding-right: 0;
    text-align: center;
    -webkit-justify-content: flex-end;
    justify-content: flex-end;
  }
  .section--goods .before span::after {
    width: 25px;
    bottom: 1px;
    right: 2px;
    left: inherit;
  }
  .section--goods .before span{
    font-size: 5vw;
    margin: 0 auto;
  }
  .section--goods .bnr__goods{
    width: 50%;
    position: absolute;
    bottom: 10vh;
    left: 26%;
  }

  footer {
    padding: 40px 6vw 40px 0;
  }
  footer .list--bnr li {
    display: block;
    width: 100%;
    margin: 0 0 5px;
  }
  footer .list--bnr li a{
    line-height: 0;
  }
  footer .copyright {
    left: calc(7vw - 4px);
  }








}

/*  tablet
------------------------------ */
@media screen and (max-width: 960px) and (min-width: 768px){

  .header .g-nav li a { font-size: 34px; }
  .section--top .scroll { left: 36px; }
  .section--top .scroll::before { font-size: 15px; }
  .section--top .scroll::after { width: 130px; left: 50px; top: 16px; }

  .section--top .block--logo { width: 64%; margin-top: -10vw;}
  .section--top .block--logo svg { width: 103%; height: 36.6vw;}

  .section-tit { font-size: 34px; top: -170px; }
  .section-tit.position--right { font-size: 34px; left: 92vw; top: -260px; }
  .section-tit::after { left: -5px; top: 156px; }


  .section--live { padding: 150px 15% 230px; }
  .section--live .block--live-info { width: 85%; }
  .section--live .block--live-info .item__date span { font-size: 60px; }
  .section--live .block--live-info .item__date { font-size: 20px; }
  .section--live .block--live-info dt { font-size: 18px; }
  .section--live .block--live-info dd { font-size: 18px; padding-bottom: 15px; margin: 0 auto 15px; }


  .section--news { padding: 80px 7% 17vw 0; }
  .section--news .section-tit::after { top: 117px; height: calc(100% - -40px); }
  .list--info li { padding-bottom: 25px; margin-bottom: 25px; }
  .list--info li .tit { font-size: 16px; padding-right: 30px; }
  .section--ticket { padding: 40px 19% 30px 4%; }
  .block--ticket { padding: 40px 0; margin-bottom: 30px; }
  .block--ticket .block-tit { font-size: 26px; padding: 0 7% 20px; }
  .block--ticket .block-list dt, .block--ticket .normal-list dt { padding: 0 8%; font-size: 14px; }
  .block--ticket .block-list dd, .block--ticket .normal-list dd { font-size: 18px; padding: 0 8% 20px; margin-bottom: 20px; }
  .section--ticket .section-tit.position--right { top: -130px; }
  .section--ticket .section-tit::after { top: 117px; }
  .section--goods .section-tit::after { height: calc( 100% + 40px ); top: 145px; }
  .section--goods .before span { font-size: 4vw; }
  .section--goods .bnr__goods {
    width: 30%;
    bottom: 11vh;
    left: 36%;
  }



  footer .inner { width: 30%; }
  footer .copyright { left: calc(6vw - 1px); }


}


_:-ms-lang(x)::-ms-backdrop, .section--top .block--logo svg {
  height:27vw;
}

_:-ms-lang(x)::-ms-backdrop, .header{
  mix-blend-mode: none;
  background: #fff;
  padding-bottom: 30px;
  z-index: 200;
}
_:-ms-lang(x)::-ms-backdrop, .header .g-nav li::before{
  background-color: #333;
}
_:-ms-lang(x)::-ms-backdrop, .header .g-nav li a{
  color: #333;
}

_:-ms-lang(x)::-ms-backdrop, .section--top .scroll{
  z-index: 220;
}
