@charset "utf-8";
/* CSS Document */
.w100 {
  width: calc(100% + 1080px);
  margin-left: -540px;
}
.sp_only {
	display: none !important;
}
/*------------------------------------------TOP*/
.box_sns .box_right .box_ehime {
	width: 100%;
}




/*------------------------------------------[66]トップチーム選手*/

.top_player {
  padding: 66px 0;
}
.top_player .mainImg li {
  padding: 0 !important;
}
.top_player .mainImg .img {
  width: 79%;
  position: relative;
  float: left;
  height: 569px;
  overflow: hidden;
}
.top_player .mainImg .img li {
  position: absolute;
  height: 569px;
  width: 100%;
  top:0;
  left: 0;
}
.top_player .mainImg .img li img {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  width: auto;
  height: 100%;
}

.top_player .mainImg .thumb {
  width: 18.89%;
  float: right;
}
.top_player .mainImg .thumb li {
  width: 204px;
  height: 136px;
  position: relative;
  margin-bottom: 8px;
  overflow: hidden;
}
.top_player .mainImg .thumb li:last-child {
  margin-bottom: 0;
}
.top_player .mainImg .thumb li img {
  position: absolute;
  top: 0%;
  left: 0;
  width: 100%;
  height: auto;
}

.top_player .mainImg .thumb .active {
  opacity: 1 !important;
}
.top_player .mainImg img {
  max-width: 100%;
  width: 100%;
}

.top_player#sec01 {
  background: url(../../images/top_player/bg-top.jpg) no-repeat center top;
  padding: 33px 0 66px 0;
  width: calc(100% + 1080px);
  margin-left: -540px;
}
.top_player .box_inner {
  position: relative;
}
.player_ribbon {
  font-weight: 700;
  font-size: 4.2rem;
  font-family: "Oswald", sans-serif;
  color: #06044d;
  width: 152px;
  height: 137px;
  background: url(../../images/top_player/icn-ribbon.png) no-repeat center top;
  display: block;
  text-align: center;
  position: absolute;
  top: -44px;
  left: 0;
  z-index: 10;
}
.player_name {
  font-size: 3.75rem;
  font-weight: 700;
  color: #ff951c;
  margin: 0 0 55px 183px;
  line-height: 1;
}
.player_name span {
  font-family: "Oswald", sans-serif;
  opacity: 0.5;
  margin-left: 1em;
  font-size: 1.8825rem;
  vertical-align: 10px;
}
.player_info .img {
  width: 22.7%;
  float: left;
}
.player_info .info {
  width: 70%;
  float: right;
  letter-spacing: -.4em;
}
.player_info .ttl {
  font-family: "Oswald", sans-serif;
  font-size: 2.1875rem;
  font-weight: 700;
  margin-bottom: 20px;
  padding-bottom: 10px;
  color: #ff951c;
  border-bottom: 1px solid #ff951c;
  letter-spacing: normal;
}
.player_info dl {
  clear: both;
  display: inline-block;
  width: 50%;
  letter-spacing: normal;
  margin-bottom: 12px;
  padding-bottom: 12px;
  border-bottom: 1px dotted #373737;
}
/*
div.player_info dl:nth-last-of-type(1) {
  width: 100%;
}
*/
.player_info dl dt {
  font-weight: 700;
  width: 127px;
  float: left;
}
.player_info dl dt:before {
  content: '';
  display: inline-block;
  margin-right: 11px;
  width: 6px;
  height: 6px;
  background: #ff951c;
  vertical-align: middle;
}
.player_info .sns_icn {
  margin: 10px 0 0 0;
}
.player_info .sns_icn a {
  margin-left: 15px;
  vertical-align: text-bottom;
}
.player_table {
  width: 100%;
}
.player_table th {
  width: 25%;
  text-align: center;
  background-color: #e2e2e2;
  border-color: #999999 !important;
}
.player_table td {
  border-color: #999999 !important;
}
.to_playerList {
  text-align: center;
  margin-bottom: 66px;
}
.player_footer {
  background: url(../../images/top_player/bg-bottom.jpg) no-repeat left top;
  padding: 55px 0;
  background-size: cover;
}
.player_footer .ttl {
  font-size: 1.875rem;
  font-weight: 700;
  margin-bottom: 25px;
  color: #0e0066;
}
.player_footer .ttl span {
  font-size: 1.25rem;
  font-weight: normal;
  margin-left: 15px;
  font-family: "Oswald", sans-serif;
  opacity: 0.6;
}
.player_footer ul {
  letter-spacing: -.4em;
  padding-left: 20px;
}
.player_footer li {
  letter-spacing: normal;
  width: 16.66666666666667%;
  display: inline-block;
  margin-bottom: 10px;
}
.player_footer li a {
  display: inline-block;
  position: relative;
  text-decoration: none;
  padding-right: 10px;
  font-size: 0.93rem;
}
.player_footer ul:nth-of-type(2) li {
  width: 20%;
  letter-spacing: -0.05em;
}
.player_footer ul:nth-of-type(2) li a {
}
.player_footer li a:after {
  content: '';
  display: block;
  width: 4px;
  height: 4px;
  border-style: solid;
  border-width: 1px 1px 0 0;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  position: absolute;
  right: 0;
  top: -1px;
  bottom: 0;
  margin: auto;
  color: #373737;
}
.player_footer li a.current {
  font-weight: 700;
  color: #0e0066;
}
.player_footer li a.current:after {
  color: #0e0066;
}

/*------------------------------------------[67]トップチームスタッフ*/

.player_info .staff_ttl {
  letter-spacing: -.4em;
  margin-bottom: 55px;
}
.player_info .staff_ttl div {
  letter-spacing: normal;
  display: inline-block;
  vertical-align: top;
}
.player_info .staff_ttl div:nth-of-type(1) {
  background-color: #ff951c;
  position: relative;
  height: 118px;
  width: 208px;
  padding: 0 30px;
}
.player_info .staff_ttl div:nth-of-type(1) span {
  font-size: 1.875rem;
  font-weight: 700;
  color: #060368;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  line-height: 1.3;
}
.player_info .staff_ttl div:nth-of-type(2) {
  width: 746px;
  background: url(../../images/top_staff/bg-ttl.jpg) no-repeat left center;
  font-size: 3.75875rem;
  font-weight: 700;
  color: #ff951c;
  padding: 10px 33px 11px 33px;
}
.player_info .staff_ttl div:nth-of-type(2) span {
  font-size: 1.875rem;
  opacity: 0.5;
  margin-left: 25px;
  vertical-align: 9px;
  font-family: "Oswald", sans-serif;
}
.top_staff .player_info dl {
  display: block;
  width: 100%;
  clear: both;
  overflow: hidden;
}
.player_info dl.data {
  border: none;
  padding: 0;
  margin-bottom: 25px;
}
.player_info dl.data dt {
  float: none;
  width: 100%;
  border-bottom: 1px dotted #373737;
  margin-bottom: 10px;
  padding-bottom: 10px;
}
.ttl_blue_h2 {
  font-size: 1.5625rem;
  font-weight: 700;
  background: url(../../images/u18/bg-ttl.jpg) no-repeat left center;
  margin-bottom: 45px;
  padding: 5px 15px;
  color: #fff;
}

/*------------------------------------------[71]U-18選手紹介*/

