﻿@charset "utf-8";
@import url('https://fonts.googleapis.com/css?family=Oswald&display=swap');

/*  Modal
/* -----------------------------------------*/

body {
    background: #FFF;
    font-family: "游ゴシック Medium", YuGothic, YuGothicM, "Hiragino Kaku Gothic ProN", "Hiragino Kaku Gothic Pro", メイリオ, Meiryo, sans-serif;
}

#mdOverlay {
    display: none;
    top: 0;
    left: 0;
    width: 100%;
    height: 120%;
    position: fixed;
    z-index: 97;
    background: #000;
}

#mdWindow {
    display: none;
    left: 50%;
    top: 50%;
    width: 90%;
    height: 85%;
    border-radius: 8px;
    background: #FFF;
    position: fixed;
    transform: translate(-50%, -50%);
    z-index: 98;
    overflow: hidden;
}

#mdWindow iframe {
    margin: 40px auto;
    padding: 0 20px;
    border: none;
    width: 100%;
    height: 90%;
    overflow: hidden;
}

.modal-area {
    max-width: 1000px;
    width: 100%;
    height: 100vh;
    margin: 0 auto;
    -webkit-overflow-scrolling: auto;
    overflow-y: auto;
    -webkit-overflow-scrolling: touch;
}

.modal-area::-webkit-scrollbar {
    width: 10px;
}

.modal-area::-webkit-scrollbar-track {
    box-shadow: inset 0 0 6px rgba(147, 0, 14, .1);
}

.modal-area::-webkit-scrollbar-thumb {
    background-color: rgba(147, 0, 14, .5);
    box-shadow: 0 0 0 1px rgba(255, 255, 255, .3);
}

#mdWindow>.mdClose {
    display: block;
    position: absolute;
    top: 10px;
    right: 10px;
    width: 40px;
    height: 40px;
}

#mdWindow>.mdClose:before,
#mdWindow>.mdClose:after {
    content: "";
    background: #000;
    width: 30px;
    height: 1px;
    transform: rotate(45deg);
    position: absolute;
    top: 10px;
    left: 10px;
}

#mdWindow>.mdClose:after {
    transform: rotate(-45deg);
}

.modalBtn {
    display: inline-block;
    padding: .25em 1em;
    font-family: sans-serif;
    font-size: 1.4rem;
    font-weight: bold;
    overflow: hidden;
    line-height: 2;
    text-align: center;
    transition: all 0.2s ease-in-out;
}

.modalBtn:hover {
    color: #D70000;
    opacity: 0.7;
}

#modalInclude {
    display: none;
}

.header-game-detail {
    text-align: center;
    padding: 30px 0;
}

.header-game-detail ul li {
    display: inline-block;
    font-feature-settings: "palt";
    vertical-align: middle;
}

.header-game-detail ul .day-week .day {
    font-family: 'Oswald', sans-serif;
    font-size: 2.6rem;
    font-weight: bold;
    letter-spacing: 2px;
}

.header-game-detail ul .team-name {
    font-size: 2.6rem;
    font-weight: bold;
    padding: 0 5px;
}

.gameinfo-txt {
    padding: 0 0 .5em 1em;
    font-size: 14px;
    line-height: 1.8;
}

.stadium-area {
    margin: 10px 0 0 0;
}

.stadium-area .stadium-figure {
    display: inline-block;
    width: 50%;
    margin: 0 1% 0 0;
    vertical-align: top;
}

.stadium-area .stadium-figure img {
    width: 100%;
}

.dynamicpricing {
    display: block;
    text-align: center;
    position: relative;
    width: 95%;
    margin: 20px;
}

.dynamicpricing table {
    margin: 0 auto;
    background: #FFF;
    border-collapse: collapse;
}

.dynamicpricing table th {
    text-align: left !important;
    font-size: 16px;
}

.dynamicpricing table td {
    text-align: center;
    font-size: 20px;
}

.dynamicpricing table th,
.dynamicpricing table td {
    width: calc(100% / 4);
    border: solid 1px #eaeaea;
    color: #333;
    font-weight: bold;
    padding: 6px;
    vertical-align: middle;
}

.dynamicpricing table thead th {
    padding: 6px;
    color: black;
    background: #EAEAEA;
    position: sticky;
    top: 0px;
    text-align: center !important;
}

.dynamicpricing table th small {
    font-size: 14px;
}


/*.dynamicpricing table tbody th.size {
	text-align: left;
	padding: .5em .5em .5em 1em;
}
.dynamicpricing table tbody th.adult {
	background: #FFF6F6;
}*/


/*.dynamicpricing table .length01{width: 30%;}
.dynamicpricing table .length02{width: 70%;}*/


/*.dynamicpricing table .color-sell {
    width:4%;
}*/

.dynamicpricing table .color-01 {
    background: #4D3992;
}

.dynamicpricing table .color-02 {
    background: #D84091;
}

.dynamicpricing table .color-03 {
    background: #9070AF;
}

.dynamicpricing table .color-04 {
    background: #F19EC2;
}

.dynamicpricing table .color-05 {
    background: #E60027;
}

.dynamicpricing table .color-06 {
    background: #E94508;
}

.dynamicpricing table .color-07 {
    background: #F39800;
}

.dynamicpricing table .color-08 {
    background: #428A7B;
}

