/* ========================================

	style_sp.css

========================================== */

/* base
================================= */
.pc {
    display: none !important;
}

.clear {
    clear: both;
}

body {
    font-family: YakuHanJP, 'Noto Sans JP', 'ヒラギノ角ゴ Pro W3', -apple-system, sans-serif;
    line-height: 1.6;
}

.more {
    display: inline-block;
    width: 100%;
    text-align: right;
    margin: 20px 0 0;
}

.more a {
    font-size: 15px;
}

.back {
    padding: 30px 0 0;
}

.back a {
    font-size: 16px;
}

.btn a {
    display: block;
    width: 100%;
}

.list--sub,
.txt--sub {
    font-size: 12px;
}

.list--sub {
    padding: 10px 0 0;
}

.list--sub li {
    margin: 0 0 5px;
}

.list--accordion li .tit {
    padding: 20px;
}

.list--accordion li [class^="icon--"] {
    font-size: 16px;
}

.list--accordion li .icon--a {
    padding-top: 20px;
}

.list--accordion li .accordion-detail {
    padding: 0 20px 20px;
}

.list--accordion li:not(.current) .tit:before,
.list--accordion li:not(.current) .tit:after {
    width: 18px;
    right: 20px;
}

.list--attention {
    padding-top: 10px;
}

.list--attention li {
    margin: 0 0 10px;
}


/* header
--------------------------------- */
.header {
    position: fixed;
    width: 100%;
    padding: 15px 5% 0;
    z-index: 999;
    -webkit-transition: all .3s ease;
    transition: all .3s ease;
}

.header .logo {
    width: 80px;
    display: inline-block;
}

.header .g-nav {
    display: none;
    width: 100%;
    height: 100%;
    position: fixed;
    top: 0;
    left: 0;
    background: #F5EEDE;
}

.header .g-nav .nav--menu {
    width: 100%;
    padding: 0 5%;
    position: absolute;
    text-align: center;
    top: 55%;
    left: 0;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
}

.header .g-nav .nav--menu li {
    margin: 0 0 30px;
}

.header .g-nav .nav--menu li:last-child {
    margin-bottom: 0;
}

.header .g-nav .nav--menu li a {
    display: block;
    color: #333;
    line-height: 1;
    font-size: 20px;
    font-size: 7vw;
    font-weight: bold;
    text-decoration: none;
}

.header .g-nav .nav--menu li a i {
    margin-right: 10px;
}

.header .g-nav .nav--menu li a span svg {
    width: 35px;
    margin-right: 11px;
    top: 2px;
    position: relative;
}

/*.header .g-nav .nav--menu li span { opacity: 0.3; }*/

.drawer__btn {
    position: fixed;
    right: 5%;
    top: 0;
    opacity: 0;
    width: 50px;
    height: 50px;
    z-index: 999;
    text-align: center;
    background: #333;
    -webkit-transition: all 0.5s ease;
    transition: all 0.5s ease;
}

.drawer__btn span {
    display: block;
    /*    font-size: 6vw;*/
    font-size: 20px;
    font-weight: 700;
    color: #fff;
    line-height: 0;
    position: absolute;
    left: 0;
    -webkit-transition: .1s;
    transition: .5s;
}

.drawer__btn span i {
    opacity: 0;
    position: absolute;
    left: 0;
    top: 0;
    font-style: normal;
}

.drawer__btn span.drawer__btn--01 {
    /*    top: 3.5vw; left: 2vw;*/
    top: 13px;
    left: 9px;
}

.drawer__btn span.drawer__btn--02 {
    /*    top: 3.5vw; left: 8vw;*/
    top: 13px;
    left: 30px;
}

.drawer__btn span.drawer__btn--03 {
    /*    top: 9vw; left: 2.5vw;*/
    top: 32px;
    left: 11px;
}

.drawer__btn span.drawer__btn--04 {
    /*    top: 9vw; left: 8vw;*/
    top: 32px;
    left: 30px;
}

