@media screen and (max-width:  979px){

/*All*/
body {
  width: 100%;
  color: #212121;
  font-family: "HelveticaNeue-Light","Yu Gothic","Hiragino Kaku Gothic ProN","メイリオ", sans-serif;
  overflow: visible;
  position:absolute;
  }

  a {
    text-decoration: none;
    color: #212121;
  }

  @font-face {
     font-family: 'chogokubosogothic';
     src: url('./font/chogokubosogothic_5.eot?') format('oldIE'),
          url('./font/chogokubosogothic_5.woff') format('woff'),
          url('./font/chogokubosogothic_5.ttf') format('truetype');
  }

    button, textarea, select {
      margin: 0;
      padding: 0;
      background: none;
      border: none;
      border-radius: 0;
      outline: none;
      -webkit-appearance: none;
      -moz-appearance: none;
      appearance: none;
    }

    .m-link {
      color: #0288D1;
    }

    .m-link:visited {
      color: #673AB7;
    }

    .m-arrow {
      font-size: 0.75em;
      font-weight: bold;
      margin: 0 10px 5px 0;
      float: left;
      width: 100%;
      text-align: right;
      transition: 0.2s;
    }

    .m-arrow:hover {
      color: #1DCBFF;
      transition: 0.2s;
    }

    .m-button {
      float: left;
      width: 100%;
      text-align: center;
      margin: 20px 0;
    }

      .m-button a {
        padding: 10px 20px;
        border: 2px solid #212121;
        white-space: nowrap;
        font-size: 0.8em;
        font-weight: bold;
        color: #212121;
        transition: 0.2s;
      }

          .m-button a:hover {
            border: 2px solid #1DCBFF;
            color: #1DCBFF;
            transition: 0.2s;
          }

          .m-button i {
            padding-right: 10px;
          }

    .m-red {
      color: red;
      padding-left: 10px;
    }

/*Header Area*/
.l-header {
  display: none;
}

/*Main Tab for Desktop*/
.m-nav-mobile {
  background-color: white;
  box-shadow: 0 3px 4px rgba(0,0,0,0.26);
  height:60px;
  position: sticky;
  position: -webkit-sticky;
  top: 0;
  width:100%;
  z-index: 10;
  }

    .m-nav-mobile-left {
      z-index: 10;
      position: absolute;
      width:80%;
      height: 57px;
      padding-left: 15px;
      padding-top: 3px;
    }

    .m-nav-mobile-left p {
        color: #9E9E9E;
        font-size: 0.6em;
        font-weight: 100;
        letter-spacing: 0.1em;
    }

    .m-nav-mobile-left h1 {
      color: #616161;
      font-size: 0.8em;
      font-weight: 100;
      letter-spacing: 0.25em;
    }

  .m-nav-mobile button {
    -webkit-appearance: none;
    border: none;
    background-color: white;
    float: right;
    padding: 15px;
    font-size: 25px;

  }

  .m-nav {
    display: none;
  }

  .m-nav-tabarea {
    display: none;
  }

/*SubTab Area*/
.l-sidebar {
  position: fixed;
  display: none;
  width:100%;
  height:100vh;
  background-color: white;
  z-index: 10;
  transition-duration:1s;
  transition-timing-function:ease-in-out;
  overflow: scroll;
  }

  .m-maintab {
    height: 60px;
    width: 90%;
    margin: 15px 5%;
    }

    .m-maintab-icon {
      float: left;
      width:25%;
      height:  100%;
      text-align: center;
      line-height: 60px;
      font-size: 1.5em;
    }

    .m-maintab-title {
      float: left;
      width:65%;
      height: 100%;
    }

      .m-maintab-title h2 {
        font-size: 0.9em;
        vertical-align: bottom;
        line-height: 60px;
        margin: 0;

      }

    .m-maintab-arrow {
      float: left;
      width:10%;
      height: 100%;
      text-align: center;
      line-height: 60px;
      font-size: 1em;
    }

    .m-maintab:hover {
      color: white;
      background-color: #1DCBFF;
      transition: 0.2s;
    }

/*Top Area*/
.l-top {
  position: absolute;
  width: 100%;
  margin: 0;
  padding: 0;
  position: relative;
  background-color: #1A237E;
  overflow: hidden;
  }

  .m-ticket {
    background-color: white;
    margin-top: 30px;
    margin-left: 30px;
    margin-bottom: -20px;
    width: 90%;
    border-top-left-radius: 30px;
    transform: rotate(-2deg);
    padding: 10px 300px 50px 0;
    padding-left: 10px;
    float:left;
  }

  .m-ticket img {
    width: 3vh;
    float: left;
    margin-left: 10px;
    margin-right: 10px;
  }

  .m-ticket-title {
    color: #1A237E;
    margin: 0;
  }

    .m-ticket-title > img {
      height: 60px;
      width: inherit;
      margin: 0;
      float:left;
      margin-left: 10px;
      margin-right: 10px;
    }

    .m-ticket-title h1 {
      font-size: 2.8vmax;
      letter-spacing: 0.1em;
      margin-top: 10px;
      margin-bottom: 10px;
      min-height: 30px;
      line-height: 1.2em;
    }

    .m-ticket-title h2 {
      font-size: 1.5vmax;
      letter-spacing: 0.25em;
      margin-top: 5px;
    }

    .m-ticket-left {
      width: 80%;
      float: left;
      text-align: center;
    }

    .m-ticket-left img {
      width: 100%;
      margin-left: 0;
      margin-top: 0;
    }

    .m-ticket-right {
      width: 70%;
      margin: 0 15%;
      float: left;
      text-align: center;
    }

    .m-ticket-right iframe {
      height: 120px;
      width: 100%;
    }

    .m-ticket-right img {
      width: 90%;
    }

    .m-button {
      color: #1A237E;
      font-weight: bold;
      border: 1.5px #1A237E solid;
      padding: 10px 0;
      border-radius: 5px;
      margin: 4vh 0px;
      transition: 0.2s;
    }

    .m-button:hover {
      color: white;
      background-color: #1A237E;
      transition: 0.2s;
    }

  /*カウントダウン*/
  .m-ticket h4 {
      margin: 50px 0 0 0;
      font-size: 1.5em;
    }

    .yycountdown-box{
      text-align:center;
      margin:40px 0;
      color:#000000;
      font-size: 1.7em;
      font-weight: bold;
      letter-spacing: 5px;
      line-height: 3em;
    }

    #timer .yycountdown-box .yyc-day{
      font-size:2.3em;
      color:#0085C7;
    }
    #timer .yycountdown-box .yyc-hou{
      font-size:2.3em;
      color:#F4C300;
    }
    #timer .yycountdown-box .yyc-min{
      font-size:2.3em;
      color:#009F3D;
    }
    #timer .yycountdown-box .yyc-sec{
      font-size:2.3em;
      color:#DF0024;
    }

