@import url('https://fonts.googleapis.com/css2?family=Source+Sans+Pro:wght@600&display=swap');

body {
    background: #f5f5f5;
}

#kv .pc, #main_contents .pc{
    display: block;
}
    
#kv .sp, #main_contents .sp{
    display:none;
}

/*------body------*/
/*kv ここから*/
#kv {
    width: 100%;
    max-width: 1236px;
    position: relative;
    margin: 0 auto;
}

#kv img {
    display: block;
    width: 100%;
}
/*kv ここまで*/

/*main_contents ここから*/
#main_contents {
    font-family: 'Noto Sans JP', sans-serif;
    width: 64%;
    max-width: 1236px;
    font-size: 16px;
    font-weight: 500;
    margin: 0 auto;
    color: #323232;
}

#main_contents a{
    text-decoration: none!important;	
}

#main_contents h2.overview {
    text-align: center;
    margin-top: 40px;
    font-size: 32px;
    font-weight: 900;
    border-bottom: 3px solid #AF1905;
}

@media screen and (max-width: 1236px) {
    #main_contents {
        width: 90%;
    }
}

/*table_standard ここから*/
 #table_standard {
     width: 100%;
     margin-top: 120px;
 }

#table_standard p.timeline {
    margin-bottom: -30px;
    font-size: 16px;
}

/*item_side*/
#table_standard table.item_side {
    width: 100%;
    text-align: left;
    margin-top: 40px;
    font-size: 20px;
    background: #fefefe;
    border: 1px solid #323232;
    border-collapse: 0;
    border-spacing: 0;
}

#table_standard table.item_side tr td.item {
    width: 35%;
    vertical-align: middle;
    padding: 15px;
    background: #323232;
    color: #fefefe;
}

#table_standard table.item_side tr td.black {
    border-bottom: 1px solid #323232;
}

#table_standard table.item_side tr td.white {
    border-bottom: 1px solid #fefefe;
}

#table_standard table.item_side tr td.contents {
    width: 65%;
    padding: 15px;
    font-weight: 700;
}

/*item_top*/
#table_standard table.item_top {
    width: 100%;
    margin-top: 40px;
    font-size: 16px;
}

#table_standard table.item_top tr th {
    text-align: center;
    background: #323232;
    color: #fefefe;
    font-weight: 700;
    border-top: 1px solid #323232;
}

#table_standard table.item_top tr th, #table_standard .item_top tr td {
    text-align: center;
    padding: 15px;
    border-bottom: 1px solid #323232;
}

#table_standard table.item_top tr th.first, #table_standard .item_top tr td.first {
    border-left: 1px solid #323232;
    border-right: 1px solid #323232;
}

#table_standard table.item_top tr th.other, #table_standard .item_top tr td.other {
    border-right: 1px solid #323232;
}

#table_standard table.item_top tr th.white {
    background: #fefefe;
}

#table_standard table.item_top tr th.gold {
    background: #C8A761!important;
    color: #323232;
}

#table_standard table.item_top tr th.silver {
    background: #DFDFE1!important;
    color: #323232;
}

#table_standard table.item_top tr th.green {
    background: #c2e5d1!important;
    color: #323232;
}

#table_standard table.item_top tr td.top {
    vertical-align: top;
}

#table_standard table.item_top tr td.right {
    text-align: right;
}

#table_standard table.item_top tr td.left {
    text-align: left;
}

#table_standard table.item_top tr td.fee {
    color: #AF1905;
    font-size: 110%;
    font-weight: bold;
}

#table_standard .item_top tr td span, #table_standard p {
    display: block;
    font-size: 14px;
}

 /*table_schedule ここから*/
#table_schedule {
    width: 100%;
    margin-top: 120px;
}

#table_schedule table {
    width: 100%;
    margin-top: 40px;
    font-size: 16px;
    background: #fefefe;
    border-collapse: 0;
    border-spacing: 0;
}

