@charset "UTF-8";
/* @import url('https://fonts.googleapis.com/css?family=Roboto:500,700'); */
@import url('https://fonts.googleapis.com/css?family=Source+Sans+Pro:300,400,600');
/*
html5doctor.com Reset Stylesheet
v1.6.1
Last Updated: 2010-09-17
Author: Richard Clark - http://richclarkdesign.com 
Twitter: @rich_clark
*/

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;
    font-size:100%;
    vertical-align:baseline;
    background:transparent;
}
button {
    outline: none;
    border: none;
}
button:hover {
    cursor: pointer;
}
html {height:100%;font-size: 16px;width: 100%;/* overflow-x: hidden; */}
body {
    line-height: 1;
    z-index: 0;
    height: 100%;
    width: 100%;
    font-family: 'Source Sans Pro',"Yu Mincho", "YuMincho", sans-serif;
    position: relative;
    /* overflow-x: hidden; */
}
.ofh {
    width: 100%;
    overflow-x: hidden;
    position:  relative;
}
.serif {
    font-family: serif;
}
* {
    /* color: #333; */
}
label:hover {
    cursor: pointer
}
article,aside,details,figcaption,figure,
footer,header,hgroup,menu,nav,section { 
    display:block;
}
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;
    text-decoration: none;
    /* color: #000; */
    -webkit-tap-highlight-color:rgba(0,0,0,0);
    outline: none;
}
/* change colours to suit your needs */
ins {
    background-color:#ff9;
    color:#000;
    text-decoration:none;
}
/* change colours to suit your needs */
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;
}
/* change border colour to suit your needs */
hr {
    display:block;
    height:1px;
    border:0;
    border-top:1px solid #cccccc;
    margin:1em 0;
    padding:0;
}
img {
    vertical-align: bottom;
    height: auto;
}
* {
    box-sizing: border-box;
}
/*Reset End*/

/*clearfix*/
.clearfix {
    zoom: 1; /* for IE7- */
}
.clearfix:after {
    content: '';
    display: block;
    clear: both;
}
/*
@font-face {
font-family: 'TheanoDidot';
src: url('/fonts/TheanoDidot-Regular.woff2') format('woff2'),
url('/fonts/TheanoDidot-Regular.woff') format('woff'),
url('/fonts/TheanoDidot-Regular.ttf') format('truetype');
}
*/
/*style start*/
body {
    font-family: "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", "メイリオ", sans-serif;
    font-weight: 500;
    font-size: 15px;
    line-height: 1.46;
    color: #333;
    height: 100%;
    padding-top: 100vh;
    position: relative;
}
#opening {
    position: fixed;
    width: 100%;
    height: 100%;
    background: #fff;
    z-index: 9999;
    left: 0;
    top: 0;
    display: flex;
    align-items: center;
    justify-content: center;
}
#openingInner {
    position: relative;
    text-align: center;
    /* overflow: hidden; */
    backface-visibility: hidden;
}
#openingInner img {
    opacity: 0;
    transition: 1s;
    width: 80%;
    max-width: 725px;
    backface-visibility: hidden;
}
.on #openingInner img {
    opacity: 1;
}
#openingInner:after {
    position: absolute;
    content: "";
    display: block;
    background: #fff;
    width: 120%;
    height: calc(100% + 20px);
    right: 120%;
    top: -10px;
    transition: .5s 1.5s;
    background: -moz-linear-gradient(left, rgba(255,255,255,1) 93%, rgba(255,255,255,0.2) 100%);
    background: -webkit-linear-gradient(left, rgba(255,255,255,1) 93%,rgba(255,255,255,0.2) 100%);
    background: linear-gradient(to right, rgba(255,255,255,1) 93%,rgba(255,255,255,0.2) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#33ffffff',GradientType=1 );
}
.on #openingInner:after {
    right: -20%;
}
#waku {
    position: fixed;
    width: 100%;
    height: 100%;
    border: 15px solid #cba766;
    border-width: 0;
    transition: 1s border;
    /* border-width: 1px; */
    z-index: 100;
    pointer-events: none;
    top: 0;
    left: 0;
    box-sizing: border-box;
    transition: .5s;
}
#waku.show {
    border-width: 15px
}

#floatBtn {
    position: fixed;
    right: 50px;
    bottom: 50px;
    width: 16%;
    max-width: 148px;
    z-index: 99;
    opacity: 0;
    transition: .5s opacity
}
#floatBtn.show {
    opacity: 1
}
@media screen and (min-width: 769px) {
    #floatBtn.on {
        position: absolute;
        bottom: calc(100% - 20px);
    }
}
#floatBtnA {
    display: block;
    position: relative;
    /* cursor: default; */
    transition: .25s opacity;
}