/*Wrapper Area*/
.l-wrapper {
  float: left;
  width: 100%;
  text-align: left;
  position: relative;
  margin: 0 auto;
  }

  .l-wrapper h3 {
    margin: 20px 5%;
    font-size: 1.5em;
    padding: 10px;
    letter-spacing: 0.1em;
    text-align: left;
    line-height: 1.4em;
  }

  .m-box {
    width: 100%;
    float: left;
  }

  .m-box img {
    width:  95%;
    margin-left: 3%;
  }

  .l-wrapper h4 {
    margin: 20px 5% 0 5%;
    padding: 0 0 10px 0;
    font-size: 1em;
    letter-spacing: 0.5em;
    color: #29B6F6;
    text-align: center;
  }

  .l-wrapper iframe {
    width: 90%;
    height: 190px;
    margin: 0 5%;
    padding: 30px 0 0 0;
  }

  .l-wrapper p {
    margin: 20px 5%;
    letter-spacing: 0.35em;
    line-height: 2em;
    font-size: 0.9em;
    text-align: left;
    font-weight: bold;
  }

  .m-mini {
    font-size: 1em;
    letter-spacing: 0em;
  }

  .m-colored {
    color: #F50057;
  }

  .m-link {
    color: #1976D2;
    text-decoration: underline;
  }

  .l-wrapper .m-arrow {
    width: 90%;
    margin: 10px 5% 30px 5%;
    text-align: right;
    font-weight: bold;
    font-size: 0.8em;
  }

  #l-wrapper1 h3 {
    border: #29B6F6 solid 4px;
  }

  #l-wrapper1 h4 {
    color: #29B6F6;
  }

  #l-wrapper2 h3 {
    border: #FFC107 solid 4px;
  }

  #l-wrapper2 h4 {
    color: #FFC107;
  }

  #l-wrapper3 h3 {
    border: #00BCD4 solid 4px;
  }

  #l-wrapper3 h4 {
    color: #00BCD4;
  }

  #l-wrapper4 h3 {
    border: #FF9800 solid 4px;
  }

  #l-wrapper4 h4 {
    color: #FF9800;
  }

