/* RESET
-------------------------------------------------- */
html{color:#000;background:#FFF}body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,code,form,fieldset,legend,input,button,textarea,select,p,blockquote,th,td{margin:0;padding:0}table{border-collapse:collapse;border-spacing:0}fieldset,img{border:0}address,button,caption,cite,code,dfn,em,input,optgroup,option,select,strong,textarea,th,var{font:inherit}del,ins{text-decoration:none}li{list-style:none}caption,th{text-align:left}h1,h2,h3,h4,h5,h6{font-size:100%;font-weight:normal}q:before,q:after{content:''}abbr,acronym{border:0;font-variant:normal}sup{vertical-align:baseline}sub{vertical-align:baseline}legend{color:#000}.cf:before, .cf:after {content:""; display:table; } .cf:after {clear:both; } .cf {zoom:1; }
/* COMMON
-------------------------------------------------- */
body, html { width: 100%; height: auto; font-family: 'Lato', 'KozGoPro-Regular', '小塚ゴシック Pro R', Meiryo, メイリオ, 'Hiragino Kaku Gothic ProN', 'ヒラギノ角ゴ ProN W3', sans-serif; -webkit-font-smoothing: antialiased; -moz-osx-font-smoothing: grayscale; }
#wrapper { width: 100%; min-width: 1024px; overflow-x: hidden; margin: 0; padding: 0; position: relative; background: #fff; background-size: 60px 120px; overflow: hidden; }
a { text-decoration: none; color: #fff; font-family: 'Lato', 'KozGoPro-Medium', '小塚ゴシック Pro M', Meiryo, メイリオ, 'Hiragino Kaku Gothic ProN', 'ヒラギノ角ゴ ProN W6', sans-serif; font-weight: 600; -webkit-tap-highlight-color: rgba(0,0,0,0); }
a:hover { color: #ccc; }
.none { display: none; }
/* HEADER
-------------------------------------------------- */
header { background: #fff; width: 100%; position: relative; z-index: 1; }
.head { padding-top: 20px; height: 100px; border-bottom: #d20000 solid 5px; margin: 0 auto; text-align: center; }
.sp-head { display: none; }
/* NAVI
-------------------------------------------------- */
nav { background: #000; width: 100%; position: relative; z-index: 1; height: 60px; }
nav ul { width: 1000px; margin: 0 auto; }
nav ul li { display: inline-block; width: 14.2%; }
nav ul li a { display: block; line-height: 60px; text-align: center; width: 100%; color: #fff; text-decoration: none; border-left:#333 solid 1px; font-size: 1em; }
nav ul li a:last-child { border-right:#333 solid 1px; }
nav ul li a:active,nav ul li a:hover,nav ul li a:focus { background: #d20000; color: #fff; }

nav ul li a.nav-on { background: #d20000; cursor: default; }
nav ul li a.nav-off { color: #ccc; background: #444; cursor: default; }

.nav-icon-new {
  background: url(../img/new01.gif);
  background-size: 60px 30px;
  width: 60px;
  height: 30px;
  position: absolute;
  display: block;
  margin-top: -32px;
  margin-left: 44px;
}

#index nav ul li .nav-link01 { background: #d20000; }
#title nav ul li .nav-link02 { background: #d20000; }
#timetable nav ul li .nav-link03 { background: #d20000; }
#map nav ul li .nav-link04 { background: #d20000; }
#campaign nav ul li .nav-link05 { background: #d20000; }
#staff nav ul li .nav-link06 { background: #d20000; }



span.icon-window { height: 16px; width: 20px; display: inline-block; background: url(../img/icon-window.png) no-repeat;}


#timer { background: url(../img/bg06.gif); height: 100%; position: relative; z-index: 1; }
#timer div { width: 1000px; margin: 0 auto; }
.timer_title { width: 360px; }
.timer_set { width: 440px; }
.timer { height: 50px; overflow: hidden; }
.timer img { display: inline-block; }
.timer a { background: url(../img/timer_btn01.png) right top no-repeat; height: 50px; width: 200px; display: inline-block; }
.timer a:hover { background: url(../img/timer_btn01.png)  right -50px no-repeat; }

/* CONTENTS
-------------------------------------------------- */
.contents { margin: 0 auto; padding:20px 0 0 0; }
.video { width: 890px; height: 500px; margin: 0 auto; background: #000; border: #000 solid 5px; z-index: 10; position: relative; text-align: center; }
.schedule { width: 100%; position: absolute; z-index: 10; }
.schedule-btns { width: 900px; margin: 0 auto; color: #fff; font-size: 24px; line-height: 60px; font-weight: bold; }
.schedule-btn { width: 200px; background: #000; height: 60px; display: inline-block; margin-left: 20px; text-align: center; cursor: pointer; box-shadow: 5px 5px 0px rgba(0,0,0,0.2); }
.schedule-btn:hover { background: #d20000; }
.schedule-btn01 {  }
.schedule-btn02 {  }
.schedule-btn03 {  }
.schedule-btn04 {  }
.schedule-guide { width: 1000px; margin: 10px auto 0; height: auto; background: #000; position: relative; box-shadow: 5px 5px 0px rgba(0,0,0,0.2); }

.video-table { width: 94%; position: absolute; margin:-30% 3%; border-collapse: separate; border-spacing: 5px; }
.video-table img { display: block; margin:0 auto; }
.video-table th { width: 30%; }
.video-table th,.video-table td { background: #fff; text-align: center; }
.video-table td:hover { background: #d20000; color: #fff; cursor: pointer; }
.video-link { color: #000; font-size: 24px; width: 100%; display: block; height: 100%; line-height: 70px; text-decoration: none; }
.video-link:hover { color: #fff; }
.video-link span { font-size: 16px; }
.video-table td.video-nico { background: url(../img/video-bg-yoyaku.jpg) top center #fff; }
.video-table td.video-nico:hover { background: url(../img/video-bg-yoyaku2.jpg) top center #d20000; }


/* FOOTER
-------------------------------------------------- */
footer {
  width: 100%;
  position: relative;
  z-index: 1;
  color: #fff;
  margin-bottom: -900px;
  overflow: hidden;
  background: url(../img/bg02.gif);
  -webkit-transform: skewY(-8deg);
     -moz-transform: skewY(-8deg);
      -ms-transform: skewY(-8deg);
       -o-transform: skewY(-8deg);
          transform: skewY(-8deg);
}
.footer-wrap {
  width: 1024px;
  margin: 0 auto;
  -webkit-transform: skewY(8deg);
     -moz-transform: skewY(8deg);
      -ms-transform: skewY(8deg);
       -o-transform: skewY(8deg);
          transform: skewY(8deg);
  padding-top: 140px;
  padding-bottom: 960px;
}

.footer-ttl {
  font-size: 2em;
  font-weight: bold;
  line-height: 50px;
}

.footer-link {
  display: block;
  line-height: 40px;
  height: 40px;
  width: 140px;
  text-align: center;
  background: #222;
}

.footer-link:hover {
  background: #d20000;
  color: #fff;
  text-decoration: none;
}

.footer-tgs {
  padding: 20px;
  border-bottom: #222 solid 1px;
}

.footer-sns {
  text-align: center;
  padding: 20px 0 20px;
  border-bottom: #222 solid 1px;
}

.footer-sns img {
  margin: 0 10px;
}

.footer-copy {
  text-align: center;
  padding: 20px 0 20px;
  font-size: 10px;
  width: 400px;
  margin: 0 auto;
  color: #ddd;
}

/* INDEX
-------------------------------------------------- */

#index .map-contents {
  padding-top: 160px;
  padding-bottom: 330px;
}

#index .index_bg01 {
  position: absolute;
  text-align: center;
  width: 100%;
  background: #000;
  margin-top: -300px;
}

#index .index_bg01 img {
  width: 100%;
  max-width: 1000px;
}

#index .index_bg02 {
  position: absolute;
  text-align: center;
  width: 100%;
  background: #000;
  margin-top: -620px;
}

#index .index_bg02 img {
  width: 100%;
  max-width: 1000px;
}


/* TIMETABLE
-------------------------------------------------- */

.timetable-wrapper {
  min-height: 800px;
  width: 1000px;
  margin: 0 auto;
  padding-top: 120px;
  padding-bottom: 160px;
}

.timetable-btns {
  width: 100%;
  border-bottom: #d20000 solid 5px;
}

.timetable-btn.active {
  background: #d20000;
  cursor: default;
}
.timetable-btn:hover {
  background: #d20000;
  color: #fff;
}

.timetable-btn {
  cursor: pointer;
  width: 24.25%;
  margin-left: 1%;
  height: 100px;
  display: inline-block;
  background: #000;
  color: #fff;
  line-height: 30px;
  font-size: 30px;
  font-weight: bold;
  text-align: center;
  text-shadow: 2px 2px 0px rgba(0,0,0,0.2);
  text-decoration: none;
}
.timetable-btn span {
  display: block;
  line-height: 1;
  font-size: 16px;
  margin: 20px 20px 10px;
  background: #fff;
  color: #000;
  text-shadow: 0px 0px 0px rgba(0,0,0,0.2);
  padding: 6px 0;
  height: 16px;
}

.timetable-btn:first-child { margin-left: 0;}

.timetable-table {
  width: 100%;
  box-sizing: border-box;
  border-right: #000 solid 5px;
  border-bottom: #000 solid 5px;
  background: #000;
  border-collapse: separate;
  border-spacing: 1px;
}

.timetable-table th {
  background: #000;
  height: 50px;
  line-height: 50px;
  color: #fff;
  text-align: center;
  font-weight: bold;
  text-shadow: 2px 2px 0px rgba(0,0,0,0.2);
}
.timetable-table thead th {
  border-top: #000 solid 20px;
  font-size: 24px;
}
.timetable-table tbody {
  box-sizing: border-box;
}
.timetable-table tbody th {
  line-height: 24px;
  vertical-align: top;
  border-top: #fff solid 1px;
  height: 30px;
}
.timetable-table th.timetable-table-ttl-stage { background: url(../img/bg01.gif); }
.timetable-table th.timetable-table-ttl-cast { background: url(../img/bg04.gif); }
#timetable-table-tbody-2 { display: none; }
#timetable-table-tbody-3 { display: none; }
#timetable-table-tbody-4 { display: none; }
.timetable-table tbody td {
  box-sizing: border-box;
  background: #fae5e5;
  width: 45%;
}
.timetable-table tbody td:nth-child(3n) {
  background: #e5fae5;
}
.timetable-attention {
  font-size: #333;
  padding: 10px;
}
.program {
  overflow: hidden;
  position: relative;
  box-sizing: border-box;
  padding: 10px;
}
.program-inner {
  padding: 10px;
  border: #00d200 solid 5px;
  background: url(../img/bg03.gif);
  box-shadow: 5px 5px 0px rgba(0,0,0,0.2);
}
.program-inner:after {
  content: "";
  clear: both;
  display: block;
}
.program-title {
  font-weight: bold;
  font-size: 20px;
  line-height: 24px;
  color: #00d200;
  padding: 5px;
}
.program-img {
  width: 140px;
  float: right;
  margin-left: 10px;
  height: 140px;
  overflow: hidden;
}
.program-img img {
  width: 140px;
}
.program-time {
  background: #00d200;
  color: #fff;
  font-size: 16px;
  line-height: 30px;
  padding: 0 6px;
  position: relative;
  font-weight: bold;
  width: 120px;
  margin-bottom: 10px;
  margin-left: -10px;
  display: inline-block;
}
.program-time:before {
  position: absolute;
  top: 0;
  right:-15px;
  content: '';
  width: 0;
  height: 0;
  border-color: transparent transparent transparent #00d200;
  border-style: solid;
  border-width: 15px 0 15px 15px;
}
.program-text {
  display: block;
  padding: 5px;
}
.program-cast {
  display: block;
  padding: 5px;
  font-size: 12px;
  background: #eee;
}
.program-btn a {
  text-align: center;
  display: block;
  padding: 10px 20px;
  height: auto;
  color: #fff;
  line-height: 20px;
  margin-top: 5px;
  background: #ccc;
  text-decoration: none;
}


.program-icon {
  width: 80px;
  font-size: 12px;
  height: 30px;
  background: #666;
  border-radius: 20px;
  line-height: 30px;
  text-align: center;
  color: #fff;
  display: inline-block;
  float: right;
  margin: 0 2px;
}
.program-icon-stage { background: #d20000; }
.program-icon-cast { background: #00d200; }


.stage01 { margin-bottom: 10%; }
.stage02 { margin-top: 10%; }
.stage03 { margin-bottom: 10%; }
.stage04 { margin-top: -10%; margin-bottom: 10%; }
.stage05 { margin-top: 10%; }
.stage06 { margin-bottom: 10%; }
.stage07 { margin-top: 10%; margin-bottom: 10%; }
.stage08 { margin-top: 10%; }
.stage09 { margin-top: -10%; margin-bottom: 10%; }
.stage10 { margin-top: -10%; margin-bottom: 10%; }
.stage11 { margin-top: -10%; left: 100%; }
.stage12 { }
.stage13 { margin-bottom: 10%; }
.stage14 { margin-bottom: 10%; }
.stage15 { margin-top: -10%; left: 100%; }
.stage16 { }
.stage17 { margin-bottom: 10%; }
.stage18 { margin-bottom: -10%; }
.stage19 { }
.stage20 { margin-bottom: 10%; }
.stage21 { margin-bottom: 10%; }
.stage22 { margin-top: 10%; }
.stage23 { }
.stage24 { margin-bottom: 10%; }
.stage25 { }
.stage26 { left: 100%; }
.stage27 { margin-top: 5%; }

.stage-b { width: 200%; }
.stage-r {}
.stage-r .program-inner,.stage-b .program-inner { border-color: #d20000; }
.stage-r .program-time,.stage-b .program-time { background: #d20000; }
.stage-r .program-time:before,.stage-b .program-time:before { border-color: transparent transparent transparent #d20000; }
.stage-r .program-title,.stage-b .program-title { color: #d20000; }


.schedule-guide:before {
  content: "";
  position: absolute;
  top: -20px;
  left: 50%;
  width: 0;
  height: 0;
  border-bottom: 20px solid #000;
  border-left: 20px solid transparent;
  border-right: 20px solid transparent;
}
.schedule-guide-1:before {
  margin-left: -350px;
}
.schedule-guide-2:before {
  margin-left: -130px;
}
.schedule-guide-3:before {
  margin-left: 90px;
}
.schedule-guide-4:before {
  margin-left: 310px;
}

.schedule .active { display: block; }
.schedule-btns .active { display: inline-block; background: #d20000; }

.schedule-guide .program { padding: 5px; min-width: 100px; }
.schedule-guide .program-inner { padding: 0 5px 0; box-shadow: none; }
.schedule-guide .program-time { margin-bottom: 0; font-size: 12px; width: 90px; height: 18px; line-height: 18px; margin-right: 60px; }
.schedule-guide .program-time:before { right:-10px; border-width:10px 0 10px 10px; }
.schedule-guide .program-title { font-size: 12px; padding: 0; height: 50px; overflow: hidden; text-decoration: none; line-height: 16px; }
.schedule-guide .stage-b { width: auto; }
.schedule-timetable-table-wrapper { width: 100%; overflow: auto; }
.schedule-guide .timetable-table thead th { font-size: 12px; height: 20px; line-height: 1; border-top: none; text-align: left; border-left: #fff solid 1px; padding-right: 5px; }
.schedule-guide .timetable-table tbody td { width: auto;}
#schedule-table { border-left: #000 solid 5px; }
.schedule-guide-text { background: #000; color: #fff; padding: 5px 10px; font-weight: bold; font-size: 20px; border-bottom: #333 solid 1px; position:relative; }
.schedule-guide-text span { float: right; font-weight: normal; font-size: 14px; }
.schedule-program-link { display: block; }
.schedule-program-link:hover .program-inner { opacity: 0.8; }

/* MAP
-------------------------------------------------- */
.map-wrapper {
  padding: 60px 0;
}

.map-img {
  width: 1000px;
  margin: 0 auto;
  text-align: center;
  position: relative;
}
.map-img-logo01 {
  left: 7%;
  top: 63%;
  background: url(../img/map_logo01.png) no-repeat;
  width: 220px;
  height: 220px;
  background-size: 220px;
}
.map-img-logo02 {
  left: 2%;
  top: 36%;
  background: url(../img/map_logo02.png) no-repeat;
  width: 330px;
  height: 150px;
  background-size: 330px 150px;
}
.map-img-logo03 {
  left: 36%;
  top: 32%;
  background: url(../img/map_logo03.png) no-repeat;
  width: 270px;
  height: 150px;
  background-size: 270px 150px;
}
.map-img-logo04 {
  left: 67%;
  top: 55%;
  background: url(../img/map_logo04.png) no-repeat;
  width: 299px;
  height: 221px;
  background-size: 299px 221px;
}
.map-img-logo05 {
  left: 56%;
  top: 27%;
  background: url(../img/map_logo05.png) no-repeat;
  width: 440px;
  height: 170px;
  background-size: 440px 170px;
}
.map-img-logo06 {
  left: 21%;
  top: 52%;
  background: url(../img/map_logo06.png) no-repeat;
  width: 200px;
  height: 70px;
  background-size: 200px 70px;
}
.map-img a {
  display: block;
  position: absolute;
  cursor: pointer;
}
.map-img a:hover {
  opacity: 0.6;
}
/**/

.map-img-sp {
  display: none;
}

.map-contents {
  padding-top: 100px;
  padding-bottom: 100px;
}

.map-content {
  position: relative;
  min-height: 400px;
  margin: 0 auto 0;
  -webkit-transform: skewY(-8deg);
     -moz-transform: skewY(-8deg);
      -ms-transform: skewY(-8deg);
       -o-transform: skewY(-8deg);
          transform: skewY(-8deg);
  overflow: hidden;
  z-index: 1;
}

.map-content-inner {
  width: 1000px;
  margin: 0 auto;
  -webkit-transform: skewY(8deg);
     -moz-transform: skewY(8deg);
      -ms-transform: skewY(8deg);
       -o-transform: skewY(8deg);
          transform: skewY(8deg);
  padding: 60px 0;
}

.map-content-bg {
  -webkit-transform: skewY(8deg);
     -moz-transform: skewY(8deg);
      -ms-transform: skewY(8deg);
       -o-transform: skewY(8deg);
          transform: skewY(8deg);
  position: absolute;
  width: 2000px;
  height: 2000px;
  transform-origin: 50% 50%;
  left: 50%;
  margin-left: -1000px;
  margin-top: -200px;
}

.map-logo {
  display: block;
  margin-bottom: 20px;
}

.map-copy {
  font-size: 36px;
  font-weight: bold;
  padding: 10px;
  text-shadow: 1px 1px 3px #000;
  line-height: 1.5em;
}
.map-copy span {
  font-size: 20px;
}


.map-text {
  padding: 10px;
  text-shadow: 1px 1px 3px #000;
}
.map-text span {
  font-weight:bold;
  color:#d20000;
  font-size:1.2em;
}
.map-text-box {
  background: #d20000;
  padding: 10px;
  border-radius: 4px;
  margin: 10px;
  color: #fff;
  width: 50%;
  position: relative;
  z-index: 1;
}
.map-item {
  width: 200px;
  height: 164px;
  position: absolute;
  right: 0;
  top:-20px;
}
.map-text-box-list {
  display: inline-block;
  width: 40%;
}
.map-text-box-list li {
  list-style: disc inside;
  padding-left: 10px;
}
.map-text-list {
  font-size: 12px;
}
.map-text-list li {
  list-style: square inside;
  padding-left: 10px;
}
.map-text-title {
  font-size: 20px;
  font-weight: bold;
  margin-right: 100px;
}
.map-text-small {
  font-size: 11px;
  line-height: 20px;
  padding-top: 5px;
}

.map-photo {
  padding-bottom: 10px;
}

.map-photo-cont {
  display: inline-block;
  width: 80px;
  height: 80px;
  margin-left: 10px;
  border: 1px #d20000 solid;
}

.map-photo a img {
  width: 80px;
}

.map-photo a {
  display: block;
}

.map-photo a:hover {
  opacity: 0.8;
  border-color: #fff;
}

#map-content-01 {

}
#map-content-01 .map-content-inner {
}
#map-content-01 .map-content-bg {
  background: url(../img/bg03.gif);
}

#map-content-01 .map-content-bg2 {
  background: url(../img/map_img01.png) top center no-repeat;
  background-size: 680px 476px;
  -webkit-transform: skewY(8deg);
     -moz-transform: skewY(8deg);
      -ms-transform: skewY(8deg);
       -o-transform: skewY(8deg);
          transform: skewY(8deg);
  position: absolute;
  width: 680px;
  height: 476px;
  left: 50%;
  margin-left: -200px;
  margin-top: 0px;
}


#map-content-01 .map-logo {
  background: url(../img/map_logo01.png) no-repeat;
  background-size: 260px 260px;
  width: 260px;
  height: 260px;
  margin-top: 20px;
}
#map-content-01 .map-copy,#map-content-01 .map-text {
  text-shadow: 0px 0px 3px #fff;
}
#map-content-01 .map-text-box {
  width: auto;
}

#map-content-02 {
  color: #fff;
  background: #030809;
}
#map-content-02 .map-content-inner {
}
#map-content-02 .map-content-bg {
  background: #030809 url(../img/map_bg02.jpg) top center no-repeat;
}
#map-content-02 .map-logo {
  background: url(../img/map_logo04.png) no-repeat;
  background-size: 360px 266px;
  width: 360px;
  height: 266px;
}
#map-content-02 .map-item {
  background: url(../img/map_item02.png) top right no-repeat;
  background-size: 200px 164px;
}

#map-content-03 {
  background: #fff;
}
#map-content-03 .map-content-inner {
}
#map-content-03 .map-content-bg {
  background: #fff url(../img/map_bg03.jpg) top center no-repeat;
}
#map-content-03 .map-logo {
  background: url(../img/map_logo02.png) no-repeat;
  background-size: 360px 164px;
  width: 360px;
  height: 164px;
}
#map-content-03 .map-copy,#map-content-03 .map-text {
  text-shadow: 0px 0px 3px #fff ,0px 0px 3px #fff ,0px 0px 3px #fff, 0px 0px 3px #fff;
}
#map-content-03 .map-item {
  background: url(../img/map_item03.png) top right no-repeat;
  background-size: 200px 164px;
}


#map-content-04 {
  color: #fff;
  background: #120303;
}
#map-content-04 .map-content-inner {
}
#map-content-04 .map-content-bg {
  background: #120303 url(../img/map_bg04.jpg) top center no-repeat;
}
#map-content-04 .map-logo {
  background: url(../img/map_logo03.png) no-repeat;
  background-size: 400px 222px;
  width: 400px;
  height: 222px;
}
#map-content-04 .map-item {
  background: url(../img/map_item04.png) top right no-repeat;
  background-size: 200px 164px;
}

#map-content-05 {
  color: #fff;
  background: #cc0065;
}
#map-content-05 .map-content-inner {
}
#map-content-05 .map-content-bg {
  background: url(../img/bg05.gif) top center;
}
#map-content-05 .map-content-bg2 {
  background: url(../img/map_bg05-1.png) top center no-repeat;
  -webkit-transform: skewY(8deg);
     -moz-transform: skewY(8deg);
      -ms-transform: skewY(8deg);
       -o-transform: skewY(8deg);
          transform: skewY(8deg);
  position: absolute;
  width: 680px;
  height: 800px;
  left: 50%;
  margin-left: -160px;
  margin-top: -280px;
}
#map-content-05 .map-logo {
  background: url(../img/map_logo05-1.png) no-repeat;
  background-size: 330px 300px;
  width: 330px;
  height: 300px;
}
#map-content-05 .map-text span {
  color:#e2e200;
}
#map-content-05 .map-item {
  background: url(../img/map_item05.png) top right no-repeat;
  background-size: 200px 164px;
  right: -60px;
  top: 0;
}
#map-content-05 .map-img02 {
  width: 300px;
  height: 300px;
  background: url(../img/map_img02.png) top center no-repeat;
  background-size: 300px 300px;
  position: absolute;
  left: 640px;
  margin-top: -40px;
}