.drawer__btn span .hidden {
    opacity: 1;
    transition: all .3s ease;
}

.drawer__btn .close {
    padding: 12px;
    line-height: 0;
    opacity: 0;
    transition: all .3s ease;
}

.menu-open .drawer__btn span .hidden {
    opacity: 0;
}

.menu-open .drawer__btn span .visible {
    opacity: 1;
}

.menu-open .drawer__btn span.drawer__btn--01 .visible {
    left: 2px;
}

.menu-open .drawer__btn span.drawer__btn--02 .visible {
    top: 2px;
    left: 2px;
    font-size: 20px;
}

.menu-open .drawer__btn .close {
    opacity: 1;
}

.header.loaded .drawer__btn {
    opacity: 1;
    top: 20px;
}


.header .g-nav .list--flag li {
    transition: all .8s .8s ease;
}

.header .g-nav .list--flag li.flag_left {
    /*
    -webkit-transform: translate(-20px, -40px);
    transform: translate(-20px, -40px);
*/
    position: absolute;
    width: 200px;
    top: -40px;
    left: -20px;
    /* transform: rotate(-8deg); */
}

.header .g-nav .list--flag li.flag_right {
    /*
    -webkit-transform: translate(20px, -40px);
    transform: translate(20px, -40px);
*/
    width: 180px;
    position: absolute;
    top: -40px;
    right: 20px;
    transform: rotate(25deg);

}

.menu-open .header .g-nav .list--flag li.flag_right {
    top: 33px;
    right: -6px;
}

.menu-open .header .g-nav .list--flag li.flag_left {
    top: 0;
    left: -21px;
}

/* keyvisual
--------------------------------- */
.keyvisual {
    height: 90vh;
}

.keyvisual .main-tit {
    width: 80%;
    top: 25%;
    left: 50%;
}

.keyvisual .scroll {
    width: 20px;
    position: absolute;
    right: 5%;
}

.keyvisual .scroll p {
    font-size: 18px;
    -webkit-transform: rotate(90deg);
    transform: rotate(90deg);
    position: relative;
    line-height: 0;
    bottom: 25px;
    left: -12px;
    display: inline-block;
}

/* banner
--------------------------------- */
.banner {
    padding: 0 5%;
    /*    margin: 0 0 115px;*/
}

.banner .list--bnr li {
    margin: 0 0 10px;
}

.banner .list--bnr li:last-child {
    margin-bottom: 0;
}


/* contents
--------------------------------- */
[class^="section--"] {
    width: 110%;
    margin: 0 auto 115px;
    margin-left: -5%;
    padding: 60px 10%;
    border-radius: 65px;
}

.section-tit {
    padding: 0 15%;
    /*    top: -67px;*/
    top: -15vw;
    left: 0;
}

.inview {
    top: 40px;
}

.inview.view {
    top: 0;
}


/* news
--------------------------------- */
.section--news {
    padding-bottom: 40px;
}

.section--news .inner .list--news li {
    margin: 0 0 10px;
}

.section--news .inner .list--news li.nodata {
    margin: 0 0 40px;
    text-align: center;
}

.section--news .inner .list--news li:last-child {
    margin-bottom: 0;
}

.section--news .inner .list--news li a {
    display: block;
    color: #333;
    padding: 22px 15px;
    text-decoration: none;
    position: relative;
}

.section--news .inner .list--news li .date {
    font-size: 12px;
    margin-bottom: 5px;
}

.section--news .inner .list--news li .date .new {
    margin-left: 6px;
}

.section--news .inner .list--news li .date+p {
    word-break: break-all;
}


/* schedule
--------------------------------- */
.section--schedule .inner .scheduleList * {
    box-sizing: border-box;
}

.section--schedule .inner .scheduleList {
    width: 100%;
    border-top: 1px solid #b6a485;
    border-bottom: 1px solid #b6a485;
}

