@charset "UTF-8";



#ticket-type .info-seat{
	display:    flex;
	align-items: stretch;
}
#ticket-type .info-seat  > .ph{
	width: 45%;
  border: solid 1px #dcdddd;
  background: #fff;
}
#ticket-type .info-seat > .detail{
	width: calc(55% - 50px);
	margin-left: 50px;
}
.mono .title.t-underline{
	border-bottom: solid 1px #111;
	padding-bottom: 6px;
	margin-bottom: 20px;
	color: #111;
}

.acc-body .info-seat {
	margin-bottom: 50px;
}
.info-seat .detail .card-seat .ph img{
	display: none;
}
.info-seat .detail .card-seat .ph{
	margin-right: 20px;
	background: #ddd;
}
.info-seat .detail #seat-arina.card-seat .ph{
	background: url(../img/sub/ph-arina.jpg)no-repeat;
	background-size: cover;
	background-position: center;
}
.info-seat .detail #seat-stand.card-seat .ph{
	background: url(../img/sub/ph-stand.jpg)no-repeat;
	background-size: cover;
	background-position: center;
}

.info-seat .detail .card-seat .ph{
	width: calc((40% - 20px));
}
.info-seat .detail .card-seat .tx{
	width: 60%;
	margin-bottom: 0;
}
.info-seat .detail .card-seat p{
	font-size: 14px;
	color: #111;
}
.info-seat .detail .card-seat small{
	font-size: 12px;
	color: #111;
	display: block;
	margin-top: 10px;
}

.info-seat .detail .card-seat + .card-seat{
	margin-top: 20px;
}
.info-seat .detail .card-seat{
	padding: 20px;
	border: solid 6px  #8fc31f;
	display:    flex;
	align-items: stretch;
	background: #fff;
}
.info-seat .detail #seat-stand.card-seat{
	border: solid 6px  #dcdddd;
	background: #f2f2f3;
}
table .hosoku {
    margin-top: 15px;
    padding-top: 15px;
    border-top: dashed 1px #f2f2f3;

}
table .hosoku h4{
	color: #fff;
}

.ticket-type th,
.ticket-type td{
	line-height: 1.6;
	font-size: 14px;
	color: #fff;
}
.ticket-type th small,
.ticket-type td small{
	font-size: 12px !important;
}



.acc-body table + p{
  margin-top: 30px;
}
.acc-body table th,
.ticket-type th{
    background: #f2f2f3;
    color: #111;
}
.simple-accordion .acc-body .bg-main small,
.bg-main small,
table td.bg-main small,
table td.bg-main, 
table th.bg-main, 
table .bg-main {
    background: #8fc31f;
    color: #111;
}
.ticket-type .bg-pink,
table .bg-pink {
    background: #fc0db9;
}
.simple-accordion .acc-body .bg-gray20 small,
.bg-gray20 small,
table .bg-gray20 small,
table .bg-gray20 {
    background: #dcdddd;
    color: #111;
}



#seat-type .conte-first .home-away{
  margin: 20px auto;
}
#seat-type .conte-first .home-away th,
#seat-type .conte-first .home-away td{
  font-size: 16px;
  padding: 12px;
  width: calc(100% - 24px);
  vertical-align:middle;
}
.home-away span.t-large{
  color: #111 !important;
}
.home-away th span,
.home-away td span,
.home-away th small,
.home-away td small,
.home-away th,
.home-away td{
  background: #fff;
  color: #111;
  font-size: 14px;
}
.mono .row{
	display: flex;
}
.conte-home-away .row{
  justify-content: space-between;
}
.conte-home-away .row .day01{
  width: calc((100% - 50px) /2);
}
.conte-home-away .day01 .img-cover{
  text-align: center;
}
.conte-home-away .day01 .img-cover img{
  width: 100%;
  height: auto;
}
.conte-home-away .day01 .img-cover img.tag-game{
  width: 100%;
  max-width: 140px;
  margin-bottom: 20px;
}
.conte-home-away .day01 table{
  margin: 0 auto;
}
.conte-home-away .day01 table th,
.conte-home-away .day01 table td{
  font-size: 12px;
  color: #111;
}
table.home-away .home{
  background: #111;
  color: #fff !important;
}
table.home-away .away{
  background: #dcdddd;
  color: #111;
}


#cup-ticket table th.t-en{
	font-size: 30px;
}
#cup-ticket table th.t-en span{
	margin-left: 8px;
}
#cup-ticket table span.logo {
    display: block;
}
#cup-ticket table span.logo img{
	width: 100%;
	max-width: 368px;
	height: auto;
}
#cup-ticket table td {
    text-align: center;
    vertical-align: top;
}

#cup-ticket .conte-button .bt .hosoku {
    font-size: 10px;
    text-align: center;
    display: block;
    margin: 0 auto 4px;
     font-weight: bold;

}
#cup-ticket .conte-button button.bt-normal a {
    min-width: 380px;
}
#cup-ticket .simple-accordion + .conte-button p{
	text-align: center;
	margin-top: 30px;
}
#cup-ticket .simple-accordion + .conte-button{
	margin-top: 50px;
	display: block;
}
#cup-ticket button.bt-purchase.bt-normal small{
	font-size: 0.75rem;
}