#floatBtnA:hover {
    opacity: .9
}
#floatBtnA:after {
    /* content: "Coming Soon"; */
    display: block;
    position: absolute;
    top: 50%;
    /* left: 50%; */
    background: rgba(203, 167, 102, 0.85);
    color: #fff;
    font-size: 24px;
    white-space: nowrap;
    transform: rotate(15deg) translate(-20px,-50%);
    /* transform-origin: left; */
    padding: 0 20px;
    line-height: 1.8;
    border-radius: 4px;
}
#list #floatBtn {
    right: auto;
    left: 50px;
}
#floatBtn img {
    width: 100%;
    /* opacity: .75; */
}
#floatBtn:hover {
    /* opacity: .75 */
}
#mainVisual {
    padding: 0;
    /*     min-height: 100%; */
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    align-content: center;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    transition: 0.55s;
    z-index: 0;
}
#mainVisual #bg {
    /* background: url(../images/mv_bg.jpg) no-repeat top center; */
    max-width: 1150px;
    background-size: contain;
    width: 100%;
    /* display: flex; */
    flex-wrap: wrap;
    align-self: stretch;
    margin: 0 auto;
    position: relative;
    height: 100%;
    position: relative;
    z-index: -1;
    padding: 15px 0 0;
}
#bg img {
    width: 100%;
}
#scrollBtn {
    content: "";
    width: 52px;
    height: 45px;
    background: url(../images/scroll.png) no-repeat center;
    background-size: contain;
    position: absolute;
    left: 50%;
    bottom: 40px;
    margin-left: -26px;
    /* -webkit-animation: keyframes 0.5s ease-in infinite alternate; */
    animation: keyframes 3.5s ease-in infinite;
    opacity: 0;
    transition: 1s opacity 3.2s;
    z-index: 100;
    display: none;
}
.on #scrollBtn {
    opacity: 1
}
@keyframes keyframes {
    0% {
        transform: translateY(0%);
    }
    15% {
        transform: translateY(10%);
    }
    30% {
        transform: translateY(0%);
    }
    45% {
        transform: translateY(10%);
    }
    60% {
        transform: translateY(0%);
    }
    100% {
        transform: translateY(0%);
    }
}
#imgArea {
    margin: auto;
    width: 100%;
    max-width: 1300px;
    text-align: center;
    /* padding: 7% 0; */
    background: url(../images/logo.png) no-repeat center;
    background-size: contain;
    /* background-attachment: fixed; */
}
#imgArea img {
    width: 100%;
    visibility: hidden;
}
#imgArea {
    width: 48%;
    max-width: 626px;
    margin: 39% auto 50px;
    margin-bottom: 90px;
}
#logoArea {
    width: 100%;
    /* max-width: 1300px; */
    margin: 0 auto 0;
    text-align: center;
    position: fixed;
    z-index: 0;
    top: 0;
    padding-top: 44.4%;
    /*    transition: 0.55s;*/
}
#logo {
    width: 43.2%;
    max-width: 626px;
    margin: 0 auto 50px;
    /* display: none; */
    transition: 0.55s;
}
#lead {
    width: 58.2%;
    max-width: 756px;
    margin: auto;
    transition: 0.55s;
}
#logo img ,
#lead img {
    width: 100%
}
@media screen and (min-width: 1150px) {
    #logoArea {
        top: 0;
        padding-top: 500px;
    }
}
@media screen and (max-width: 1300px) {
    #mainVisual #bg {
        /* min-height: 100vh; */
        /* align-content: center; */
        /* align-self: center; */
    }
}
section:not(#mainVisual) {
    width: 100%;
    max-width: 1100px;
    margin: 0 auto;
    padding: 20px 40px 100px;
    position: relative;
    z-index: 2;
    background: -moz-linear-gradient(top, rgba(255,255,255,0.2) 0%, rgba(255,255,255,1) 7%);
    background: -webkit-linear-gradient(top, rgba(255,255,255,0.2) 0%,rgba(255,255,255,1) 7%);
    background: linear-gradient(to bottom, rgba(255,255,255,0.2) 0%,rgba(255,255,255,1) 4%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#33ffffff', endColorstr='#ffffff',GradientType=0 );
}
section h1 {
    text-align: center;
    margin: 0 0 30px;
}
#infoArea {
    margin-top: 785px!important;
}
#title {
    width: 94.1%;
    max-width: 959px;
    margin: 0px auto 30px;
}
#title img {
    width: 100%;
}
#date {
    width: 48.5%;
    max-width: 492px;
    margin: 0 auto 100px;
    min-width: 220px;
}
#date img {
    width: 100%;
}
#detail {
    display: flex;
    width: 100%;
    justify-content: center;
    max-width: 530px;
    margin: 0 auto 15px;
}
#detail li {
    border: 1px solid #cba766;
    padding: 7px 10px;
    margin: 0 1.5%;
    line-height: 1;
    width: 50%;
}
#detail li dl {
    display: flex;
    font-weight: bold;
    align-items: end;
}
#detail li dl dt {
    color: #cba766;
    padding: 0 10px;
    letter-spacing: .05em;
    white-space: nowrap;
    font-size: 16px;
    width: 6em;
    text-align: center;
}
#detail li dl dd {
    font-size: 16px;
    padding: 0 5px;
    letter-spacing: .3em;
    width: 100%;
    text-align: center;
}
#detail li dl dd span {
    font-size: 14px
}
#detailArea .detailAnno {
    max-width: 530px;
    padding: 0 10px;
    font-size: 13px;
    margin: auto;
    /* text-align: left; */
    margin-bottom: 50px;
}
#detailArea {
    /* max-width: 800px; */
    margin: 0 auto 60px;
}
#detailArea > p {
    text-align: center;
    font-size: 16px;
    font-weight: bold;
    margin-bottom: 20px;
}
#detailArea > p > span {
    display: inline-block;
    text-align: left;
    /* color: #cba766; */
}
#playerList h2 {
    font-size: 20px;
    padding: 5px 20px;
    border-left: 3px solid #cba766;
    letter-spacing: 0.2em;
    font-weight: bold;
    margin-bottom: 20px;
    display: flex;
    align-items: center;
}
#playerWrap {
    display: flex;
    justify-content: space-between;
    align-items: center
}
#playerWrap > ul {
    width: 40%;
    text-align: center;
}
#playerWrap > ul li {
    margin-bottom: 40px
}
#playerWrap > ul li img {
    width: 247px;
    margin-bottom: 5px
}
#playerList dl {
    width: 60%
}
#playerList dt {
    font-size: 17px;
    font-weight: bold;
}
#playerList dd {
    margin-bottom: 20px;
    line-height: 1.6;
    /* padding: 0 10px; */
    /* word-break: keep-all; */
}
#playerList dd span {
    /* display: inline-block; */
}
#playerList dd:last-child {
    margin-bottom: 0
}
#playerList table {
    border: 2px solid #cba766;
    border-top: none;
    width: auto;
    margin: 10px 0;
    max-width: 580px;
    width: 100%;
}
#playerList th,
#playerList td {
    padding: 5px;
    border-bottom: 1px solid #cba766;
    vertical-align: middle;
}
#playerList th {
    /* border-bottom-width: 2px; */
    font-size: 15px;
    padding: 8px 20px;
    line-height: 1.3;
    background: #cba766;
    color: #333;
    border-bottom: none;
}
#playerList th:first-child {
    border-right: 1px solid #fff;
} 