.u18_boxWrap {
  
}
.u18_boxWrap .box {
  background-color: #f3f3f3;
  width: 31.482%;
  float: left;
  margin: 0 0 30px 2.777%;
}
.u18_boxWrap .box:nth-of-type(3n+1) {
  margin-left: 0;
}
.u18_boxWrap .box .inner {
  padding: 20px;
  border-bottom: 2px solid #ff951c;
}
.u18_boxWrap .box .inner .img {
  width: 28%;
  float: left;
  line-height: 0;
}
.u18_boxWrap .box .inner .name {
  width: 68%;
  float: right;
  line-height: 1.5;
}
.u18_boxWrap .box .inner .name span:nth-of-type(1) {
  display: block;
  font-size: 1.4375rem;
  font-weight: 700;
  color: #060368;
}
.u18_boxWrap .box .inner .name span:nth-of-type(2) {
  display: block;
  color: #060368;
  font-weight: 600;
}
.u18_boxWrap .box .inner .name span:nth-of-type(3) {
  display: block;
  color: #8f8eb2;
  font-family: "Oswald", sans-serif;
  font-size: 1.25rem;
}
.u18_boxWrap .box table {
  width: 100%;
  border: none;
}
.u18_boxWrap .box tr {
  border-bottom: 1px dotted #373737;
}
.u18_boxWrap .box tr:last-child {
  border-bottom: none;
}
.u18_boxWrap .box th {
  border: none;
  padding: 10px 0 10px 20px;
  line-height: 1.2;
  color: #060368;
  width: 41%;
}
.u18_boxWrap .box td {
  border: none;
  padding: 10px 0 10px 20px;
}

/*------------------------------------------[82]スポンサー一覧*/
.sponsor_mv {
  height: 491px;
  background: url(../../images/sponsor/bg-mv.jpg) no-repeat center top;
  margin-bottom: 35px;
}
.sponsor_lead {
  font-size: 1.5625rem;
  text-align: center;
  margin-bottom: 65px;
}
.sponsor .uniform_wrap {
  
}
.sponsor .uniform_wrap .box {
  width: 48%;
  min-height: 175px;
  position: relative;
  padding: 10px 0 0 148px;
  box-sizing: border-box;
  float: left;
  margin-bottom: 25px;
}
.sponsor .uniform_wrap .box:nth-of-type(2n) {
  float: right;
}
.sponsor .uniform_wrap .box .img {
  position: absolute;
  left: 0;
  top:0;
}
.sponsor .uniform_wrap .box .txt {
}
.sponsor .uniform_wrap .box .txt div:first-child {
  color: #ff951c;
  font-size: 1.25rem;
  font-family: 游ゴシック体, 'Yu Gothic', YuGothic, 'ヒラギノ角ゴシック Pro', 'Hiragino Kaku Gothic Pro', メイリオ, Meiryo, Osaka, 'ＭＳ Ｐゴシック', 'MS PGothic', sans-serif;
  font-weight: bold;
  border-bottom: 1px solid #ff951c;
  margin-bottom: 1em;
}
.sponsor#sec03 ul {
	letter-spacing: -.4em;
}
.sponsor#sec03 li {
	letter-spacing: normal;
  width: 23%;
  display: inline-block;
	vertical-align: top;
  margin: 0 0 15px 2.66%;
	min-height: 128px;
}
.sponsor#sec03 li:nth-of-type(4n+1) {
  margin-left: 0;
}
.sponsor#sec03 li a {
  display: block;
	
}
.sponsor#sec03 li .cap {
	line-height: 1.4;
	display: block;
	margin: 10px 0 0 0 ;
}
.sponsor#sec03 li img {
	max-width: 100%;
	margin: 0 !important;
	-webkit-backface-visibility: hidden;
}
.sponsor_bnr {
  margin-top: 80px;
  padding: 75px 0;
  background: url(../../images/sponsor/bg-sponsor_bnr.jpg) no-repeat center top;
  background-size: cover;
}
.page_corporatemember .sponsor#sec03 li,
.page_ladiescorporatemember .sponsor#sec03 li {
	min-height: 50px;
}



/*------------------------------------------チケット*/
.txt_large {
  font-size: 1.2em;
}
.ticket_lead {
  letter-spacing: -.4em;
  position: relative;
}
.ticket_lead img {
  width: 63.5%;
  display: inline-block;
}
.ticket_lead .txt {
  background-color: #ececf0;
  padding: 10px 20px;
  width: 36.5%;
  display: inline-block;
  letter-spacing: normal;
  box-sizing: border-box;
  vertical-align: 74px;
  line-height: 1.3;
}
.ticket_lead .txt:before {
  content: url(../../images/ticket/img-character.png);
  position: absolute;
  right: 0;
  bottom:0;
}
.anc_link {
  letter-spacing: -.4em;
  text-align: center;
}
.anc_link li {
  letter-spacing: normal;
  display: inline-block;
  width: 18%;
  text-align: center;
  margin: 0 0 35px 2.5%;
}
.anc_link li:nth-of-type(5n+1) {
  margin-left: 0;
}
.anc_link a {
  display: block;
  font-size: 1.125rem;
  color: #fff;
  font-weight: bold;
  padding: 6px 0;
  background-color: #ff951c;
  text-decoration: none;
  position: relative;
}
.anc_link a:after {
  content: url(../../images/ticket/inc-baloon.jpg);
  position: absolute;
  left: 0;
  right: 0;
  bottom:-17px;
  margin: auto;
}
.page_ticket#sec01 .stadium_img {
  position: relative;
  max-width: 688px;
  margin: 0 auto 80px auto;
}
.page_ticket#sec01 .stadium_img a {
  position: absolute;
}
.page_ticket#sec01 .loupe01 {
  left: 638px;
  top: 160PX;
}
.page_ticket#sec01 .loupe02 {
  left: 254px;
  bottom:450px;
}
.page_ticket#sec01 .loupe03 {
  left: 209px;
  bottom: -21px;
}
.page_ticket#sec01 .loupe04 {
  left: 320px;
  bottom: -11px;
}
.page_ticket#sec01 .loupe05 {
  left: 431px;
  bottom:-21px;
}
.page_ticket#sec01 .loupe06 {
/*  right: 86px;
  bottom: 86px;*/
    display: none;
}
.txt_small {
  font-size: 0.85em !important;
}
.list_kaku li:before {
    content: '';
    display: inline-block;
    margin-right: 11px;
    background: #ff951c;
    vertical-align: middle;
    width: 6px;
    height: 6px;
    text-decoration: none;
    line-height: inherit;
}
.list_kaku li {
  text-indent: -15px;
  padding-left: 15px;
}
.ticket_table {
  text-align: center;
  width: 100%;
}
.ticket_table .bg00,.ticket_table .bg00 td {
  background-color: #060368 !important;
  color: #fff;
}
.ticket_table .bg01 th {
  background-color: #e64c57;
  color: #fff;
}
.ticket_table .bg02 th {
  background-color: #83a2e1;
  color: #fff;
}
.ticket_table .bg03 th {
  background-color: #32c881;
  color: #fff;
}
.ticket_table .bg04 th {
  background-color: #f69200;
  color: #fff;
}
.ticket_table .bg05 th {
  background-color: #305496;
  color: #fff;
}
.ticket_table .bg06 th {/*薄紫*/
  background-color: #7F45EB;
  color: #fff;
}
.ticket_table .bg07 th {/*薄灰*/
  background-color: #888;
  color: #fff;
}
.ticket_table .bg08 th {/*薄黄*/
  background-color: #dddd33;
  color: #fff;
}


