@charset "UTF-8";
html, body, div, span, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
abbr, address, cite, code,
del, dfn, em, img, ins, kbd, q, samp,
small, strong, sub, sup, var,
b, i,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, figcaption, figure,
footer, header, hgroup, menu, nav, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
}

body {
  line-height: 1;
}

article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
  display: block;
}

ol, ul {
  list-style: none;
}

blockquote, q {
  quotes: none;
}

blockquote:before, blockquote:after,
q:before, q:after {
  content: '';
  content: none;
}

a {
  margin: 0;
  padding: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
}

ins {
  background-color: #ff9;
  color: #000;
  text-decoration: none;
}

mark {
  background-color: #ff9;
  color: #000;
  font-style: italic;
  font-weight: bold;
}

del {
  text-decoration: line-through;
}

abbr[title], dfn[title] {
  border-bottom: 1px dotted;
  cursor: help;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #cccccc;
  margin: 1em 0;
  padding: 0;
}

input, select {
  vertical-align: middle;
}

img {
  vertical-align: top;
  font-size: 0;
  line-height: 0;
}

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

input[type="button"],
input[type="submit"],
select,
textarea {
  border-radius: 0;
  -webkit-appearance: none;
}

button {
  background-color: transparent;
  border: none;
  cursor: pointer;
  outline: none;
  padding: 0;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
}

@font-face {
  font-family: 'Noto Sans Japanese';
  font-style: normal;
  font-weight: 100;
  src: url("../fonts/noto/noto-thin.eot");
  /* IE9 Compat Modes */
  src: url("../fonts/noto/noto-thin.eot?#iefix") format("embedded-opentype"), url("../fonts/noto/noto-thin.woff") format("woff"), url("../fonts/noto/noto-thin.ttf") format("truetype");
  /* Safari, Android, iOS */
}

@font-face {
  font-family: 'Noto Sans Japanese';
  font-style: normal;
  font-weight: 200;
  src: url("../fonts/noto/noto-light.eot");
  src: url("../fonts/noto/noto-light.eot?#iefix") format("embedded-opentype"), url("../fonts/noto/noto-light.woff") format("woff"), url("../fonts/noto/noto-light.ttf") format("truetype");
}

@font-face {
  font-family: 'Noto Sans Japanese';
  font-style: normal;
  font-weight: 300;
  src: url("../fonts/noto/noto-demilight.eot");
  src: url("../fonts/noto/noto-demilight.eot?#iefix") format("embedded-opentype"), url("../fonts/noto/noto-demilight.woff") format("woff"), url("../fonts/noto/noto-demilight.ttf") format("truetype");
}

@font-face {
  font-family: 'Noto Sans Japanese';
  font-style: normal;
  font-weight: 400;
  src: url("../fonts/noto/noto-regular.eot");
  src: url("../fonts/noto/noto-regular.eot?#iefix") format("embedded-opentype"), url("../fonts/noto/noto-regular.woff") format("woff"), url("../fonts/noto/noto-regular.ttf") format("truetype");
}

@font-face {
  font-family: 'Noto Sans Japanese';
  font-style: normal;
  font-weight: 500;
  src: url("../fonts/noto/noto-medium.eot");
  src: url("../fonts/noto/noto-medium.eot?#iefix") format("embedded-opentype"), url("../fonts/noto/noto-medium.woff") format("woff"), url("../fonts/noto/noto-medium.ttf") format("truetype");
}

@font-face {
  font-family: 'Noto Sans Japanese';
  font-style: normal;
  font-weight: 700;
  src: url("../fonts/noto/noto-blod.eot");
  src: url("../fonts/noto/noto-blod.eot?#iefix") format("embedded-opentype"), url("../fonts/noto/noto-blod.woff") format("woff"), url("../fonts/noto/noto-blod.ttf") format("truetype");
}

@font-face {
  font-family: 'Noto Sans Japanese';
  font-style: normal;
  font-weight: 900;
  src: url("../fonts/noto/noto-black.eot");
  src: url("../fonts/noto/noto-black.eot?#iefix") format("embedded-opentype"), url("../fonts/noto/noto-black.woff") format("woff"), url("../fonts/noto/noto-black.ttf") format("truetype");
}

/*--------------------------------------------
  PC/SP振り分け設定
---------------------------------------------*/
@media screen and (min-width: 768px) {
  .sp {
    display: none !important;
  }
}

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

/*--------------------------------------------
  汎用クラス
---------------------------------------------*/
/*クリアフィックス*/
.cf {
  *zoom: 1;
}

.cf:after {
  content: "";
  display: table;
  clear: both;
}

.cf:before {
  content: "";
  display: table;
}

/*クリアフィックス(簡易)*/
.oh {
  overflow: hidden;
}

/*画像置換*/
.ir {
  text-indent: 100%;
  white-space: nowrap;
  overflow: hidden;
}

/*テキストサイズ変更*/
.fz10 {
  font-size: 10px !important;
}

.fz11 {
  font-size: 11px !important;
}

.fz12 {
  font-size: 12px !important;
}

.fz13 {
  font-size: 13px !important;
}

.fz14 {
  font-size: 14px !important;
}

.fz15 {
  font-size: 15px !important;
}

.fz16 {
  font-size: 16px !important;
}

/*文字の太さ*/
.fwb {
  font-weight: bold !important;
}

.fwn {
  font-weight: normal !important;
}

/*文字の位置*/
.tac {
  text-align: center !important;
}

.tal {
  text-align: left !important;
}

.tar {
  text-align: right !important;
}

/*文字をメインカラーに*/
.cm {
  color: #231f20 !important;
}

/*背景をメインカラーに*/
.bg {
  background: #231f20 !important;
}

/*マージンボトム*/
.mb0 {
  margin-bottom: 0px !important;
}

.mb5 {
  margin-bottom: 5px !important;
}

.mb10 {
  margin-bottom: 10px !important;
}

.mb15 {
  margin-bottom: 15px !important;
}

.mb20 {
  margin-bottom: 20px !important;
}

.mb25 {
  margin-bottom: 25px !important;
}

.mb30 {
  margin-bottom: 30px !important;
}

.mb35 {
  margin-bottom: 35px !important;
}

.mb40 {
  margin-bottom: 40px !important;
}

.mb45 {
  margin-bottom: 45px !important;
}

.mb50 {
  margin-bottom: 50px !important;
}

@media screen and (min-width: 768px) {
  .mb-xs {
    margin-bottom: 7.5px !important;
  }
  .mb-s {
    margin-bottom: 15px !important;
  }
  .mb-m {
    margin-bottom: 30px !important;
  }
  .mb-l {
    margin-bottom: 60px !important;
  }
  .mb-xl {
    margin-bottom: 80px !important;
  }
}

@media screen and (max-width: 767px) {
  .mb-xs {
    margin-bottom: 5px !important;
  }
  .mb-s {
    margin-bottom: 10px !important;
  }
  .mb-m {
    margin-bottom: 20px !important;
  }
  .mb-l {
    margin-bottom: 40px !important;
  }
  .mb-xl {
    margin-bottom: 50px !important;
  }
}

/*マージンライト*/
.mr0 {
  margin-right: 0px !important;
}

.mr5 {
  margin-right: 5px !important;
}

.mr10 {
  margin-right: 10px !important;
}

.mr15 {
  margin-right: 15px !important;
}

.mr20 {
  margin-right: 20px !important;
}

.mr25 {
  margin-right: 25px !important;
}

.mr30 {
  margin-right: 30px !important;
}

.mr35 {
  margin-right: 35px !important;
}

.mr40 {
  margin-right: 40px !important;
}

.mr45 {
  margin-right: 45px !important;
}

.mr50 {
  margin-right: 50px !important;
}

/*パディング*/
.p0 {
  margin-right: 0px !important;
}

.p5 {
  margin-right: 5px !important;
}

.p10 {
  margin-right: 10px !important;
}

.p15 {
  margin-right: 15px !important;
}

.p20 {
  margin-right: 20px !important;
}

.p25 {
  margin-right: 25px !important;
}

.p30 {
  margin-right: 30px !important;
}

.p35 {
  margin-right: 35px !important;
}

.p40 {
  margin-right: 40px !important;
}

.p45 {
  margin-right: 45px !important;
}

.p50 {
  margin-right: 50px !important;
}

/*フロート*/
.fl {
  float: left !important;
}

.fr {
  float: right !important;
}

.imgfl {
  float: left;
  margin: 0 5 5 0 !important;
}

.imgfr {
  float: right;
  margin: 0 0 5 5 !important;
}

.cb {
  clear: both !important;
}

/*インラインブロック*/
.ib {
  display: inline-block;
  *display: inline;
  *zoom: 1;
}

/*画像ホバー*/
.hvop:hover {
  opacity: 0.8 !important;
}

/*画像ホバー(拡大)*/
.hvsc:hover {
  -webkit-transform: scale(1.2 !important);
      -ms-transform: scale(1.2 !important);
          transform: scale(1.2 !important);
}

/*--------------------------------------------
標準設定
---------------------------------------------*/
body {
  background-color: #fff;
  color: #585858;
  font-size: 14px;
  line-height: 1.61;
  font-family: "Noto Sans Japanese", "游ゴシック体", "Yu Gothic", YuGothic, "ヒラギノ角ゴシック Pro", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  overflow-y: scroll;
  -webkit-text-size-adjust: 100%;
}

body.body-fixed {
  position: fixed;
  width: 100%;
}

a {
  color:#585858;
  text-decoration: none;
  transition: all 200ms linear;
}