#playerList th span {
    font-size: 12px
}
#playerList dd:first-of-type {
    margin-bottom: 40px
}
#playerList dd:first-of-type th,
#playerList dd:first-of-type td {
    /* width: 25%; */
    text-align: center;
    /* border: 1px solid #cba766; */
}
#playerList dd:first-of-type td:first-child {
    border-right: 1px solid #cba766
}
#playerList dd:nth-of-type(2) td:nth-of-type(1),
#playerList dd:nth-of-type(2) td:nth-of-type(3),
#playerList dd:nth-of-type(2) td:nth-of-type(4),
#playerList dd:nth-of-type(2) td:nth-of-type(6){
    width: 60px;
    text-align: center;
}
#playerList dd:nth-of-type(2) td:nth-of-type(3){
    border-right: 1px solid #cba766;
}
#playerList dd:nth-of-type(2) td:nth-of-type(2),
#playerList dd:nth-of-type(2) td:nth-of-type(5) {
    padding: 10px 20px;
    width: 160px;
}
#playerList dd:nth-of-type(2) tr:nth-child(even) {
    background: rgba(255, 228, 180, 0.15);
}

#playerList .anno {
    font-size: 13px;
    display: inline-block;
}

.eventAnno {
    margin-bottom: 80px;
}
.eventAnno h2 {
    font-size: 20px;
    padding: 5px 20px;
    border-left: 3px solid #cba766;
    letter-spacing: 0.2em;
    font-weight: bold;
    margin-bottom: 20px;
    display: flex;
    align-items: center;

}
.eventAnno p {
    margin-bottom: 20px;
    padding: 0 10px;
    line-height: 1.6;
}
.eventAnno ul li {
    padding: 0 10px 0 2em;
    text-indent: -1em;
    font-size: 12px;
    margin-top: 6px;
}
.event {
    background: #f0e9db;
    /* border: 1px solid #d9ceb7; */
    padding: 20px 20px;
    border-radius: 3px;
    margin-bottom: 80px;
}
.event h2 {
    font-size: 20px;
    /* border-bottom: 1px solid #cba766; */
    margin-bottom: 10px;
    /* text-align: center; */
    word-break: keep-all;
}
.event .lead {
    margin-bottom: 20px;
    /* text-align: center; */
}
.event .sche {
    margin-bottom: 20px;
    /* text-align: center; */
    font-size: 14px;
}
.event .sche li {
    display: inline-block;
    margin-right: 15px;
    /* font-weight: bold; */
    font-size: 14px;
    line-height: 1;
}
.event .sche li .label {
    /* border: 1px solid #cba766; */
    /* background: #fff; */
    padding: 1px 4px;
    background: #cba766;
    color: #fff;
    vertical-align: middle;
}
.event .sche li span:not(.label) {
    margin-right: 5px;
    font-weight: bold;
    margin-left: 10px;
    font-size: 18px;
    vertical-align: middle;
}
.event .evSup {
    font-size: 12px;
    line-height: 1.6
}