.section--schedule .inner .scheduleList .DisContinue .date p,
.section--schedule .inner .scheduleList .DisContinue .date span,
.section--schedule .inner .scheduleList .DisContinue .time span,
.section--schedule .inner .scheduleList .DisContinue .area,
.section--schedule .inner .scheduleList .DisContinue .venue {
	text-decoration: line-through;
}

.section--schedule .inner .scheduleList .thead {
    display: none;
}

.section--schedule .inner .scheduleList tbody {
    display: block;
}

.section--schedule .inner .scheduleList .dayOne {
    padding: 15px 0 5px;
}

.section--schedule .inner .scheduleList .dayTwo {
    padding: 5px 0 15px;
}

.section--schedule .inner .scheduleList .dayOne,
.section--schedule .inner .scheduleList .dayTwo {
    display: block;
    position: relative;
}

.section--schedule .inner .scheduleList .dayTwo:not(:last-of-type)::after {
    content: '';
    display: block;
    width: 100%;
    height: 1px;
    background: #b6a485;
    position: absolute;
    bottom: 0;
}

.section--schedule .inner .scheduleList td {
    display: block;
    word-break: break-all;
    margin-bottom: 5px;
}

.section--schedule .inner .scheduleList td::before {
    display: block;
    font-size: 13px;
    line-height: 100%;
    margin-bottom: 2px;
}

.section--schedule .inner .scheduleList .date {
    float: left;
    font-size: 16px;
    line-height: 1;
    font-weight: 500;
    padding: 0;
    margin: 0 10px 6px 0;
}

.section--schedule .inner .scheduleList .area {
    float: left;
    font-size: 18px;
    margin: 0 10px 0 0;
}

.section--schedule .inner .scheduleList .date p {
    float: left;
    display: inline-block;
    font-size: 16px;
}

.section--schedule .inner .scheduleList .date p:last-of-type {
    position: relative;
}

.section--schedule .inner .scheduleList .date span {
    margin-left: 5px;
    font-size: 12px;
}

.section--schedule .inner .scheduleList .venue {
    font-size: 16px;
    font-weight: bold;
    line-height: 1.5;
    margin: 0 0 8px;
}

.section--schedule .inner .scheduleList .time {
    text-align: left;
    font-size: 12px;
    line-height: 1.4;
    letter-spacing: 0.05em;
}

.section--schedule .inner .scheduleList .offTxt {
    font-size: 15px;
	color: #ff0000;
	text-decoration: none!important;
}


.section--schedule .inner .scheduleList .dayTwo .time {
    margin: 0 0 10px;
}

.section--schedule .inner .scheduleList tr.holiday .date {
    width: 100px;
    margin-right: 0;
}

.section--schedule .inner .scheduleList .info {
    vertical-align: middle;
    padding-left: 0px;
    line-height: 1.8;
}

.section--schedule .inner .scheduleList .ticket {
    margin-bottom: 0;
}

.section--schedule .inner .scheduleList .ticket span {
    font-size: 10px;
}

.section--schedule .inner .scheduleList td.info {
    font-size: 11px;
}

.section--schedule .inner .scheduleList td.info a {
    color: #333;
    text-decoration: none;
}

.section--schedule .inner .scheduleList .subTxt {
    display: block;
    font-size: 10px;
    line-height: 1.7em;
}

.section--schedule .inner .liveTable {
    margin: 0 auto 40px 0;
    border-bottom: 1px solid #E3D283;
    line-height: 1.5;
}

.section--schedule .inner .liveTable dl {
    display: table;
}

.section--schedule .inner .liveTable dt {
    position: relative;
    width: 100%;
    font-size: 18px;
    font-weight: bold;
    padding: 15px 0 15px;
    border-top: 1px solid #E3D283;
    clear: both;
}

.section--schedule .inner .liveTable dd {
    width: 100%;
    margin: 0 0 20px;
}

.liveCaption li {
    list-style: none;
    padding-left: 1em;
    text-indent: -1em;
    margin-bottom: 10px;
}

.liveCaption li:last-child {
    margin-bottom: 0;
}

.liveCaption li a {
    color: inherit;
}

.liveCaption:not(:last-child) {
    margin-bottom: 20px;
}