.ticket_table th {
  font-size: 1.25rem;
  text-align: center;
}
.ticket_table td:nth-of-type(2), .ticket_table td:nth-of-type(4){
  background-color: #e2e2e2;
}
.ticket_table tr:not(.bg00) td {
  width: 16%;
}
.ttl_ticket.red {
  color: #e64c57;
  border: 1px solid #e64c57;
  font-size: 1.25rem;
  padding: 8px 10px 8px 20px;
  margin-bottom: 1em;
  font-weight: bold;
  position: relative;
}
.ttl_ticket.blue {
  color: #83a2e1;
  border: 1px solid #83a2e1;
  font-size: 1.25rem;
  padding: 8px 10px 8px 20px;
  margin-bottom: 1em;
  font-weight: bold;
  position: relative;
}
.ttl_ticket.green {
  color: #32c881;
  border: 1px solid #32c881;
  font-size: 1.25rem;
  padding: 8px 10px 8px 20px;
  margin-bottom: 1em;
  font-weight: bold;
  position: relative;
}
.ttl_ticket.orange {
  color: #f69200;
  border: 1px solid #f69200;
  font-size: 1.25rem;
  padding: 8px 10px 8px 20px;
  margin-bottom: 1em;
  font-weight: bold;
  position: relative;
}
.ttl_ticket.purple {
  color: #7F45EB;
  border: 1px solid #7F45EB;
  font-size: 1.25rem;
  padding: 8px 10px 8px 20px;
  margin-bottom: 1em;
  font-weight: bold;
  position: relative;
}

.page_ticket .fL {
  width: 65%;
  float: left;
}
.page_ticket .fR {
  width: 35%;
  float: right;
}
.page_ticket .btn_open {
  padding: 0 20px;
  text-align: left;
  color: #fff;
  background-color: #e64c57;
  display: block;
  position: absolute;
  right: 12px;
  top:9px;
  cursor: pointer;
}
.page_ticket .ttl_ticket.blue  .btn_open {
  background-color: #83a2e1;
}
.page_ticket .ttl_ticket.green  .btn_open {
  background-color: #32c881;
}
.page_ticket .ttl_ticket.orange  .btn_open {
  background-color: #f69200;
}
.page_ticket .btn_open:before {
  content: "開く";
  font-size: 1rem;
  font-weight: normal;
  background: url(../../images/ticket/icn-open.png) no-repeat right center;
  padding-right: 15px;
}
.page_ticket .btn_open.close:before {
  content: "閉じる";
  background: url(../../images/ticket/icn-close.png) no-repeat right center;
}
.page_ticket .toggle_contents {
  display: none;
}
/*.release_date {
  padding: 21px 30px 17px 30px;
  border: 10px solid #efefef;
  position: relative;
  display: inline-block;
}
.release_date .date {
  font-family: "Oswald", sans-serif;
  font-size: 3.43rem;
  color: #0e0066;
  font-weight: bold;
  display: inline-block;
  margin-top: 15px;
}
.release_date .date span {
  font-size: 2rem;
}
.release_date .ttl {
  color: #fff;
  font-weight: bold;
  font-size: 1.125rem;
  background: url(../../images/ticket/bg01.png) no-repeat left center;
  padding: 8px 0 3px 57px;
  position: absolute;
  left: -16px;
  top: 0;
  width: 220px
}
.release_date .txt {
  display: inline-block;
  font-size: 1.56rem;
  font-weight: bold;
  margin: 0 0 0 35px;
}*/
    .page_ticket .releaselist{
        list-style: none;
        padding-left: 0;
        display: flex;
        flex-wrap: wrap;
        justify-content: space-between;
    }
    .page_ticket .releaselist>li{
      padding: 21px 10px 17px 30px;
        margin-bottom: 2rem;
      border: 10px solid #efefef;
        display: flex;
        position: relative;
        width: 517px;
        flex-shrink: 0;
        flex-grow: 0;
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        box-sizing: border-box;
    }
.page_ticket .releaselist .date {
  font-family: "Oswald", sans-serif;
  font-size: 3.43rem;
  color: #0e0066;
  font-weight: bold;
  display: inline-block;
  margin-top: 15px;
}
.page_ticket .releaselist .date span {
  font-size: 2rem;
}
.page_ticket .releaselist .ttl {
  color: #fff;
  font-weight: bold;
  font-size: 1.125rem;
  background: url(../../images/ticket/bg01.png) no-repeat left center;
  padding: 8px 0 3px 57px;
  position: absolute;
  left: -16px;
  top: 0;
  width: 220px
}
.page_ticket .releaselist .txt {
  display: inline-block;
  font-size: 1.56rem;
  font-weight: bold;
  margin: 0 0 0 35px;
}
.page_ticket .releaselist>li.onsale .ttl{
    visibility: hidden;
}
.page_ticket .releaselist>li.onsale:before{
    content: '発売中！！';
    font-size: 1.2rem;
    color: #fff;
    position: absolute;
    left: 2rem;
    top: 0;
    bottom: 0;
    width: 10rem;
    height: 3rem;
    margin: auto;
    background: #f00;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    white-space: nowrap;
    font-weight: 700;
}
.page_ticket .releaselist>li.onsale .date{
    visibility: hidden;
}
.anc_link02 {
  text-align: center;
}
.anc_link02 li {
  display: inline-block;
  width: 112px;
  margin: 0 15px;
}
.anc_link02 li a {
  background: url(../../images/ticket/bg-arrown.jpg) no-repeat center bottom;
  text-decoration: none;
  padding: 0 0 10px 0;
  text-align: center;
  display: block;
  font-weight: bold;
  color: #0e0066; 
}
.page_ticket#sec05 h4,.page_ticket#sec07 h4 {
  color: #ff951c;
  font-size: 1.25rem;
  border-bottom: 1px solid #ff951c;
  padding-bottom: 5px;
  margin-bottom: 50px;
  font-weight: bold;
}
.page_ticket#sec05 dl.normal dt:nth-of-type(2):before {
  content: '';
  display: inline-block;
  margin-right: 11px;
  width: 6px;
  height: 6px;
  background: #ff951c;
  vertical-align: middle;
}
.page_ticket#sec05 dl.normal  dt:nth-of-type(2) {
  font-size: 1.125rem;
  font-weight: bold;
  margin-bottom: 1em;
  margin-left: 15px;
}
.page_ticket#sec05 dl.normal  dd:before {
  content: '';
  display: inline-block;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 5px 6px;
  border-color: transparent transparent transparent #80a3d7;
  vertical-align: middle;
  margin-left: -12px;
}
.page_ticket#sec05 dl.normal  dd {
  padding-left: 12px;
  margin-bottom: 8px;
  line-height: 1.5em;
  margin-left: 25px;
}
.page_ticket#sec05 dl dd.link:before {
  display: none;
}
.page_ticket#sec05 dl.normal dd.link {
  position: absolute;
  bottom:0;
  right: 0;
}
.page_ticket#sec05 dl.normal {
  position: relative;
  min-height: 516px;
}
.ttl_kaku:before {
  content: '';
  display: inline-block;
  margin-right: 11px;
  width: 6px;
  height: 6px;
  background: #ff951c;
  vertical-align: middle;
}
.ttl_kaku {
  font-size: 1.125rem;
  font-weight: bold;
  margin-bottom: 1em;
}
.page_ticket#sec05 #anc02 dl {
  padding-left: 20px;
}
.page_ticket#sec05 #anc02 dd {
  margin-bottom: 5px;
  padding-bottom: 5px;
  padding-left: 7em;
}
.page_ticket#sec05 #anc02 .box_wrap {
  border-bottom: 1px dotted #707070;
  padding-bottom: 20px;
  margin-bottom: 20px;
  word-wrap: break-word;
}
.page_ticket#sec05 #anc02 .box_wrap .box {
  width: 31%;
  float: left;
}
.page_ticket#sec05 #anc02 .box_wrap .box:nth-of-type(2) {
  margin: 0 3.5%;
}
.page_ticket#sec05 #anc02 .box_wrap .ttl_kaku span {
  display: inline-block;
  padding: 0 0 0 20px;
}