.event .evSup li {
    /* display: inline; */
    padding-left: 1em;
    text-indent: -1em;
    margin-bottom: 5px;
}
.event .evSup li .ttl {
    float: left;
    width: 5em;
}
.event .evSup li .txt {
    padding-left: 5.25em;
    text-indent: 0;
}
#privilegeArea {
    width: 100%;
    max-width: 1020px;
    /* max-width: 800px; */
    margin: auto;
    background: #f0e9db;
    border-radius: 3px;
    align-items: center;
    padding: 35px 180px 35px 0;
    height: 100%;
    position: relative;
}
#privilegeArea dl {
    width: 100%;
    display: table;
}
#privilegeArea dl dt {
    padding: 0 55px;
    border-right: 1px solid #cba766;
    display: table-cell;
    /* align-items: center; */
    vertical-align: middle;
}
#privilegeArea dl dd {
    padding: 0 10px 0 55px;
    font-weight: bold;
    line-height: 1.5;
    display: table-cell;
    width: 100%;
}
#privilegeArea #card {
    position: absolute;
    right: 30px;
    top: 50%;
    transform: translate(0,-50%) rotate(8deg);
    width: 135px;
}
#privilegeArea #card img {
    width: 100%
}
#privilegeArea #card:after {
    content: "※画像はイメージです";
    font-size: 12px;
    position: absolute;
    top: 100%;
    display: block;
    margin-top: 20px;
    margin-top: 5px;
    text-align: center;
    width: 100%;
    /* transform: translate(0px,-5px) rotate(-15deg); */
}
#seat_feeArea h1 {
    margin-bottom: 40px
}
#seat_feeInner {
    display: flex;
    margin-bottom: 30px;
    align-items: center;
}
#seat_feeInner table {
    border: 1px solid #d9ceb7;
    width: 100%;
    font-size: 14px;
    font-weight: bold;
    width: 59%;
}
#seat_feeInner table tr:not(:first-child) {
    border-top: 1px solid #d9ceb7
}
#seat_feeInner table tr > *:not(:last-child) {
    border-right: 1px solid #d9ceb7
}
#seat_feeInner table th,
#seat_feeInner table td {
    text-align: center;
    vertical-align: middle;
}
#seat_feeInner table .head th {
    padding: 11px 10px;
    font-size: 15px;
    background: #d3b47d;
}
#seat_feeInner table th {
    padding: 7px 10px;
    background: #ffebc7;
}
#seat_feeInner table td {
    padding: 9px 10px;
}
#seat_feeInner table td.bg {
    padding: 0;
    width: 15px;
    border: none;
}
#seat_feeInner table td.bg + td {
    padding-left: 0;
}
#seatImg {
    padding: 10px 0 10px 40px;
    width: 41%;
    min-width: 250px;
    max-width: 412px;
}
#seatImg img {
    width: 100%
}

#ticket {
    margin-bottom: 20px
}
#ticket li:first-child {
    margin-bottom: 70px
}
#ticketArea h2 {
    font-size: 20px;
    padding: 5px 20px;
    border-left: 3px solid #cba766;
    letter-spacing: 0.2em;
    font-weight: bold;
    margin-bottom: 20px;
    display: flex;
    align-items: center;
}
#ticketArea h2 span {
    font-size: 13px;
    margin-left: 1em;
    padding: 5px 1.8em;
    background: #efefef;
    letter-spacing: 0;
    font-weight: bold;
}
.tickeTable {
    border-top: 1px solid #d9ceb7;
    font-size: 14px;
    width: 100%;
}
.tickeTable tr {
    border-bottom: 1px solid #d9ceb7
}
.tickeTable tr:not(:first-child) {
    height: 90px
}
.tickeTable th {
    background: #f9f6ef;
    font-size: 14px;
    letter-spacing: 1px;
}
.tickeTable th,
.tickeTable td {
    padding: 10px 20px;
    text-align: center;
    vertical-align: middle;
}
.tickeTable td a {
    font-size: 16px;
    font-weight: bold;
    color: #cba766;
    white-space: nowrap;
}
.tickeTable td span {
    font-size: 10px
}
.tickeTable td:first-child {
    font-weight: bold;
    font-size: 14px;
}
.tickeTable td:first-child span {
    display: block
}
.tickeTable td dl {
    /* display: flex;
    flex-wrap: wrap; */
    /* width: 100%; */
    /* align-items: center; */
    font-size: 13px;
    text-align: left;
}
.tickeTable td dl dt {
    width: calc(2em + 20px);
    padding: 0 10px;
    text-align: left;
    position: relative;
    float: left;
    clear: both;
}
.tickeTable td dl dt:nth-of-type(n + 2),
.tickeTable td dl dd:nth-of-type(n + 2) {
    margin-top: 5px
}
.tickeTable td dl dt:after {
    content: "";
    display: block;
    width: 1px;
    height: 1em;
    position: absolute;
    background: #000;
    right: 0;
    top: .23em;
}
.tickeTable td dl dd {
    /* width: calc(100% - 2em - 20px); */
    margin-left: calc(2em + 20px);
    /* text-align: left; */
    padding: 0 10px;
}
.wheelchair {
    display: flex;
    font-size: 11px;
    align-items: center;
    margin: 25px auto 40px;
    color: #555;
}
.wheelchair dt {
    padding: 10px;
    background: #efefef;
    line-height: 1;
    white-space: nowrap;
}
.wheelchair dd {
    padding: 0 20px;
    line-height: 1.6
}

#inquiryArea dl {
    display: flex;
    align-items: center;
    border: 1px solid #d9ceb7;
    /* padding: 30px 40px; */
}
#inquiryArea dl dt {
    font-size: 13px;
    font-weight: bold;
    color: #cba766;
    white-space: nowrap;
    padding: 25px 20px;
}
#inquiryArea dl dd {
    padding: 25px 20px;
    font-size: 12px;
    line-height: 1.6;
    width: 100%;
}
#inquiryArea dl dd ul {
    display: flex;
    flex-wrap: wrap;
}
#inquiryArea dl dd ul li {
}
.supList {
    font-size: 11px;
    color: #555;
}
.supList li:not(:last-child) {
    margin-bottom: .8em
}

