@charset "UTF-8";
html {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  overflow-y: scroll;
  -webkit-text-size-adjust: 100%;
  scroll-behavior: smooth;
}
*, :after, :before {
  background-repeat: no-repeat;
  -webkit-box-sizing: inherit;
  box-sizing: inherit;
}
:after, :before {
  text-decoration: inherit;
  vertical-align: inherit;
}
* {
  padding: 0;
  margin: 0;
}
audio:not([controls]) {
  display: none;
  height: 0;
}
hr {
  overflow: visible;
}
article, aside, details, figcaption, figure, footer, header, main, menu, nav, section, summary {
  display: block;
}
summary {
  display: list-item;
}
small {
  font-size: 80%;
}
[hidden], template {
  display: none;
}
abbr[title] {
  border-bottom: 1px dotted;
  text-decoration: none;
}
a {
  background-color: transparent;
  -webkit-text-decoration-skip: objects;
}
a:active, a:hover {
  outline-width: 0;
}
code, kbd, pre, samp {
  font-family: monospace, monospace;
}
b, strong {
  font-weight: bolder;
}
dfn {
  font-style: italic;
}
mark {
  background-color: #ff0;
  color: #000;
}
sub, sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}
sub {
  bottom: -.25em;
}
sup {
  top: -.5em;
}
input {
  border-radius: 0;
}
[role=button], [type=button], [type=reset], [type=submit], button {
  cursor: pointer;
}
[disabled] {
  cursor: default;
}
[type=number] {
  width: auto;
}
[type=search] {
  -webkit-appearance: textfield;
}
[type=search]::-webkit-search-cancel-button, [type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}
textarea {
  overflow: auto;
  resize: vertical;
}
button, input, optgroup, select, textarea {
  font: inherit;
}
optgroup {
  font-weight: 700;
}
button {
  overflow: visible;
}
[type=button]::-moz-focus-inner, [type=reset]::-moz-focus-inner, [type=submit]::-moz-focus-inner, button::-moz-focus-inner {
  border-style: 0;
  padding: 0;
}
[type=button]::-moz-focus-inner, [type=reset]::-moz-focus-inner, [type=submit]::-moz-focus-inner, button:-moz-focusring {
  outline: 1px dotted ButtonText;
}
[type=reset], [type=submit], button, html [type=button] {
  -webkit-appearance: button;
}
button, select {
  text-transform: none;
}
button, input, select, textarea {
  background-color: transparent;
  border-style: none;
  color: inherit;
}
select {
  -moz-appearance: none;
  -webkit-appearance: none;
}
select::-ms-expand {
  display: none;
}
select::-ms-value {
  color: currentColor;
}
legend {
  border: 0;
  color: inherit;
  display: table;
  max-width: 100%;
  white-space: normal;
}
::-webkit-file-upload-button {
  -webkit-appearance: button;
  font: inherit;
}
[type=search] {
  -webkit-appearance: textfield;
  outline-offset: -2px;
}
img {
  border-style: none;
}
progress {
  vertical-align: baseline;
}
svg:not(:root) {
  overflow: hidden;
}
audio, canvas, progress, video {
  display: inline-block;
}
.font_b01 {
  font-size: 120%;
  font-weight: bold;
}
.ft24 a, a:active {
  /* color: #FFF; */
}
.ft24 a:hover {
  /* color: #FFF; */
  text-decoration: none;
}
.indent-1 {
  padding-left: 1em;
  text-indent: -1em;
  color: #666666;
}

p + .indent-1 {
 margin-top: -1.5em; 
}