.liveCaption .subTxt,

/* twitter
--------------------------------- */
.section--twitter {
    margin-bottom: 40px;
}

.contentsBox {
    background: #CFE0EA;
    box-shadow: 0 4px 9px 4px rgba(0, 0, 0, 0.2);
    margin-bottom: 30px;
    border-radius: 65px;
}

.contentsBox.schedule {
    margin: 0 auto 25px;
}

.section--twitter .twitterBox {
    padding: 20px 5%;
    background: #fff;
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    overflow: hidden;
}

.section--twitter .twitterBox iframe {
    display: block !important;
    /*	width: 88% !important;*/
    max-width: 100% !important;
    height: 300px !important;
    margin: 0 auto !important;
    width: 740px !important;
}


/* page
--------------------------------- */
body:not(.page--home) .container .contents-inner {
    padding-top: 110px;
}

body.page--list .container .contents-inner,
body.page--ticket .container .contents-inner {
    padding-top: 160px;
}

body:not(.page--home) .container .contents-inner [class^="section--"] {
    margin-bottom: 40px;
}

body:not(.page--home) .section--detail .tit {
    font-size: 22px;
    margin: 0 0 25px;
    line-height: 1.5;
}

body:not(.page--home) .section--detail .date {
    margin: 0 0 5px;
}

body:not(.page--home) .header .drawer__btn {
    opacity: 1;
    top: 20px;
}


/* home
--------------------------------- */
.page--home .section--news {
    margin-top: 115px;
}

/* ticket
--------------------------------- */
.page--ticket .section--ticket .ticket-banner {
    line-height: 0;
    margin: 0 0 20px;
}

.page--ticket .section--ticket .ticket-banner a {
    display: block;
}

.page--ticket .section--ticket .ticket-banner a img {
    border-radius: 3px;
}

.page--ticket .section--ticket .block--ticket {
    margin: 0 0 20px;
    padding: 30px 20px;
}

.page--ticket .section--ticket .block--ticket.ticket-detail {
    margin: 0;
    padding: 20px;
}

.page--ticket .section--ticket .block--ticket.ticket-detail .block-tit {
    margin: 0;
    text-align: center;
}

.page--ticket .section--ticket .block--ticket .block-tit,
.page--ticket .section--ticket .list--ticket li .tit {
    font-size: 18px;
}

.page--ticket .section--ticket .block--ticket .block-tit {
    margin: 0 0 20px;
}

.page--ticket .section--ticket .block--ticket .list--caption li {
    margin: 0 0 13px;
    line-height: 1.5;
}

.page--ticket .section--ticket .block--ticket .list--caption li:last-child {
    margin-bottom: 0;
}

.page--ticket .section--ticket .block--ticket .list--caption li .txt--sub {
    text-indent: 0;
    padding-left: 0;
    padding-top: 3px;
}

.page--ticket .section--ticket .ticket-info {
    line-height: 1.5;
}

.page--ticket .section--ticket .ticket-info dt {
    padding: 15px 0 10px;
    text-align: left;
    clear: left;
    float: left;
}

.page--ticket .section--ticket .ticket-info dd {
    padding: 15px 0 15px 110px;
}

.page--ticket .section--ticket .ticket-info dd .entry {
    padding: 10px 0;
}

.page--ticket .section--ticket .ticket-info dd .conditions {
    padding-top: 10px;
}

.page--ticket .section--ticket .ticket-info dd .conditions>li {
    margin: 0 0 5px;
}

.page--ticket .section--ticket .ticket-info dd .conditions .list--sub {
    padding-top: 5px;
}

.page--ticket .section--ticket .ticket-info dd .conditions .list--sub li {
    margin: 0;
}

.page--ticket .section--ticket .ticket-info dd .txt--sub {
    padding-top: 5px;
    font-size: 12px;
}

.page--ticket .section--ticket .list--ticket li .tit {
    margin: 0;
}

.page--ticket .section--ticket .list--ticket li .accordion-detail table {
    margin: 0 0 30px;
}