/*Wrapper Area*/
.l-contents {
  float: left;
  width: 100%;
  text-align: left;
  position: relative;
  margin: 0 auto;
  }

  .l-contents h3 {
    margin: 20px 5%;
    font-size: 1.5em;
    padding: 10px;
    letter-spacing: 0.1em;
    text-align: left;
    line-height: 1.4em;
  }

  .l-contents h4 {
    margin: 20px 5% 0 5%;
    padding: 20px 0;
    font-size: 1em;
    letter-spacing: 0.5em;
    color: #29B6F6;
    text-align: center;
  }

  .l-contents iframe {
    width: 90%;
    height: 190px;
    margin: 0 5%;
    padding: 10px 0 0 0;
  }

  .l-contents p {
    margin: 20px 5% 40px 5%;
    letter-spacing: 0.2em;
    line-height: 2em;
    font-size: 0.8em;
    text-align: left;
  }

  .l-contents img {
    width: 80%;
    margin: 20px 10%;
  }

  .l-contents h5 {
    margin: 30px 5% 20px 5%;
    font-size: 1.2em;
    padding: 0 20px;
    text-align: left;
    line-height: 1.5em;
  }

  .l-contents .m-arrow {
    width: 90%;
    padding-bottom: 30px;
    margin: -15px 5% 0 5%;
    text-align: right;
    font-weight: bold;
    font-size: 0.8em;
  }

  #l-wrapper1 h5 {
    border-left: 5px solid #29B6F6;
  }

  #l-wrapper2 h5 {
    border-left: 5px solid #FFC107;
  }

  #l-wrapper3 h5 {
    border-left: 5px solid #00BCD4;
  }

  #l-wrapper4 h5 {
    border-left: 5px solid #FF9800;
  }

  .m-subtext {
    width: 80%;
    margin: 0 10% 30px 10%;
    color: grey;
    font-size: 0.7em;
    line-height: 2em;
  }


/*Footer Area*/
.l-footer {
  background-color: #263238;
  float: left;
  z-index: 10;
  width: 100%;
  }

  .m-linkbox {
    width: 90%;
    margin: 0 5%;
    float: left;
    text-align: center;
  }

    .m-linkbox-content {
      float: left;
      width: 33%;
      margin: 20px 0 10px 0;
      color: white;
    }

    .m-linkbox-content i {
      font-size: 1.2em;
    }

    .m-linkbox-content p {
      width: 100%;
      font-size: 0.7em;
      margin: 15px 0 0 0;
    }

  .m-copyright {
    color:white;
    float: left;
    font-size: 10px;
    height: 10%;
    margin: 10px 0;
    text-align: center;
    width: 100%;
  }

}