@media screen {
  [hidden ~ =screen] {
    display: inherit;
  }
  [hidden ~ =screen]:not(:active):not(:focus):not(:target) {
    position: absolute !important;
    clip: rect(0 0 0 0) !important;
  }
}
[aria-busy=true] {
  cursor: progress;
}
[aria-controls] {
  cursor: pointer;
}
[aria-disabled] {
  cursor: default;
}
::-moz-selection {
  background-color: #b3d4fc;
  color: #000;
  text-shadow: none;
}
::selection {
  background-color: #b3d4fc;
  color: #000;
  text-shadow: none;
}
body {
  font-family: "游ゴシック体", "Yu Gothic", YuGothic, "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, sans-serif;
  /*font-family: "メイリオ", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;*/
  min-height: 100vh;
}
a {
  color: #0092ca;
}
a:visited {
  color: #0092ca;
}
main {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  -webkit-box-align: stretch;
  -ms-flex-align: stretch;
  -webkit-align-items: stretch;
  align-items: stretch;
  -ms-flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  width: 100%;
  margin: 0 auto;
  padding: 0 20px;
}
main.inner {
  max-width: 1040px;
}
.container {
  width: calc(100% - 240px);
}
.ft24 {
  color: #FFFFFF;
  font-weight: bold;
  font-size: 130%;
  background-color: #FF6699;
  margin-bottom: 10px;
  padding-top: 10px;
  padding-right: 15px;
  padding-bottom: 10px;
  padding-left: 15px;
  margin-top: 10px;
  text-align: center;
}
@media (max-width: 1000px) {
  .ft24 {
    font-size: 125%;
  }
  .ft24 span {
    font-size: 12px !important;
  }
}
.inner-aside .s_size {
  font-size: 70%;
}
.img_cen, .font_cen {
  text-align: center;
}
.img_box {
  margin-top: 10px;
  margin-bottom: 10px;
}
.button_cen {
  margin-bottom: 20px;
  text-align: center;
}
.button_cen img {
  text-align: center;
  max-width: 100%;
}
.button_cen a:hover {
  opacity: 0.8;
}
.font_small8 {
  font-size: 80%;
}
.top_message {
  text-align: center;
}
.top_message h2 {
  margin: 0 0 15px 0;
  font-size: 24px;
  color: #0092ca;
}
.top_message p {
  font-size: 16px;
  line-height: 1.7;
  color: #666666;
  padding-top: 0;
  padding-right: 0;
  padding-bottom: 1.5em;
  padding-left: 0;
}
.top_message p b {
  color: #666666;
}
.top_message p img {
  max-width: 100%;
}
/*チケットページ*/
.ticket_yea_img {
  overflow: hidden;
  margin-top: 30px;
  margin-right: auto;
  margin-left: auto;
}
.ticket_yea_img .img_01, .ticket_yea_img .img_02 {
  float: left;
  margin-right: 5%;
  max-width: 30%;
}
.ticket_yea_img .img_01, .ticket_yea_img .img_03 {
  float: left;
  max-width: 30%;
}
.ticket_yea_img .img_01 img, .ticket_yea_img .img_02 img, .ticket_yea_img .img_03 img {
  max-width: 100%;
}
.ticket_text {
  margin-top: 20px;
}
.ticket_text .gray {
  background-color: #EEE;
  opacity: 0.5;
  margin-bottom: 20px;
  padding-top: 20px;
  padding-right: 20px;
  padding-bottom: 5px;
  padding-left: 20px;
}
.ticket_text .title_b {
  color: #666;
  font-weight: bold;
  font-size: 1.2em;
}
.ticket_pp {
  margin-top: 20px;
  background-color: #F3F3F3;
  border: 1px solid #999;
  padding: 20px;
}
.ticket_pp .title {
  background-color: #ffef15;
  text-align: center;
  font-weight: bold;
  color: #333333;
  border: 1px solid #999;
  border-radius: 6px;
  padding-top: 5px;
  padding-right: 10px;
  padding-bottom: 5px;
  padding-left: 10px;
  font-size: 120%;
}
.ticket_pp .pp_text {
  margin-top: 10px;
  font-size: 16px;
  line-height: 1.7;
  color: #666666;
  padding-top: 0;
  padding-right: 0;
  padding-left: 0;
}
.ticket_text_2 {
  margin-top: 20px;
  font-size: 16px;
  line-height: 1.7;
  color: #666666;
  padding-top: 0;
  padding-right: 0;
  padding-left: 0;
}
.ticket_text_2 .main_cen1 {
  text-align: center;
  font-size: 140%;
  font-weight: bold;
  line-height: 120%;
}
.ticket_text_2 .main_cen1_ent_t {
  color: #000;
  text-decoration: none;
  text-align: center;
  font-weight: bold;
  font-size: 140%;
}
.ticket_text_2 .main_cen1_2 {
  text-align: left;
  font-size: 100%;
  font-weight: bold;
  line-height: 140%;
  margin-top: 20px;
}
.ticket_text_2 .main_cen2 {
  text-align: center;
  font-size: 160%;
  font-weight: bold;
}
.ticket_text_2 .main_cen3 {
  text-align: center;
  font-size: 140%;
  font-weight: bold;
  border-top-width: 1px;
  border-top-style: solid;
  border-top-color: #666;
  padding-top: 10px;
}
.ticket_text_2 .main_cen3 span {
  font-size: 80%;
  line-height: normal;
  text-decoration: none;
}
.ticket_text_2 .main_comt {
  text-align: left;
  color: #F30;
  font-weight: bold;
  font-size: 90%;
}
.ticket_text_2 .main_comt_s {
  text-align: left;
  font-weight: bold;
  font-size: 90%;
}
.ticket_text_2 .top_m {
  margin-top: 20px;
}
.ticket_text_2 span {
  text-decoration: underline;
}
.ticket_text_3 {
  /*background-image: url(../image/ticket/img_back_yellow.png);
    background-repeat: no-repeat;*/
  padding: 20px;
  background: repeating-linear-gradient(-45deg, #fff000, #fff000 13px, #231815 0, #231815 30px);
}
.ticket_text_3 .pp_text {
  background-color: #FFF;
  padding: 20px;
  text-align: center;
  font-weight: bold;
  font-size: 130%;
}
.ticket_text_3 .pp_text span {
  text-decoration: underline;
}
.ticket_text_3 .btn_box {
  margin-top: 20px;
  overflow: hidden;
  width: 500px;
  margin-right: auto;
  margin-left: auto;
}
.ticket_text_3 .btn_box .btn_01 {
  float: left;
}
.ticket_text_3 .btn_box .btn_02 {
  float: right;
}
.ticket_text_3 .btn_box .btn_01 img, .ticket_text_3 .btn_box .btn_02 img {
  max-width: 100%;
}
.ticket_text_3 a:hover {
  opacity: 0.7;
}
.stadium_img {
  text-align: center;
}
.stadium_img img {
  max-width: 100%;
}
@media (max-width: 1000px) {
  .ticket_text_3 .btn_box {
    width: 100%;
  }
  .ticket_text_3 .btn_box .btn_01 {
    float: none;
    margin-bottom: 15px;
  }
  .ticket_text_3 .btn_box .btn_02 {
    float: none;
  }
}
.ticket_entry_btn {
  margin-top: 20px;
  overflow: hidden;
  width: 100%;
  margin-right: auto;
  margin-left: auto;
  margin-bottom: 30px;
}
.ticket_entry_btn .btn_L {
  float: left;
  margin-bottom: 20px;
}
.ticket_entry_btn .btn_R {
  float: right;
  margin-bottom: 20px;
}
.ticket_entry_btn .btn_cen {
  text-align: center;
}
.ticket_entry_btn img {
  max-width: 100%;
}
.ticket_entry_btn a:hover {
  opacity: 0.7;
}
.ticket_chair_title {
  opacity: 0.7;
}
@media (max-width: 1100px) {
  .ticket_entry_btn {
    text-align: center;
  }
  .ticket_entry_btn .btn_L, .ticket_entry_btn .btn_R, .ticket_entry_btn .btn_cen {
    float: none;
    margin-bottom: 10px;
  }
}
/****/
@media (max-width: 768px) {
  .container {
    width: 100%;
  }
}
.container.article .box {
  margin: 0 0 30px 0;
}
.container.article .box .indent-1 ul {
  padding-top: 0px;
  margin: 0 0 30px 0;
}
.container.article .box .indent-1 li {
  padding: 0px;
  margin: 0;
  list-style-type: none;
}
.container.article .box2 {
  margin: 0;
  padding-top: 20px;
}
.container.article h2 {
  margin: 0 0 15px 0;
  font-size: 24px;
  color: #0092ca;
}
.container.article h3 {
  margin: 0 0 15px 0;
  padding: 8px 20px;
  font-size: 18px;
  color: #fff;
  border-left: 5px solid #00749F;
  background: #0092ca;
}
.container.article h4 {
  margin: 0 0 15px 0;
  padding: 8px 20px;
  color: #0092ca;
  border-left: 5px solid #0092ca;
  border-bottom: 1px solid #0092ca;
}
.container.article h5 {
  margin: 15px 0 5px 0;
  font-size: 18px;
  color: #0092ca;
}
.container.article p {
  font-size: 16px;
  line-height: 1.7;
  color: #666666;
  padding-top: 0;
  padding-right: 0;
  padding-bottom: 1.5em;
  padding-left: 0;
}
.container.article p b {
  color: #666666;
}
.container.article p img {
  max-width: 100%;
}
.container.article p span {
  color: #FF0000;
}
/*.container.article table {
    border-collapse: collapse;
}

.container.article table tr td {
    padding: 10px;
    font-size: 14px;
    color: #666666;
    border: 1px solid #ccc;
}

.container.article table tr td img {
    vertical-align: middle;
}

.container.article table tr td b {
    display: block;
    text-align: center;
    font-weight: 700;
}*/
.container.article .app_table {
  border: 1px solid #999;
  padding-top: 16px;
  padding-right: 20px;
  padding-bottom: 16px;
  padding-left: 20px;
  margin-bottom: 30px;
}
.container.article .app_table table {
  border: 0px none;
}
.container.article .app_table tr {
  color: #666666;
  font-weight: bold;
}
.container.article .app_table td {
  color: #666666;
  font-weight: bold;
  vertical-align: top;
}
.container.article .app_table .w_td {
  width: 180px;
}
.container.article .app_table .btm {
  padding-bottom: 12px;
}
.container.article .ticket_table table {
  border: 0px none;
  margin-top: 30px;
  margin-bottom: 20px;
}
.container.article .ticket_table tr {
  color: #666666;
  font-weight: bold;
}
.container.article .ticket_table td {
  color: #666666;
  font-weight: bold;
  vertical-align: top;
}
.container.article .ticket_table .w_td {
  width: 180px;
}
.container.article .ticket_table .btm {
  padding-bottom: 12px;
}
@media (max-width: 480px) {
  .container.article .app_table td {
    display: block;
  }
  .container.article .app_table .w_td {
    width: 100%;
  }
  .container.article .ticket_table td {
    display: block;
  }
  .container.article .ticket_table .w_td {
    width: 100%;
  }
}
.container.article .pickup {
  display: inline-block;
  padding: 15px;
  color: #fff;
  background: #FF6699;
}
.container.article .pickup * {
  margin: 0;
  padding: 0;
}
.container.article .mark {
  padding: 15px;
  font-weight: 700;
  color: #666666;
  border: 2px solid #FF6699;
}
.container.article .mark * {
  margin: 0;
  padding: 0;
}
.container.article .day {
  /*    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    -webkit-justify-content: flex-start;
    justify-content: flex-start;
    -webkit-box-align: start;
    -ms-flex-align: start;
    -webkit-align-items: flex-start;
    align-items: flex-start;
    -ms-flex-wrap: nowrap;
    -webkit-flex-wrap: nowrap;
    flex-wrap: nowrap;*/
}
@media (max-width: 480px) {
  .container.article .day {
    /*        display: -webkit-box;
        display: -ms-flexbox;
        display: -webkit-flex;
        display: flex;
        -webkit-box-pack: start;
        -ms-flex-pack: start;
        -webkit-justify-content: flex-start;
        justify-content: flex-start;
        -webkit-box-align: start;
        -ms-flex-align: start;
        -webkit-align-items: flex-start;
        align-items: flex-start;
        -ms-flex-wrap: wrap;
        -webkit-flex-wrap: wrap;
        flex-wrap: wrap;*/
  }
}
.container.article .ticket_title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  -ms-flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.container.article .ticket_title > a {
  position: relative;
  display: inline-block;
  margin: 0;
  padding: 8px 20px 8px 30px;
  font-size: 20px;
  font-weight: 700;
  color: #FFFFFF;
  text-decoration: none;
  border: 1px solid #ff31fa;
  background-color: #ff31fa;
}
.container.article .ticket_title > a:before {
  content: '▶';
  position: absolute;
  top: 50%;
  left: 8px;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}
.container.article .ticket_title > a:hover {
  color: #fff;
  background: #FF7BFC;
  border: 1px solid #FF7BFC;
}
.container.article .ticket_title_small > a {
  position: relative;
  display: inline-block;
  margin: 0;
  padding: 4px 16px;
  padding-left: 26px;
  font-size: 15px;
  font-weight: 700;
  color: #fff;
  text-decoration: none;
  border: 1px solid #ff31fa;
  background-color: #ff31fa;
  margin-top: 0.2em;
  margin-bottom: 0.5em;
}
.container.article .ticket_title_small > a:before {
  content: '▶';
  position: absolute;
  top: 50%;
  left: 4px;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}
.container.article .ticket_title_small > a:hover {
  color: #fff;
  background: #FF7BFC;
  border: 1px solid #FF7BFC;
}
.container.article .furikomi {
  border: 1px solid #0092ca;
}
.container.article .furikomi img {
  max-width: 100%;
}
.container.article .timetable {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  font-size: 0;
}
@media (max-width: 768px) {
  .container.article .timetable {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
}
.container.article .timetable img {
  max-width: 100%;
  margin: 0 0 30px 0;
}
.container.article .timetable .caution {
  width: 260px;
  padding: 0 0 0 20px;
}
@media (max-width: 768px) {
  .container.article .timetable .caution {
    width: auto;
    max-width: 100%;
    margin: auto;
    display: block;
  }
}
.container.article .artist_list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: distribute;
  justify-content: space-around;
  align-items: stretch;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.container.article .artist_list li {
  width: 48%;
  margin-bottom: 20px;
  list-style: none;
  -webkit-transition: .8s;
  transition: .8s;
}
.container .artist_anchort {
  margin-bottom: 20px;
  overflow: hidden;
  width: 240px;
  margin-right: auto;
  margin-left: auto;
}
.container .artist_anchort .day {
  float: left;
  text-align: center;
}
.container .artist_anchort .day .main {
  background-color: #B9EAFF;
}
.container .artist_anchort .day a {
  background-color: #D9F4FF;
  padding: 10px;
  width: 120px;
  font-weight: bold;
  text-decoration: none;
}
.container .artist_anchort .day a:hover {
  background-color: #B9EAFF;
  padding: 10px;
  text-decoration: none;
}
@media (max-width: 268px) {
  .container .artist_anchort {
    width: 90%;
    margin-right: auto;
    margin-left: auto;
  }
  .container .artist_anchort .day {
    float: none;
    text-align: center;
  }
}
.container.article .artist_list {
  width: 100%;
  overflow: hidden;
}
.container.article .artist_list .a_box {
  width: 48%;
  margin-bottom: 20px;
  list-style: none;
  float: left;
  margin-right: 1%;
  margin-left: 1%;
  position: relative;
  display: flex;
  flex-direction: column;
}
.container.article .artist_list .a_box_en {
  width: 48%;
  margin-bottom: 40px;
  list-style: none;
  float: left;
  margin-right: 24%;
  margin-left: 24%;
  position: relative;
}
.container.article .artist_list img {
  max-width: 100%;
  display: block;
}
.container.article .artist_list p {
  text-align: center;
  font-weight: bold;
  padding: 0px;
  margin: 7px 0px 10px 0px;
  width: 100%;
  position: relative;
  flex-grow: 1;
  display: flex;
  align-items: center;
  justify-content: center;
}
.container.article .artist_list p img {
  display: block;
  margin: auto;
  object-fit: contain;
  width: 70%;
  height: 35px;
}
.container.article .artist_list p img.h25 {
  height: 25px;
}
.container.article .artist_list p img.h30 {
  height: 30px;
}
.container.article .artist_list p img.h50 {
  height: 50px;
}
.container.article .artist_list p img.h73 {
  height: 73px;
}
.container.article .artist_list p img.h76 {
  height: 76px;
}
.container.article .artist_list p img.h95 {
  height: 95px;
}
@media (max-width: 768px) {
  .container.article .artist_list p img {
    width: 85%;
    height: auto;
    min-height: 25px;
  }
  .container.article .artist_list p img.w50_sp {
    width: 50%;
  }
  .container.article .artist_list p img.w65_sp {
    width: 65%;
  }
  .container.article .artist_list p img.w100_sp {
    width: 100%;
  }
  .container.article .artist_list p img.h50 {
    height: 35px;
  }
  .container.article .artist_list p img.h73 {
    height: 52px;
  }
  .container.article .artist_list p img.h76 {
    height: 55px;
  }
  .container.article .artist_list p img.h95 {
    height: 68px;
  }
}
.container.article .artist_list p.new {
  position: relative;
}
@media (max-width: 1056px) {
  .container.article .artist_list p.new {
    flex-direction: column;
  }
}
.container.article .artist_list p.new .new_text {
  position: absolute;
  left: 0;
  color: #fff;
  background-color: #FF1817;
  padding: 0 0.5em;
  top: 50%;
  transform: translateY(-50%);
  font-size: 13px;
  display: inline-block;
}
@media (max-width: 1056px) {
  .container.article .artist_list p.new .new_text {
    position: static;
    transform: translateY(0);
    margin-top: 10px;
  }
}
@media (max-width: 768px) {
  .container.article .artist_list p.new .new_text {
    font-size: 10px;
    margin-top: 5px;
  }
}
.container.article .artist_new, .container.article .artist_new2, .container.article .artist_new3 {
  position: absolute;
  background-repeat: no-repeat;
  background-size: cover;
  width: 100%;
  height: 100%;
  left: 2px;
}
.container.article .artist_new {
  background-image: url(../image/artist/artist_new.png);
}
.container.article .artist_new2 {
  background-image: url(../image/artist/artist_new2.png);
}
.container.article .artist_new3 {
  background-image: url(../image/artist/artist_new3.png);
}
aside {
  width: 240px;
  margin: 0;
  padding: 0 20px;
}
@media (max-width: 768px) {
  aside {
    display: none;
  }
}
aside .banner_container li {
  margin: 0 0 10px 0;
  list-style: none;
}
aside .banner_container li img {
  display: block;
  max-width: 100%;
}
aside.inner-aside b {
  display: block;
  margin: 15px 0 5px 0;
  font-size: 16px;
  color: #0092ca;
}
aside.inner-aside .aside-nav li {
  width: 100%;
  height: 45px;
  margin: 0 0 1px 0;
  padding: 0 15px;
  line-height: 45px;
  list-style: none;
  border-left: 10px solid #b4b3b3;
  background: #cccccc;
}
aside.inner-aside .aside-nav li a {
  display: block;
  width: 100%;
  height: 100%;
  color: #333333;
  text-decoration: none;
}
aside.inner-aside .aside-nav li a span {
  font-size: 14px;
}
aside.inner-aside .aside-nav li:hover {
  border-left: 10px solid #00749F;
  background: #0092ca;
}
aside.inner-aside .aside-nav li:hover a {
  color: #fff;
}
aside.inner-aside .aside-nav li.disable {
  position: relative;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  border-left: 10px solid #dad9d9;
  background: #e6e6e6;
}
aside.inner-aside .aside-nav li.disable a {
  color: #ccc;
}
aside.inner-aside .aside-nav li.disable:before {
  position: absolute;
  right: 0;
  bottom: 0;
  content: '';
  display: block;
  width: 100%;
  height: 100%;
  opacity: 1;
  background: url(../image/common/coming_soon.png) no-repeat;
  background-size: contain;
  background-position: right;
}
aside.inner-aside .aside-nav li.disable:hover {
  border-left: 10px solid #dad9d9;
  background: #e6e6e6;
}
aside.inner-aside .aside-nav li.disable:hover a {
  color: #ccc;
}
.pankuzu {
  margin: 0 0 10px 0;
  color: #666666;
}
.pankuzu li {
  display: inline-block;
  font-size: 13px;
  list-style: none;
}
.pankuzu li:not(:last-child):after {
  content: '>';
  padding: 0 5px;
}
/* header
--------------------------------*/
header .header_wrap {
  width: 100%;
  overflow: hidden;
}
@media (min-width: 769px) {
  header .header_wrap {
    background-size: cover;
    background-position: center center;
    padding: 15px 50px;
    background-image: url(../image/common/header_background.jpg);
    background-repeat: no-repeat;
  }
}
header .header_wrap .header_box {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  width: 100%;
  height: 100%;
  margin: 0 auto;
}
@media (max-width: 768px) {
  header .header_wrap .header_box {
    border-bottom: 10px solid #0192cb;
  }
}
@media (max-width: 768px) {
  header .header_wrap .header_box .h-info {
    background-color: #fff;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    width: 100%;
    padding: 15px;
  }
}
@media (max-width: 768px) {
  header .header_wrap .header_box .h-info .h-info-wrap {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }
}
header .header_wrap .header_box .h-info .h-info-wrap .h-info-inner {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}
header .header_wrap .header_box .h-info .h-info-wrap .h-info-inner .h-logo {
  margin-right: 10px;
  /*width: 88px;*/
  width: 110px;
}
header .header_wrap .header_box .h-info .h-info-wrap .h-info-inner .h-logo a {
  display: block;
}
header .header_wrap .header_box .h-info .h-info-wrap .h-info-inner .h-logo a img {
  display: block;
  width: 100%;
}
@media (max-width: 768px) {
  header .header_wrap .header_box .h-info .h-info-wrap .h-info-inner .h-logo {
    /*width: 55px;*/
    width: 75px;
    margin-right: 15px;
  }
}
header .header_wrap .header_box .h-info .h-info-wrap .h-info-inner address {
  font-style: normal;
  font-size: 14px;
  /* color: #666666; */
  color: #123280;
  float: right;
  /* background-color: rgba(255, 255, 255, 0.3);
    padding:7px 12px; */
}
header .header_wrap .header_box .h-info .h-info-wrap .h-info-inner address p {
  font-size: 12px;
}
header .header_wrap .header_box .h-info .h-info-wrap .h-info-sns a {
  display: block;
}
header .header_wrap .header_box .h-info .h-info-wrap .h-info-sns a img {
  display: block;
  width: 33px;
  height: auto;
}
@media (max-width: 768px) {
  header .header_wrap .header_box .h-news {
    width: 100%;
    padding: 0 15px 15px;
  }
}
header .header_wrap .header_box .h-info button {
  position: fixed;
  top: 33px;
  right: 15px;
  transition: none;
  height: 32px;
}
header .header_wrap .header_box .h-news .info_list {
  text-align: right;
}
@media (max-width: 768px) {
  header .header_wrap .header_box .h-news .info_list {
    display: none;
  }
}
@media (min-width: 769px) {
  header .header_wrap .header_box .h-news .h-news-inner {
    margin-top: 10px;
  }
}
header .header_wrap .header_box .h-news .h-news-inner a {
  display: block;
}
header .header_wrap .header_box .h-news .h-news-inner a img {
  display: block;
}
@media (min-width: 769px) {
  header .header_wrap .header_box .h-news .h-news-inner a img {
    width: 310px;
  }
}
@media (max-width: 768px) {
  header .header_wrap .header_box .h-news .h-news-inner a img {
    width: 100%;
    margin: 0 auto;
  }
}
/*--------------------------------*/
header .nav_wrap {
  width: 100%;
  margin: 0;
  padding: 15px 0;
  border-top: 10px solid #0192cb;
  background: #E7E7E7;
}
@media (max-width: 768px) {
  header .nav_wrap {
    display: none;
  }
}
header .nav_wrap nav ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  -ms-flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
header .nav_wrap nav ul li {
  display: inline-block;
  margin: 0 15px;
  font-size: 0;
}
header .nav_wrap nav ul li a {
  font-size: 16px;
  color: #333;
  text-decoration: none;
}
header .nav_wrap nav ul li.disable {
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  opacity: .5;
}
header .drawer-nav {
  display: none;
  background: #222;
}
@media (max-width: 768px) {
  header .drawer-nav {
    display: block;
  }
}
header .drawer-nav .drawer-menu li {
  position: relative;
  padding: 15px 20px;
  border-bottom: 1px solid #000;
}
header .drawer-nav .drawer-menu li a {
  display: block;
  width: 100%;
  height: 100%;
  color: #fff;
  font-weight: 700;
  text-decoration: none;
}
header .drawer-nav .drawer-menu li.disable {
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  opacity: 1;
}
header .drawer-nav .drawer-menu li.disable a {
  color: #636363;
}
header .drawer-nav .drawer-menu li.disable:before {
  position: absolute;
  right: 0;
  bottom: 0;
  content: '';
  display: block;
  width: 100%;
  height: 100%;
  opacity: 1;
  background: url(../image/common/coming_soon.png) no-repeat;
  background-size: auto;
  background-position: right;
}
.share_wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
  -webkit-box-align: end;
  -ms-flex-align: end;
  -webkit-align-items: flex-end;
  align-items: flex-end;
  -ms-flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  width: 100%;
  margin: 15px auto;
  font-size: 0;
}
.share_wrap .twitter-share-button {
  margin: 0;
  padding-left: 5px;
}
.info_title {
  font-size: 15px;
  color: #FF0000;
}
.info_list {
  width: 100%;
}
.info_list li {
  font-size: 14px;
  color: #666;
  list-style: none;
}
@media (max-width: 768px) {
  .info_list li {
    font-size: 14px;
    color: #666666;
    list-style: none;
  }
}
.info_list li span {
  padding: 0 10px 0 0;
  font-weight: 700;
  color: #0092ca;
}
footer {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  -ms-flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  width: 100%;
  height: 80px;
  margin: 30px 0 0 0;
  background-color: #0092ca;
}
footer > p {
  display: block;
  font-size: 0;
}
@media (max-width: 480px) {
  footer > p {
    display: block;
    width: 100%;
    padding: 0 20px;
    text-align: center;
  }
}
footer > p small {
  font-size: 14px;
  color: #FFFFFF;
}
.smt {
  display: none;
  width: 100%;
  padding: 0 20px;
}
@media (max-width: 768px) {
  .smt {
    display: block;
  }
}
.smt_info_container b {
  width: 100%;
  display: block;
  margin: 15px 0;
  padding: 5px 10px;
  color: #fff;
  text-align: center;
  background: #0092ca;
}
.smt_info_container iframe {
  width: 100%;
}
.smt_banner_container b {
  width: 100%;
  display: block;
  margin: 15px 0;
  padding: 5px 10px;
  color: #fff;
  text-align: center;
  background: #0092ca;
}
.smt_banner_container ul li {
  list-style: none;
  text-align: center;
}
#main_visual {
  position: relative;
  width: 100%;
  /*height: 1000px;*/
  height: 600px;
  /*padding-bottom: 110px;*/
  background: url(../image/top/main_visual.jpg) no-repeat;
  background-size: cover;
  background-position: center;
  display: flex;
  justify-content: center;
  align-content: center;
  align-items: center;
}
#main_visual:before {
  position: absolute;
  left: 10px;
  bottom: 10px;
  /*content: '© HARD OFF ECOスタジアム新潟';*/
  font-size: 12px;
  color: #fff;
}
#main_visual * {
  font-size: 0;
  text-align: center;
}
#main_visual .title {
  padding: 5px 0 0 0;
}
#main_visual .title img {
  width: 100%;
  max-height: 500px;
  object-fit: contain;
}
@media screen and (max-width: 768px) {
  #main_visual {
    padding: 10px 20px 200px;
  }
  #main_visual .title img {
    width: 100%;
    /*max-width: 280px;*/
    max-width: 460px;
    max-height: none;
  }
}
#main_visual .logo {
  margin: 20px 0;
}
#main_visual .logo img {
  max-width: 90%;
}
#main_visual .artist {}
#main_visual .artist img {
  width: 80%;
  max-width: 370px;
}
@media (max-width: 768px) {
  #main_visual .artist img {
    /* max-width: 450px; */
  }
}
#main_visual .pp_btn {
  padding: 20px 0 0 0;
}
#main_visual .pp_btn a:hover {
  opacity: 0.9;
}
#main_visual .pp_btn img {
  max-width: 100%;
  padding: 0 30px;
}
@media (max-width: 768px) {
  #main_visual {
    height: auto;
    overflow: hidden;
  }
}
@media (max-width: 480px) {
  /* #main_visual {
        height: auto;
        overflow: hidden;
    } */
  #main_visual .title {
    padding: 0;
  }
  #main_visual .logo {
    display: block;
    width: 90%;
    margin: 20px auto 40px auto;
  }
  #main_visual .pp_btn {
    padding: 0 0 20px 0;
  }
}
.date {
  width: 100%;
  padding: 30px 20px 40px 20px;
  font-weight: 700;
  text-align: center;
  background: #0092ca;
  color: #FFF;
}
.date b {
  font-size: 42px;
}
@media (max-width: 480px) {
  .date b {
    font-size: 34px;
  }
}
.date b span {
  padding: 0 0 0 10px;
  font-size: 24px;
}
.date p {
  font-size: 18px;
}
@media (max-width: 480px) {
  .date p {
    font-size: 15px;
  }
}
@media (max-width: 480px) {
  .date .small {
    font-size: 13px;
  }
}
.date p br.sp {
  display: none;
}
@media (max-width: 480px) {
  .date p br.sp {
    display: inline-block;
  }
}
.top_list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
  -webkit-box-align: start;
  -ms-flex-align: start;
  -webkit-align-items: flex-start;
  align-items: flex-start;
  -ms-flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.top_list li {
  width: 33.3333%;
  font-size: 0;
  list-style: none;
  -webkit-transition: .4s;
  transition: .4s;
}
@media (max-width: 768px) {
  .top_list li {
    width: 50%;
  }
}
.top_list li a img {
  width: 100%;
}
.top_list li:hover {
  -webkit-transform: scale(1.05);
  transform: scale(1.05);
}
/*TOPcontentsボタン*/
.top_list_2 {
  overflow: hidden;
  margin-bottom: 50px;
}
.top_list_2 .item_L, .top_list_2 .item_L5, .top_list_2 .item_L5E, .top_list_2 .item_R {
  float: left;
  text-align: center;
}
.top_list_2 .item_L, .top_list_2 .item_R {
  background-image: url(../image/top/top_btn_line.png);
  background-repeat: no-repeat;
  background-position: right;
}
.top_list_2 .item_L5, .top_list_2 .item_L5E {
  background-image: none;
}
.top_list_2 li {
  width: 19%;
  font-size: 0;
  list-style: none;
}
.top_list_2 .item_L img, .top_list_2 .item_R img, .top_list_2 .item_L5 img, .top_list_2 .item_L5E img {
  max-width: 100%;
}
.top_list_2 a:hover {
  opacity: 0.7;
}
@media (max-width: 1180px) {
  .top_list_2 li {
    width: 50%;
  }
  .top_list_2 .item_L, .top_list_2 .item_L5, .top_list_2 .item_R {
    float: left;
    text-align: center;
  }
  .top_list_2 .item_L, .top_list_2 .item_L5 {
    background-image: url(../image/top/top_btn_line.png);
    background-repeat: no-repeat;
    background-position: right;
  }
  .top_list_2 .item_R, .top_list_2 .item_L5E {
    background-image: none;
  }
}
/*TOPcontentsボタン end*/
/*TOP スポンサー*/
.top_sponsor {
  margin-bottom: 50px;
  width: 100%;
}
.top_list_3 {
  overflow: hidden;
  margin-bottom: 50px;
}
.top_list_3 .item_L, .top_list_3 .item_R {
  float: left;
  text-align: center;
}
.top_list_3 .item_L, .top_list_3 .item_R {
  width: 25%;
}
.top_list_3 li {
  width: 19%;
  font-size: 0;
  list-style: none;
}
.top_list_3 .item_L img, .top_list_3 .item_R img {
  max-width: 80%;
}
.top_list_3 a:hover {
  opacity: 0.7;
}
@media (max-width: 1300px) {
  .top_sponsor {
    margin-bottom: 50px;
    width: 100%;
  }
  .top_list_3 li {
    width: 33%;
  }
  .top_list_3 .item_L, .top_list_3 .item_R {
    width: 33%;
    float: left;
    text-align: center;
  }
}
@media (max-width: 800px) {
  .top_sponsor {
    margin-bottom: 0px;
    width: 100%;
  }
  .top_list_3 li {
    width: 50%;
  }
  .top_list_3 .item_L, .top_list_3 .item_R {
    width: 50%;
    float: left;
    text-align: center;
  }
}
/*TOP スポンサー end*/
.ticket_howto {
  margin: 0 0 30px 0;
  /*padding: 15px;
    border: 2px solid #F33; */
}
.ticket_howto .caution {
  margin: 0 0 20px 0;
  padding: 20px;
  border: 5px solid #F33;
  background: url(../image/ticket/icon_caution.png) no-repeat;
  background-position: 20px center;
}
@media (max-width: 480px) {
  .ticket_howto .caution {
    background-position: center 20px;
  }
}
.ticket_howto .caution > p {
  padding: 0 0 0 80px;
  font-size: 18px;
  font-weight: 700;
  color: #F33;
}
@media (max-width: 480px) {
  .ticket_howto .caution > p {
    padding: 80px 0 0 0;
  }
}
.ticket_howto h5 {
  margin: 30px 0 15px 0 !important;
  padding: 10px 15px;
  font-size: 15px !important;
  color: #fff !important;
  line-height: 1;
  background: #F33;
}
.ticket_howto .internet {
  display: block;
  width: 100%;
  max-width: 500px;
  margin: 0 auto;
}
.ticket_howto .internet img {
  max-width: 100%;
}
.ticket_howto .tel {
  font-size: 20px !important;
  font-weight: 700;
  color: #666666;
}
.ticket_howto .tel .icon-tel {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  -ms-flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  color: #666666 !important;
}
.ticket_howto .tel .icon-tel:before {
  content: url(../image/ticket/icon_tel.png);
  margin: 0 10px 0 0;
}
.ticket_howto .other_sell {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  -ms-flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.ticket_howto .other_sell li {
  width: 24%;
  list-style: none;
}
@media (max-width: 480px) {
  .ticket_howto .other_sell li {
    width: 49%;
  }
}
.ticket_howto .other_sell li img {
  width: 100%;
}
#sold_out {
  position: relative;
}
#sold_out:before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 1;
  background: url(../image/ticket/sold_out.png) no-repeat;
  background-position: center 20%;
  background-size: 50%;
  z-index: 10;
}
#recep_end {
  position: relative;
  background-color: #E9E9E9;
}
#recep_end:before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 1;
  background: url(../image/ticket/recep_end.png) no-repeat;
  background-position: center 70%;
  background-size: 50%;
  z-index: 10;
}
#recep_end_g {
  position: relative;
  background-color: #E2E2E2;
}
#recep_end_g:before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 1;
  background: url(../image/ticket/recep_end.png) no-repeat;
  background-position: center 70%;
  background-size: 50%;
  z-index: 10;
}
@media (max-width: 480px) {
  #sold_out:before {
    background-size: 90%;
  }
  #recep_end:before {
    background-size: 90%;
  }
  #recep_end_g:before {
    background-size: 90%;
  }
}
#sold_out * {
  opacity: .8;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