.page--ticket .section--ticket .list--ticket li .accordion-detail th,
.page--ticket .section--ticket .list--ticket li .accordion-detail td {
    display: block;
}

.page--ticket .section--ticket .list--ticket li .accordion-detail th {
    font-weight: bold;
    margin: 0 0 5px;
}

.page--ticket .section--ticket .list--ticket li .accordion-detail td {
    margin: 0 0 20px;
}

.page--ticket .section--ticket .list--ticket li .accordion-detail tr:last-of-type td {
    margin-bottom: 0;
}


/* faq
--------------------------------- */
.page--qa .section--qa .list--qa>li {
    margin: 0 0 10px;
}

.page--qa .section--qa .list--qa li .tit p {
    padding: 0 20px;
}

.page--qa .section--qa .list--qa li .text {
    padding: 20px 0 0 20px;
}


/* banner_bottom
--------------------------------- */
.block--banner-bottom {
    padding: 0 5%;
    margin: 0 0 30px;
}

.block--banner-bottom .list--bnr li {
    width: 49%;
    float: left;
    margin: 0 2% 5px 0;
    line-height: 0;
}

.block--banner-bottom .list--bnr li:nth-child(2n) {
    margin-right: 0;
}

.block--banner-bottom .list--bnr li:last-child {
    margin-bottom: 0;
}

/* footer
--------------------------------- */
footer {
    background: #FFFCEF;
    padding: 30px 0;
    color: #333;
    font-size: 10px;
    position: relative;
}

footer .copyright {
    text-align: center;
    font-size: 10px;
}

.block--sns .list--share {
    text-align: center;
    margin: 0 0 40px;
}

.block--sns .list--share li {
    display: inline-block;
    margin-right: 15px;
}

.block--sns .list--share li:first-child {
    font-size: 16px;
    line-height: 20px;
}

.block--sns .list--share i {
    font-size: 20px;
}

.block--sns .list--share li.twitter {
    margin-right: 12px;
}

.block--sns .list--share li.line {
    margin-right: 0;
}

.block--sns .list--share li.line svg {
    width: 20px;
    height: 20px;
    fill: #333;
    position: relative;
    top: 2px;
}

@media screen and (min-width: 700px) {
    .header h1 a {
        font-size: 2.6vw;
    }

    .outTit {
        font-size: 85px;
        font-size: 11vw;
    }

    .more {
        display: inline-block;
        width: 100%;
        text-align: right;
        margin: 20px 0 0;
    }
}


/* admissionnotice
--------------------------------- */
.page--admissionnotice .text .lead {
    margin: 0 0 30px;
}

.page--admissionnotice .text .block--attention {
    padding: 30px 20px;
    margin: 0 0 20px;
}

.page--admissionnotice .text .block--attention dt {
    font-size: 16px;
    margin: 0 0 20px;
}

.page--admissionnotice .text .block--attention dt:before {
    margin-right: 10px;
}

.page--admissionnotice .text .block--attention dd .list--attention {
    padding: 0;
}

.page--admissionnotice .text .block--attention dd .list--attention>li {
    margin: 0 0 10px;
    padding-left: 1.6em;
    text-indent: -1.6em;
    line-height: 1.6;
}

.page--admissionnotice .text .block--attention dd .list--attention>li:before {
    margin-right: 8px;
}

.page--admissionnotice .text .block--attention dd .list--attention>li .txt--sub {
    padding-top: 5px;
}

.page--admissionnotice .text .block--attention dd .list--attention>li .document {
    padding: 15px 20px;
    margin-top: 10px;
}

.page--admissionnotice .text .block--attention dd .list--attention li .document li {
    margin: 0 0 5px;
    line-height: 1.5;
}

.page--admissionnotice .text .block--ticket-type {
    margin: 0 0 50px;
    padding-top: 20px;
}

.page--admissionnotice .text .block--ticket-type .ticket-type {
    margin: 0 0 40px;
}