.ttl_kaku.icn_tokuten {
  position: relative;
}
.ttl_kaku.icn_tokuten:after {
  content: url(../../images/ticket/icn-tokuten.jpg);
  position: relative;
    top: 4px;
    left: 6px;
}
.page_ticket#sec05 #anc02 .box_wrap .txt_sub {
  font-weight: bold;
  font-size: 1rem !important;
  padding: 0 0 0 20px;
  margin: -15px 0 17px 0;
  display: block;
}
.line16 {
  line-height: 1.6;
  display: inline-block;
}
.notice_list {
  padding-left: 1em;
  text-indent: -1em;
}
.page_ticket#sec05 #anc02 .box_wrap .notice_list {
  padding-left: 36px;
}
.tokuten_wrap {
  position: relative;
}
.tokuten_wrap .ttl {
  background: url(../../images/ticket/bg02.png) no-repeat left top;
  padding: 12px 0 21px 0;
  background-size: cover;
}
.tokuten_wrap .ttl span{
  font-size: 1.25rem;
  font-weight: bold;
  color: #fff;
  display: inline-block;
  margin: 0 0 0 24px;
}
.tokuten_wrap .ttl div {
  display: inline-block;
  color: #fff;
  font-size: 1.5625rem;
  font-weight: bold;
  margin:  0 0 0 67px;
}
.tokuten_wrap .box {
  padding: 30px 65px;
  background: url(../../images/ticket/bg03.png) no-repeat left center;
  background-size: cover;
  width: calc(100% - 6px);
  box-sizing: border-box;
  margin-left: auto;
}
.tokuten_wrap:before {
  content: url(../../images/ticket/img-character04.png);
  position: absolute;
  right: 0;
  top: -53px;
}
.tokuten_wrap .box > div {
  width: 48%;
  float: left;
}
.tokuten_wrap .box > div:last-child {
  float: right;
}
.txt_navy {
  color: #060368;
}
.txt_border {
  position: relative;
  font-size: 1.25rem;
}
.txt_border:after {
  content: "";
  width: 100%;
  height: 7px;
  background-color: #ff951c;
  display: inline-block;
  position: absolute;
  left: 0;
  bottom: 0;
  z-index: -1;
}
.page_ticket#sec05 #anc02 .box_wrap:last-child {
  border: none;
}
.fL48 {
  width: 48%;
  float: left;
}
.fR48 {
  float: right;
  width: 48%;
}
.txt p {
  margin: 0 0 1em 0 !important;
  line-height: 1.6;
}
.txt p:last-child {
  margin-bottom: 0 !important;
}
.tel_btn {
  font-size: 1.5625rem;
  font-weight: bold;
  background-color: #060368;
  width: 270px;
  text-align: center;
  padding: 5px 0;
  display: block;
  color: #fff;
  text-decoration: none;
  letter-spacing: 1px;
}
.tel_btn span {
  background: url(../../images/ticket/icn-tel.jpg) no-repeat left center;
  padding-left: 25px;
}
.page_ticket#sec06 .txt {
  padding-left: 300px;
  background: url(../../images/ticket/img-card.jpg) no-repeat left top;
}
.page_ticket#sec06 .txt.point {
    margin-top: 2rem;
    background: url("../../images/ticket/logo-point.png") 2rem top no-repeat;
}
.page_ticket#sec06 .txt_border span {
  font-size: 1.3em;
}
.page_ticket#sec07 .box_wrap .ttl {
  background: url(../../images/ticket/bg04.jpg) no-repeat left top;
  padding: 16px;
}
.page_ticket#sec07 .box_wrap .text_area {
  padding: 30px;
  background: url(../../images/ticket/bg05.jpg) no-repeat left top;
  background-size: cover;
}
.page_ticket#sec07 .box_wrap .txt .orange {
  font-size: 1.5625rem;
  color: #ff951c;
  font-weight: bold;
}
.page_ticket#sec07 .box_wrap {
  position: relative;
}
.page_ticket#sec07 .box_wrap:after {
  content: url(../../images/ticket/img-character02.png);
  position: absolute;
  right: 30px;
  top:-30px;
}
.pdl1em {
  padding-left: 1em;
}
.ticket_table .doubleline {
  background: url(../../images/ticket/bg-line_red.png) no-repeat center center;
}
.page_ticket#sec07 .ticket_table tr:not(.bg00) td {
  width: 19%
}
.page_ticket#sec07 .box_2 {
  width: 65.5%;
  float: left;
}
.page_ticket#sec07 .box_2 .box {
  width: 48%;
  float: left;
}
.page_ticket#sec07 .box_2 .box:last-child {
  float: right;
}
.page_ticket#sec07 .box_3 {
  width: 31%;
  float: right;
}
.page_ticket#sec07 .box_2 .box dd {
  margin-bottom: 5px;
}
.page_ticket#sec08 {
  position: relative;
}
.page_ticket#sec08 .txt + div {
  width: 338px;
  background: url(../../images/ticket/img-character03.png) no-repeat center top;
  padding: 126px 0 0 0;
  position: absolute;
  right: 0;
  top: 238px;
}
.page_ticket#sec09 .bg01 {
  background-color: #f69200;
  color: #fff;
}
.page_ticket#sec09 .bg01_2 {
  background-color: #fff2cc;
}
.page_ticket#sec09 .bg02 {
  background-color: #305496;
  color: #fff;
}
.page_ticket#sec09 .bg02_2 {
  background-color: #d9e1f2;
}
.page_ticket#sec09 table {
  width: 60%;
}
.page_ticket#sec09 table td:first-child {
  width:10%;
}
.page_ticket#sec_last .sec_last_wrap {
  border: 1px solid #ff951c;
}
.page_ticket#sec_last .ttl {
  background-color: #ff951c;
  padding: 20px;
  color: #fff;
  font-weight: bold;
  font-size: 1.125rem;
}
.page_ticket#sec_last table {
  border: none;
  width: 55%;
  margin: 10px 25px;
  float: left;
}
.page_ticket#sec_last tr {
  border-bottom: 1px dotted #707070;
}
.page_ticket#sec_last tr:last-child {
  border: none;
}
.page_ticket#sec_last th {
  border: none;
  font-weight: bold;
  width: 20%;
}
.page_ticket#sec_last th:before {
  content: '';
  display: inline-block;
  margin-right: 11px;
  background: #ff951c;
  vertical-align: middle;
  width: 6px;
  height: 6px;
  text-decoration: none;
  line-height: inherit;
}
.page_ticket#sec_last td {
  border: none;
}
.page_ticket#sec_last .gmap {
  width: 40%;
  float: right;
}
.page_ticket#sec_last .gmap {
  position: relative;
  height: 220px;
  margin: 26px 2% 0 0;
  overflow: hidden;
  width: 38%;
}
 
.page_ticket#sec_last .gmap iframe,
.page_ticket#sec_last .gmap object,
.page_ticket#sec_last .gmap embed {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.page_ticket#sec_last .bnr_area a {
  display: inline-block;
  width: 48%;
}
.page_ticket#sec_last .bnr_area a:last-child {
  margin-left: 4%;
}
.page_ticket .anchor,.page_ticket,
.page_ticket #anc01,.page_ticket #anc02,.page_ticket #anc03 {
  padding-top: 230px;
  margin-top: -230px;
  z-index:5;
}
.page_ticket dl.listview dd {
  background: none;
}

.list_04item:after {
  content: ".";
  display: block;
  clear: both;
  height: 0;
  visibility: hidden;
}
.list_04item li {
  max-width: 255px;
  width: 23.7%;
  float: left;
  line-height: 0;
  margin: 0 0 0 1.85%;
}
.list_04item li:first-child {
  margin-left: 0;
}