@media screen and (min-width: 768px) {
  /*--------------------------------------------
    共通
  ---------------------------------------------*/
  .indent-minus{
    letter-spacing: 0.1em;
  }
  .inner {
    min-width: 1000px;
    max-width: 1300px;
    margin: 0 auto;
    padding: 0 20px;
  }
  .caution {
    color: #bd2121;
    font-size: 10px;
  }
  .price {
    color: #000000;
  }
  .price a {
    color: #000000;
    text-decoration: underline;
  }
  .price a:hover {
    color: #000000;
    opacity: .7;
  }
  .img-box {
    text-align: center;
    padding-bottom: 60px;
  }
  .place-box .place-ttl {
    padding-right: 15px;
  }
  .place-box .place-ttl,
  .place-box .place-txt {
    display: inline-block;
  }
  .bread-box {
    padding: 10px 0;
    text-align: right;
  }
  .bread-list {
    display: inline-block;
    padding-right: 20px;
  }
  .bread-list:last-child {
    padding-right: 0;
  }
  .bread-link {
    color: #000000;
    position: relative;
  }
  .bread-link:hover {
    text-decoration: none;
    opacity: .7;
    color: #000000;
  }
  .bread-link:before, .bread-link:after {
    content: "";
    display: block;
    width: 5px;
    height: 1px;
    background: #3b3b3b;
    position: absolute;
  }
  .bread-link:before {
    right: -14px;
    top: 9px;
    -webkit-transform: rotate(-135deg);
    -ms-transform: rotate(-135deg);
    transform: rotate(-135deg);
  }
  .bread-link:after {
    right: -14px;
    bottom: 7px;
    -webkit-transform: rotate(135deg);
    -ms-transform: rotate(135deg);
    transform: rotate(135deg);
  }
  .font-abo {
    font-family: "abolition",sans-serif;
    letter-spacing: 5px;
  }
  .font-futura {
    font-family: "futura-pt", sans-serif;
  }
  .required {
    background: #ed3342;
    color: #fff;
    font-size: 11px;
    padding: 0 10px 1px;
    border-radius: 15px;
    font-weight: normal;
    margin: 0 15px;
  }
  .arrow {
    display: block;
    position: relative;
  }
  .arrow:before, .arrow:after {
    content: "";
    display: block;
    width: 15px;
    height: 4px;
    background: #000000;
    position: absolute;
  }
  .arrow.top:before {
    left: 0;
    top: 7px;
    -webkit-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    transform: rotate(-45deg);
  }
  .arrow.top:after {
    left: 8px;
    bottom: -11px;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
  }
  .arrow.prev:before {
    left: 0;
    top: 7px;
    -webkit-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    transform: rotate(-45deg);
  }
  .arrow.prev:after {
    left: 0;
    bottom: 5px;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
  }
  .arrow.next:before {
    right: 0;
    top: 7px;
    -webkit-transform: rotate(-135deg);
    -ms-transform: rotate(-135deg);
    transform: rotate(-135deg);
  }
  .arrow.next:after {
    right: 0;
    bottom: 5px;
    -webkit-transform: rotate(135deg);
    -ms-transform: rotate(135deg);
    transform: rotate(135deg);
  }
  .area-icon {
    display: inline-block;
    width: 16px;
    height: 16px;
    vertical-align: middle;
    margin-right: 3px;
    margin-bottom: 2px;
  }
  .area-icon.free {
    background: #aa89bd;
  }
  .page-ttl {
    color: #fff;
    font-size: 22px;
    text-align: center;
    letter-spacing: 2px;
    padding: 40px 0;
    font-weight: normal;
  }
  .sub-ttl {
    font-size: 16px;
    color: white;
  }
  .bg-ttl {
    padding: 5px 10px;
    background: #ddd;
    color: #010101;
    font-size: 16px;
  }
  .ticket-ttl {
    background: #000000;
    padding: 15px 25px;
    font-size: 14px;
    letter-spacing: 2px;
    font-weight: normal;
    color: #fff;
  }
  .ticket-ttl:before, .ticket-ttl:after {
    background: #fff;
  }
  
  .list-box {
    margin-top: 30px;
  }
  .list-box .list-item {
    
  }
  .list-box .list-item .list-item-txt {
    line-height: 1.8;
    padding: 16px 0 20px;
  }
  .caution-list-box .caution-list-item {
    display: table;
    width: 100%;
  }
  .caution-list-box .caution-list-item .caution-list-inner {
    display: table-cell;
  }
  .caution-list-box .caution-list-item .caution-list-inner:first-child {
    width: 17px;
  }


.title{
 width:40%;
 }


  button {
    font-family: "Noto Sans Japanese", "游ゴシック体", "Yu Gothic", YuGothic, "ヒラギノ角ゴシック Pro", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  }
  .btn-box {
    text-align: center;
  }
  .btn {
    transition: all 200ms linear;
    padding: 10px 20px 11px;
    display: inline-block;
    line-height: 1.4;
  }
  .btn-box.for-general{
    padding-top: 16px;
  }
  .btn:hover {
    text-decoration: none;
    opacity: .7;
  }
  .btn-buy {
    background: #fb0783;
    color: #fff;
    font-size: 14px;
  }
  .btn-buy:hover {
    opacity: .7;
  }
  .btn-sold {
    background: #d9d9d9;
    color: #646464;
    cursor: default;
  }
  .btn-sold:hover {
    opacity: .7;
  }

  .btn-free {
    background: #fff;
    color: #000;
    cursor: default;
    border: 1px solid #000;
  }

  .btn-free:hover {
    opacity: .7;
  }
  .btn-primary {
    background: #000000;
    width: 340px;
    padding: 20px;
    color: #fff;
    font-size: 14px;
  }
  .btn-team {
    width: 340px;
    padding: 20px;
    color: #fff;
    font-size: 14px;
  }
  .btn-eagles {
    border-radius: 5px;
    padding: 20px;
    width: 340px;
    background: #df0003;
    /* Old browsers */
    /* FF3.6-15 */
    /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to bottom, #df0003 0%, #c30000 100%);
    /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#df0003', endColorstr='#c30000',GradientType=0 );
    /* IE6-9 */
    color: #fff;
  }
  .btn-normal {
    border: 1px solid #b5b5b5;
    background: #fff;
    padding: 20px;
    width: 100%;
  }
  .btn-normal .txt {
    color: #585858;
    font-size: 14px;
  }
  .btn-normal:hover {
    opacity: .7;
  }
  .btn-default {
    border: 1px solid #b5b5b5;
    background: #dcdcdc;
    padding: 20px;
    width: 100%;
    color: #585858;
    text-align: center;
  }
  .btn-default:hover,
  .btn-has-ohter-id:hover {
    opacity: .7;
  }
  .btn-has-ohter-id{
    border: 1px solid #5b88b3;
    background: #5b88b3;
    padding: 20px;
    width: 100%;
    color: #fff;
    text-align: center;
    line-height: 1.4em;
    font-weight: normal;
  }
  .btn-more {
    border: 1px solid #000000;
    color: #000000;
    width: 130px;
    text-align: center;
  }
  .btn-more:hover {
    opacity: .7;
  }

.btn-buy-sp {
   -webkit-border-radius: 0;
   -moz-border-radius: 0;
   border-radius: 0;
   color: #FFFFFF;
   font-family: Arial;
   font-size: 16px;
   font-weight: 100;
   padding: 10px 20px;
   background-color: #fb0783;
   text-decoration: none;
   display: inline-block;
   cursor: pointer;
   text-align: center;
}
  .state-has-seat-full .state-icon {
    position: relative;
    display: block;
    width: 30px;
    height: 30px;
    margin: 0 auto;
  }
  .state-has-seat-full .state-icon:before, .state-has-seat-full .state-icon:after {
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    content: "";
    display: block;
    border: 2px solid #fff;
    border-radius: 30px;
    margin: 0 auto;
    left: 0;
    right: 0;
  }
  .state-has-seat-full .state-icon:before {
    width: 30px;
    height: 30px;
  }
  .state-has-seat-full .state-icon:after {
    width: 15px;
    height: 15px;
  }
  .state-has-seat .state-icon:before {
    content: "";
    display: block;
    width: 31px;
    height: 31px;
    border: 2px solid #fff;
    border-radius: 30px;
    margin: 0 auto;
  }
  .state-few .state-icon,
  .state-piece-seat .state-icon,
  .state-infield-few .state-icon {
    display: block;
    width: 31px;
    height: 31px;
    margin: 0 auto;
    position: relative;
  }
  .state-few .state-icon:before,
  .state-piece-seat .state-icon:before,
  .state-infield-few .state-icon:before {
    content: "";    
    width: 31px;
    height: 31px;
    border-style: solid;
    border-width: 0 15.5px 26.8px 15.5px;
    border-color: transparent transparent #fff transparent;
    position: absolute;
    left: 0;
  }
  .state-infield-few .state-icon:after {
    content: "";    
    width: 25px;
    height: 25px;
    border-style: solid;
    border-width:  0 12.5px 21.7px 12.5px;
    border-color: transparent transparent #ad6a72 transparent;
    position: absolute;
    left: 0;
    top: 1px;
    bottom: 0;
    right: 0;
    margin: auto;
  }
  .state-sold .state-icon {
    display: block;
    width: 30px;
    height: 30px;
    margin: 0 auto;
    position: relative;
  }
  .state-sold .state-icon:before, .state-sold .state-icon:after {
    position: absolute;
    content: "";
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    display: block;
    width: 31px;
    height: 2px;
    border: 2px solid #fff;
    margin: 0 auto;
  }
  .state-sold .state-icon:before {
    -webkit-transform: rotate(45deg);
        -ms-transform: rotate(45deg);
            transform: rotate(45deg);
  }
  .state-sold .state-icon:after {
    -webkit-transform: rotate(-45deg);
        -ms-transform: rotate(-45deg);
            transform: rotate(-45deg);
  }
  .tbl-primary {
    width: 100%;
  }
  .tbl-primary th, .tbl-primary td {
    padding: 20px;
    color: #818181;
    vertical-align: middle;
    font-weight: normal;
    text-align: left;
  }
  .tbl-primary th{
    width:30%;
  }
  .tbl-primary .bg-dark {
    background: #ece9de;
  }
  .tbl-primary .bg-light {
    background: #f8f7f3;
  }
  .calender-box {
<!--     background: url(../../common/img/bg-img.png) no-repeat; -->
    background-size: cover;
    position: relative;
    overflow-y: hidden;
    min-width: 1100px;
  }
  .calender-box .bx-controls:nth-child(3) {
    height: 100px;
    position: relative;
    margin-top: -80px;
  }
  .calender-box .bx-controls:nth-child(3) .bx-controls-direction {
    height: 100px;
  }
  .calender-box .bx-controls:nth-child(3) .bx-controls-direction a.bx-prev, .calender-box .bx-controls:nth-child(3) .bx-controls-direction a.bx-next {
    top: 0;
  }
  .calender-box .bx-controls:nth-child(3) .bx-pager {
    display: none;
  }
  .calender-box .bx-controls-direction a {
    font-size: 16px;
    color: #fff;
    position: absolute;
    top: 150px;
    letter-spacing: 2px;
    transition: all 200ms;
  }
  .calender-box .bx-controls-direction a:hover {
    text-decoration: none;
    opacity: .7;
  }
  .calender-box .bx-controls-direction a:before, .calender-box .bx-controls-direction a:after {
    content: "";
    display: block;
    width: 15px;
    height: 4px;
    background: #fff;
    position: absolute;
  }
  .calender-box .bx-controls-direction a.bx-prev {
    left: 35px;
    padding-left: 30px;
  }
  .calender-box .bx-controls-direction a.bx-prev:before {
    left: 0;
    top: 7px;
    -webkit-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    transform: rotate(-45deg);
  }
  .calender-box .bx-controls-direction a.bx-prev:after {
    left: 0;
    bottom: 5px;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
  }
  .calender-box .bx-controls-direction a.bx-next {
    right: 35px;
    padding-right: 30px;
  }
  .calender-box .bx-controls-direction a.bx-next:before {
    right: 0;
    top: 7px;
    -webkit-transform: rotate(-135deg);
    -ms-transform: rotate(-135deg);
    transform: rotate(-135deg);
  }
  .calender-box .bx-controls-direction a.bx-next:after {
    right: 0;
    bottom: 5px;
    -webkit-transform: rotate(135deg);
    -ms-transform: rotate(135deg);
    transform: rotate(135deg);
  }
  .calender-box .bx-pager {
    position: absolute;
    top: 0;
    display: block;
    width: 100%;
    background: #fff;
    text-align: center;
    padding: 20px 0;
  }
  .calender-box .bx-pager .bx-pager-item {
    display: inline-block;
  }
  .calender-box .bx-pager .bx-pager-item a {
    font-size: 18px;
    color: #000000;
    padding: 0 10px;
    display: block;
    margin: 0 30px;
    transition: all 200ms;
  }
  .calender-box .bx-pager .bx-pager-item a:hover {
    text-decoration: none;
    opacity: .7;
  }
  .calender-box .bx-pager .bx-pager-item a.active {
    background: #000000;
    color: #fff;
    text-decoration: none;
    position: relative;
  }
  .calender-box .bx-pager .bx-pager-item a.active:before {
    content: "";
    position: absolute;
    display: block;
    width: 0;
    height: 0;
    left: 0;
    right: 0;
    margin: auto;
    bottom: -20px;
    border: 11px solid transparent;
    border-bottom: 11px solid #000000;
  }
  .calender-block {
    padding: 40px 0;
  }
  .calender-block .inner {
    padding: 0px 20px;
  }
  .calender-block .month-ttl {
    font-size: 34px;
    text-align: center;
    margin-bottom: 40px;
    line-height: 1;
    color: #fff;
  }
  .calender-block .month-ttl .num {
    font-size: 80px;
  }
  .calender-block .month-ttl.bottom {
    margin: 40px 0 0 0;
  }
  .calender-block .month-ttl.bottom .num {
    font-size: 55px;
  }
  .calender-tbl {
    width: 100%;
  }
  .calender-tbl th, .calender-tbl td {
    vertical-align: middle;
    background: rgba(0, 0, 0, 0.6) !important;
    border-bottom: 1px solid #fb0783;
    padding: 10px;
    box-sizing: border-box;
    color:white;
  }
  .calender-tbl th.date {
    width: 20%;
    text-align: center;
    padding-left: 20px;
    color:white;
  }
  .calender-tbl th.date .day {
    font-size: 30px;
    font-family: "abolition",sans-serif;
    letter-spacing: 5px;
  }
  .calender-tbl th.sat .day {
    color: #4aa3c8;
  }
  .calender-tbl th.sun .day {
    color: #c32222;
  }
  .calender-tbl td.time {
    width: 90px;
    padding: 0;
  }

  .calender-tbl th.pref {
   vertical-align: middle;
    background: #fff;
    padding: 10px;
    width:10%;
  }


.label {
padding:10px;
color:black;
background-color:#fff200;
}

  .calender-tbl td.team-logo {
    width: 61px;
    text-align: center;
    padding: 10px 10px 10px 0;
  }
  .calender-tbl td.team {
    width: 20%;
  }
  .calender-tbl td.event-logo {
    font-size: 0;
    padding-right: 0;
  }
  .calender-tbl td.event-logo .event-list-box {
    text-align: center;
  }
  .calender-tbl td.event-logo .logo-box {
    display: inline-block;
    width: 33%;
    text-align: center;
  }
  .calender-tbl td.event-logo .logo-box a {
    transition: all 200ms;
  }
  .calender-tbl td.event-logo .logo-box a:hover {
    opacity: .7;
  }
  .calender-tbl td.event-logo .logo-box img {
    max-width: 100%;
  }
  .calender-tbl td.event-logo .popup-day {
    position: relative;
  }
  .calender-tbl td.event-logo .popup-day:hover .popup-wrap {
    opacity: 1;
    z-index: 2;
  }
  .calender-tbl td.event-logo .popup-wrap {
    position: absolute;
    font-size: 14px;
    top: 40px;
    opacity: 0;
    transition: all 200ms ease;
  }
  .calender-tbl td.event-logo .popup-wrap a {
    color: #333;
  }
  .calender-tbl td.event-logo .popup-wrap a:hover {
    text-decoration: none;
  }
  .calender-tbl td.event-logo .popup-block {
    min-width: 130px;
    padding: 10px 15px 10px 10px;
    border: 1px solid #000000;
    position: relative;
    background: #fff;
  }
  .calender-tbl td.event-logo .popup-block:before {
    content: "";
    position: absolute;
    top: -8px;
    left: 50%;
    margin-left: -9px;
    display: block;
    width: 0px;
    height: 0px;
    border-style: solid;
    border-width: 0 9px 9px 9px;
    border-color: transparent transparent #fff transparent;
    z-index: 1;
  }
  .calender-tbl td.event-logo .popup-block:after {
    content: "";
    position: absolute;
    top: -10px;
    left: 50%;
    margin-left: -10px;
    display: block;
    width: 0px;
    height: 0px;
    border-style: solid;
    border-width: 0 10px 10px 10px;
    border-color: transparent transparent #000000 transparent;
    z-index: 0;
  }
  .calender-tbl td.event-logo .popup-box {
    height: 43px;
    padding: 0 10px 0 0;
    box-sizing: border-box;
    transition: all 200ms;
  }
  .calender-tbl td.event-logo .popup-box:before {
    top: 16px;
    right: -5px;
  }
  .calender-tbl td.event-logo .popup-box:after {
    bottom: 15px;
    right: -5px;
  }
  .calender-tbl td.event-logo .popup-box:hover {
    opacity: .7;
  }
  .calender-tbl td.price {
    text-align: center;
    width: 114px;
    letter-spacing: 0.1em;
  }
  .calender-tbl td.price a {
    border-bottom: solid 1px;
    padding-bottom: 2px;
    text-decoration: none;
  }
  .calender-tbl td.price .price-ttl, .calender-tbl td.price .price-txt {
    display: inline-block;
    font-size: 14px;
  }
  .calender-tbl td.price .price-ttl {
    margin-right: 10px;
  }
  .calender-tbl td.buy {
    width: 40%;
    text-align: center;
    
  }
  .calender-tbl td.buy a {
    display: inline-block;
    width: 50%;
    letter-spacing: 0.1em;
    background:#fb0783;
    font-weight: bold;
  }
  .calender-tbl td.state {
    width: 70px;
    text-align: center;
    background: #ad6a72;
    color: #fff;
  }
  .calender-tbl td.state.state-has-seat,
  .calender-tbl td.state.state-has-seat-full{
    background: #2a6eaf;
  }
  .calender-tbl td.state .state-txt {
    font-size: 10px;
    line-height: 1.2;
    margin-top: 5px;
  }
  .calender-tbl td.state-sold {
    background: #808080;
  }
  .calender-tbl td .time-list {
    font-size: 16px;
  }
  .calender-tbl td .team-name {
    font-size: 16px;
  }
  .calender-tbl td .team-name .place {
    font-size: 12px;
  }
  input {
    border: 1px solid #ccc;
    padding: 11px;
  }
  .slider-box {
    padding: 20px 0 0;
	background-color: rgba(0,0,0,0.5);
    position: relative;
  }
  .slider-box .inner {
    padding: 0 20px;
  }
  .slider-box img {
    width: 100%;
  }
  .slider-box .bx-controls .bx-controls-direction a {
    font-size: 16px;
    background: #dcdcdcf;
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    letter-spacing: 2px;
    display: block;
    height: 100px;
    width: 40px;
    transition: all 200ms;
  }
  .slider-box .bx-controls .bx-controls-direction a:hover {
    text-decoration: none;
    opacity: .7;
  }
  .slider-box .bx-controls .bx-controls-direction a:before, .slider-box .bx-controls .bx-controls-direction a:after {
    content: "";
    display: block;
    width: 15px;
    height: 4px;
    background: #808080;
    position: absolute;
  }
  .slider-box .bx-controls .bx-controls-direction a.bx-prev {
    left: 0;
    border-radius: 0 20px 20px 0;
  }
  .slider-box .bx-controls .bx-controls-direction a.bx-prev:before {
    left: 10px;
    top: 44px;
    -webkit-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    transform: rotate(-45deg);
  }
  .slider-box .bx-controls .bx-controls-direction a.bx-prev:after {
    left: 10px;
    bottom: 43px;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
  }
  .slider-box .bx-controls .bx-controls-direction a.bx-next {
    right: 0;
    padding-right: 30px;
    border-radius: 20px 0 0 20px;
  }
  .slider-box .bx-controls .bx-controls-direction a.bx-next:before {
    right: 10px;
    top: 44px;
    -webkit-transform: rotate(-135deg);
    -ms-transform: rotate(-135deg);
    transform: rotate(-135deg);
  }
  .slider-box .bx-controls .bx-controls-direction a.bx-next:after {
    right: 10px;
    bottom: 43px;
    -webkit-transform: rotate(135deg);
    -ms-transform: rotate(135deg);
    transform: rotate(135deg);
  }
  .slider-box .bx-controls .bx-pager {
    position: relative;
    display: block;
    max-width: 1300px;
    min-width: 1000px;
    bottom: 40px;
    right: 20px;
    margin: auto;
    text-align: right;

  }
  .slider-box .bx-controls .bx-pager .bx-pager-item {
    display: inline-block;
    padding-left: 15px;
  }
  .slider-box .bx-controls .bx-pager .bx-pager-item a {
    text-indent: -9999px;
    display: block;
    width: 8px;
    height: 8px;
    border-radius: 5px;
    background: #fff;
    transition: all 200ms;
    font-size: 0;
  }
  .slider-box .bx-controls .bx-pager .bx-pager-item a:hover {
    opacity: .7;
  }
  .slider-box .bx-controls .bx-pager .bx-pager-item a.active {
    background: #f6aa00;
  }
  /*--------------------------------------------
    1.ヘッダー
  ---------------------------------------------*/
  header {
    min-width: 1050px;
    background: black;
    padding: 20px;
    position: relative;
    height: 80px;
  }
  header .title {
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
  }
  header .g-nav-box {
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    right: 100px;
  }
  header .g-nav-list li {
    display: inline-block;
    list-style-type: none;
    margin-right: 25px;
  }
  header .g-nav-list li:last-child a {
    border-bottom: solid 0px;
    padding-bottom: 2px;
  }
  header .g-nav-list li a {
    color: #fff;
    transition: all 200ms;
  }
  header .g-nav-list li a:hover {
    opacity: .7;
  }
  header .g-nav-list li a img {
    padding-right: 5px;
  }
  header .hbg {
    position: absolute;
    top: 0;
    right: 0;
    background: #231f20;
    display: inline-block;
    width: 140px;
    height: 80px;
    cursor: pointer;
    transition: all 200ms linear;
  }
  header .hbg button {
    position: relative;
    width: 140px;
    height: 80px;
    background: black;
    border: none;
    transition: all 200ms linear;
    z-index: 100;
  }
  header .hbg button:hover {
    cursor: pointer;
    opacity: .7;
  }
  header .hbg button span {
    width: 40px;
    height: 4px;
    background: #fff;
    position: absolute;
    margin: auto;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    transition: all 200ms linear;
    cursor: pointer;
  }
  header .hbg button span:before, header .hbg button span:after {
    content: '';
    width: 40px;
    height: 4px;
    background: #fff;
    position: absolute;
    left: 0;
    transition: all 200ms linear;
  }
  header .hbg button span:before {
    top: -15px;
    -webkit-transform: rotate(0deg);
        -ms-transform: rotate(0deg);
            transform: rotate(0deg);
  }
  header .hbg button span:after {
    bottom: -15px;
    -webkit-transform: rotate(0deg);
        -ms-transform: rotate(0deg);
            transform: rotate(0deg);
  }
  header .hbg .humberger-menu-wrap {
    display: none;
    position: fixed;
    height: 100%;
    width: 104%;
    left: 0;
    top: 0;
    background: #000000;
    background: rgba(0, 0, 0, 0.85);
    color: #fff;
    text-align: center;
    overflow-y: scroll;
  }
  header .hbg .humberger-menu-wrap ul.humberger-menu-list-box {
    overflow-y: scroll;
    padding-top: 80px;
  }
  header .hbg .humberger-menu-wrap ul.humberger-menu-list-box li {
    box-sizing: border-box;
  }

  header .hbg .humberger-menu-wrap ul.humberger-menu-list-box li .sub-menu li a{
    padding:30px 0;

  }

  header .hbg .humberger-menu-wrap ul.humberger-menu-list-box li.parent-menu .humberger-menu-ttl {
    position: relative;
    font-size: 18px;
    letter-spacing: 2px;

  }
  header .hbg .humberger-menu-wrap ul.humberger-menu-list-box li.parent-menu .humberger-menu-ttl span {
    position: absolute;
    right: 80px;
    z-index: 1;
    height: 50px;
    width: 50px;
    margin-top: -10px;
  }
  header .hbg .humberger-menu-wrap ul.humberger-menu-list-box li.parent-menu .humberger-menu-ttl span:before, header .hbg .humberger-menu-wrap ul.humberger-menu-list-box li.parent-menu .humberger-menu-ttl span:after {
    content: "";
    width: 15px;
    height: 2px;
    background: #fff;
    position: absolute;
    right: 0;
    top: 50%;
    transition: 200ms ease all;
  }
  header .hbg .humberger-menu-wrap ul.humberger-menu-list-box li.parent-menu .humberger-menu-ttl span:after {
    -webkit-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
        transform: rotate(90deg);
  }
  header .hbg .humberger-menu-wrap ul.humberger-menu-list-box li.parent-menu .humberger-menu-ttl span:before {
    -webkit-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
        transform: rotate(0deg);
  }
  header .hbg .humberger-menu-wrap ul.humberger-menu-list-box li.show-sub-menu {
    padding-bottom: 0;
  }
  header .hbg .humberger-menu-wrap ul.humberger-menu-list-box li.show-sub-menu .humberger-menu-ttl span:after {
    -webkit-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
        transform: rotate(0deg);
  }
  header .hbg .humberger-menu-wrap ul.humberger-menu-list-box li.show-sub-menu .sub-menu {
    display: block;
  }
    header .hbg .humberger-menu-wrap ul.humberger-menu-list-box li .sub-menu li a{
    transition:all 200ms;
  }
  header .hbg .humberger-menu-wrap ul.humberger-menu-list-box li .sub-menu li a:hover{
    background:#4c4c4c;
  }

  header .hbg .humberger-menu-wrap ul.humberger-menu-list-box li.humberger-menu-list {
    border-top: 1px solid #fff;
    padding: 30px 0;
  }
  header .hbg .humberger-menu-wrap ul.humberger-menu-list-box li.humberger-menu-list:last-child {
    border-bottom: 1px solid #fff;
  }
  header .hbg .humberger-menu-wrap ul.humberger-menu-list-box li .ex-link img {
    width: 20px;
    vertical-align: middle;
    margin-left: 5px;
  }
  header .hbg .humberger-menu-wrap ul.humberger-menu-list-box a {
    color: #fff;
    font-size: 16px;
    display: block;
  }
  header .hbg .humberger-menu-wrap ul.humberger-menu-list-box .sub-menu {
    display: none;
    border-top: 1px solid #585858;
    margin: 30px 0 -30px;
  }
  header .hbg.show span {
    background: transparent;
    z-index: 2;
  }
  header .hbg.show span:before {
    top: 0px;
    -webkit-transform: rotate(45deg);
        -ms-transform: rotate(45deg);
            transform: rotate(45deg);
  }
  header .hbg.show span:after {
    bottom: 0px;
    -webkit-transform: rotate(-45deg);
        -ms-transform: rotate(-45deg);
            transform: rotate(-45deg);
  }
  header .hbg.show .humberger-menu-wrap {
    display: block;
    z-index: 1;
  }

  /*--------------------------------------------
    TICKET モーダルメニュー
  ---------------------------------------------*/
  .ticket-menu header .hbg .humberger-menu-wrap ul.humberger-menu-list-box li:nth-child(n+2) {
    display:none;
  }
  .ticket-menu header .hbg .humberger-menu-wrap ul.humberger-menu-list-box li{
    cursor: default;
  }
  .ticket-menu header .hbg .humberger-menu-wrap ul.humberger-menu-list-box li span{
    display:none;

  }
  .ticket-menu header .hbg .humberger-menu-wrap ul.humberger-menu-list-box li .sub-menu{
    display:block;
  }
  .ticket-menu header .hbg .humberger-menu-wrap ul.humberger-menu-list-box li .sub-menu li:nth-child(n+2) {
    display:block;
    cursor: pointer;
  }

  /*--------------------------------------------
   コンテンツ
  ---------------------------------------------*/
  .contents {
    *zoom: 1;
    width: 100%;
    margin: 0 auto;
  }
  .contents:after {
    content: "";
    display: table;
    clear: both;
  }
  .contents:before {
    content: "";
    display: table;
  }
  .contents .sub-main-image-box {
    color: #fff;
    font-size: 22px;
    text-align: center;
    letter-spacing: 2px;
    padding: 80px 0;
    font-weight: normal;
  }
  .contents .sub-main-image-box.farm-main-image {
    background-size: cover;
  }
  .bg-contents {
    background-size: 100% auto;
  }
  .sub-contents {
    background: #fff;
    padding: 80px 20px;
  }
  .sub-contents .common-title {
    color: #000000;
    font-size: 22px;
    text-align: center;
    letter-spacing: 2px;
    margin-bottom: 50px;
  }
  .section-box {
    margin-bottom: 50px;
  }
  .section-box:last-child {
    margin-bottom: 0;
  }
  .section-inner {
    background: #fff;
    padding: 60px;
  }
  .section-ttl {
    color: #474747;
    font-size: 18px;
    text-align: center;
    padding: 30px;
    background: #dcdcdc;
  }
  .section-txt-box {
    display: table;
    width: 860px;
    margin: 0 auto 60px;
  }
  .section-txt-box .arrow:before, .section-txt-box .arrow:after {
    display: none;
  }
  .section-txt {
    display: table-cell;
  }
  .section-btn {
    display: table-cell;
    vertical-align: bottom;
  }
  /*--------------------------------------------
    フッター
  ---------------------------------------------*/
  footer {
    background: black;
  }
  footer .ft-nav-box {
    *zoom: 1;
    width: 1000px;
    margin: 0 auto;
    padding: 70px 70px 60px;
  }
  footer .ft-nav-box:after {
    content: "";
    display: table;
    clear: both;
  }
  footer .ft-nav-box:before {
    content: "";
    display: table;
  }
  footer .ft-nav-block {
    float: left;
    width: 18%;
  }
  footer .ft-nav-block:last-child {
    width: 28%;
  }
  footer .ft-nav-ttl {
    color: white;
    font-size: 14px;
    margin-bottom: 30px;
  }
  footer .ft-nav-list li a {
    color: white;
    font-size: 12px;
  }
  footer .ft-nav-list li a img {
    vertical-align: middle;
    margin-left: 8px;
  }
  footer .copyright {
    text-align: center;
    background: #000000;
    color: #fff;
    padding: 20px;
  }
  /*--------------------------------------------
    フッター汎用バナー
  ---------------------------------------------*/
  .bnr-box {
    padding: 50px 0;
  }
  .bnr-list {
    font-size: 0;
    width: 100%;
    margin: 0 auto;
  }
  .bnr-list li {
    display: inline-block;
    position: relative;
    margin-bottom: 20px;
    width: 50%;
  }
  .bnr-list li:nth-child(odd) {
    padding-right: 10px;
  }
  .bnr-list li:nth-child(even) {
    padding-left: 10px;
  }
  .bnr-list.column4{
    margin-left: -10px;
    width: calc(100% + 20px);
    margin-bottom: -20px;
  }
  .bnr-list.column4 li {
    display: inline-block;
    position: relative;
    margin-bottom: 20px;
    width: 25%;
  }
  .bnr-list.column4 li:nth-child(odd),.bnr-list.column4 li:nth-child(even) {
    padding-right: 0px;
    padding-left: 0px;

  }

  .bnr-list.column4 li{
    padding:0 10px!important; 
  }

  .bnr-list li a {
    display: block;
  }
  .bnr-list li a:hover {
    opacity: .7;
  }
  .bnr-list li a img {
    width: 100%;
    height: auto;
  }
  .bnr-ttl {
    font-size: 20px;
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    left: 0;
    right: 0;
    margin: auto;
    color: #fff;
    text-align: center;
  }
  /*--------------------------------------------
    席種区分選択
  ---------------------------------------------*/
  .seat-page .bg-contents {
    padding-bottom: 90px;
  }
  .seat-page .sub-contents {
    padding: 50px 70px 90px;
  }
  .seat-page .calender-tbl {
    width: 880px;
    margin: 0 auto 60px;
  }
  .seat-page .calender-tbl th, .seat-page .calender-tbl td {
    border: none;
  }
  .seat-page .calender-tbl td.event-logo {
    width: 33%;
  }
  .seat-page .calender-tbl td.event-logo .popup-wrap {
    right: -20px;
  }
  .seat-page .sub-ttl {
    margin: 70px 0 50px;
    text-align: center;
  }
  .date-list-box {
    text-align: center;
    margin-bottom: 20px;
  }
  .date-list-box .date-list {
    display: inline-block;
    vertical-align: middle;
  }
  .date-list-box .date-list .arrow {
    color: #616161;
    font-size: 12px;
  }
  .date-list-box .date-list .arrow:hover {
    text-decoration: none;
    opacity: 0.7;
  }
  .date-list-box .date-list .arrow.prev {
    padding-left: 35px;
  }
  .date-list-box .date-list .arrow.prev:before {
    top: 2px;
  }
  .date-list-box .date-list .arrow.prev:after {
    bottom: 3px;
  }
  .date-list-box .date-list .arrow.next {
    padding-right: 35px;
  }
  .date-list-box .date-list .arrow.next:before {
    top: 2px;
  }
  .date-list-box .date-list .arrow.next:after {
    bottom: 3px;
  }
  .date-list-box .main-day {
    font-size: 60px;
    padding: 0 100px;
  }
  .date-list-box .main-day .week {
    font-size: 14px;
  }
  .ticket-wrap {
    overflow:hidden;
    width: calc(100% + 20px);
    margin-left: -10px;
  }
  .ticket-box {
    float:left;
    width: 50%;
    position: relative;
    padding:0 10px;
    margin-bottom: 20px;
  }

  .ticket-box:last-child .ticket-ttl {
    width: 100%;
  }
  .ticket-box a:hover {
    opacity: 0.7;
  }
  .ticket-box img {
    width: 100%;
  }
  .ticket-box .ticket-ttl {
    bottom: 0;
  }
  .ticket-box .ticket-ttl.next:before {
    right: 20px;
    top: 20px;
  }
  .ticket-box .ticket-ttl.next:after {
    right: 20px;
    bottom: 20px;
  }
  /*--------------------------------------------
    スペシャルチケット
  ---------------------------------------------*/
  .ticket-page .bg-contents {
    padding-bottom: 80px;
  }
  .ticket-page .page-ttl {
    padding-bottom: 0;
  }
  .ticket-page .slider-box {
    background: none;
    margin-bottom: 60px;
  }
  .ticket-page .calender-tbl tr:last-child th, .ticket-page .calender-tbl tr:last-child td {
    border-bottom: none;
  }
  .ticket-page .calender-tbl th.date {
    width: 10%;
    padding-left: 0;
    text-align: left;
  }
  .ticket-page .calender-tbl td.team {
    width: 16%;
  }
  .ticket-page .calender-tbl td.team-logo {
    width: 11%;
  }
  .ticket-page .calender-tbl td.buy {
    width: 150px;
    padding: 0;
  }
  .ticket-page .calender-tbl td.buy .btn {
    width: 100%;
  }
  .ticket-page .calender-tbl td.price {
    width: 20%;
  }
  /*--------------------------------------------
    9.汎用モーダル
  ---------------------------------------------*/
  .popup-seat-detail .inner {
    overflow: hidden;
    min-width: 1000px;
  }
  .popup-seat-detail .header-game-detail {
    text-align: center;
    padding: 30px 0 50px;
  }
  .stadium-caption{
    text-align:center;
    margin-bottom:30px;
  }
  .popup-seat-detail .header-game-detail ul li {
    display: inline-block;
    vertical-align: middle;
  }
  .popup-seat-detail .header-game-detail ul .day-week .day {
    font-size: 36px;
    font-family: "abolition",sans-serif;
    letter-spacing: 5px;
  }
  .popup-seat-detail .header-game-detail ul .team-name {
    font-size: 20px;
    font-weight: bold;
    padding: 0 20px;
  }
  .popup-seat-detail .stadium-area {
    float: left;
    width: 500px;
  }
  .popup-seat-detail .stadium-area ul {
    position: relative;
  }
  .popup-seat-detail .stadium-area ul li {
    position: absolute;
  }
  .popup-seat-detail .stadium-area ul li a {
    background: #000;
    color: #fff;
    width: 34px;
    height: 34px;
    box-sizing: border-box;
    border-radius: 17px;
    display: inline-block;
    text-align: center;
    line-height: 34px;
    transition: all 200ms;
    text-decoration: none;
  }
  .popup-seat-detail .stadium-area ul li a:hover, .popup-seat-detail .stadium-area ul li a.now-cursor {
    background: #fff;
    color: #000;
  }
  .popup-seat-detail .price-list-wrap {
    float: right;
    min-width: 460px;
  }
  .popup-seat-detail .price-list-wrap .price-list-inner {
    overflow-y: scroll;
    height: 500px;
  }
  .popup-seat-detail .price-list-wrap .price-table, .popup-seat-detail .price-list-wrap .price-head-table {
    width: 100%;
    border: solid 1px #c1c1c1;
    border-collapse: collapse;
  }
  .popup-seat-detail .price-list-wrap .price-head-table {
    
  }
    .popup-seat-detail .price-list-wrap .price-table {
    width: 100%;
    }
  .popup-seat-detail .price-list-wrap .price-table thead, .popup-seat-detail .price-list-wrap .price-head-table thead {
    background: #000000;
    color: #fff;
    /*display: none;*/
  }
  .popup-seat-detail .price-list-wrap .price-table thead th, .popup-seat-detail .price-list-wrap .price-head-table thead th {
    padding: 20px;
    border: solid 1px #c1c1c1;
  }
  .popup-seat-detail .price-list-wrap .price-table thead th.number, .popup-seat-detail .price-list-wrap .price-head-table thead th.number {
    width: 60px;
    padding: 10px;
  }
  .popup-seat-detail .price-list-wrap .price-table thead th.price-adult, .popup-seat-detail .price-list-wrap .price-head-table thead th.price-adult {
    width: 100px;
  }
  .popup-seat-detail .price-list-wrap .price-table thead th.price-child, .popup-seat-detail .price-list-wrap .price-head-table thead th.price-child {
    width: 114px;
  }
  .popup-seat-detail .price-list-wrap .price-table tbody, .popup-seat-detail .price-list-wrap .price-head-table tbody {
    padding-top: 120px;
  }
  .popup-seat-detail .price-list-wrap .price-table tbody tr.show-price, .popup-seat-detail .price-list-wrap .price-table tbody tr.now-cursor, .popup-seat-detail .price-list-wrap .price-head-table tbody tr.show-price, .popup-seat-detail .price-list-wrap .price-head-table tbody tr.now-cursor {
    background: #eee;
  }
  .popup-seat-detail .price-list-wrap .price-table tbody tr td, .popup-seat-detail .price-list-wrap .price-table tbody tr th, .popup-seat-detail .price-list-wrap .price-head-table tbody tr td, .popup-seat-detail .price-list-wrap .price-head-table tbody tr th {
    padding: 14px;
    border: solid 1px #c1c1c1;
  }
  .popup-seat-detail .price-list-wrap .price-table tbody tr .number, .popup-seat-detail .price-list-wrap .price-head-table tbody tr .number {
    width: 60px;
    color: #fff;
  }
  .popup-seat-detail .price-list-wrap .price-table tbody tr .price-adult, .popup-seat-detail .price-list-wrap .price-head-table tbody tr .price-adult {
    width: 100px;
  }
  .popup-seat-detail .price-list-wrap .price-table tbody tr .price-child, .popup-seat-detail .price-list-wrap .price-head-table tbody tr .price-child {
    width: 100px;
  }
  .popup-seat-detail .price-list-wrap .price-table tbody tr .seat-name{
    max-width: 100px;
  }
  .popup-seat-detail .price-list-wrap .price-head-table {
    border-top: solid 1px #c1c1c1;
    border-left: solid 1px #c1c1c1;
    border-right: solid 1px #c1c1c1;
    border-bottom: none;
    /* overflow-y: scroll; */
  }
  .popup-seat-detail .price-list-wrap .scroll-top-btn {
    background: #000000;
    text-align: center;
    height: 40px;
    width: 100%;
    position:relative;
    transition:all 200ms;
    cursor:pointer;

  }
  .popup-seat-detail .price-list-wrap .scroll-top-btn:hover {
    opacity:.7;
  }
  .popup-seat-detail .price-list-wrap .scroll-top-btn:before,
  .popup-seat-detail .price-list-wrap .scroll-top-btn:after {
    content:"";
    background:#fff;
    width:10px;
    height:3px;
    position:absolute;
    top:50%;
    left:50%;
    transform:rotate(-45deg);
  }
  .popup-seat-detail .price-list-wrap .scroll-top-btn:before{

  }
  .popup-seat-detail .price-list-wrap .scroll-top-btn:after {
    transform:rotate(45deg);
    left:51%;
  }
  .popup-seat-detail .inner .price-list-wrap .price-table tbody tr .seat-01 {
    background: #ed7700;
  }
  .popup-seat-detail .inner .price-list-wrap .price-table tbody tr .seat-02 {
    background: #e15541;
  }
  .popup-seat-detail .inner .price-list-wrap .price-table tbody tr .seat-03 {
    background: #d9222a;
  }
  .popup-seat-detail .inner .price-list-wrap .price-table tbody tr .seat-04 {
    background: #f35d28;
  }
  .popup-seat-detail .inner .price-list-wrap .price-table tbody tr .seat-05 {
    background: #ccda33;
  }
  .popup-seat-detail .inner .price-list-wrap .price-table tbody tr .seat-06 {
    background: #f6bc26;
  }
  .popup-seat-detail .inner .price-list-wrap .price-table tbody tr .seat-07 {
    background: #71a041;
  }
  .popup-seat-detail .inner .price-list-wrap .price-table tbody tr .seat-08 {
    background: #fff104;
  }
  .popup-seat-detail .inner .price-list-wrap .price-table tbody tr .seat-09 {
    background: #da2276;
  }
  .popup-seat-detail .inner .price-list-wrap .price-table tbody tr .seat-10 {
    background: #da2276;
  }
  .popup-seat-detail .inner .price-list-wrap .price-table tbody tr .seat-11 {
    background: #da2276;
  }
  .popup-seat-detail .inner .price-list-wrap .price-table tbody tr .seat-12 {
    background: #878887;
  }
  .popup-seat-detail .inner .price-list-wrap .price-table tbody tr .seat-13 {
    background: #f6bc26;
  }
  .popup-seat-detail .inner .price-list-wrap .price-table tbody tr .seat-14 {
    background: #0075c7;
  }
  .popup-seat-detail .inner .price-list-wrap .price-table tbody tr .seat-15 {
    background: #71a041;
  }
  .popup-seat-detail .inner .price-list-wrap .price-table tbody tr .seat-16 {
    background: #b04f86;
  }
  .popup-seat-detail .inner .price-list-wrap .price-table tbody tr .seat-17 {
    background: #0474b0;
  }
  .popup-seat-detail .inner .price-list-wrap .price-table tbody tr .seat-18 {
    background: #545091;
  }
  .popup-seat-detail .inner .price-list-wrap .price-table tbody tr .seat-19 {
    background: #ecc5de;
  }
  .popup-seat-detail .inner .price-list-wrap .price-table tbody tr .seat-20 {
    background: #934e8e;
  }
  .popup-seat-detail .inner .price-list-wrap .price-table tbody tr .seat-21 {
    background: #da2276;
  }
  .popup-seat-detail .inner .price-list-wrap .price-table tbody tr .seat-22 {
    background: #05baf4;
  }
  .popup-seat-detail .inner .price-list-wrap .price-table tbody tr .seat-23 {
    background: #91c33f;
  }
  .popup-seat-detail .inner .price-list-wrap .price-table tbody tr .seat-24 {
    background: #722a7b;
  }
  .popup-seat-detail .inner .price-list-wrap .price-table tbody tr .seat-25 {
    background: #6fa5df;
  }
  .popup-seat-detail .inner .price-list-wrap .price-table tbody tr .seat-26 {
    background: #b94f90;
  }
  .popup-seat-detail .inner .price-list-wrap .price-table tbody tr .seat-27 {
    background: #18accd;
  }
  .popup-seat-detail .inner .price-list-wrap .price-table tbody tr .seat-28 {
    background: #09a9e3;
  }
  .popup-seat-detail .inner .price-list-wrap .price-table tbody tr .seat-29 {
    background: #da2276;
  }
  .popup-seat-detail .inner .price-list-wrap .price-table tbody tr .seat-30 {
    background: #da2276;
  }
  .popup-seat-detail .inner .price-list-wrap .price-table tbody tr .seat-31 {
    background: #da2276;
  }
  .popup-seat-detail .inner .price-list-wrap .price-table tbody tr .seat-32 {
    background: #610b21;
  }
  .popup-seat-detail .inner .price-list-wrap .price-table tbody tr .seat-33 {
    background: #610b21;
  }
  .popup-seat-detail .inner .price-list-wrap .price-table tbody tr .seat-34 {
    background: #585858;
  }
  .popup-seat-detail .inner .price-list-wrap .price-table tbody tr .seat-35 {
    background: #70c9e5;
  }
  .popup-seat-detail .inner .price-list-wrap .price-table tbody tr .seat-36 {
    background: #205597;
  }
  .popup-seat-detail .inner .price-list-wrap .price-table tbody tr .seat-37 {
    background: #c8d733;
  }
  .popup-seat-detail .inner .stadium-area ul li.num-01 {
    left: 256px;
    top: 330px;
  }
  .popup-seat-detail .inner .stadium-area ul li.num-02 {
    left: 257px;
    top: 362px;
  }
  .popup-seat-detail .inner .stadium-area ul li.num-03 {
    left: 205px;
    top: 340px;
  }
  .popup-seat-detail .inner .stadium-area ul li.num-03-01 {
    left: 316px;
    top: 340px;
  }
  .popup-seat-detail .inner .stadium-area ul li.num-04 {
    left: 205px;
    top: 241px;
  }
  .popup-seat-detail .inner .stadium-area ul li.num-04-01 {
    left: 311px;
    top: 240px;
  }
  .popup-seat-detail .inner .stadium-area ul li.num-05 {
    left: 177px;
    top: 220px;
  }
    .popup-seat-detail .inner .stadium-area ul li.num-05-01 {
    left: 336px;
    top: 220px;
  }
  .popup-seat-detail .inner .stadium-area ul li.num-06 {
    left: 173px;
    top: 255px;
  }
  .popup-seat-detail .inner .stadium-area ul li.num-07 {
    left: 135px;
    top: 190px;
  }
  .popup-seat-detail .inner .stadium-area ul li.num-08 {
    left: 145px;
    top: 275px;
  }
  .popup-seat-detail .inner .stadium-area ul li.num-09 {
    left: 65px;
    top: 496px;
  }
  .popup-seat-detail .inner .stadium-area ul li.num-10 {
    left: 50px;
    top: 368px;
  }
  .popup-seat-detail .inner .stadium-area ul li.num-11 {
    left: 110px;
    top: 483px;
  }
  .popup-seat-detail .inner .stadium-area ul li.num-12 {
    left: 357px;
    top: 299px;
  }
  .popup-seat-detail .inner .stadium-area ul li.num-13 {
    left: 331px;
    top: 260px;
  }
  .popup-seat-detail .inner .stadium-area ul li.num-14 {
    left: 394px;
    top: 234px;
  }
  .popup-seat-detail .inner .stadium-area ul li.num-15 {
    left: 377px;
    top: 181px;
  }
  .popup-seat-detail .inner .stadium-area ul li.num-16 {
    left: 407px;
    top: 172px;
  }
  .popup-seat-detail .inner .stadium-area ul li.num-17 {
    left: 370px;
    top: 130px;
  }
    .popup-seat-detail .inner .stadium-area ul li.num-17-01 {
    left: 150px;
    top: 124px;
  }
  .popup-seat-detail .inner .stadium-area ul li.num-18 {
    left: 120px;
    top: 106px;
  }
    .popup-seat-detail .inner .stadium-area ul li.num-18-01 {
    left: 383px;
    top: 94px;
  }
  .popup-seat-detail .inner .stadium-area ul li.num-19 {
    left: 411px;
    top: 127px;
  }
  .popup-seat-detail .inner .stadium-area ul li.num-20 {
    left: 200px;
    top: 72px;
  }
  .popup-seat-detail .inner .stadium-area ul li.num-21 {
    left: 60px;
    top: 421px;
  }
  .popup-seat-detail .inner .stadium-area ul li.num-22 {
    left: 240px;
    top: 93px;
  }
  .popup-seat-detail .inner .stadium-area ul li.num-23 {
    left: 170px;
    top: 40px;
  }
  .popup-seat-detail .inner .stadium-area ul li.num-24 {
    left: 285px;
    top: 339px;
  }
  .popup-seat-detail .inner .stadium-area ul li.num-25 {
    left: 168px;
    top: 192px;
  }
  .popup-seat-detail .inner .stadium-area ul li.num-25-01 {
    left: 346px;
    top: 192px;
  }
  .popup-seat-detail .inner .stadium-area ul li.num-26 {
    left: 399px;
    top: 202px;
  }
    .popup-seat-detail .inner .stadium-area ul li.num-26-01 {
    left: 359px;
    top: 272px;
  }
  .popup-seat-detail .inner .stadium-area ul li.num-27 {
    left: 373px;
    top: 249px;
  }
  .popup-seat-detail .inner .stadium-area ul li.num-28 {
    left: 430px;
    top: 150px;
  }
  .popup-seat-detail .inner .stadium-area ul li.num-29 {
    left: 55px;
    top: 456px;
  }
  .popup-seat-detail .inner .stadium-area ul li.num-30 {
    left: 46px;
    top: 393px;
  }
  .popup-seat-detail .inner .stadium-area ul li.num-31 {
    left: 1px;
    top: 400px;
  }
  .popup-seat-detail .inner .stadium-area ul li.num-31-01 {
    left: 375px;
    top: 209px;
  }
  .popup-seat-detail .inner .stadium-area ul li.num-32 {
    left: 186px;
    top: 130px;
  }
  .popup-seat-detail .inner .stadium-area ul li.num-33 {
    left: 337px;
    top: 139px;
  }
    .popup-seat-detail .inner .stadium-area ul li.num-34 {
    left: 343px;
    top: 100px;
  }
    .popup-seat-detail .inner .stadium-area ul li.num-35 {
    left: 311px;
    top: 65px;
  }
    .popup-seat-detail .inner .stadium-area ul li.num-36 {
    left: 210px;
    top: 106px;
  }
    .popup-seat-detail .inner .stadium-area ul li.num-37 {
    left: 242px;
    top: 14px;
  }
  .modal-out-wrap {
    display: none;
    background: #000000;
    background: rgba(0, 0, 0, 0.85);
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 100;
  }
  .modal-out-wrap .modal-wrap {
    width: 90%;
    min-width: 1000px;
    height: auto;
    margin: 10% 0;
    padding: 10px 20px;
    box-sizing: border-box;
    /* border: 2px solid #aaa; */
    background: #fff;
    position: absolute;
    z-index: 2;
    border-radius: 10px;
  }
   .modal-out-wrap .modal-wrap .close-btn{
     position:absolute;
     too:20px;
     right:20px;
     width:60px;
     height:60px;
   }
   .modal-out-wrap .modal-wrap .inner-area{
     margin:0 auto;
     width: 1000px;
   }
   .modal-out-wrap .modal-wrap .close-btn:before,
    .modal-out-wrap .modal-wrap .close-btn:after{
      content:"";
      background:#000;
      width:50px;
      height:1px;
      transform:rotate(45deg);
      position:absolute;
      top:30px;
      left:10px;

    }
  .modal-out-wrap .modal-wrap .close-btn:after{
     transform:rotate(-45deg);
  }
  .modal-out-wrap.show {
    display: block;
  }
  /*--------------------------------------------
   エラー
  ---------------------------------------------*/
  .error-page .bg-contents {
    padding-bottom: 150px;
  }
  .error-page .bg-contents .sub-contents p {
    color: #848484;
  }
  
  /*--------------------------------------------
   ATTENTION
  ---------------------------------------------*/
  .attention-wrap{
    color:#f7f143;
    font-size: 16px;
    margin-bottom: 40px;
  }
  .attention-wrap .inner{
    width: 670px;
    min-width: 670px;
    margin: 0 auto;
  }

.attention-common-wrap{
  position: fixed;padding: 
  40px;box-sizing: 
  border-box;width: 100%;
  bottom: 0;
  background: #f7f143;
  font-size: 16px;
}
.attention-common-wrap a{

}
.attention-common-wrap .close-btn{

}
.attention-common-wrap .close-btn:before,
.attention-common-wrap .close-btn:after{

}
.attention-common-wrap .close-btn{
    position: absolute;
    top: 40%;
    right: 20px;
    width: 30px;
    height: 30px;
   }

.attention-common-wrap .close-btn:before,
.attention-common-wrap .close-btn:after{
      content:"";
      background:#000;
      width: 30px;
      height:1px;
      transform:rotate(45deg);
      position:absolute;
      top: 15px;
      left: 0px;
    }
.attention-common-wrap .close-btn:after{
     transform:rotate(-45deg);
  }

.attention-wrap .inner{
    font-size: 16px;
}

/*--------------------------------------------
    株主
  ---------------------------------------------*/
.kabunushi-page .page-ttl img {
  width: 130px;
  margin-bottom: 10px;
}
.kabunushi-page .sub-ttl {
  font-size: 20px;
}
.kabunushi-page .caution {
  font-size: 14px;
  margin-bottom: 40px;
}
.kabunushi-page .img-box {
  padding-bottom: 20px;
}
.kabunushi-page .list-box {
  margin-bottom: 60px;
}
.kabunushi-page .list-box .list-item:nth-child(3) .list-item-txt {
  padding-bottom: 0;
}
.kabunushi-page .caution-list-box {
  margin-bottom: 20px;
}
/*PC END QUERY*************************/
}
/***************************************/