.page--admissionnotice .text .block--ticket-type .ticket-type dt {
    font-size: 20px;
    margin: 0 0 20px;
}

.page--admissionnotice .text .block--ticket-type .ticket-type dt span {
    font-size: 13px;
    text-align: left;
    padding-top: 6px;
}

.page--admissionnotice .text .block--ticket-type .ticket-type.paper dt span {
    font-size: 11px;
}

.page--admissionnotice .text .block--ticket-type .ticket-type dt i {
    margin-right: 10px;
}

.page--admissionnotice .text .block--ticket-type .ticket-type dt svg {
    width: 21px;
    height: 13px;
    margin-right: 9px;
    position: relative;
    top: 2px;
}

.page--admissionnotice .text .block--ticket-type .ticket-type dd p {
    padding: 10px;
}

.page--admissionnotice .text .block--ticket-type .ticket-type dd .thumb {
    padding: 25px 10px;
}

.page--admissionnotice .text .block--ticket-type .ticket-type dd .thumb img {
    width: 90%;
    max-width: 400px;
}

.page--admissionnotice .text .block--ticket-type .ticket-type:not(.paper) dt {
    font-size: 22px;
    margin-bottom: 15px;
}

.page--admissionnotice .text .block--ticket-type .ticket-type:not(.paper) dd p {
    font-size: 15px;
}

.page--admissionnotice .text .block--ticket-type .ticket-type:not(.paper) dd .thumb img {
    width: 100%;
}

.page--admissionnotice .text .block--ticket-type .ticket-type.paper dt {
    font-size: 15px;
    margin: 0 0 13px;
}

.page--admissionnotice .text .block--ticket-type .ticket-type.paper dd p {
    font-size: 12px;
    padding: 7px 0;
}

.page--admissionnotice .text .block--ticket-type .ticket-type.paper dd .thumb {
    padding: 10px 0;
}

.page--admissionnotice .text .block--ticket-type .ticket-type.paper dd .thumb img {
    width: 75%;
}


/* goods
--------------------------------- */
body.page--goods .container .contents-inner {
    padding-top: 160px;
}

.section--goods .tit--category {
    font-size: 18px;
    margin-bottom: 20px;
}

.list--goods li {
    width: 48.5%;
    margin: 0 0 2.75vw;
    border-radius: 10px;
    padding: 5px 15px 14px;
}

.section--goods .list--category>li+li {
    margin-top: 35px;
}

.list--goods .tit {
    font-size: 13px;
    line-height: 1.4;
}

.list--goods .tit span {
    margin-top: 7px;
}

.block--overlay {
    width: 100%;
}

.block--overlay .overlay__modal {
    padding: 0 5% 8vw;
    width: 95%;
    margin: 2.5vw auto 5vw;
    border-radius: 20px;
}

.block--overlay .list--ph img {
    width: 100%;
}

.block--overlay .list--ph-thumb li {
    width: 20%;
    margin: 0 1.5%;
    max-width: 16%;
}

.block--descriptoin .tit {
    font-size: 20px;
}

.block--overlay .btn--close {
    top: 15px;
    right: 22px;
}

.block--overlay .btn--close:before,
.block--overlay .btn--close:after {
    width: 40px;
    height: 2px;
}

.section--goods .list--description {
    margin: 40px 0 0;
    padding: 40px 0 0;
}

.section--goods .list--description>li+li {
    margin-top: 35px;
}

.section--goods .list--description .tit {
    font-size: 15px;
    margin: 0 0 8px;
}


/* challenge room
--------------------------------- */

.section--challenge-room i{
  font-style: normal;
}

.section--challenge-room{
  background: #F5B0A1;
}