/* START list.html */
#list {
    padding-top: 0
}
#listHead {
    display: flex;
    flex-direction: row-reverse;
    align-items: center;
    max-width: 1400px;
    margin: auto;
    text-align: center;
    padding-top: 40px;
}
#listMain {
    width: 55%;
}
#listMain img {
    width: 90%;
}
#listLogo {
    width: 50%;
}
#listLogo #logo {
    width: 75%;
    margin-bottom: 30px;
}
#listLogo #lead {
    width: 75%;
}
#list #attendeeList {
    padding-bottom: 140px
}
#tabArea {
    display: flex;
    justify-content: space-between;
    margin-bottom: 40px;
}
#tabArea li {
    font-size: 28px;
    font-weight: bold;
    width: 48%;
    text-align: center;
}
#tabArea li a {
    display: block;
    color: #cba766;
    border-radius: 3px;
    border: 1px solid #cba766;
    line-height: 80px;
    position: relative;
}
#tabArea li.current a:after {
    content: "";
    display: block;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 17px 7.5px 0 7.5px;
    border-color: #cba866 transparent transparent transparent;
    position: absolute;
    top: 100%;
    left: 50%;
    margin-left: -8px
}
#tabArea li:hover a,
#tabArea li.current a {
    color: #fff;
    background: #cba766;
}
#tabContent li ul {
    display: flex;
    flex-wrap: wrap;
}

#tabContent li ul li {
    width: calc(100% / 3 - 15px);
    margin-bottom: 25px;
    margin-right: 20px
}
#tabContent li ul li:nth-child(3n) {
    margin-right: 0
}
#tabContent li ul li a {
    border: 1px solid #cba766;
    padding: 15px;
    border-radius: 3px;
    display: flex;
    align-items: center;
    box-shadow: 0 3px rgba(0, 0, 0, .1);
    position: relative;
    background: #fff;
}
#tabContent li ul li a:before {
    content:"";
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 5px 5px 0 0;
    border-color: #cba866 transparent transparent transparent;
    position: absolute;
    right: -5px;
    top: 33px
}
#tabContent li ul li a:after {
    content: "";
    width: 70px;
    background: #000;
    position: absolute;
    right: -5px;
    top: 10px;
    z-index: 1;
    text-align: center;
    color: #fff;
    font-weight: bold;
    font-size: 13px;
    line-height: 23px;
}
#tabContent li ul li.posi_p a:after {content: "投手"}
#tabContent li ul li.posi_c a:after {content: "捕手"}
#tabContent li ul li.posi_i a:after {content: "内野手"}
#tabContent li ul li.posi_o a:after {content: "外野手"}
#tabContent .name {
    padding-left: 20px;
}
#tabContent li ul li p span {
    display: block
}
#tabContent .name .jp {
    color: #333;
    font-size: 20px;
    font-weight: bold;
    margin-bottom: 3px;
    word-break: keep-all;
}
#tabContent .name .en {
    color: #cba766;
    font-size: 10px;
    font-weight: bold;
    letter-spacing: .1em;
}
#modalList {
    display: none;
}
.modalInner {
    background: #fff;
    position: relative;
    padding: 44px 35px 33px;
    max-width: 920px;
    margin: auto;
    display: grid;
    display: -ms-grid;
    grid-template-columns: 245px 1fr;
    -ms-grid-columns: 245px 1fr;
}

.modalInner:before {
    content:"";
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 7px 7px 0 0;
    border-color: #cba866 transparent transparent transparent;
    position: absolute;
    right: -7px;
    top: 56px;
}
.modalInner:after {
    content: "";
    width: 100px;
    background: #cba766;
    position: absolute;
    right: -7px;
    top: 23px;
    z-index: 1;
    text-align: center;
    color: #fff;
    font-weight: bold;
    font-size: 20px;
    line-height: 33px;
}
.modalInner.posi_p:after {content: "投手"}
.modalInner.posi_c:after {content: "捕手"}
.modalInner.posi_i:after {content: "内野手"}
.modalInner.posi_o:after {content: "外野手"}
#tabContent .img {
    width: 75px;
    /* height: 100px; */
}
#tabContent .img img {
    width: 100%;
    /* height: 100%; */
}
#tabContent .name {
    padding-left: 17px;
    width: calc(100% - 75px);
}
.modalInner .modalImg {
    padding: 0 20px 0 0;
    grid-row: span 3;
    -ms-grid-column: 1;
    -ms-grid-row: 1;
    -ms-grid-row-span: 3;
}
.modalInner .modalImg img {
    width: 100%;
}
.modalInner .modalTtl {
    display: flex;
    border-bottom: 1px solid #cba766;
    align-items: center;
    margin-bottom: 4px;
    -ms-grid-column: 2;
    -ms-grid-row: 1;
}
.modalInner .modalTtl .ttlJp {
    font-size: 26px;
    font-weight: bold;
    padding: 0 10px;
    word-break: keep-all;
}
.modalInner .modalTtl .ttlEn {
    font-size: 11px;
    color: #cba766;
    font-weight: bold;
    margin-left: 10px;
    letter-spacing: 0.05em;
}
.modalInner table {
    font-size: 14px;
    vertical-align: middle;
    font-weight: bold;
    -ms-grid-column: 2;
    -ms-grid-row: 2;
}
.modalInner table tr:nth-child(even) {
    background: #f9f6ef
}
.modalInner table tr th {
    padding: 12px 0 12px 30px;
    text-align: left;
    width: 142px;
    vertical-align: top;
}
.modalInner table tr td {
    padding: 12px 30px 12px 0px;
}
.modalInner table tr td span {
    display: inline-block;
    padding-left: 30px;
    border-left: 1px solid #d9ceb7;
}
.modalInner .modalBtnArea {
    margin-top: 35px;
    -ms-grid-column: 2;
    -ms-grid-row: 3;
}
.modalInner .modalBtnArea a {
    display: inline-block;
    background: #000 url(../images/list/modal_btn_bg.png) no-repeat right 20px center;
    color: #fff;
    box-shadow: 0 3px #cba766;
    font-size: 16px;
    font-weight: bold;
    width: 100%;
    max-width: 350px;
    text-align: center;
    line-height: 56px;
    border-radius: 3px;
}
/* END list.html */