#recep_end * {
  opacity: .8;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
#recep_end_g * {
  opacity: .8;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.container.article .faq_table {
  width: 100%;
  margin: 0 0 30px 0;
  border-collapse: separate;
  border-spacing: 0 15px;
}
.container.article .faq_table tr th {
  width: 50px;
  margin: 0;
  padding: 0 15px 0 0;
  font-size: 0;
  vertical-align: top;
}
.container.article .faq_table tr td {
  padding: 10px;
  line-height: 1.7;
  vertical-align: top;
  border: none;
}
.container.article .faq_table tr td .caution {
  color: #FF0000;
}
.container.article .faq_table tr td.q {
  font-size: 18px;
  font-weight: 700;
  color: #0092ca;
}
.container.article .faq_table tr td.line {
  padding: 0;
}
.container.article .faq_table tr td.line hr {
  border: none;
  border-bottom: 1px dotted #ccc;
  -webkit-box-shadow: none;
  box-shadow: none;
}
.notice_list li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
  -webkit-box-align: stretch;
  -ms-flex-align: stretch;
  -webkit-align-items: stretch;
  align-items: stretch;
  -ms-flex-wrap: nowrap;
  -webkit-flex-wrap: nowrap;
  flex-wrap: nowrap;
  padding: 20px 0;
  line-height: 1.8;
  list-style: none;
  border-top: 1px dotted #ccc;
}
.notice_list li:before {
  content: '・';
  padding: 0 15px 0 0;
}
@media (max-width: 480px) {
  .notice_list li:before {
    display: none;
  }
}
.notice_list li p {
  padding: 0 !important;
}
.notice_list li b {
  font-size: 17px;
}
.notice_list + .small {
  font-size: 14px;
  color: #666666;
}
.map_box {
  position: relative;
  width: 100%;
}
.map_box .map_img img {
  display: block;
  width: auto;
  max-width: 100%;
  margin: 15px 0 30px 0;
  border: 1px solid #CCC;
}
.map_box .map_img {
  margin: 15px 0 30px 0;
}
.map_box .look {
  position: absolute;
  max-width: 100%;
}
.map_box .look img {
  width: auto;
  max-width: 100%;
}
/*!
 * jquery-drawer v3.2.2
 * Flexible drawer menu using jQuery, iScroll and CSS.
 * http://git.blivesta.com/drawer
 * License : MIT
 * Author : blivesta <design@blivesta.com> (http://blivesta.com/)
 */