#map-content-06 {
  border: 5px solid #e181ab;
  margin-left: -5px;
  margin-right: -5px;
  background: #fff;
}
#map-content-06 .map-content-inner {
}
#map-content-06 .map-content-bg {
  background: url(../img/bg03.gif) top center;
}
#map-content-06 .map-content-bg2 {
  background: url(../img/map_bg06-1.png) top center no-repeat;
  -webkit-transform: skewY(8deg);
     -moz-transform: skewY(8deg);
      -ms-transform: skewY(8deg);
       -o-transform: skewY(8deg);
          transform: skewY(8deg);
  position: absolute;
  width: 680px;
  height: 800px;
  left: 50%;
  margin-left: -160px;
  margin-top: -280px;
}
#map-content-06 .map-logo {
  background: url(../img/map_logo06-1.png) no-repeat;
  background-size: 400px 192px;
  width: 400px;
  height: 192px;
}
#map-content-06 .map-copy,#map-content-06 .map-text {
  text-shadow: none;
}


/* CAMPAIGN
-------------------------------------------------- */

.campaign-wrapper {
  padding: 60px 0;
}

.campaign-head {
  background: url(../img/bg06.gif);
  text-align: center;
  padding: 20px 0;
}

.campaign-content {
  width: 1000px;
  margin: 0 auto;
  padding: 40px 0;
}