#footer {
    background: #f0e9db;
    padding: 70px 0;
    position: relative;
}
#footer ul {
    display: flex;
    max-width: 1020px;
    margin: 0 auto 2em;
    flex-wrap: wrap;
    justify-content: center;
    font-size: 12px;
    font-weight: bold;
}
#footer ul li {
    /* line-height: 3; */
    margin: 0 20px 2em 10px;
    padding-left: 40px;
    text-indent: -40px;
}

#footer ul li span {
    text-indent: 0
}
#footer ul li {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
}
#footer ul li.logo a {
    display: flex;
}
#footer ul li.logo img {
    margin-right: 5px;
}
#footer ul li:nth-child(4) {
    padding-left: 149px;
    text-indent: -149px;
}
#footer ul li:nth-child(6) {
    padding-left: 110px;
    text-indent: -110px;
}
#footer ul li:nth-child(8) {
    padding-left: 65px;
    text-indent: -63px;
}
#copy {
    color: #cba766;
    font-size: 10px;
    text-align: center;
}
@media screen and (max-width: 1080px) {
    .tickeTable th,
    .tickeTable td {
        padding: 10px;
    }
    .tickeTable td:first-child img {
        width: 150px
    }
}

@media screen and (max-width: 960px) {
    #privilegeArea {
        padding-right: 160px;
    }
    #privilegeArea dl dt {
        padding: 0 30px
    }
    #privilegeArea dl dd {
        padding-left: 30px
    }
    #privilegeArea #card {
        width: 135px;
        right: 0px;
    }
    #privilegeArea #card img {
        width: 100%
    }
    #tabContent li ul {
        justify-content: space-between;
        padding: 0 20px;
    }
    #tabContent li ul li {
        width: calc(100% / 2 - 15px);
        margin-bottom: 25px;
        margin-right: 0;
    }
}