#table_schedule table tr th {
    text-align: center;
    padding: 15px;
    background: #323232;
    color: #fefefe;
    font-weight: bold;
}

#table_schedule table tr td {
    line-height: 32px;
    padding: 15px;
    border-bottom: 1px solid #323232;
}

#table_schedule table tr td.left {
    text-align: left;
}

#table_schedule table tr td.center {
    text-align: center;
}

#table_schedule table tr td.top {
    vertical-align: top;
}

#table_schedule table tr td.middle {
    vertical-align: middle;
}

#table_schedule table tr td.first {
    border-left: 1px solid #323232;
    border-right: 1px solid #323232;
}

#table_schedule table tr td.other {
    border-right: 1px solid #323232;
}

@media screen and (max-width: 1236px) {
    #table_schedule .scroll {
        overflow-x: scroll;
    }

    #table_schedule .scroll::-webkit-scrollbar {　　/*tableにスクロールバーを追加*/
        height: 5px;
    }

    #table_schedule .scroll::-webkit-scrollbar-track {　　/*tableにスクロールバーを追加*/
        background: #F1F1F1;
    }

    #table_schedule .scroll::-webkit-scrollbar-thumb {　　/*tableにスクロールバーを追加*/
        background: #BCBCBC;
    }
}
/*table_schedule ここまで*/

/*heading ここから*/
#main_contents .heading {
    text-align: center;
    padding-top: 20px;
}

#main_contents .heading h1 {
    font-size: 38px;
    font-weight: 900;
}

#main_contents .heading h1 span {
    display: block;
    font-size: 28px;
}

#main_contents .heading h1 span.red {
    margin-bottom: 30px;
    color:#AF1905;
}
 /*heading ここまで*/

/*aten_first ここから*/
#main_contents .aten_first {
    width: 100%;
    margin: 50px 0 150px;
}

#main_contents .aten_first p {
    text-align: center;
    padding: 15px 0;
    font-size: 32px;
    background: #AF1905;
    font-weight: 700;
    color: #fefefe;
}
/*aten_first ここまで*/

/*point_new ここから*/
#main_contents .point_new {
    margin-top: 120px;
    width: 100%;
}

#main_contents .point_new h2 {
    width: 100%;
    text-align: center;
    padding: 15px 0;
    font-size: 32px;
    background: #AF1905;
    color: #fefefe;
    font-weight: 700;
    border-radius: 5px;
}

#main_contents .point_new ul {
    list-style: none;
    display: flex;
    justify-content: flex-start;
    line-height: 180%;
    height: calc(1em * 1.8 * 3);
    height: auto;
    box-sizing: border-box;
    padding: 30px 0;
    border-bottom: 1px solid #001135;
}

#main_contents .point_new ul li.number {
    width: 5%;
    height: 3em;
    position: relative;
    text-align: center;
    background: #D0B86A;
    color: #001135;
    border-radius: 5px;
}

#main_contents .point_new ul li.number p {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    font-size: 24px;
    font-weight: 700;
}

#main_contents .point_new ul li.summarize {
    width: 95%;
    margin-top: 0.4em;
    padding-left: 15px;
    font-size: 22px;
    font-weight: 800;
}

#main_contents .point_new ul li.summarize span.small {
    display: block;
    margin-top: 20px;
    font-size: 75%;
    font-weight: 500;
}
/*point_new ここまで*/

/*introduction_pattern01 ここから*/
#main_contents .introduction_pattern01 {
    width: 100%;
    margin-top: 120px;
}

#main_contents .introduction_pattern01 ul {
    list-style: none;
    display: flex;
    justify-content: space-between;
}

#main_contents .introduction_pattern01 ul li {
    width: 47%;
    margin: 40px 0;
    background: #fefefe;
    border: 1px solid #323232;
}

#main_contents .introduction_pattern01 ul li h3 {
    text-align: center;
    padding: 15px 0;
    font-size: 20px;
    font-weight: 700;
}