.campaign-content p {
  margin: 0 20px;
}

.campaign-content span {
  color: #d20000;
  font-weight: bold;
}

.campaign-attend {
  color: #fff;
  font-size: 30px;
  background: #d20000;
  text-align: center;
  padding: 20px 10px;
  margin: 50px auto;
  border-radius: 4px;
}

.campaign-brands {
  text-align: center;
  margin: 40px auto;
}

/* TOPICS
-------------------------------------------------- */

.topics-wrapper {
  width: 1000px;
  margin:0 auto;
}

.topics-wrapper .topics {
  color: #000;
  -webkit-transform: none;
     -moz-transform: none;
      -ms-transform: none;
       -o-transform: none;
          transform: none;
  margin-top: 100px;
  padding-bottom: 100px;
}

.topics-wrapper .topics .topic {
  border-bottom: #cccccc dotted 1px;
}

.topics-wrapper .topics .topic-ttl a{
  color: #d20000;
  text-decoration: underline;
}


/* TITLE
-------------------------------------------------- */
.game-wrapper {
  padding-bottom: 90px;
  min-height: 500px;
  -webkit-transform: skewY(-8deg);
     -moz-transform: skewY(-8deg);
      -ms-transform: skewY(-8deg);
       -o-transform: skewY(-8deg);
          transform: skewY(-8deg);
}