.list_03item:after {
  content: ".";
  display: block;
  clear: both;
  height: 0;
  visibility: hidden;
}
.list_03item dl {
  width: 31%;
  float: left;
  line-height: 0;
  margin: 0 0 35px 3.5%;
}
.list_03item dl:nth-of-type(3n+1) {
  margin-left: 0;
}
.list_03item dd {
  background: none !important;
}
.list_02item:after {
  content: ".";
  display: block;
  clear: both;
  height: 0;
  visibility: hidden;
}
.list_02item dl {
  width: 48%;
  float: left;
  line-height: 0;
  margin: 0 0 35px 4%;
  
}
.list_02item dl:nth-of-type(2n+1) {
  margin-left: 0;
}
.list_02item dd {
  background: none !important;
}
/*------------------------------------------選手・スタッフ一覧*/

.player_list_ttl_wrap {
  position: relative;
}
.player_list_ttl_wrap {
  background: url(../../images/staff_player_list/bg-ttl.jpg) no-repeat left center;
  font-size: 2.8rem;
  background-size: cover;
  padding: 10px 0 14px 157px;
  color: rgba(255,149,28,0.5);
  font-family: "Oswald", sans-serif;
  margin-bottom: 45px;
}
.player_list.staff .player_list_ttl_wrap {
  padding-left: 25px;
}
.player_list_ttl_wrap .player_ribbon {
  top: -7px;
  left: 23px;
  background-image: url(../../images/staff_player_list/icn-ribbon.png);
  font-size: 2.8125rem;
  width: 108px;
  height: 96px;
  padding-top: 5px;
}
.player_boxWrap .box {
  width: 31.482%;
  float: left;
  margin: 0 0 30px 2.777%;
}
.player_boxWrap .box:nth-of-type(3n+1) {
    margin-left: 0;
}
.player_boxWrap .box .inner {
  padding: 20px;
  background-color: #f3f3f3;
}
.player_boxWrap .box .img {
  width: 33%;
  float: left;
  line-height: 0;
}
.player_boxWrap .box .name {
  width: 62%;
  float: right;
  line-height: 1;
}
.player_boxWrap .box .num {
  color: #ff951c;
  font-size: 1.875rem;
  font-weight: bold;
  display: block;
  line-height: 1;
  margin-bottom: 13px;
}
.player_list.staff .player_boxWrap .box .num {
  font-size: 1.5625rem;
}
.player_boxWrap .box .name01 {
  color: #060368;
  font-size: 1.875rem;
  font-weight: bold;
  display: block;
  margin-bottom: 5px;
}
.player_boxWrap .box .name02 {
  font-size: 1.25rem;
  color: #8f8eb2;
  font-family: "Oswald", sans-serif;
  display: block;
  margin-bottom: 15px;
}
.player_boxWrap .box .icn {
  width: 77px;
  text-align: center;
  color: #fff;
  padding: 5px 0;
  display: inline-block;
  margin-right: 8px;
}
.player_boxWrap .box .icn.orange {
  background-color: #ff951c;
}
.player_boxWrap .box .icn.blue {
  background-color: #060368;
}
.player_boxWrap .box a {
  display: block;
  clear: both;
  text-decoration: none;
  background-color: #060368;
  color: #fff;
  font-size: 0.875rem;
  font-family: "Oswald", sans-serif;
  text-align: right;
  padding: 5px 15px 5px 0;
}
.player_boxWrap .box a span {
  background: url(../../images/staff_player_list/icn-arrow.png) no-repeat right center;
  padding-right:20px;
}
/*お問い合わせ*/
#form_area .lead {
	text-align: center;
}
#form_area dl {
	clear: both;
	display: table;
	width: 100%;
	border-bottom: 1px solid #b2b2b2;
}
#form_area dl:first-child {
	border-top: 1px solid #b2b2b2;
}
#form_area dt {
	background: url(../../images/contact/icn.png) no-repeat 45px center;	
	width: 25%;
	display: table-cell;
	vertical-align: middle;
	font-weight: 600;
}
#form_area dd {
	display: table-cell;
	width: 75%;
	padding: 15px 0;
	position: relative;
}
#form_area .must {
	font-size: 11px;
	color: #de0000;
	border: 1px solid #de0000;
  padding: 3px 5px;
  line-height: 1;
  vertical-align: 2px;
  display: inline-block;
  margin-right: 30px;
}
#form_area dl .free {
	font-size: 11px;
	color: #787777;
	border: 1px solid #787777;
	padding: 3px 5px;
	line-height: 1;
	vertical-align: 2px;
	display: inline-block;
	margin-right: 30px;
}
#form_area .add_btn {
	display: inline-block;
}
#form_area .add_btn input {
    font-family: "Yu Gothic Medium", "游ゴシック Medium", YuGothic, "游ゴシック体", "ヒラギノ角ゴ Pro W3", "メイリオ", sans-serif;
    width: 170px;
    border: none;
    background-image: url(../../images/common/icn-arrowWhite.png), url(../../images/common/bg-btn_brown.jpg);
    background-repeat: no-repeat, repeat;
    background-position: 145px center, left center;
    background-size: 8px, auto;
    padding: 12px 0 12px 15px;
    color: #fff;
    display: inline-block;
    margin-left: 10px;
    text-align: left;
    font-size: 1rem;
    cursor: pointer;
    letter-spacing: 2px;
}
#form_area input[type=text], #form_area input[type=email] {
	font-family: "Yu Gothic Medium", "游ゴシック Medium", YuGothic, "游ゴシック体", "ヒラギノ角ゴ Pro W3", "メイリオ", sans-serif;
	padding: 11px;
	border: 1px solid #a0a0a0;
	width: 350px;
	font-size: 1rem;
}
#form_area #zip {
	width: 170px;
}
#form_area select {
	font-family: "Yu Gothic Medium", "游ゴシック Medium", YuGothic, "游ゴシック体", "ヒラギノ角ゴ Pro W3", "メイリオ", sans-serif;
	padding: 12px;
	margin: 15px 0;
	width: 170px;
	font-size: 1rem;
}
#form_area #address {
	width: 80%;
}
#form_area textarea {
	height: 180px;
	width: 80%;
	font-size: 1rem;
}
#form_area .mail_area input:first-child {
	margin-bottom: 15px;
}
#form_area .mail_area dd {
	position: relative;
}
#form_area .mail_area .sub {
	position: absolute;
	top: 4em;
	left: calc( 387px + -1% );
}
.privacy .ttl {
	font-size: 1.25rem;
	font-weight: bold;
	text-align: center;
	padding: 20px 0;
	margin-bottom: 30px;
	border-bottom: 1px solid #b2b2b2
}
.privacy .scrollContents {
	padding: 30px 10%;
	height: 280px;
	overflow-y: scroll;
}
.privacy .scrollContents p span {
	display: block;
	font-weight: bold;
}
.privacy .scrollContents p {
	line-height: 1.6;
}
.privacy_check {
	background-color: #f3f3f3;
	text-align: center;
	padding: 10px 0;
	width: 80%;
	margin: 40px auto;
}
#form_area .confirm button {
	background-image:url(../../images/common/icn-arrowWhite.png), url(../../images/common/bg-btn_brown.jpg);
	background-repeat: no-repeat, repeat;
	background-position: calc( 520px + 5% ) center, left center;
	text-align: center;
	max-width: 760px;
	width: 100%;
	margin: auto;
	font-size: 1.5625rem;
	padding: 10px 0;
	font-family:"Yu Gothic Medium", "游ゴシック Medium", YuGothic, "游ゴシック体", "ヒラギノ角ゴ Pro W3", "メイリオ", sans-serif;	
	color: #fff;
	border: none;
	display: block;
	font-weight: 600;
}
#form_area .btn_area button {
	font-family:"Yu Gothic Medium", "游ゴシック Medium", YuGothic, "游ゴシック体", "ヒラギノ角ゴ Pro W3", "メイリオ", sans-serif;	
	color: #fff;
	cursor: pointer;
}
#form_area .back button {
	background-image: url(../../images/common/icn-arrowLeft.png);
	background-repeat: no-repeat;
	background-position: 25px center;
	text-align: center;
	max-width: 360px;
	width: 100%;
	margin: 0 0 15px 0;
	font-size: 1.5625rem;
	padding: 10px 0;
	font-family:"Yu Gothic Medium", "游ゴシック Medium", YuGothic, "游ゴシック体", "ヒラギノ角ゴ Pro W3", "メイリオ", sans-serif;	
	display: inline-block;
	font-weight: bold;
	color: #251212;
	background-color: #fff;
	border: 1px solid #251212;
}
#form_area .submit button {
	background-image: url(../../images/common/icn-arrowWhite.png), url(../../images/common/bg-btn_brown.jpg);
	background-repeat: no-repeat, repeat;
	background-position: calc( 100% - 25px ) center, left center;
	text-align: center;
	max-width: 360px;
	width: 100%;
	margin: 0 0 15px 15px;
	font-size: 1.5625rem;
	padding: 10px 0;
	font-family:"Yu Gothic Medium", "游ゴシック Medium", YuGothic, "游ゴシック体", "ヒラギノ角ゴ Pro W3", "メイリオ", sans-serif;	
	color: #fff;
	border: none;
	display: inline-block;
	font-weight: bold;
}
#form_area .btn_area {
	text-align: center;
	margin: 40px 0;
}
#form_area .btn_area button:hover {
	opacity: 0.7;
	transition: all 0.3s;
}
.thanks {
	text-align: center;
	position: relative;
	z-index: -1;
}
.thanks .ttl {
	font-size: 1.9375rem;
	font-weight: 600;
	margin-bottom: 1.5em;
	background: url(../../images/contact/ttl-thanks.png) no-repeat center top;
	background-size: 200px;
	padding-top: 100px;
}
.thanks .tel_btn {
	max-width: 510px;
	margin: auto;
	position: relative;
}
.thanks .tel_btn:before {
	content: "";
	height: 250px;
	width: 90px;
	background: url(../../images/contact/img-person.png) no-repeat left center;
	background-size: contain;
	display: block;
	position: absolute;
	right: -29px;
	bottom: -161px;
	z-index: 10;
}
.mw_wp_form .error {
	margin: 15px 0;
}
.confirm #form_area dt,
.confirm #form_area dd,
.confirm_event #form_area dt,
.confirm_event #form_area dd {
	padding: 25px 0;
}
.confirm #form_area .must,.confirm #form_area .free,
.confirm_event #form_area .must,.confirm_event #form_area .free {
	display: none;
}
.confirm #form_area dt,
.confirm_event #form_area dt {
	padding-left: 35px;
	background-position: left center;
}
.page_confirm #form_area .sub {
  display: none;
}
.mwform-checkbox-field {
  width: 45%;
  display: inline-block;
  margin: 0 0 10px 0 !important;
}
.privacy_check .mwform-checkbox-field {
  margin-bottom: 0 !important;
}
#form_area .confirm button,#form_area .submit button {
  background: #06044d;
}
.confirm_only {
  display: none;
}
.page_confirm .confirm_only {
  display: block;
}