#main_contents .introduction_pattern01 ul li h3.gold {
    background: #C8A761;
}
    
#main_contents .introduction_pattern01 ul li h3.silver {
    background: #DFDFE1;
}
    
#main_contents .introduction_pattern01 ul li h3.green {
    background: #c2e5d1;
}

#main_contents .introduction_pattern01 ul li h4 {
    margin: 20px 0 10px 0;
    padding: 0 20px;
    font-size: 24px;
    font-weight: 900;
}

#main_contents .introduction_pattern01 ul li p {
    margin-bottom: 30px;
    padding: 0 20px;
    font-size: 16px;
}

#main_contents .introduction_pattern01 ul li > div.link {
    display: flex;
    justify-content: space-around;
    margin: 20px 0;
}

#main_contents .introduction_pattern01 ul li > div.link a {
    width: 45%;
    margin: 0 20px;
    background: #323232;
    border: 1px solid #323232;
    border-radius: 20px;
}

#main_contents .introduction_pattern01 ul li > div.link a:hover {
    background: #fefefe;
}

#main_contents .introduction_pattern01 ul li > div.link a p {
    text-align: center;
    margin-bottom: 0;
    padding: 10px 0;
    font-size: 16px;
    font-weight: 500;
    color: #fefefe;
}

#main_contents .introduction_pattern01 ul li > div.link a p:hover {
      color: #323232;
}
/*introduction_pattern01 ここまで*/

/*introduction_pattern02 ここから*/
#main_contents .introduction_pattern02 .full {
    width: 100%;
    text-align: center;
    margin: 60px 0 80px 0;
}

#main_contents .introduction_pattern02 .full img {
    width: 100%;
    max-height: 600px;
}

#main_contents .introduction_pattern02 .full img.taxi {
    max-width: 816px;
}

#main_contents .introduction_pattern02 .op {
    margin-bottom: 120px;
}

#main_contents .introduction_pattern02 .op h4 {
    margin-bottom: 10px;
    padding: 10px 0 10px 10px;
    font-size: 20px;
    font-weight: 700;
    background: #AF1905;
    color: #fefefe;
}

#main_contents .introduction_pattern02 .op p.chance {
    font-size: 16px;
}

#main_contents .introduction_pattern02 .op p.caption {
    text-align: right;
    font-size: 14px;
}

#main_contents .introduction_pattern02 .op ul {
    display: flex;
    justify-content: space-between;
    margin-top: 40px;
    list-style: none;
}

#main_contents .introduction_pattern02 .op ul li {
    width: 32%;
    max-width: 400px;
}

#main_contents .introduction_pattern02 .op ul li img {
    width: 100%;
}
/*introduction_pattern02 ここまで*/

/*introduction_pattern03 ここから*/
#main_contents .introduction_pattern03 {
    margin: 160px 0 120px 0;
}

#main_contents .introduction_pattern03 .fixture {
    width: 100%;
    margin: 40px 0;
    color: #fefefe;
    background: #323232;
}

#main_contents .introduction_pattern03 .fixture h3 {
    width: 100%;
    padding: 10px 0 10px 20px;
    font-size: 24px;
    font-weight: 700;
}

#main_contents .introduction_pattern03 .fixture h3.red {
    background: #AF1905;
}

#main_contents .introduction_pattern03 .fixture h3.blue {
    background: #224A94;
}

#main_contents .introduction_pattern03 .fixture ul {
    display: flex;
    justify-content: space-between;
    list-style: none;
}

#main_contents .introduction_pattern03 .fixture ul li {
    padding: 30px 0;
}

#main_contents .introduction_pattern03 .fixture ul li.player {
    width: 40%;
}

#main_contents .introduction_pattern03 .fixture ul li.player h4 {
    text-align: center;
    margin-bottom: 20px;
    font-size: 42px;
    font-weight: 900;
}

#main_contents .introduction_pattern03 .fixture ul li.player h4.cs {
    position: relative;
    top: 1em;
}