@media screen and (max-width: 1179px) {

  /****************/
  #ticket-type .scroll-table {
  overflow: auto;
  white-space: nowrap;
  }
  #ticket-type .scroll-table::after {
    display: block;
  }





}
@media screen and (max-width: 1023px) {


  .mono .scroll-table::after {
    display: block;
  }

  /****************/
  #ticket-type .info-seat {
      display:block;
  }
  #ticket-type .info-seat > .detail,
  #ticket-type .info-seat > .ph {
      width: 100%;
      margin-left: auto;
  }
  #ticket-type .info-seat > .detail{
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    margin-top: 30px;
  }

  #ticket-type .info-seat > .detail .card-seat{
    width: calc((100% - 120px) /2);
  }
  .info-seat .detail .card-seat + .card-seat{
    margin-top: 0;
  }
  #seat-type .conte-home-away .row .day01 {
      width: calc((100% - 30px) / 2);
  }


}
@media screen and (max-width: 767px) {


  /**content****/
  .mono button.bt-purchase:after {
      content: '';
      display: block;
      width: 92%;
      height: 90%;
      background: #fff;
      position: absolute;
      left: 10px;
      top: 6px;
      border-radius: 50px;
      border: solid 1px #111;
  }

  .mono button.bt-purchase.bt-small:after {
    width: 84%;
      left: 8%;
      top: 4px;
  }
  .mono .conte-button,
  .conte-button {
    display: block;
  }
  .mono button.bt-normal{
    width: 100%;
    max-width: 280px;
    margin: 0 auto 0;
    display: table;
  }
  .mono button.bt-normal + button.bt-normal{
    margin-top: 10px;
  }
  .mono button.bt-normal.shiro:after {
      content: '';
      display: block;
      width: 92%;
      height: 90%;
      background: #111;
      position: absolute;
      left: 10px;
      top: 6px;
      border-radius: 50px;
  }
  #purchase .conte-button button.bt-normal a {
    min-width: 210px;
  }
  /****************/
  .mono .top-midashi {
      padding: 50px 15px;
  }

  #ticket-type .info-seat > .detail{
    display: block;
    margin-top: 30px;
  }

  #ticket-type .info-seat > .detail .card-seat{
    width: calc((100% - 50px) / 1);
  }
  .info-seat .detail .card-seat + .card-seat{
    margin-top: 20px;
  }
  #seat-type .day01 .slide-media img{
    width: 100%;
  }

  #seat-type .conte-home-away .row .day01 {
        width: calc((100% - 20px) / 2);
    }
  .mono .title.title-fuki:after,
  .mono .title.title-fuki:before{
    content: '';
    display: block;
    width: 30px;
    height: 40px;
    background: url(../img/sub/title-fuki.png)no-repeat;
    background-size: contain;
    background-position: center;
    position: absolute;
    top: calc(((100% - 40px) / 2) + 10px);
  }
  #seat-type .day01 .slide-content table th, 
  #seat-type .day01 .slide-content table td{
    font-size: 10px;
    padding: 8px 4px;
  }
  #seat-type .day01 .slide-content table th{
    width: 4rem;
    font-size: 9px;
  }
  #seat-type .conte-first .home-away th{
    width: 5rem;
    text-align: center;
  }
  #seat-type .day01 .slide-media img.tag-game {
      width: 100%;
      max-width: 100px;
  }
  .conte-home-away table.home-away{
    display: table;
    width: 100%;
  }
  .conte-home-away table.home-away th,
  .conte-home-away table.home-away td{
    display: block;
    width: calc(100% - 10px);
    min-height: auto;
    text-align: left;
    font-size: 10px;
  }
  #seat-type .day01 .slide-content table th{
    width: calc(100% - 10px);
  }
	.info-seat .detail .card-seat p{
		font-size: 12px;
	}
	.info-seat .detail .card-seat small{
		font-size: 10px;
	}


	.conte-home-away .row .day01 {
	    width: calc((100% - 20px) / 2);
	}
	#cup-ticket .conte-button button.bt-normal a{
        min-width: 210px;
    }

	#cup-ticket button.bt-purchase.bt-normal a {
	    padding: 12px 12px 12px 12px;
	    border-radius: 50px;
	    font-size: 12px;
	    min-width: calc(120px - 24px);
	    position: relative;
	}
	#cup-ticket .bt-purchase.bg-green.i-link.i-blank a:after{
		right: 10px;
	}
	#cup-ticket button.bt-purchase.bt-normal small{
		font-size: 10px;
	}

	.conte-home-away .day01 .img-cover img.tag-game {
	    max-width: 100px;
	    margin-bottom: 10px;
	}
	.info-seat .detail .card-seat .ph {
    width: calc((50% - 20px));
	}
	.info-seat .detail .card-seat .tx {
    width: 50%;
    margin-bottom: 0;
	}
	.simple-accordion .acc-body .card-seat .tx p{
		font-size: 10px;
	}




}

@media screen and (max-width: 460px) {

  /****************/
  .title.title-en{
    font-size: 50px;
  }
  .title.title-en .t-en{
    font-size: 24px;
  }




}
@media screen and (max-width: 429px) {


	#cup-ticket .bt-purchase.bg-green.i-link.i-blank a:after{
		display: none;
	}

	#cup-ticket table td {
	    font-size: 12px;
	}


}