.block--room{
  margin: 0 0 20px;
  padding: 30px 20px;
  border-radius: 3px;
  background: #fff;
}
.block--room .lead, .block--room .lead p{
  padding:0 0 12px;
}
.block--room .lead .bold{
  font-weight: bold;
}
.block--room .lead .sml{
  font-size: 12px;
}
.block--room .lead .indent{
  display: inherit;
  letter-spacing: 0.5px;
  text-indent: -1em;
  padding: 10px 0 0 1em;
  line-height: 1.3;
}
.block--challenge{
  position: relative;
  padding: 6vw;
  background: #fff url("/static/backnumber/fanclub-pc/feature/oneroom_vol5/img/cmn/bg_scoreBoard_mid.jpg") repeat-y scroll top center / contain;
  width: 100%;
  height: auto;
}
.block--challenge::before,
.block--challenge::after{
  position: absolute;
  left:0;
  display:block;
  content:'';
  width: 100%;
  height: 5vw;
  background: #fff url("/static/backnumber/fanclub-pc/feature/oneroom_vol5/img/cmn/bg_scoreBoard_top.jpg") no-repeat scroll center / contain;
}
.block--challenge::before{
  top: 0;
  z-index: 10;
}
.block--challenge::after{
  background: #fff url("/static/backnumber/fanclub-pc/feature/oneroom_vol5/img/cmn/bg_scoreBoard_btm.jpg") no-repeat scroll center /  contain;
  bottom: 0;
}
.scoreBoard > table{
  width: 100%;
  margin: 0 auto;
  border: 1px solid;
  position: relative;
  z-index:10;
}
.scoreBoard > table th {
  width: 28%;
  font-size: 10px;
  text-align: center;
}
.scoreBoard > table th span {
  margin:0 2px 0 0;
}
.scoreBoard > table td {
  font-size: 16px;
  height: 28px;
  text-align: center;
}
.scoreBoard > table th.name{
  width: 90px !important;
  font-weight: bold;
  font-size: 10px;
  padding: 6px 0;
  line-height: 13px;
  height: 28px;
}
.scoreBoard > table th, .scoreBoard > table td {
  border-right: 1px solid;
  border-bottom: 1px solid;
}
.scoreBoard > table .prize th {
  font-weight: bold;
  font-size: 13px;
}

.scoreBoard > table tr:nth-of-type(n + 12){
    background: #ddd;
}
.scoreBoard > table tr:last-child{
    background:#f5eede
}
.scoreBoard > table tr:nth-of-type(n + 12) th{
    color: #999;
    border-color:#333;
}
.scoreBoard > table tr:last-child th{
    color: #333;
}



/* iPad 対応
--------------------------------- */
@media screen and (min-width: 768px) {
    .keyvisual .main-tit {
        width: 70%;
        top: 22%;
    }

    .banner,
    .block--banner-bottom {
        padding: 0 15%;
    }

    .banner {
        margin-bottom: 135px;
    }

    [class^="section--"] {
        margin-bottom: 135px;
    }

    .section--twitter {
        margin-bottom: 40px;
    }

    .section-tit {
        width: 100%;
        top: -10vw;
        text-align: center;
    }

    .section-tit img {
        width: 380px;
    }

    .header .g-nav .nav--menu li {
        margin-bottom: 40px;
    }

    .header .g-nav .nav--menu li a {
        font-size: 5vw;
    }

    .header .g-nav .nav--menu li a span svg {
        width: 42px;
        top: 3px;
    }

    .header .g-nav .nav--menu {
        top: 53%;
    }

    body.page--list .container .contents-inner,
    body.page--ticket .container .contents-inner {
        padding-top: 180px;
    }
}

/* iPhone5 対応
============================ */
@media screen and (max-width: 320px) {
    .header .g-nav .list--flag li.flag_left {
        width: 180px;
        transform: rotate(-15deg);
    }

    .header .g-nav .list--flag li.flag_right {
        width: 160px;
        transform: rotate(32deg);
    }

    .menu-open .header .g-nav .list--flag li.flag_left {
        left: -31px;
    }

    .menu-open .header .g-nav .list--flag li.flag_right {
        right: -12px;
    }

    .header.loaded .drawer__btn {
        top: 15px;
    }

    .page--ticket .section--ticket .block--ticket.ticket-detail .block-tit {
        font-size: 16px;
    }
}