.page_confirm .privacy,.page_confirm .privacy_check {
  display: none;
}

.suport-shoplist {
width:100% !important;
}

.suport-shoplist td:nth-child(2n+1) {
width:11%;
}

.suport-shoplist td:nth-child(2n) {
width:20%;
}

.suport-shoplist td img{
width:100%;
}

.customize-support dl.listview{
overflow: hidden;
display: block;
}
/*
.customize-support dl.listview div{
width:45%;
float:left;
}
*/

@supports (-ms-ime-align: auto) {
  /* Edge のみ適用 */
  .game1302_img01 {
    bottom: -325px !important;
  }
}

/*レディース--------------------------------------------------------*/
.l_page .game_info {
	box-sizing: border-box;
	height: 536px;
	padding-top: 115px;
	background: url(/images/l_league/gameinfo-bg.png) center -19px no-repeat;
	position: relative;
}
.l_page .ttl_year {
	position: absolute;
	max-width: 1080px;
	margin: auto;
	left: 0;
	right: 0;
	text-align: left;
	top: 35px;
	font-family: "Oswald", sans-serif;
	font-size: 2.25rem;
	color: #979dc3;
}
.l_page .ttl_year span {
	color: #060368;
	font-size: 3.625rem;
	margin-right: 10px;
}
.l_page .box_result .box_data {
	background-color: #f8f9fe;
	    height: 307px;
    margin: 22px 0 0 11px;
}
.l_page .game_info h2 .blue {
	color: #060368;
	font-weight: 700;
	margin-left: 0.5em;
	padding-top: 2px;
	}
.l_page .box_allgames .detail h3 {
	color: #060368;
	font-weight: bold;
	line-height: 1.4;
}
.l_page .box_allgames .detail {
	height: 262px;
}
.l_page .box_result .ribbon {
	top: 33px;
}
.l_page .game_info .home .ribbon:after {
	content: '';
	display: block;
	width: 54px;
	height: 55px;
	background: url(/images/l_league/bg-flag.png) no-repeat;
	position: absolute;
	left: 0;
	top: 0;
	border: none;
}
.l_page .box_allgames input:checked + label {
	box-shadow: none;
}
.l_page .box_allgames .detail.home .place {
	background: url(/images/common/dot-ore.gif) repeat;
}
.l_page .ranking {
	background: url(/images/l_league/bg-ranking.png) center no-repeat;
}
.l_page .box_allgames .detail .right .ticket {
	background: #06044d url(/images/l_league/btn-ticket-bg.png) right top no-repeat;
}
.l_page .box_allgames .detail .left {
	background-color: #fff;
}
.l_page .box_allgames .detail .right .wh {
	border-color: #efefef;
}
.l_page .box_allgames {
	height: 304px;
	margin-left: 11px;
}
.l_page .box_allgames:before {
	height: 262px;
}
.l_page .box_result h3 + div {
	color: #060368;
    font-weight: bold;
    line-height: 1.4;
}
.l_page .box_result .place {
	    background: #ccc
}
.l_page .box_result .home .place {
	    background: url(/images/common/dot-ore.gif) repeat;
}
.l_page .ranking .left > div {
	font-size: 1.1rem;
}
@media (min-width: 601px){
	.l_page .game_info .box_inner {
		width: 1083px;
	}
	.grp_ladies .wrapper {
    padding-top: 105px;
	}
	
	
	
}
.icn-dis {
	color: #060368;
	background: #ebebeb;
	padding: 1px 10px;
	margin-top: 5px;
	font-weight: 700;
}

/*スクールコーチひな形*/
.k_staffBox {
	background-color: #eeeeee;
	padding: 15px 25px 0 25px;
}
.k_staffBox .name01 {
	font-weight: bold;
	font-size: 1.125rem;
	color: #060368;
	margin-bottom: 0.9em;
}
.k_staffBox p {
	margin: 0;
}
.k_staffBox .img {
	width: 150px;
	height: 168px;
	float: left;
	margin-bottom:28px;
	line-height: 0;
	background-color: #989191;
}
.k_staffBox .right {
	width: calc(100% - 173px);
	float: right;
	margin-bottom: 15px;
}
.k_staffBox .name_main {
	font-size: 1.4375rem;
	font-weight: bold;
	color: #060368;
	margin-bottom: 10px;
	line-height: 1;
}
.k_staffBox .name_kana {
	color: #060368;
	margin-bottom: 3px;
	line-height: 1;
	font-weight: bold;
}
.k_staffBox .name_alph {
	font-family: "Oswald", sans-serif;
	color: #8f8eb2;
	font-size: 1.25rem;
	letter-spacing: 1px;
	margin-bottom: 11px;
}