.dynamicpricing table .color-09 {
    background: #7FCEF4;
}

.dynamicpricing table .color-10 {
    background: #6DBB4F;
}

.dynamicpricing table .color-11 {
    background: #A9002E;
}

.dynamicpricing table .color-12 {
    background: #07913A;
}

.dynamicpricing table .color-13 {
    background: #93C523;
}

.dynamicpricing table .color-14 {
    background: #00AAE7;
}

.dynamicpricing table .color-15 {
    background: #01B097;
}

.dynamicpricing table .color-16 {
    background: #E60012;
}

.dynamicpricing table .color-17 {
    background: #FFF;
}

.dynamicpricing table .color-18 {
    background: #FFDD00;
}

.dynamicpricing table .color-19 {
    background: #3A648A;
}

.dynamicpricing table .color-20 {
    background: #267B37;
}

.scroll-top-btn {
    display: block;
    background: #860010;
    text-align: center;
    height: 40px;
    width: 100%;
    position: relative;
    transition: all 200ms;
    cursor: pointer;
}

.scroll-top-btn:hover {
    opacity: .7;
}

.scroll-top-btn:before {
    content: "";
    width: 10px;
    height: 10px;
    border: 0px;
    border-top: solid 2px #FFF;
    border-right: solid 2px #FFF;
    -ms-transform: rotate(-45deg);
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
    position: absolute;
    top: 50%;
    left: 50%;
    right: 50%;
    margin-top: -5px;
}

@media screen and (max-width: 767px) {
    #mdWindow {
        top: calc(50% + 10px);
    }
    .header-game-detail {
        text-align: center;
        padding: 10px 0;
    }
    .header-game-detail ul .team-name {
        font-size: 1.4rem;
    }
    .gameinfo-txt {
        font-size: 1.0rem;
    }
    .header-game-detail ul li {
        display: inline-block;
        vertical-align: middle;
    }
    .modalBtn {
        display: block;
        width: 80%;
        margin: 0 auto;
    }
    html,
    body {
        -webkit-overflow-scrolling: touch !important;
        overflow: auto;
        height: 100%;
    }
    body {
        width: 100%;
        margin: 0;
    }
     ::-webkit-scrollbar {
        width: 0;
        height: 0;
    }
    .dynamicpricing table tbody th.size {
        text-align: left;
        padding: .5em;
    }
    .dynamicpricing {
        margin: 0 auto;
    }
    .dynamicpricing table {
        width: 95%;
    }
    .dynamicpricing table thead th {
        display: none;
    }
    .dynamicpricing table tbody tr td::before {
        content: attr(date-label);
        width: fit-content;
        font-size: 14px;
        padding: 4px 10px;
        border-radius: 50px;
        margin-right: 12px;
        position: absolute;
        left: 30px;
    }
    .dynamicpricing table th,
    .dynamicpricing table td {
        display: block;
        width: 100%;
    }
    .dynamicpricing table tbody th {
        text-align: center !important;
    }
    .dynamicpricing table td {
        text-align: right;
    }
}

@media screen and (max-width: 480px) {
    #mdWindow iframe {
        margin: 30px auto 10px;
        padding: 0 5px;
    }
    .header-game-detail ul .team-name {
        font-size: 1.4rem;
    }
    .gameinfo-txt {
        font-size: 1.0rem;
    }
    .header-game-detail ul li {
        display: block;
        font-feature-settings: "palt";
        vertical-align: middle;
    }
    .stadium-area .stadium-figure {
        display: block;
        width: 100%;
        margin: 0;
    }
    .modalBtn {
        font-size: 1.2rem;
    }
    .dynamicpricing {
        margin: 0 8px 0 0;
    }
    .dynamicpricing table {
        width: 90%;
        margin-right: 16px;
    }
    .dynamicpricing table tbody tr td::before {
        display: block;
        position: relative;
        left: auto;
    }
}


/*.alignLeft {
    text-align: left !important;
}

.alignRight {
    text-align: right !important;
}*/

.alignCenter {
    text-align: center !important;
}

.color-black {
    background: black;
    color: #fff !important;
}

.color-red {
    display: block;
    font-size: 12px;
    font-weight: 100;
    color: #fd0200 !important;
}

.color-pink {
    background: #ff33cc;
}

.color-green {
    background: #0def8f;
}

.color-blue-accent {
    background: #96bde0;
    color: #fff !important;
}

.color-blue {
    background: blue;
    color: #fff !important;
}

.color-green-accent {
    background: #a7ce8c;
}

.color-green-dark {
    background: #538135;
}

.color-green-accent-light {
    background: #dfebd7;
}

.color-green-dark-light {
    background: #669900;
    color: #fff !important;
}

.color-purple {
    background: #6e2f9b;
    color: #fff !important;
}

.color-orange-accent-light {
    background: #f0ad81;
}

.color-orange-accent {
    background: #ed7d32;
}

.color-blue-light {
    background: #02afee;
}

.color-lavender {
    background: #ff99ff;
}

.color-blue-accent-light {
    background: #8ca7d8;
}

.color-gold {
    background: #fbc903;
}

.color-yellow {
    background: yellow;
}

.color-green-light {
    background: #03ff00;
}

.color-green-dark1 {
    background: #669800;
}