#main_contents .introduction_pattern03 .fixture ul li.player h4 span {
    display: block;
    font-size: 22px;
}

#main_contents .introduction_pattern03 .fixture ul li.player p {
    text-align: center;
    font-size: 16px;
    font-weight: 500;
}

#main_contents .introduction_pattern03 .fixture ul li.vs {
    font-family: "Noto Serif", serif;
    width: 20%;
    position: relative;
    top: 0.3em;
    text-align: center;
    font-size: 72px;
    font-weight: 700;
}
/*introduction_pattern03 ここまで*/

/*attention ここから*/
#main_contents .attention {
    text-align: left;
    font-size: 14px;
    margin: 120px 0 60px;
}

#main_contents .attention h4 {
    margin-bottom: 10px;
    font-size: 16px;
    font-weight: bold;
    color: #AF1905;
}

#main_contents .attention p span {
    color: #AF1905;
}

#main_contents .attention p.indent{
    padding: 4px 0;
    margin-left: 1.25em;
    text-indent: -1.25em;
}

#main_contents .attention a:hover {
    opacity: 0.7;
}
 /*attention　ここまで*/

/*polisy ここから*/
#main_contents .polisy {
    width: 100%;
    margin-top: 40px;
}

#main_contents .polisy ul {
    list-style: none;
    width: 100%;
    display: flex;
    justify-content: space-between;
}

#main_contents .polisy ul a {
    width: 30%;
    background: #fefefe;
    border: 2px solid #AF1905;
    border-radius: 45px;
}

#main_contents .polisy ul a:hover {
    background: #AF1905;
    color: #fefefe;
    border: 2px solid #AF1905;
}

#main_contents .polisy ul a li {
    text-align: center;
    padding: 15px 0;
    font-size: 16px;
    font-weight: bold;
    color: #AF1905;
}

#main_contents .polisy ul a li:hover {
    color: #fefefe;
}
/*polisy ここまで*/

/*entry ここから*/
#main_contents .entry {
    width: 60%;
    margin: 50px auto;
}

#main_contents .entry_btn {
    width: 100%;
    text-align: center;
    margin-top: 120px;
    background: linear-gradient(to right, #cc0000 20%,#eb5514 60%,#ffb900);
    border-radius: 8px;
}

#main_contents .entry_btn:hover {
    opacity: 0.7;
}

#main_contents .entry_btn p {
    padding: 15px 0;
    font-size: 24px;
    font-weight: 700;
    color: #fefefe;
}

#main_contents .entry_txt {
    text-align: center;
    margin-top: 120px;
    font-size: 22px;
    font-weight: 700;
    color: #AF1905;
}
/*entry ここまで*/

/*Contact ここから*/
#Contact {
    font-family: 'Noto Sans JP', sans-serif;
    width: 100%;
    margin: 80px auto;
    padding: 70px 0;
    background: #323232;
}

#Contact table {
    width: 64%;
    max-width: 1236px;
    vertical-align: top;
    margin: 0 auto;
    background: #fefefe;
    border: 1px solid #323232;
}

#Contact table tr td {
    width: 50%;
    vertical-align: top;
    padding: 20px 30px;
}

#Contact table tr td p {
    font-size: 12px;
    line-height: 1.5em;
}

#Contact table tr td p.ttl {
    display: inline;
    margin-bottom: 15px;
    padding: 5px 8px;
    background: linear-gradient(to right, #cc0000 20%,#eb5514 60%,#ffb900);
    color: #fefefe;
    font-size: 13px;
}

#Contact table tr td p.co {
    font-weight: 900;
    margin-top: 15px;
    margin-bottom: 10px;
    font-size: 18px;
}

#Contact table tr td p.add{
    font-size: 13px;
    margin-bottom: 10px;
}

@media screen and (max-width: 1236px) {
    #Contact table {
        width: 90%;
    }
}
/*Contact ここまで*/
* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}