.k_staffBox dt {
	background-color: #060368;
	width: 80px;
	color: #fff;
	font-weight: bold;
	clear: left;
	float: left;
	padding: 3px 0;
	text-align: center;
	margin-bottom: 10px;
}
.k_staffBox dd {
	box-sizing: border-box;
	width: calc(100% - 80px);
	float: left;
	padding: 3px 0 0 15px;
	line-height: 1.4;
}
.k_staffBox table {
	clear: both;
	border: none;
	border-top: 2px solid #ff951c;
	width: calc(100% + 50px);
	margin-left: -25px;
}
.k_staffBox table tr {
	background: url(../../images/common/bg-dot_staff.jpg) repeat-x left bottom;
}
.k_staffBox table tr:last-child {
	background: none;
}
.k_staffBox table th {
	border: none;
	padding-left: 25px;
	color: #060368;
	vertical-align: top;
}
.k_staffBox table td {
	border: none;
	padding-right: 25px;

} 
.k_staffWrap {
	background-color: #eeeeee;
	float: none;
}
.k_grid0:after {
	content: none;
}
.k_grid0 {
	display: flex;
}





/*ここからスマホ--------------------------------------------------------*/

@media (max-width: 600px){
  .list_04item li {
    width: 47%;
    margin: 0 0 20px 0 !important;
  }
  .list_04item li:nth-of-type(2n) {
    float: right;
  }
  .list_04item li:nth-of-type(3) ,.list_04item li:nth-of-type(4) {
    margin-bottom: 0 !important;
  }
  
  .list_03item dl {
    width: 100%;
    float: none;
    line-height: 0;
    margin: 0 0 35px 0;
  }
  .list_02item dl {
    width: 100%;
    float: none;
    line-height: 0;
    margin: 0 0 35px 0;
  }
  .list_03item dl dt,.list_02item dl dt {
    float:left;
  }
  
  /*チケット情報*/
  .ticket_lead img {
    width: 100%;
    display: block;
  }
  .ticket_lead .txt {
    padding: 10px 20px;
    width: 100%;
    display: block;
    vertical-align: inherit;
  }
  .ticket_lead .txt:before {
    bottom: -48px;
  }
  .ticket_lead {
    margin-top: 35px;
  }
  .anc_link {
    text-align: left;
  }
  .anc_link li {
    width: 47%;
    margin: 0 0 20px 0 !important;
  }
  .anc_link li:nth-of-type(2n) {
    margin-left: 6% !important;
  }
  .anc_link a {
    font-size: 1rem;
  }
  .page_ticket#sec01 .loupe01 {
    left: 410px;
      top: 80px;
  }
  .page_ticket#sec01 .loupe02 {
    left: 108px;
    bottom: 297px;
  }
  .page_ticket#sec01 .loupe03 {
    left: 134px;
    bottom: -32px;
  }
  .page_ticket#sec01 .loupe04 {
    left: 205px;
    bottom: -24px;
  }
  .page_ticket#sec01 .loupe05 {
    left: 283px;
    bottom: -32px;
  }
  .page_ticket#sec01 .loupe06 {
    right: 48px;
    bottom: 55px;
  }
  .ticket_table {
    white-space: nowrap;
  }
  .page_ticket .fL,.page_ticket .fR {
    width: 100%;
    float: none;;
  }
  /*.release_date .date {
    text-align: center;
    display: block;
  }
  .release_date .txt {
    text-align: center;
    margin: 0;
    display: block;
  }
  .release_date {
    display: block;
  }*/
    .page_ticket .releaselist>li{
        width: 100%;
        display: block;
    }
    .page_ticket .releaselist>li.onsale:before{
        top: 2rem;
        width: auto;
        left: 1rem;
        right: 1rem;
        bottom: auto;
    }
  .page_ticket#sec05 .list_03item dl dt, .page_ticket#sec05 .list_02item dl dt {
    float: none;
  }
  .page_ticket#sec05 dl.normal dd.link {
    position: static;
    text-align: right;
  }
  .page_ticket#sec05 #anc02 .box_wrap .box {
    width: 100%;
    float: none;
    margin: 0 0 55px 0 !important;
  }
  .page_ticket#sec05 #anc02 dl {
    padding-left: 0;
  }
  .tokuten_wrap .ttl {
    background-size: 257%;
  }
  .tokuten_wrap .ttl span {
    margin: 19px 0 0 24px;
    line-height: 1.3;
  }
  .tokuten_wrap .ttl div {
    display: block;
    color: inherit;
    font-size: 1.2rem;
    font-weight: bold;
    margin: 70px 0 0 0;
    padding: 10px;
  }
  .tokuten_wrap .box > div {
    width: 100%;
    float: none;
    margin-bottom: 35px;
  }
  .ttl_kaku {
    margin-bottom: 15px;
  }
  .tokuten_wrap .box {
    width: 100%;
    padding: 30px;
    background-size: auto;
    background-repeat: repeat;
  }
  .fL48,.fR48 {
    width: 100%;
    float: none;
    margin-bottom: 35px;
  }
  .tel_btn {
    text-decoration: none !important;
  }
  .tel_btn span {
    color: #fff;
  }
  h3:not(.exc), .ttl_h3 {
    padding-left: 39px;
  }
  .page_ticket#sec06 .txt {
    padding: 300px 0 0 0;
    background: url(../../images/ticket/img-card.jpg) no-repeat center top;
  }
  .page_ticket#sec06 .txt.point {
      padding-top: 280px;
      background-position: center 80px;
    }
  .txt_border {
    display: block;
  }
  .page_ticket#sec07 .box_wrap:after {
    content: "";
    display: block;
    width: 255px;
    height: 174px;
    background: url(../../images/ticket/img-character02.png) no-repeat  left center;
    background-size: contain;
    position: absolute;
    right: -30px;
    top: 340px;
  }
  .page_ticket#sec07 .box_2 {
    width: 100%;
    float: none;
  }
  .page_ticket#sec07 .box_3 {
    width: 100%;
    float: none;
  }
  .page_ticket#sec07 .box_2 .box {
    width: 100%;
    float: none;
    margin-bottom: 35px;
  }
  .page_ticket#sec08 .txt + div {
    width: 338px;
    padding: 126px 0 0 0;
    position: static;
    margin: 20px auto;
  }
  .page_ticket#sec09 .txt p:first-child {
    overflow: hidden;
  }
  .page_ticket#sec09 .txt p img {
    width: 172%;
    max-width: inherit;
  }
  .page_ticket#sec09 table {
    width: 100%;
    white-space: normal;
  }
  .page_ticket#sec_last table {
    border: none;
    width: 90%;
    float: none;
    display: block;
    margin: 20px auto;
  }
  .page_ticket#sec_last table tr {
    display: block;
    padding-bottom: 10px;
    margin-bottom: 10px
  }
  .page_ticket#sec_last th {
    display: block;
    width: 100%;
    padding: 0;
    margin-bottom: 10px;
  }
  .page_ticket#sec_last td {
    display: block;
    padding: 0 0 0 15px;
  }
  .page_ticket#sec_last .gmap {
    position: relative;
    height: 220px;
    margin: 0 auto;
    overflow: hidden;
    width: 100%;
  }
  .page_ticket#sec_last .bnr_area a {
    display: block;
    width: 100%;
  }
  .page_ticket#sec_last .bnr_area a:last-child {
    margin: 15px 0 0 0;
  }
  
  /*選手スタッフ一覧*/
  .player_list {
    margin-top: 35px;
  }
  .player_boxWrap .box {
    width: 100%;
    float: none;
    margin: 0 0 30px 0 !important;
  }
  .player_boxWrap .box .name {
    width: 67%;
  }
  .player_list_ttl_wrap .player_ribbon span {
    position: relative;
    top: -7px;
  }
  .player_list_ttl_wrap {
    font-size: 2.4rem;
  }
  .sitefooter a {
    text-decoration: none;
    color: inherit;
  }
  
  /*u15*/
  .u18_boxWrap .box {
    background-color: #f3f3f3;
    width: 100%;
    float: none;
    margin: 0 0 30px 0 !important;
  }
  
  /*トップチームスタッフ*/
  .player_info .staff_ttl div:nth-of-type(1) {
    height: auto;
    width: 100%;
    padding: 15px;
    box-sizing: border-box;
  }
  .player_info .staff_ttl div:nth-of-type(1) span {
    font-size: 1.2rem;
    position: static;
    -webkit-transform: none;
    -ms-transform: none;
    transform: none;
    line-height: 1.3;
  }
  .player_info .staff_ttl div:nth-of-type(2) {
    width: 100%;
    font-size: 2rem;
    font-weight: 700;
    padding: 15px;
  }
  .player_info .staff_ttl div:nth-of-type(2) span {
    font-size: 1.3rem;
    margin-left: 15px;
    vertical-align: middle;
  }
  .player_info .img {
    width: 100%;
    float: none;
    text-align: center;
  }
  .player_info .info {
    width: 100%;
    float: none;
  }
  .player_footer .ttl {
    font-size: 1.4rem;
  }
  .player_footer ul {
    padding: 0;
  }
  .player_footer li, .player_footer ul:nth-of-type(2) li {
    letter-spacing: normal;
    width: 48%;
    display: inline-block;
    margin-bottom: 10px;
  }
  .player_footer ul:nth-of-type(2) li {
    vertical-align: top;
  }
   .player_footer li:nth-of-type(2n) {
    float: right;
  }
  .player_footer ul:nth-of-type(2) li a {
    letter-spacing: -0.5px
  }
  
  /*トップチーム選手*/
  .player_name {
    font-size: 2rem;
  }
  .player_name span {
    font-size: 1.3rem;
    margin: 10px 0 0 0;
    display: block;
  }
  .player_ribbon {
    font-size: 4rem;
  }
  .top_player .mainImg .img {
    width: 100%;
    position: relative;
    float: none;
    height: 310px;
    overflow: hidden;
    margin-bottom: 20px;
  }
  .top_player .mainImg .thumb {
    width: 100%;
    float: none;
  }
  .top_player .mainImg .thumb li {
    width: 136px;
    height: 91px;
    display: inline-block;
    margin: 0 14px 0 0;
  }
  .top_player .mainImg .thumb li:last-child {
    margin-right: 0;
  }
  .top_player .mainImg .img li img {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    width: auto;
    height: 100%;
  }
  .top_player#sec01 {
    background-size: cover;
  }
  .top_player .mainImg .img li {
    height: 310px;
  }
  .player_info dl {
    display: block;
    width: 100%;
  }
  .player_info dl dt {
    width: 33%;
  }
  .player_info dl dd {
    padding-left: 36%;
  }
  .player_table,.player_table tr, .player_table tbody, .player_table th, .player_table td {
    display: block;
    width: 100%;
  }
  .player_table th {
    padding: 10px !important;
  }
  .player_table td {
    padding: 15px !important;
  }
  
  /*スポンサー一覧*/
  .sponsor_mv {
    width: 120% !important;
    margin: 0 0 35px -10% !important;
    height: 250px;
    background-size: 210%;
  }
  .sponsor_lead {
    font-size: 1.2rem;
  }
  .sponsor#sec03 li {
    width: 48%;
    float: left;
    margin: 0 0 15px 0 !important;
  }
  .sponsor#sec03 li:nth-of-type(2n) {
    float: right;
  }
  .sponsor .uniform_wrap .box .img {
    width: 100px;
  }
  .sponsor .uniform_wrap .box {
    padding-left: 120px;
    min-height: 132px;
  }
  
  /*お問い合わせ*/
  
	#form_area dl {
		display: block;
		padding: 15px 0 15px 0;
	}
	#form_area dt {
    display: block;
    width: 100%;
    padding: 0;
    margin: 0 0 10px 0;
	}
	#form_area dd {
		display: block;
		padding: 0;
    width: 100%;
	}
	#form_area input[type=text], #form_area input[type=email] {
    width: 100%;
    box-sizing: border-box;
	}
	
	#form_area .mail_area .sub {
    position: static;
		display: block;
	}
	#form_area .sub {
		display: block;
		margin-top: 10px;
	}
	#form_area #address, #form_area textarea {
    width: 100%;
	}
	.contact #form_area .lead {
		text-align: left;
	}
	.mw_wp_form .error {
		position: static;
		margin: 5px 0;
  }
  #form_area .must,#form_area .free {
    margin-right: 15px;
  }
  .privacy_check .mwform-checkbox-field {
    width: 100%;
    padding: 15px;
    box-sizing: border-box;
  }
  #form_area .submit button {
    margin-left: 0;
  }