.game-container {
  position: relative;
  width: 100%;
  height: 200px;
  overflow: hidden;
  background: #0e1218;
  margin-bottom: 20px;
}
.game-container-wrap:nth-child(odd) .game-container {
  left: 40%;
}

.game-container-wrap:nth-child(even) .game-container {
  width: 60%;
}

.game-container-wrap:nth-child(odd) .game-container .game-inner {
  background-position: top left;
  -webkit-transform-origin: left center;
     -moz-transform-origin: left center;
      -ms-transform-origin: left center;
       -o-transform-origin: left center;
          transform-origin: left center;
  background-origin: content-box;
  margin-top: -200px;
}
.game-container-wrap:nth-child(even) .game-container .game-inner {
  background-position: top right;
  -webkit-transform-origin: right center;
     -moz-transform-origin: right center;
      -ms-transform-origin: right center;
       -o-transform-origin: right center;
          transform-origin: right center;
  background-origin: content-box;
  width: 100%;
}

.game-inner {
  background-repeat: no-repeat;
  height: 400px;
  width: 100%;
  -webkit-transform: skewY(8deg);
     -moz-transform: skewY(8deg);
      -ms-transform: skewY(8deg);
       -o-transform: skewY(8deg);
          transform: skewY(8deg);
}

.game01 { background-color: #0e1218; }
.game-container-wrap:nth-child(odd) .game01 .game-inner { background-image: url(../img/game01R.jpg); }
.game-container-wrap:nth-child(even) .game01 .game-inner { background-image: url(../img/game01L.jpg); }
.game02 { background-color: #e4f7fd; }
.game-container-wrap:nth-child(odd) .game02 .game-inner { background-image: url(../img/game02R.jpg); }
.game-container-wrap:nth-child(even) .game02 .game-inner { background-image: url(../img/game02L.jpg); }
.game03 { background-color: #4a1b36; }
.game-container-wrap:nth-child(odd) .game03 .game-inner { background-image: url(../img/game03R.jpg); }
.game-container-wrap:nth-child(even) .game03 .game-inner { background-image: url(../img/game03L.jpg); }
.game04 { background-color:  #ccd5fa; }
.game-container-wrap:nth-child(odd) .game04 .game-inner { background-image: url(../img/game04R.jpg); }
.game-container-wrap:nth-child(even) .game04 .game-inner { background-image: url(../img/game04L.jpg); }
.game05 { background-color:  #4e6f95; }
.game-container-wrap:nth-child(odd) .game05 .game-inner { background-image: url(../img/game05R.jpg); }
.game-container-wrap:nth-child(even) .game05 .game-inner { background-image: url(../img/game05L.jpg); }
.game06 { background-color:  #365daa; }
.game-container-wrap:nth-child(odd) .game06 .game-inner { background-image: url(../img/game06R.jpg); }
.game-container-wrap:nth-child(even) .game06 .game-inner { background-image: url(../img/game06L.jpg); }
.game07 { background-color:  #672137; }
.game-container-wrap:nth-child(odd) .game07 .game-inner { background-image: url(../img/game07R.jpg); }
.game-container-wrap:nth-child(even) .game07 .game-inner { background-image: url(../img/game07L.jpg); }
.game08 { background-color:  #463553; }
.game-container-wrap:nth-child(odd) .game08 .game-inner { background-image: url(../img/game08R.jpg); }
.game-container-wrap:nth-child(even) .game08 .game-inner { background-image: url(../img/game08L.jpg); }
.game09 { background-color:  #423c34; }
.game-container-wrap:nth-child(odd) .game09 .game-inner { background-image: url(../img/game09R.jpg); }
.game-container-wrap:nth-child(even) .game09 .game-inner { background-image: url(../img/game09L.jpg); }
.game10 { background-color:  #3ca0da; }
.game-container-wrap:nth-child(odd) .game10 .game-inner { background-image: url(../img/game10R.jpg); }
.game-container-wrap:nth-child(even) .game10 .game-inner { background-image: url(../img/game10L.jpg); }
.game11 { background-color:  #5a3f2e; }
.game-container-wrap:nth-child(odd) .game11 .game-inner { background-image: url(../img/game11R.jpg); }
.game-container-wrap:nth-child(even) .game11 .game-inner { background-image: url(../img/game11L.jpg); }
.game12 { background-color:  #56802d; }
.game-container-wrap:nth-child(odd) .game12 .game-inner { background-image: url(../img/game12R.jpg); }
.game-container-wrap:nth-child(even) .game12 .game-inner { background-image: url(../img/game12L.jpg); }
.game13 { background-color:  #d1f5f8; }
.game-container-wrap:nth-child(odd) .game13 .game-inner { background-image: url(../img/game13R.jpg); }
.game-container-wrap:nth-child(even) .game13 .game-inner { background-image: url(../img/game13L.jpg); }
.game14 { background-color:  #ca584f; }
.game-container-wrap:nth-child(odd) .game14 .game-inner { background-image: url(../img/game14R.jpg); }
.game-container-wrap:nth-child(even) .game14 .game-inner { background-image: url(../img/game14L.jpg); }
.game15 { background-color:  #d1f5f8; }
.game-container-wrap:nth-child(odd) .game15 .game-inner { background-image: url(../img/game15R.jpg); }
.game-container-wrap:nth-child(even) .game15 .game-inner { background-image: url(../img/game15L.jpg); }
.game16 { background-color:  #2c4bef; }
.game-container-wrap:nth-child(odd) .game16 .game-inner { background-image: url(../img/game16R.jpg); }
.game-container-wrap:nth-child(even) .game16 .game-inner { background-image: url(../img/game16L.jpg); }
.game17 { background-color:  #000; }
.game-container-wrap:nth-child(odd) .game17 .game-inner { background-image: url(../img/game17R.jpg); }
.game-container-wrap:nth-child(even) .game17 .game-inner { background-image: url(../img/game17L.jpg); }
.game20 { background-color:  #242d58; }
.game-container-wrap:nth-child(odd) .game20 .game-inner { background-image: url(../img/game20R.jpg); }
.game-container-wrap:nth-child(even) .game20 .game-inner { background-image: url(../img/game20L.jpg); }
.game21 { background-color:  #ecebf4; }
.game-container-wrap:nth-child(odd) .game21 .game-inner { background-image: url(../img/game21R.jpg); }
.game-container-wrap:nth-child(even) .game21 .game-inner { background-image: url(../img/game21L.jpg); }
.game22 { background-color:  #c4171e; }
.game-container-wrap:nth-child(odd) .game22 .game-inner { background-image: url(../img/game22R.jpg); }
.game-container-wrap:nth-child(even) .game22 .game-inner { background-image: url(../img/game22L.jpg); }
.game23 { background-color:  #bfc9cc; }
.game-container-wrap:nth-child(odd) .game23 .game-inner { background-image: url(../img/game23R.jpg); }
.game-container-wrap:nth-child(even) .game23 .game-inner { background-image: url(../img/game23L.jpg); }
.game24 { background-color:  #dbe6f0; }
.game-container-wrap:nth-child(odd) .game24 .game-inner { background-image: url(../img/game24R.jpg); }
.game-container-wrap:nth-child(even) .game24 .game-inner { background-image: url(../img/game24L.jpg); }
.game25 { background-color:  #f9f3de; }
.game-container-wrap:nth-child(odd) .game25 .game-inner { background-image: url(../img/game25R.jpg); }
.game-container-wrap:nth-child(even) .game25 .game-inner { background-image: url(../img/game25L.jpg); }
.game26 { background-color:  #66c0a3; }
.game-container-wrap:nth-child(odd) .game26 .game-inner { background-image: url(../img/game26R.jpg); }
.game-container-wrap:nth-child(even) .game26 .game-inner { background-image: url(../img/game26L.jpg); }




.game-container-new-r {
  background: url(../img/new01.gif);
  background-size: 100px 50px;
  width: 100px;
  height: 50px;
  position: absolute;
  z-index: 1;
  left: -100px;
  top: -30px;
}

.game-container-new-l {
  background: url(../img/new01.gif);
  background-size: 100px 50px;
  width: 100px;
  height: 50px;
  position: absolute;
  z-index: 1;
  right: -100px;
  top: -30px;
}

.game-inner a {
  display: block;
  width: 100%;
  height: 100%;
}

.game-inner a:hover {
  background: rgba(0, 0, 0, 0.5);
}

.game-details {
  display: block;
  position: absolute;
  width: 255px;
  height: 200px;
}

.game-container-wrap:nth-child(odd) .game-details {
  left: 40%;
  margin-left: -270px;
}

.game-container-wrap:nth-child(even) .game-details {
  right: 40%;
  margin-right: -270px;
}

.game-icon:nth-child(odd) {
  position: absolute;
}

.game-icon:nth-child(even) {
  position: absolute;
  left: 65px;
}

.game-icon:nth-child(n+3) {
  position: absolute;
  left: 130px;
}

.game-icon:nth-child(n+4) {
  position: absolute;
  left: 195px;
}

.game-icon {
  width: 60px;
  height: 50px;
  position: absolute;
  overflow: hidden;
}

.game-icon span {
  display: block;
  height: 200%;
  background-color:#000;
  background-size: 50%;
  -webkit-transform: skewY(8deg);
     -moz-transform: skewY(8deg);
      -ms-transform: skewY(8deg);
       -o-transform: skewY(8deg);
          transform: skewY(8deg);
  transform-origin: center center;
  background-position: 25px 20px;
  margin: -20px;
  background-repeat: no-repeat;
}

.game-icon-off span {
  background-color: #ccc;
}

.icon-play { background-image: url(../img/icon-game.png); }
.icon-video { background-image: url(../img/icon-video.png); }
.icon-stage { background-image: url(../img/icon-stage.png); }
.icon-cast { background-image: url(../img/icon-cast.png); }

.icon-info {
  position: relative;
  width: 1024px;
  height: 136px;
  margin: 10px auto;
  background: url(../img/icon-info.png) top left no-repeat;
}

 .game-text {
  position: absolute;
  top: 50px;
  font-size: 18px;
  font-style: oblique;
  font-weight: bold;
  line-height: 40px;
 }

.game-btn-video {
  width: 255px;
  height: 50px;
  position: absolute;
  overflow: hidden;
  top: 90px;
}

.game-btn-site {
  width: 255px;
  height: 50px;
  position: absolute;
  overflow: hidden;
  top: 150px;
}

.btn-video {
  display: block;
  width: 300px;
  height: 100px;
  background-color:#000;
  background-image: url(../img/btn-video.png);
  background-repeat: no-repeat;
  -webkit-transform: skewY(8deg);
     -moz-transform: skewY(8deg);
      -ms-transform: skewY(8deg);
       -o-transform: skewY(8deg);
          transform: skewY(8deg);
  margin: -25px 0 0 -25px;
}
.btn-video-booth {
  background-image: url(../img/btn-video-booth.png);
}

.btn-site {
  display: block;
  width: 300px;
  height: 100px;
  background-color:#000;
  background-image: url(../img/btn-site.png);
  background-repeat: no-repeat;
  -webkit-transform: skewY(8deg);
     -moz-transform: skewY(8deg);
      -ms-transform: skewY(8deg);
       -o-transform: skewY(8deg);
          transform: skewY(8deg);
  margin: -25px 0 0 -25px;
}

.btn-site:hover,.btn-video:hover {
  background-color: #d20000;
}

.game-btn-off a,.game-btn-off a:hover {
  background-color: #ccc;
  cursor: default;
}

.game-tab {
  background: #000;
}


/* staff
-------------------------------------------------- */

.staff-wrapper { padding: 100px 0 30px; width: 1000px; margin: 0 auto; }
.staff-title { font-size: 36px; font-weight: bold; }
.staff-text { font-size: 20px;  }
.staff-text span { color: #d20000; }
.staff-text a { color: #d20000; text-decoration: underline; }
.staff-text a:hover { color: #900; }
.staff-contents { margin-top: 20px; }
.staff-content { width: 180px; float: left; display: inline-block; background: url(../img/bg01.gif); text-align: center; border-radius: 6px; height: 240px; margin-bottom: 30px; margin-left: 24px; }
.staff-content:nth-child(5n+1) { margin-left: 0; }
.staff-img { }
.staff-img img { border-radius: 6px; width: 180px; height: 180px; }
.staff-name { color: #000; font-size: 22px; font-weight: bold; text-align: center; color: #fff; line-height: 38px; }
.staff-name span { font-size: 14px; }


.twiiter-wrap {
  text-align: center;
  padding-bottom: 100px;
}



/* main
-------------------------------------------------- */
.main {
  position: absolute;
  height: 700px;
  width: 100%;
  z-index: 0;
  text-align: center;
  -webkit-transform: skewY(-8deg);
     -moz-transform: skewY(-8deg);
      -ms-transform: skewY(-8deg);
       -o-transform: skewY(-8deg);
          transform: skewY(-8deg);
  overflow: hidden;
  margin-top:-200px;
  background: url(../img/bg02.gif);
}

.main-img {
  background-color: #333;
  -webkit-transform: skewY(8deg);
     -moz-transform: skewY(8deg);
      -ms-transform: skewY(8deg);
       -o-transform: skewY(8deg);
          transform: skewY(8deg);
  top: 200px;
  position: absolute;
  width: 100%;
  height: 100%;
}

.img01 {
  background: url(../img/img01.jpg) top center no-repeat;
/*  opacity:0;
  animation: imgTrans 30s infinite;
  animation-delay: 0s;*/
}
.img02 {
  background: url(../img/img02.jpg) top center no-repeat;
/*  opacity:0;
  animation: imgTrans 30s infinite;
  animation-delay: 6s;*/
}
.img03 {
  background: url(../img/img03.jpg) top center no-repeat;
/*  opacity:0;
  animation: imgTrans 30s infinite;
  animation-delay: 12s;*/
}
.img04 {
  background: url(../img/img04.jpg) top center no-repeat;
/*  opacity:0;
  animation: imgTrans 30s infinite;
  animation-delay: 18s;*/
}
.img05 {
  background: url(../img/img05.jpg) top center no-repeat;
/*  opacity:0;
  animation: imgTrans 30s infinite;
  animation-delay: 18s;*/
}

/*@-webkit-keyframes imgTrans {
 0% { opacity:0; }
 5% { opacity:1; }
 20% { opacity:1; }
 25% { opacity:0; }
 100% { opacity:0; }
}
*/
.BG01 {
  background: url(../img/bg01.gif);
  overflow: hidden;
  margin-top: -340px;
  margin-bottom: 60px;
  border-top: #000 solid 5px;
  -webkit-transform: skewY(-8deg);
     -moz-transform: skewY(-8deg);
      -ms-transform: skewY(-8deg);
       -o-transform: skewY(-8deg);
          transform: skewY(-8deg);
  position: relative;
  z-index: 1;
}

/* CONTENTS
-------------------------------------------------- */
.banner-top {
  position: relative;
  z-index: 2;
  margin: 80px auto 0;
  text-align: center;
  width: 900px;
  height: 230px;
}
.banner-top img {
  width: 100%;
}

.banner-top img:hover {
  opacity: 0.8;
}

.topics {
  width: 900px;
  margin: 320px auto 0px;
  -webkit-transform: skewY(8deg);
     -moz-transform: skewY(8deg);
      -ms-transform: skewY(8deg);
       -o-transform: skewY(8deg);
          transform: skewY(8deg);
  color: #fff;
  padding-bottom: 80px;
}

.topics-ttl {
  background: url(../img/topics-ttl.png) no-repeat;
  height: 22px;
}
.date {
  color: #fff;
  line-height: 1em;
  font-weight: bold;
  border-radius: 100px;
  background: #000;
  display: block;
  width: 70px;
  height: 50px;
  text-align: center;
  padding-top: 20px;
}
.topic {
  width: 100%;
  padding:20px 0;
}
.topic-ttl {
  font-size: 1.5em;
  font-weight: bold;
  display: block;
  margin: -68px 0 0 80px;
  text-decoration: underline;
}
.topic-them {
  font-size: 1em;
  display: block;
  width: 100%;
  display: block;
  margin: 0 0 0 80px;
}

.more {
  width: 1000px;
  height: 49px;
  margin: 0 auto;
  position: relative;
  z-index: 2;
  margin-top: -150px;
  padding-bottom: 160px;
}

.more a {
  background: url(../img/more.png);
  width: 120px;
  height: 49px;
  display: block;
  float: right;
  margin-right: 10px;
}


.more-game {
  margin-top: -60px;
  padding-bottom: 130px;
}

/* SUB
-------------------------------------------------- */

.sub {
  background: url(../img/bg02.gif) #000;
  box-shadow: 0px 0px 0px 5px #d20000;
  border-bottom: solid 5px #000;
  height: 300px;
  margin-top: -260px;
  -webkit-transform: skewY(-8deg);
     -moz-transform: skewY(-8deg);
      -ms-transform: skewY(-8deg);
       -o-transform: skewY(-8deg);
          transform: skewY(-8deg);
}

.sub-title {
  font-size: 2em;
  font-weight: bold;
  width: 1024px;
  margin: 0 auto;
  color: #fff;
  padding-top: 280px;
  padding-left: 10px;
  -webkit-transform: skewY(8deg);
     -moz-transform: skewY(8deg);
      -ms-transform: skewY(8deg);
       -o-transform: skewY(8deg);
          transform: skewY(8deg);
}

/* ANIMETION
--------------------------------------------------
@-webkit-keyframes turnZ{
0%{-webkit-transform: rotateZ(0deg);}
100%{-webkit-transform: rotateZ(90deg);}
}
 */

@-webkit-keyframes translateToLeft {
  0%{
    -webkit-transform: translate( 100%, -100% );
       -moz-transform: translate( 100%, -100% );
        -ms-transform: translate( 100%, -100% );
         -o-transform: translate( 100%, -100% );
            transform: translate( 100%, -100% );
    opacity: 0;
  }
  100%{
    -webkit-transform: translate( 0, 0 );
       -moz-transform: translate( 0, 0 );
        -ms-transform: translate( 0, 0 );
         -o-transform: translate( 0, 0 );
            transform: translate( 0, 0 );
    opacity: 1;
  }
}

@-webkit-keyframes translateToRight {
  0%{
    -webkit-transform: translate( -100%, 100% );
       -moz-transform: translate( -100%, 100% );
        -ms-transform: translate( -100%, 100% );
         -o-transform: translate( -100%, 100% );
            transform: translate( -100%, 100% );
    opacity: 0;
  }
  100%{
    -webkit-transform: translate( 0, 0 );
       -moz-transform: translate( 0, 0 );
        -ms-transform: translate( 0, 0 );
         -o-transform: translate( 0, 0 );
            transform: translate( 0, 0 );
    opacity: 1;
  }
}

.game-container-wrap {
  clear: both;
}

.translate-right {
  -webkit-animation-name: translateToLeft;
  -webkit-animation-duration: 0.5s;
  -webkit-animation-iteration-count: 1;
  opacity: 1;
}

.translate-left {
  -webkit-animation-name: translateToRight;
  -webkit-animation-duration: 0.5s;
  -webkit-animation-iteration-count: 1;
  opacity: 1;
}

/* Back to top button */
#back-top {
  position: fixed;
  bottom: 0;
  right: 2%;
  z-index: 1000;
}
#back-top span {
  background:url(../img/arrow.png) top center no-repeat;
  width: 100px;
  height: 76px;
  display: block;
}

#back-top:hover {
  filter: alpha(opacity=50);
  -moz-opacity:0.5;
  opacity:0.5;
}




@media screen and (max-width: 639px) {
  #wrapper {
    min-width: 320px;
  }
  .head {
    display: none;
  }
  .sp-head {
    width: 100%;
    border-bottom: #d20000 solid 5px;
    display: block;
  }
  .sp-head img {
    width: 100%;
  }
  .sp-nav-btn {
    display: block;
    background: #000;
    position: absolute;
    height: 100%;
    width: 70px;
    right: 0;
    top: 0;
    border-bottom: #d20000 solid 5px;
    box-sizing: border-box;
  }
  .BG01 {
    margin-top: -270px;
    background-size: 75%;
  }
  .banner-top {
    width: 100%;
    height: auto;
  }
  .topics {
    width: 100%;
    margin-top: 240px;
  }
  .topics-ttl {
    width: 90%;
    margin: 0 5%;
    background-size: 540px 11px;
    height: 11px;
  }
  .topic-ttl {
    font-size: 1.1em;
    line-height: 1.2em;
    margin: -56px 0 0 70px;
  }
  .topic {
    width: 90%;
    margin: 0 20px;
  }
  .date {
    width: 60px;
    height: 40px;
    font-size: 0.9em;
    padding-top: 16px;
  }
  .topic-them {
    margin-left: 70px;
    margin-right: 10px;
    width: auto;
  }
  nav {
    height: 0;
  }
  nav ul {
    width: 100%;
    height: 0;
    transition: all .4s;
    top: -1000px;
  }
  nav ul li {
    width: 100%;
    height: 0;
    transition: all .4s;
  }
  nav ul li a {
    opacity: 0;
    position: relative;
    transition: all .4s;
    display: none;
  }
  .nav-icon-new {
    margin-top: 10px;
    margin-left: 10%;
  }

  #index .index_bg01 {
    margin-top: -35%;
    width: 120%;
    margin-left: -10%;
  }

  #index .index_bg02 {
    margin-top: -80%;
    width: 120%;
    margin-left: -10%;
  }

  #index .map-contents {
    padding-top: 100px;
    padding-bottom: 200px;
  }



  #timer div { width: 100%;}
  .timer { height: auto; }
  .timer img { display:block; width: 100%; }
  .timer a { width: 100%; margin: 0 auto; }




  .main {
    height: 510px;
    background: url(../img/bg02.gif);
  }
  .main-img {
    display: none !important;
  }
  .video {
    width: 90%;
    height: 100%;
    margin: 0 5%;
    padding-top: 56.25%;
    position: relative;
  }
  .video img {
    width: 100%;
  }
  .video iframe {
    position: absolute;
    top: 0;
    right: 0;
    width: 100% !important;
    height: 100% !important;
  }
  .video-table {
    margin-top: -33%;
    border-spacing: 2px;
  }
  .video-link {
    font-size: 12px;
    line-height: 30px;
  }
  .video-link span {
    font-size: 10px;
  }
  .game-wrapper {
    padding-bottom: 10px;
  }
  .game-container-wrap {
    height: 200px;
  }
  .game-container {
    height: 120px;
    margin-bottom: 0;
  }
  .game-details {
    width: 90%;
    height: 40px;
    margin-top: 125px;
  }
  .game-container-wrap:nth-child(odd) .game-details {
    margin-left: 20px;
    left: auto;
    height: 40px;
  }
  .game-container-wrap:nth-child(odd) .game-container {
    left: 20px;
  }
  .game-container-wrap:nth-child(even) .game-details {
    margin-right: 20px;
    right: 0px;
  }
  .game-container-wrap:nth-child(even) .game-container {
    right: 20px;
    width: auto;
  }
  .game-inner {
    background-size: 600px 200px;
  }
  .game-container-wrap:nth-child(odd) .game-container .game-inner {
    margin-top: -80px;
  }

  .game-container-new-r { left: auto; right: 0; top: -150px; background-size: 80px 40px; width: 80px; height: 40px; }
  .game-container-new-l { left: 0; right: auto; top: -150px; background-size: 80px 40px; width: 80px; height: 40px; }

  .more {
    width: 100%;
    height: 32px;
    margin-top: -100px;
    padding-bottom: 50px;
  }
  .more-game {
    margin-top: -30px;
    padding-bottom: 50px;
  }
  .more a {
    width: 80px;
    height: 100%;
    background-size: 100%;
  }
  .game-icon {
    width: 10%;
    height: 40px;
  }
  .game-icon span {
    background-position: center center;
  }
  .game-icon:nth-child(even) {
    position: absolute;
    left: 11%;
  }
  .game-icon:nth-child(n+3) {
    position: absolute;
    left: 22%;
  }
  .game-icon:nth-child(n+4) {
    position: absolute;
    left: 33%;
  }
  .game-text {
    display: none;
  }
  .game-btn-video {
    width: 27.5%;
    top: 0;
    left: 44%;
    height: 40px;
  }
  .btn-video {
    background-image: url(../img/sp-btn-video.png);
    background-size: 50%;
    background-position: left bottom;
  }
  .btn-video-booth {
    background-image: url(../img/sp-btn-video-booth.png);
    background-size: 50%;
    background-position: left bottom;
  }
  .game-btn-site {
    width: 27.5%;
    top: 0;
    left: 72.5%;
    height: 40px;
  }
  .btn-site {
    background-image: url(../img/sp-btn-site.png);
    background-size: 50%;
    background-position: left bottom;
  }
  footer {
    background-size: 75%;
  }
  .footer-wrap {
    width: 100%;
    padding-top: 60px;
  }
  .footer-ttl {
    font-size: 1.6em;
    line-height: 1.2em;
  }
  .banner img {
    width: 100%;
  }

  /* sub */
  .sub {
    background-size: 75%;
  }
  .sub-title {
    font-size: 1.4em;
    width: 100%;
    line-height: 1;
  }
  .icon-info {
    width: 340px;
    background-size: 100%;
    height: 80px;
    margin-left: 20px;
  }
  /* timetable */
  .timetable-wrapper {
    width: 100%;
    padding-top: 60px;
    padding-bottom: 60px;
  }
  .timetable-btn {
    font-size: 14px;
    height: 50px;
    line-height: 20px;
  }
  .timetable-btn span {
    display: block;
    line-height: 1;
    font-size: 10px;
    margin: 10px 5px 0;
    background: #fff;
    color: #000;
    text-shadow: 0px 0px 0px rgba(0,0,0,0.2);
    padding: 2px 0;
    height: 10px;
  }
  .timetable-table thead th { border-top: #000 solid 10px; font-size: 18px; line-height: 40px; height: 40px; }
  .timetable-table { border-right: #000 solid 2px; border-bottom: #000 solid 2px; }
  .timetable-table tbody th { font-size: 10px; }
  .program { padding: 2px; }
  .program-inner { padding: 5px; }
  .program-title { font-size: 14px; padding: 0; }
  .program-time { font-size: 12px; width: 90px; padding: 0 2px;margin-left: -5px; }
  .program-icon { width: 44px; font-size: 10px; }
  .program-text { font-size: 12px; padding: 0; }
  .program-cast { font-size: 10px; }
  .program-time:before { border:none; }
  .program-inner { border-width: 2px;}
  .program-img { width: 100px; height: 100px; }
  .program-img img { width: 100px; }
  .program-btn a { font-size: 12px; line-height: 24px; padding: 5px 0; }

  .schedule { display: none; }
  .banner-top { margin-top: 10px;}




  /* staff
  -------------------------------------------------- */

  .staff-wrapper { width: 98%; margin: 0 auto; }
  .staff-content { width: 31%; border-radius: 6px; min-height: 140px; height: auto; margin-bottom: 30px; margin-left: 3%; }
  .staff-title { font-size: 22px; font-weight: bold; }
  .staff-text { font-size: 14px; font-weight: bold; }
  .staff-img { width: 100%;  height: auto; margin: 0; }
  .staff-img img { width: 100%; height: auto; height: auto; border-radius: 6px; box-shadow: none; }
  .staff-name { font-size: 14px; line-height: 24px; }
  .staff-name span { font-size: 10px; font-weight: normal; }
  .staff-content:nth-child(5n+1) { margin-left: 3%; }
  .staff-content:nth-child(3n+1) { margin-left: 0.5%; }


  /* TOPICS
  -------------------------------------------------- */
  .topics-wrapper {
    width: 100%;
    margin:0 auto;
  }
  .topics-wrapper .topics {
    margin-top: 60px;
  }


  /* map */
  .map-img {
    display: none;
  }
  .map-img-sp {
    display: block;
  }
  .map-img-sp img {
    width: 100%;
  }
  .map-img-logo01 {
    display: none;
  }
  .map-content-inner {
    width: 100%;
  }
  #map-content-02 .map-logo ,
  #map-content-03 .map-logo ,
  #map-content-04 .map-logo ,
  #map-content-05 .map-logo ,
  #map-content-06 .map-logo {
    margin-left: auto;
    margin-right: auto;
    margin-top: 200px;
  }
  #map-content-01 .map-logo {
    margin-left: auto;
    margin-right: auto;
    margin-top: 190px;
  }

  .map-text-box {
    width: auto;
  }

  .map-text-box-list {
    width: 100%;
    display: block;
  }
  .map-copy {
    font-size: 28px;
    text-align: center;
  }
  .map-photo {
    text-align: center;
  }
  #map-content-01 {
    background-size: 75%;
  }
  #map-content-01 .map-content-bg2 {
    -webkit-transform: skewY(8deg);
       -moz-transform: skewY(8deg);
        -ms-transform: skewY(8deg);
         -o-transform: skewY(8deg);
            transform: skewY(8deg);
    position: absolute;
    width: 2000px;
    height: 2000px;
    transform-origin: 50% 50%;
    left: 50%;
    margin-left: -1000px;
    margin-top: 0;
    background-size: 440px 308px;
  }
  #map-content-02 .map-content-bg {
    background: url(../img/map_bg02-1.jpg) top center no-repeat;
  }
  #map-content-03 .map-content-bg {
    background: url(../img/map_bg03-1.jpg) top center no-repeat;
  }
  #map-content-04 .map-content-bg {
    background: url(../img/map_bg04-1.jpg) top center no-repeat;
  }
  #map-content-05 .map-content-bg {
  }
  #map-content-05 .map-content-bg2 {
    -webkit-transform: skewY(8deg);
       -moz-transform: skewY(8deg);
        -ms-transform: skewY(8deg);
         -o-transform: skewY(8deg);
            transform: skewY(8deg);
    position: absolute;
    width: 2000px;
    height: 2000px;
    transform-origin: 50% 50%;
    left: 50%;
    margin-left: -1000px;
    margin-top: -200px;
    background-size: 440px 518px;
  }
  #map-content-05 .map-item {
    right: 0;
    top: -10px;
  }
  #map-content-05 .map-img02 {
    display: none;
  }
  #map-content-06 .map-content-bg2 {
    background: url(../img/map_bg06-1.png) top center no-repeat;
    -webkit-transform: skewY(8deg);
       -moz-transform: skewY(8deg);
        -ms-transform: skewY(8deg);
         -o-transform: skewY(8deg);
            transform: skewY(8deg);
    position: absolute;
    width: 2000px;
    height: 2000px;
    transform-origin: 50% 50%;
    left: 50%;
    margin-left: -1000px;
    margin-top: -200px;
    background-size: 440px 518px;
  }
  .map-text-small {
    font-size: 10px;
    line-height: 14px;
    padding-top: 5px;
    margin-right: 200px;
  }
  #map-content-01 .map-text-small {
    width: auto;
    margin-right: 0;
  }

  .campaign-wrapper {
    width: 100%;
  }
  .campaign-content {
    width: auto;
  }
  .campaign-head img {
    width: 100%;
  }
  .campaign-brands img {
    width: 100%;
  }

  .campaign-attend {
    font-size: 20px;
    margin-top: 20px;
  }

  /* back-top */
  #back-top span {
    width: 80px;
    height: 60px;
    background-size: 100%;
  }



  /* menu-trigger */
  .menu-trigger,
  .menu-trigger span {
    display: inline-block;
    transition: all .4s;
    box-sizing: border-box;
  }
  .menu-trigger {
    position: relative;
    width: 50px;
    height: 44px;
    margin: 18% 0 0 10px;
    cursor: pointer;
  }
  .menu-trigger span {
    position: absolute;
    left: 0;
    width: 100%;
    height: 4px;
    background-color: #fff;
    border-radius: 4px;
  }
  .menu-trigger span:nth-of-type(1) {
    top: 0;
  }
  .menu-trigger span:nth-of-type(2) {
    top: 20px;
  }
  .menu-trigger span:nth-of-type(3) {
    bottom: 0;
  }
  .sp-nav-btn.act {
    border-bottom: #222 solid 5px;
  }
  .menu-trigger.active span:nth-of-type(1) {
    -webkit-transform: translateY(20px) rotate(-45deg);
    transform: translateY(20px) rotate(-45deg);
  }
  .menu-trigger.active span:nth-of-type(2) {
    opacity: 0;
  }
  .menu-trigger.active span:nth-of-type(3) {
    -webkit-transform: translateY(-20px) rotate(45deg);
    transform: translateY(-20px) rotate(45deg);
  }
  nav.sp-nav-open {
    top: 0;
    display: block;
    height: 100%;
  }
  nav.sp-nav-open ul {
    top: 0;
    height: 420px;
    width: 100%;
    border-bottom: #d20000 solid 5px;
    transition: all .4s;
  }
  nav.sp-nav-open ul li {
    display: block;
    height: 60px;
    width: 100%;
    border-bottom: #222 solid 1px;
    transition: all .4s;
  }
  nav.sp-nav-open ul li a {
    display: block;
    opacity: 1;
    top: 0;
    transition: all .4s;
  }
}

@media screen and (max-width: 419px) {
  .icon-info {
    margin-top: 0;
  }
  .menu-trigger {
  height: 34px;
  margin-top: 16%;
  }
  .menu-trigger span:nth-of-type(2) {
    top: 15px;
  }
  .menu-trigger.active span:nth-of-type(1) {
    -webkit-transform: translateY(15px) rotate(-45deg);
    transform: translateY(15px) rotate(-45deg);
  }
  .menu-trigger.active span:nth-of-type(3) {
    -webkit-transform: translateY(-15px) rotate(45deg);
    transform: translateY(-15px) rotate(45deg);
  }
  .program-time { font-size: 10px; width: 80px; padding-right: 0; }
  .program-icon { width: 40px; }
  .map-copy {
    text-align: center;
  }
  #map-content-01 .map-content-bg2 {
    margin-top: 0px;
    background-size: 360px 252px;
  }
  #map-content-01 .map-logo {
    width: 200px;
    height: 200px;
    background-size: 200px;
    margin-top: 160px;
  }
  #map-content-02 .map-logo {
    width: 300px;
    height: 222px;
    background-size: 300px 222px;
  }
  #map-content-03 .map-logo {
    width: 300px;
    height: 136px;
    background-size: 300px 136px;
  }
  #map-content-04 .map-logo {
    width: 320px;
    height: 178px;
    background-size: 320px 178px;
  }
  #map-content-05 .map-logo {
    width: 280px;
    height: 255px;
    background-size: 280px 255px;
  }
  #map-content-05 .map-content-bg2 {
    margin-top: -140px;
    background-size: 360px 424px;
  }
  #map-content-06 .map-logo {
    width: 320px;
    height: 154px;
    background-size: 320px 154px;
  }
  #map-content-05 .map-item {
    right: 0;
    top: 20px;
  }
  .video-link {
    font-size: 10px;
  }
}



@media screen and (max-width: 359px) {
  .icon-info {
    width: 300px;
  }
  .menu-trigger {
  margin-top: 12%;
  }
  .video-table {
    margin-top: -34%;
  }
  .video-link span {
    display: none;
  }
  .program-inner { padding: 2px; }
  .program-text { font-size: 10px; }
  #map-content-02 .map-item {
    top: 20px;
  }
  #map-content-03 .map-item {
    top: 30px;
  }
  #map-content-04 .map-item {
    top: 20px;
  }
  #map-content-05 .map-item {
    top: 80px;
  }
}