@media screen and (min-width: 769px) {
    .sp {
        display: none;
    }
}
@media screen and (max-width: 768px) {
    .pc {
        display: none;
    }
    #scrollBtn {
        bottom: 60px
    }
    #openingInner img {
        max-width: 513px;
    }
    #mainVisual:after {
        bottom: 70px
    }
    #mainVisual #bg {
        padding-top: 0;
    }

    #playerWrap {
        display: block;
    }
    #playerList dt {
        width: 100%;
        max-width: 580px;
        margin: auto
    }
    #playerList table {
        margin: 10px auto
    }
    #playerWrap > ul {
        width: 100%;
        text-align: center;
        display: flex;
    }
    #playerWrap > ul li {
        width: 50%;
        margin-bottom: 20px;
        padding: 0 10px;
    }
    #playerWrap > ul li img {
        width: 100%;
        max-width: 247px;
        margin-bottom: 5px;
    }
    #playerWrap > ul li p {
        font-size: 12px
    }
    #playerList dl {
        width: 100%;
        /* text-align: center; */
    }

    #floatBtn {
        width: 100%;
        bottom: 5px;
        background: #231815 url(../images/sp_btn_bg.png) no-repeat right 20px center;
        /* background: #666; */
        background-size: 20px;
        max-width: 100%;
        right: 0;
        text-align: center;
    }
    #list #floatBtn {
        background: #231815 url(../images/sp_under_btn_bg.png) no-repeat 20px center;
        background-size: 20px;
        left: 0;
    }
    #floatBtnA {
        /* padding: 15px */
        /* line-height: 44px; */
        height: 44px;
        display: flex;
        align-items: center;
        justify-content: center;
        padding: 0 55px;
    }
    #floatBtn img {
        /* max-width: 196px; */
        /* width: 50%; */
        width: 170px;
    }
    #floatBtnA:after {
        transform: rotate(0deg) translate(0px,-50%);
        font-size: 16px;
    }
    #waku.show {
        border-width: 5px
    }
    .ua_sp #waku {
        border-bottom-width: 0;
        height: calc(100% + 60px);
    }
    .ua_sp #waku:after {
        content: "";
        width: 100%;
        display: block;
        height: 5px;
        position: fixed;
        bottom: -5px;
        left: 0;
        z-index: 9999;
        background: #cba766;
        transition: .5s;
    }
    .ua_sp #waku.show:after {
        bottom: 0;
    }
    section:not(#mainVisual) {
        padding: 0 2% 100px;
    }
    #infoArea {
        margin-top: 600px!important;
    }
    #imgArea {
        width: 100%;
        max-width: 768px;
        padding: 0;
    }
    #logoArea {

        padding-top: 83%;
    }
    #logo {
        width: 100%;
        max-width: 768px;
        margin-bottom: 30px;
    }
    #lead {
        width: 100%;
        max-width: 768px
    }
    #title {
        width: 100%;
        max-width: 768px;
        margin-bottom: 15px;
    }
    #date {
        margin-bottom: 70px;
        line-height: 1;
    }
    #detail {
        /* flex-wrap: wrap; */
        /* max-width: 390px; */
        margin-bottom: 20px;
    }
    #detail li {
        width: 50%;
        /* margin-bottom: 10px; */
        padding: 7px 10px;
    }
    #detail li dl dt {
        width: 7em;
        text-align: center;
        font-size: 14px;
    }
    #detail li dl dd {
        font-size: 14px;
        /* text-align: left; */
    }
    #detailArea > p {
        font-size: 16px;
        margin: 0 auto 30px;
        padding: 0 15px;
    }
    .event {
        padding: 15px
    }
    .event .sche {
        margin-bottom: 10px
    }
    .event .sche li {
        margin-right: 10px;
        margin-bottom: 10px;
    }
    #privilegeArea {
        padding: 1em 10% 1em 0;
    }
    #privilegeArea #card {
        width: 20%;
        right: 30px;
        /* min-width: 130px; */
    }
    #privilegeArea #card:after {
        font-size: 10px;
    }
    #privilegeArea dl {
        display: block;
        padding: 0 30% 0 1.5em;
        /* padding-right: 1.5em; */
    }
    #privilegeArea dl dt {
        display: block;
        padding: 0;
        margin-bottom: .75em;
        border: none;
    }
    #privilegeArea dl dd {
        display: block;
        padding: 0
    }
    #privilegeArea dl dd br {
        /* display: none */
    }
    #seat_feeInner {
        flex-wrap: wrap;
    }
    #seat_feeInner table {
        width: 100%
    }
    #seatImg {
        padding: 40px 0 0;
        width: 100%;
        text-align: center;
        max-width: 90%;
        margin: auto;
    }
    #seatImg img {
        width: 100%;
        max-width: 660px
    }
    .tickeTable,
    .tickeTable tbody,
    .tickeTable tr,
    .tickeTable th,
    .tickeTable td {
        display: block;
        background: none;
        height: auto!important;
        text-align: left;
    }
    .tickeTable td dl {
        display: block;
        width: auto;
        /* align-items: flex-start; */
    }
    .tickeTable td dl dt {
        padding: 0 8px 0 0;
        width: auto;
        /* height: 100%; */
        display: inline-block;
        margin: 0!important;
        float: none;
    }
    .tickeTable td dl dt:after {
        display: none;
    }
    .tickeTable td dl dd {
        padding: 0 0 0 7px;
        display: block;
        width: 100%;
        margin: 0 0 10px!important;
    }
    .tickeTable td dl dd:last-child {
        margin-bottom: 0!important
    }
    .tickeTable tr:first-child {
        display: none
    }
    .tickeTable td:first-child img {
        width: 100%
    }
    .tickeTable tr {
        padding: 10px 0;
        display: -ms-grid;
        display: grid;
        -ms-grid-columns: 200px 1fr;
        grid-template-columns: 200px 1fr;
    }
    .tickeTable td {
        padding: 7px 0px 7px 12px;
        border-left: 1px solid #ccc;
        -ms-grid-column: 2;
    }
    .tickeTable.ippan td:nth-child(2):before {
        /*         content: "インターネットでの購入"; */

    }
    .tickeTable td .ttl {
        display: inline-block;
        font-weight: bold;
        border-bottom: 1px solid #555;
        font-size: 14px;
        margin-bottom: 7px;
    }
    .tickeTable td:first-child {
        -ms-grid-row: 1;
        -ms-grid-row-span: 2;
        grid-row: span 2;
        -ms-grid-column: 1;
        align-self: center;
        padding: 0px 15px;
        /* border-right: 1px solid #ccc; */
        border-left: none;
        font-size: 16px;
    }
    .tickeTable td.r3 {
        -ms-grid-row: 1;
        -ms-grid-row-span: 3;
        grid-row: span 3;
    }

    .tickeTable td:nth-child(2),
    .tickeTable td.none + td {-ms-grid-row: 1;}
    .tickeTable td:nth-child(3) {-ms-grid-row: 2;}
    .tickeTable td:nth-child(4) {-ms-grid-row: 3;}
    .tickeTable td.none {
        display: none
    }

    /* START list.html */
    #listHead {
        display: block;
        padding-top: 5px;
        margin-bottom: 70px;
    }
    #listMain {
        width: 100%;
        margin-bottom: -20%;
    }
    #listMain img {
        width: 100%;
    }
    #listLogo {
        width: 100%;
    }
    #listLogo #logo {
        width: 90%;
        margin-bottom: 18px;
    }
    #listLogo #lead {
        width: 90%;
    }

    #list #attendeeList {
        padding-bottom: 100px;
        position: relative;
    }

    #list #attendeeList h1 {
        margin-bottom: 20px
    }
    #tabArea {
        padding: 10px 3%;
        position: absolute;
        width: 100%;
        left: 0;
        z-index: 10;
        background: #fff;
        top: 106px;
    }
    #tabArea.fixed {
        position: fixed;
        top: 5px;
    }
    #tabArea li a {
        font-size: 3.6vw;
        line-height: 2.2;
    }
    #tabContent {
        padding-top: 17.5%;
    }
    #tabContent li ul {
        max-width: 550px;
        margin: auto;
        padding: 0 3%;
    }
    #tabContent li ul li {
        width: 100%;
    }
    #tabContent li ul li a {
        padding: 10px;
    }
    #tabContent .name .jp {
        font-size: 24px;
    }
    #tabContent .name .en {
        font-size: 12px;
    }
    #tabContent li ul li a:before {
        display: none;
    }
    #tabContent li ul li a:after {
        font-size: 16px;
        line-height: 26px;
        width: 75px;
        right: 5px;
        top: 40%;
        margin-top: -13px;
    }
    .modalInner {
        grid-template-columns: 200px 1fr;
        -ms-grid-columns: 200px 1fr;
        padding: 15px 15px 40px;
        max-width: 480px;
    }
    .modalInner .modalImg {
        grid-row: 1;
        -ms-grid-column: 1;
        -ms-grid-row: 1;
        padding: 0 20px 0 0;
    }
    .modalInner .modalImg img {
        width: 100%
    }
    .modalInner .modalTtl {
        border: none;
        flex-wrap: wrap;
        text-align: center;
        align-content: center;
        margin-bottom: 0;
        -ms-grid-column: 2;
        -ms-grid-row: 1;
        padding: 30px 0 25px;
    }
    .modalInner .modalTtl span {
        width: 100%;
    }
    .modalInner table {
        grid-column: span 2;
        font-size: 13px;
        margin-top: 10px;
        -ms-grid-column: 1;
        -ms-grid-column-span: 2;
        -ms-grid-row: 2;
    }
    .modalInner table tr th {
        padding: 8px 15px 8px 15px;
        width: auto;
        white-space: nowrap;
        vertical-align: middle;
    }
    .modalInner table tr td {
        width: 100%;
        vertical-align: middle;
    }
    .modalInner table tr td span {
        padding-left: 15px;
        border-width: 2px;
    }
    .modalInner .modalBtnArea {
        grid-column: span 2;
        text-align: center;
        margin-top: 20px;
        padding: 0 15px;
        -ms-grid-column: 1;
        -ms-grid-column-span: 2;
        -ms-grid-row: 3;
    }
    /* END list.html */
}