/*サポートショップ------*/

.suport-shoplist td:nth-child(2n+1) {
width:100% !important;
border: none;
display: block;
padding: 30px 20px 10px 27px;
}

.suport-shoplist td:nth-child(2n) {
width:100% !important;
border: none;
display: block;
padding: 0 20px 30px 27px;
}

.suport-shoplist td img{
width:100%;
}


.customize-support dl.listview div{
width:100%;
float:none;
}
	.page_sponsorlist .ttl_blue_h2 {
		background-size: cover;
	}
  .sponsor#sec03 li .cap {
    font-size: 0.7rem;
	}
  .page_corporatemember .sponsor#sec03 li,
.page_ladiescorporatemember .sponsor#sec03 li {
	min-height: 70px;
}
	
	/*レディース	*/
	.l_page .game_info {
    box-sizing: border-box;
    padding-top: 131px;
    position: relative;
		
		height: 1148px;
    background: url(/images_sp/l_league/gameinfo-bg.png) no-repeat center top;
		background-size: 100%;
	}
	.l_page .ttl_year {
		top: 0;
		left: 25px;
	}
	.l_page .box_result .ribbon {
		top: 61px;
	}
	.l_page .box_result .box_data {
    background-color: #f8f9fe;
    height: 348px;
    margin: 21px 0 0 0px;
}
	.game_info .pc_flex > section {
		margin-bottom: 114px;
	}
	.l_page .box_allgames {
		margin-left: 0;
		height: 315px;
	}
	.l_page .box_allgames .detail {
		height: 282px;
	}
	.l_page .box_allgames:before {
		height: 282px;
	}
	.l_page .box_allgames input:checked + label {margin-top: -6px;}
	.l_page .ranking .left {
		font-size: 15px;
	}
	.l_page .box_allgames .detail .left .vs.len4 {
    font-size: 1.2rem;
	}
	.l_page .box_allgames .detail h3 span {
		display: inline;
	}
	.sp_only {
		display: block !important;
	}
	.pc_only {
		display: none !important;
	}
	body.adminbar .wrapper {
    padding-top: 118px !important;
}
	.page_ladies .sitemain a {
		text-decoration: none;
	}
	
	/*スクールコーチひな形*/
	.k_staffBox .right {
    width: 100%;
    float: none;
	}
	.k_staffBox .name_main,.k_staffBox .name_kana,.k_staffBox .name_alph {
		width: calc(100% - 173px);
		float: right;
	}
	.k_staffBox .name_main {
		margin-top: 25px;
	}
	.k_staffBox dl {
		clear: both;
		overflow: hidden;
		margin-bottom: 10px;
	}
	.k_staffBox dt {
		width: 100px;
	}
	.k_staffBox dd {
    width: calc(100% - 100px);
	}
	.k_staffBox table th {
		width: 28%;
	}
	.k_grid0 {
	display: block;
}
	
	
	
	
  
}