@media screen and (max-width: 767px) {
  /*--------------------------------------------
    SP 共通
  ---------------------------------------------*/

  .inner {
    width: calc(100% - 20px);
    margin: 0 auto;
  }
  .caution {
    color: #bd2121;
    font-size: 10px;
  }
  .price {
    color: #000000;
  }
  .price a {
    color: #000000;
  }
  .img-box {
    text-align: center;
    padding-bottom: 20px;
  }
  .page-top-box {
    background: #626262;
    padding: 15px 0;
  }
  .page-top-box .page-top {
    display: block;
    width: 23px;
    height: 20px;
    margin: 0 auto;
  }
  .page-top-box .page-top .arrow:before, .page-top-box .page-top .arrow:after {
    background: #fff;
  }
  .bread-box {
    padding: 10px 0;
    text-align: right;
    display: none;
  }
  .bread-list {
    display: inline-block;
    padding-right: 20px;
  }
  .bread-list:last-child {
    padding-right: 0;
  }
  .bread-link {
    color: #000000;
    position: relative;
  }
  .bread-link:hover {
    text-decoration: none;
    opacity: .7;
    color: #000000;
  }
  .bread-link:before, .bread-link:after {
    content: "";
    display: block;
    width: 5px;
    height: 1px;
    background: #3b3b3b;
    position: absolute;
  }
  .bread-link:before {
    right: -14px;
    top: 9px;
    -webkit-transform: rotate(-135deg);
    -ms-transform: rotate(-135deg);
    transform: rotate(-135deg);
  }
  .bread-link:after {
    right: -14px;
    bottom: 7px;
    -webkit-transform: rotate(135deg);
    -ms-transform: rotate(135deg);
    transform: rotate(135deg);
  }
  
  .font-abo {
    font-family: "abolition",sans-serif;
    letter-spacing: 5px;
  }
  .font-futura {
    font-family: "futura-pt", sans-serif;
  }
  .required {
    background: #ed3342;
    color: #fff;
    font-size: 11px;
    padding: 0 10px 1px;
    border-radius: 15px;
    font-weight: normal;
    margin: 0 15px;
  }
  .arrow {
    display: block;
    position: relative;
  }
  .arrow:before, .arrow:after {
    content: "";
    display: block;
    width: 15px;
    height: 3px;
    background: #000000;
    position: absolute;
  }
  .arrow.top:before {
    left: 0;
    top: 7px;
    -webkit-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    transform: rotate(-45deg);
  }
  .arrow.top:after {
    left: 8px;
    bottom: -10px;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
  }
  .arrow.prev:before {
    left: 0;
    top: 7px;
    -webkit-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    transform: rotate(-45deg);
  }
  .arrow.prev:after {
    left: 0;
    bottom: 5px;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
  }
  .arrow.next:before {
    right: 0;
    top: 7px;
    -webkit-transform: rotate(-135deg);
    -ms-transform: rotate(-135deg);
    transform: rotate(-135deg);
  }
  .arrow.next:after {
    right: 0;
    bottom: 5px;
    -webkit-transform: rotate(135deg);
    -ms-transform: rotate(135deg);
    transform: rotate(135deg);
  }
  .area-icon {
    display: inline-block;
    width: 16px;
    height: 16px;
    vertical-align: middle;
    margin-right: 3px;
  }
  .area-icon.free {
    background: #aa89bd;
  }
  .page-ttl {
    color: #fff;
    font-size: 16px;
    text-align: center;
    letter-spacing: 1px;
    padding: 25px 0;
    font-weight: normal;
  }
  .sub-ttl {
    font-size: 16px;
    color: white;
  }
  .bg-ttl {
    padding: 5px 10px;
    background: #ddd;
    color: #010101;
    font-size: 16px;
  }
  .ticket-ttl {
    background: #000000;
    padding: 25px;
    font-size: 14px;
    letter-spacing: 2px;
    font-weight: normal;
    color: #fff;
  }
  .ticket-ttl:before, .ticket-ttl:after {
    background: #fff;
  }

  .list-box {
    margin-top: 20px;
  }
  .list-box .list-item {
    
  }
  .list-box .list-item .list-item-txt {
    line-height: 1.8;
    padding: 11px 0 15px;
  }
  .caution-list-box .caution-list-item {
    display: table;
    width: 100%;
  }
  .caution-list-box .caution-list-item .caution-list-inner {
    display: table-cell;
  }
  .caution-list-box .caution-list-item .caution-list-inner:first-child {
    width: 17px;
  }
  button {
    font-family: "Noto Sans Japanese", "游ゴシック体", "Yu Gothic", YuGothic, "ヒラギノ角ゴシック Pro", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  }
  .btn-box {
    text-align: center;
  }
  .btn {
    transition: all 200ms linear;
    padding: 15px 20px;
    display: inline-block;
    line-height: 1.2;
    font-size: 20px;
  }
  .btn-sold {
    background: #d9d9d9;
    color: #646464;
    width: 100%;
    position: relative;
  }

  .btn-free {
    background: #fff;
    color: #000000 !important;
    width: 100%;
    position: relative;
    border: 1px solid #000000;
  }


  .btn-buy,
  .btn-primary {
    background: #fb0783;
    color: #fff;
    width: 100%;
    position: relative;
  }
  .btn-buy:before, .btn-buy:after,
  .btn-primary:before,
  .btn-primary:after {
    content: "";
    display: block;
    width: 15px;
    height: 4px;
    background: #fb0783;
    position: absolute;
  }
  .btn-buy:before,
  .btn-primary:before {
    right: 10px;
    top: 17px;
    -webkit-transform: rotate(-135deg);
    -ms-transform: rotate(-135deg);
    transform: rotate(-135deg);
  }
  .btn-buy:after,
  .btn-primary:after {
    right: 10px;
    bottom: 16px;
    -webkit-transform: rotate(135deg);
    -ms-transform: rotate(135deg);
    transform: rotate(135deg);
  }
  .btn-team {
    width: 100%;
    color: #fff;
  }
  .btn-eagles {
    border-radius: 5px;
    width: 100%;
    background: #df0003;
    /* Old browsers */
    /* FF3.6-15 */
    /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to bottom, #df0003 0%, #c30000 100%);
    /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#df0003', endColorstr='#c30000',GradientType=0 );
    /* IE6-9 */
    color: #fff;
    font-size: 14px;
  }
  .btn-normal {
    border: 1px solid #b5b5b5;
    background: #fff;
    padding: 10px;
    width: 100%;
  }
  .btn-normal .txt {
    color: #585858;
    font-size: 12px;
  }
  .btn-default {
    border: 1px solid #b5b5b5;
    background: #dcdcdc;
    padding: 10px;
    width: 100%;
    color: #585858;
    text-align: center;
  }
  .btn-has-ohter-id {
    border: 1px solid #5b88b3;
    background: #5b88b3;
    padding: 8px 10px;
    width: 100%;
    color: #fff;
    text-align: center;
    line-height: 1.4em;
    font-size: 12px;
  }
  .btn-more {
    border: 1px solid #000000;
    color: #000000;
    width: 130px;
    text-align: center;
  }
  .state-has-seat-full .state-icon {
    position: relative;
    display: block;
    width: 18px;
    height: 18px;
    margin: 0 auto;
  }
  .state-has-seat-full .state-icon:before, .state-has-seat-full .state-icon:after {
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    content: "";
    display: block;
    border: 2px solid #fff;
    border-radius: 30px;
    margin: 0 auto;
    left: 0;
    right: 0;
  }
  .state-has-seat-full .state-icon:before {
    width: 18px;
    height: 18px;
  }
  .state-has-seat-full .state-icon:after {
    width: 10px;
    height: 10px;
  }
  .state-has-seat .state-icon:before {
    content: "";
    display: block;
    width: 18px;
    height: 18px;
    border: 2px solid #fff;
    border-radius: 30px;
    margin: 0 auto;
  }
  .state-few .state-icon,
  .state-piece-seat .state-icon,
  .state-infield-few .state-icon {
    display: block;
    width: 18px;
    height: 18px;
    margin: 0 auto;
    position: relative;
  }
  .state-few .state-icon:before,
  .state-piece-seat .state-icon:before,
  .state-infield-few .state-icon:before {
    content: "";    
    width: 18px;
    height: 18px;
    border-style: solid;
    border-width: 0 9px 15.6px 9px;
    border-color: transparent transparent #fff transparent;
    position: absolute;
    left: 0;
  }
  .state-infield-few .state-icon:after {
    content: "";    
    width: 12px;
    height: 12px;
    border-style: solid;
    border-width: 0 6px 10.4px 6px;
    border-color: transparent transparent #ad6a72 transparent;
    position: absolute;
    left: 0;
    top: 1px;
    bottom: 0;
    right: 0;
    margin: auto;
  }
  .state-sold .state-icon {
    display: block;
    width: 18px;
    height: 18px;
    margin: 0 auto;
    position: relative;
  }
  .state-sold .state-icon:before, .state-sold .state-icon:after {
    position: absolute;
    content: "";
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    display: block;
    width: 18px;
    height: 2px;
    border: 1px solid #fff;
    margin: 0 auto;
  }
  .state-sold .state-icon:before {
    -webkit-transform: rotate(45deg);
        -ms-transform: rotate(45deg);
            transform: rotate(45deg);
  }
  .state-sold .state-icon:after {
    -webkit-transform: rotate(-45deg);
        -ms-transform: rotate(-45deg);
            transform: rotate(-45deg);
  }
  .tbl-primary {
    width: 100%;
  }
  .tbl-primary th, .tbl-primary td {
    padding: 20px;
    color: #818181;
    vertical-align: middle;
    font-weight: normal;
    text-align: left;
  }
  .tbl-primary .bg-dark {
    background: #ece9de;
  }
  .tbl-primary .bg-light {
    background: #f8f7f3;
  }
  .calender-box {
    position: relative;
  }
  .calender-box .bx-controls:nth-child(3) {
    height: 50px;
    position: relative;
    margin-top: -80px;
  }
  .calender-box .bx-controls:nth-child(3) .bx-controls-direction {
    height: 50px;
  }
  .calender-box .bx-controls:nth-child(3) .bx-controls-direction a.bx-prev, .calender-box .bx-controls:nth-child(3) .bx-controls-direction a.bx-next {
    top: 0;
  }
  .calender-box .bx-controls:nth-child(3) .bx-pager {
    display: none;
  }
  .calender-box .bx-controls-direction a {
    font-size: 12px;
    color: #ae767c;
    position: absolute;
    top: 95px;
    letter-spacing: 2px;
    transition: all 200ms;
  }
  .calender-box .bx-controls-direction a:hover {
    text-decoration: none;
    opacity: .7s;
  }
  .calender-box .bx-controls-direction a:before, .calender-box .bx-controls-direction a:after {
    content: "";
    display: block;
    width: 12px;
    height: 2px;
    background: #fff;
    position: absolute;
  }
  .calender-box .bx-controls-direction a.bx-prev {
    left: 15px;
    padding-left: 20px;
  }
  .calender-box .bx-controls-direction a.bx-prev:before {
    left: 0;
    top: 6px;
    -webkit-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    transform: rotate(-45deg);
  }
  .calender-box .bx-controls-direction a.bx-prev:after {
    left: 0;
    bottom: 4px;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
  }
  .calender-box .bx-controls-direction a.bx-next {
    right: 15px;
    padding-right: 20px;
  }
  .calender-box .bx-controls-direction a.bx-next:before {
    right: 0;
    top: 6px;
    -webkit-transform: rotate(-135deg);
    -ms-transform: rotate(-135deg);
    transform: rotate(-135deg);
  }
  .calender-box .bx-controls-direction a.bx-next:after {
    right: 0;
    bottom: 4px;
    -webkit-transform: rotate(135deg);
    -ms-transform: rotate(135deg);
    transform: rotate(135deg);
  }
  .calender-box .bx-pager {
    position: absolute;
    top: 0;
    display: block;
    width: 100%;
    background: #fff;
    text-align: center;
    padding: 20px 0;
  }
  .calender-box .bx-pager .bx-pager-item {
    display: inline-block;
  }
  .calender-box .bx-pager .bx-pager-item a {
    font-size: 12px;
    color: #000000;
    padding: 0 5px;
    display: block;
    margin: 0 10px;
  }
  .calender-box .bx-pager .bx-pager-item a:hover {
    text-decoration: none;
  }
  .calender-box .bx-pager .bx-pager-item a.active {
    color: #fff;
    text-decoration: none;
    position: relative;
  }
  .calender-box .bx-pager .bx-pager-item a.active:before {
    content: "";
    position: absolute;
    display: block;
    width: 0;
    height: 0;
    left: 0;
    right: 0;
    margin: auto;
    bottom: -20px;
    border: 11px solid transparent;
    border-bottom: 11px solid #000000;
  }
  .calender-block {
    padding: 20px 0 10px;

  }
  .calender-block .month-ttl {
    font-size: 17px;
    text-align: center;
    margin-bottom: 16px;
    line-height: 1;
    color: #fff;
    font-weight: bold;
  }
  .calender-block .month-ttl .num {
    font-size: 50px;
    font-family: "futura-pt", sans-serif;
  }
  .calender-block .month-ttl.bottom {
    margin: 30px 0 0 0;
  }
  .calender-tbl {
    width: 100%;
    background: rgba(0, 0, 0, 0.6) !important;
    color:white;
  }

  .calender-tbl th, .calender-tbl td {
    vertical-align: middle;
    padding: 3px;
    display:block;
  }
  .calender-tbl th a, .calender-tbl td a {
    color: #fff;
     text-align: center;
  }
  .calender-tbl th.date {
     text-align: center;
    display:block;
  }
  .calender-tbl th.date .day {
    font-size: 30px;
    font-family: "abolition",sans-serif;
    letter-spacing: 2px;
  }


  .calender-tbl th.sat .day {
    color: #4aa3c8;
  }
  .calender-tbl th.sun .day {
    color: #c32222;
  }
  .calender-tbl td.time {
    width: 1%;
  }
  .calender-tbl td.time .time-list {
    text-align: center;
  }
  .calender-tbl td.team-logo {
    width: 7%;
    text-align: center;
  }
  .calender-tbl td.team-logo img {
    width: 40px;
  }
  .calender-tbl td.team {
    width: 26%;
  }
  .calender-tbl td.team .team-name {
    font-size: 11px;
    line-height: 1.3;
    font-weight: bold;
  }
  .calender-tbl td.team .place {
    display: none;
  }
  .calender-tbl td.event-logo {
    font-size: 10px;
    padding-right: 0;
  }
  .calender-tbl td.event-logo .event-list a {
    font-size: 12px;
    color: #333;
  }
  .calender-tbl td.price {
    display: none;
    width: 0;
  }
 
 
 
 .label {
padding:10px;
color:black;
background-color:#fff200;
}
 
  .calender-tbl td.state .state-box {
    background: #ad6a72;
    padding: 4px 3px 3px;
    width: 46px;
  }
  .calender-tbl td.state.state-has-seat .state-box,
  .calender-tbl td.state.state-has-seat-full .state-box{
    background: #2a6eaf;
  }
  .calender-tbl td.state .state-txt {
    font-size: 10px;
    margin-top: 5px;
  }
  .calender-tbl td.state-sold .state-box {
    background: #808080;
  }
  .calender-tbl td .time-list {
    font-size: 12px;
  }
  input {
    border: 1px solid #ccc;
    padding: 11px;
  }
  .slider-box {
    padding: 20px 0;
    position: relative;
  }
  .slider-box img {
    max-width: 100%;
  }
  .slider-box .bx-controls .bx-controls-direction {
    position: absolute;
    width: 100%;
    top: 50%;
    left: 0;
  }
  .slider-box .bx-controls .bx-controls-direction a {
    font-size: 16px;
    background: #fff;
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    letter-spacing: 2px;
    display: block;
    height: 50px;
    width: 19px;
    transition: all 200ms;
  }
  .slider-box .bx-controls .bx-controls-direction a:hover {
    text-decoration: none;
    opacity: .7;
  }
  .slider-box .bx-controls .bx-controls-direction a:before, .slider-box .bx-controls .bx-controls-direction a:after {
    content: "";
    display: block;
    width: 10px;
    height: 2px;
    background: #808080;
    position: absolute;
  }
  .slider-box .bx-controls .bx-controls-direction a.bx-prev {
    left: 0;
    top: 44%;
    border-radius: 0 10px 10px 0;
  }
  .slider-box .bx-controls .bx-controls-direction a.bx-prev:before {
    left: 3px;
    top: 22px;
    -webkit-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    transform: rotate(-45deg);
  }
  .slider-box .bx-controls .bx-controls-direction a.bx-prev:after {
    left: 3px;
    bottom: 20px;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
  }
  .slider-box .bx-controls .bx-controls-direction a.bx-next {
    right: 0;
    top: 44%;
    padding-right: 10px;
    border-radius: 10px 0 0 10px;
  }
  .slider-box .bx-controls .bx-controls-direction a.bx-next:before {
    right: 3px;
    top: 22px;
    -webkit-transform: rotate(-135deg);
    -ms-transform: rotate(-135deg);
    transform: rotate(-135deg);
  }
  .slider-box .bx-controls .bx-controls-direction a.bx-next:after {
    right: 3px;
    bottom: 20px;
    -webkit-transform: rotate(135deg);
    -ms-transform: rotate(135deg);
    transform: rotate(135deg);
  }
  .slider-box .bx-controls .bx-pager {
    position: absolute;
    right: 0;
    display: block;
    width: 100%;
    bottom: 20px;
    left: 0;
    right: 0;
    text-align: center;
    margin: -15px auto 0;
  }
  .slider-box .bx-controls .bx-pager .bx-pager-item {
    display: inline-block;
    padding: 0 5px;
  }
  .slider-box .bx-controls .bx-pager .bx-pager-item a {
    text-indent: -9999px;
    display: block;
    width: 8px;
    height: 8px;
    border-radius: 5px;
    background: #fff;
  }
  .slider-box .bx-controls .bx-pager .bx-pager-item a.active {
    background: #f6aa00;
  }
  /*--------------------------------------------
    SP ヘッダー
  ---------------------------------------------*/
  header {
    width: 100%;
    background: #000000;
    position: relative;
    height: 50px;
    z-index: 1;
  }
  header .title {
    position: absolute;
    top: 50%;
    left: 10px;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
  }
  header .title img {
    /* width: 120px; */
  }
  header .buy-link {
    color: #fff;
    position: absolute;
    font-size: 10px;
    letter-spacing: 1.5px;
    text-decoration: none;
    border-bottom: solid 1px;
    padding-bottom: 2px;
    top: 50%;
    right: 60px;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
  }
  header .hbg {
    position: absolute;
    top: 0;
    right: 0;
    display: inline-block;
    width: 50px;
    height: 50px;
    cursor: pointer;
    transition: all 200ms linear;
  }
  header .hbg button {
    position: relative;
    width: 50px;
    height: 50px;
    background: #000000;
    border: none;
    z-index: 2;
  }
  header .hbg button span {
    width: 25px;
    height: 3px;
    background: #fff;
    position: absolute;
    margin: auto;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    transition: all 200ms linear;
  }
  header .hbg button span:before, header .hbg button span:after {
    content: '';
    width: 25px;
    height: 3px;
    background: #fff;
    position: absolute;
    left: 0;
    transition: all 200ms linear;
  }
  header .hbg button span:before {
    top: -9px;
    -webkit-transform: rotate(0deg);
        -ms-transform: rotate(0deg);
            transform: rotate(0deg);
  }
  header .hbg button span:after {
    bottom: -9px;
    -webkit-transform: rotate(0deg);
        -ms-transform: rotate(0deg);
            transform: rotate(0deg);
  }
  header .hbg .humberger-menu-wrap {
    display: none;
    position: fixed;
    height: 100%;
    width: 100%;
    left: 0;
    top: 0;
    background: #000000;
    background: rgba(0, 0, 0, 0.7);
    color: #fff;
    text-align: center;
    overflow-y: scroll;
  }
  header .hbg .humberger-menu-wrap .hum-logo {
    padding: 20px;
  }
  header .hbg .humberger-menu-wrap .hum-logo a {
    display: block;
  }
  header .hbg .humberger-menu-wrap .hum-logo a img {
    width: 90px;
  }
  header .hbg .humberger-menu-wrap .hbg-inner {
    height: 100%;
    width: 80%;
    background: #000000;
  }
  header .hbg .humberger-menu-wrap ul.humberger-menu-list-box {
    overflow-y: scroll;
  }
  header .hbg .humberger-menu-wrap ul.humberger-menu-list-box li {
   
    box-sizing: border-box;
    text-align: left;
  }
  header .hbg .humberger-menu-wrap ul.humberger-menu-list-box li.parent-menu .humberger-menu-ttl {
    position: relative;
    font-size: 12px;
    letter-spacing: 2px;
  }
  header .hbg .humberger-menu-wrap ul.humberger-menu-list-box li.parent-menu .humberger-menu-ttl span:before, header .hbg .humberger-menu-wrap ul.humberger-menu-list-box li.parent-menu .humberger-menu-ttl span:after {
    content: "";
    width: 15px;
    height: 2px;
    background: #fff;
    position: absolute;
    right: 0;
    top: 50%;
    transition: 200ms ease all;
  }
  header .hbg .humberger-menu-wrap ul.humberger-menu-list-box li.parent-menu .humberger-menu-ttl span:before {
    -webkit-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
        transform: rotate(0deg);
  }
  header .hbg .humberger-menu-wrap ul.humberger-menu-list-box li.parent-menu .humberger-menu-ttl span:after {
    -webkit-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
        transform: rotate(90deg);
  }
  header .hbg .humberger-menu-wrap ul.humberger-menu-list-box li.show-sub-menu {
    padding-bottom: 0;
  }
  header .hbg .humberger-menu-wrap ul.humberger-menu-list-box li.show-sub-menu .humberger-menu-ttl span:after {
    -webkit-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
        transform: rotate(0deg);
  }
  header .hbg .humberger-menu-wrap ul.humberger-menu-list-box li.show-sub-menu .sub-menu {
    display: block;
  }
  header .hbg .humberger-menu-wrap ul.humberger-menu-list-box li.show-sub-menu .sub-menu a {
    color: #FFFFFF;
    color: rgba(255, 255, 255, 0.7);
    display: block;
    padding: 10px 0px 10px 20px;
  }
  header .hbg .humberger-menu-wrap ul.humberger-menu-list-box li.humberger-menu-list {
    padding: 15px 20px;
    border-top: 1px solid #fff;
    position: relative;
    background: #000000;
  }
  header .hbg .humberger-menu-wrap ul.humberger-menu-list-box li.humberger-menu-list a {
    color: #fff;
  }
  header .hbg .humberger-menu-wrap ul.humberger-menu-list-box li.humberger-menu-list:last-child {
    border-bottom: 1px solid #fff;
  }
  header .hbg .humberger-menu-wrap ul.humberger-menu-list-box li .ex-link img {
    width: 20px;
    position: absolute;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
        transform: translateY(-50%);
    top: 50%;
    right: 20px;
  }
  header .hbg .humberger-menu-wrap ul.humberger-menu-list-box a {
    display: inline-block;
  }
  header .hbg .humberger-menu-wrap ul.humberger-menu-list-box .sub-menu {
    display: none;
    padding-left: 10px;
    font-size: 10px;
  }
  header .hbg.show span {
    background: transparent;
    z-index: 2;
  }
  header .hbg.show span:before {
    top: 0px;
    -webkit-transform: rotate(45deg);
        -ms-transform: rotate(45deg);
            transform: rotate(45deg);
  }
  header .hbg.show span:after {
    bottom: 0px;
    -webkit-transform: rotate(-45deg);
        -ms-transform: rotate(-45deg);
            transform: rotate(-45deg);
  }
  header .hbg.show .humberger-menu-wrap {
    display: block;
    z-index: 1;
  }
  header .g-nav-box {
    padding-top: 50px;
    background: black;
  }
  header .g-nav-list ul {
    display: table;
    width: 100%;
    font-size: 0;
  }
  header .g-nav-list ul li {
    text-align: center;
    display: table-cell;
    width: 50%;
    background: #fff;
  }
  header .g-nav-list ul li:first-child {
    border-right: 1px solid #ddd;
  }
  header .g-nav-list ul li a {
    padding: 15px;
    font-size: 12px;
    color: #848484;
    display: block;
  }
  header .g-nav-list ul li a img {
    width: 18px;
    margin-right: 15px;
    vertical-align: middle;
  }


  /*--------------------------------------------
    TICKET モーダルメニュー
  ---------------------------------------------*/
  .ticket-menu .hum-logo{
    opacity:0;
  }
  .ticket-menu header .hbg .humberger-menu-wrap ul.humberger-menu-list-box li.parent-menu .humberger-menu-ttl{
    margin-bottom:20px;
  }
  .ticket-menu header .hbg .humberger-menu-wrap ul.humberger-menu-list-box li.humberger-menu-list {
    border:none;
  }
  .ticket-menu header .hbg .humberger-menu-wrap .hbg-inner,
  .ticket-menu header .hbg .humberger-menu-wrap ul.humberger-menu-list-box li.humberger-menu-list {
    background:none;
    width: 100%;
  }
  .ticket-menu header .hbg .humberger-menu-wrap ul.humberger-menu-list-box li:nth-child(n+2) {
    display:none;
  }
  .ticket-menu header .hbg .humberger-menu-wrap ul.humberger-menu-list-box li{
  text-align: center;

  }
  .ticket-menu header .hbg .humberger-menu-wrap ul.humberger-menu-list-box li span{
    display:none;
  }
  .ticket-menu header .hbg .humberger-menu-wrap ul.humberger-menu-list-box li .sub-menu{
    display:block;
    text-align:center;
    font-size:14px;
  }
    .ticket-menu header .hbg .humberger-menu-wrap ul.humberger-menu-list-box li .sub-menu li a{
      padding:10px 0;
    }
  .ticket-menu header .hbg .humberger-menu-wrap ul.humberger-menu-list-box li .sub-menu li:nth-child(n+2) {
    display:block;
    cursor: pointer;
    text-align:center;
    font-size:14px;

  }


  /*--------------------------------------------
    SP コンテンツ
  ---------------------------------------------*/
  .contents {
    *zoom: 1;
    width: 100%;
    margin: 50px auto 0;
  }
  .contents:after {
    content: "";
    display: table;
    clear: both;
  }
  .contents:before {
    content: "";
    display: table;
  }
  .contents .sub-main-image-box {
    color: #fff;
    font-size: 18px;
    text-align: center;
    letter-spacing: 2px;
    padding: 25px 0;
    font-weight: normal;
  }
  .contents .sub-main-image-box.farm-main-image {
    background: url(../../farm/img/main-image-sp.png) no-repeat center center;
    background-size: cover;
  }
  .bg-contents {
    padding-bottom: 30px;
  }
  .sub-contents {
    padding: 20px;
  }
  .sub-contents .common-title {
    color: #000000;
    font-size: 15px;
    text-align: center;
    letter-spacing: 2px;
    font-weight: normal;
    margin-bottom: 20px;
  }
  .section-box {
    margin-bottom: 50px;
  }
  .section-box:last-child {
    margin-bottom: 0;
  }
  .section-inner {
    background: #fff;
    padding: 20px;
  }
  .section-inner img {
    max-width: 100%;
  }
  .section-ttl {
    color: #474747;
    font-size: 16px;
    text-align: center;
    padding: 10px;
    background: #dcdcdc;
  }
  .section-txt-box .btn-more {
    width: 100%;
    border: 2px solid #000000;
  }
  .section-txt-box .btn-more.next:before {
    right: 5px;
    top: 17px;
  }
  .section-txt-box .btn-more.next:after {
    right: 5px;
    bottom: 16px;
  }
  .section-txt {
    margin-bottom: 20px;
  }
  /*--------------------------------------------
    SP フッター
  ---------------------------------------------*/
  footer {
    background: black;
  }
  footer .ft-nav-box {
    padding: 10px 0;
  }
  footer .ft-nav-block {
    padding: 25px 30px;
    display: table;
    width: 100%;
    border-bottom: 1px solid #fff;
  }
  footer .ft-nav-block:last-child {
    border: none;
  }
  footer .ft-nav-ttl {
    color: white;
    font-size: 14px;
    margin-bottom: 30px;
    display: table-cell;
    vertical-align: middle;
    width: 49%;
  }
  footer .ft-nav-list {
    display: table-cell;
  }
  footer .ft-nav-list li a {
    color: white;
    font-size: 12px;
  }
  footer .ft-nav-list li a img {
    vertical-align: middle;
    margin-left: 8px;
  }
  footer .copyright {
    text-align: center;
    background: #000000;
    color: #fff;
    padding: 20px;
  }
  /*--------------------------------------------
    SP 汎用フッターバナー
  ---------------------------------------------*/
  .bnr-box {
    padding: 10px 0;
  }
  .bnr-list {
    font-size: 0;
  }
  .bnr-list li {
    position: relative;
    margin-bottom: 5px;
  }
  .bnr-list li a {
    display: block;
  }
  .bnr-list li a img {
    width: 100%;
  }
  .bnr-ttl {
    font-size: 20px;
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    left: 0;
    right: 0;
    margin: auto;
    color: #fff;
    text-align: center;
  }
  


  /*--------------------------------------------
    SP 席種区分選択
  ---------------------------------------------*/
  .seat-page .sub-ttl {
    margin: 30px 0 10px;
    font-size: 13px;
    /*color: #333;*/
    text-align: center;
  }
  .seat-page .calender-tbl {
    margin: 0 auto 10px;
  }
  .seat-page .calender-tbl th, .seat-page .calender-tbl td {
    border: none;
  }
  .seat-page .calender-tbl td a {
    color: #585858;
  }
  .seat-page .calender-tbl td.team {
    width: 34%;
  }
  .seat-page .calender-tbl td.price {
    display: table-cell;
    text-align: right;
    position: 0;
  }
  .seat-page .calender-tbl td.price a {
    text-decoration: underline;
    font-size: 12px;
    color: #585858;
  }
  .seat-page .calender-tbl td.event-logo {
    width: 60%;
  }
  .seat-page .calender-tbl td.event-logo .event-list-box {
    display: table;
    width: 100%;
  }
  .seat-page .calender-tbl td.event-logo .event-list-box .logo-box,
  .seat-page .calender-tbl td.event-logo .event-list-box .event-list {
    display: table-cell;
    vertical-align: middle;
  }
  .seat-page .calender-tbl td.event-logo .event-list-box .logo-box {
    width: 60px;
    text-align: center;
  }
  .seat-page .calender-tbl td.event-logo .event-list-box .logo-box img {
    max-width: 100%;
  }
  .seat-page .calender-tbl td.event-logo .event-list-box .event-list {
    padding: 5px;
  }
  .seat-page .calender-tbl td.event-logo .event-list-box .event-list a {
    text-decoration: underline;
  }
  .seat-page .calender-tbl td.info {
    width: 40%;
  }
  .seat-page .calender-tbl td.info .arrow {
    color: #000000;
    font-size: 12px;
    text-align: center;
  }
  .seat-page .calender-tbl td.info .arrow:before, .seat-page .calender-tbl td.info .arrow:after {
    width: 11px;
  }
  .seat-page .calender-tbl td.info .arrow.next:after {
    bottom: 3px;
  }
  .seat-page .sp-ticket .ticket-ttl {
    color: #fff;
    border-color: #000000;
  }
  .seat-page .sp-ticket .next:before,
  .seat-page .sp-ticket .next:after {
    background: #000000 !important;
  }
  .date-list-box {
    text-align: center;
    margin-bottom: 20px;
    font-size: 0;
  }
  .date-list-box .date-list {
    display: inline-block;
    vertical-align: middle;
    width: 33.33333%;
  }
  .date-list-box .date-list:first-child {
    text-align: left;
  }
  .date-list-box .date-list:last-child {
    text-align: right;
  }
  .date-list-box .date-list .arrow {
    color: #616161;
    font-size: 12px;
  }
  .date-list-box .date-list .arrow:before, .date-list-box .date-list .arrow:after {
    width: 13px;
  }
  .date-list-box .date-list .arrow.prev {
    padding-left: 20px;
  }
  .date-list-box .date-list .arrow.prev:before {
    top: 4px;
  }
  .date-list-box .date-list .arrow.prev:after {
    bottom: 5px;
  }
  .date-list-box .date-list .arrow.next {
    padding-right: 20px;
  }
  .date-list-box .date-list .arrow.next:before {
    top: 4px;
  }
  .date-list-box .date-list .arrow.next:after {
    bottom: 5px;
  }
  .date-list-box .main-day {
    font-size: 30px;
    padding: 0 10px;
  }
  .date-list-box .main-day .week {
    font-size: 14px;
  }
  .ticket-wrap {
    margin-top: 30px;
  }
  .ticket-wrap:last-child {
    margin-top: 0;
  }
  .ticket-box img {
    display: none;
  }
  .ticket-box .ticket-ttl {
    padding: 10px;
    border: 2px solid #000000;
    background: #000000;
    color: #fff;
    margin-bottom: 10px;
    text-align: center;
  }
  .ticket-box .ticket-ttl.next:before {
    right: 5px;
    top: 14px;
    background: #000000;
  }
  .ticket-box .ticket-ttl.next:after {
    right: 5px;
    bottom: 15px;
    background: #000000;
  }
  /*--------------------------------------------
    SP スペシャルチケット
  ---------------------------------------------*/
  .ticket-page .slider-box {
    background: none;
    margin-bottom: 0;
    padding: 0 20px 20px;
  }
  .ticket-page .section-list-box {
    margin: 20px -20px -20px;
  }
  .ticket-page .section-list a:last-child .calender-tbl {
    border-bottom: none;
  }
  .ticket-page .calender-tbl {
    border-top: 1px solid #ddd;
  }
  .ticket-page .calender-tbl th, .ticket-page .calender-tbl td {
    border-bottom: none;
    color: #585858;
  }
  .ticket-page .calender-tbl th a, .ticket-page .calender-tbl td a {
    color: #585858;
  }
  .ticket-page .calender-tbl th.date {
    width: 10%;
    text-align: left;
    padding-left: 10px;
    padding-right: 0;
  }
  .ticket-page .calender-tbl th.date .day {
    display: block;
    width: 29px;
    font-size: 20px;
  }
  .ticket-page .calender-tbl td.time {
    width: 7%;
  }
  .ticket-page .calender-tbl td.team-logo {
    width: 20%;
  }
  .ticket-page .calender-tbl td.team {
    width: 33%;
  }
  .ticket-page .calender-tbl td.team .team-logo {
    font-size: 12px;
  }
  .ticket-page .calender-tbl td.state {
    width: 15%;
  }
  .ticket-page .calender-tbl td.state .state-box {
    border-right: 0;
    color: #fff;
  }
  .ticket-page .calender-tbl td.state .state-box a {
    color: #fff;
  }
  /*--------------------------------------------
    エラー
  ---------------------------------------------*/
  .error-page .bg-contents .sub-contents p {
    color: #848484;
  }
  
  /*--------------------------------------------
    汎用モーダル
  ---------------------------------------------*/
  .popup-seat-detail .inner {
    overflow: hidden;
    width: 90%;
  }
  .popup-seat-detail .header-game-detail {
    text-align: center;
    padding: 10px 0 30px;
  }
  .stadium-area{
    width:300px;
    margin:0 auto;
  }
  .popup-seat-detail .header-game-detail ul li {
    display: inline-block;
    vertical-align: middle;
  }
  .popup-seat-detail .header-game-detail ul .day-week .day {
    font-size: 24px;
    font-family: "abolition",sans-serif;
    letter-spacing: 5px;
  }
  .popup-seat-detail .header-game-detail ul .team-name {
    font-size: 20px;
    font-weight: bold;
    padding: 0 20px;
  }
  .popup-seat-detail .inner .stadium-area ul {
    position: relative;
    /* display: none; */
  }
  .popup-seat-detail .inner .stadium-area ul li {
    position: absolute;
  }
  .popup-seat-detail .inner .stadium-area ul li a {
    background: #000;
    color: #fff;
    width: 28px;
    height: 28px;
    box-sizing: border-box;
    border-radius: 14px;
    display: inline-block;
    text-align: center;
    line-height: 28px;
    transition: all 200ms;
    text-decoration: none;
  }
  .popup-seat-detail .inner .stadium-area ul li a:hover, .popup-seat-detail .inner .stadium-area ul li a.now-cursor {
    background: #fff;
    color: #000;
  }
  .popup-seat-detail .inner .stadium-caption{
    text-align:center;
    margin-bottom:20px;
  }
  .popup-seat-detail .inner .stadium-area .stadium-figure {
    width: 300px;
    margin: 0 auto 20px;
  }
  .popup-seat-detail .inner .stadium-area .stadium-figure img {
    width: 100%;
    height: auto;
  }
  .popup-seat-detail .inner .price-list-wrap .price-list-inner {
    /*overflow: scroll;
    height: 300px;*/
  }
  .popup-seat-detail .inner .price-list-wrap .price-table, .popup-seat-detail .inner .price-list-wrap .price-head-table {
    width: 100%;
    border: solid 1px #c1c1c1;
    border-collapse: collapse;
  }
  .popup-seat-detail .inner .price-list-wrap .price-table thead, .popup-seat-detail .inner .price-list-wrap .price-head-table thead {
    background: #000000;
    color: #fff;
    /*display: none;*/
  }
  .popup-seat-detail .inner .price-list-wrap .price-table thead th, .popup-seat-detail .inner .price-list-wrap .price-head-table thead th {
    padding: 10px;
    border: solid 1px #c1c1c1;
  }
  .popup-seat-detail .inner .price-list-wrap .price-table thead th.number, .popup-seat-detail .inner .price-list-wrap .price-head-table thead th.number {
    width: 50px;
  }
  .popup-seat-detail .inner .price-list-wrap .price-table thead th.price-adult, .popup-seat-detail .inner .price-list-wrap .price-head-table thead th.price-adult {
    width: 80px;
  }
  .popup-seat-detail .inner .price-list-wrap .price-table thead th.price-child, .popup-seat-detail .inner .price-list-wrap .price-head-table thead th.price-child {
    width: 80px;
  }
  .popup-seat-detail .inner .price-list-wrap .price-table tbody, .popup-seat-detail .inner .price-list-wrap .price-head-table tbody {
    padding-top: 120px;
  }
  .popup-seat-detail .inner .price-list-wrap .price-table tbody tr.show-price, .popup-seat-detail .inner .price-list-wrap .price-table tbody tr.now-cursor, .popup-seat-detail .inner .price-list-wrap .price-head-table tbody tr.show-price, .popup-seat-detail .inner .price-list-wrap .price-head-table tbody tr.now-cursor {
    background: #eee;
  }
  .popup-seat-detail .inner .price-list-wrap .price-table tbody tr td, .popup-seat-detail .inner .price-list-wrap .price-table tbody tr th, .popup-seat-detail .inner .price-list-wrap .price-head-table tbody tr td, .popup-seat-detail .inner .price-list-wrap .price-head-table tbody tr th {
    padding: 10px;
    border: solid 1px #c1c1c1;
  }
  .popup-seat-detail .inner .price-list-wrap .price-table tbody tr .number, .popup-seat-detail .inner .price-list-wrap .price-head-table tbody tr .number {
    width: 50px;
    color: #fff;
  }
  .popup-seat-detail .inner .price-list-wrap .price-table tbody tr .price-adult, .popup-seat-detail .inner .price-list-wrap .price-head-table tbody tr .price-adult {
    width: 80px;
  }
  .popup-seat-detail .inner .price-list-wrap .price-table tbody tr .price-child, .popup-seat-detail .inner .price-list-wrap .price-head-table tbody tr .price-child {
    width: 80px;
  }
  .popup-seat-detail .price-list-wrap .price-table tbody tr .seat-name {
    max-width: 100px;
  }
  .popup-seat-detail .inner .price-list-wrap .price-head-table {
    border-top: solid 1px #c1c1c1;
    border-left: solid 1px #c1c1c1;
    border-right: solid 1px #c1c1c1;
    border-bottom: none;
  }
  .popup-seat-detail .price-list-wrap .scroll-top-btn {
    background: #000000;
    text-align: center;
    height: 40px;
    width: 100%;
    position:relative;
    transition:all 200ms;
    cursor:pointer;

  }

  .popup-seat-detail .price-list-wrap .scroll-top-btn:before,
  .popup-seat-detail .price-list-wrap .scroll-top-btn:after {
    content:"";
    background:#fff;
    width:10px;
    height:3px;
    position:absolute;
    top:50%;
    left:50%;
    transform:rotate(-45deg);
  }
    .popup-seat-detail .price-list-wrap .scroll-top-btn:after {
    transform:rotate(45deg);
    left:51.5%;
  }
  .popup-seat-detail .inner .price-list-wrap .price-table tbody tr .seat-01 {
    background: #ed7700;
  }
  .popup-seat-detail .inner .price-list-wrap .price-table tbody tr .seat-02 {
    background: #e15541;
  }
  .popup-seat-detail .inner .price-list-wrap .price-table tbody tr .seat-03 {
    background: #d9222a;
  }
  .popup-seat-detail .inner .price-list-wrap .price-table tbody tr .seat-04 {
    background: #f35d28;
  }
  .popup-seat-detail .inner .price-list-wrap .price-table tbody tr .seat-05 {
    background: #ccda33;
  }
  .popup-seat-detail .inner .price-list-wrap .price-table tbody tr .seat-06 {
    background: #f6bc26;
  }
  .popup-seat-detail .inner .price-list-wrap .price-table tbody tr .seat-07 {
    background: #71a041;
  }
  .popup-seat-detail .inner .price-list-wrap .price-table tbody tr .seat-08 {
    background: #fff104;
  }
  .popup-seat-detail .inner .price-list-wrap .price-table tbody tr .seat-09 {
    background: #da2276;
  }
  .popup-seat-detail .inner .price-list-wrap .price-table tbody tr .seat-10 {
    background: #da2276;
  }
  .popup-seat-detail .inner .price-list-wrap .price-table tbody tr .seat-11 {
    background: #da2276;
  }
  .popup-seat-detail .inner .price-list-wrap .price-table tbody tr .seat-12 {
    background: #878887;
  }
  .popup-seat-detail .inner .price-list-wrap .price-table tbody tr .seat-13 {
    background: #f6bc26;
  }
  .popup-seat-detail .inner .price-list-wrap .price-table tbody tr .seat-14 {
    background: #0075c7;
  }
  .popup-seat-detail .inner .price-list-wrap .price-table tbody tr .seat-15 {
    background: #71a041;
  }
  .popup-seat-detail .inner .price-list-wrap .price-table tbody tr .seat-16 {
    background: #b04f86;
  }
  .popup-seat-detail .inner .price-list-wrap .price-table tbody tr .seat-17 {
    background: #0474b0;
  }
  .popup-seat-detail .inner .price-list-wrap .price-table tbody tr .seat-18 {
    background: #545091;
  }
  .popup-seat-detail .inner .price-list-wrap .price-table tbody tr .seat-19 {
    background: #ecc5de;
  }
  .popup-seat-detail .inner .price-list-wrap .price-table tbody tr .seat-20 {
    background: #934e8e;
  }
  .popup-seat-detail .inner .price-list-wrap .price-table tbody tr .seat-21 {
    background: #da2276;
  }
  .popup-seat-detail .inner .price-list-wrap .price-table tbody tr .seat-22 {
    background: #05baf4;
  }
  .popup-seat-detail .inner .price-list-wrap .price-table tbody tr .seat-23 {
    background: #91c33f;
  }
  .popup-seat-detail .inner .price-list-wrap .price-table tbody tr .seat-24 {
    background: #722a7b;
  }
  .popup-seat-detail .inner .price-list-wrap .price-table tbody tr .seat-25 {
    background: #6fa5df;
  }
  .popup-seat-detail .inner .price-list-wrap .price-table tbody tr .seat-26 {
    background: #b94f90;
  }
  .popup-seat-detail .inner .price-list-wrap .price-table tbody tr .seat-27 {
    background: #18accd;
  }
  .popup-seat-detail .inner .price-list-wrap .price-table tbody tr .seat-28 {
    background: #09a9e3;
  }
  .popup-seat-detail .inner .price-list-wrap .price-table tbody tr .seat-29 {
    background: #da2276;
  }
  .popup-seat-detail .inner .price-list-wrap .price-table tbody tr .seat-30 {
    background: #da2276;
  }
  .popup-seat-detail .inner .price-list-wrap .price-table tbody tr .seat-31 {
    background: #da2276;
  }
  .popup-seat-detail .inner .price-list-wrap .price-table tbody tr .seat-32 {
    background: #610b21;
  }
  .popup-seat-detail .inner .price-list-wrap .price-table tbody tr .seat-33 {
    background: #610b21;
  }
  .popup-seat-detail .inner .price-list-wrap .price-table tbody tr .seat-34 {
    background: #585858;
  }
  .popup-seat-detail .inner .price-list-wrap .price-table tbody tr .seat-35 {
    background: #70c9e5;
  }
  .popup-seat-detail .inner .price-list-wrap .price-table tbody tr .seat-36 {
    background: #205597;
  }
  .popup-seat-detail .inner .price-list-wrap .price-table tbody tr .seat-37 {
    background: #c8d733;
  }
.popup-seat-detail .inner .stadium-area ul li.num-01 {
    left: 154px;
    top: 197px;
  }
  .popup-seat-detail .inner .stadium-area ul li.num-02 {
    left: 154px;
    top: 222px;
  }
  .popup-seat-detail .inner .stadium-area ul li.num-03 {
    left: 125px;
    top: 202px;
  }
  .popup-seat-detail .inner .stadium-area ul li.num-03-01 {
    left: 192px;
    top: 204px;
  }
  .popup-seat-detail .inner .stadium-area ul li.num-04 {
    left: 125px;
    top: 146px;
  }
  .popup-seat-detail .inner .stadium-area ul li.num-04-01 {
    left: 181px;
    top: 146px;
  }
  .popup-seat-detail .inner .stadium-area ul li.num-05 {
    left: 110px;
    top: 131px;
  }
    .popup-seat-detail .inner .stadium-area ul li.num-05-01 {
    left: 196px;
    top: 129px;
  }
  .popup-seat-detail .inner .stadium-area ul li.num-06 {
    left: 105px;
    top: 155px;
  }
  .popup-seat-detail .inner .stadium-area ul li.num-07 {
    left: 73px;
    top: 110px;
  }
  .popup-seat-detail .inner .stadium-area ul li.num-08 {
    left: 85px;
    top: 164px;
  }
  .popup-seat-detail .inner .stadium-area ul li.num-09 {
    left: 35px;
    top: 296px;
  }
  .popup-seat-detail .inner .stadium-area ul li.num-10 {
    left: 30px;
    top: 214px;
  }
  .popup-seat-detail .inner .stadium-area ul li.num-11 {
    left: 66px;
    top: 287px;
  }
  .popup-seat-detail .inner .stadium-area ul li.num-12 {
    left: 226px;
    top: 181px;
  }
  .popup-seat-detail .inner .stadium-area ul li.num-13 {
    left: 204px;
    top: 152px;
  }
  .popup-seat-detail .inner .stadium-area ul li.num-14 {
    left: 230px;
    top: 135px;
  }
  .popup-seat-detail .inner .stadium-area ul li.num-14-01 {
    left: 401px;
    top: 136px;
  }
  .popup-seat-detail .inner .stadium-area ul li.num-15 {
    left: 225px;
    top: 111px;
  }
  .popup-seat-detail .inner .stadium-area ul li.num-16 {
    left: 240px;
    top: 96px;
  }
  .popup-seat-detail .inner .stadium-area ul li.num-17 {
    left: 90px;
    top: 68px;
  }
    .popup-seat-detail .inner .stadium-area ul li.num-17-01 {
    left: 229px;
    top: 78px;
  }
  .popup-seat-detail .inner .stadium-area ul li.num-18 {
    left: 70px;
    top: 56px;
  }
    .popup-seat-detail .inner .stadium-area ul li.num-18-01 {
    left: 233px;
    top: 49px;
  }
  .popup-seat-detail .inner .stadium-area ul li.num-19 {
    left: 250px;
    top: 68px;
  }
  .popup-seat-detail .inner .stadium-area ul li.num-20 {
    left: 122px;
    top: 42px;
  }
  .popup-seat-detail .inner .stadium-area ul li.num-21 {
    left: 40px;
    top: 258px;
  }
  .popup-seat-detail .inner .stadium-area ul li.num-22 {
    left: 150px;
    top: 54px;
  }
  .popup-seat-detail .inner .stadium-area ul li.num-23 {
    left: 96px;
    top: 20px;
  }
  .popup-seat-detail .inner .stadium-area ul li.num-24 {
    left: 171px;
    top: 207px;
  }
  .popup-seat-detail .inner .stadium-area ul li.num-25 {
    left: 99px;
    top: 113px;
  }
  .popup-seat-detail .inner .stadium-area ul li.num-25-01 {
    left: 205px;
    top: 112px;
  }
  .popup-seat-detail .inner .stadium-area ul li.num-26 {
    left: 207px;
    top: 171px;
  }
    .popup-seat-detail .inner .stadium-area ul li.num-26-01 {
    left: 246px;
    top: 118px;
  }
  .popup-seat-detail .inner .stadium-area ul li.num-27 {
    left: 232px;
    top: 156px;
  }
  .popup-seat-detail .inner .stadium-area ul li.num-28 {
    left: 261px;
    top: 88px;
  }
  .popup-seat-detail .inner .stadium-area ul li.num-29 {
    left: 26px;
    top: 276px;
  }
  .popup-seat-detail .inner .stadium-area ul li.num-30 {
    left: 30px;
    top: 237px;
  }
  .popup-seat-detail .inner .stadium-area ul li.num-31 {
    left: 1px;
    top: 234px;
  }
  .popup-seat-detail .inner .stadium-area ul li.num-31-01 {
    left: 375px;
    top: 209px;
  }
  .popup-seat-detail .inner .stadium-area ul li.num-32 {
    left: 109px;
    top: 77px;
  }
  .popup-seat-detail .inner .stadium-area ul li.num-33 {
    left: 207px;
    top: 79px;
  }
    .popup-seat-detail .inner .stadium-area ul li.num-34 {
    left: 209px;
    top: 50px;
  }
    .popup-seat-detail .inner .stadium-area ul li.num-35 {
    left: 190px;
    top: 35px;
  }
    .popup-seat-detail .inner .stadium-area ul li.num-36 {
    left: 130px;
    top: 66px;
  }
    .popup-seat-detail .inner .stadium-area ul li.num-37 {
    left: 142px;
    top: 11px;
  }
  .modal-out-wrap {
    display: none;
    background: #000000;
    background: rgba(0, 0, 0, 0.85);
    width: 100%;
    height: 120%;
    position: absolute;
    top: 0;
    left: 0;
  }
  .modal-out-wrap .modal-wrap {
    width: 90%;
    height: auto;
    margin: 100px 0 20px;
    padding: 10px 0px;
    box-sizing: border-box;
    border-radius: 10px;
    background: #fff;
    position: absolute;
    z-index: 2;
  }
  .modal-out-wrap.show {
    display: block;
    z-index: 1;
  }

  .modal-out-wrap .modal-wrap .close-btn{
     position: fixed;
     top: 0;
     left:0;
     width:100%;
     height: 50px;
     background: #a0a0a0;
   }
   .modal-out-wrap .modal-wrap .close-btn:before,
    .modal-out-wrap .modal-wrap .close-btn:after{
      content:"";
      background:#fff;
      width: 40px;
      height:1px;
      transform:rotate(45deg);
      position:absolute;
      top: 25px;
      left: 45%;
    }
  .modal-out-wrap .modal-wrap .close-btn:after{
     transform:rotate(-45deg);
  }

  .farm-page .calender-tbl td.event-logo {
    width: 0;
  }
  .farm-page .calender-tbl td.team {
    width: 45%;
  }

  /*--------------------------------------------
    ATTENTION
  ---------------------------------------------*/
  .attention-wrap{
    color:#f7f143;
    font-size: 16px;
    margin-bottom: 20px;
  }

.attention-common-wrap{position: fixed;padding: 30px 15px;box-sizing: border-box;width: 100%;bottom: 0;background: #f7f143;}
.attention-common-wrap a{

}
.attention-common-wrap .close-btn{

}
.attention-common-wrap .close-btn:before,
.attention-common-wrap .close-btn:after{

}
.attention-common-wrap .close-btn{
     position:absolute;
     top: 5px;
     right: 10px;
     width: 20px;
     height: 20px;
   }

.attention-common-wrap .close-btn:before,
.attention-common-wrap .close-btn:after{
      content:"";
      background:#000;
      width: 20px;
      height:1px;
      transform:rotate(45deg);
      position:absolute;
      top: 15px;
      left: 0px;
    }
.attention-common-wrap .close-btn:after{
     transform:rotate(-45deg);
  }

.attention-common-wrap .close-btn:before{
  
}

.attention-common-wrap .close-btn:after{
  
}

.attention-wrap .inner{
    font-size: 16px;
}

/*--------------------------------------------
    株主
  ---------------------------------------------*/
.kabunushi-page .page-ttl img {
  width: 130px;
  margin-bottom: 10px;
}
.kabunushi-page .sub-ttl {
  font-size: 16px;
}
.kabunushi-page .caution {
  font-size: 14px;
  margin-bottom: 40px;
}
.kabunushi-page .img-box {
  padding-bottom: 20px;
}
.kabunushi-page .img-box img {
  max-width: 100%;
}
.kabunushi-page .list-box {
  margin-bottom: 60px;
}
.kabunushi-page .list-box .list-item:nth-child(3) .list-item-txt {
  padding-bottom: 0;
}
.kabunushi-page .caution-list-box {
  margin-bottom: 20px;
}

/*SP END QUERY*************************/
}
/***************************************/



@media print {
  * {
    background: none !important;
    color: black !important;
    box-shadow: none !important;
    text-shadow: none !important;
    -webkit-filter: Gray();
            filter: Gray();
    filter: url("desaturate.svg#grayscale");
    -webkit-filter: grayscale(100%);
    -moz-filter: grayscale(100%);
    -ms-filter: grayscale(100%);
    -o-filter: grayscale(100%);
    filter: url('data:image/svg+xml;charset=utf-8,<svg xmlns="http://www.w3.org/2000/svg"><filter id="filter"><feColorMatrix type="matrix" color-interpolation-filters="sRGB" values="0.2126 0.7152 0.0722 0 0 0.2126 0.7152 0.0722 0 0 0.2126 0.7152 0.0722 0 0 0 0 0 1 0" /></filter></svg>#filter');
    -webkit-filter: grayscale(100%);
            filter: grayscale(100%);
  }
  a {
    text-decoration: underline;
  }
  a[href]:after {
    content: " (" attr(href) ")";
  }
  a[href="#"],
  a[href="javascript:"] {
    content: "";
  }

/*MEDIA END QUERY*************************/
}
/***************************************/

/*--------------------------------------------
  iPhone 5
---------------------------------------------*/

@media screen and (max-width: 360px){
.calender-box .bx-pager .bx-pager-item a {
    padding: 0 2px;
    font-size: 11px;
}
.calender-box .bx-pager .bx-pager-item a.active:before {
    bottom: -21px;
  }

  .stadium-area,
  .popup-seat-detail .inner .stadium-area .stadium-figure{
    width:260px;
    margin:0 auto;
  }
.popup-seat-detail .inner .stadium-area ul li.num-01 {
    left: 130px;
    top: 167px;
  }
  .popup-seat-detail .inner .stadium-area ul li.num-02 {
    left: 129px;
    top: 190px;
  }
  .popup-seat-detail .inner .stadium-area ul li.num-03 {
    left: 105px;
    top: 178px;
  }
  .popup-seat-detail .inner .stadium-area ul li.num-03-01 {
    left: 165px;
    top: 184px;
  }
  .popup-seat-detail .inner .stadium-area ul li.num-04 {
    left: 103px;
    top: 126px;
  }
  .popup-seat-detail .inner .stadium-area ul li.num-04-01 {
    left: 162px;
    top: 122px;
  }
  .popup-seat-detail .inner .stadium-area ul li.num-05 {
    left: 92px;
    top: 110px;
  }
    .popup-seat-detail .inner .stadium-area ul li.num-05-01 {
    left: 171px;
    top: 109px;
  }
  .popup-seat-detail .inner .stadium-area ul li.num-06 {
    left: 85px;
    top: 135px;
  }
  .popup-seat-detail .inner .stadium-area ul li.num-07 {
    left: 66px;
    top: 101px;
  }
  .popup-seat-detail .inner .stadium-area ul li.num-08 {
    left: 72px;
    top: 149px;
  }
  .popup-seat-detail .inner .stadium-area ul li.num-09 {
    left: 32px;
    top: 259px;
  }
  .popup-seat-detail .inner .stadium-area ul li.num-10 {
    left: 25px;
    top: 183px;
  }
  .popup-seat-detail .inner .stadium-area ul li.num-11 {
    left: 56px;
    top: 247px;
  }
  .popup-seat-detail .inner .stadium-area ul li.num-12 {
    left: 188px;
    top: 160px;
  }
  .popup-seat-detail .inner .stadium-area ul li.num-13 {
    left: 166px;
    top: 139px;
  }
  .popup-seat-detail .inner .stadium-area ul li.num-14 {
    left: 192px;
    top: 114px;
  }
  .popup-seat-detail .inner .stadium-area ul li.num-15 {
    left: 193px;
    top: 90px;
  }
  .popup-seat-detail .inner .stadium-area ul li.num-16 {
    left: 214px;
    top: 85px;
  }
  .popup-seat-detail .inner .stadium-area ul li.num-17 {
    left: 73px;
    top: 60px;
  }
    .popup-seat-detail .inner .stadium-area ul li.num-17-01 {
    left: 192px;
    top: 65px;
  }
  .popup-seat-detail .inner .stadium-area ul li.num-18 {
    left: 53px;
    top: 49px;
  }
    .popup-seat-detail .inner .stadium-area ul li.num-18-01 {
    left: 206px;
    top: 42px;
  }
  .popup-seat-detail .inner .stadium-area ul li.num-19 {
    left: 214px;
    top: 63px;
  }
  .popup-seat-detail .inner .stadium-area ul li.num-20 {
    left: 102px;
    top: 32px;
  }
  .popup-seat-detail .inner .stadium-area ul li.num-21 {
    left: 39px;
    top: 220px;
  }
  .popup-seat-detail .inner .stadium-area ul li.num-22 {
    left: 127px;
    top: 40px;
  }
  .popup-seat-detail .inner .stadium-area ul li.num-23 {
    left: 84px;
    top: 15px;
  }
  .popup-seat-detail .inner .stadium-area ul li.num-24 {
    left: 151px;
    top: 170px;
  }
  .popup-seat-detail .inner .stadium-area ul li.num-25 {
    left: 87px;
    top: 92px;
  }
  .popup-seat-detail .inner .stadium-area ul li.num-25-01 {
    left: 171px;
    top: 93px;
  }
  .popup-seat-detail .inner .stadium-area ul li.num-26 {
    left: 185px;
    top: 143px;
  }
    .popup-seat-detail .inner .stadium-area ul li.num-26-01 {
    left: 209px;
    top: 106px;
  }
  .popup-seat-detail .inner .stadium-area ul li.num-27 {
    left: 200px;
    top: 130px;
  }
  .popup-seat-detail .inner .stadium-area ul li.num-28 {
    left: 236px;
    top: 72px;
  }
  .popup-seat-detail .inner .stadium-area ul li.num-29 {
    left: 23px;
    top: 240px;
  }
  .popup-seat-detail .inner .stadium-area ul li.num-30 {
    left: 21px;
    top: 204px;
  }
  .popup-seat-detail .inner .stadium-area ul li.num-31 {
    left: -3px;
    top: 202px;
  }
  .popup-seat-detail .inner .stadium-area ul li.num-31-01 {
    left: 375px;
    top: 209px;
  }
  .popup-seat-detail .inner .stadium-area ul li.num-32 {
    left: 91px;
    top: 69px;
  }
  .popup-seat-detail .inner .stadium-area ul li.num-33 {
    left: 170px;
    top: 72px;
  }
    .popup-seat-detail .inner .stadium-area ul li.num-34 {
    left: 180px;
    top: 46px;
  }
    .popup-seat-detail .inner .stadium-area ul li.num-35 {
    left: 164px;
    top: 31px;
  }
    .popup-seat-detail .inner .stadium-area ul li.num-36 {
    left: 110px;
    top: 56px;
  }
    .popup-seat-detail .inner .stadium-area ul li.num-37 {
    left: 129px;
    top: -1px;
  }
.popup-seat-detail .inner .stadium-area ul li a {
    width: 24px;
    height: 24px;
    border-radius: 12px;
    line-height: 24px;

}
  .popup-seat-detail .inner .price-list-wrap .price-table thead th, .popup-seat-detail .inner .price-list-wrap .price-head-table thead th {
    padding: 5px;
    border: solid 1px #c1c1c1;
  }
  .popup-seat-detail .inner .price-list-wrap .price-table thead th.number, .popup-seat-detail .inner .price-list-wrap .price-head-table thead th.number {
    width: 40px;
  }
  .popup-seat-detail .inner .price-list-wrap .price-table thead th.price-adult, .popup-seat-detail .inner .price-list-wrap .price-head-table thead th.price-adult {
    width: 70px;
  }
  .popup-seat-detail .inner .price-list-wrap .price-table thead th.price-child, .popup-seat-detail .inner .price-list-wrap .price-head-table thead th.price-child {
    width: 70px;
  }
  .popup-seat-detail .inner .price-list-wrap .price-table tbody, .popup-seat-detail .inner .price-list-wrap .price-head-table tbody {
    padding-top: 120px;
  }
  .popup-seat-detail .inner .price-list-wrap .price-table tbody tr.show-price, .popup-seat-detail .inner .price-list-wrap .price-table tbody tr.now-cursor, .popup-seat-detail .inner .price-list-wrap .price-head-table tbody tr.show-price, .popup-seat-detail .inner .price-list-wrap .price-head-table tbody tr.now-cursor {
    background: #eee;
  }
  .popup-seat-detail .inner .price-list-wrap .price-table tbody tr td, .popup-seat-detail .inner .price-list-wrap .price-table tbody tr th, .popup-seat-detail .inner .price-list-wrap .price-head-table tbody tr td, .popup-seat-detail .inner .price-list-wrap .price-head-table tbody tr th {
    padding: 5px;
    border: solid 1px #c1c1c1;
  }
  .popup-seat-detail .inner .price-list-wrap .price-table tbody tr .number, .popup-seat-detail .inner .price-list-wrap .price-head-table tbody tr .number {
    width: 40px;
    color: #fff;
  }
  .popup-seat-detail .inner .price-list-wrap .price-table tbody tr .price-adult, .popup-seat-detail .inner .price-list-wrap .price-head-table tbody tr .price-adult {
    width: 70px;
  }
  .popup-seat-detail .inner .price-list-wrap .price-table tbody tr .price-child, .popup-seat-detail .inner .price-list-wrap .price-head-table tbody tr .price-child {
    width: 70px;
  }

  .popup-seat-detail .inner .price-list-wrap .price-head-table {
    font-size: 12px;
  }

/*IPHONE 5 END QUERY*************************/
}
/***************************************/
td.seat-name {
  max-width: 100px;
}

.trisect {
  width: 33%;
}

/* 企画チケット */
.planning-ticket .list-ticket li a	{position: relative; display: table; width: 100%; background-color: #ffffff; line-height: 1.4;}
.planning-ticket .list-ticket li a:before	{display: block; content: ""; position: absolute; top: 0; left: -100%; width: 100%; height: 100%; background-color: #4a000d;}
.planning-ticket .list-ticket li a:after	{display: table-cell; content: "\f054"; position: relative; width: 60px; padding: 20px 0; color: #ffffff; background-color: #4a000d; font-family: fontAwesome; text-align: center; vertical-align: middle; z-index: 10;}
.planning-ticket .list-ticket li a b	{display: table-cell; position: relative; padding-left: 20px; font-size: 2.0rem; vertical-align: middle; z-index: 10;}
.planning-ticket .list-ticket li p	{margin-top: 10px; color: #ffffff;}
.planning-ticket	{padding: 40px 0; background-color: #9b0020;}

.back-to-top {display: none; position: fixed; bottom: 20px; right: 20px;}
.back-to-top a {display: block; width: 40px; height: 40px; line-height: 34px; color: #ffffff; background-color: rgba(0,0,0,0.75); border-radius: 20px; font-size: 3.0rem; text-align: center; cursor: pointer; overflow: hidden}
.back-to-top a:before {display: block; content: "\f106"; width: 40px; height: 40px; line-height: 34px; font-family: fontAwesome;}
.back-to-top a:hover {background-color: rgba(0,0,0,1);}