.drawer-open {
  overflow: hidden !important;
}
.drawer-nav {
  position: fixed;
  z-index: 2;
  top: 0;
  overflow: hidden;
  width: 16.25rem;
  height: 100%;
  color: #222;
  background-color: #fff;
}
.drawer-brand {
  font-size: 1.5rem;
  font-weight: 700;
  line-height: 3.75rem;
  display: block;
  padding-right: .75rem;
  padding-left: .75rem;
  text-decoration: none;
  color: #222;
}
.drawer-menu {
  margin: 0;
  padding: 0;
  list-style: none;
}
.drawer-menu-item {
  font-size: 1rem;
  display: block;
  padding: .75rem;
  text-decoration: none;
  color: #222;
}
.drawer-menu-item:hover {
  text-decoration: underline;
  color: #555;
  background-color: transparent;
}
.drawer-overlay {
  position: fixed;
  z-index: 1;
  top: 0;
  left: 0;
  display: none;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.2);
}
.drawer-open .drawer-overlay {
  display: block;
}
.drawer--top .drawer-nav {
  top: -100%;
  left: 0;
  width: 100%;
  height: auto;
  max-height: 100%;
  -webkit-transition: top 0.6s cubic-bezier(0.19, 1, 0.22, 1);
  transition: top 0.6s cubic-bezier(0.19, 1, 0.22, 1);
}
.drawer--top.drawer-open .drawer-nav {
  top: 0;
}
.drawer--top .drawer-hamburger, .drawer--top.drawer-open .drawer-hamburger {
  right: 0;
}
.drawer--left .drawer-nav {
  left: -16.25rem;
  -webkit-transition: left 0.6s cubic-bezier(0.19, 1, 0.22, 1);
  transition: left 0.6s cubic-bezier(0.19, 1, 0.22, 1);
}
.drawer--left.drawer-open .drawer-nav {
  left: 0;
}
.drawer--left .drawer-hamburger, .drawer--left.drawer-open .drawer-navbar .drawer-hamburger {
  right: 0;
}
.drawer--right .drawer-nav {
  right: -16.25rem;
  -webkit-transition: right 0.6s cubic-bezier(0.19, 1, 0.22, 1);
  transition: right 0.6s cubic-bezier(0.19, 1, 0.22, 1);
}
.drawer--right .drawer-hamburger, .drawer--right.drawer-open .drawer-nav, .drawer--right.drawer-open .drawer-navbar .drawer-hamburger {
  right: 0;
}
.drawer--right.drawer-open .drawer-hamburger {
  right: 16.25rem;
}
.drawer-hamburger {
  z-index: 4;
  top: 0;
  display: block;
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
  width: 2rem;
  padding: 0;
  -webkit-transition: all 0.6s cubic-bezier(0.19, 1, 0.22, 1);
  transition: all 0.6s cubic-bezier(0.19, 1, 0.22, 1);
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  border: 0;
  outline: 0;
  background-color: transparent;
}
.drawer-hamburger:hover {
  cursor: pointer;
  background-color: transparent;
}
.drawer-hamburger-icon {
  position: relative;
  display: block;
}
.drawer-hamburger-icon, .drawer-hamburger-icon:after, .drawer-hamburger-icon:before {
  width: 100%;
  height: 2px;
  -webkit-transition: all 0.6s cubic-bezier(0.19, 1, 0.22, 1);
  transition: all 0.6s cubic-bezier(0.19, 1, 0.22, 1);
  background-color: #000000;
}
.drawer-hamburger-icon:after, .drawer-hamburger-icon:before {
  position: absolute;
  top: -10px;
  left: 0;
  content: " ";
}
.drawer-hamburger-icon:after {
  top: 10px;
}
.drawer-open .drawer-hamburger-icon {
  background-color: transparent;
}
.drawer-open .drawer-hamburger-icon:after, .drawer-open .drawer-hamburger-icon:before {
  top: 0;
}
.drawer-open .drawer-hamburger-icon:before {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}
.drawer-open .drawer-hamburger-icon:after {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
}
.sr-only {
  position: absolute;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  width: 1px;
  height: 1px;
  margin: -1px;
  padding: 0;
  border: 0;
}
.sr-only-focusable:active, .sr-only-focusable:focus {
  position: static;
  overflow: visible;
  clip: auto;
  width: auto;
  height: auto;
  margin: 0;
}
.drawer--sidebar, .drawer--sidebar .drawer-contents {
  background-color: #fff;
}
@media (min-width: 64em) {
  .drawer--sidebar .drawer-hamburger {
    display: none;
    visibility: hidden;
  }
  .drawer--sidebar .drawer-nav {
    display: block;
    -webkit-transform: none;
    transform: none;
    position: fixed;
    width: 12.5rem;
    height: 100%;
  }
  .drawer--sidebar.drawer--left .drawer-nav {
    left: 0;
    border-right: 1px solid #ddd;
  }
  .drawer--sidebar.drawer--left .drawer-contents {
    margin-left: 12.5rem;
  }
  .drawer--sidebar.drawer--right .drawer-nav {
    right: 0;
    border-left: 1px solid #ddd;
  }
  .drawer--sidebar.drawer--right .drawer-contents {
    margin-right: 12.5rem;
  }
  .drawer--sidebar .drawer-container {
    max-width: 48rem;
  }
}
@media (min-width: 75em) {
  .drawer--sidebar .drawer-nav {
    width: 16.25rem;
  }
  .drawer--sidebar.drawer--left .drawer-contents {
    margin-left: 16.25rem;
  }
  .drawer--sidebar.drawer--right .drawer-contents {
    margin-right: 16.25rem;
  }
  .drawer--sidebar .drawer-container {
    max-width: 60rem;
  }
}
.drawer--navbarTopGutter {
  padding-top: 3.75rem;
}
.drawer-navbar .drawer-navbar-header {
  border-bottom: 1px solid #ddd;
  background-color: #fff;
}
.drawer-navbar {
  z-index: 3;
  top: 0;
  width: 100%;
}
.drawer-navbar--fixed {
  position: fixed;
}
.drawer-navbar-header {
  position: relative;
  z-index: 3;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  width: 100%;
  height: 3.75rem;
  padding: 0 .75rem;
  text-align: center;
}
.drawer-navbar .drawer-brand {
  line-height: 3.75rem;
  display: inline-block;
  padding-top: 0;
  padding-bottom: 0;
  text-decoration: none;
}
.drawer-navbar .drawer-brand:hover {
  background-color: transparent;
}
.drawer-navbar .drawer-nav {
  padding-top: 3.75rem;
}
.drawer-navbar .drawer-menu {
  padding-bottom: 7.5rem;
}
@media (min-width: 64em) {
  .drawer-navbar {
    height: 3.75rem;
    border-bottom: 1px solid #ddd;
    background-color: #fff;
  }
  .drawer-navbar .drawer-navbar-header {
    position: relative;
    display: block;
    float: left;
    width: auto;
    padding: 0;
    border: 0;
  }
  .drawer-navbar .drawer-menu--right {
    float: right;
  }
  .drawer-navbar .drawer-menu li {
    float: left;
  }
  .drawer-navbar .drawer-menu-item {
    line-height: 3.75rem;
    padding-top: 0;
    padding-bottom: 0;
  }
  .drawer-navbar .drawer-hamburger {
    display: none;
  }
  .drawer-navbar .drawer-nav {
    position: relative;
    left: 0;
    overflow: visible;
    width: auto;
    height: 3.75rem;
    padding-top: 0;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
  }
  .drawer-navbar .drawer-menu {
    padding: 0;
  }
  .drawer-navbar .drawer-dropdown-menu {
    position: absolute;
    width: 16.25rem;
    border: 1px solid #ddd;
  }
  .drawer-navbar .drawer-dropdown-menu-item {
    padding-left: .75rem;
  }
}
.drawer-dropdown-menu {
  display: none;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  width: 100%;
  margin: 0;
  padding: 0;
  background-color: #fff;
}
.drawer-dropdown-menu > li {
  width: 100%;
  list-style: none;
}
.drawer-dropdown-menu-item {
  line-height: 3.75rem;
  display: block;
  padding: 0;
  padding-right: .75rem;
  padding-left: 1.5rem;
  text-decoration: none;
  color: #222;
}
.drawer-dropdown-menu-item:hover {
  text-decoration: underline;
  color: #555;
  background-color: transparent;
}
.drawer-dropdown.open > .drawer-dropdown-menu {
  display: block;
}
.drawer-dropdown .drawer-caret {
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: 4px;
  -webkit-transition: opacity .2s ease, -webkit-transform .2s ease;
  transition: opacity .2s ease, -webkit-transform .2s ease;
  transition: transform .2s ease, opacity .2s ease;
  transition: transform .2s ease, opacity .2s ease, -webkit-transform .2s ease;
  -webkit-transform: rotate(0deg);
  transform: rotate(0deg);
  vertical-align: middle;
  border-top: 4px solid;
  border-right: 4px solid transparent;
  border-left: 4px solid transparent;
}
.drawer-dropdown.open .drawer-caret {
  -webkit-transform: rotate(180deg);
  transform: rotate(180deg);
}
.drawer-container {
  margin-right: auto;
  margin-left: auto;
}
@media (min-width: 64em) {
  .drawer-container {
    max-width: 60rem;
  }
}
@media (min-width: 75em) {
  .drawer-container {
    max-width: 70rem;
  }
}
/*  */
.pc {
  display: block;
}
.sp {
  display: none;
}
@media (max-width: 768px) {
  .pc {
    display: none;
  }
  .sp {
    display: block;
  }
}
.text_line {
  background-image: url(../image/ticket/text_line.png);
  background-repeat: repeat-x;
  background-position: center;
}
.text_red {
  color: #FF0000;
}
.text_b {
  font-weight: bold;
}
/* アプリページ */
.application_area {}
.application_area .screen {
  overflow: hidden;
  width: 90%;
  margin-right: auto;
  margin-left: auto;
  margin-top: 40px;
}
.application_area .screen .left {
  float: left;
  width: 40%;
  padding-right: 30px;
}
.application_area .screen .left img {
  max-width: 100%;
}
.application_area .screen .right {
  float: right;
  width: 60%;
}
.application_area .screen .app_btn {
  overflow: hidden;
  padding-top: 20px;
}
.application_area .screen .app_btn .bt_left {
  float: left;
  padding-right: 10px;
}
.application_area .screen .app_btn .bt_right {
  float: left;
}
@media (max-width: 768px) {
  .application_area {}
  .application_area .screen {
    overflow: hidden;
    width: 100%;
    margin-top: 30px;
  }
  .application_area .screen .left {
    width: 100%;
    text-align: center;
    margin-bottom: 20px;
    padding-right: 0;
  }
  .application_area .screen .left img {
    max-width: 300px;
    width: 100%;
    display: block;
    margin: auto;
  }
  .application_area .screen .right {
    width: 100%;
  }
  .application_area .screen .app_btn {
    overflow: hidden;
    padding-top: 20px;
    display: flex;
    justify-content: center;
    align-items: center;
  }
  .application_area .screen .app_btn .bt_left img, .application_area .screen .app_btn .bt_right img {
    max-width: 100%;
  }
  .application_area .screen .app_btn .bt_left {
    clear: both;
  }
  .application_area .screen .app_btn .bt_right {
    clear: both;
  }
}
iframe {
  display: block;
  width: 100%;
}
/* top */
.top aside {
  width: 300px;
}
.top .container {
  width: calc(100% - 300px);
}
@media (max-width: 768px) {
  .top .container {
    width: 100%;
  }
}
.top_info {
  max-width: 1040px;
  margin: auto;
  padding: 40px 20px 43px 20px;
}
.top_info .info_title {
  font-weight: bold;
  text-align: center;
  font-size: 24px;
  color: #000;
  margin-bottom: 1em;
}
@media (max-width: 768px) {
  .top_info .info_title {
    font-size: 21px;
  }
}
.top_info p {
  font-size: 16px;
}