@media screen and (max-width: 640px) {
    .o640 {
        display: none;
    }
    #inquiryArea dl {
        flex-wrap: wrap;
    }
    #inquiryArea dl dt {
        width: 100%;
        padding: 15px 15px 0;
    }
    #inquiryArea dl dd {
        padding: 15px;
    }
    #inquiryArea dl dd ul li {
        width: 100%;
    }
    #footer ul li.logo {
        display: block;
        padding-left: 0;
        text-indent: 0;
        text-align: center;
        width: 100%;
    }
    #footer ul li.logo a {
        display: block;
        margin: 10px auto 0;
    }
}

@media screen and (max-width: 580px) {
    #playerList dd:nth-of-type(2) td:nth-of-type(2),
    #playerList dd:nth-of-type(2) td:nth-of-type(5) {
        padding: 10px 10px;
        width: 180px;
    }
    #playerList td,
    #playerList th {
        font-size: 14px
    }
    #detail {
        flex-wrap: wrap;
        margin-bottom: 5px;
        display: block;
    }
    #detail li {
        /* width: 100%; */
        margin: 0 auto 10px;
        min-width: 285px;
    }
    #ticketArea h2 span {
        padding: 4px 0.5em;
        font-size: 12px;
    }
    .tickeTable tr {
        -ms-grid-columns: 1fr;
        grid-template-columns: 1fr;
        display: block;
        padding: 20px 0;
    }
    .tickeTable td {
        border-left: none;
        text-align: center;
        padding: 7px 0;
        margin-bottom: 10px;
    }
    .tickeTable td:first-child {
        -ms-grid-row: 1;
        grid-row: 1;
        margin-bottom: 10px;
    }
    .tickeTable td:first-child img {
        max-width: 200px;
    }
    .tickeTable td dl {
        text-align: center;
    }
    .tickeTable td dl dt {
        padding: 0
    }
    .tickeTable td a {
        white-space: normal;
    }
    .wheelchair {
        display: block;
    }
    .wheelchair dt {
        display: inline-block;
        margin-bottom: 5px;
    }
    .wheelchair dd {
        padding: 0 10px;
    }
    #tabContent .img {
        width: 23.25%;
    }
    #tabContent .img img {
        width: 100%;
    }
    #tabContent .name .jp {
        font-size: 18px;
    }
    #tabContent .name .en {
        font-size: 11px;
    }
    .modalInner {
        grid-template-columns: 150px 1fr;
    }
    .modalInner .modalTtl .ttlJp {
        font-size: 23px;
    }
}
@media screen and (max-width: 480px) {
    #infoArea h1 img {
        width: 294px;
    }
    section h1 img {
        width: 180px
    }
    #privilegeArea dl {
        padding: 0 120px 0 1.4em;
    }
    #privilegeArea #card {
        /* top: 0; */
        right: 20px;
        width: 110px;
    }
    #ticketArea h2 {
        letter-spacing: 0;
        padding: 5px 15px;
    }
    #tabArea {
        top: 81px;
    }
    #tabContent {
        padding-top: 20.5%;
    }
    .modalInner {
        grid-template-columns: 110px 1fr;
        padding: 10px 10px 20px;
    }
    .modalInner .modalTtl .ttlJp {
        font-size: 20px;
    }
    .modalInner:after {
        font-size: 16px;
        line-height: 26px;
        top: 16px;
        width: 90px;
    }
    .modalInner:before {
        border-width: 7px 7px 0 0;
        right: -7px;
        top: 42px;
    }
    .modalInner table tr th {
        padding: 8px 7px;
    }
    .modalInner table tr td {
        padding: 8px 10px 8px 0;
    }
    #footer ul li {
        margin-bottom: 30px;
    }
}